# HG changeset patch # User Aleksej Bobylev # Date 1377721489 -10800 # Node ID 047146e76f875ccdc61cb9f1b1f46e34eaea633f # Parent 6a7afc995cacc94a8024e9d74bdd812849c10008 Add qxkb (0.4.6) diff -r 6a7afc995cac -r 047146e76f87 qxkb/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qxkb/description.txt Wed Aug 28 23:24:49 2013 +0300 @@ -0,0 +1,10 @@ +The keypad switch written on Qt4. + +qxkb - the further development of the project axkb. In connection with project +closure antico, it has been decided to rename the project and to develop +separately as separate application. Outwardly repeats kxkb. + +The short description + * Uses setxkbmap + * The interface repeats kxkb + * Can use svg icon for indicate language layer diff -r 6a7afc995cac -r 047146e76f87 qxkb/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qxkb/receipt Wed Aug 28 23:24:49 2013 +0300 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="qxkb" +VERSION="0.4.6" +CATEGORY="base-system" +SHORT_DESC="The keypad switch written on Qt4" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="http://code.google.com/p/qxkb/" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="http://qxkb.googlecode.com/files/$TARBALL" + +DEPENDS="glibc-base libQtSvg xorg-libxkbfile" +BUILD_DEPENDS="cmake Qt4-dev xorg-libxkbfile-dev qmake" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir build && cd build + cmake -DCMAKE_INSTALL_PREFIX=/usr .. && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}