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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Apr 26 16:23:27 UTC 2015


    Date: Sunday, April 26, 2015 @ 18:23:26
  Author: jlichtblau
Revision: 132275

archrelease: copy trunk to community-testing-any

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

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

Copied: syncthing-gtk/repos/community-testing-any/PKGBUILD (from rev 132274, syncthing-gtk/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2015-04-26 16:23:26 UTC (rev 132275)
@@ -0,0 +1,29 @@
+# $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.7.0.1
+pkgrel=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.11')
+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=('4e41151ad3aa7513334ece56175c5a9074cd81d4ef8e4fac4dd4e3189c15e597')
+
+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