================================
gtk3:source=2.90.4-11 (previous: 2.90.4-10)
cvc rdiff gtk3 -1 /gnome.rpath.org@gnome:unstable/2.90.4-11
================================
2.90.4-11 Zhang Sen (
je...@foresightlinux.org) Sat Jul 24 22:46:05 2010
Fix tagdescription files
Also rename the tag files, and simplify recipe a little
gtk3.recipe: changed
Index: gtk3.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- gtk3.recipe /gnome.rpath.org@gnome:unstable/2.90.4-10
+++ gtk3.recipe /gnome.rpath.org@gnome:unstable/2.90.4-11
@@ -42,11 +42,6 @@
'python:devel',
]
- #patches = [
- # Better support multilib.
- #'lib64.patch',
- #]
-
extraConfig = ' --build=%(host)s --host=%(host)s --with-xinput=xfree'
preMakeInstall = ' RUN_QUERY_IMMODULES_TEST=false RUN_QUERY_LOADER_TEST=false '
@@ -58,14 +53,11 @@
r.Replace('tests ','','Makefile.*')
- r.addSource('gtk-input-method.tagdescription', macros=True,
- dest='%(tagdescriptiondir)s/%(name)s-input-method')
- r.addSource('gtk-input-method.taghandler', macros=True,
- dest='%(taghandlerdir)s/%(name)s-input-method', mode=0755)
- r.addSource('gtk-update-icon-cache.tagdescription', macros=True,
- dest='%(tagdescriptiondir)s/%(name)s-update-icon-cache')
- r.addSource('gtk-update-icon-cache.taghandler', macros=True,
- dest='%(taghandlerdir)s/%(name)s-update-icon-cache', mode=0755)
+ for tag in ('%(name)s-input-method', '%(name)s-update-icon-cache'):
+ r.addSource(tag + '.tagdescription', macros=True,
+ dest='%(tagdescriptiondir)s/' + tag)
+ r.addSource(tag + '.taghandler', macros=True,
+ dest='%(taghandlerdir)s/' + tag, mode=0755)
def policy (r):
r.MakeDirs('%(sysconfdir)s/gtk-3.0')
gtk3-update-icon-cache.tagdescription (aka gtk-update-icon-cache.tagdescription): changed
Index: gtk3-update-icon-cache.tagdescription
====================================================================
contents(size sha1)
inode(mtime)
--- gtk3-update-icon-cache.tagdescription /gnome.rpath.org@gnome:unstable/2.90.4-10
+++ gtk3-update-icon-cache.tagdescription /gnome.rpath.org@gnome:unstable/2.90.4-11
@@ -1,4 +1,4 @@
-file %(taghandlerdir)s/gtk-update-icon-cache
+file %(taghandlerdir)s/gtk3-update-icon-cache
implements files update
implements files remove
include %(datadir)s/icons/.*
gtk3-input-method.taghandler (aka gtk-input-method.taghandler)
gtk3-update-icon-cache.taghandler (aka gtk-update-icon-cache.taghandler)
gtk3-input-method.tagdescription (aka gtk-input-method.tagdescription): changed
Index: gtk3-input-method.tagdescription
====================================================================
contents(size sha1)
inode(mtime)
--- gtk3-input-method.tagdescription /gnome.rpath.org@gnome:unstable/2.90.4-10
+++ gtk3-input-method.tagdescription /gnome.rpath.org@gnome:unstable/2.90.4-11
@@ -1,4 +1,4 @@
-file %(taghandlerdir)s/gtk-input-method
+file %(taghandlerdir)s/gtk3-input-method
implements files update
implements files remove
implements handler update
lib64.patch: removed
Committed by: jesse