wok-next view gpicview/receipt @ rev 21078

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents d5aab818505e
children 82b613cfd1e0
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gpicview"
4 VERSION="0.2.5"
5 CATEGORY="graphics"
6 SHORT_DESC="Lightweight image viewer"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/GPicView"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/gpicview.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk2-dev libjpeg-turbo-dev"
17 compile_rules() {
18 sed -i 's|Utility;||' gpicview.desktop.in
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 # skip pixmaps and icons (found in the icon theme)
28 copy bin/ *.desktop *.ui
29 DEPENDS="cairo gdk-pixbuf glib gtk2 libjpeg-turbo libx11"
30 TAGS="LXDE"
31 }