diff options
Diffstat (limited to 'colord-gtk/Pkgfile')
-rw-r--r-- | colord-gtk/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/colord-gtk/Pkgfile b/colord-gtk/Pkgfile new file mode 100644 index 000000000..d522d0dad --- /dev/null +++ b/colord-gtk/Pkgfile @@ -0,0 +1,20 @@ +# Description: Démon bas niveau pour la gestion de profiles de couleurs sur des périphériques +# URL: http://www.freedesktop.org/software/colord/ +# Maintainer: NuTyX core team +# Packager: piernov <piernov@piernov.org> +# Depends on: dbus-glib, libxml2, gtk3, colord, lcms2, gobject-introspection, vala, intltool +# Run on: dbus-glib,libxml2,gtk3,colord,lcms2 + +name=colord-gtk +version=0.1.22 +release=1 +source=(http://www.freedesktop.org/software/colord/releases/$name-$version.tar.xz + Do-not-reuse-__COLORD_H_INSIDE__-as-this-causes-incl.patch) + +build() { + cd $name-$version + patch -p1 < ../Do-not-reuse-__COLORD_H_INSIDE__-as-this-causes-incl.patch + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |