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

updated coreutils (8.30 -> 8.32)
author Hans-G?nter Theisgen
date Mon Jun 22 15:58:01 2020 +0100 (2020-06-22)
parents c0521c689857
children
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@21020 9 WEB_SITE="https://github.com/lxqt/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@20502 14 BUILD_DEPENDS="cmake lxqt-build-tools mesa-dev libconfig-dev"
al@20019 15
al@20019 16 compile_rules() {
al@21020 17 mkdir build
al@21020 18 cd build
al@20019 19 cmake \
al@20019 20 -DCMAKE_BUILD_TYPE=Release \
al@20019 21 -DCMAKE_INSTALL_PREFIX=/usr \
al@20019 22 -DPULL_TRANSLATIONS=no \
al@20019 23 .. &&
al@16833 24 make &&
al@20019 25 make install
al@16833 26 }
al@16833 27
al@20019 28 genpkg_rules() {
al@20019 29 copy @std
al@20019 30 DEPENDS="libconfig qt5-base compton"
al@20019 31 TAGS="LXQt"
al@16833 32 }