Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
notify-sharp
notify-sharp-use-dbus-sharp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File notify-sharp-use-dbus-sharp.patch of Package notify-sharp
From 6f2d4c1188d6068735c95836fdd4cdad43b96642 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz <ricotz@ubuntu.com> Date: Mon, 14 Nov 2011 07:32:50 +0800 Subject: [PATCH] Port to DBus# bindings --- configure.ac | 10 +++++----- src/Global.cs | 2 +- src/Makefile.am | 2 +- src/Notification.cs | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index bd4dce5..e259168 100644 --- a/configure.ac +++ b/configure.ac @@ -66,11 +66,11 @@ GTK_SHARP_REQ_VERSION=2.10.1 PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 >= $GTK_SHARP_REQ_VERSION) AC_SUBST(GTK_SHARP_LIBS) -NDESK_DBUS_REQ_VERSION=0.4 -NDESK_DBUS_GLIB_REQ_VERSION=0.3 -PKG_CHECK_MODULES(NDESK_DBUS, ndesk-dbus-1.0 >= $NDESK_DBUS_REQ_VERSION \ - ndesk-dbus-glib-1.0 >= $NDESK_DBUS_GLIB_REQ_VERSION) -AC_SUBST(NDESK_DBUS_LIBS) +DBUS_SHARP_REQ_VERSION=0.7 +DBUS_SHARP_GLIB_REQ_VERSION=0.5 +PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 >= $DBUS_SHARP_REQ_VERSION \ + dbus-sharp-glib-1.0 >= $DBUS_SHARP_GLIB_REQ_VERSION) +AC_SUBST(DBUS_SHARP_LIBS) required_assemblies="Mono.Posix" diff --git a/src/Global.cs b/src/Global.cs index eedefbf..a0f80ed 100644 --- a/src/Global.cs +++ b/src/Global.cs @@ -24,7 +24,7 @@ using System.Reflection; using System.Collections.Generic; -using NDesk.DBus; +using DBus; using org.freedesktop; using org.freedesktop.DBus; diff --git a/src/Makefile.am b/src/Makefile.am index 3b39c23..50bbb39 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ CSFLAGS = \ LIBFLAGS = \ -r:Mono.Posix \ $(GTK_SHARP_LIBS) \ - $(NDESK_DBUS_LIBS) + $(DBUS_SHARP_LIBS) CSFILES = \ $(srcdir)/Global.cs \ diff --git a/src/Notification.cs b/src/Notification.cs index f532bf8..8e9392f 100644 --- a/src/Notification.cs +++ b/src/Notification.cs @@ -28,7 +28,7 @@ using Gdk; using Gtk; -using NDesk.DBus; +using DBus; using org.freedesktop; using org.freedesktop.DBus; -- 1.7.5.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor