summaryrefslogtreecommitdiffstats
path: root/gnome-panel/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-panel/Pkgfile')
-rw-r--r--gnome-panel/Pkgfile29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnome-panel/Pkgfile b/gnome-panel/Pkgfile
new file mode 100644
index 0000000..805efcf
--- /dev/null
+++ b/gnome-panel/Pkgfile
@@ -0,0 +1,29 @@
+# Description: Contient le sous-menu système de gnome
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX GNOME team
+# Packager: b at juglas dot name
+# Depends on: xorg-libsm, evolution-data-server, gnome-desktop, gnome-menus, libbonoboui, libcanberra, libgweather, librsvg, libwnck3, dconf, networkmanager
+# Run on: xorg-libsm,evolution-data-server,gnome-desktop,gnome-menus,libbonoboui,libcanberra,libgweather,librsvg,libwnck3,dconf,networkmanager
+
+name=gnome-panel
+version=3.0.2
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/gnome-panel \
+ --mandir=/usr/share/man \
+ --disable-gtk-doc
+ 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 gnome-panel-3.0 $PKG/etc/gconf/schemas/*.schemas
+ rm -f $PKG/etc/gconf/schemas/*.schemas
+
+ rm -rf $PKG/usr/share/gtk-doc
+}