wok-next annotate xlunch/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents
children 5669e8b3be70
rev   line source
al@20418 1 # SliTaz package receipt v2.
al@20418 2
al@20418 3 PACKAGE="xlunch"
al@20418 4 VERSION="3.2.6"
al@20418 5 CATEGORY="x-window"
al@20418 6 SHORT_DESC="Graphical app launcher for X with minimal dependencies"
al@20418 7 MAINTAINER="al.bobylev@gmail.com"
al@20418 8 LICENSE="GPL3"
al@20418 9 WEB_SITE="http://xlunch.org/"
al@20418 10
al@20418 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20418 12 WGET_URL="https://github.com/Tomas-M/xlunch/archive/v$VERSION.tar.gz"
al@20418 13
al@20418 14 BUILD_DEPENDS="xorg-libX11-dev findutils imlib2-dev"
al@20418 15
al@20418 16 compile_rules() {
al@20418 17 make &&
al@20418 18 make install
al@20418 19 }
al@20418 20
al@20418 21 genpkg_rules() {
al@20418 22 copy @std
al@20418 23 DEPENDS="imlib2 xorg-libX11 bash"
al@20418 24 CONFIG_FILES="/etc/xlunch/entries.dsv"
al@20418 25 }
al@20418 26
al@20418 27 post_install() {
al@20418 28 chroot "$1/" genentries -p '/usr/share/xlunch/svgicons' > "$1/etc/xlunch/entries.dsv"
al@20418 29 }