[trackballs] 09/09: Add ICON_DIR patch and fix wrong default location of scalable images.

Markus Koschany apo at moszumanska.debian.org
Thu Mar 15 13:29:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository trackballs.

commit 0af0d57a2ce27ec2c0556bf0ed863c20a04bb88e
Author: Markus Koschany <apo at debian.org>
Date:   Thu Mar 15 14:24:08 2018 +0100

    Add ICON_DIR patch and fix wrong default location of scalable images.
---
 debian/changelog              |  1 +
 debian/patches/ICON_DIR.patch | 21 +++++++++++++++++++++
 debian/patches/series         |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e4b6161..da894fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ trackballs (1.3.0-1) unstable; urgency=medium
   * Switch to compat level 11.
   * Declare compliance with Debian Policy 4.1.3.
   * Migrate to guile-2.2. (Closes: #885229)
+  * Add ICON_DIR.patch and fix wrong default location of scalable images.
 
  -- Markus Koschany <apo at debian.org>  Thu, 15 Mar 2018 13:59:38 +0100
 
diff --git a/debian/patches/ICON_DIR.patch b/debian/patches/ICON_DIR.patch
new file mode 100644
index 0000000..5041b36
--- /dev/null
+++ b/debian/patches/ICON_DIR.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Thu, 15 Mar 2018 14:23:36 +0100
+Subject: ICON_DIR
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 05d3168..a1d43fe 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -113,7 +113,7 @@ foreach(file ${icons})
+           RENAME trackballs.png)
+ endforeach()
+ install(FILES ${PROJECT_SOURCE_DIR}/share/icons/trackballs.svg
+-        DESTINATION ${TRACKBALLS_ICON}/icons/hicolor/scalable/apps/)
++        DESTINATION ${TRACKBALLS_ICON}/scalable/apps/)
+ install(FILES ${PROJECT_SOURCE_DIR}/share/icons/trackballs.desktop
+         DESTINATION ${TRACKBALLS_APPL})
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6fb12a5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+ICON_DIR.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trackballs.git



More information about the Pkg-games-commits mailing list