[arch-commits] Commit in syncthing-gtk/repos/community-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 28 22:59:52 UTC 2014


    Date: Sunday, December 28, 2014 @ 23:59:51
  Author: bpiotrowski
Revision: 124798

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
    (from rev 124797, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-28 22:59:43 UTC (rev 124797)
+++ PKGBUILD	2014-12-28 22:59:51 UTC (rev 124798)
@@ -1,25 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: kozec <kozec at kozec dot com>
-
-pkgname=syncthing-gtk
-pkgver=0.5.2
-pkgrel=3
-pkgdesc="GTK3 & Python based GUI and notification area icon for Syncthing"
-arch=('any')
-url="https://github.com/syncthing/syncthing-gtk"
-license=('GPL2')
-makedepends=('python2-setuptools')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify'
-         'syncthing>=0.10.9')
-source=("https://github.com/syncthing/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('20e5750b775acedaf51ab130e4e47644')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    python2 setup.py build
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 124797, syncthing-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-28 22:59:51 UTC (rev 124798)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: kozec <kozec at kozec dot com>
+
+pkgname=syncthing-gtk
+pkgver=0.5.5
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+makedepends=('python2-setuptools')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify'
+         'syncthing')
+source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('176dadfbb51171719dd72fa1a68632aa')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}



More information about the arch-commits mailing list