wok-next view zenity-gtk2/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 757d032c55c7
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="zenity-gtk2"
4 VERSION="2.32.1" # GTK+2 was deprecated in newer versions of zenity
5 CATEGORY="development"
6 SHORT_DESC="gui dialogs"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="LGPL2"
9 WEB_SITE="https://wiki.gnome.org/Projects/Zenity"
10 REPOLOGY="zenity"
12 TARBALL="zenity-$VERSION.tar.bz2"
13 WGET_URL="$GNOME_MIRROR/zenity/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="gnome-doc-utils intltool gtk+-dev" # + libnotify-dev -> crash on build. FIXME
17 compile_rules() {
18 ./configure \
19 --disable-scrollkeeper \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 genpkg_rules() {
25 copy @std
26 rm -r $fs/usr/share/gnome/ $fs/usr/share/omf/ # GNOME stuff. Just remove it
27 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \
28 xorg-libX11"
29 TAGS="dialogs gui"
30 }