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,19 +1,18 @@ PORTNAME= budgie-backgrounds -DISTVERSION= 1.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSION= 2.0 CATEGORIES= x11-themes budgie MASTER_SITES= BUDGIE MAINTAINER= duchateau.olivier@gmail.com COMMENT= Set of backgrounds for Budgie desktop WWW= https://github.com/BuddiesOfBudgie/budgie-backgrounds LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= jhead:graphics/jhead USES= budgie gnome magick:build meson tar:xz .include 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 @@ -1,21 +1,30 @@ 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 share/backgrounds/budgie/valley-midnight.jpg share/backgrounds/budgie/waves-midnight.jpg share/backgrounds/budgie/waves-slate.jpg share/gnome-background-properties/budgie-backgrounds.xml