wok-current diff gtk-theme-orion/receipt @ rev 25627
Patch sundown to use new gcc
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 19:37:09 2023 +0000 (16 months ago) |
parents | ac8ca9758df1 |
children |
line diff
1.1 --- a/gtk-theme-orion/receipt Sat Jan 15 15:21:40 2022 +0000 1.2 +++ b/gtk-theme-orion/receipt Mon Sep 04 19:37:09 2023 +0000 1.3 @@ -6,13 +6,14 @@ 1.4 SHORT_DESC="Orion is GTK+2 and GTK+3 theme from the Shimmer Project" 1.5 MAINTAINER="al.bobylev@gmail.com" 1.6 LICENSE="GPL2 CC-BY-SA-3" 1.7 -WEB_SITE="http://shimmerproject.org/" 1.8 +WEB_SITE="https://shimmerproject.org/" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WGET_URL="https://github.com/shimmerproject/Orion/archive/v$VERSION.tar.gz" 1.11 HOST_ARCH="any" 1.12 1.13 DEPENDS="gtk2-engine-murrine" 1.14 1.15 +# What is the latest version available today? 1.16 current_version() 1.17 { 1.18 wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \