wok-6.x diff lxqt-notificationd/receipt @ rev 17164
Add qtpanel
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Sep 18 23:48:17 2014 +0200 (2014-09-18) |
parents | |
children | f34d85d9139a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxqt-notificationd/receipt Thu Sep 18 23:48:17 2014 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxqt-notificationd" 1.7 +VERSION="0.7.0" 1.8 +CATEGORY="system" 1.9 +SHORT_DESC="The LXQt notification daemon" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="LGPL2.1" 1.12 +WEB_SITE="https://github.com/lxde/lxqt-notificationd" 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="libQtCore libQtDBus libQtGui libqtxdg liblxqt" 1.18 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libqtxdg-dev liblxqt-dev \ 1.19 +xorg-libX11-dev grep" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + mkdir build; cd build 1.25 + cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 1.26 + make && 1.27 + make DESTDIR=$install install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + cp -a $install/* $fs 1.34 +}