wok-next diff lxqt-themes/receipt @ rev 20908

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents
children d5aab818505e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxqt-themes/receipt	Sun Aug 12 04:53:45 2018 +0300
     1.3 @@ -0,0 +1,37 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="lxqt-themes"
     1.7 +VERSION="0.12.0"
     1.8 +CATEGORY="customization"
     1.9 +SHORT_DESC="Themes, graphics and icons for LXQt"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="https://github.com/lxde/lxqt-themes"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="https://github.com/lxde/lxqt-themes/releases/download/$VERSION/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="cmake lxqt-build-tools"
    1.18 +
    1.19 +compile_rules() {
    1.20 +	mkdir build; cd build
    1.21 +	cmake \
    1.22 +		-DCMAKE_BUILD_TYPE=Release \
    1.23 +		-DCMAKE_INSTALL_PREFIX=/usr \
    1.24 +		.. &&
    1.25 +	make &&
    1.26 +	make install
    1.27 +}
    1.28 +
    1.29 +genpkg_rules() {
    1.30 +	case $PACKAGE in
    1.31 +		lxqt-themes)
    1.32 +			copy @std
    1.33 +			DEPENDS=""
    1.34 +			;;
    1.35 +		*-dev)
    1.36 +			copy @dev
    1.37 +			;;
    1.38 +	esac
    1.39 +	TAGS="LXQt"
    1.40 +}