wok-6.x diff lxqt-panel/receipt @ rev 17208
pcmanfm: fix build:add libfm-gtk
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 09 20:42:50 2014 +0200 (2014-10-09) |
parents | |
children | 44cb6517e19a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxqt-panel/receipt Thu Oct 09 20:42:50 2014 +0200 1.3 @@ -0,0 +1,45 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxqt-panel" 1.7 +VERSION="0.7.0" 1.8 +CATEGORY="system" 1.9 +SHORT_DESC="The LXQt desktop panel" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="LGPL2.1" 1.12 +WEB_SITE="https://github.com/lxde/lxqt-panel" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz" 1.15 +TAGS="LXQt" 1.16 + 1.17 +DEPENDS="alsa-lib icu libQtCore libQtDBus libQtGui libQtXml libqtxdg \ 1.18 +libstatgrab lm-sensors pcre xorg-libX11 xorg-libXcomposite xorg-libXdamage \ 1.19 +xorg-libXext xorg-libXfixes xorg-libXrender lxqt-globalkeys liblxqt \ 1.20 +liblxqt-mount menu-cache libsysstat" 1.21 +SUGGESTED="qastools xscreensaver" 1.22 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev liblxqt-dev \ 1.23 +libqtxdg-dev lxqt-globalkeys-dev liblxqt-mount-dev xorg-libXcomposite-dev \ 1.24 +xorg-libXdamage-dev xorg-libXrender-dev menu-cache-dev libstatgrab-dev \ 1.25 +lm-sensors-dev alsa-lib-dev libsysstat-dev icu-dev grep glib-dev" 1.26 + 1.27 +# Rules to configure and make the package. 1.28 +compile_rules() 1.29 +{ 1.30 + mkdir build; cd build 1.31 + cmake \ 1.32 + -DCMAKE_INSTALL_PREFIX=/usr \ 1.33 + -DLIB_SUFFIX=/usr/lib \ 1.34 + -DVOLUME_USE_PULSEAUDIO=No \ 1.35 + -DTEATIME_PLUGIN=Yes \ 1.36 + .. && 1.37 + make && 1.38 + make DESTDIR=$install install 1.39 +} 1.40 + 1.41 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.42 +genpkg_rules() 1.43 +{ 1.44 + mkdir -p $fs/usr/share/lxqt/lxqt-panel 1.45 + cp -a $install/etc $fs 1.46 + cp -a $install/usr/bin $install/usr/lib $fs/usr 1.47 + cp -a $install/usr/share/lxqt/lxqt-panel/*.desktop $fs/usr/share/lxqt/lxqt-panel 1.48 +}