wok-next annotate lxde-common/receipt @ rev 19814

Up gpicview, libunique, lxappearance-obconf, lxde-icon-theme, lxinput, lxrandr, lxsession, lxtask, openbox, pcre, pcre2, tazpkg, tcc, vte. Add lsb-release, lxde-common. Remove libunique-gtk3 (break build, no one depends on it, and deprecated by gnome itself), lguest (part of "linux" receipt), libmysqlclient (part of "mysql" receipt).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 21 14:44:00 2017 +0300 (2017-07-21)
parents
children 757d032c55c7
rev   line source
al@19814 1 # SliTaz package receipt v2.
al@19814 2
al@19814 3 PACKAGE="lxde-common"
al@19814 4 VERSION="0.99.2"
al@19814 5 CATEGORY="base-system"
al@19814 6 SHORT_DESC="Set of default configuration for LXDE"
al@19814 7 MAINTAINER="al.bobylev@gmail.com"
al@19814 8 LICENSE="LGPL3"
al@19814 9 WEB_SITE="http://www.lxde.org/"
al@19814 10
al@19814 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19814 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19814 13
al@19814 14 BUILD_DEPENDS="intltool"
al@19814 15
al@19814 16 # Rules to configure and make the package.
al@19814 17 compile_rules()
al@19814 18 {
al@19814 19 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxde-common.html
al@19814 20 ./configure \
al@19814 21 --sysconfdir=/etc \
al@19814 22 $CONFIGURE_ARGS &&
al@19814 23 make && make install
al@19814 24 }
al@19814 25
al@19814 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19814 27 genpkg_rules()
al@19814 28 {
al@19814 29 TAGS="LXDE"
al@19814 30 copy @std
al@19814 31 }