rev 16220 - in kde-extras/kmess/trunk/debian: . patches
José Manuel Santamaría Lema
santa-guest at alioth.debian.org
Sun Nov 8 22:03:54 UTC 2009
Author: santa-guest
Date: 2009-11-08 22:03:38 +0000 (Sun, 08 Nov 2009)
New Revision: 16220
Added:
kde-extras/kmess/trunk/debian/patches/12_rev5667_fixed_likeback_icons_install_condition.diff
Modified:
kde-extras/kmess/trunk/debian/changelog
Log:
Added rev 5667 from upstream svn.
Modified: kde-extras/kmess/trunk/debian/changelog
===================================================================
--- kde-extras/kmess/trunk/debian/changelog 2009-11-08 21:40:36 UTC (rev 16219)
+++ kde-extras/kmess/trunk/debian/changelog 2009-11-08 22:03:38 UTC (rev 16220)
@@ -3,8 +3,11 @@
+++ Changes by José Manuel Santamaría Lema:
* Fix FTBFS with binutils-gold. (Closes: #555020)
+ * Added 12_rev5667_fixed_likeback_icons_install_condition.diff - without this
+ patch the package will not install some icons, specifically those clearly
+ visible in the right upper corner of the main window.
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 08 Nov 2009 16:31:48 +0100
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 08 Nov 2009 22:53:38 +0100
kmess (2.0-2) unstable; urgency=low
Added: kde-extras/kmess/trunk/debian/patches/12_rev5667_fixed_likeback_icons_install_condition.diff
===================================================================
--- kde-extras/kmess/trunk/debian/patches/12_rev5667_fixed_likeback_icons_install_condition.diff (rev 0)
+++ kde-extras/kmess/trunk/debian/patches/12_rev5667_fixed_likeback_icons_install_condition.diff 2009-11-08 22:03:38 UTC (rev 16220)
@@ -0,0 +1,20 @@
+# Patch to fix likeback_* icons install condition. Obtained for upstream's svn
+# revision 5667.
+--- kmess.orig/data/icons/CMakeLists.txt 2009/07/14 21:31:05 5063
++++ kmess/data/icons/CMakeLists.txt 2009/11/08 21:09:03 5667
+@@ -3,12 +3,12 @@
+
+ SET( KMESS_ICON_INSTALL_DIR ${DATA_INSTALL_DIR}/kmess/icons/hicolor/16x16 )
+
+-# If we're compiling in debug mode, also add the LikeBack icons
+-IF( ${KMESS_ENABLE_DEBUG_OUTPUT} EQUAL 1 )
++# If Likeback is enabled, install the needed icons
++IF( NOT ${KMESS_DISABLE_LIKEBACK} EQUAL 1 )
+ INSTALL( FILES likeback_bug.png DESTINATION ${KMESS_ICON_INSTALL_DIR}/actions )
+ INSTALL( FILES likeback_dislike.png DESTINATION ${KMESS_ICON_INSTALL_DIR}/actions )
+ INSTALL( FILES likeback_feature.png DESTINATION ${KMESS_ICON_INSTALL_DIR}/actions )
+ INSTALL( FILES likeback_like.png DESTINATION ${KMESS_ICON_INSTALL_DIR}/actions )
+-ENDIF( ${KMESS_ENABLE_DEBUG_OUTPUT} EQUAL 1 )
++ENDIF( NOT ${KMESS_DISABLE_LIKEBACK} EQUAL 1 )
+
+ INSTALL( FILES kmess-shadow.png DESTINATION ${KMESS_ICON_INSTALL_DIR}/apps )
More information about the pkg-kde-commits
mailing list