# HG changeset patch # User Aleksej Bobylev # Date 1413295477 -10800 # Node ID f34d85d9139ac4e6456ee75a256a0267943debac # Parent 6176ecc9ab786eebb247dc0b22342f8c2e9d6b96 Up: liblxqt-mount, lxqt-globalkeys, lxqt-notificationd (all to 0.8.0). diff -r 6176ecc9ab78 -r f34d85d9139a liblxqt-mount-dev/receipt --- a/liblxqt-mount-dev/receipt Tue Oct 14 15:37:52 2014 +0300 +++ b/liblxqt-mount-dev/receipt Tue Oct 14 17:04:37 2014 +0300 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="liblxqt-mount-dev" -VERSION="0.7.0" +VERSION="0.8.0" CATEGORY="development" -SHORT_DESC="Development files for liblxqt-mount" +SHORT_DESC="Library used to manage removable devices (development)" MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL2.1" WEB_SITE="https://github.com/lxde/liblxqt-mount" diff -r 6176ecc9ab78 -r f34d85d9139a liblxqt-mount/receipt --- a/liblxqt-mount/receipt Tue Oct 14 15:37:52 2014 +0300 +++ b/liblxqt-mount/receipt Tue Oct 14 17:04:37 2014 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="liblxqt-mount" -VERSION="0.7.0" +VERSION="0.8.0" CATEGORY="system" SHORT_DESC="Library used to manage removable devices" MAINTAINER="al.bobylev@gmail.com" diff -r 6176ecc9ab78 -r f34d85d9139a lxqt-globalkeys-dev/receipt --- a/lxqt-globalkeys-dev/receipt Tue Oct 14 15:37:52 2014 +0300 +++ b/lxqt-globalkeys-dev/receipt Tue Oct 14 17:04:37 2014 +0300 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="lxqt-globalkeys-dev" -VERSION="0.7.0" +VERSION="0.8.0" CATEGORY="development" -SHORT_DESC="Development files for lxqt-globalkeys" +SHORT_DESC="Daemon used to register global keyboard shortcuts (development)" MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL2.1" WEB_SITE="https://github.com/lxde/lxqt-globalkeys" diff -r 6176ecc9ab78 -r f34d85d9139a lxqt-globalkeys/receipt --- a/lxqt-globalkeys/receipt Tue Oct 14 15:37:52 2014 +0300 +++ b/lxqt-globalkeys/receipt Tue Oct 14 17:04:37 2014 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxqt-globalkeys" -VERSION="0.7.0" +VERSION="0.8.0" CATEGORY="system" SHORT_DESC="Daemon used to register global keyboard shortcuts" MAINTAINER="al.bobylev@gmail.com" @@ -13,7 +13,7 @@ DEPENDS="liblxqt libQtCore libQtDBus libQtGui libQtXml xorg-libX11 xorg-libXext" BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake grep xorg-xproto \ -xorg-libX11-dev liblxqt-dev libqtxdg-dev" +xorg-libX11-dev liblxqt-dev libqtxdg-dev libQtMimeTypes-dev sdft" # Rules to configure and make the package. compile_rules() @@ -22,6 +22,11 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make && make DESTDIR=$install install + + # FIXME UPSTREAM: fix .desktop translations + sdft $install/usr/share/applications/lxqt-config-globalkeyshortcuts.desktop \ + -i -r "Name[ru_RU]" \ + -s "Name[ru]=Настройка глобальных сочетаний клавиш LXQt" } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 6176ecc9ab78 -r f34d85d9139a lxqt-notificationd/receipt --- a/lxqt-notificationd/receipt Tue Oct 14 15:37:52 2014 +0300 +++ b/lxqt-notificationd/receipt Tue Oct 14 17:04:37 2014 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxqt-notificationd" -VERSION="0.7.0" +VERSION="0.8.0" CATEGORY="system" SHORT_DESC="The LXQt notification daemon" MAINTAINER="al.bobylev@gmail.com" @@ -13,7 +13,7 @@ DEPENDS="libQtCore libQtDBus libQtGui libqtxdg liblxqt" BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libqtxdg-dev liblxqt-dev \ -xorg-libX11-dev grep" +xorg-libX11-dev grep libQtMimeTypes-dev sdft" # Rules to configure and make the package. compile_rules() @@ -22,6 +22,10 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make && make DESTDIR=$install install + + sdft $install/usr/share/applications/lxqt-config-notificationd.desktop \ + -i -r "Name[ru_RU]" \ + -s "Name[ru]=Настройка уведомлений LXQt" } # Rules to gen a SliTaz package suitable for Tazpkg.