[arch-commits] Commit in (13 files)

Balló György bgyorgy at nymeria.archlinux.org
Sun May 11 18:49:23 UTC 2014


    Date: Sunday, May 11, 2014 @ 20:49:23
  Author: bgyorgy
Revision: 110980

Add new dependencies of sparkleshare

- gtk-sharp-3
- notify-sharp-3
- soup-sharp
- webkitgtk-sharp

Added:
  gtk-sharp-3/
  gtk-sharp-3/trunk/
  gtk-sharp-3/trunk/PKGBUILD
  notify-sharp-3/
  notify-sharp-3/trunk/
  notify-sharp-3/trunk/PKGBUILD
  notify-sharp-3/trunk/avoid-confilct.patch
  soup-sharp/
  soup-sharp/trunk/
  soup-sharp/trunk/PKGBUILD
  webkitgtk-sharp/
  webkitgtk-sharp/trunk/
  webkitgtk-sharp/trunk/PKGBUILD

-------------------------------------------+
 gtk-sharp-3/trunk/PKGBUILD                |   25 +++++++++++++++
 notify-sharp-3/trunk/PKGBUILD             |   38 ++++++++++++++++++++++++
 notify-sharp-3/trunk/avoid-confilct.patch |   44 ++++++++++++++++++++++++++++
 soup-sharp/trunk/PKGBUILD                 |   24 +++++++++++++++
 webkitgtk-sharp/trunk/PKGBUILD            |   25 +++++++++++++++
 5 files changed, 156 insertions(+)

Added: gtk-sharp-3/trunk/PKGBUILD
===================================================================
--- gtk-sharp-3/trunk/PKGBUILD	                        (rev 0)
+++ gtk-sharp-3/trunk/PKGBUILD	2014-05-11 18:49:23 UTC (rev 110980)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gtk-sharp-3
+_pkgname=gtk-sharp
+pkgver=2.99.2
+pkgrel=2
+pkgdesc="C# bindings for GTK+ 3"
+arch=('i686' 'x86_64')
+url="http://mono-project.com/GtkSharp"
+license=('LGPL')
+depends=('mono' 'gtk3')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
+sha256sums=('0dbb205e827586520a803ec1907d94e51b8c6d4e2bb42bc71c1ac1b769fa9198')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


Property changes on: gtk-sharp-3/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: notify-sharp-3/trunk/PKGBUILD
===================================================================
--- notify-sharp-3/trunk/PKGBUILD	                        (rev 0)
+++ notify-sharp-3/trunk/PKGBUILD	2014-05-11 18:49:23 UTC (rev 110980)
@@ -0,0 +1,38 @@
+# $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.0
+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
+        avoid-confilct.patch)
+sha256sums=('5fb25f6ce9a3c27f0a6b927ee0a4ef6d02f6e6a2b8037d4dd525977840bd9345'
+            '35ddc863f8999850d7444693a33c439b646cd5728a723a12eecdc8cc47808779')
+
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  # Avoid conflict with notify-sharp 2
+  patch -Np1 -i ../avoid-confilct.patch
+}
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


Property changes on: notify-sharp-3/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: notify-sharp-3/trunk/avoid-confilct.patch
===================================================================
--- notify-sharp-3/trunk/avoid-confilct.patch	                        (rev 0)
+++ notify-sharp-3/trunk/avoid-confilct.patch	2014-05-11 18:49:23 UTC (rev 110980)
@@ -0,0 +1,44 @@
+diff -Naur notify-sharp-3.0.0.orig/configure.ac notify-sharp-3.0.0/configure.ac
+--- notify-sharp-3.0.0.orig/configure.ac	2013-11-03 15:59:42.000000000 +0100
++++ notify-sharp-3.0.0/configure.ac	2014-04-08 11:20:22.477915534 +0200
+@@ -9,6 +9,9 @@
+ AC_SUBST(API_VERSION)
+ AC_SUBST(VERSION)
+ 
++PACKAGE_VERSION=notify-sharp-3.0
++AC_SUBST(PACKAGE_VERSION)
++
+ AM_INIT_AUTOMAKE(notify-sharp, $VERSION)
+ 
+ AM_MAINTAINER_MODE
+diff -Naur notify-sharp-3.0.0.orig/notify-sharp-3.0.pc.in notify-sharp-3.0.0/notify-sharp-3.0.pc.in
+--- notify-sharp-3.0.0.orig/notify-sharp-3.0.pc.in	2013-11-03 15:57:49.000000000 +0100
++++ notify-sharp-3.0.0/notify-sharp-3.0.pc.in	2014-04-08 11:20:39.985024993 +0200
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+ libdir=${exec_prefix}/lib
+-pkglibdir=${libdir}/mono/notify-sharp
++pkglibdir=${libdir}/mono/@PACKAGE_VERSION@
+ 
+ Name: notify-sharp
+ Description: C# client library for notification-daemon
+diff -Naur notify-sharp-3.0.0.orig/src/Makefile.am notify-sharp-3.0.0/src/Makefile.am
+--- notify-sharp-3.0.0.orig/src/Makefile.am	2013-01-31 06:10:36.000000000 +0100
++++ notify-sharp-3.0.0/src/Makefile.am	2014-04-08 14:08:31.835246749 +0200
+@@ -21,13 +21,13 @@
+ install-data-local:
+ 	@if test -n '$(TARGET)'; then                       \
+           echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)";    \
+-          $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \
++          $(GACUTIL) /i $(TARGET) /package $(PACKAGE_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \
+         fi
+ 
+ uninstall-local:
+ 	@if test -n '$(TARGET)'; then                       \
+           echo "$(GACUTIL) /u $(ASSEMBLY) /gacdir $(DESTDIR)$(libdir)";  \
+-          $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1;   \
++          $(GACUTIL) /u $(ASSEMBLY) /package $(PACKAGE_VERSION) /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1;   \
+         fi
+ 
+ EXTRA_DIST = \

Added: soup-sharp/trunk/PKGBUILD
===================================================================
--- soup-sharp/trunk/PKGBUILD	                        (rev 0)
+++ soup-sharp/trunk/PKGBUILD	2014-05-11 18:49:23 UTC (rev 110980)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=soup-sharp
+pkgver=2.42.2
+pkgrel=1
+pkgdesc="C# bindings for libsoup"
+arch=('i686' 'x86_64')
+url="https://github.com/xDarkice/soup-sharp"
+license=('LGPL')
+depends=('gtk-sharp-3' 'libsoup')
+source=(https://github.com/xDarkice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('a318c69ecf8aa74ab25467e4337288d79b69abd6f68e6739d9f615148b9174f3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


Property changes on: soup-sharp/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: webkitgtk-sharp/trunk/PKGBUILD
===================================================================
--- webkitgtk-sharp/trunk/PKGBUILD	                        (rev 0)
+++ webkitgtk-sharp/trunk/PKGBUILD	2014-05-11 18:49:23 UTC (rev 110980)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=webkitgtk-sharp
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="C# bindings for WebKitGTK+"
+arch=('i686' 'x86_64')
+url="https://github.com/xDarkice/webkitgtk-sharp"
+license=('LGPL')
+depends=('gtk-sharp-3' 'webkitgtk')
+makedepends=('soup-sharp')
+source=($pkgname-$pkgver.tar.gz::git://github.com/xDarkice/webkitgtk-sharp.git#commit=f0c32b5fce3043582f4666327f23fdf8914bee66)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-master"
+  ./autogen.sh --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname-master"
+  make DESTDIR="$pkgdir" install
+}


Property changes on: webkitgtk-sharp/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list