summaryrefslogtreecommitdiffstats
path: root/gthumb/Pkgfile
diff options
context:
space:
mode:
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
+}