wok-next view elementary-xfce/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="elementary-xfce"
4 VERSION="0.13.1"
5 CATEGORY="customization"
6 SHORT_DESC="Elementary icons forked from upstream, extended and maintained for Xfce"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/shimmerproject/elementary-xfce"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/shimmerproject/elementary-xfce/archive/v$VERSION.tar.gz"
15 BUILD_DEPENDS="gtk3-dev gdk-pixbuf-dev findutils coreutils-multicall optipng \
16 librsvg-dev"
18 TAGS_std="Shimmer icons theme"
20 compile_rules() {
21 ./configure --prefix=/usr &&
23 # move `svgtopng` to system-wide path and run it from there later
24 make -C svgtopng &&
25 install svgtopng/svgtopng /usr/bin/ &&
26 sed -i 's|svgtopng/svgtopng|svgtopng|' svgtopng/pngtheme.sh &&
28 make &&
29 make DESTDIR=$install install
30 }