[packages/librsvg] - move themes/bubble to gtk2 package

glen glen at pld-linux.org
Mon Dec 24 18:24:22 CET 2012


commit 050413d22ef722c33896a498e38ffc1223cc9f9a
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Dec 24 19:23:43 2012 +0200

    - move themes/bubble to gtk2 package

 librsvg.spec | 6 ++----
 rsvg         | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/librsvg.spec b/librsvg.spec
index 7b27a0b..c31bc55 100644
--- a/librsvg.spec
+++ b/librsvg.spec
@@ -4,11 +4,9 @@
 %bcond_without	gtk2		# legacy gtk+2 support
 %bcond_without	libcroco	# build without CSS support through libcroco
 %bcond_without	static_libs	# don't build static library
-#
 
 %define		ver	2.36
 %define		pver	4
-
 Summary:	A Raph's Library for Rendering SVG Data
 Summary(pl.UTF-8):	Biblioteka Raph's SVG do renderowania danych SVG
 Summary(pt_BR.UTF-8):	Biblioteca SVG
@@ -16,7 +14,7 @@ Summary(ru.UTF-8):	SVG библиотека
 Summary(uk.UTF-8):	SVG бібліотека
 Name:		librsvg
 Version:	%{ver}.%{pver}
-Release:	1
+Release:	2
 Epoch:		1
 License:	LGPL v2+
 Group:		X11/Libraries
@@ -240,7 +238,6 @@ fi
 %attr(755,root,root) %ghost %{_libdir}/librsvg-2.so.2
 %{_libdir}/girepository-1.0/Rsvg-2.0.typelib
 %attr(755,root,root) %{_libdir}/gdk-pixbuf-2.0/2.*.*/loaders/libpixbufloader-svg.so
-%dir %{_datadir}/themes/bubble
 %{_mandir}/man1/rsvg-convert.1*
 
 %files devel
@@ -266,6 +263,7 @@ fi
 %files gtk+2
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gtk-2.0/2.*/engines/libsvg.so
+%dir %{_datadir}/themes/bubble
 %{_datadir}/themes/bubble/gtk-2.0
 %endif
 
diff --git a/rsvg b/rsvg
old mode 100644
new mode 100755
index 270792f..40e18af
--- a/rsvg
+++ b/rsvg
@@ -42,7 +42,7 @@ def main():
         sys.exit(1)
 
     command_str = ""
-    
+
     for o, a in opts:
         if o in ("-v", "--version"):
             print "rsvg version %s" % ("2.34.2")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/librsvg.git/commitdiff/050413d22ef722c33896a498e38ffc1223cc9f9a



More information about the pld-cvs-commit mailing list