wok-next view lxrandr/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 d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxrandr"
4 VERSION="0.3.1"
5 CATEGORY="utilities"
6 SHORT_DESC="LXDE monitor configuration tool"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/LXRandR"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxrandr.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk2-dev"
17 compile_rules() {
18 # change icon and remove keywords from desktop file
19 sed -i 's|^Icon=.*$|Icon=preferences-desktop-display|;
20 /^_Keywords=/d' data/lxrandr.desktop.in
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
30 TAGS="LXDE"
31 }