diff options
Diffstat (limited to 'gnome-color-manager/Pkgfile')
-rw-r--r-- | gnome-color-manager/Pkgfile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnome-color-manager/Pkgfile b/gnome-color-manager/Pkgfile index ed2dae5..6566260 100644 --- a/gnome-color-manager/Pkgfile +++ b/gnome-color-manager/Pkgfile @@ -6,7 +6,7 @@ # Run on: libcanberra,libtiff,libexif,exiv2,vte,clutter-gtk,colord name=gnome-color-manager -version=3.1.2 +version=3.1.90 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) @@ -15,7 +15,12 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --libexecdir=/usr/bin + --libexecdir=/usr/bin \ + --disable-schemas-compile \ + --disable-scrollkeeper \ + --enable-clutter \ + --enable-exiv \ + --enable-packagekit make make DESTDIR=$PKG install } |