[tomboy] Use dbus-sharp and dbus-sharp-glib.

Thomas Moschny thm at fedoraproject.org
Thu Mar 1 11:18:18 UTC 2012


commit c19a2da105a6be0eabf06a784af9fca082bfd228
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Mar 1 12:17:30 2012 +0100

    Use dbus-sharp and dbus-sharp-glib.

 tomboy-1.9.8-ndesk-dbus.patch |  161 -----------------------------------------
 tomboy.spec                   |   13 ++--
 2 files changed, 6 insertions(+), 168 deletions(-)
---
diff --git a/tomboy.spec b/tomboy.spec
index 5288d8c..95baedd 100644
--- a/tomboy.spec
+++ b/tomboy.spec
@@ -1,6 +1,6 @@
 Name:           tomboy
 Version:        1.9.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Note-taking application
 Group:          User Interface/Desktops
 License:        LGPLv2+ and GPLv2+ and MIT
@@ -8,10 +8,7 @@ License:        LGPLv2+ and GPLv2+ and MIT
 # libtomboy contains GPL+ code
 # Mono.Addins is MIT
 URL:            http://projects.gnome.org/tomboy/
-#VCS: git:git://git.gnome.org/tomboy
 Source0:        http://download.gnome.org/sources/%{name}/1.9/%{name}-%{version}.tar.xz
-# Revert commit 25090928, until we have new dbus-sharp{,-glib} packages
-Patch0:         tomboy-1.9.8-ndesk-dbus.patch
 
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(gconf-sharp-2.0)
@@ -24,8 +21,8 @@ BuildRequires:  pkgconfig(mono)
 BuildRequires:  pkgconfig(mono-addins)
 BuildRequires:  pkgconfig(mono-addins-gui)
 BuildRequires:  pkgconfig(mono-addins-setup)
-BuildRequires:  pkgconfig(ndesk-dbus-1.0)
-BuildRequires:  pkgconfig(ndesk-dbus-glib-1.0)
+BuildRequires:  pkgconfig(dbus-sharp-1.0)
+BuildRequires:  pkgconfig(dbus-sharp-glib-1.0)
 BuildRequires:  mono(Mono.Cairo) = 2.0.0.0
 BuildRequires:  GConf2
 BuildRequires:  desktop-file-utils
@@ -62,7 +59,6 @@ to develop addins that add new functionality to tomboy.
 
 %prep
 %setup -q
-%patch0 -p1
 
 # Convert to utf-8
 for file in ChangeLog ; do
@@ -147,6 +143,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 
 %changelog
+* Thu Mar  1 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.9.8-2
+- Use dbus-sharp and dbus-sharp-glib.
+
 * Sat Feb 25 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.9.8-1
 - Update to 1.9.8.
 


More information about the scm-commits mailing list