wok rev 16833

Add LXQt (now in beta state, need to review most of packages).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 12 15:16:10 2014 +0300 (2014-07-12)
parents b924a72615fe
children d0fd3d699ee3
files compton-conf/receipt liblxqt-dev/receipt liblxqt-mount-dev/receipt liblxqt-mount/receipt liblxqt/receipt libqtxdg-dev/receipt libqtxdg/receipt libsysstat-dev/receipt libsysstat/receipt lximage-qt/receipt lxqt-about/receipt lxqt-admin/receipt lxqt-appswitcher/receipt lxqt-common/receipt lxqt-common/stuff/settings.diff lxqt-config-randr/receipt lxqt-config/receipt lxqt-globalkeys-dev/receipt lxqt-globalkeys/receipt lxqt-notificationd/receipt lxqt-openssh-askpass/receipt lxqt-panel/receipt lxqt-policykit/receipt lxqt-powermanagement/receipt lxqt-qtplugin/receipt lxqt-runner/receipt lxqt-session/receipt lxqt-themes/receipt obconf-qt/receipt pcmanfm-qt-dev/receipt pcmanfm-qt/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/compton-conf/receipt	Sat Jul 12 15:16:10 2014 +0300
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="compton-conf"
     1.7 +VERSION="0.1.0"
     1.8 +CATEGORY="system"
     1.9 +SHORT_DESC="GUI configuration tool for compton X composite manager"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="https://github.com/lxde/compton-conf"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
    1.15 +TAGS="LXQt"
    1.16 +
    1.17 +DEPENDS="compton libQtCore libQtDBus libQtGui libconfig"
    1.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libconfig-dev "
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	mkdir build; cd build
    1.24 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$install install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cp -a $install/* $fs
    1.33 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/liblxqt-dev/receipt	Sat Jul 12 15:16:10 2014 +0300
     2.3 @@ -0,0 +1,21 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="liblxqt-dev"
     2.7 +VERSION="0.7.0"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="Development files for liblxqt"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="LGPL2.1"
    2.12 +WEB_SITE="https://github.com/lxde/liblxqt"
    2.13 +WANTED="liblxqt"
    2.14 +DEPENDS="liblxqt"
    2.15 +TAGS="LXQt"
    2.16 +
    2.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.18 +genpkg_rules()
    2.19 +{
    2.20 +	mkdir -p $fs/usr/lib $fs/usr/share
    2.21 +	cp -a $install/usr/include $fs/usr
    2.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    2.23 +	cp -a $install/usr/share/cmake $fs/usr/share
    2.24 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/liblxqt-mount-dev/receipt	Sat Jul 12 15:16:10 2014 +0300
     3.3 @@ -0,0 +1,21 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="liblxqt-mount-dev"
     3.7 +VERSION="0.7.0"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Development files for liblxqt-mount"
    3.10 +MAINTAINER="al.bobylev@gmail.com"
    3.11 +LICENSE="LGPL2.1"
    3.12 +WEB_SITE="https://github.com/lxde/liblxqt-mount"
    3.13 +WANTED="liblxqt-mount"
    3.14 +DEPENDS="liblxqt-mount"
    3.15 +TAGS="LXQt"
    3.16 +
    3.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.18 +genpkg_rules()
    3.19 +{
    3.20 +	mkdir -p $fs/usr/lib
    3.21 +	cp -a $install/usr/include $fs/usr
    3.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.23 +	cp -a $install/usr/share $fs/usr
    3.24 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/liblxqt-mount/receipt	Sat Jul 12 15:16:10 2014 +0300
     4.3 @@ -0,0 +1,31 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="liblxqt-mount"
     4.7 +VERSION="0.7.0"
     4.8 +CATEGORY="system"
     4.9 +SHORT_DESC="Library used to manage removable devices"
    4.10 +MAINTAINER="al.bobylev@gmail.com"
    4.11 +LICENSE="LGPL2.1"
    4.12 +WEB_SITE="https://github.com/lxde/liblxqt-mount"
    4.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
    4.15 +TAGS="LXQt"
    4.16 +
    4.17 +DEPENDS="libQtCore libQtDBus libQtGui liblxqt"
    4.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev liblxqt-dev"
    4.19 +
    4.20 +# Rules to configure and make the package.
    4.21 +compile_rules()
    4.22 +{
    4.23 +	mkdir build; cd build
    4.24 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    4.25 +	make &&
    4.26 +	make DESTDIR=$install install
    4.27 +}
    4.28 +
    4.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.30 +genpkg_rules()
    4.31 +{
    4.32 +	mkdir -p $fs/usr/lib
    4.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.34 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/liblxqt/receipt	Sat Jul 12 15:16:10 2014 +0300
     5.3 @@ -0,0 +1,31 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="liblxqt"
     5.7 +VERSION="0.7.0"
     5.8 +CATEGORY="system-tools"
     5.9 +SHORT_DESC="Core utility library for all LXDE-Qt components"
    5.10 +MAINTAINER="al.bobylev@gmail.com"
    5.11 +LICENSE="LGPL2.1"
    5.12 +WEB_SITE="https://github.com/lxde/liblxqt"
    5.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
    5.15 +TAGS="LXQt"
    5.16 +
    5.17 +DEPENDS="libQtCore libQtDBus libQtGui libqtxdg xorg-libX11"
    5.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev libqtxdg-dev"
    5.19 +
    5.20 +# Rules to configure and make the package.
    5.21 +compile_rules()
    5.22 +{
    5.23 +	mkdir build; cd build
    5.24 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    5.25 +	make &&
    5.26 +	make DESTDIR=$install install
    5.27 +}
    5.28 +
    5.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.30 +genpkg_rules()
    5.31 +{
    5.32 +	mkdir -p $fs/usr/lib
    5.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    5.34 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/libqtxdg-dev/receipt	Sat Jul 12 15:16:10 2014 +0300
     6.3 @@ -0,0 +1,21 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="libqtxdg-dev"
     6.7 +VERSION="0.5.3"
     6.8 +CATEGORY="development"
     6.9 +SHORT_DESC="Development files for libqtxdg"
    6.10 +MAINTAINER="al.bobylev@gmail.com"
    6.11 +LICENSE="LGPL2.1"
    6.12 +WEB_SITE="https://github.com/lxde/libqtxdg"
    6.13 +WANTED="libqtxdg"
    6.14 +DEPENDS="libqtxdg"
    6.15 +TAGS="LXQt"
    6.16 +
    6.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.18 +genpkg_rules()
    6.19 +{
    6.20 +	mkdir -p $fs/usr/lib $fs/usr/share
    6.21 +	cp -a $install/usr/include $fs/usr
    6.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    6.23 +	cp -a $install/usr/share/cmake $fs/usr/share
    6.24 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/libqtxdg/receipt	Sat Jul 12 15:16:10 2014 +0300
     7.3 @@ -0,0 +1,31 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="libqtxdg"
     7.7 +VERSION="0.5.3"
     7.8 +CATEGORY="system-tools"
     7.9 +SHORT_DESC="Qt implementation of freedesktop.org XDG specs"
    7.10 +MAINTAINER="al.bobylev@gmail.com"
    7.11 +LICENSE="LGPL2.1"
    7.12 +WEB_SITE="https://github.com/lxde/libqtxdg"
    7.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
    7.15 +TAGS="LXQt"
    7.16 +
    7.17 +DEPENDS="libQtGui libQtXml libmagic"
    7.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libmagic-dev"
    7.19 +
    7.20 +# Rules to configure and make the package.
    7.21 +compile_rules()
    7.22 +{
    7.23 +	mkdir build; cd build
    7.24 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    7.25 +	make &&
    7.26 +	make DESTDIR=$install install
    7.27 +}
    7.28 +
    7.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.30 +genpkg_rules()
    7.31 +{
    7.32 +	mkdir -p $fs/usr/lib
    7.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    7.34 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/libsysstat-dev/receipt	Sat Jul 12 15:16:10 2014 +0300
     8.3 @@ -0,0 +1,21 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="libsysstat-dev"
     8.7 +VERSION="0.1.0"
     8.8 +CATEGORY="development"
     8.9 +SHORT_DESC="Development files for libsysstat"
    8.10 +MAINTAINER="al.bobylev@gmail.com"
    8.11 +LICENSE="LGPL2.1"
    8.12 +WEB_SITE="https://github.com/lxde/libsysstat"
    8.13 +WANTED="libsysstat"
    8.14 +DEPENDS="libsysstat"
    8.15 +TAGS="LXQt"
    8.16 +
    8.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.18 +genpkg_rules()
    8.19 +{
    8.20 +	mkdir -p $fs/usr/lib
    8.21 +	cp -a $install/usr/include $fs/usr
    8.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    8.23 +	cp -a $install/usr/share $fs/usr
    8.24 +}
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/libsysstat/receipt	Sat Jul 12 15:16:10 2014 +0300
     9.3 @@ -0,0 +1,31 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="libsysstat"
     9.7 +VERSION="0.1.0"
     9.8 +CATEGORY="system"
     9.9 +SHORT_DESC="Library used to query system info and statistics"
    9.10 +MAINTAINER="al.bobylev@gmail.com"
    9.11 +LICENSE="LGPL2.1"
    9.12 +WEB_SITE="https://github.com/lxde/libsysstat"
    9.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    9.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
    9.15 +TAGS="LXQt"
    9.16 +
    9.17 +DEPENDS="libQtCore libQtGui"
    9.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake"
    9.19 +
    9.20 +# Rules to configure and make the package.
    9.21 +compile_rules()
    9.22 +{
    9.23 +	mkdir build; cd build
    9.24 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    9.25 +	make &&
    9.26 +	make DESTDIR=$install install
    9.27 +}
    9.28 +
    9.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.30 +genpkg_rules()
    9.31 +{
    9.32 +	mkdir -p $fs/usr/lib
    9.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    9.34 +}
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/lximage-qt/receipt	Sat Jul 12 15:16:10 2014 +0300
    10.3 @@ -0,0 +1,34 @@
    10.4 +# SliTaz package receipt.
    10.5 +
    10.6 +PACKAGE="lximage-qt"
    10.7 +COMMIT="5e95cfde337f996af7f42c487fc8a8013699bb5f"
    10.8 +VERSION="${COMMIT:0:7}"
    10.9 +CATEGORY="graphics"
   10.10 +SHORT_DESC="The image viewer and screenshot tool for LXQt"
   10.11 +MAINTAINER="al.bobylev@gmail.com"
   10.12 +LICENSE="GPL2"
   10.13 +WEB_SITE="https://github.com/lxde/lximage-qt"
   10.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   10.15 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$COMMIT.tar.gz"
   10.16 +TAGS="LXQt"
   10.17 +
   10.18 +DEPENDS="libQtCore libQtDBus libQtGui libQtXml libexif libffi libfm libgio \
   10.19 +pcmanfm-qt pcre xorg-libX11 xorg-libXext xorg-libXfixes zlib"
   10.20 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake glib-dev libexif-dev libfm-dev \
   10.21 +xorg-libX11-dev xorg-libXfixes-dev xorg-xproto pcmanfm-qt-dev menu-cache-dev"
   10.22 +
   10.23 +# Rules to configure and make the package.
   10.24 +compile_rules()
   10.25 +{
   10.26 +	mkdir build; cd build
   10.27 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   10.28 +	make &&
   10.29 +	make DESTDIR=$install install
   10.30 +}
   10.31 +
   10.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   10.33 +genpkg_rules()
   10.34 +{
   10.35 +	cp -a $install/* $fs
   10.36 +	rm -rf $fs/usr/share/lximage-qt
   10.37 +}
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/lxqt-about/receipt	Sat Jul 12 15:16:10 2014 +0300
    11.3 @@ -0,0 +1,30 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="lxqt-about"
    11.7 +VERSION="0.7.0"
    11.8 +CATEGORY="system"
    11.9 +SHORT_DESC="The standalone LXQt \"About\" dialog"
   11.10 +MAINTAINER="al.bobylev@gmail.com"
   11.11 +LICENSE="LGPL2.1"
   11.12 +WEB_SITE="https://github.com/lxde/lxqt-about"
   11.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   11.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   11.15 +TAGS="LXQt"
   11.16 +
   11.17 +DEPENDS="libQtCore libQtGui liblxqt"
   11.18 +BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake grep libqtxdg-dev"
   11.19 +
   11.20 +# Rules to configure and make the package.
   11.21 +compile_rules()
   11.22 +{
   11.23 +	mkdir build; cd build
   11.24 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   11.25 +	make &&
   11.26 +	make DESTDIR=$install install
   11.27 +}
   11.28 +
   11.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.30 +genpkg_rules()
   11.31 +{
   11.32 +	cp -a $install/* $fs
   11.33 +}
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/lxqt-admin/receipt	Sat Jul 12 15:16:10 2014 +0300
    12.3 @@ -0,0 +1,34 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="lxqt-admin"
    12.7 +COMMIT="342cf5aa8c64bd23d7991874a582a7f29a1c7dc1"
    12.8 +VERSION="${COMMIT:0:7}"
    12.9 +CATEGORY="system"
   12.10 +SHORT_DESC="LXQt system administration tool"
   12.11 +MAINTAINER="al.bobylev@gmail.com"
   12.12 +LICENSE="LGPL2.1"
   12.13 +WEB_SITE="https://github.com/lxde/lxqt-admin"
   12.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   12.15 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$COMMIT.tar.gz"
   12.16 +TAGS="LXQt"
   12.17 +
   12.18 +DEPENDS="libQtCore libQtGui libffi pcre liblxqt liboobs"
   12.19 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liboobs-dev liblxqt-dev \
   12.20 +libqtxdg-dev"
   12.21 +
   12.22 +# Rules to configure and make the package.
   12.23 +compile_rules()
   12.24 +{
   12.25 +	sed -i 's|LXQt/Application|lxqt/LxQtApplication|' $src/lxqt-admin-*/main.cpp
   12.26 +
   12.27 +	mkdir build; cd build
   12.28 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   12.29 +	make &&
   12.30 +	make DESTDIR=$install install
   12.31 +}
   12.32 +
   12.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.34 +genpkg_rules()
   12.35 +{
   12.36 +	cp -a $install/* $fs
   12.37 +}
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/lxqt-appswitcher/receipt	Sat Jul 12 15:16:10 2014 +0300
    13.3 @@ -0,0 +1,31 @@
    13.4 +# SliTaz package receipt.
    13.5 +
    13.6 +PACKAGE="lxqt-appswitcher"
    13.7 +VERSION="0.7.0"
    13.8 +CATEGORY="system"
    13.9 +SHORT_DESC="The LXQt application switcher"
   13.10 +MAINTAINER="al.bobylev@gmail.com"
   13.11 +LICENSE="LGPL2.1"
   13.12 +WEB_SITE="https://github.com/lxde/lxqt-appswitcher"
   13.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   13.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   13.15 +TAGS="LXQt"
   13.16 +
   13.17 +DEPENDS="libQtCore libQtDBus libQtGui libQtXml liblxqt lxqt-globalkeys"
   13.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev liblxqt-dev \
   13.19 +lxqt-globalkeys-dev libqtxdg-dev "
   13.20 +
   13.21 +# Rules to configure and make the package.
   13.22 +compile_rules()
   13.23 +{
   13.24 +	mkdir build; cd build
   13.25 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   13.26 +	make &&
   13.27 +	make DESTDIR=$install install
   13.28 +}
   13.29 +
   13.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
   13.31 +genpkg_rules()
   13.32 +{
   13.33 +	cp -a $install/* $fs
   13.34 +}
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/lxqt-common/receipt	Sat Jul 12 15:16:10 2014 +0300
    14.3 @@ -0,0 +1,38 @@
    14.4 +# SliTaz package receipt.
    14.5 +
    14.6 +PACKAGE="lxqt-common"
    14.7 +VERSION="0.7.0"
    14.8 +CATEGORY="system-tools"
    14.9 +SHORT_DESC="Common files for LXQt"
   14.10 +MAINTAINER="al.bobylev@gmail.com"
   14.11 +LICENSE="GPL2"
   14.12 +WEB_SITE="https://github.com/lxde/lxqt-common"
   14.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   14.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   14.15 +TAGS="LXQt"
   14.16 +
   14.17 +# TODO: add more depends
   14.18 +DEPENDS="xorg-xprop dbus "
   14.19 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev grep"
   14.20 +
   14.21 +# Rules to configure and make the package.
   14.22 +compile_rules()
   14.23 +{
   14.24 +	mkdir build; cd build
   14.25 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   14.26 +	make &&
   14.27 +	make DESTDIR=$install install
   14.28 +}
   14.29 +
   14.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
   14.31 +genpkg_rules()
   14.32 +{
   14.33 +	mkdir -p $fs/usr
   14.34 +	cp -a $install/etc $fs
   14.35 +	cd $fs; patch -p0 < $stuff/settings.diff
   14.36 +	cp -a $install/usr/bin $fs/usr
   14.37 +	cp -a $install/usr/share $fs/usr
   14.38 +	# all themes but 'flat' go to 'lxqt-themes'
   14.39 +	rm -rf $fs/usr/share/lxqt/themes/*
   14.40 +	cp -a $install/usr/share/lxqt/themes/flat $fs/usr/share/lxqt/themes
   14.41 +}
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/lxqt-common/stuff/settings.diff	Sat Jul 12 15:16:10 2014 +0300
    15.3 @@ -0,0 +1,22 @@
    15.4 +--- etc/lxqt/lxqt.conf.orig
    15.5 ++++ etc/lxqt/lxqt.conf
    15.6 +@@ -3,2 +3,2 @@
    15.7 +-theme=light
    15.8 +-icon_theme=oxygen
    15.9 ++theme=flat
   15.10 ++icon_theme=SliTaz
   15.11 +--- etc/lxqt/session.conf.orig
   15.12 ++++ etc/lxqt/session.conf
   15.13 +@@ -8 +8 @@
   15.14 +-cursor_theme=whiteglass
   15.15 ++cursor_theme=SliTaz Polar
   15.16 +--- etc/pcmanfm-qt/lxqt/settings.conf.orig
   15.17 ++++ etc/pcmanfm-qt/lxqt/settings.conf
   15.18 +@@ -2,2 +2,2 @@
   15.19 +-IconThemeName=elementary
   15.20 +-SuCommand=gksu %s
   15.21 ++IconThemeName=SliTaz
   15.22 ++SuCommand=subox %s
   15.23 +@@ -18 +18 @@
   15.24 +-Wallpaper=/usr/share/lxqt/themes/light/simple_blue_widescreen.png
   15.25 ++Wallpaper=/usr/share/lxqt/themes/flat/flat.png
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/lxqt-config-randr/receipt	Sat Jul 12 15:16:10 2014 +0300
    16.3 @@ -0,0 +1,31 @@
    16.4 +# SliTaz package receipt.
    16.5 +
    16.6 +PACKAGE="lxqt-config-randr"
    16.7 +VERSION="0.7.0"
    16.8 +CATEGORY="x-window"
    16.9 +SHORT_DESC="Qt config GUI for X11 RandR for LXQt system settings"
   16.10 +MAINTAINER="al.bobylev@gmail.com"
   16.11 +LICENSE="LGPL2.1"
   16.12 +WEB_SITE="https://github.com/lxde/lxqt-config-randr"
   16.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   16.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   16.15 +TAGS="LXQt"
   16.16 +
   16.17 +DEPENDS="libQtCore libQtGui xorg-libX11 xorg-libXext xorg-libXrandr"
   16.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev \
   16.19 +xorg-libXrandr-dev"
   16.20 +
   16.21 +# Rules to configure and make the package.
   16.22 +compile_rules()
   16.23 +{
   16.24 +	mkdir build; cd build
   16.25 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   16.26 +	make &&
   16.27 +	make DESTDIR=$install install
   16.28 +}
   16.29 +
   16.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
   16.31 +genpkg_rules()
   16.32 +{
   16.33 +	cp -a $install/* $fs
   16.34 +}
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/lxqt-config/receipt	Sat Jul 12 15:16:10 2014 +0300
    17.3 @@ -0,0 +1,34 @@
    17.4 +# SliTaz package receipt.
    17.5 +
    17.6 +PACKAGE="lxqt-config"
    17.7 +VERSION="0.7.0"
    17.8 +CATEGORY="system-tools"
    17.9 +SHORT_DESC="LXQt system settings center"
   17.10 +MAINTAINER="al.bobylev@gmail.com"
   17.11 +LICENSE="LGPL2.1"
   17.12 +WEB_SITE="https://github.com/lxde/lxqt-config"
   17.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   17.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   17.15 +TAGS="LXQt"
   17.16 +
   17.17 +DEPENDS="libQtCore libQtDBus libQtGui libQtXml libqtxdg xorg-libX11 \
   17.18 +xorg-libXcursor liblxqt xorg-libXext xorg-libXfixes zlib"
   17.19 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev \
   17.20 +xorg-libX11-dev zlib-dev xorg-libXcursor-dev grep"
   17.21 +
   17.22 +# Rules to configure and make the package.
   17.23 +compile_rules()
   17.24 +{
   17.25 +	mkdir build; cd build
   17.26 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   17.27 +	make &&
   17.28 +	make DESTDIR=$install install
   17.29 +}
   17.30 +
   17.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   17.32 +genpkg_rules()
   17.33 +{
   17.34 +	cp -a $install/* $fs
   17.35 +	# translations
   17.36 +	rm -rf $fs/usr/share/lxqt
   17.37 +}
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/lxqt-globalkeys-dev/receipt	Sat Jul 12 15:16:10 2014 +0300
    18.3 @@ -0,0 +1,21 @@
    18.4 +# SliTaz package receipt.
    18.5 +
    18.6 +PACKAGE="lxqt-globalkeys-dev"
    18.7 +VERSION="0.7.0"
    18.8 +CATEGORY="development"
    18.9 +SHORT_DESC="Development files for lxqt-globalkeys"
   18.10 +MAINTAINER="al.bobylev@gmail.com"
   18.11 +LICENSE="LGPL2.1"
   18.12 +WEB_SITE="https://github.com/lxde/lxqt-globalkeys"
   18.13 +WANTED="lxqt-globalkeys"
   18.14 +DEPENDS="lxqt-globalkeys"
   18.15 +TAGS="LXQt"
   18.16 +
   18.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   18.18 +genpkg_rules()
   18.19 +{
   18.20 +	mkdir -p $fs/usr/lib $fs/usr/share
   18.21 +	cp -a $install/usr/include $fs/usr
   18.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   18.23 +	cp -a $install/usr/share/cmake $fs/usr/share
   18.24 +}
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/lxqt-globalkeys/receipt	Sat Jul 12 15:16:10 2014 +0300
    19.3 @@ -0,0 +1,34 @@
    19.4 +# SliTaz package receipt.
    19.5 +
    19.6 +PACKAGE="lxqt-globalkeys"
    19.7 +VERSION="0.7.0"
    19.8 +CATEGORY="system"
    19.9 +SHORT_DESC="Daemon used to register global keyboard shortcuts"
   19.10 +MAINTAINER="al.bobylev@gmail.com"
   19.11 +LICENSE="LGPL2.1"
   19.12 +WEB_SITE="https://github.com/lxde/lxqt-globalkeys"
   19.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   19.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   19.15 +TAGS="LXQt"
   19.16 +
   19.17 +DEPENDS="liblxqt libQtCore libQtDBus libQtGui libQtXml xorg-libX11 xorg-libXext"
   19.18 +BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake grep xorg-xproto \
   19.19 +xorg-libX11-dev liblxqt-dev libqtxdg-dev"
   19.20 +
   19.21 +# Rules to configure and make the package.
   19.22 +compile_rules()
   19.23 +{
   19.24 +	mkdir build; cd build
   19.25 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   19.26 +	make &&
   19.27 +	make DESTDIR=$install install
   19.28 +}
   19.29 +
   19.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
   19.31 +genpkg_rules()
   19.32 +{
   19.33 +	mkdir -p $fs/usr/lib $fs/usr/share
   19.34 +	cp -a $install/usr/bin $fs/usr
   19.35 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   19.36 +	cp -a $install/usr/share/applications $fs/usr/share
   19.37 +}
    20.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.2 +++ b/lxqt-notificationd/receipt	Sat Jul 12 15:16:10 2014 +0300
    20.3 @@ -0,0 +1,31 @@
    20.4 +# SliTaz package receipt.
    20.5 +
    20.6 +PACKAGE="lxqt-notificationd"
    20.7 +VERSION="0.7.0"
    20.8 +CATEGORY="system"
    20.9 +SHORT_DESC="The LXQt notification daemon"
   20.10 +MAINTAINER="al.bobylev@gmail.com"
   20.11 +LICENSE="LGPL2.1"
   20.12 +WEB_SITE="https://github.com/lxde/lxqt-notificationd"
   20.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   20.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   20.15 +TAGS="LXQt"
   20.16 +
   20.17 +DEPENDS="libQtCore libQtDBus libQtGui libqtxdg liblxqt"
   20.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libqtxdg-dev liblxqt-dev \
   20.19 +xorg-libX11-dev grep"
   20.20 +
   20.21 +# Rules to configure and make the package.
   20.22 +compile_rules()
   20.23 +{
   20.24 +	mkdir build; cd build
   20.25 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   20.26 +	make &&
   20.27 +	make DESTDIR=$install install
   20.28 +}
   20.29 +
   20.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
   20.31 +genpkg_rules()
   20.32 +{
   20.33 +	cp -a $install/* $fs
   20.34 +}
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/lxqt-openssh-askpass/receipt	Sat Jul 12 15:16:10 2014 +0300
    21.3 @@ -0,0 +1,30 @@
    21.4 +# SliTaz package receipt.
    21.5 +
    21.6 +PACKAGE="lxqt-openssh-askpass"
    21.7 +VERSION="0.7.0"
    21.8 +CATEGORY="security"
    21.9 +SHORT_DESC="OpenSSH user/password GUI dialog for LXQt"
   21.10 +MAINTAINER="al.bobylev@gmail.com"
   21.11 +LICENSE="LGPL2.1"
   21.12 +WEB_SITE="https://github.com/lxde/lxqt-openssh-askpass"
   21.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   21.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   21.15 +TAGS="LXQt"
   21.16 +
   21.17 +DEPENDS="libQtGui"
   21.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev"
   21.19 +
   21.20 +# Rules to configure and make the package.
   21.21 +compile_rules()
   21.22 +{
   21.23 +	mkdir build; cd build
   21.24 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   21.25 +	make &&
   21.26 +	make DESTDIR=$install install
   21.27 +}
   21.28 +
   21.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
   21.30 +genpkg_rules()
   21.31 +{
   21.32 +	cp -a $install/* $fs
   21.33 +}
    22.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.2 +++ b/lxqt-panel/receipt	Sat Jul 12 15:16:10 2014 +0300
    22.3 @@ -0,0 +1,45 @@
    22.4 +# SliTaz package receipt.
    22.5 +
    22.6 +PACKAGE="lxqt-panel"
    22.7 +VERSION="0.7.0"
    22.8 +CATEGORY="system"
    22.9 +SHORT_DESC="The LXQt desktop panel"
   22.10 +MAINTAINER="al.bobylev@gmail.com"
   22.11 +LICENSE="LGPL2.1"
   22.12 +WEB_SITE="https://github.com/lxde/lxqt-panel"
   22.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   22.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   22.15 +TAGS="LXQt"
   22.16 +
   22.17 +DEPENDS="alsa-lib icu libQtCore libQtDBus libQtGui libQtXml libqtxdg \
   22.18 +libstatgrab lm-sensors pcre xorg-libX11 xorg-libXcomposite xorg-libXdamage \
   22.19 +xorg-libXext xorg-libXfixes xorg-libXrender lxqt-globalkeys liblxqt \
   22.20 +liblxqt-mount menu-cache libsysstat"
   22.21 +SUGGESTED="qastools xscreensaver"
   22.22 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev liblxqt-dev \
   22.23 +libqtxdg-dev lxqt-globalkeys-dev liblxqt-mount-dev xorg-libXcomposite-dev \
   22.24 +xorg-libXdamage-dev xorg-libXrender-dev menu-cache-dev libstatgrab-dev \
   22.25 +lm-sensors-dev alsa-lib-dev libsysstat-dev icu-dev grep glib-dev"
   22.26 +
   22.27 +# Rules to configure and make the package.
   22.28 +compile_rules()
   22.29 +{
   22.30 +	mkdir build; cd build
   22.31 +	cmake \
   22.32 +		-DCMAKE_INSTALL_PREFIX=/usr \
   22.33 +		-DLIB_SUFFIX=/usr/lib \
   22.34 +		-DVOLUME_USE_PULSEAUDIO=No \
   22.35 +		-DTEATIME_PLUGIN=Yes \
   22.36 +		.. &&
   22.37 +	make &&
   22.38 +	make DESTDIR=$install install
   22.39 +}
   22.40 +
   22.41 +# Rules to gen a SliTaz package suitable for Tazpkg.
   22.42 +genpkg_rules()
   22.43 +{
   22.44 +	mkdir -p $fs/usr/share/lxqt/lxqt-panel
   22.45 +	cp -a $install/etc $fs
   22.46 +	cp -a $install/usr/bin $install/usr/lib $fs/usr
   22.47 +	cp -a $install/usr/share/lxqt/lxqt-panel/*.desktop $fs/usr/share/lxqt/lxqt-panel
   22.48 +}
    23.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.2 +++ b/lxqt-policykit/receipt	Sat Jul 12 15:16:10 2014 +0300
    23.3 @@ -0,0 +1,32 @@
    23.4 +# SliTaz package receipt.
    23.5 +
    23.6 +PACKAGE="lxqt-policykit"
    23.7 +VERSION="0.7.0"
    23.8 +CATEGORY="system"
    23.9 +SHORT_DESC="The LXQt PolicyKit agent"
   23.10 +MAINTAINER="al.bobylev@gmail.com"
   23.11 +LICENSE="LGPL2.1"
   23.12 +WEB_SITE="https://github.com/lxde/lxqt-policykit"
   23.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   23.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   23.15 +TAGS="LXQt"
   23.16 +
   23.17 +DEPENDS="libQtCore libQtGui libffi libgio liblxqt libqtxdg pcre polkit \
   23.18 +polkit-qt zlib"
   23.19 +BUILD_DEPENDS="wget cacerts cmake polkit-qt-dev liblxqt-dev polkit-dev Qt4-dev \
   23.20 +qmake libqtxdg-dev"
   23.21 +
   23.22 +# Rules to configure and make the package.
   23.23 +compile_rules()
   23.24 +{
   23.25 +	mkdir build; cd build
   23.26 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   23.27 +	make &&
   23.28 +	make DESTDIR=$install install
   23.29 +}
   23.30 +
   23.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   23.32 +genpkg_rules()
   23.33 +{
   23.34 +	cp -a $install/* $fs
   23.35 +}
    24.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.2 +++ b/lxqt-powermanagement/receipt	Sat Jul 12 15:16:10 2014 +0300
    24.3 @@ -0,0 +1,34 @@
    24.4 +# SliTaz package receipt.
    24.5 +
    24.6 +PACKAGE="lxqt-powermanagement"
    24.7 +VERSION="0.7.0"
    24.8 +CATEGORY="system"
    24.9 +SHORT_DESC="Power management module for LXQt"
   24.10 +MAINTAINER="al.bobylev@gmail.com"
   24.11 +LICENSE="LGPL2.1"
   24.12 +WEB_SITE="https://github.com/lxde/lxqt-powermanagement"
   24.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   24.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   24.15 +TAGS="LXQt"
   24.16 +
   24.17 +DEPENDS="libQtCore libQtDBus libQtGui libQtSvg liblxqt libqtxdg libxcb \
   24.18 +xorg-libX11"
   24.19 +BUILD_DEPENDS="wget cacerts cmake libqtxdg-dev Qt4-dev qmake liblxqt-dev \
   24.20 +libxcb-dev xorg-libX11-dev"
   24.21 +
   24.22 +# Rules to configure and make the package.
   24.23 +compile_rules()
   24.24 +{
   24.25 +	sed -i 's|qt4/QtCore|QtCore|' $src/src/lid.cpp $src/src/lidwatcher.cpp
   24.26 +
   24.27 +	mkdir build; cd build
   24.28 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   24.29 +	make &&
   24.30 +	make DESTDIR=$install install
   24.31 +}
   24.32 +
   24.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
   24.34 +genpkg_rules()
   24.35 +{
   24.36 +	cp -a $install/* $fs
   24.37 +}
    25.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.2 +++ b/lxqt-qtplugin/receipt	Sat Jul 12 15:16:10 2014 +0300
    25.3 @@ -0,0 +1,30 @@
    25.4 +# SliTaz package receipt.
    25.5 +
    25.6 +PACKAGE="lxqt-qtplugin"
    25.7 +VERSION="0.7.0"
    25.8 +CATEGORY="misc"
    25.9 +SHORT_DESC="LXQt Qt platform integration plugin"
   25.10 +MAINTAINER="al.bobylev@gmail.com"
   25.11 +LICENSE="LGPL2.1"
   25.12 +WEB_SITE="https://github.com/lxde/lxqt-qtplugin"
   25.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   25.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   25.15 +TAGS="LXQt"
   25.16 +
   25.17 +DEPENDS="libQtCore libQtGui"
   25.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev"
   25.19 +
   25.20 +# Rules to configure and make the package.
   25.21 +compile_rules()
   25.22 +{
   25.23 +	mkdir build; cd build
   25.24 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   25.25 +	make &&
   25.26 +	make DESTDIR=$install install
   25.27 +}
   25.28 +
   25.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
   25.30 +genpkg_rules()
   25.31 +{
   25.32 +	cp -a $install/* $fs
   25.33 +}
    26.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.2 +++ b/lxqt-runner/receipt	Sat Jul 12 15:16:10 2014 +0300
    26.3 @@ -0,0 +1,33 @@
    26.4 +# SliTaz package receipt.
    26.5 +
    26.6 +PACKAGE="lxqt-runner"
    26.7 +VERSION="0.7.0"
    26.8 +CATEGORY="system"
    26.9 +SHORT_DESC="Tool used to launch programs quickly by typing their names"
   26.10 +MAINTAINER="al.bobylev@gmail.com"
   26.11 +LICENSE="LGPL2.1"
   26.12 +WEB_SITE="https://github.com/lxde/lxqt-runner"
   26.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   26.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   26.15 +TAGS="LXQt"
   26.16 +
   26.17 +DEPENDS="libQtCore libQtDBus libQtGui libQtScript libQtXml libqtxdg liblxqt \
   26.18 +lxqt-globalkeys menu-cache pcre"
   26.19 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev \
   26.20 +lxqt-globalkeys-dev menu-cache-dev xorg-libX11-dev"
   26.21 +
   26.22 +# Rules to configure and make the package.
   26.23 +compile_rules()
   26.24 +{
   26.25 +	mkdir build; cd build
   26.26 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   26.27 +	make &&
   26.28 +	make DESTDIR=$install install
   26.29 +}
   26.30 +
   26.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   26.32 +genpkg_rules()
   26.33 +{
   26.34 +	mkdir -p $fs/usr
   26.35 +	cp -a $install/usr/bin $fs/usr
   26.36 +}
    27.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.2 +++ b/lxqt-session/receipt	Sat Jul 12 15:16:10 2014 +0300
    27.3 @@ -0,0 +1,32 @@
    27.4 +# SliTaz package receipt.
    27.5 +
    27.6 +PACKAGE="lxqt-session"
    27.7 +VERSION="0.7.0"
    27.8 +CATEGORY="system"
    27.9 +SHORT_DESC="An alternative session manager ported from the original razor-session"
   27.10 +MAINTAINER="al.bobylev@gmail.com"
   27.11 +LICENSE="LGPL2.1"
   27.12 +WEB_SITE="https://github.com/lxde/lxqt-session"
   27.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   27.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   27.15 +TAGS="LXQt"
   27.16 +
   27.17 +DEPENDS="libQtCore libQtDBus libQtGui liblxqt libqtxdg xorg-libX11 xorg-libXext"
   27.18 +BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake xorg-libX11-dev \
   27.19 +libqtxdg-dev grep"
   27.20 +
   27.21 +# Rules to configure and make the package.
   27.22 +compile_rules()
   27.23 +{
   27.24 +	mkdir build; cd build
   27.25 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   27.26 +	make &&
   27.27 +	make DESTDIR=$install install
   27.28 +}
   27.29 +
   27.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
   27.31 +genpkg_rules()
   27.32 +{
   27.33 +	cp -a $install/* $fs
   27.34 +	rm -rf $fs/usr/share/lxqt
   27.35 +}
    28.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.2 +++ b/lxqt-themes/receipt	Sat Jul 12 15:16:10 2014 +0300
    28.3 @@ -0,0 +1,20 @@
    28.4 +# SliTaz package receipt.
    28.5 +
    28.6 +PACKAGE="lxqt-themes"
    28.7 +VERSION="0.7.0"
    28.8 +CATEGORY="misc"
    28.9 +SHORT_DESC="Themes for LXQt"
   28.10 +MAINTAINER="al.bobylev@gmail.com"
   28.11 +LICENSE="LGPL2.1"
   28.12 +WEB_SITE="https://github.com/lxde/lxqt-common"
   28.13 +WANTED="lxqt-common"
   28.14 +DEPENDS="lxqt-common"
   28.15 +TAGS="LXQt"
   28.16 +
   28.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   28.18 +genpkg_rules()
   28.19 +{
   28.20 +	mkdir -p $fs/usr/share/lxqt
   28.21 +	cp -a $install/usr/share/lxqt/themes $fs/usr/share/lxqt
   28.22 +	rm -rf $fs/usr/share/lxqt/themes/flat
   28.23 +}
    29.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.2 +++ b/obconf-qt/receipt	Sat Jul 12 15:16:10 2014 +0300
    29.3 @@ -0,0 +1,32 @@
    29.4 +# SliTaz package receipt.
    29.5 +
    29.6 +PACKAGE="obconf-qt"
    29.7 +VERSION="0.1.0"
    29.8 +CATEGORY="x-window"
    29.9 +SHORT_DESC="The Qt port of obconf, the Openbox configuration tool"
   29.10 +MAINTAINER="al.bobylev@gmail.com"
   29.11 +LICENSE="LGPL2.1"
   29.12 +WEB_SITE="https://github.com/lxde/obconf-qt"
   29.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   29.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   29.15 +TAGS="LXQt"
   29.16 +
   29.17 +DEPENDS="bzlib fontconfig freetype libQtCore libQtGui libffi libxml2 openbox \
   29.18 +pango pcre xorg-libICE xorg-libSM xorg-libX11 xorg-libXft zlib"
   29.19 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake openbox-dev glib-dev \
   29.20 +xorg-libXft-dev pango-dev"
   29.21 +
   29.22 +# Rules to configure and make the package.
   29.23 +compile_rules()
   29.24 +{
   29.25 +	mkdir build; cd build
   29.26 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   29.27 +	make &&
   29.28 +	make DESTDIR=$install install
   29.29 +}
   29.30 +
   29.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   29.32 +genpkg_rules()
   29.33 +{
   29.34 +	cp -a $install/* $fs
   29.35 +}
    30.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.2 +++ b/pcmanfm-qt-dev/receipt	Sat Jul 12 15:16:10 2014 +0300
    30.3 @@ -0,0 +1,21 @@
    30.4 +# SliTaz package receipt.
    30.5 +
    30.6 +PACKAGE="pcmanfm-qt-dev"
    30.7 +VERSION="0.7.0"
    30.8 +CATEGORY="development"
    30.9 +SHORT_DESC="Development files for pcmanfm-qt"
   30.10 +MAINTAINER="al.bobylev@gmail.com"
   30.11 +LICENSE="LGPL2.1"
   30.12 +WEB_SITE="https://github.com/lxde/pcmanfm-qt"
   30.13 +TAGS="LXQt"
   30.14 +
   30.15 +WANTED="pcmanfm-qt"
   30.16 +DEPENDS="pcmanfm-qt"
   30.17 +
   30.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
   30.19 +genpkg_rules()
   30.20 +{
   30.21 +	mkdir -p $fs/usr/lib
   30.22 +	cp -a $install/usr/include $fs/usr
   30.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   30.24 +}
    31.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.2 +++ b/pcmanfm-qt/receipt	Sat Jul 12 15:16:10 2014 +0300
    31.3 @@ -0,0 +1,35 @@
    31.4 +# SliTaz package receipt.
    31.5 +
    31.6 +PACKAGE="pcmanfm-qt"
    31.7 +VERSION="0.7.0"
    31.8 +CATEGORY="system"
    31.9 +SHORT_DESC="File manager and desktop icon manager (Qt port of PCManFM and libfm)"
   31.10 +MAINTAINER="al.bobylev@gmail.com"
   31.11 +LICENSE="LGPL2.1"
   31.12 +WEB_SITE="https://github.com/lxde/pcmanfm-qt"
   31.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   31.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
   31.15 +TAGS="LXQt"
   31.16 +
   31.17 +DEPENDS="libQtCore libQtDBus libQtGui libffi libfm libgio menu-cache pcre \
   31.18 +xorg-libX11 zlib"
   31.19 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake glib-dev libgio-dev libfm-dev \
   31.20 +menu-cache-dev xorg-libX11-dev"
   31.21 +
   31.22 +# Rules to configure and make the package.
   31.23 +compile_rules()
   31.24 +{
   31.25 +	mkdir build; cd build
   31.26 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
   31.27 +	make &&
   31.28 +	make DESTDIR=$install install
   31.29 +}
   31.30 +
   31.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   31.32 +genpkg_rules()
   31.33 +{
   31.34 +	mkdir -p $fs/usr/lib
   31.35 +	cp -a $install/usr/bin $fs/usr
   31.36 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   31.37 +	cp -a $install/usr/share $fs/usr
   31.38 +}