wok-next annotate emerald-themes/receipt @ rev 21257

encfs: use cmake
author Hans-G?nter Theisgen
date Fri Dec 06 13:47:57 2019 +0100 (2019-12-06)
parents d5aab818505e
children
rev   line source
al@21042 1 # SliTaz package receipt v2.
psychomaniak@19217 2
psychomaniak@19217 3 PACKAGE="emerald-themes"
al@21042 4 VERSION="0.8.14"
psychomaniak@19220 5 CATEGORY="customization"
psychomaniak@19219 6 SHORT_DESC="Themes for Emerald"
psychomaniak@19217 7 MAINTAINER="psychomaniak@xakep.ru"
psychomaniak@19217 8 LICENSE="GPL2"
al@21042 9 WEB_SITE="https://gitlab.com/compiz/emerald-themes"
al@21042 10 HOST_ARCH="any"
al@21020 11
al@21042 12 TARBALL="emerald-themes-v0.8.14.tar.bz2"
al@21042 13 WGET_URL="https://gitlab.com/compiz/emerald-themes/-/archive/v$VERSION/$TARBALL"
psychomaniak@19217 14
al@21042 15 BUILD_DEPENDS="automake"
al@21042 16
al@21042 17 DEPENDS_std="emerald"
al@21042 18
al@21042 19 TAGS="compiz"
psychomaniak@19217 20
al@21020 21 compile_rules() {
al@21042 22 ./autogen.sh \
al@21020 23 $CONFIGURE_ARGS &&
al@21020 24 make &&
al@21042 25 make install || return 1
al@21042 26
al@21042 27 chmod 755 \
al@21042 28 $install/usr/share/emerald/themes/Mavericks/dark/ \
al@21042 29 $install/usr/share/emerald/themes/Mu/dark/ # 644 -> 755
psychomaniak@19217 30 }
psychomaniak@19217 31
al@21020 32 genpkg_rules() {
al@21042 33 copy @std; DEPENDS="$DEPENDS_std"
psychomaniak@19217 34 }