[arch-commits] Commit in syncthing/repos (12 files)

2017-08-08 Thread Jaroslav Lichtblau
Date: Tuesday, August 8, 2017 @ 15:46:56
  Author: jlichtblau
Revision: 249581

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  syncthing/repos/community-testing-i686/
  syncthing/repos/community-testing-i686/PKGBUILD
(from rev 249580, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-testing-i686/syncthing-relaysrv.service
(from rev 249580, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-testing-i686/syncthing-relaysrv.sysusers
(from rev 249580, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-testing-i686/syncthing-relaysrv.tmpfiles
(from rev 249580, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-testing-i686/syncthing.install
(from rev 249580, syncthing/trunk/syncthing.install)
  syncthing/repos/community-testing-x86_64/
  syncthing/repos/community-testing-x86_64/PKGBUILD
(from rev 249580, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.service
(from rev 249580, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.sysusers
(from rev 249580, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.tmpfiles
(from rev 249580, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-testing-x86_64/syncthing.install
(from rev 249580, syncthing/trunk/syncthing.install)

--+
 community-testing-i686/PKGBUILD  |   94 +
 community-testing-i686/syncthing-relaysrv.service|   17 +++
 community-testing-i686/syncthing-relaysrv.sysusers   |2 
 community-testing-i686/syncthing-relaysrv.tmpfiles   |1 
 community-testing-i686/syncthing.install |9 +
 community-testing-x86_64/PKGBUILD|   94 +
 community-testing-x86_64/syncthing-relaysrv.service  |   17 +++
 community-testing-x86_64/syncthing-relaysrv.sysusers |2 
 community-testing-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-testing-x86_64/syncthing.install   |9 +
 10 files changed, 246 insertions(+)

Copied: syncthing/repos/community-testing-i686/PKGBUILD (from rev 249580, 
syncthing/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-08 15:46:56 UTC (rev 249581)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=('syncthing' 'syncthing-relaysrv')
+pkgver=0.14.35
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'inetutils')
+options=('!strip')
+source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
+syncthing-relaysrv.sysusers
+syncthing-relaysrv.tmpfiles
+syncthing-relaysrv.service)
+validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
+sha256sums=('31f1382476fd3a62689d5373a37d99ea5ffd3fbbc25b4acf9c23e0b1a61eb7d9'
+'SKIP'
+'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
+'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
+'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
+
+prepare() {
+  install -d "src/github.com/syncthing"
+  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
+}
+
+build() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  go run build.go -no-upgrade -version v${pkgver} build
+  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
+}
+
+check() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  if [ "${CARCH}" == "x86_64" ] ; then
+go run build.go -no-upgrade test
+  fi
+}
+
+package_syncthing() {
+  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+  install=$pkgname.install
+
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
+

[arch-commits] Commit in syncthing/repos (12 files)

2016-07-03 Thread Jaroslav Lichtblau
Date: Sunday, July 3, 2016 @ 14:39:49
  Author: jlichtblau
Revision: 181844

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  syncthing/repos/community-testing-i686/
  syncthing/repos/community-testing-i686/PKGBUILD
(from rev 181843, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-testing-i686/syncthing-relaysrv.install
(from rev 181843, syncthing/trunk/syncthing-relaysrv.install)
  syncthing/repos/community-testing-i686/syncthing-relaysrv.sysusers
(from rev 181843, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-testing-i686/syncthing-relaysrv.tmpfiles
(from rev 181843, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-testing-i686/syncthing.install
(from rev 181843, syncthing/trunk/syncthing.install)
  syncthing/repos/community-testing-x86_64/
  syncthing/repos/community-testing-x86_64/PKGBUILD
(from rev 181843, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.install
(from rev 181843, syncthing/trunk/syncthing-relaysrv.install)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.sysusers
(from rev 181843, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.tmpfiles
(from rev 181843, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-testing-x86_64/syncthing.install
(from rev 181843, syncthing/trunk/syncthing.install)

--+
 community-testing-i686/PKGBUILD  |   94 +
 community-testing-i686/syncthing-relaysrv.install|4 
 community-testing-i686/syncthing-relaysrv.sysusers   |2 
 community-testing-i686/syncthing-relaysrv.tmpfiles   |1 
 community-testing-i686/syncthing.install |   12 ++
 community-testing-x86_64/PKGBUILD|   94 +
 community-testing-x86_64/syncthing-relaysrv.install  |4 
 community-testing-x86_64/syncthing-relaysrv.sysusers |2 
 community-testing-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-testing-x86_64/syncthing.install   |   12 ++
 10 files changed, 226 insertions(+)

Copied: syncthing/repos/community-testing-i686/PKGBUILD (from rev 181843, 
syncthing/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-03 14:39:49 UTC (rev 181844)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=('syncthing' 'syncthing-relaysrv')
+pkgver=0.13.10
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+options=('!strip')
+source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
+syncthing-relaysrv.sysusers
+syncthing-relaysrv.tmpfiles)
+validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
+sha256sums=('f8847c6beb7e0bf685c5640e929e30f8ae4f9e63ddc905a6f62e18c7a3fab5dc'
+'SKIP'
+'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
+'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}/cmd/relaysrv"
+  sed -i -e 's|/usr/bin/relaysrv|/usr/bin/syncthing-relaysrv|' \
+etc/linux-systemd/syncthing-relaysrv.service
+
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
+}
+
+build() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  go run build.go -no-upgrade -version v${pkgver} build
+  go run build.go -no-upgrade -version v${pkgver} build relaysrv
+}
+
+check() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  if [ "${CARCH}" == "x86_64" ] ; then
+go run build.go -no-upgrade test
+  fi
+}
+
+package_syncthing() {
+  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+  install=$pkgname.install
+
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+  install -Dm644 

[arch-commits] Commit in syncthing/repos (12 files)

2015-05-03 Thread Martin Wimpress
Date: Sunday, May 3, 2015 @ 12:02:14
  Author: flexiondotorg
Revision: 132651

archrelease: copy trunk to community-i686, community-x86_64

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 132650, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 132650, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 132650, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 132650, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 132650, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 132650, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install

+
 /PKGBUILD  |  102 ++
 /syncthing.1   |  188 +++
 /syncthing.install |   40 +++
 community-i686/PKGBUILD|   51 -
 community-i686/syncthing.1 |   94 -
 community-i686/syncthing.install   |   20 ---
 community-x86_64/PKGBUILD  |   51 -
 community-x86_64/syncthing.1   |   94 -
 community-x86_64/syncthing.install |   20 ---
 9 files changed, 330 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-03 10:01:53 UTC (rev 132650)
+++ community-i686/PKGBUILD 2015-05-03 10:02:14 UTC (rev 132651)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.1
-pkgrel=2
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPLv2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  go run build.go -no-upgrade build
-}
-
-check() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  #go run build.go -no-upgrade test
-}
-
-package() {
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-  install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 132650, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-03 10:02:14 UTC (rev 132651)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.2
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPLv2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
+$pkgname.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+  cd ${srcdir}
+  mkdir -p src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  go run build.go -no-upgrade build
+}
+
+check() {
+  export GOPATH=${srcdir}
+  cd