Date: Thursday, November 5, 2015 @ 22:04:47
  Author: jlichtblau
Revision: 146055

archrelease: copy trunk to community-testing-any

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

-----------------------+
 PKGBUILD              |   31 +++++++++++++++++++++++++++++++
 syncthing-gtk.install |   11 +++++++++++
 2 files changed, 42 insertions(+)

Copied: syncthing-gtk/repos/community-testing-any/PKGBUILD (from rev 146054, 
syncthing-gtk/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2015-11-05 21:04:47 UTC (rev 146055)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Martin Wimpress <[email protected]>
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: kozec <kozec at kozec dot com>
+
+pkgname=syncthing-gtk
+pkgver=0.8
+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.12')
+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=('f1283e521066daae07967b704dfba3675f3599ad7fb10d73d0d66fe62e9b7e69')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: syncthing-gtk/repos/community-testing-any/syncthing-gtk.install (from 
rev 146054, syncthing-gtk/trunk/syncthing-gtk.install)
===================================================================
--- community-testing-any/syncthing-gtk.install                         (rev 0)
+++ community-testing-any/syncthing-gtk.install 2015-11-05 21:04:47 UTC (rev 
146055)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to