wok-next annotate gtk-theme-orion/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
parents d5aab818505e
children
rev   line source
al@20473 1 # SliTaz package receipt v2.
al@19083 2
al@19083 3 PACKAGE="gtk-theme-orion"
al@19083 4 VERSION="1.5"
al@19126 5 CATEGORY="customization"
al@21053 6 SHORT_DESC="Modern light theme"
al@19083 7 MAINTAINER="al.bobylev@gmail.com"
al@19083 8 LICENSE="GPL2 CC-BY-SA-3"
al@20663 9 WEB_SITE="https://github.com/shimmerproject/Orion"
al@21053 10 HOST_ARCH="any"
al@20473 11
al@19083 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19083 13 WGET_URL="https://github.com/shimmerproject/Orion/archive/v$VERSION.tar.gz"
al@19083 14
al@21053 15 DEPENDS_std="gtk2-engine-murrine"
al@21053 16 TAGS_std="Shimmer theme GTK2 GTK3 Metacity Openbox Xfwm4 Unity"
al@21053 17
al@20473 18 compile_rules() {
al@21053 19 T="$install/usr/share/themes/Orion"
al@21053 20 mkdir -p $T
al@21053 21 cp -r gtk-2.0/ gtk-3.0/ metacity-1/ openbox-3/ xfwm4/ index.theme $T
al@19083 22 }