rpms/gtg/F-12 gtg-0.2-missing_tomboy.ui.476_475.diff, NONE, 1.1 gtg.spec, 1.3, 1.4

Yanko Kaneti yaneti at fedoraproject.org
Sun Jan 31 08:33:48 UTC 2010


Author: yaneti

Update of /cvs/pkgs/rpms/gtg/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4457

Modified Files:
	gtg.spec 
Added Files:
	gtg-0.2-missing_tomboy.ui.476_475.diff 
Log Message:
- Pull an upstream fix for missing tomboy.ui - bug 560316


gtg-0.2-missing_tomboy.ui.476_475.diff:
 setup.py |   19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

--- NEW FILE gtg-0.2-missing_tomboy.ui.476_475.diff ---
=== modified file 'setup.py'
--- setup.py	2009-12-04 11:08:54 +0000
+++ setup.py	2009-12-13 13:32:53 +0000
@@ -118,6 +118,7 @@
     'GTG.tools',
     'GTG.plugins',
     'GTG.plugins.bugzilla',
+    'GTG.plugins.export',
     'GTG.plugins.geolocalized_tasks',
     'GTG.plugins.hamster',
     'GTG.plugins.helloworld',
@@ -131,6 +132,7 @@
     'GTG.core.plugins':['pluginmanager.glade'],
     'GTG.plugins':[
         'bugzilla.gtg-plugin',
+        'export.gtg-plugin',
         'geolocalized-tasks.gtg-plugin',
         'hamster.gtg-plugin',
         'helloworld.gtg-plugin',
@@ -138,10 +140,21 @@
         'rtm-sync.gtg-plugin',
         'tomboy.gtg-plugin'
         ],
-    'GTG.plugins.rtm_sync':['gtk.glade'],
-    'GTG.plugins.geolocalized_tasks':['geolocalized.glade'],
+    'GTG.plugins.rtm_sync':['gtk.glade', 'pyrtm/rtm.py',
+                            'icons/hicolor/16x16/rtm_image.png',
+                            'icons/hicolor/24x24/rtm_image.png',
+                            'icons/hicolor/svg/rtm_image.svg'],
+    'GTG.plugins.export':['export.ui', 'export_templates/thumbnail_textual.txt',
+                          'export_templates/template_simple.html',
+                          'export_templates/template_textual.txt',
+                          'export_templates/thumbnail_simple.html'],
+    'GTG.plugins.geolocalized_tasks':['geolocalized.glade',
+                                      'icons/hicolor/24x24/geolocalization.png',
+                                      'icons/hicolor/16x16/assign-location.png',
+                                      'icons/hicolor/svg/assign-location.svg',
+                                      'icons/hicolor/svg/geolocalization.svg'],
     'GTG.plugins.helloworld':['hello_world.glade'],
-    'GTG.plugins.tomboy':['tomboy.glade']
+    'GTG.plugins.tomboy':['tomboy.glade', 'tomboy.ui']
     },
   data_files = create_data_files(),
   scripts=['gtg','gtg_new_task',],



Index: gtg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtg/F-12/gtg.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- gtg.spec	14 Dec 2009 08:50:22 -0000	1.3
+++ gtg.spec	31 Jan 2010 08:33:48 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           gtg
 Version:        0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Personal organizer for the GNOME desktop
 
 Group:          Applications/Productivity
@@ -11,6 +11,7 @@ License:        GPLv3+
 URL:            http://gtg.fritalk.com
 BuildArch:      noarch
 Source0:        http://launchpad.net/%{name}/trunk/%{gtg_milestone}/+download/%{name}-%{version}.tar.gz
+Patch1:         gtg-0.2-missing_tomboy.ui.476_475.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -27,6 +28,7 @@ used as more than just GTD software.
 
 %prep
 %setup -q
+%patch1 -p0 -b .missing_tomboy.ui
 sed -i -e "s|#!/usr/bin/env python||" GTG/gtg.py
 
 
@@ -71,6 +73,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sun Jan 31 2010 Yanko Kaneti <yaneti at declera.com> 0.2-2
+- Pull an upstream fix for missing tomboy.ui - bug 560316
+
 * Mon Dec 14 2009 Yanko Kaneti <yaneti at declera.com> 0.2-1
 - New upstream release.
   http://gtg.fritalk.com/post/2009/12/10/The-new-Getting-Things-GNOME!-0.2-Gorignak-has-landed!



More information about the scm-commits mailing list