wok-next view gtk-theme-arc/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents c652c3db460e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk-theme-arc"
4 VERSION="20170302"
5 CATEGORY="customization"
6 SHORT_DESC="A flat theme with transparent elements"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/horst3180/arc-theme"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="autoconf automake gtk3-dev"
16 compile_rules() {
17 ./autogen.sh \
18 --prefix=/usr \
19 --disable-cinnamon \
20 --disable-gnome-shell \
21 --disable-unity
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="gtk2-engine-murrine"
28 }