wok-next diff lxqt-connman-applet/receipt @ rev 20092

Up opal (3.10.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 28 12:53:30 2017 +0200 (2017-10-28)
parents
children c0521c689857
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxqt-connman-applet/receipt	Sat Oct 28 12:53:30 2017 +0200
     1.3 @@ -0,0 +1,40 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="lxqt-connman-applet"
     1.7 +VERSION="0.0.91"	# not released yet, it's commit #91
     1.8 +COMMIT="fbca14a"
     1.9 +CATEGORY="system-tools"
    1.10 +SHORT_DESC="System-tray applet for connman"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="LGPL2.1"
    1.13 +WEB_SITE="https://github.com/lxde/lxqt-connman-applet"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="https://github.com/lxde/lxqt-connman-applet/archive/${COMMIT:-$VERSION}.tar.gz"
    1.17 +
    1.18 +BUILD_DEPENDS="cmake liblxqt-dev mesa17-dev kwindowsystem-dev lxqt-build-tools"
    1.19 +SPLIT="lxqt-connman-applet-dev"
    1.20 +
    1.21 +compile_rules() {
    1.22 +	mkdir build; cd build
    1.23 +	cmake \
    1.24 +		-DCMAKE_BUILD_TYPE=Release \
    1.25 +		-DCMAKE_INSTALL_PREFIX=/usr \
    1.26 +		.. &&
    1.27 +	make &&
    1.28 +	make install
    1.29 +}
    1.30 +
    1.31 +genpkg_rules() {
    1.32 +	case $PACKAGE in
    1.33 +		lxqt-connman-applet)
    1.34 +			copy @std
    1.35 +			DEPENDS="kwindowsystem liblxqt libqtxdg qt5-base qt5-svg \
    1.36 +			qt5-x11extras"
    1.37 +			;;
    1.38 +		*-dev)
    1.39 +			copy @dev
    1.40 +			;;
    1.41 +	esac
    1.42 +	TAGS="LXQt"
    1.43 +}