summaryrefslogtreecommitdiffstats
path: root/gthumb/Pkgfile
blob: e00e60fd85c4542a3d25aa9776bd19f51897ae88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Description: Lecteur de CD pour Gnome
# URL: http://people.gnome.org/~paobac/goobox/
# Maintainer: NutyX Gnome team
# Packager: piernov <piernov@piernov.org>
# Depends on: gconf, exiv2, libsoup, clutter-gtk, libsm, gst-plugins-base, brasero, libchamplain, libgnome-keyring
# Run on: gconf,exiv2,libsoup,clutter-gtk,brasero,libchamplain,libgnome-keyring

name=gthumb
version=2.90.1
release=1

source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz
	gtk-3.3.18-fix.patch)

build() {
	cd $name-$version
	patch -p1 < ../gtk-3.3.18-fix.patch
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--disable-schemas-compile \
		--disable-scrollkeeper \
		--enable-gseal \
		--enable-libchamplain \
		--enable-libbrasero \
		--enable-clutter
	make
	make DESTDIR=$PKG install
}