[xfce-theme-manager] xfce-theme-manager updated to version 0.2.4

Eduardo Javier Echeverria Alvarado echevemaster at fedoraproject.org
Fri Feb 8 05:53:53 UTC 2013


commit d809a3ab5dce8943dbd0d8d8d5c91ee87f0f1bdf
Author: Eduardo Echeverria <echevemaster at gmail.com>
Date:   Fri Feb 8 01:20:06 2013 -0430

    xfce-theme-manager updated to version 0.2.4

 .gitignore                                     |    1 +
 sources                                        |    2 +-
 xfce-theme-manager-0.2.4-fix-strip-debug.patch |   42 ++++++++++++++++++++++++
 xfce-theme-manager.spec                        |    7 +++-
 4 files changed, 49 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 258bee8..466ee27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Xfce-Theme-Manager-0.1.20.tar.gz
 /Xfce-Theme-Manager-0.2.3.tar.gz
+/Xfce-Theme-Manager-0.2.4.tar.gz
diff --git a/sources b/sources
index f8bed86..4a0f25f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eda9f08f95be0f35520c106dc56643c9  Xfce-Theme-Manager-0.2.3.tar.gz
+b3d6d20fc34df343bf4c8f5332789ac6  Xfce-Theme-Manager-0.2.4.tar.gz
diff --git a/xfce-theme-manager-0.2.4-fix-strip-debug.patch b/xfce-theme-manager-0.2.4-fix-strip-debug.patch
new file mode 100644
index 0000000..51e66fe
--- /dev/null
+++ b/xfce-theme-manager-0.2.4-fix-strip-debug.patch
@@ -0,0 +1,42 @@
+--- Xfce-Theme-Manager-0.2.4-orig/Makefile	2013-02-02 12:21:48.000000000 -0430
++++ Xfce-Theme-Manager-0.2.4/Makefile	2013-02-08 00:41:26.029670920 -0430
+@@ -3,7 +3,7 @@
+ VERSION=0.2.4
+ LAUNCHER=Xfce-Theme-Manager.desktop
+ 
+-ifeq ($(strip $(PREFIX)),)
++ifeq (${PREFIX},)
+ 	PREFIX=/usr/local
+ endif
+ 
+@@ -14,20 +14,18 @@
+ 	LIBXFCEUI=`pkg-config --cflags --libs libxfce4ui-1`	
+ endif
+ 
+-ifeq ($(strip $(CXXFLAGS)),)
++ifeq (${CXXFLAGS},)
+ 	CXXFLAGS=-O3 -Wall -Wunused-result -Wunused-function -lXcursor -lgthread-2.0 `pkg-config --cflags --libs glib-2.0` `pkg-config --cflags --libs gdk-2.0` `pkg-config --cflags --libs gtk+-2.0` -DGTK_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGSEAL_ENABLE $(LIBXFCEUI) $(USELIBXFCEUI)
+ endif
+ 
+ $(PROGRAM):$(SOURCES)
+-	g++ $(SOURCES) $(CXXFLAGS) -o $(PROGRAM)
+-	strip $(PROGRAM)
++	g++ -g $(SOURCES) $(CXXFLAGS) -o $(PROGRAM)
+ 
+ install:
+ 	mkdir -p $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/applications $(DESTDIR)$(PREFIX)/share/pixmaps $(DESTDIR)$(PREFIX)/share/man/man1
+ 	mkdir -p $(DESTDIR)$(PREFIX)/share/man/es/man1 $(DESTDIR)$(PREFIX)/share/man/de/man1
+ 	rm $(PROGRAM)||true
+-	g++ $(SOURCES) $(CXXFLAGS) -o $(PROGRAM)
+-	strip $(PROGRAM)
++	g++ -g $(SOURCES) $(CXXFLAGS) -o $(PROGRAM)
+ 	cp -p $(PROGRAM) $(DESTDIR)$(PREFIX)/bin
+ 	cp $(LAUNCHER) $(DESTDIR)$(PREFIX)/share/applications
+ 	cp $(PROGRAM).png $(DESTDIR)$(PREFIX)/share/pixmaps
+@@ -52,5 +50,5 @@
+ 	sed -i "s/^#define VERSION.*/#define VERSION \"$(VERSION)\"/" src/globals.h
+ 
+ debug:
+-	g++ $(SOURCES) $(CXXFLAGS) -ggdb -O0 -o $(PROGRAM)-debug
++	g++ -g $(SOURCES) $(CXXFLAGS) -ggdb -O0 -o $(PROGRAM)-debug
+ 
diff --git a/xfce-theme-manager.spec b/xfce-theme-manager.spec
index a288009..f3db3ac 100644
--- a/xfce-theme-manager.spec
+++ b/xfce-theme-manager.spec
@@ -1,13 +1,13 @@
 %global pkgname Xfce-Theme-Manager 
 Name:		xfce-theme-manager	
-Version:	0.2.3
+Version:	0.2.4
 Release:	1%{?dist}
 Summary:	A theme manager for Xfce
 License:	GPLv3
 URL:		http://xfce-look.org/content/show.php?content=149647
 Source0:	http://keithhedger.hostingsiteforfree.com/zips/xfcethememanager/%{pkgname}-%{version}.tar.gz
 
-Patch1:		xfce-theme-manager-0.2.3-fix-strip-debug.patch
+Patch1:		xfce-theme-manager-0.2.4-fix-strip-debug.patch
 BuildRequires:	pkgconfig(gdk-2.0)
 BuildRequires:	pkgconfig(glib-2.0)
 BuildRequires:	pkgconfig(gtk+-2.0)
@@ -53,6 +53,9 @@ find %{buildroot} -name 'xfce-theme-manager' | xargs chmod 0755
 
 
 %changelog
+* Sat Feb 02 2013 Eduardo Echeverria  <echevemaster at gmail.com> - 0.2.4-1
+- Update to version 0.2.4
+
 * Sat Jan 05 2013 Eduardo Echeverria  <echevemaster at gmail.com> - 0.2.3-1
 - Update to version 0.2.3
 


More information about the scm-commits mailing list