wok rev 15192
Add qxkb (0.4.6)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Aug 28 23:24:49 2013 +0300 (2013-08-28) |
parents | 6a7afc995cac |
children | b6771e9696d7 |
files | qxkb/description.txt qxkb/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/qxkb/description.txt Wed Aug 28 23:24:49 2013 +0300 1.3 @@ -0,0 +1,10 @@ 1.4 +The keypad switch written on Qt4. 1.5 + 1.6 +qxkb - the further development of the project axkb. In connection with project 1.7 +closure antico, it has been decided to rename the project and to develop 1.8 +separately as separate application. Outwardly repeats kxkb. 1.9 + 1.10 +The short description 1.11 + * Uses setxkbmap 1.12 + * The interface repeats kxkb 1.13 + * Can use svg icon for indicate language layer
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/qxkb/receipt Wed Aug 28 23:24:49 2013 +0300 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="qxkb" 2.7 +VERSION="0.4.6" 2.8 +CATEGORY="base-system" 2.9 +SHORT_DESC="The keypad switch written on Qt4" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="GPL3" 2.12 +WEB_SITE="http://code.google.com/p/qxkb/" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 +WGET_URL="http://qxkb.googlecode.com/files/$TARBALL" 2.15 + 2.16 +DEPENDS="glibc-base libQtSvg xorg-libxkbfile" 2.17 +BUILD_DEPENDS="cmake Qt4-dev xorg-libxkbfile-dev qmake" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + mkdir build && cd build 2.23 + cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 2.24 + make && make install 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + cp -a $install/* $fs 2.31 +}