[qtcurve-gtk2/f15/master] fixes #676837 thanks Kevin Kofler

thomasj thomasj at fedoraproject.org
Wed Feb 16 11:23:11 UTC 2011


commit 75bfd4f22c7bf850ba17edb9f96a57336f6b2c7a
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Wed Feb 16 12:23:07 2011 +0100

    fixes #676837 thanks Kevin Kofler

 qtcurve-gtk2-C_FLAGS.patch |    8 ++++++--
 qtcurve-gtk2.spec          |    5 ++++-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/qtcurve-gtk2-C_FLAGS.patch b/qtcurve-gtk2-C_FLAGS.patch
index 0994cd1..89d183f 100644
--- a/qtcurve-gtk2-C_FLAGS.patch
+++ b/qtcurve-gtk2-C_FLAGS.patch
@@ -1,6 +1,6 @@
 --- style/CMakeLists.txt	2011-01-19 21:53:59.000000000 +0100
-+++ style/CMakeLists.txt.old	2011-02-02 12:53:48.000000000 +0100
-@@ -4,7 +4,7 @@
++++ style/CMakeLists.txt.old	2011-02-15 21:14:58.000000000 +0100
+@@ -4,10 +4,11 @@
          ${CMAKE_CURRENT_SOURCE_DIR}/../common/colorutils.c )
          
  include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/common ${CMAKE_BINARY_DIR} )
@@ -9,3 +9,7 @@
  set(qtcurve_SRCS qtcurve.c qt_settings.c drawing.c helpers.c pixcache.c animation.c combobox.c entry.c menu.c scrollbar.c scrolledwindow.c tab.c treeview.c widgetmap.c window.c wmmove.c ${qtcurve_style_common_SRCS})
  add_library(qtcurve MODULE ${qtcurve_SRCS})
  add_definitions(-DQTC_MOZILLA_DIR=\\\"${GTK_THEME_DIR}/mozilla\\\")
++add_definitions(-Dopts=qtcurve_gtk2_opts)
+ target_link_libraries(qtcurve ${GTK_LINK_FLAGS} -lm -lX11)
+ 
+ if (CMAKE_SYSTEM_NAME MATCHES Linux OR CMAKE_SYSTEM_NAME STREQUAL GNU)
diff --git a/qtcurve-gtk2.spec b/qtcurve-gtk2.spec
index b03ce4d..32aa08c 100644
--- a/qtcurve-gtk2.spec
+++ b/qtcurve-gtk2.spec
@@ -1,6 +1,6 @@
 Name:		qtcurve-gtk2
 Version:	1.8.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	This is a set of widget styles for Gtk2 based apps
 
 Group:		User Interface/Desktops
@@ -48,6 +48,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Feb 16 2011 Thomas Janssen <thomasj at fedoraproject.org> 1.8.5-3
+- fixes #676837
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list