summaryrefslogtreecommitdiff
path: root/graphics/deforaos-icon-theme/patches
diff options
context:
space:
mode:
authorkhorben <khorben>2016-02-20 03:31:31 +0000
committerkhorben <khorben>2016-02-20 03:31:31 +0000
commit43042c057e09de9857a46e75252d4ad006ebbde4 (patch)
tree7024b768d532decf72560fab15beb3c233b2f0da /graphics/deforaos-icon-theme/patches
parent4baf28b160f0c49c947fb775f45d6edd3e9a9efc (diff)
downloadpkgsrc-43042c057e09de9857a46e75252d4ad006ebbde4.tar.gz
Package DeforaOS Artwork 0.1.2
This release adds a couple icons for each size available.
Diffstat (limited to 'graphics/deforaos-icon-theme/patches')
-rw-r--r--graphics/deforaos-icon-theme/patches/patch-src_icon.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/deforaos-icon-theme/patches/patch-src_icon.sh b/graphics/deforaos-icon-theme/patches/patch-src_icon.sh
deleted file mode 100644
index c722c37924d..00000000000
--- a/graphics/deforaos-icon-theme/patches/patch-src_icon.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_icon.sh,v 1.1 2015/08/15 17:48:10 khorben Exp $
-
-Fix generating DeforaOS.png
-
---- src/icon.sh.orig 2015-08-11 00:24:52.000000000 +0000
-+++ src/icon.sh
-@@ -115,6 +115,6 @@ while [ $# -gt 0 ]; do
- #create
- $DEBUG $CONVERT -background none -density 300 \
- "../data/DeforaOS-d-${BGCOLOR}.svg" \
-- -resize "$size" $@ \
-+ -resize "96x96" $@ \
- "$OBJDIR$target" || return 2
- done