wok-next diff murrine-themes/receipt @ rev 21560

updated cmus (2.7.1 -> 2.8.0)
author Hans-G?nter Theisgen
date Mon Jun 22 14:31:56 2020 +0100 (2020-06-22)
parents c4e53a39395a
children
line diff
     1.1 --- a/murrine-themes/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/murrine-themes/receipt	Mon Jun 22 14:31:56 2020 +0100
     1.3 @@ -7,15 +7,12 @@
     1.4  MAINTAINER="al.bobylev@gmail.com"
     1.5  LICENSE="CC-BY-SA-3"
     1.6  WEB_SITE="https://launchpad.net/murrine-themes"
     1.7 +
     1.8  TARBALL="${PACKAGE}_$VERSION.tar.gz"
     1.9  WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
    1.10  
    1.11 -DEPENDS="gtk2-engine-murrine"
    1.12 -BUILD_DEPENDS=""
    1.13 -
    1.14 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 -genpkg_rules()
    1.16 -{
    1.17 +genpkg_rules() {
    1.18  	cp -a $src/usr $fs
    1.19  	find $fs -type f -exec chmod 644 \{\} \;
    1.20 +	DEPENDS="gtk2-engine-murrine"
    1.21  }