[arch-commits] Commit in syncthing-gtk/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Fri Feb 13 16:55:38 UTC 2015
Date: Friday, February 13, 2015 @ 17:55:38
Author: jlichtblau
Revision: 127684
archrelease: copy trunk to community-any
Added:
syncthing-gtk/repos/community-any/PKGBUILD
(from rev 127683, syncthing-gtk/trunk/PKGBUILD)
Deleted:
syncthing-gtk/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-13 16:55:29 UTC (rev 127683)
+++ PKGBUILD 2015-02-13 16:55:38 UTC (rev 127684)
@@ -1,28 +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.6
-pkgrel=2
-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')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
- 'python2-caja: file manager integration for Caja')
-source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('bba5127c79e8aa7d0a3abb5612889bc1489a5de818f22c8b2bb712a0595fd5c4')
-
-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 127683, syncthing-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-13 16:55:38 UTC (rev 127684)
@@ -0,0 +1,28 @@
+# $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.6.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')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+ 'python2-caja: file manager integration for Caja')
+source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('838186313056392c9f006bd3ec8f936c2f886f1afe655c839106b80cbea7e775')
+
+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