x11-themes/xfce-icons-elementary: Update to 0.19
- Remove upstreamed patch.
This commit is contained in:
parent
b09c81aec6
commit
713eb6ed01
4 changed files with 414 additions and 780 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= elementary
|
||||
PORTVERSION= 0.18
|
||||
PORTVERSION= 0.19
|
||||
DISTVERSIONPREFIX=v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-themes xfce
|
||||
PKGNAMEPREFIX= xfce-icons-
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1694004682
|
||||
SHA256 (shimmerproject-elementary-xfce-v0.18_GH0.tar.gz) = e93306b2e6efc8ebb154d9a751f56cbbc557c6865187e48c11da557675e7e24d
|
||||
SIZE (shimmerproject-elementary-xfce-v0.18_GH0.tar.gz) = 6915651
|
||||
TIMESTAMP = 1711095585
|
||||
SHA256 (shimmerproject-elementary-xfce-v0.19_GH0.tar.gz) = e056a8c68c9e1b3d3ad9a736f6da973b1439545f180d00a17f18b229ba898f11
|
||||
SIZE (shimmerproject-elementary-xfce-v0.19_GH0.tar.gz) = 7130377
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
--- svgtopng/pngtheme.sh.orig 2023-09-06 10:58:55 UTC
|
||||
+++ svgtopng/pngtheme.sh
|
||||
@@ -18,13 +18,13 @@ echo " * Creating png icons from svg files and symlink
|
||||
|
||||
echo " * Creating png icons from svg files and symlinks"
|
||||
#ignore list customized for elementary-xfce
|
||||
-find "$icondir" -iname "*.svg" -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*-symbolic.svg" -o -wholename "*/animations/*process-*" -o -wholename "*/animations/*gnome-spinner*" -o -wholename "*/animations*pk-action-refresh*" \) -exec $cmd {} +
|
||||
+find "$icondir" -iname "*.svg" -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*-symbolic.svg" -o -wholename "*-symbolic-rtl.svg" -o -wholename "*/animations/*process-*" -o -wholename "*/animations/*gnome-spinner*" -o -wholename "*/animations*pk-action-refresh*" \) -exec $cmd {} +
|
||||
|
||||
echo " * Cleanup icon directory"
|
||||
find "$icondir" -name "untitled folder" -type d -exec rm -rf {} +
|
||||
|
||||
echo " * Deleting svg files"
|
||||
-find "$icondir" -iname '*.svg' -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*-symbolic.svg" -o -wholename "*/animations/*process-*" -o -wholename "*/animations/*gnome-spinner*" -o -wholename "*/animations*pk-action-refresh*" \) -delete
|
||||
+find "$icondir" -iname '*.svg' -not \( -wholename "*/scalable/*" -o -wholename "*/symbolic/*" -o -wholename "*-symbolic.svg" -o -wholename "*-symbolic-rtl.svg" -o -wholename "*/animations/*process-*" -o -wholename "*/animations/*gnome-spinner*" -o -wholename "*/animations*pk-action-refresh*" \) -delete
|
||||
|
||||
#ignore the output if the theme depends on another one (e.g. elementary-xfce-dark needs to be converted before elementary-xfce)
|
||||
echo " * Checking dangling symlinks"
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue