wok diff leafpad/receipt @ rev 16193

Add libxkbcommon and up libxcb with xkb support
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 21:43:58 2014 +0200 (2014-03-30)
parents 705fe5fc7554
children 128aae84d74c
line diff
     1.1 --- a/leafpad/receipt	Tue Mar 13 03:48:23 2012 +0100
     1.2 +++ b/leafpad/receipt	Sun Mar 30 21:43:58 2014 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="GTK simple text editor."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ xorg-libXdamage"
     1.8 -BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://tarot.freeshell.org/leafpad/"
    1.12  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="gtk+ xorg-libXdamage"
    1.15 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -32,5 +34,5 @@
    1.21  genpkg_rules()
    1.22  {
    1.23      mkdir -p $fs/usr
    1.24 -    cp -a $_pkg/usr/bin $fs/usr
    1.25 +    cp -a $install/usr/bin $fs/usr
    1.26  }