wok-next view xpad/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xpad"
4 VERSION="4.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Sticky note application for X"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://launchpad.net/xpad"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev libsm-dev intltool"
15 COOKOPTS="!pixmaps"
17 HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad"
19 compile_rules() {
20 sed -i '/#include <glib\/glist.h>/d' src/xpad-undo.c
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 mkdir -p $fs/usr/share/icons/hicolor/48x48/apps/
29 cp -a $install/usr/bin $fs/usr
30 cp -a $stuff/xpad.png $fs/usr/share/icons/hicolor/48x48/apps/
31 DEPENDS="gtk2 util-linux-uuid libice libsm"
32 }