wok diff xdotool/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents b23b5bacd9ca
children 36d70656dfc2
line diff
     1.1 --- a/xdotool/receipt	Mon Sep 03 09:25:48 2012 +0200
     1.2 +++ b/xdotool/receipt	Thu Apr 10 19:50:37 2014 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="fake key emulator"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="xorg-libX11 xorg-libXtst"
     1.8 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst"
     1.9 +LICENSE="BSD"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.semicomplete.com/projects/xdotool/"
    1.12  WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL"
    1.13  
    1.14 +DEPENDS="xorg-libX11 xorg-libXtst"
    1.15 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -23,6 +25,4 @@
    1.21  {
    1.22  	mkdir -p $fs/usr/bin
    1.23  	cp -a $src/xdotool $fs/usr/bin
    1.24 -	
    1.25  }
    1.26 -