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