wok-next rev 16834
Add oxygen-gtk, oxygen-icons.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jul 12 16:57:27 2014 +0300 (2014-07-12) |
parents | 7aac542e058a |
children | b9f1d0f61067 |
files | oxygen-gtk/receipt oxygen-icons/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/oxygen-gtk/receipt Sat Jul 12 16:57:27 2014 +0300 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="oxygen-gtk" 1.7 +VERSION="1.4.5" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to GTK" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="LGPL2.1" 1.12 +WEB_SITE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +BRANCH="$VERSION" 1.15 +WGET_URL="git|git://anongit.kde.org/oxygen-gtk" 1.16 + 1.17 +DEPENDS="atk bzlib cairo fontconfig freetype gcc-lib-base gdk-pixbuf glib \ 1.18 +glibc-base gtk+ libffi libgio libxml2 pango pcre xorg-libX11 zlib" 1.19 +BUILD_DEPENDS="git cmake xorg-libX11-dev gtk+-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + mkdir build; cd build 1.25 + cmake .. && 1.26 + make && 1.27 + make install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + cp -a $install/* $fs 1.34 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/oxygen-icons/receipt Sat Jul 12 16:57:27 2014 +0300 2.3 @@ -0,0 +1,21 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="oxygen-icons" 2.7 +VERSION="4.4.2" 2.8 +CATEGORY="misc" 2.9 +SHORT_DESC="Oxygen icon theme" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="LGPL3" 2.12 +WEB_SITE="http://www.kde.org/" 2.13 +TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 2.14 +WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/o/$PACKAGE/$TARBALL" 2.15 + 2.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.17 +genpkg_rules() 2.18 +{ 2.19 + mkdir -p $fs/usr/share/icons/oxygen 2.20 + for size in 16 22 32 48; do 2.21 + cp -a $src/${size}x$size $fs/usr/share/icons/oxygen 2.22 + done 2.23 + cp -a $src/index.theme $fs/usr/share/icons/oxygen 2.24 +}