wok-next annotate libmatekbd/receipt @ rev 20749

pcre package was split into separate libs. Update the dependencies of the packages that previously depended on pcre.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 00:47:43 2018 +0300 (2018-06-01)
parents 757d032c55c7
children 9102678083fb
rev   line source
pascal@20063 1 # SliTaz package receipt v2.
yuripourre@17796 2
yuripourre@17796 3 PACKAGE="libmatekbd"
al@20096 4 VERSION="1.18.2"
al@20096 5 CATEGORY="libs"
al@20096 6 SHORT_DESC="Keyboard management library"
yuripourre@17796 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="LGPL2.1"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/libmatekbd"
al@20096 10
yuripourre@17796 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/libmatekbd/archive/v$VERSION.tar.gz"
pascal@20063 13
al@20096 14 BUILD_DEPENDS="mate-common gobject-introspection-dev gtk+3-dev libxklavier-dev"
pascal@20063 15 SPLIT="libmatekbd-dev"
yuripourre@17796 16
al@20096 17 compile_rules() {
al@20534 18 ./autogen.sh $CONFIGURE_ARGS &&
al@20534 19 fix libtool &&
yuripourre@17796 20 make &&
al@20096 21 make install
yuripourre@17796 22 }
yuripourre@17796 23
al@20096 24 genpkg_rules() {
pascal@20063 25 case $PACKAGE in
al@20096 26 libmatekbd)
al@20096 27 copy @std
al@20749 28 DEPENDS="cairo gdk-pixbuf glib gtk+3 libxklavier pango xorg-libX11"
al@20096 29 ;;
al@20096 30 *-dev)
al@20096 31 copy @dev
al@20749 32 DEPENDS="libmatekbd glib-dev gtk+3-dev libxklavier-dev"
al@20096 33 ;;
pascal@20063 34 esac
al@20096 35 TAGS="MATE"
yuripourre@17796 36 }