wok rev 17221
Up: liblxqt-mount, lxqt-globalkeys, lxqt-notificationd (all to 0.8.0).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 14 17:04:37 2014 +0300 (2014-10-14) |
parents | 6176ecc9ab78 |
children | 44cb6517e19a |
files | liblxqt-mount-dev/receipt liblxqt-mount/receipt lxqt-globalkeys-dev/receipt lxqt-globalkeys/receipt lxqt-notificationd/receipt |
line diff
1.1 --- a/liblxqt-mount-dev/receipt Tue Oct 14 15:37:52 2014 +0300 1.2 +++ b/liblxqt-mount-dev/receipt Tue Oct 14 17:04:37 2014 +0300 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="liblxqt-mount-dev" 1.7 -VERSION="0.7.0" 1.8 +VERSION="0.8.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Development files for liblxqt-mount" 1.11 +SHORT_DESC="Library used to manage removable devices (development)" 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://github.com/lxde/liblxqt-mount"
2.1 --- a/liblxqt-mount/receipt Tue Oct 14 15:37:52 2014 +0300 2.2 +++ b/liblxqt-mount/receipt Tue Oct 14 17:04:37 2014 +0300 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="liblxqt-mount" 2.7 -VERSION="0.7.0" 2.8 +VERSION="0.8.0" 2.9 CATEGORY="system" 2.10 SHORT_DESC="Library used to manage removable devices" 2.11 MAINTAINER="al.bobylev@gmail.com"
3.1 --- a/lxqt-globalkeys-dev/receipt Tue Oct 14 15:37:52 2014 +0300 3.2 +++ b/lxqt-globalkeys-dev/receipt Tue Oct 14 17:04:37 2014 +0300 3.3 @@ -1,9 +1,9 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="lxqt-globalkeys-dev" 3.7 -VERSION="0.7.0" 3.8 +VERSION="0.8.0" 3.9 CATEGORY="development" 3.10 -SHORT_DESC="Development files for lxqt-globalkeys" 3.11 +SHORT_DESC="Daemon used to register global keyboard shortcuts (development)" 3.12 MAINTAINER="al.bobylev@gmail.com" 3.13 LICENSE="LGPL2.1" 3.14 WEB_SITE="https://github.com/lxde/lxqt-globalkeys"
4.1 --- a/lxqt-globalkeys/receipt Tue Oct 14 15:37:52 2014 +0300 4.2 +++ b/lxqt-globalkeys/receipt Tue Oct 14 17:04:37 2014 +0300 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="lxqt-globalkeys" 4.7 -VERSION="0.7.0" 4.8 +VERSION="0.8.0" 4.9 CATEGORY="system" 4.10 SHORT_DESC="Daemon used to register global keyboard shortcuts" 4.11 MAINTAINER="al.bobylev@gmail.com" 4.12 @@ -13,7 +13,7 @@ 4.13 4.14 DEPENDS="liblxqt libQtCore libQtDBus libQtGui libQtXml xorg-libX11 xorg-libXext" 4.15 BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake grep xorg-xproto \ 4.16 -xorg-libX11-dev liblxqt-dev libqtxdg-dev" 4.17 +xorg-libX11-dev liblxqt-dev libqtxdg-dev libQtMimeTypes-dev sdft" 4.18 4.19 # Rules to configure and make the package. 4.20 compile_rules() 4.21 @@ -22,6 +22,11 @@ 4.22 cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 4.23 make && 4.24 make DESTDIR=$install install 4.25 + 4.26 + # FIXME UPSTREAM: fix .desktop translations 4.27 + sdft $install/usr/share/applications/lxqt-config-globalkeyshortcuts.desktop \ 4.28 + -i -r "Name[ru_RU]" \ 4.29 + -s "Name[ru]=Настройка глобальных сочетаний клавиш LXQt" 4.30 } 4.31 4.32 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- a/lxqt-notificationd/receipt Tue Oct 14 15:37:52 2014 +0300 5.2 +++ b/lxqt-notificationd/receipt Tue Oct 14 17:04:37 2014 +0300 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="lxqt-notificationd" 5.7 -VERSION="0.7.0" 5.8 +VERSION="0.8.0" 5.9 CATEGORY="system" 5.10 SHORT_DESC="The LXQt notification daemon" 5.11 MAINTAINER="al.bobylev@gmail.com" 5.12 @@ -13,7 +13,7 @@ 5.13 5.14 DEPENDS="libQtCore libQtDBus libQtGui libqtxdg liblxqt" 5.15 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libqtxdg-dev liblxqt-dev \ 5.16 -xorg-libX11-dev grep" 5.17 +xorg-libX11-dev grep libQtMimeTypes-dev sdft" 5.18 5.19 # Rules to configure and make the package. 5.20 compile_rules() 5.21 @@ -22,6 +22,10 @@ 5.22 cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 5.23 make && 5.24 make DESTDIR=$install install 5.25 + 5.26 + sdft $install/usr/share/applications/lxqt-config-notificationd.desktop \ 5.27 + -i -r "Name[ru_RU]" \ 5.28 + -s "Name[ru]=Настройка уведомлений LXQt" 5.29 } 5.30 5.31 # Rules to gen a SliTaz package suitable for Tazpkg.