wok view lxqt-notificationd/receipt @ rev 17516

Remove some categories (system -> system-tools, web -> network, devel -> development, news -> network).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 15 01:14:17 2015 +0200 (2015-01-15)
parents f34d85d9139a
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="lxqt-notificationd"
4 VERSION="0.8.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="The LXQt notification daemon"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/lxqt-notificationd"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
12 TAGS="LXQt"
14 DEPENDS="libQtCore libQtDBus libQtGui libqtxdg liblxqt"
15 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libqtxdg-dev liblxqt-dev \
16 xorg-libX11-dev grep libQtMimeTypes-dev sdft"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 mkdir build; cd build
22 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
23 make &&
24 make DESTDIR=$install install
26 sdft $install/usr/share/applications/lxqt-config-notificationd.desktop \
27 -i -r "Name[ru_RU]" \
28 -s "Name[ru]=Настройка уведомлений LXQt"
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 cp -a $install/* $fs
35 }