summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-applets/build.crux
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:47:06 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-24 12:47:06 +0200
commit8f61f59f7a942017eb8830bcc19795e4d1ce8aee (patch)
tree7a8a58c103a361f81858ce7d67c266c763815239 /gnome/gnome-applets/build.crux
parent822219557506aabc759a4f3828cc000f3e45296e (diff)
downloadnutyx-extra-8f61f59f7a942017eb8830bcc19795e4d1ce8aee.tar.gz
nutyx-extra-8f61f59f7a942017eb8830bcc19795e4d1ce8aee.tar.bz2
nutyx-extra-8f61f59f7a942017eb8830bcc19795e4d1ce8aee.tar.xz
nutyx-extra-8f61f59f7a942017eb8830bcc19795e4d1ce8aee.zip
ajout de gnome-applets#2.26.3-1
Diffstat (limited to 'gnome/gnome-applets/build.crux')
-rw-r--r--gnome/gnome-applets/build.crux28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnome/gnome-applets/build.crux b/gnome/gnome-applets/build.crux
new file mode 100644
index 000000000..4c4d013a8
--- /dev/null
+++ b/gnome/gnome-applets/build.crux
@@ -0,0 +1,28 @@
+# Description: Applets for use with the GNOME panel
+# URL: http://freshmeat.net/projects/gnome-applets/
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: gnome-vfs, gail, gnome-doc-utils, libxklavier, libgtop, gst-plugins-base, gnome-panel
+# Group: gnome/desktop
+
+name=gnome-applets
+version=2.22.0
+release=1
+group=gnome
+source=(http://download.gnome.org/desktop/2.22/2.22.0/sources/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ rm po/*.po
+ sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \
+ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure
+ ./configure --prefix=/opt/gnome \
+ --libexecdir=/opt/gnome/lib/$name \
+ --disable-schemas-install \
+ --disable-scrollkeeper \
+ --enable-flags=yes \
+ --enable-gstreamer=yes \
+ --enable-ipv6=yes
+ make
+ make DESTDIR=$PKG install
+}
+