wok-next view kidletime/receipt @ rev 20095

Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 16:45:22 2017 +0300 (2017-10-28)
parents 4c3ee4d2d357
children c0521c689857
line source
1 # SliTaz package receipt v2.
3 PACKAGE="kidletime"
4 VERSION="5.37.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="KIdleTime is used to report idle time of user and system"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/KDE/kidletime"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-kidletime.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://download.kde.org/stable/frameworks/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="cmake extra-cmake-modules qt5-dev mesa17-dev"
16 SPLIT="kidletime-dev"
18 compile_rules() {
19 mkdir build; cd build
20 cmake \
21 -DCMAKE_BUILD_TYPE=Release \
22 -DCMAKE_INSTALL_PREFIX=/usr \
23 -DBUILD_TESTING=OFF \
24 -Wno-dev \
25 .. &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 case $PACKAGE in
32 kidletime)
33 copy @std
34 DEPENDS="qt5-base qt5-x11extras xorg-libX11 xorg-libXext \
35 xorg-libxcb"
36 ;;
37 *-dev)
38 copy @dev
39 ;;
40 esac
41 }