wok-next annotate lxqt-themes/receipt @ rev 21214

updated barnyard2 again (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Mon Dec 02 17:31:19 2019 +0100 (2019-12-02)
parents d5aab818505e
children
rev   line source
al@20019 1 # SliTaz package receipt v2.
al@20019 2
al@20019 3 PACKAGE="lxqt-themes"
al@20019 4 VERSION="0.12.0"
al@20019 5 CATEGORY="customization"
al@20019 6 SHORT_DESC="Themes, graphics and icons for LXQt"
al@20019 7 MAINTAINER="al.bobylev@gmail.com"
al@20019 8 LICENSE="LGPL2.1"
al@21032 9 WEB_SITE="https://github.com/lxqt/lxqt-themes"
al@20019 10
al@20019 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20019 12 WGET_URL="https://github.com/lxde/lxqt-themes/releases/download/$VERSION/$TARBALL"
al@20019 13
al@20019 14 BUILD_DEPENDS="cmake lxqt-build-tools"
al@20019 15
al@20019 16 compile_rules() {
al@20019 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 .. &&
al@20019 22 make &&
al@20019 23 make install
al@20019 24 }
al@20019 25
al@20019 26 genpkg_rules() {
al@20019 27 case $PACKAGE in
al@20019 28 lxqt-themes)
al@20019 29 copy @std
al@21020 30 DEPENDS=" "
al@20019 31 ;;
al@20019 32 *-dev)
al@20019 33 copy @dev
al@20019 34 ;;
al@20019 35 esac
al@20019 36 TAGS="LXQt"
al@20019 37 }