wok rev 19113

Add murrine-themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 07 05:31:47 2016 +0300 (2016-05-07)
parents bc5d5781c529
children 887b3b11683d
files murrine-themes/description.txt murrine-themes/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/murrine-themes/description.txt	Sat May 07 05:31:47 2016 +0300
     1.3 @@ -0,0 +1,32 @@
     1.4 +"Murrine" is an Italian word meaning the glass artworks done by Venicians glass
     1.5 +blowers. The Engine is cairo-based, and it's very fast compared to
     1.6 +clearlooks-cairo and ubuntulooks. This package includes gtk themes for the
     1.7 +Murrine engine and themes for xfwm or metacity window managers.
     1.8 +
     1.9 +Themes:
    1.10 +  - MurrinaAquaIsh
    1.11 +  - MurrinaAzul
    1.12 +  - MurrinaBleu
    1.13 +  - MurrinaBlue
    1.14 +  - MurrinaCandido
    1.15 +  - MurrinaCandy
    1.16 +  - MurrinaCappuccino
    1.17 +  - MurrinaChrome
    1.18 +  - MurrinaCream
    1.19 +  - MurrinaEalm
    1.20 +  - MurrinaFancyCandy
    1.21 +  - MurrinaGilouche
    1.22 +  - MurrinaLoveGray
    1.23 +  - MurrinaNeoGraphite
    1.24 +  - MurrinaVerdeOlivo
    1.25 +  - MurrineRounded
    1.26 +  - MurrineRoundedIcon
    1.27 +  - MurrineRoundedLessFramed
    1.28 +  - MurrineRoundedLessFramedIcon
    1.29 +  - Kiwi
    1.30 +  - MurrinaBlu
    1.31 +  - Murrine-Gray
    1.32 +  - Murrine-Light
    1.33 +  - Murrine-Sky
    1.34 +  - NOX
    1.35 +  - Orangine
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/murrine-themes/receipt	Sat May 07 05:31:47 2016 +0300
     2.3 @@ -0,0 +1,21 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="murrine-themes"
     2.7 +VERSION="0.98.6ubuntu1"
     2.8 +CATEGORY="misc"
     2.9 +SHORT_DESC="Themes for GTK2 engine Murrine"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="CC-BY-SA-3"
    2.12 +WEB_SITE="https://launchpad.net/murrine-themes"
    2.13 +TARBALL="${PACKAGE}_$VERSION.tar.gz"
    2.14 +WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
    2.15 +
    2.16 +DEPENDS="gtk2-engine-murrine"
    2.17 +BUILD_DEPENDS=""
    2.18 +
    2.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.20 +genpkg_rules()
    2.21 +{
    2.22 +	cp -a $src/usr $fs
    2.23 +	find $fs -type f -exec chmod 644 \{\} \;
    2.24 +}