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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
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 gtk2-dev" # + libnotify-dev -> crash on build. FIXME
17 compile_rules() {
18 ./configure \
19 --disable-scrollkeeper \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 rm -r $fs/usr/share/gnome/ $fs/usr/share/omf/ # GNOME stuff. Just remove it
28 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango \
29 libx11"
30 TAGS="dialogs gui"
31 }