wok view lxqt-appswitcher/receipt @ rev 22278

updated xorg-xf86-video-s3 (0.6.5 -> 0.7.0)
author Hans-G?nter Theisgen
date Wed Nov 13 14:12:45 2019 +0100 (2019-11-13)
parents 9c6168449386
children b569b85b0fb9
line source
1 # SliTaz package receipt.
3 PACKAGE="lxqt-appswitcher"
4 VERSION="0.7.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="The LXQt application switcher"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/zjes/lxqt-appswitcher"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
12 TAGS="LXQt"
14 DEPENDS="libQtCore libQtDBus libQtGui libQtXml liblxqt lxqt-globalkeys"
15 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev liblxqt-dev \
16 lxqt-globalkeys-dev libqtxdg-dev "
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 sed -i 's|lxqt/LxQt|lxqt/LXQt/|' src/*.h src/*.cpp
22 mkdir build; cd build
23 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
24 make &&
25 make DESTDIR=$install install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }