wok-next view lxrandr/receipt @ rev 21018

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents c4e53a39395a
children d5aab818505e
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="gokhlayeh@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 \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
30 TAGS="LXDE"
31 }