[arch-commits] Commit in syncthing-gtk/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Apr 18 11:57:53 UTC 2015
Date: Saturday, April 18, 2015 @ 13:57:53
Author: jlichtblau
Revision: 131619
archrelease: copy trunk to community-any
Added:
syncthing-gtk/repos/community-any/PKGBUILD
(from rev 131618, syncthing-gtk/trunk/PKGBUILD)
Deleted:
syncthing-gtk/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-18 11:57:39 UTC (rev 131618)
+++ PKGBUILD 2015-04-18 11:57:53 UTC (rev 131619)
@@ -1,29 +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.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')
-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')
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('56a52cdfd6a8a381a5c2cdd954895849bdc1832a507bb136d3a627ee6883f920')
-
-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 131618, syncthing-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-04-18 11:57:53 UTC (rev 131619)
@@ -0,0 +1,29 @@
+# $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.5
+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'
+ 'librsvg: to shown menu icons correctly if not using traditional window header')
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('f02cdf3b660beb3fa694d725c3b8bf3872c7e8e12ba08ef2331dd63eddb47808')
+
+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