summaryrefslogtreecommitdiffstats
path: root/gnome-utils/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-30 12:26:25 +0200
committerpiernov <piernov@piernov.org>2011-08-30 12:26:25 +0200
commita377a208119e184b37fcdc6a0c537aafcfc5d4f9 (patch)
tree4130fe34d9cf635daa6ad440e9a72c112f0eb2c3 /gnome-utils/Pkgfile
parent4331896ce929362e1511aa9dacabe6cc9567a20c (diff)
downloadgnome3-a377a208119e184b37fcdc6a0c537aafcfc5d4f9.tar.gz
gnome3-a377a208119e184b37fcdc6a0c537aafcfc5d4f9.tar.bz2
gnome3-a377a208119e184b37fcdc6a0c537aafcfc5d4f9.tar.xz
gnome3-a377a208119e184b37fcdc6a0c537aafcfc5d4f9.zip
gnome-utils 3.1.90-1 màj port
Diffstat (limited to 'gnome-utils/Pkgfile')
-rwxr-xr-xgnome-utils/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnome-utils/Pkgfile b/gnome-utils/Pkgfile
index 5ae345e..17896dc 100755
--- a/gnome-utils/Pkgfile
+++ b/gnome-utils/Pkgfile
@@ -6,7 +6,7 @@
# Run on: libgnomeui,gnome-panel,libcanberra,libgtop
name=gnome-utils
-version=3.1.5
+version=3.1.90
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
@@ -18,6 +18,9 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var/lib
make
- make DESTDIR=$PKG install
+ make DESTDIR=$PKG GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+ install -m755 -d $PKG/usr/share/gconf/schemas
+ gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain $name $PKG/etc/gconf/schemas/*.schemas
+ rm -rf $PKG/etc
}