# HG changeset patch # User Aleksej Bobylev # Date 1405173447 -10800 # Node ID d0fd3d699ee367c41f714815ea112faecb772eb3 # Parent 7aac542e058aa356615ef1fd21414f5ee059c613 Add oxygen-gtk, oxygen-icons. diff -r 7aac542e058a -r d0fd3d699ee3 oxygen-gtk/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/oxygen-gtk/receipt Sat Jul 12 16:57:27 2014 +0300 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="oxygen-gtk" +VERSION="1.4.5" +CATEGORY="x-window" +SHORT_DESC="Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to GTK" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL2.1" +WEB_SITE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +BRANCH="$VERSION" +WGET_URL="git|git://anongit.kde.org/oxygen-gtk" + +DEPENDS="atk bzlib cairo fontconfig freetype gcc-lib-base gdk-pixbuf glib \ +glibc-base gtk+ libffi libgio libxml2 pango pcre xorg-libX11 zlib" +BUILD_DEPENDS="git cmake xorg-libX11-dev gtk+-dev" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir build; cd build + cmake .. && + make && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r 7aac542e058a -r d0fd3d699ee3 oxygen-icons/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/oxygen-icons/receipt Sat Jul 12 16:57:27 2014 +0300 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="oxygen-icons" +VERSION="4.4.2" +CATEGORY="misc" +SHORT_DESC="Oxygen icon theme" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL3" +WEB_SITE="http://www.kde.org/" +TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" +WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/o/$PACKAGE/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/icons/oxygen + for size in 16 22 32 48; do + cp -a $src/${size}x$size $fs/usr/share/icons/oxygen + done + cp -a $src/index.theme $fs/usr/share/icons/oxygen +}