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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Jun 10 20:22:55 UTC 2015


    Date: Wednesday, June 10, 2015 @ 22:22:55
  Author: jlichtblau
Revision: 135167

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-10 20:22:14 UTC (rev 135166)
+++ PKGBUILD	2015-06-10 20:22:55 UTC (rev 135167)
@@ -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.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=('22bdca7c4ed540aa46ce93e0aed7056a254cf0263fae5a144aa6ff3d167da6cd')
-
-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-any/PKGBUILD (from rev 135166, syncthing-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-06-10 20:22:55 UTC (rev 135167)
@@ -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.3
+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=('038e110289cdf77ef6f32882e52645431b426da483372e6e92a864c43ac0e681')
+
+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-06-10 20:22:14 UTC (rev 135166)
+++ syncthing-gtk.install	2015-06-10 20:22:55 UTC (rev 135167)
@@ -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 135166, syncthing-gtk/trunk/syncthing-gtk.install)
===================================================================
--- syncthing-gtk.install	                        (rev 0)
+++ syncthing-gtk.install	2015-06-10 20:22:55 UTC (rev 135167)
@@ -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