git: 292d695ee7f1 - main - x11-themes/budgie-backgrounds: update to 2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 08:25:53 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=292d695ee7f1fd9a02cc93b546d9a10d9c46ea0e commit 292d695ee7f1fd9a02cc93b546d9a10d9c46ea0e Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2023-08-16 07:44:10 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-08-17 08:25:39 +0000 x11-themes/budgie-backgrounds: update to 2.0 ChangeLog: https://github.com/BuddiesOfBudgie/budgie-backgrounds/releases/tag/v2.0 PR: 273147 Reported by: duchateau.olivier@gmail.com (maintainer) --- x11-themes/budgie-backgrounds/Makefile | 3 +-- x11-themes/budgie-backgrounds/distinfo | 6 +++--- .../files/patch-scripts_optimizeImage.sh | 20 -------------------- x11-themes/budgie-backgrounds/pkg-plist | 9 +++++++++ 4 files changed, 13 insertions(+), 25 deletions(-) diff --git a/x11-themes/budgie-backgrounds/Makefile b/x11-themes/budgie-backgrounds/Makefile index 47322cb4d76d..aadea1351321 100644 --- a/x11-themes/budgie-backgrounds/Makefile +++ b/x11-themes/budgie-backgrounds/Makefile @@ -1,7 +1,6 @@ PORTNAME= budgie-backgrounds -DISTVERSION= 1.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSION= 2.0 CATEGORIES= x11-themes budgie MASTER_SITES= BUDGIE diff --git a/x11-themes/budgie-backgrounds/distinfo b/x11-themes/budgie-backgrounds/distinfo index edf69299dff3..f146f603331d 100644 --- a/x11-themes/budgie-backgrounds/distinfo +++ b/x11-themes/budgie-backgrounds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673110405 -SHA256 (budgie/budgie-backgrounds-v1.0.tar.xz) = 38c23f9f0c0829a6282b81d934136e780a1341ccce338acc2dbf9f14ff539d0c -SIZE (budgie/budgie-backgrounds-v1.0.tar.xz) = 19285460 +TIMESTAMP = 1692113560 +SHA256 (budgie/budgie-backgrounds-v2.0.tar.xz) = 429664bb3e2dc46858a53cf853ef88ff49bf77a449fee46bf323cfeeeaeb0dcb +SIZE (budgie/budgie-backgrounds-v2.0.tar.xz) = 29839232 diff --git a/x11-themes/budgie-backgrounds/files/patch-scripts_optimizeImage.sh b/x11-themes/budgie-backgrounds/files/patch-scripts_optimizeImage.sh deleted file mode 100644 index 75080c4e9f86..000000000000 --- a/x11-themes/budgie-backgrounds/files/patch-scripts_optimizeImage.sh +++ /dev/null @@ -1,20 +0,0 @@ ---- scripts/optimizeImage.sh.orig 2022-09-07 16:55:07 UTC -+++ scripts/optimizeImage.sh -@@ -1,4 +1,4 @@ --#!/usr/bin/env bash -+#!/bin/sh - - INPUT="$1" - OUTPUT="$2" -@@ -8,9 +8,9 @@ cp "$INPUT" "$OUTPUT" || exit 1 - mogrify -format jpg "$OUTPUT" || exit 2 - mogrify -resize 3840x "$OUTPUT" || exit 3 - --QUALITY="$(identify -verbose $OUTPUT | grep 'Image:\|Quality')" -+QUALITY=$(identify -format %Q $OUTPUT) - --if [[ "$QUALITY" > 90 ]]; then -+if [ $QUALITY -gt 90 ]; then - mogrify -quality 90 "$OUTPUT" || exit 4 - fi - diff --git a/x11-themes/budgie-backgrounds/pkg-plist b/x11-themes/budgie-backgrounds/pkg-plist index c91fa37200fb..e3243b264877 100644 --- a/x11-themes/budgie-backgrounds/pkg-plist +++ b/x11-themes/budgie-backgrounds/pkg-plist @@ -2,16 +2,25 @@ share/backgrounds/budgie/abstract-spiral.jpg share/backgrounds/budgie/accelerated-green.jpg share/backgrounds/budgie/apollo-11-earth.jpg share/backgrounds/budgie/beacon-street-sunset.jpg +share/backgrounds/budgie/blue-periwinkle.jpg share/backgrounds/budgie/canyon-wren.jpg +share/backgrounds/budgie/casa-mila.jpg +share/backgrounds/budgie/dragonfly-on-lavender.jpg +share/backgrounds/budgie/extreme-desert-hike.jpg share/backgrounds/budgie/geo-forest.jpg share/backgrounds/budgie/high-trestle-trail.jpg share/backgrounds/budgie/kitten-on-lawn.jpg share/backgrounds/budgie/lake-sherburne.jpg +share/backgrounds/budgie/motherboard-circuits.jpg share/backgrounds/budgie/oakland-zoo-otters.jpg +share/backgrounds/budgie/ocean-waves.jpg +share/backgrounds/budgie/orange-hallway.jpg share/backgrounds/budgie/perched-osprey.jpg share/backgrounds/budgie/piazza-gae-aulenti.jpg share/backgrounds/budgie/roman-colosseum.jpg share/backgrounds/budgie/saturnian-profile.jpg +share/backgrounds/budgie/singaporean-cityscape.jpg +share/backgrounds/budgie/solaris-grapes.jpg share/backgrounds/budgie/tea-gardens.jpg share/backgrounds/budgie/ufo-galaxy.jpg share/backgrounds/budgie/valley-coral.jpg