================================
gtk3:source=2.90.4-10 (previous: 2.90.4-9)
cvc rdiff gtk3 -1 /gnome.rpath.org@gnome:unstable/2.90.4-10
================================
2.90.4-10 Zhang Sen (
je...@foresightlinux.org) Mon Jul 19 11:06:21 2010
Rename taghandlers to avoid conflict with gtk2
gtk3.recipe: changed
Index: gtk3.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- gtk3.recipe /gnome.rpath.org@gnome:unstable/2.90.4-9
+++ gtk3.recipe /gnome.rpath.org@gnome:unstable/2.90.4-10
@@ -59,13 +59,13 @@
r.Replace('tests ','','Makefile.*')
r.addSource('gtk-input-method.tagdescription', macros=True,
- dest='%(tagdescriptiondir)s/gtk-input-method')
+ dest='%(tagdescriptiondir)s/%(name)s-input-method')
r.addSource('gtk-input-method.taghandler', macros=True,
- dest='%(taghandlerdir)s/gtk-input-method', mode=0755)
+ dest='%(taghandlerdir)s/%(name)s-input-method', mode=0755)
r.addSource('gtk-update-icon-cache.tagdescription', macros=True,
- dest='%(tagdescriptiondir)s/gtk-update-icon-cache')
+ dest='%(tagdescriptiondir)s/%(name)s-update-icon-cache')
r.addSource('gtk-update-icon-cache.taghandler', macros=True,
- dest='%(taghandlerdir)s/gtk-update-icon-cache', mode=0755)
+ dest='%(taghandlerdir)s/%(name)s-update-icon-cache', mode=0755)
def policy (r):
r.MakeDirs('%(sysconfdir)s/gtk-3.0')
Committed by: jesse