wok-next diff xlunch/receipt @ rev 20418
Add mdiedit, xlunch
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 10 17:32:40 2018 +0200 (2018-01-10) |
parents | |
children | 5669e8b3be70 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xlunch/receipt Wed Jan 10 17:32:40 2018 +0200 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="xlunch" 1.7 +VERSION="3.2.6" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Graphical app launcher for X with minimal dependencies" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="http://xlunch.org/" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="https://github.com/Tomas-M/xlunch/archive/v$VERSION.tar.gz" 1.16 + 1.17 +BUILD_DEPENDS="xorg-libX11-dev findutils imlib2-dev" 1.18 + 1.19 +compile_rules() { 1.20 + make && 1.21 + make install 1.22 +} 1.23 + 1.24 +genpkg_rules() { 1.25 + copy @std 1.26 + DEPENDS="imlib2 xorg-libX11 bash" 1.27 + CONFIG_FILES="/etc/xlunch/entries.dsv" 1.28 +} 1.29 + 1.30 +post_install() { 1.31 + chroot "$1/" genentries -p '/usr/share/xlunch/svgicons' > "$1/etc/xlunch/entries.dsv" 1.32 +}