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

Martin Wimpress flexiondotorg at archlinux.org
Mon Dec 8 10:27:15 UTC 2014


    Date: Monday, December 8, 2014 @ 11:27:15
  Author: flexiondotorg
Revision: 123635

Added PKGBUILD.

Added:
  syncthing-gtk/repos/community-any/PKGBUILD

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

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-08 10:27:15 UTC (rev 123635)
@@ -0,0 +1,23 @@
+# Maintainer: kozec <kozec at kozec dot com>
+pkgname=syncthing-gtk
+pkgver=0.5.2
+pkgrel=2
+pkgdesc="GTK3 & python based GUI and notification area icon for Syncthing"
+arch=('any')
+url="https://github.com/kozec/syncthing-gui"
+license=('GPL2')
+makedepends=('python2-setuptools')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify'
+         'syncthing>=0.10.9')
+source=("https://github.com/kozec/syncthing-gui/archive/v${pkgver}.tar.gz")
+md5sums=('20e5750b775acedaf51ab130e4e47644')
+
+build() {
+  cd "${srcdir}/syncthing-gtk-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}/syncthing-gtk-${pkgver}"
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}



More information about the arch-commits mailing list