[arch-commits] Commit in sparkleshare/repos/community-any (5 files)

Balló György bgyorgy at archlinux.org
Tue Jul 12 20:47:58 UTC 2016


    Date: Tuesday, July 12, 2016 @ 20:47:57
  Author: bgyorgy
Revision: 182757

archrelease: copy trunk to community-any

Added:
  sparkleshare/repos/community-any/PKGBUILD
    (from rev 182756, sparkleshare/trunk/PKGBUILD)
  sparkleshare/repos/community-any/fix-build.patch
    (from rev 182756, sparkleshare/trunk/fix-build.patch)
Deleted:
  sparkleshare/repos/community-any/PKGBUILD
  sparkleshare/repos/community-any/fix-build.patch
  sparkleshare/repos/community-any/sparkleshare.install

----------------------+
 PKGBUILD             |   69 ++++++++++++++++++++++++-------------------------
 fix-build.patch      |   24 ++++++++---------
 sparkleshare.install |   12 --------
 3 files changed, 46 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 20:47:54 UTC (rev 182756)
+++ PKGBUILD	2016-07-12 20:47:57 UTC (rev 182757)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jarek Sedlacek <JarekSedlacek at gmail.com>
-# Contributor: Erdbeerkaese <erdbeerkaese underscore arch at gmail dot com>
-
-pkgname=sparkleshare
-pkgver=1.5
-_pkgver=1.5.0
-pkgrel=1
-pkgdesc="Collaboration and sharing tool based on git written in C Sharp"
-arch=('any')
-url="http://sparkleshare.org/"
-license=('GPL3')
-depends=('webkitgtk-sharp' 'notify-sharp-3' 'curl' 'git' 'openssh' 'desktop-file-utils')
-install=$pkgname.install
-source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver.tar.gz
-        fix-build.patch)
-md5sums=('1363d86129d7ce5adc1b2f02aaf3402f'
-         'e940815cf3a666af0cc8e366bc4513ea')
-
-prepare() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  patch -Np1 -i ../fix-build.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sparkleshare/repos/community-any/PKGBUILD (from rev 182756, sparkleshare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-12 20:47:57 UTC (rev 182757)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jarek Sedlacek <JarekSedlacek at gmail.com>
+# Contributor: Erdbeerkaese <erdbeerkaese underscore arch at gmail dot com>
+
+pkgname=sparkleshare
+pkgver=1.5
+_pkgver=1.5.0
+pkgrel=2
+pkgdesc="Collaboration and sharing tool based on git written in C Sharp"
+arch=('any')
+url="http://sparkleshare.org/"
+license=('GPL3')
+depends=('webkitgtk-sharp' 'notify-sharp-3' 'curl' 'git' 'openssh')
+source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver.tar.gz
+        fix-build.patch)
+md5sums=('1363d86129d7ce5adc1b2f02aaf3402f'
+         'e940815cf3a666af0cc8e366bc4513ea')
+
+prepare() {
+  cd $pkgname-$_pkgver
+  patch -Np1 -i ../fix-build.patch
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-build.patch
===================================================================
--- fix-build.patch	2016-07-12 20:47:54 UTC (rev 182756)
+++ fix-build.patch	2016-07-12 20:47:57 UTC (rev 182757)
@@ -1,12 +0,0 @@
-diff -Naur sparkleshare-1.5.0.orig/SparkleShare/Linux/SparkleUI.cs sparkleshare-1.5.0/SparkleShare/Linux/SparkleUI.cs
---- sparkleshare-1.5.0.orig/SparkleShare/Linux/SparkleUI.cs	2016-01-31 03:10:01.820152958 +0000
-+++ sparkleshare-1.5.0/SparkleShare/Linux/SparkleUI.cs	2016-01-31 03:15:36.915518296 +0000
-@@ -61,7 +61,7 @@
- 
-         public void Run ()
-         {   
--            (this.application as GLib.Application).Run (null, null);
-+            (this.application as GLib.Application).Run (0, null);
-         }
- 
- 

Copied: sparkleshare/repos/community-any/fix-build.patch (from rev 182756, sparkleshare/trunk/fix-build.patch)
===================================================================
--- fix-build.patch	                        (rev 0)
+++ fix-build.patch	2016-07-12 20:47:57 UTC (rev 182757)
@@ -0,0 +1,12 @@
+diff -Naur sparkleshare-1.5.0.orig/SparkleShare/Linux/SparkleUI.cs sparkleshare-1.5.0/SparkleShare/Linux/SparkleUI.cs
+--- sparkleshare-1.5.0.orig/SparkleShare/Linux/SparkleUI.cs	2016-01-31 03:10:01.820152958 +0000
++++ sparkleshare-1.5.0/SparkleShare/Linux/SparkleUI.cs	2016-01-31 03:15:36.915518296 +0000
+@@ -61,7 +61,7 @@
+ 
+         public void Run ()
+         {   
+-            (this.application as GLib.Application).Run (null, null);
++            (this.application as GLib.Application).Run (0, null);
+         }
+ 
+ 

Deleted: sparkleshare.install
===================================================================
--- sparkleshare.install	2016-07-12 20:47:54 UTC (rev 182756)
+++ sparkleshare.install	2016-07-12 20:47:57 UTC (rev 182757)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list