Hello community,

here is the log from the commit of package tomboy for openSUSE:Factory
checked in at Wed Jun 1 12:51:12 CEST 2011.



--------
--- GNOME/tomboy/tomboy.changes 2011-04-28 14:11:18.000000000 +0200
+++ /mounts/work_src_done/STABLE/tomboy/tomboy.changes  2011-05-31 
20:34:34.000000000 +0200
@@ -1,0 +2,10 @@
+Tue May 31 20:33:20 CEST 2011 - [email protected]
+
+- Disable the build of the applet with a %build_applet define (set
+  to 0). This controls:
+  + the use of gnome-panel-devel and gnome-panel-sharp
+    BuildRequires
+  + the use of the --enable-panel-applet configure option
+- Add a gconf2-devel BuildRequires that was implicit before
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tomboy.spec ++++++
--- /var/tmp/diff_new_pack.gz6WJZ/_old  2011-06-01 12:50:50.000000000 +0200
+++ /var/tmp/diff_new_pack.gz6WJZ/_new  2011-06-01 12:50:50.000000000 +0200
@@ -16,10 +16,11 @@
 #
 
 
+%define build_applet 0
 
 Name:           tomboy
 Version:        1.6.1
-Release:        1
+Release:        2
 License:        LGPLv2.1+
 Summary:        GNOME Note Taking Application
 Url:            http://www.beatniksoftware.com/tomboy/
@@ -29,11 +30,14 @@
 BuildRequires:  dbus-1-x11
 BuildRequires:  fdupes
 BuildRequires:  gconf-sharp2
+BuildRequires:  gconf2-devel
 BuildRequires:  glib-sharp2
 BuildRequires:  gmime-2_4-sharp
 BuildRequires:  gnome-doc-utils-devel
+%if 0%{?build_applet}
 BuildRequires:  gnome-panel-devel
 BuildRequires:  gnome-panel-sharp
+%endif
 BuildRequires:  gtk-sharp2
 BuildRequires:  gtkspell-devel
 BuildRequires:  intltool
@@ -72,8 +76,10 @@
 %configure\
         --disable-schemas-install\
         --disable-scrollkeeper\
-        --disable-update-mimedb\
-        --enable-panel-applet
+%if 0%{?build_applet}
+        --enable-panel-applet \
+%endif
+        --disable-update-mimedb
 make
 
 %install
@@ -117,10 +123,12 @@
 %dir %{_datadir}/gnome/help/%{name}/
 %doc %{_datadir}/gnome/help/%{name}/C/
 %{_bindir}/%{name}
-%{_bindir}/%{name}-panel
 %{_libdir}/%{name}
-%{_libdir}/pkgconfig/*.pc
+%if 0%{?build_applet}
+%{_bindir}/%{name}-panel
 %{_libdir}/bonobo/servers/GNOME_TomboyApplet.server
+%endif
+%{_libdir}/pkgconfig/*.pc
 %doc %{_mandir}/man1/%{name}.1.gz
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/icons/hicolor/*/mimetypes/application-x-note.png


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to