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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu May 14 11:42:55 UTC 2015


    Date: Thursday, May 14, 2015 @ 13:42:55
  Author: jlichtblau
Revision: 133407

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-14 11:42:52 UTC (rev 133406)
+++ PKGBUILD	2015-05-14 11:42:55 UTC (rev 133407)
@@ -1,30 +0,0 @@
-# $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.1.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')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('02aaa485dcbf5b37a7e9e464e3b8c9c12a8b87a012070448d12edd155dd497b1')
-
-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