wok diff gtk-theme-arc/receipt @ rev 21977

updated strace (4.12 -> 5.3)
author Hans-G?nter Theisgen
date Fri Oct 11 17:00:40 2019 +0100 (2019-10-11)
parents
children f88b946beb48
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-theme-arc/receipt	Fri Oct 11 17:00:40 2019 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk-theme-arc"
     1.7 +VERSION="20160331"
     1.8 +CATEGORY="customization"
     1.9 +SHORT_DESC="A flat theme with transparent elements"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://github.com/horst3180/arc-theme"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.15 +
    1.16 +DEPENDS="gtk2-engine-murrine"
    1.17 +BUILD_DEPENDS="autoconf automake gtk+3-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./autogen.sh \
    1.23 +		--prefix=/usr \
    1.24 +		--disable-cinnamon \
    1.25 +		--disable-gnome-shell \
    1.26 +		--disable-unity
    1.27 +	make install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	cp -a $install/* $fs
    1.34 +}