wok-next view lxqt-config-randr/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lxqt-config-randr"
4 VERSION="0.8.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Qt config GUI for X11 RandR for LXQt system settings"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/zballina/lxqt-config-randr"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="cmake Qt4-dev qmake libx11-dev libxrandr-dev \
15 libqtxdg-dev liblxqt-dev"
17 compile_rules() {
18 mkdir build
19 cd build
20 cmake \
21 -DCMAKE_INSTALL_PREFIX=/usr \
22 .. &&
23 make &&
24 make DESTDIR=$install install
25 }
27 genpkg_rules() {
28 cp -a $install/* $fs
29 DEPENDS="libQtCore libQtGui libx11 libxext libxrandr"
30 TAGS="LXQt"
31 }