wok diff qtpanel/receipt @ rev 20406

asterisk: add code2 & opus codec
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 20 23:12:02 2018 +0200 (2018-07-20)
parents
children 63cdeb5a1e77
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qtpanel/receipt	Fri Jul 20 23:12:02 2018 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qtpanel"
     1.7 +VERSION="548e4d3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Patched: size, scroll wheel min/max taskbar items. virt.desktops NOT supported"
    1.10 +LICENSE="GPL"
    1.11 +WEB_SITE="https://gitorious.org/qtpanel/qtpanel"
    1.12 +MAINTAINER="psychomaniak@xakep.ru"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.15 +
    1.16 +DEPENDS="libQtGui xorg-libXdamage xorg-libXcomposite"
    1.17 +BUILD_DEPENDS="wget cacerts Qt4-dev qmake cmake"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	patch -i $stuff/p.diff --merge		#sed -i 's|ddd ddMMM hh:mm||' clockapplet.cpp
    1.23 +	mkdir b; cd b
    1.24 +	cmake -DCMAKE_BUILD_TYPE=MinSizeRel ..;	make
    1.25 +	mkdir -p $install/usr/bin
    1.26 +	install	$src/b/$PACKAGE $install/usr/bin
    1.27 +	rm -rf	$src/b
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	cp -a $install/*	$fs
    1.35 +	mkdir -p		$fs/etc/xdg
    1.36 +	cp -a $stuff/autostart	$fs/etc/xdg
    1.37 +}