wok-next view emerald-themes/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="emerald-themes"
4 VERSION="0.8.14"
5 CATEGORY="customization"
6 SHORT_DESC="Themes for Emerald"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.com/compiz/emerald-themes"
10 HOST_ARCH="any"
12 TARBALL="emerald-themes-v0.8.14.tar.bz2"
13 WGET_URL="https://gitlab.com/compiz/emerald-themes/-/archive/v$VERSION/$TARBALL"
15 BUILD_DEPENDS="automake"
17 DEPENDS_std="emerald"
19 TAGS="compiz"
21 compile_rules() {
22 ./autogen.sh \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install || return 1
27 chmod 755 \
28 $install/usr/share/emerald/themes/Mavericks/dark/ \
29 $install/usr/share/emerald/themes/Mu/dark/ # 644 -> 755
30 }
32 genpkg_rules() {
33 copy @std; DEPENDS="$DEPENDS_std"
34 }