[SCM] oxygen-icons5 packaging branch, master, updated. debian/5.23.0-1-8-g1cac0f8

Pino Toscano pino at moszumanska.debian.org
Sun Jul 31 15:49:43 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/oxygen-icons5.git;a=commitdiff;h=54ed535

The following commit has been merged in the master branch:
commit 54ed53519e7ccda7fcb6acc12a3cf648a87d9333
Author: Pino Toscano <pino at debian.org>
Date:   Sun Jul 31 17:18:35 2016 +0200

    remove symlinking of icons to hicolor icon theme
    
    other than not working currently, it does not make sense for an icon
    theme to place stuff outside its own directory
---
 debian/changelog |  3 +++
 debian/rules     | 10 ----------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 16b0f20..dade812 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ oxygen-icons5 (5:5.24.0-0r1) UNRELEASED; urgency=medium
   * Change the local installation from debian/tmp to debian/oxygen-icon-theme,
     so there is no need to copy files later with dh_install.
     - remove oxygen-icon-theme.install, no more used now
+  * Remove symlinking of some icons to the hicolor icon theme: other than not
+    working currently, it does not make sense for an icon theme to place stuff
+    outside its own directory.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 31 Jul 2016 16:29:12 +0200
 
diff --git a/debian/rules b/debian/rules
index 1581e08..6d7b0d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,13 +9,3 @@ override_dh_install-indep:
 	$(overridden_command)
 	find $(CURDIR)/debian/oxygen-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
 	bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/oxygen-icon-theme $(CURDIR)/debian/oxygen-icon-theme/usr/share/icons
-
-	set -e && for size in 256 128 64 48 32 22 16; do \
-		package="oxygen-icon-theme"; \
-		mkdir -p debian/$${package}/usr/share/icons/hicolor/$${size}x$${size}/apps; \
-		for icon in device-notifier kde kde-windows klipper korgac kpgp krdc krfb ktip nepomuk oxygen plasma strigi; do \
-			if [ -e debian/$${package}/usr/share/icons/oxygen/$${size}x$${size}/apps/$${icon}.png ]; then \
-				ln -s ../../../oxygen/$${size}x$${size}/apps/$${icon}.png debian/$${package}/usr/share/icons/hicolor/$${size}x$${size}/apps; \
-			fi; \
-		done; \
-	done

-- 
oxygen-icons5 packaging



More information about the pkg-kde-commits mailing list