[arch-commits] Commit in notify-sharp/repos (3 files)

Jan de Groot jgc at archlinux.org
Mon Feb 23 16:00:25 UTC 2015


    Date: Monday, February 23, 2015 @ 17:00:24
  Author: jgc
Revision: 128134

archrelease: copy trunk to community-staging-any

Added:
  notify-sharp/repos/community-staging-any/
  notify-sharp/repos/community-staging-any/PKGBUILD
    (from rev 128133, notify-sharp/trunk/PKGBUILD)
  notify-sharp/repos/community-staging-any/use_dbussharp_2.pc
    (from rev 128133, notify-sharp/trunk/use_dbussharp_2.pc)

--------------------+
 PKGBUILD           |   37 +++++++++++++++++++++++++++++++++++++
 use_dbussharp_2.pc |   15 +++++++++++++++
 2 files changed, 52 insertions(+)

Copied: notify-sharp/repos/community-staging-any/PKGBUILD (from rev 128133, notify-sharp/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-02-23 16:00:24 UTC (rev 128134)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Jorge Mokross <mokross at gmail.com>
+
+pkgname=notify-sharp
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="C Sharp D-Bus client library for desktop notifications"
+arch=('any')
+url="https://www.meebey.net/projects/notify-sharp/"
+license=('MIT')
+depends=('gtk-sharp-2' 'dbus-sharp-glib') 
+provides=('notify-sharp-svn')
+replaces=('notify-sharp-svn')
+source=(https://www.meebey.net/projects/notify-sharp/downloads/$pkgname-$pkgver.tar.gz
+        use_dbussharp_2.pc)
+md5sums=('46fcb7a6b9b1cd0241366b8234e31e37'
+         '2018c4612d301c84b6cc8f6f7dd38155')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.pc
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: notify-sharp/repos/community-staging-any/use_dbussharp_2.pc (from rev 128133, notify-sharp/trunk/use_dbussharp_2.pc)
===================================================================
--- community-staging-any/use_dbussharp_2.pc	                        (rev 0)
+++ community-staging-any/use_dbussharp_2.pc	2015-02-23 16:00:24 UTC (rev 128134)
@@ -0,0 +1,15 @@
+Index: notify-sharp/configure.ac
+===================================================================
+--- notify-sharp.orig/configure.ac	2013-10-30 17:08:11.823924561 +0000
++++ notify-sharp/configure.ac	2013-10-30 17:08:39.132039728 +0000
+@@ -68,8 +68,8 @@
+ 
+ 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)
++PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 >= $DBUS_SHARP_REQ_VERSION \
++                              dbus-sharp-glib-2.0 >= $DBUS_SHARP_GLIB_REQ_VERSION)
+ AC_SUBST(DBUS_SHARP_LIBS)
+ 
+ required_assemblies="Mono.Posix"



More information about the arch-commits mailing list