wok diff lxqt-notificationd/receipt @ rev 17478

Up openssh,openssh-pam,sftp-server to 6.7p1
author Richard Dunbar <mojo@slitaz.org>
date Mon Dec 29 13:36:32 2014 -0500 (2014-12-29)
parents 7aac542e058a
children c0ce132ba4ee
line diff
     1.1 --- a/lxqt-notificationd/receipt	Sat Jul 12 15:16:10 2014 +0300
     1.2 +++ b/lxqt-notificationd/receipt	Mon Dec 29 13:36:32 2014 -0500
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxqt-notificationd"
     1.7 -VERSION="0.7.0"
     1.8 +VERSION="0.8.0"
     1.9  CATEGORY="system"
    1.10  SHORT_DESC="The LXQt notification daemon"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -13,7 +13,7 @@
    1.13  
    1.14  DEPENDS="libQtCore libQtDBus libQtGui libqtxdg liblxqt"
    1.15  BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libqtxdg-dev liblxqt-dev \
    1.16 -xorg-libX11-dev grep"
    1.17 +xorg-libX11-dev grep libQtMimeTypes-dev sdft"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -22,6 +22,10 @@
    1.22  	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.23  	make &&
    1.24  	make DESTDIR=$install install
    1.25 +
    1.26 +	sdft $install/usr/share/applications/lxqt-config-notificationd.desktop \
    1.27 +		-i -r "Name[ru_RU]" \
    1.28 +		-s "Name[ru]=Настройка уведомлений LXQt"
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.