wok-next annotate lxrandr/receipt @ rev 20095

Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 16:45:22 2017 +0300 (2017-10-28)
parents aef69ec23a2f
children c4e53a39395a
rev   line source
al@19814 1 # SliTaz package receipt v2.
gokhlayeh@5955 2
gokhlayeh@5955 3 PACKAGE="lxrandr"
psychomaniak@19031 4 VERSION="0.3.1"
gokhlayeh@5955 5 CATEGORY="utilities"
al@17992 6 SHORT_DESC="LXDE monitor configuration tool"
gokhlayeh@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@19893 9 WEB_SITE="https://wiki.lxde.org/en/LXRandR"
pankso@16261 10 HOST_ARCH="i486 arm"
gokhlayeh@5955 11
al@19814 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19814 13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19814 14
al@19814 15 BUILD_DEPENDS="intltool gtk+-dev"
pascal@15000 16
gokhlayeh@5955 17 # Rules to configure and make the package.
gokhlayeh@5955 18 compile_rules()
gokhlayeh@5955 19 {
al@19814 20 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxrandr.html
al@19814 21
al@19814 22 # change icon and remove keywords from desktop file
al@19814 23 sed -i 's|^Icon=.*$|Icon=preferences-desktop-display|;
al@19814 24 /^_Keywords=/d' data/lxrandr.desktop.in
al@19814 25
gokhlayeh@5955 26 ./configure \
gokhlayeh@5955 27 $CONFIGURE_ARGS &&
pankso@16261 28 make && make install
gokhlayeh@5955 29 }
gokhlayeh@5955 30
gokhlayeh@5955 31 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5955 32 genpkg_rules()
gokhlayeh@5955 33 {
al@19814 34 copy @std
al@19814 35 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
al@19814 36 TAGS="LXDE"
gokhlayeh@5955 37 }