[arch-commits] Commit in notify-sharp-3/repos (4 files)
Jan de Groot
jgc at archlinux.org
Thu Feb 26 13:55:00 UTC 2015
Date: Thursday, February 26, 2015 @ 14:55:00
Author: jgc
Revision: 128270
db-move: moved notify-sharp-3 from [community-staging] to [community] (any)
Added:
notify-sharp-3/repos/community-any/PKGBUILD
(from rev 128266, notify-sharp-3/repos/community-staging-any/PKGBUILD)
notify-sharp-3/repos/community-any/use_dbussharp_2.pc
(from rev 128266, notify-sharp-3/repos/community-staging-any/use_dbussharp_2.pc)
Deleted:
notify-sharp-3/repos/community-any/PKGBUILD
notify-sharp-3/repos/community-staging-any/
----------------------------------+
/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
community-any/PKGBUILD | 28 ----------------------------
community-any/use_dbussharp_2.pc | 15 +++++++++++++++
3 files changed, 52 insertions(+), 28 deletions(-)
Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD 2015-02-26 13:54:56 UTC (rev 128269)
+++ community-any/PKGBUILD 2015-02-26 13:55:00 UTC (rev 128270)
@@ -1,28 +0,0 @@
-# $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-3
-_pkgname=notify-sharp
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="C# D-Bus client library for desktop notifications (GTK+ 3 version)"
-arch=('any')
-url="https://www.meebey.net/projects/notify-sharp/"
-license=('MIT')
-depends=('gtk-sharp-3' 'dbus-sharp-glib')
-source=(https://www.meebey.net/projects/$_pkgname/downloads/$_pkgname-$pkgver.tar.gz)
-sha256sums=('a62ed07850a122e2bb7f2b88b32cf2fa675b60b912c0aeefb23f554ebfb1e56d')
-
-build() {
- cd $_pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $_pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
Copied: notify-sharp-3/repos/community-any/PKGBUILD (from rev 128266, notify-sharp-3/repos/community-staging-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2015-02-26 13:55:00 UTC (rev 128270)
@@ -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-3
+_pkgname=notify-sharp
+pkgver=3.0.3
+pkgrel=2
+pkgdesc="C# D-Bus client library for desktop notifications (GTK+ 3 version)"
+arch=('any')
+url="https://www.meebey.net/projects/notify-sharp/"
+license=('MIT')
+depends=('gtk-sharp-3' 'dbus-sharp-glib')
+source=(https://www.meebey.net/projects/$_pkgname/downloads/$_pkgname-$pkgver.tar.gz
+ use_dbussharp_2.pc)
+sha256sums=('a62ed07850a122e2bb7f2b88b32cf2fa675b60b912c0aeefb23f554ebfb1e56d'
+ '6a6b13725d2b5161271f3d350e568abc2ba80130d9553089c46c4cad3bea66f9')
+
+prepare() {
+ cd $_pkgname-$pkgver
+ patch -Np1 -i ../use_dbussharp_2.pc
+}
+
+build() {
+ cd $_pkgname-$pkgver
+ autoreconf -fi
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
Copied: notify-sharp-3/repos/community-any/use_dbussharp_2.pc (from rev 128266, notify-sharp-3/repos/community-staging-any/use_dbussharp_2.pc)
===================================================================
--- community-any/use_dbussharp_2.pc (rev 0)
+++ community-any/use_dbussharp_2.pc 2015-02-26 13:55:00 UTC (rev 128270)
@@ -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