r23559 - in /desktop/unstable/gnome-icon-theme/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Apr 5 16:33:41 UTC 2010


Author: slomo
Date: Mon Apr  5 16:33:39 2010
New Revision: 23559

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23559
Log:
* New upstream stable release:
  + debian/rules:
    - The SVG icons are not installed anymore.

Modified:
    desktop/unstable/gnome-icon-theme/debian/changelog
    desktop/unstable/gnome-icon-theme/debian/rules

Modified: desktop/unstable/gnome-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-icon-theme/debian/changelog?rev=23559&op=diff
==============================================================================
--- desktop/unstable/gnome-icon-theme/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-icon-theme/debian/changelog [utf-8] Mon Apr  5 16:33:39 2010
@@ -1,6 +1,8 @@
 gnome-icon-theme (2.30.0-1) unstable; urgency=low
 
-  * New upstream stable release.
+  * New upstream stable release:
+    + debian/rules:
+      - The SVG icons are not installed anymore.
 
  -- Sebastian Dröge <slomo at debian.org>  Mon, 05 Apr 2010 18:14:52 +0200
 

Modified: desktop/unstable/gnome-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-icon-theme/debian/rules?rev=23559&op=diff
==============================================================================
--- desktop/unstable/gnome-icon-theme/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-icon-theme/debian/rules [utf-8] Mon Apr  5 16:33:39 2010
@@ -7,7 +7,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-BITMAPS := $(shell ls | sed -rn 's/^([0-9]+)x[0-9]+$$/\1/p')
+BITMAPS := $(shell ls gnome | sed -rn 's/^([0-9]+)x[0-9]+$$/\1/p')
 
 INSTDIR := $(CURDIR)/debian/gnome-icon-theme/usr/share/icons/gnome
 
@@ -15,8 +15,6 @@
 
 install/gnome-icon-theme::
 	rm -rf $(CURDIR)/debian/gnome-icon-theme/usr/share/locale
-	mv $(INSTDIR)/scalable/places/start-here.svg $(INSTDIR)/scalable/places/gnome-foot.svg
-	cp debian/debian-swirl.svg debian/swirl-foot.svg $(INSTDIR)/scalable/places/
 	for i in $(BITMAPS); do \
 		d=$${i}x$${i} ; \
 		if [ -d $(INSTDIR)/$$d/places ]; then \




More information about the pkg-gnome-commits mailing list