wok annotate gtk-theme-arc/receipt @ rev 23569

updated python-tweepy (1.10 -> 3.8.0)
author Hans-G?nter Theisgen
date Tue Apr 07 09:19:28 2020 +0100 (2020-04-07)
parents 67c74cd2db41
children 5ea0ce1cecc0
rev   line source
al@19123 1 # SliTaz package receipt.
al@19123 2
al@19123 3 PACKAGE="gtk-theme-arc"
Hans-G?nter@22900 4 VERSION="20170302"
al@19123 5 CATEGORY="customization"
Hans-G?nter@22900 6 SHORT_DESC="A flat theme with transparent elements."
al@19123 7 MAINTAINER="al.bobylev@gmail.com"
al@19123 8 LICENSE="GPL3"
al@19123 9 WEB_SITE="https://github.com/horst3180/arc-theme"
Hans-G?nter@22900 10
al@19123 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19123 12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
al@19123 13
al@19123 14 DEPENDS="gtk2-engine-murrine"
al@19123 15 BUILD_DEPENDS="autoconf automake gtk+3-dev"
al@19123 16
al@19123 17 # Rules to configure and make the package.
al@19123 18 compile_rules()
al@19123 19 {
Hans-G?nter@22900 20 ./autogen.sh \
Hans-G?nter@22900 21 --prefix=/usr \
Hans-G?nter@22900 22 --disable-cinnamon \
Hans-G?nter@22900 23 --disable-gnome-shell \
Hans-G?nter@22900 24 --disable-unity &&
al@19123 25 make install
al@19123 26 }
al@19123 27
al@19123 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19123 29 genpkg_rules()
al@19123 30 {
Hans-G?nter@22900 31 cp -a $install/* $fs
al@19123 32 }