wok-next view lxrandr/receipt @ rev 21196
updated scrollz again (2.2.3 -> 2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 16:09:40 2019 +0100 (2019-10-03) |
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 }