summaryrefslogtreecommitdiffstats
path: root/gnome-applets/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /gnome-applets/Pkgfile
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'gnome-applets/Pkgfile')
-rw-r--r--gnome-applets/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-applets/Pkgfile b/gnome-applets/Pkgfile
new file mode 100644
index 0000000..ba5e1b0
--- /dev/null
+++ b/gnome-applets/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Petites applications fonctionnant en tâche de fond
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX GNOME team
+# Packager: b at juglas dot name
+# Depends on: gnome-icon-theme, gnome-panel, libgtop, libgweather, gst-plugins-base, hal, libgnomekbd, gucharmap, system-tools-backends, libnotify, python2
+# Run on: gnome-icon-theme,gnome-panel,libgtop,libgweather,gst-plugins-base,hal,libgnomekbd,gucharmap,system-tools-backends,libnotify, python2
+
+name=gnome-applets
+version=3.1.3
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ PYTHON=python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --libexecdir=/usr/lib/gnome-applets \
+ --mandir=/usr/share/man \
+ --enable-mixer-applet \
+ --disable-scrollkeeper
+ make
+ make DESTDIR=$PKG install
+}