wok diff gtk-theme-orion/receipt @ rev 19098

gettext: fix arm build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 03 22:10:36 2016 +0200 (2016-05-03)
parents
children 50fe6ea964e4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtk-theme-orion/receipt	Tue May 03 22:10:36 2016 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtk-theme-orion"
     1.7 +VERSION="1.5"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="Orion is GTK+2 and GTK+3 theme from the Shimmer Project"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2 CC-BY-SA-3"
    1.12 +WEB_SITE="http://shimmerproject.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="https://github.com/shimmerproject/Orion/archive/v$VERSION.tar.gz"
    1.15 +
    1.16 +DEPENDS="gtk2-engine-murrine"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	T='/usr/share/themes/Orion'
    1.22 +	mkdir -p $fs/$T
    1.23 +	cp -a \
    1.24 +		$src/gtk-2.0 \
    1.25 +		$src/gtk-3.0 \
    1.26 +		$src/index.theme \
    1.27 +		$fs/$T
    1.28 +}