wok-next view qtpanel/receipt @ rev 20008

audacious-plugins, connman-ui, qtpanel: update bdeps; cdrdao, freeimage: add CXXFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 17:21:52 2017 +0200 (2017-10-21)
parents 27bae9732b8d
children d43bf7aae921
line source
1 # SliTaz package receipt.
3 PACKAGE="qtpanel"
4 VERSION="548e4d3"
5 CATEGORY="x-window"
6 SHORT_DESC="Patched: size, scroll wheel min/max taskbar items. virt.desktops NOT supported"
7 LICENSE="GPL"
8 WEB_SITE="https://gitorious.org/qtpanel/qtpanel"
9 MAINTAINER="psychomaniak@xakep.ru"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
13 DEPENDS="libQtGui xorg-libXdamage xorg-libXcomposite"
14 BUILD_DEPENDS="wget cacerts Qt4-dev qmake cmake xorg-libX11-dev \
15 xorg-libXcomposite-dev xorg-libXdamage-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 patch -i $stuff/p.diff --merge #sed -i 's|ddd ddMMM hh:mm||' clockapplet.cpp
21 mkdir b; cd b
22 cmake -DCMAKE_BUILD_TYPE=MinSizeRel ..; make
23 mkdir -p $install/usr/bin
24 install $src/b/$PACKAGE $install/usr/bin
25 rm -rf $src/b
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 mkdir -p $fs/etc/xdg
34 cp -a $stuff/autostart $fs/etc/xdg
35 }