summaryrefslogtreecommitdiffstats
path: root/gthumb/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-30 13:03:22 +0200
committerpiernov <piernov@piernov.org>2011-08-30 13:03:22 +0200
commit45750961dd9409f25093e0f2e3b22a21eeda5a65 (patch)
treee8ecfeb5bbbb4f885d4e422a4530cd4d08015ba4 /gthumb/Pkgfile
parentc8fe786f131e7c57c0f4340e88fff362ef43392c (diff)
downloadgnome3-45750961dd9409f25093e0f2e3b22a21eeda5a65.tar.gz
gnome3-45750961dd9409f25093e0f2e3b22a21eeda5a65.tar.bz2
gnome3-45750961dd9409f25093e0f2e3b22a21eeda5a65.tar.xz
gnome3-45750961dd9409f25093e0f2e3b22a21eeda5a65.zip
gthumb 2.13.3-1 ajout port
Diffstat (limited to 'gthumb/Pkgfile')
-rw-r--r--gthumb/Pkgfile31
1 files changed, 31 insertions, 0 deletions
diff --git a/gthumb/Pkgfile b/gthumb/Pkgfile
new file mode 100644
index 0000000..f9d34f4
--- /dev/null
+++ b/gthumb/Pkgfile
@@ -0,0 +1,31 @@
+# Description: Lecteur de CD pour Gnome
+# URL: http://people.gnome.org/~paobac/goobox/
+# Maintainer: NutyX Gnome team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: libunique, gconf, exiv2, libsoup-gnome, clutter-gtk, libsm, gst-plugins-base, brasero, libchamplain, libgnome-keyring
+# Run on: libunique, gconf, exiv2, libsoup-gnome, clutter-gtk, brasero, libchamplain, libgnome-keyring
+
+name=gthumb
+version=2.13.3
+release=1
+
+source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-schemas-install \
+ --disable-scrollkeeper \
+ --enable-gseal \
+ --enable-libchamplain \
+ --enable-unique \
+ --enable-libbrasero \
+ --enable-clutter
+ make
+ 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
+}