summaryrefslogtreecommitdiffstats
path: root/colord-gtk/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-08-08 01:18:48 +0200
committerpiernov <piernov@piernov.org>2012-08-08 01:18:48 +0200
commit0c2197a971d37e44f95d5f232781c47d33b64ef4 (patch)
tree3d8e4bd3f773dfe8bf138a6dde32f8c5c62a94d1 /colord-gtk/Pkgfile
parent3832a7aeda259eccf50d34bfd478f46edb293fa8 (diff)
downloadnutyx-extra-0c2197a971d37e44f95d5f232781c47d33b64ef4.tar.gz
nutyx-extra-0c2197a971d37e44f95d5f232781c47d33b64ef4.tar.bz2
nutyx-extra-0c2197a971d37e44f95d5f232781c47d33b64ef4.tar.xz
nutyx-extra-0c2197a971d37e44f95d5f232781c47d33b64ef4.zip
colord-gtk 0.1.22-1 ajout port
Diffstat (limited to 'colord-gtk/Pkgfile')
-rw-r--r--colord-gtk/Pkgfile20
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
+}