summaryrefslogtreecommitdiffstats
path: root/gnome-shell/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-23 22:55:30 +0100
committerpiernov <piernov@piernov.org>2012-01-23 22:55:30 +0100
commitc42aa3d9c1abb33f1fc31f549c8cc55d22cb0a56 (patch)
treed86f4396b2cdf9acc54f912f791bb476b2e19e03 /gnome-shell/Pkgfile
parentc354516d016fef27c83d72e7fee23b1f1da44350 (diff)
downloadgnome3-c42aa3d9c1abb33f1fc31f549c8cc55d22cb0a56.tar.gz
gnome3-c42aa3d9c1abb33f1fc31f549c8cc55d22cb0a56.tar.bz2
gnome3-c42aa3d9c1abb33f1fc31f549c8cc55d22cb0a56.tar.xz
gnome3-c42aa3d9c1abb33f1fc31f549c8cc55d22cb0a56.zip
gnome-shell 3.3.4-1 màj port
Diffstat (limited to 'gnome-shell/Pkgfile')
-rw-r--r--gnome-shell/Pkgfile9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnome-shell/Pkgfile b/gnome-shell/Pkgfile
index 888a156..7a66589 100644
--- a/gnome-shell/Pkgfile
+++ b/gnome-shell/Pkgfile
@@ -6,7 +6,7 @@
# Run on: gconf,dconf,gnome-menus,gnome-desktop,libcroco,libcanberra,polkit-gnome,gobject-introspection,evolution-data-server,gst-plugins-base,gst-plugins-good,gstreamer,mutter,gjs,telepathy-glib,telepathy-logger,gnome-power-manager,network-manager-applet,pulseaudio,gnome-bluetooth,caribou,folks
name=gnome-shell
-version=3.2.1
+version=3.3.4
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
@@ -18,11 +18,6 @@ build() {
--localstatedir=/var \
--disable-schemas-compile
make
- make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG 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 -f $PKG/etc/gconf/schemas/*.schemas
-
+ make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}