[arch-commits] Commit in syncthing-gtk/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Jul 20 05:14:10 UTC 2016


    Date: Wednesday, July 20, 2016 @ 05:14:10
  Author: bpiotrowski
Revision: 183436

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: syncthing-gtk/repos/community-testing-any/PKGBUILD (from rev 183435, syncthing-gtk/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-07-20 05:14:10 UTC (rev 183436)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress <code at flexion.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: kozec <kozec at kozec dot com>
+
+pkgname=syncthing-gtk
+pkgver=0.9.1
+pkgrel=1
+epoch=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify' 'python2-cairo' 'syncthing>=0.13')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+            'python2-caja: file manager integration for Caja'
+            'librsvg: to shown menu icons correctly if not using traditional window header')
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('0e937e73a78360f45f1f2d73b495f9cf7f06203e02efe76fe5620c695c153dec')
+
+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