wok-next view keybinder3/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 v2.
3 PACKAGE="keybinder3"
4 VERSION="0.3.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Library for registering global keyboard shortcuts. GTK+3 version"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/kupferlauncher/keybinder"
10 REPOLOGY="keybinder-3.0"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v$VERSION/keybinder-3.0-$VERSION.tar.gz"
15 BUILD_DEPENDS="gtk3-dev gobject-introspection-dev libxext-dev \
16 libxrender-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 keybinder3)
29 copy @std
30 DEPENDS="glib gtk3 libx11"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="keybinder3 gtk3-dev"
35 ;;
36 esac
37 }