wok-next annotate compton-conf/receipt @ rev 20019

Update LXQt (complete)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 22 04:34:44 2017 +0300 (2017-10-22)
parents c0ce132ba4ee
children c0521c689857
rev   line source
al@20019 1 # SliTaz package receipt v2.
al@16833 2
al@16833 3 PACKAGE="compton-conf"
al@20019 4 VERSION="0.3.0"
al@17516 5 CATEGORY="system-tools"
al@16833 6 SHORT_DESC="GUI configuration tool for compton X composite manager"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@16833 9 WEB_SITE="https://github.com/lxde/compton-conf"
al@16833 10
al@20019 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20019 12 WGET_URL="https://github.com/lxde/compton-conf/releases/download/$VERSION/$TARBALL"
al@16833 13
al@20019 14 BUILD_DEPENDS="cmake lxqt-build-tools mesa17-dev libconfig-dev"
al@20019 15
al@20019 16 compile_rules() {
al@16833 17 mkdir build; cd build
al@20019 18 cmake \
al@20019 19 -DCMAKE_BUILD_TYPE=Release \
al@20019 20 -DCMAKE_INSTALL_PREFIX=/usr \
al@20019 21 -DPULL_TRANSLATIONS=no \
al@20019 22 .. &&
al@16833 23 make &&
al@20019 24 make install
al@16833 25 }
al@16833 26
al@20019 27 genpkg_rules() {
al@20019 28 copy @std
al@20019 29 DEPENDS="libconfig qt5-base compton"
al@20019 30 TAGS="LXQt"
al@16833 31 }