# HG changeset patch # User Aleksej Bobylev # Date 1459413816 -10800 # Node ID 31a7eeacf828de05653f1cffefb591fe2c0efc42 # Parent 564e1bce3c8030ebbfe708ba26e5ce1c49b907b7 Add paper-gtk-theme, paper-icon-theme diff -r 564e1bce3c80 -r 31a7eeacf828 paper-gtk-theme/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper-gtk-theme/description.txt Thu Mar 31 11:43:36 2016 +0300 @@ -0,0 +1,9 @@ +Paper is a modern desktop theme suite. Its design is mostly flat with a minimal +use of shadows for depth. + +Paper has been developed primarily with modern GTK3 (GNOME-based) desktop +environments in mind, legacy-toolkit and GTK2 environments will not provide an +ideal experience, as much of the visual design relies on modern GTK3+ widgets. + +Paper is distributed under the terms the GNU General Public License +(GNU GPL v.3). diff -r 564e1bce3c80 -r 31a7eeacf828 paper-gtk-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper-gtk-theme/receipt Thu Mar 31 11:43:36 2016 +0300 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="paper-gtk-theme" +VERSION="1.1" +COMMIT="02973b6" +CATEGORY="misc" +SHORT_DESC="Modern desktop theme suite" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="https://snwh.org/paper/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/snwh/paper-gtk-theme/archive/$COMMIT.tar.gz" + +DEPENDS="" +BUILD_DEPENDS="autoconf automake" + +# Rules to configure and make the package. +compile_rules() +{ + chmod a+x autogen.sh + ./autogen.sh && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r 564e1bce3c80 -r 31a7eeacf828 paper-icon-theme/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper-icon-theme/description.txt Thu Mar 31 11:43:36 2016 +0300 @@ -0,0 +1,9 @@ +Paper is simple and modern icon theme with material design influences. + +Paper is a free culture icon theme and is licenced under the terms of the +[Creative Commons Attribution-ShareAlike](https://creativecommons.org/licenses/by-sa/4.0/), +unless otherwise specified. + +Software that is part of the Paper Icon Theme source is free software; you can +redistribute it and/or modify it under the terms of the [GNU Lesser General +Public License](https://www.gnu.org/licenses/lgpl-3.0.txt) diff -r 564e1bce3c80 -r 31a7eeacf828 paper-icon-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper-icon-theme/receipt Thu Mar 31 11:43:36 2016 +0300 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="paper-icon-theme" +VERSION="1.1" +COMMIT="ae82c98" +CATEGORY="misc" +SHORT_DESC="Simple and modern icon theme with material design influences" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL3 CC-ASA" +WEB_SITE="https://snwh.org/paper/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/snwh/paper-icon-theme/archive/$COMMIT.tar.gz" + +DEPENDS="" +BUILD_DEPENDS="autoconf automake" + +# Rules to configure and make the package. +compile_rules() +{ + ./autogen.sh && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}