wok-6.x rev 19013
Add paper-gtk-theme, paper-icon-theme
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 31 11:43:36 2016 +0300 (2016-03-31) |
parents | 564e1bce3c80 |
children | 47aa4c8e9f44 |
files | paper-gtk-theme/description.txt paper-gtk-theme/receipt paper-icon-theme/description.txt paper-icon-theme/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/paper-gtk-theme/description.txt Thu Mar 31 11:43:36 2016 +0300 1.3 @@ -0,0 +1,9 @@ 1.4 +Paper is a modern desktop theme suite. Its design is mostly flat with a minimal 1.5 +use of shadows for depth. 1.6 + 1.7 +Paper has been developed primarily with modern GTK3 (GNOME-based) desktop 1.8 +environments in mind, legacy-toolkit and GTK2 environments will not provide an 1.9 +ideal experience, as much of the visual design relies on modern GTK3+ widgets. 1.10 + 1.11 +Paper is distributed under the terms the GNU General Public License 1.12 +(GNU GPL v.3).
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/paper-gtk-theme/receipt Thu Mar 31 11:43:36 2016 +0300 2.3 @@ -0,0 +1,29 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="paper-gtk-theme" 2.7 +VERSION="1.1" 2.8 +COMMIT="02973b6" 2.9 +CATEGORY="misc" 2.10 +SHORT_DESC="Modern desktop theme suite" 2.11 +MAINTAINER="al.bobylev@gmail.com" 2.12 +LICENSE="GPL3" 2.13 +WEB_SITE="https://snwh.org/paper/" 2.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 +WGET_URL="https://github.com/snwh/paper-gtk-theme/archive/$COMMIT.tar.gz" 2.16 + 2.17 +DEPENDS="" 2.18 +BUILD_DEPENDS="autoconf automake" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + chmod a+x autogen.sh 2.24 + ./autogen.sh && 2.25 + make && make install 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + cp -a $install/* $fs 2.32 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/paper-icon-theme/description.txt Thu Mar 31 11:43:36 2016 +0300 3.3 @@ -0,0 +1,9 @@ 3.4 +Paper is simple and modern icon theme with material design influences. 3.5 + 3.6 +Paper is a free culture icon theme and is licenced under the terms of the 3.7 +[Creative Commons Attribution-ShareAlike](https://creativecommons.org/licenses/by-sa/4.0/), 3.8 +unless otherwise specified. 3.9 + 3.10 +Software that is part of the Paper Icon Theme source is free software; you can 3.11 +redistribute it and/or modify it under the terms of the [GNU Lesser General 3.12 +Public License](https://www.gnu.org/licenses/lgpl-3.0.txt)
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/paper-icon-theme/receipt Thu Mar 31 11:43:36 2016 +0300 4.3 @@ -0,0 +1,28 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="paper-icon-theme" 4.7 +VERSION="1.1" 4.8 +COMMIT="ae82c98" 4.9 +CATEGORY="misc" 4.10 +SHORT_DESC="Simple and modern icon theme with material design influences" 4.11 +MAINTAINER="al.bobylev@gmail.com" 4.12 +LICENSE="LGPL3 CC-ASA" 4.13 +WEB_SITE="https://snwh.org/paper/" 4.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 4.15 +WGET_URL="https://github.com/snwh/paper-icon-theme/archive/$COMMIT.tar.gz" 4.16 + 4.17 +DEPENDS="" 4.18 +BUILD_DEPENDS="autoconf automake" 4.19 + 4.20 +# Rules to configure and make the package. 4.21 +compile_rules() 4.22 +{ 4.23 + ./autogen.sh && 4.24 + make && make install 4.25 +} 4.26 + 4.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.28 +genpkg_rules() 4.29 +{ 4.30 + cp -a $install/* $fs 4.31 +}