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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon May 25 21:40:32 UTC 2015


    Date: Monday, May 25, 2015 @ 23:40:32
  Author: jlichtblau
Revision: 134088

archrelease: copy trunk to community-any

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

-----------------------+
 PKGBUILD              |   30 ++++++++++++++++++++++++++++++
 syncthing-gtk.install |   22 +++++++++++-----------
 2 files changed, 41 insertions(+), 11 deletions(-)

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 134087, syncthing-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-25 21:40:32 UTC (rev 134088)
@@ -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.7.1.2
+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=('8bda44533101c9bc2d298356896b49f416082d6d5a672908049e370bf3d098b9')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: syncthing-gtk.install
===================================================================
--- syncthing-gtk.install	2015-05-25 21:40:18 UTC (rev 134087)
+++ syncthing-gtk.install	2015-05-25 21:40:32 UTC (rev 134088)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

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



More information about the arch-commits mailing list