wok diff lxqt-notificationd/receipt @ rev 17272

linux: update config64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 24 17:50:20 2014 +0200 (2014-10-24)
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	Fri Oct 24 17:50:20 2014 +0200
     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.