[arch-commits] Commit in (emovix emovix/trunk emovix/trunk/PKGBUILD)

2018-01-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 9, 2018 @ 07:26:01
  Author: arojas
Revision: 280649

Bring back emovix, needed by k3b

Added:
  emovix/
  emovix/trunk/
  emovix/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Added: emovix/trunk/PKGBUILD
===
--- emovix/trunk/PKGBUILD   (rev 0)
+++ emovix/trunk/PKGBUILD   2018-01-09 07:26:01 UTC (rev 280649)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+
+pkgname=emovix
+pkgver=0.9.0
+pkgrel=7
+pkgdesc="Tools to create Movix-CD's"
+arch=(any)
+url="http://movix.sourceforge.net/;
+license=(GPL2)
+depends=(perl cdrkit)
+source=("http://downloads.sourceforge.net/sourceforge/movix/$pkgname-$pkgver.tar.gz;)
+sha256sums=('96b84843ed80d31df5c07f6ee972362f7a0629a9b181afeb4a99b2127c07ff57')
+options=(!makeflags)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir"/usr/share/emovix -type d -exec chmod 755 {} \;
+}


[arch-commits] Commit in emovix (3 files)

2018-01-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 9, 2018 @ 07:26:27
  Author: arojas
Revision: 280650

archrelease: copy trunk to community-any

Added:
  emovix/repos/
  emovix/repos/community-any/
  emovix/repos/community-any/PKGBUILD
(from rev 280649, emovix/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: emovix/repos/community-any/PKGBUILD (from rev 280649, 
emovix/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-01-09 07:26:27 UTC (rev 280650)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+
+pkgname=emovix
+pkgver=0.9.0
+pkgrel=7
+pkgdesc="Tools to create Movix-CD's"
+arch=(any)
+url="http://movix.sourceforge.net/;
+license=(GPL2)
+depends=(perl cdrkit)
+source=("http://downloads.sourceforge.net/sourceforge/movix/$pkgname-$pkgver.tar.gz;)
+sha256sums=('96b84843ed80d31df5c07f6ee972362f7a0629a9b181afeb4a99b2127c07ff57')
+options=(!makeflags)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir"/usr/share/emovix -type d -exec chmod 755 {} \;
+}


[arch-commits] Commit in smokeping/repos/community-any (9 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 06:59:53
  Author: eschwartz
Revision: 280648

archrelease: copy trunk to community-any

Added:
  smokeping/repos/community-any/PKGBUILD
(from rev 280647, smokeping/trunk/PKGBUILD)
  smokeping/repos/community-any/htdocs-makefile.patch
(from rev 280647, smokeping/trunk/htdocs-makefile.patch)
  smokeping/repos/community-any/service
(from rev 280647, smokeping/trunk/service)
  smokeping/repos/community-any/smokeping.sysusers
(from rev 280647, smokeping/trunk/smokeping.sysusers)
  smokeping/repos/community-any/smokeping.tmpfiles
(from rev 280647, smokeping/trunk/smokeping.tmpfiles)
Deleted:
  smokeping/repos/community-any/PKGBUILD
  smokeping/repos/community-any/htdocs-makefile.patch
  smokeping/repos/community-any/install
  smokeping/repos/community-any/service

---+
 PKGBUILD  |   72 +---
 htdocs-makefile.patch |   22 +++---
 install   |   10 --
 service   |   22 +++---
 smokeping.sysusers|1 
 smokeping.tmpfiles|1 
 6 files changed, 62 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 06:59:21 UTC (rev 280647)
+++ PKGBUILD2018-01-09 06:59:53 UTC (rev 280648)
@@ -1,34 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Christos Nouskas nous 
-
-pkgname=smokeping
-pkgver=2.6.11
-pkgrel=3
-pkgdesc="A tool to keep track of your network latency"
-arch=('any')
-url="http://oss.oetiker.ch/smokeping/;
-license=('GPL2')
-depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
- 'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
-source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
-service)
-sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
-'4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
-install=install
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
-  chmod 700 "$pkgdir/etc/smokeping"
-  install -dm700 "$pkgdir/var/lib/smokeping"
-}
-

Copied: smokeping/repos/community-any/PKGBUILD (from rev 280647, 
smokeping/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 06:59:53 UTC (rev 280648)
@@ -0,0 +1,38 @@
+# Maintainer: Florian Pritz 
+# Contributor: Christos Nouskas nous 
+
+pkgname=smokeping
+pkgver=2.6.11
+pkgrel=4
+pkgdesc="A tool to keep track of your network latency"
+arch=('any')
+url="https://oss.oetiker.ch/smokeping/;
+license=('GPL2')
+depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
+ 'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
+source=(https://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
+smokeping.sysusers
+smokeping.tmpfiles
+service)
+sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
+'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
+'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
+'4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
+  install -Dm644 "$srcdir/smokeping.sysusers" 
"$pkgdir/usr/lib/sysusers.d/smokeping.conf"
+  install -Dm644 "$srcdir/smokeping.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/smokeping.conf"
+  chown -R 181:181 "$pkgdir"/{etc/smokeping,srv/http/smokeping}
+  chmod 700 "$pkgdir/etc/smokeping"
+}

Deleted: htdocs-makefile.patch
===
--- htdocs-makefile.patch   2018-01-09 06:59:21 UTC (rev 280647)
+++ htdocs-makefile.patch   2018-01-09 06:59:53 UTC (rev 280648)
@@ -1,11 +0,0 @@
 a/htdocs/Makefile.in   2013-03-04 14:07:55.0 +0100
-+++ b/htdocs/Makefile.in   2013-09-04 19:00:19.802492714 +0200
-@@ -433,7 +433,7 @@
- install-data-local:
-   $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR)
-   $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
--  $(ECHO) "exec $(prefix)/bin/smokeping_cgi 

[arch-commits] Commit in smokeping/trunk (4 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 06:59:21
  Author: eschwartz
Revision: 280647

upgpkg: smokeping 2.6.11-4

migrate to systemd-sysusers/systemd-tmpfiles
Update to HTTPS urls.

Added:
  smokeping/trunk/smokeping.sysusers
  smokeping/trunk/smokeping.tmpfiles
Modified:
  smokeping/trunk/PKGBUILD
Deleted:
  smokeping/trunk/install

+
 PKGBUILD   |   18 +++---
 install|   10 --
 smokeping.sysusers |1 +
 smokeping.tmpfiles |1 +
 4 files changed, 13 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 05:15:37 UTC (rev 280646)
+++ PKGBUILD2018-01-09 06:59:21 UTC (rev 280647)
@@ -3,18 +3,21 @@
 
 pkgname=smokeping
 pkgver=2.6.11
-pkgrel=3
+pkgrel=4
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
-url="http://oss.oetiker.ch/smokeping/;
+url="https://oss.oetiker.ch/smokeping/;
 license=('GPL2')
 depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
  'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
-source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
-service)
+source=(https://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
+smokeping.sysusers
+smokeping.tmpfiles
+service)
 sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
+'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
+'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
 '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
-install=install
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}
@@ -28,7 +31,8 @@
   make DESTDIR="$pkgdir" install
 
   install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
+  install -Dm644 "$srcdir/smokeping.sysusers" 
"$pkgdir/usr/lib/sysusers.d/smokeping.conf"
+  install -Dm644 "$srcdir/smokeping.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/smokeping.conf"
+  chown -R 181:181 "$pkgdir"/{etc/smokeping,srv/http/smokeping}
   chmod 700 "$pkgdir/etc/smokeping"
-  install -dm700 "$pkgdir/var/lib/smokeping"
 }
-

Deleted: install
===
--- install 2018-01-09 05:15:37 UTC (rev 280646)
+++ install 2018-01-09 06:59:21 UTC (rev 280647)
@@ -1,10 +0,0 @@
-post_install() {
-   getent group smokeping  &>/dev/null || groupadd -g 181 smokeping  
>/dev/null
-   getent passwd smokeping &>/dev/null || useradd -u 181 -d 
/var/lib/smokeping -g smokeping -s /bin/false smokeping >/dev/null
-   chown -R smokeping:smokeping /srv/http/smokeping /etc/smokeping 
/var/lib/smokeping
-}
-
-post_upgrade() {
-   post_install
-}
-

Added: smokeping.sysusers
===
--- smokeping.sysusers  (rev 0)
+++ smokeping.sysusers  2018-01-09 06:59:21 UTC (rev 280647)
@@ -0,0 +1 @@
+u smokeping 181 - /var/lib/smokeping

Added: smokeping.tmpfiles
===
--- smokeping.tmpfiles  (rev 0)
+++ smokeping.tmpfiles  2018-01-09 06:59:21 UTC (rev 280647)
@@ -0,0 +1 @@
+d /var/lib/smokeping 0700 smokeping smokeping - -


[arch-commits] Commit in git-crypt (3 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 05:15:37
  Author: eschwartz
Revision: 280646

archrelease: copy trunk to community-x86_64

Added:
  git-crypt/repos/
  git-crypt/repos/community-x86_64/
  git-crypt/repos/community-x86_64/PKGBUILD
(from rev 280645, git-crypt/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: git-crypt/repos/community-x86_64/PKGBUILD (from rev 280645, 
git-crypt/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-01-09 05:15:37 UTC (rev 280646)
@@ -0,0 +1,33 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Caleb Maclennan 
+# Contributor: Daniel Perez 
+# Contributor: AGWA
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: noirbizarre 
+# Contributor: Wael Nasreddine 
+
+pkgname=git-crypt
+pkgver=0.6.0
+pkgrel=3
+pkgdesc="Transparent file encryption in Git"
+arch=('x86_64')
+url="https://www.agwa.name/projects/${pkgname}/;
+license=('GPL3')
+depends=('git' 'openssl')
+makedepends=('libxslt')
+source=("${url}/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('6d30fcd99442d50f4b3c8d554067ff1d980cdf9f3120ee774131172dba98fd6f'
+'SKIP')
+validpgpkeys=('EF5D84C1838F2EB6D8968C0410378EFC2080080C') # Andrew Ayer 

+
+build() {
+cd "${pkgname}-${pkgver}"
+
+make ENABLE_MAN=yes PREFIX=/usr
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+make ENABLE_MAN=yes PREFIX=/usr DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (git-crypt git-crypt/trunk git-crypt/trunk/PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 05:15:11
  Author: eschwartz
Revision: 280645

Import git-crypt 0.6.0-3 from the AUR

Bumped pkgrel, small modification to enable GPG signature verification.

Added:
  git-crypt/
  git-crypt/trunk/
  git-crypt/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Added: git-crypt/trunk/PKGBUILD
===
--- git-crypt/trunk/PKGBUILD(rev 0)
+++ git-crypt/trunk/PKGBUILD2018-01-09 05:15:11 UTC (rev 280645)
@@ -0,0 +1,33 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Caleb Maclennan 
+# Contributor: Daniel Perez 
+# Contributor: AGWA
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: noirbizarre 
+# Contributor: Wael Nasreddine 
+
+pkgname=git-crypt
+pkgver=0.6.0
+pkgrel=3
+pkgdesc="Transparent file encryption in Git"
+arch=('x86_64')
+url="https://www.agwa.name/projects/${pkgname}/;
+license=('GPL3')
+depends=('git' 'openssl')
+makedepends=('libxslt')
+source=("${url}/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('6d30fcd99442d50f4b3c8d554067ff1d980cdf9f3120ee774131172dba98fd6f'
+'SKIP')
+validpgpkeys=('EF5D84C1838F2EB6D8968C0410378EFC2080080C') # Andrew Ayer 

+
+build() {
+cd "${pkgname}-${pkgver}"
+
+make ENABLE_MAN=yes PREFIX=/usr
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+make ENABLE_MAN=yes PREFIX=/usr DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in inkscape/repos/extra-x86_64 (6 files)

2018-01-08 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 9, 2018 @ 04:17:25
  Author: bisson
Revision: 314284

archrelease: copy trunk to extra-x86_64

Added:
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 314283, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-x86_64/PKGBUILD.cmake
(from rev 314283, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/extra-x86_64/poppler-0.58.patch
(from rev 314283, inkscape/trunk/poppler-0.58.patch)
Deleted:
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/PKGBUILD.cmake
  inkscape/repos/extra-x86_64/poppler-0.58.patch

+
 PKGBUILD   |  130 +-
 PKGBUILD.cmake |  122 +-
 poppler-0.58.patch | 2860 +--
 3 files changed, 1556 insertions(+), 1556 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:24:17 UTC (rev 314283)
+++ PKGBUILD2018-01-09 04:17:25 UTC (rev 314284)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.92.2
-pkgrel=8
-pkgdesc='Professional vector graphics editor'
-url='https://inkscape.org/'
-license=('GPL' 'LGPL')
-arch=('x86_64')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'libmagick6' 'libxslt' 'poppler-glib'
- 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
- 'desktop-file-utils' 'hicolor-icon-theme')
-# python is needed for glib-genmarshal (at least with GLib 2.54)
-makedepends=('boost' 'intltool' 'python')
-optdepends=('gvfs: import clip art'
-'pstoedit: latex formulas'
-'python2-scour: optimized SVG output'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python2-lxml: some extensions and filters')
-source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
-poppler-0.58.patch)
-sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'
-'0505f49cf69ad51159cda5aa5f497f001fe9d10f34d59e6ad704a1b1e1dc50c1')
-
-# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   # 
https://gitlab.com/inkscape/inkscape/commit/93ccf03162cd2e46d962822d5507865f3451168c
-   patch -Np1 -i ../poppler-0.58.patch
-
-   ./autogen.sh
-
-   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|"python"|"python2"|g' src/main.cpp
-
-   sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
-
-   ./configure \
-   --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-strict-build \
-   --disable-dependency-tracking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: inkscape/repos/extra-x86_64/PKGBUILD (from rev 314283, 
inkscape/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 04:17:25 UTC (rev 314284)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=8
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'libmagick6' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+# python is needed for glib-genmarshal (at least with GLib 2.54)
+makedepends=('boost' 'intltool' 'python')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
+poppler-0.58.patch)
+sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'
+'0505f49cf69ad51159cda5aa5f497f001fe9d10f34d59e6ad704a1b1e1dc50c1')
+
+# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
+
+prepare() {
+   cd 

[arch-commits] Commit in hledger-api/repos (2 files)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 04:01:01
  Author: felixonmars
Revision: 280644

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 280643, hledger-api/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 280643, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 04:01:01 UTC (rev 280644)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.5
+pkgrel=6
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-decimal'
+ 'haskell-docopt' 'haskell-either' 'haskell-microlens' 
'haskell-microlens-platform'
+ 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 
'haskell-swagger2'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('237eb5f6b88c1d8fc3647e6ce5d2d1db70abaf4c5f3b3c3392327333a539df49227d2063f0d55ac9cd4c9982c566f3733412b683a87c762b064f4b1c5aa1daae')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in hledger-api/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 04:00:41
  Author: felixonmars
Revision: 280643

upgpkg: hledger-api 1.5-6

rebuild with generics-sop,0.3.2.0

Modified:
  hledger-api/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:58:53 UTC (rev 280642)
+++ PKGBUILD2018-01-09 04:00:41 UTC (rev 280643)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in haskell-servant-swagger/repos (2 files)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:58:53
  Author: felixonmars
Revision: 280642

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-swagger/repos/community-staging-x86_64/
  haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD
(from rev 280641, haskell-servant-swagger/trunk/PKGBUILD)

--+
 PKGBUILD |   50 ++
 1 file changed, 50 insertions(+)

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 280641, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 03:58:53 UTC (rev 280642)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.4
+pkgrel=13
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-http-media' 
'haskell-insert-ordered-containers'
+ 'haskell-lens' 'haskell-servant' 'haskell-swagger2' 'haskell-text'
+ 'haskell-unordered-containers' 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-cabal-doctest' 
'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('990e8c03d6ed6da0ac15d80cd4bce5a46f816fce4e6cfb8eb11db664d09662075ae1ef3508a682fc695a76e3952d080c4e406a0cdb12b995e044935e408cd516')
+
+prepare() {
+sed -i '/test-suite doctests/a \  x-doctest-options: -dynamic' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in polipo/trunk (4 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 03:58:10
  Author: eschwartz
Revision: 280639

upgpkg: polipo 1.1.1-3

migrate to systemd-sysusers/systemd-tmpfiles

Added:
  polipo/trunk/polipo.sysusers
  polipo/trunk/polipo.tmpfiles
Modified:
  polipo/trunk/PKGBUILD
Deleted:
  polipo/trunk/polipo.install

-+
 PKGBUILD|   11 ---
 polipo.install  |   17 -
 polipo.sysusers |1 +
 polipo.tmpfiles |1 +
 4 files changed, 10 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:56:52 UTC (rev 280638)
+++ PKGBUILD2018-01-09 03:58:10 UTC (rev 280639)
@@ -8,7 +8,7 @@
 
 pkgname=polipo
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A small and fast caching web proxy."
 arch=('x86_64')
 url="http://www.pps.jussieu.fr/~jch/software/polipo/;
@@ -15,12 +15,15 @@
 license=('GPL')
 depends=('bash')
 makedepends=('texinfo')
-install=polipo.install
 
source=(http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-$pkgver.tar.gz{,.asc}
+polipo.sysusers
+polipo.tmpfiles
 polipo.service)
 validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
 md5sums=('86939e331e656f638271f578b6e3f893'
  'SKIP'
+ '3287e00f0e103a0e52c625efdabe5a37'
+ '6cc953fb59920f4448d8cac53ac3fbc1'
  '3861a067f6cdd2b8afcee1de97678902')
 
 build() {
@@ -47,7 +50,9 @@
   # install systemd service
   install -Dm 644 "$srcdir/polipo.service" 
"$pkgdir/usr/lib/systemd/system/polipo.service"
 
-  install -dm 700 -o 185 -g 185 "$pkgdir/var/cache/polipo"
+  # install system user
+  install -Dm644 "$srcdir/polipo.sysusers" 
"$pkgdir/usr/lib/sysusers.d/polipo.conf"
+  install -Dm644 "$srcdir/polipo.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/polipo.conf"
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: polipo.install
===
--- polipo.install  2018-01-09 03:56:52 UTC (rev 280638)
+++ polipo.install  2018-01-09 03:58:10 UTC (rev 280639)
@@ -1,17 +0,0 @@
-create_polipo_user() {
-  getent group polipo &>/dev/null || groupadd -g 185 polipo >/dev/null
-  getent passwd polipo &>/dev/null || useradd -u 185 -g polipo \
-  -d /var/cache/polipo \
-  -c 'Caching web proxy' \
-  -s /bin/nologin polipo >/dev/null
-}
-
-post_install() {
-  post_upgrade $1 ''
-}
-
-post_upgrade() {
-  create_polipo_user
-}
-
-# vim:set ts=2 sw=2 et:

Added: polipo.sysusers
===
--- polipo.sysusers (rev 0)
+++ polipo.sysusers 2018-01-09 03:58:10 UTC (rev 280639)
@@ -0,0 +1 @@
+u polipo 185 "Caching web proxy" /var/cache/polipo

Added: polipo.tmpfiles
===
--- polipo.tmpfiles (rev 0)
+++ polipo.tmpfiles 2018-01-09 03:58:10 UTC (rev 280639)
@@ -0,0 +1 @@
+d /var/cache/polipo 0755 polipo polipo - -


[arch-commits] Commit in polipo/repos/community-x86_64 (7 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 03:58:34
  Author: eschwartz
Revision: 280641

archrelease: copy trunk to community-x86_64

Added:
  polipo/repos/community-x86_64/PKGBUILD
(from rev 280639, polipo/trunk/PKGBUILD)
  polipo/repos/community-x86_64/polipo.service
(from rev 280639, polipo/trunk/polipo.service)
  polipo/repos/community-x86_64/polipo.sysusers
(from rev 280639, polipo/trunk/polipo.sysusers)
  polipo/repos/community-x86_64/polipo.tmpfiles
(from rev 280639, polipo/trunk/polipo.tmpfiles)
Deleted:
  polipo/repos/community-x86_64/PKGBUILD
  polipo/repos/community-x86_64/polipo.install
  polipo/repos/community-x86_64/polipo.service

-+
 PKGBUILD|  111 --
 polipo.install  |   17 
 polipo.service  |   22 +-
 polipo.sysusers |1 
 polipo.tmpfiles |1 
 5 files changed, 71 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:58:26 UTC (rev 280640)
+++ PKGBUILD2018-01-09 03:58:34 UTC (rev 280641)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Jelle van der Waa 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Holmquist 
-# Contributor: Jan Boehringer 
-# Contributor: Alex Griffin 
-
-pkgname=polipo
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="A small and fast caching web proxy."
-arch=('i686' 'x86_64')
-url="http://www.pps.jussieu.fr/~jch/software/polipo/;
-license=('GPL')
-depends=('bash')
-makedepends=('texinfo')
-install=polipo.install
-source=(http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-$pkgver.tar.gz{,.asc}
-polipo.service)
-validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
-md5sums=('86939e331e656f638271f578b6e3f893'
- 'SKIP'
- '3861a067f6cdd2b8afcee1de97678902')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make PREFIX="$pkgdir/usr" \
-MANDIR="$pkgdir/usr/share/man" \
-INFODIR="$pkgdir/usr/share/info" \
-LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
-DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
-install
-
-  # install config files
-  install -Dm 644 config.sample "$pkgdir/etc/polipo/config.sample"
-  install -Dm 644 forbidden.sample "$pkgdir/etc/polipo/forbidden.sample"
-
-  # install license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/polipo/LICENSE"
-
-  # install systemd service
-  install -Dm 644 "$srcdir/polipo.service" 
"$pkgdir/usr/lib/systemd/system/polipo.service"
-
-  install -dm 700 -o 185 -g 185 "$pkgdir/var/cache/polipo"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: polipo/repos/community-x86_64/PKGBUILD (from rev 280639, 
polipo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:58:34 UTC (rev 280641)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Holmquist 
+# Contributor: Jan Boehringer 
+# Contributor: Alex Griffin 
+
+pkgname=polipo
+pkgver=1.1.1
+pkgrel=3
+pkgdesc="A small and fast caching web proxy."
+arch=('x86_64')
+url="http://www.pps.jussieu.fr/~jch/software/polipo/;
+license=('GPL')
+depends=('bash')
+makedepends=('texinfo')
+source=(http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-$pkgver.tar.gz{,.asc}
+polipo.sysusers
+polipo.tmpfiles
+polipo.service)
+validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
+md5sums=('86939e331e656f638271f578b6e3f893'
+ 'SKIP'
+ '3287e00f0e103a0e52c625efdabe5a37'
+ '6cc953fb59920f4448d8cac53ac3fbc1'
+ '3861a067f6cdd2b8afcee1de97678902')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" \
+MANDIR="$pkgdir/usr/share/man" \
+INFODIR="$pkgdir/usr/share/info" \
+LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
+DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
+install
+
+  # install config files
+  install -Dm 644 config.sample "$pkgdir/etc/polipo/config.sample"
+  install -Dm 644 forbidden.sample "$pkgdir/etc/polipo/forbidden.sample"
+
+  # install license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/polipo/LICENSE"
+
+  # install systemd service
+  install -Dm 644 "$srcdir/polipo.service" 
"$pkgdir/usr/lib/systemd/system/polipo.service"
+
+  # install system user
+  install -Dm644 "$srcdir/polipo.sysusers" 
"$pkgdir/usr/lib/sysusers.d/polipo.conf"
+  install -Dm644 "$srcdir/polipo.tmpfiles" 

[arch-commits] Commit in haskell-servant-swagger/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:58:26
  Author: felixonmars
Revision: 280640

upgpkg: haskell-servant-swagger 1.1.4-13

rebuild with generics-sop,0.3.2.0

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:58:10 UTC (rev 280639)
+++ PKGBUILD2018-01-09 03:58:26 UTC (rev 280640)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger;
 license=("custom:BSD3")


[arch-commits] Commit in postgrest/repos (2 files)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:56:52
  Author: felixonmars
Revision: 280638

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 280637, postgrest/trunk/PKGBUILD)

--+
 PKGBUILD |   70 +
 1 file changed, 70 insertions(+)

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 280637, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 03:56:52 UTC (rev 280638)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.3.0
+pkgrel=26
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' 
'haskell-text'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose0.5'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-ranged-sets' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra' 
'haskell-wai-middleware-static'
+ 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema' 
'haskell-hjsonpointer')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('e07d7e3aa0a830c5e8be8c2ed31236e0b12b97b4a5eaa1a3034bffc395cf7722150700b66e278faba24995435c85cb0eb846c40479ce8224ffe82c25d658')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in postgrest/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:56:29
  Author: felixonmars
Revision: 280636

upgpkg: postgrest 0.4.3.0-26

rebuild with generics-sop,0.3.2.0

Modified:
  postgrest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:56:04 UTC (rev 280635)
+++ PKGBUILD2018-01-09 03:56:29 UTC (rev 280636)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.3.0
-pkgrel=25
+pkgrel=26
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


[arch-commits] Commit in wireshark/repos/community-x86_64 (7 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 03:56:31
  Author: eschwartz
Revision: 280637

archrelease: copy trunk to community-x86_64

Added:
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 280635, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 280635, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 280635, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/wireshark.sysusers
(from rev 280635, wireshark/trunk/wireshark.sysusers)
Deleted:
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

--+
 PKGBUILD |  203 -
 do_not_use_svn_version.patch |   26 ++---
 wireshark.install|   18 +--
 wireshark.sysusers   |1 
 4 files changed, 125 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:56:29 UTC (rev 280636)
+++ PKGBUILD2018-01-09 03:56:31 UTC (rev 280637)
@@ -1,100 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.4.3
-pkgrel=1
-arch=('x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=('!emptydirs')
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
-do_not_use_svn_version.patch)
-sha256sums=('189495996b68940626cb53b31c8902fa1bb5a96b61217cea42734c13925ff12e'
-'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "${srcdir}/do_not_use_svn_version.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk=3 \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --with-c-ares \
-  --with-geoip
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  # wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # headers
-  install -Dm 644 config.h register.h ws_diag_control.h ws_symbol_export.h -t 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -Dm 644 ${d}/*.h -t "${pkgdir}/usr/include/${pkgbase}/${d}"
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
-  install -Dm 644 wireshark-gtk.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-package_wireshark-qt() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt 
frontend'
-  depends=('desktop-file-utils' 'qt5-multimedia' 'wireshark-cli' 
'wireshark-common')
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
-  install -Dm 644 wireshark.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: wireshark/repos/community-x86_64/PKGBUILD (from rev 280635, 
wireshark/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:56:31 UTC (rev 280637)
@@ -0,0 +1,103 @@
+# Maintainer: 

[arch-commits] Commit in wireshark/trunk (3 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 03:56:04
  Author: eschwartz
Revision: 280635

upgpkg: wireshark 2.4.3-2

migrate to systemd-sysusers

Added:
  wireshark/trunk/wireshark.sysusers
Modified:
  wireshark/trunk/PKGBUILD
  wireshark/trunk/wireshark.install

+
 PKGBUILD   |5 -
 wireshark.install  |4 +---
 wireshark.sysusers |1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:52:26 UTC (rev 280634)
+++ PKGBUILD2018-01-09 03:56:04 UTC (rev 280635)
@@ -6,7 +6,7 @@
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL2')
 makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
@@ -14,8 +14,10 @@
 options=('!emptydirs')
 url='https://www.wireshark.org/'
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
+wireshark.sysusers
 do_not_use_svn_version.patch)
 sha256sums=('189495996b68940626cb53b31c8902fa1bb5a96b61217cea42734c13925ff12e'
+'df07748152443c7d727bd51cd57af950c345b7141986b4f0e476cd6aa3623ac4'
 '3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
 
 prepare() {
@@ -56,6 +58,7 @@
   make DESTDIR="${pkgdir}" uninstall-local
 
   # wireshark uid group is 150
+  install -Dm644 "${srcdir}/wireshark.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/wireshark.conf"
   chgrp 150 "${pkgdir}/usr/bin/dumpcap"
   chmod 754 "${pkgdir}/usr/bin/dumpcap"
   rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"

Modified: wireshark.install
===
--- wireshark.install   2018-01-09 03:52:26 UTC (rev 280634)
+++ wireshark.install   2018-01-09 03:56:04 UTC (rev 280635)
@@ -1,10 +1,8 @@
 post_install() {
-   post_upgrade
+post_upgrade
 echo "NOTE: To run wireshark as normal user you have to add yourself into 
wireshark group"
 }
 
 post_upgrade() {
-getent group wireshark >/dev/null 2>&1 ||  groupadd -g 150 wireshark 
&>/dev/null
-
 setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip CAP_DAC_OVERRIDE+eip' 
usr/bin/dumpcap
 }

Added: wireshark.sysusers
===
--- wireshark.sysusers  (rev 0)
+++ wireshark.sysusers  2018-01-09 03:56:04 UTC (rev 280635)
@@ -0,0 +1 @@
+g wireshark 150 - -


[arch-commits] Commit in haskell-swagger2/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:52:03
  Author: felixonmars
Revision: 280633

upgpkg: haskell-swagger2 2.2-5

rebuild with generics-sop,0.3.2.0

Modified:
  haskell-swagger2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:49:08 UTC (rev 280632)
+++ PKGBUILD2018-01-09 03:52:03 UTC (rev 280633)
@@ -5,7 +5,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-swagger2/repos (2 files)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:52:26
  Author: felixonmars
Revision: 280634

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-swagger2/repos/community-staging-x86_64/
  haskell-swagger2/repos/community-staging-x86_64/PKGBUILD
(from rev 280633, haskell-swagger2/trunk/PKGBUILD)

--+
 PKGBUILD |   42 ++
 1 file changed, 42 insertions(+)

Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 
280633, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 03:52:26 UTC (rev 280634)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.2
+pkgrel=5
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-base-compat" "haskell-hashable" 
"haskell-generics-sop"
+ "haskell-http-media" "haskell-insert-ordered-containers" 
"haskell-lens" "haskell-mtl"
+ "haskell-network" "haskell-scientific" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('aff8e49641cf6054fe9f01d48de19bcc70474bf053b78ba3c237b60f06e09989c02a6c2d21527697eb6848fbc04519cd1157dbed31ba801f274cffdadf0b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-binary-tagged/repos (2 files)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:49:08
  Author: felixonmars
Revision: 280632

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-binary-tagged/repos/community-staging-x86_64/
  haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD
(from rev 280631, haskell-binary-tagged/trunk/PKGBUILD)

--+
 PKGBUILD |   52 
 1 file changed, 52 insertions(+)

Copied: haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD (from rev 
280631, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 03:49:08 UTC (rev 280632)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.4.2
+pkgrel=37
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-base16-bytestring" 
"haskell-generics-sop"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-sha" "haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('311fab8c2bac00cb6785cb144e25ed58b2efce85e5dc64e30e2b5a2a16cdc784')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-e 's/, vector   >=0.10 && <0.12/, vector  
 >=0.10/' \
+-e 's/, aeson>=0.8  && <1.1/, aeson
>=0.8/' \
+-e 's/, generics-sop >=0.1  && <0.3/, generics-sop 
>=0.1/' \
+-e 's/, time >=1.4  && <1.7/, time 
>=1.4/' \
+-e 's/base >=4.7  && <4.10/base
 >=4.7/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-binary-tagged/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:48:42
  Author: felixonmars
Revision: 280631

upgpkg: haskell-binary-tagged 0.1.4.2-37

rebuild with generics-sop,0.3.2.0

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:48:32 UTC (rev 280630)
+++ PKGBUILD2018-01-09 03:48:42 UTC (rev 280631)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.4.2
-pkgrel=36
+pkgrel=37
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme;
 license=("custom:BSD3")


[arch-commits] Commit in python-boto3/repos/community-any (PKGBUILD PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:48:32
  Author: felixonmars
Revision: 280630

archrelease: copy trunk to community-any

Added:
  python-boto3/repos/community-any/PKGBUILD
(from rev 280629, python-boto3/trunk/PKGBUILD)
Deleted:
  python-boto3/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:48:08 UTC (rev 280629)
+++ PKGBUILD2018-01-09 03:48:32 UTC (rev 280630)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-boto3
-pkgver=1.5.9
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('17cf1d6e9fb23bea86dd4cd25646cc204b858588460b855b15b5abddb8daa9b2c499446226d36b3ec48ee3ba39565900997dc14c4f44f86b796201bafa094a91')
-
-build() {
-  cd "$srcdir"/boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 280629, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:48:32 UTC (rev 280630)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-boto3
+pkgver=1.5.10
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('573725fc5619c40079ca59f501bc891ed796e17aa074694cd5649e2b49cfff0efa1a46e7fcc4eb94eaca25d7402020dd84484181a1018fe5ad5bf43ec7e2')
+
+build() {
+  cd "$srcdir"/boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-boto3/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:48:08
  Author: felixonmars
Revision: 280629

upgpkg: python-boto3 1.5.10-1

Modified:
  python-boto3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:47:58 UTC (rev 280628)
+++ PKGBUILD2018-01-09 03:48:08 UTC (rev 280629)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-boto3
-pkgver=1.5.9
+pkgver=1.5.10
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('17cf1d6e9fb23bea86dd4cd25646cc204b858588460b855b15b5abddb8daa9b2c499446226d36b3ec48ee3ba39565900997dc14c4f44f86b796201bafa094a91')
+sha512sums=('573725fc5619c40079ca59f501bc891ed796e17aa074694cd5649e2b49cfff0efa1a46e7fcc4eb94eaca25d7402020dd84484181a1018fe5ad5bf43ec7e2')
 
 build() {
   cd "$srcdir"/boto3-$pkgver


[arch-commits] Commit in python-oslo-context/repos/community-any (PKGBUILD PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:47:58
  Author: felixonmars
Revision: 280628

archrelease: copy trunk to community-any

Added:
  python-oslo-context/repos/community-any/PKGBUILD
(from rev 280627, python-oslo-context/trunk/PKGBUILD)
Deleted:
  python-oslo-context/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:47:34 UTC (rev 280627)
+++ PKGBUILD2018-01-09 03:47:58 UTC (rev 280628)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-context
-pkgname=(python-oslo-context python2-oslo-context)
-pkgver=2.19.3
-pkgrel=1
-pkgdesc="OpenStack Context library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.context/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-debtcollector'
- 'python2-debtcollector')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
-sha512sums=('f7ed32908bda7982ad12fce985a34f585c004719bb279a9dfc3bb72783746986190f4d78f37de076b9df250ff879dd1040e21a6001c716e8ea14300d8e2da904')
-
-prepare() {
-  cp -a oslo.context-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.context-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.context-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.context-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.context-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-context() {
-  depends=('python-pbr' 'python-debtcollector')
-
-  cd "$srcdir"/oslo.context-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-context() {
-  depends=('python2-pbr' 'python2-debtcollector')
-
-  cd "$srcdir"/oslo.context-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-context/repos/community-any/PKGBUILD (from rev 280627, 
python-oslo-context/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:47:58 UTC (rev 280628)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-context
+pkgname=(python-oslo-context python2-oslo-context)
+pkgver=2.20.0
+pkgrel=1
+pkgdesc="OpenStack Context library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.context/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-debtcollector'
+ 'python2-debtcollector')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
+sha512sums=('80a647d4f688d9c76eaac42920b7f156ae77ff769ea7ae578a75121aaf00cc15874c19bda9398251c94356c0702a5f558d630df78d7a45eb63fc021f14d2efbf')
+
+prepare() {
+  cp -a oslo.context-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.context-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.context-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.context-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslo.context-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-context() {
+  depends=('python-pbr' 'python-debtcollector')
+
+  cd "$srcdir"/oslo.context-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-oslo-context() {
+  depends=('python2-pbr' 'python2-debtcollector')
+
+  cd "$srcdir"/oslo.context-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-oslo-config/repos/community-any (PKGBUILD PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:47:18
  Author: felixonmars
Revision: 280626

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 280625, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:46:54 UTC (rev 280625)
+++ PKGBUILD2018-01-09 03:47:18 UTC (rev 280626)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
- 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('637865fbf665de6ec01f584109834a3efe72e3169692d3097c32e9c2d42eeb0c0384682a8e5630e364bd932fee1b1c008193b6f77d76b57f2160f8cf4f8fee0f')
-
-prepare() {
-  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
-
-  cp -a oslo.config-$pkgver{,-py2}
-  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
-   'python-oslo-i18n' 'python-rfc3986')
-
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
-   'python2-oslo-i18n' 'python2-rfc3986')
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv "$pkgdir"/usr/bin/oslo-config-generator{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 280625, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:47:18 UTC (rev 280626)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
+ 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
+sha512sums=('eddfc3d558af1d459ac29597930f4eb45e7667a5e5dc10af7ce51084c79ad6148af5095d12ed7e5345dcd072c6932dcd60500cad355122bbd4d6c2f3aece4add')
+
+prepare() {
+  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
+
+  cp -a oslo.config-$pkgver{,-py2}
+  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.config-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslo.config-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-config() {
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+   'python-oslo-i18n' 'python-rfc3986')
+
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-config() {
+  depends=('python2-six' 'python2-netaddr' 

[arch-commits] Commit in python-oslo-context/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:47:34
  Author: felixonmars
Revision: 280627

upgpkg: python-oslo-context 2.20.0-1

Modified:
  python-oslo-context/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:47:18 UTC (rev 280626)
+++ PKGBUILD2018-01-09 03:47:34 UTC (rev 280627)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-context
 pkgname=(python-oslo-context python2-oslo-context)
-pkgver=2.19.3
+pkgver=2.20.0
 pkgrel=1
 pkgdesc="OpenStack Context library"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
-sha512sums=('f7ed32908bda7982ad12fce985a34f585c004719bb279a9dfc3bb72783746986190f4d78f37de076b9df250ff879dd1040e21a6001c716e8ea14300d8e2da904')
+sha512sums=('80a647d4f688d9c76eaac42920b7f156ae77ff769ea7ae578a75121aaf00cc15874c19bda9398251c94356c0702a5f558d630df78d7a45eb63fc021f14d2efbf')
 
 prepare() {
   cp -a oslo.context-$pkgver{,-py2}


[arch-commits] Commit in haskell-generics-sop/repos (2 files)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:46:40
  Author: felixonmars
Revision: 280624

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-generics-sop/repos/community-staging-x86_64/
  haskell-generics-sop/repos/community-staging-x86_64/PKGBUILD
(from rev 280623, haskell-generics-sop/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: haskell-generics-sop/repos/community-staging-x86_64/PKGBUILD (from rev 
280623, haskell-generics-sop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 03:46:40 UTC (rev 280624)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generics-sop
+pkgname=haskell-generics-sop
+pkgver=0.3.2.0
+pkgrel=1
+pkgdesc="Generic Programming using True Sums of Products"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7cfc9fa53222d6c81c691b351e5b1b296a7f178418a0b4a131f9c514fe883fa7df4abe3f43b98555ac6bb9030c34464505c2b1848f31bf0df37cc4dc4a89ddfb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-oslo-config/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:46:54
  Author: felixonmars
Revision: 280625

upgpkg: python-oslo-config 5.2.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:46:40 UTC (rev 280624)
+++ PKGBUILD2018-01-09 03:46:54 UTC (rev 280625)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=5.1.0
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('637865fbf665de6ec01f584109834a3efe72e3169692d3097c32e9c2d42eeb0c0384682a8e5630e364bd932fee1b1c008193b6f77d76b57f2160f8cf4f8fee0f')
+sha512sums=('eddfc3d558af1d459ac29597930f4eb45e7667a5e5dc10af7ce51084c79ad6148af5095d12ed7e5345dcd072c6932dcd60500cad355122bbd4d6c2f3aece4add')
 
 prepare() {
   sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt


[arch-commits] Commit in haskell-generics-sop/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:46:14
  Author: felixonmars
Revision: 280623

upgpkg: haskell-generics-sop 0.3.2.0-1

rebuild with generics-sop,0.3.2.0

Modified:
  haskell-generics-sop/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:45:50 UTC (rev 280622)
+++ PKGBUILD2018-01-09 03:46:14 UTC (rev 280623)
@@ -4,8 +4,8 @@
 
 _hkgname=generics-sop
 pkgname=haskell-generics-sop
-pkgver=0.3.1.0
-pkgrel=4
+pkgver=0.3.2.0
+pkgrel=1
 pkgdesc="Generic Programming using True Sums of Products"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -13,13 +13,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('01c0495dd3efe495e22b0cf14ca823cd734a770156ab25557b78df97fe10891019d3c2216462efe9a0efdd28d67a9b73ad8a94104b2f87fdb3a2774711ac444e')
+sha512sums=('7cfc9fa53222d6c81c691b351e5b1b296a7f178418a0b4a131f9c514fe883fa7df4abe3f43b98555ac6bb9030c34464505c2b1848f31bf0df37cc4dc4a89ddfb')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -28,8 +28,13 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"


[arch-commits] Commit in python-oslo-serialization/repos/community-any (2 files)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:45:50
  Author: felixonmars
Revision: 280622

archrelease: copy trunk to community-any

Added:
  python-oslo-serialization/repos/community-any/PKGBUILD
(from rev 280621, python-oslo-serialization/trunk/PKGBUILD)
Deleted:
  python-oslo-serialization/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:45:05 UTC (rev 280621)
+++ PKGBUILD2018-01-09 03:45:50 UTC (rev 280622)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslo-serialization
-pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.22.0
-pkgrel=1
-pkgdesc="Oslo Serialization library"
-arch=('any')
-url="http://docs.openstack.org/developer/oslo.serialization;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-msgpack' 'python2-msgpack' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-pytz' 'python2-pytz')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
-sha512sums=('a504fd25b7861b92385eeec469b54adc404f846d3f45f794803402e746cb0bd54c98caf03c72fb564bb9311b03d96c37c618e0b27c44b1a966fbb7a48b5d5c48')
-
-prepare() {
-  cp -a oslo.serialization-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.serialization-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.serialization-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.serialization-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.serialization-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-serialization() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
-   'python-pytz')
-
-  cd "$srcdir"/oslo.serialization-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-serialization() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
-   'python2-pytz')
-
-  cd "$srcdir"/oslo.serialization-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 
280621, python-oslo-serialization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:45:50 UTC (rev 280622)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslo-serialization
+pkgname=(python-oslo-serialization python2-oslo-serialization)
+pkgver=2.23.0
+pkgrel=1
+pkgdesc="Oslo Serialization library"
+arch=('any')
+url="http://docs.openstack.org/developer/oslo.serialization;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-msgpack' 'python2-msgpack' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-pytz' 'python2-pytz')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
+sha512sums=('3bff8da9a8c8c1e468f745d8937683d2f80bc18492b3f9492d9dfd1a2a543d890a33d0c3277e6b049fef3bd461f3b3b010550854f83acca433aedc47cd2ab355')
+
+prepare() {
+  cp -a oslo.serialization-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-serialization() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
+   'python-pytz')
+
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-serialization() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
+   'python2-pytz')
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-oslo-serialization/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:45:05
  Author: felixonmars
Revision: 280621

upgpkg: python-oslo-serialization 2.23.0-1

Modified:
  python-oslo-serialization/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:44:36 UTC (rev 280620)
+++ PKGBUILD2018-01-09 03:45:05 UTC (rev 280621)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-serialization
 pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.22.0
+pkgver=2.23.0
 pkgrel=1
 pkgdesc="Oslo Serialization library"
 arch=('any')
@@ -14,7 +14,7 @@
  'python2-oslo-utils' 'python-pytz' 'python2-pytz')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
-sha512sums=('a504fd25b7861b92385eeec469b54adc404f846d3f45f794803402e746cb0bd54c98caf03c72fb564bb9311b03d96c37c618e0b27c44b1a966fbb7a48b5d5c48')
+sha512sums=('3bff8da9a8c8c1e468f745d8937683d2f80bc18492b3f9492d9dfd1a2a543d890a33d0c3277e6b049fef3bd461f3b3b010550854f83acca433aedc47cd2ab355')
 
 prepare() {
   cp -a oslo.serialization-$pkgver{,-py2}


[arch-commits] Commit in python-oslo-db/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:44:07
  Author: felixonmars
Revision: 280619

upgpkg: python-oslo-db 4.33.0-1

Modified:
  python-oslo-db/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:42:44 UTC (rev 280618)
+++ PKGBUILD2018-01-09 03:44:07 UTC (rev 280619)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-db
 pkgname=(python-oslo-db python2-oslo-db)
-pkgver=4.32.0
+pkgver=4.33.0
 pkgrel=1
 pkgdesc="OpenStack Database Pattern Library"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-oslo-context' 'python2-oslo-context' 'python2-unittest2')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
-sha512sums=('52099164e5a29933fb9bb2a57670f124dbe839ecb131ec61317ea46a86dd13c5be7737aa85862ea4d5b7f0a3818bce24df0b78090e345274a9db0278e8899b47')
+sha512sums=('fd46eb34182880e3244434d2068f09a9b9574abb9da3c12c9abf84abe3f5246fb356dc2086aa845afbbc27d7d47a9e17c5146cc0ca0c49283070ca0b5381bba4')
 
 prepare() {
   cp -a oslo.db-$pkgver{,-py2}


[arch-commits] Commit in python-oslo-db/repos/community-any (PKGBUILD PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:44:36
  Author: felixonmars
Revision: 280620

archrelease: copy trunk to community-any

Added:
  python-oslo-db/repos/community-any/PKGBUILD
(from rev 280619, python-oslo-db/trunk/PKGBUILD)
Deleted:
  python-oslo-db/repos/community-any/PKGBUILD

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:44:07 UTC (rev 280619)
+++ PKGBUILD2018-01-09 03:44:36 UTC (rev 280620)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-db
-pkgname=(python-oslo-db python2-oslo-db)
-pkgver=4.32.0
-pkgrel=1
-pkgdesc="OpenStack Database Pattern Library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.db/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
- 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 
'python-oslo-i18n'
- 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy'
- 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 
'python2-testrepository'
-  'python-testresources' 'python2-testresources' 'python-oslotest' 
'python2-oslotest'
-  'python-oslo-context' 'python2-oslo-context' 'python2-unittest2')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
-sha512sums=('52099164e5a29933fb9bb2a57670f124dbe839ecb131ec61317ea46a86dd13c5be7737aa85862ea4d5b7f0a3818bce24df0b78090e345274a9db0278e8899b47')
-
-prepare() {
-  cp -a oslo.db-$pkgver{,-py2}
-  sed -i 's/import unittest2/import unittest as unittest2/' 
oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test_async_eventlet.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-db() {
-  depends=('python-six' 'python-pbr' 'python-alembic' 'python-debtcollector' 
'python-oslo-i18n'
-   'python-oslo-config' 'python-oslo-utils' 'python-sqlalchemy' 
'python-sqlalchemy-migrate'
-   'python-stevedore')
-
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-db() {
-  depends=('python2-six' 'python2-pbr' 'python2-alembic' 
'python2-debtcollector' 'python2-oslo-i18n'
-   'python2-oslo-config' 'python2-oslo-utils' 'python2-sqlalchemy'
-   'python2-sqlalchemy-migrate' 'python2-stevedore')
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-db/repos/community-any/PKGBUILD (from rev 280619, 
python-oslo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:44:36 UTC (rev 280620)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-db
+pkgname=(python-oslo-db python2-oslo-db)
+pkgver=4.33.0
+pkgrel=1
+pkgdesc="OpenStack Database Pattern Library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.db/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
+ 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 
'python-oslo-i18n'
+ 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy'
+ 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 
'python2-testrepository'
+  'python-testresources' 'python2-testresources' 'python-oslotest' 
'python2-oslotest'
+  'python-oslo-context' 'python2-oslo-context' 'python2-unittest2')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
+sha512sums=('fd46eb34182880e3244434d2068f09a9b9574abb9da3c12c9abf84abe3f5246fb356dc2086aa845afbbc27d7d47a9e17c5146cc0ca0c49283070ca0b5381bba4')
+
+prepare() {
+  cp -a oslo.db-$pkgver{,-py2}
+  sed -i 's/import unittest2/import unittest as 

[arch-commits] Commit in postgrey/repos/community-any (10 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 03:42:44
  Author: eschwartz
Revision: 280618

archrelease: copy trunk to community-any

Added:
  postgrey/repos/community-any/PKGBUILD
(from rev 280617, postgrey/trunk/PKGBUILD)
  postgrey/repos/community-any/postgrey.service
(from rev 280617, postgrey/trunk/postgrey.service)
  postgrey/repos/community-any/postgrey.sysusers
(from rev 280617, postgrey/trunk/postgrey.sysusers)
  postgrey/repos/community-any/postgrey.tmpfiles
(from rev 280617, postgrey/trunk/postgrey.tmpfiles)
  postgrey/repos/community-any/untaint.patch
(from rev 280617, postgrey/trunk/untaint.patch)
Deleted:
  postgrey/repos/community-any/PKGBUILD
  postgrey/repos/community-any/postgrey.install
  postgrey/repos/community-any/postgrey.service
  postgrey/repos/community-any/postgrey.tmpfiles
  postgrey/repos/community-any/untaint.patch

---+
 PKGBUILD  |   92 ++--
 postgrey.install  |   16 -
 postgrey.service  |   36 ++--
 postgrey.sysusers |1 
 postgrey.tmpfiles |3 +
 untaint.patch |   26 +++---
 6 files changed, 80 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:42:18 UTC (rev 280617)
+++ PKGBUILD2018-01-09 03:42:44 UTC (rev 280618)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sean Timothy Noonan 
-
-pkgname=postgrey
-pkgver=1.37
-pkgrel=1
-pkgdesc="a Postfix policy server implementing greylisting"
-arch=('any')
-url="https://postgrey.schweikert.ch/;
-options=(emptydirs)
-license=("GPL")
-depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex'
-'db>=4.1' 'perl-netaddr-ip')
-optdepends=('postfix: the recommended MTA for use with postgrey'
-   'exim: an alternative MTA'
-   'perl-net-dns: for postgreyreport tool')
-backup=(etc/postfix/postgrey_whitelist_recipients
-   etc/postfix/postgrey_whitelist_clients)
-install=$pkgname.install
-source=($url/pub/$pkgname-$pkgver.tar.gz
-   postgrey.service
-   postgrey.tmpfiles
-   untaint.patch)
-sha256sums=('ff4d9543f8f5cb0356c30ffe22255d942ac6128da734c376de211c02630fa5f7'
-'d36c73b6a8ba96ba3eaa3e56098afda828ee56ec12000d3392ab450246d38e09'
-'213e5548c6355a2c57a15919aec6932def611a12cf20855ad6642626cae27f71'
-'e5f80653c02681b54f28051104f1ce45991b014a86965610611b1b4921284bd7')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p0 <"$srcdir"/untaint.patch
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  chown -R root:root .
-  mkdir -p "$pkgdir"/var/spool/postfix/postgrey
-  install -D -m 0755 postgrey "$pkgdir"/usr/bin/postgrey
-  install -D -m 0755 contrib/postgreyreport "$pkgdir"/usr/bin/postgreyreport
-  install -D -m 0644 postgrey_whitelist_recipients 
"$pkgdir"/etc/postfix/postgrey_whitelist_recipients
-  install -D -m 0644 postgrey_whitelist_clients 
"$pkgdir"/etc/postfix/postgrey_whitelist_clients
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 "$srcdir"/$pkgname.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: postgrey/repos/community-any/PKGBUILD (from rev 280617, 
postgrey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:42:44 UTC (rev 280618)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sean Timothy Noonan 
+
+pkgname=postgrey
+pkgver=1.37
+pkgrel=2
+pkgdesc="a Postfix policy server implementing greylisting"
+arch=('any')
+url="https://postgrey.schweikert.ch/;
+options=(emptydirs)
+license=("GPL")
+depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex'
+'db>=4.1' 'perl-netaddr-ip')
+optdepends=('postfix: the recommended MTA for use with postgrey'
+   'exim: an alternative MTA'
+   'perl-net-dns: for postgreyreport tool')
+backup=(etc/postfix/postgrey_whitelist_recipients
+   etc/postfix/postgrey_whitelist_clients)
+source=($url/pub/$pkgname-$pkgver.tar.gz
+   postgrey.service
+   postgrey.sysusers
+   postgrey.tmpfiles
+   untaint.patch)
+sha256sums=('ff4d9543f8f5cb0356c30ffe22255d942ac6128da734c376de211c02630fa5f7'
+'d36c73b6a8ba96ba3eaa3e56098afda828ee56ec12000d3392ab450246d38e09'
+'859380a05ca55e1d07e1e38f16244adfa8cde9987414df9785206bddc84137cc'
+'85c9155ba3bcc55544a362cca7f6ae385f702cc26ea7d3fdafce38d30c297dfb'
+'e5f80653c02681b54f28051104f1ce45991b014a86965610611b1b4921284bd7')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p0 <"$srcdir"/untaint.patch
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  install -D -m 0755 

[arch-commits] Commit in postgrey/trunk (4 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 03:42:18
  Author: eschwartz
Revision: 280617

upgpkg: postgrey 1.37-2

Migrate to systemd-sysusers/systemd-tmpfiles.

Added:
  postgrey/trunk/postgrey.sysusers
Modified:
  postgrey/trunk/PKGBUILD
  postgrey/trunk/postgrey.tmpfiles
Deleted:
  postgrey/trunk/postgrey.install

---+
 PKGBUILD  |   10 +-
 postgrey.install  |   16 
 postgrey.sysusers |1 +
 postgrey.tmpfiles |3 ++-
 4 files changed, 8 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:42:06 UTC (rev 280616)
+++ PKGBUILD2018-01-09 03:42:18 UTC (rev 280617)
@@ -4,7 +4,7 @@
 
 pkgname=postgrey
 pkgver=1.37
-pkgrel=1
+pkgrel=2
 pkgdesc="a Postfix policy server implementing greylisting"
 arch=('any')
 url="https://postgrey.schweikert.ch/;
@@ -17,14 +17,15 @@
'perl-net-dns: for postgreyreport tool')
 backup=(etc/postfix/postgrey_whitelist_recipients
etc/postfix/postgrey_whitelist_clients)
-install=$pkgname.install
 source=($url/pub/$pkgname-$pkgver.tar.gz
postgrey.service
+   postgrey.sysusers
postgrey.tmpfiles
untaint.patch)
 sha256sums=('ff4d9543f8f5cb0356c30ffe22255d942ac6128da734c376de211c02630fa5f7'
 'd36c73b6a8ba96ba3eaa3e56098afda828ee56ec12000d3392ab450246d38e09'
-'213e5548c6355a2c57a15919aec6932def611a12cf20855ad6642626cae27f71'
+'859380a05ca55e1d07e1e38f16244adfa8cde9987414df9785206bddc84137cc'
+'85c9155ba3bcc55544a362cca7f6ae385f702cc26ea7d3fdafce38d30c297dfb'
 'e5f80653c02681b54f28051104f1ce45991b014a86965610611b1b4921284bd7')
 
 prepare() {
@@ -34,8 +35,6 @@
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver
-  chown -R root:root .
-  mkdir -p "$pkgdir"/var/spool/postfix/postgrey
   install -D -m 0755 postgrey "$pkgdir"/usr/bin/postgrey
   install -D -m 0755 contrib/postgreyreport "$pkgdir"/usr/bin/postgreyreport
   install -D -m 0644 postgrey_whitelist_recipients 
"$pkgdir"/etc/postfix/postgrey_whitelist_recipients
@@ -42,5 +41,6 @@
   install -D -m 0644 postgrey_whitelist_clients 
"$pkgdir"/etc/postfix/postgrey_whitelist_clients
 
   install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm0644 "$srcdir"/$pkgname.sysusers 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
   install -Dm0644 "$srcdir"/$pkgname.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
 }

Deleted: postgrey.install
===
--- postgrey.install2018-01-09 03:42:06 UTC (rev 280616)
+++ postgrey.install2018-01-09 03:42:18 UTC (rev 280617)
@@ -1,16 +0,0 @@
-post_install() {
-if [ -z "`grep '^postgrey::' /etc/group`" ]; then
-groupadd -r postgrey >& /dev/null
-fi
-if [ -z "`grep '^postgrey:' /etc/passwd`" ]; then
-useradd -r -d /var/spool/postfix/postgrey -g postgrey -s /bin/false 
postgrey
-fi
-
-mkdir -p var/run/postgrey
-chown postgrey:postgrey /var/spool/postfix/postgrey
-chown postgrey:postgrey var/run/postgrey
-}
-
-post_upgrade() {
-post_install $1
-}

Added: postgrey.sysusers
===
--- postgrey.sysusers   (rev 0)
+++ postgrey.sysusers   2018-01-09 03:42:18 UTC (rev 280617)
@@ -0,0 +1 @@
+u postgrey - - /var/spool/postfix/postgrey

Modified: postgrey.tmpfiles
===
--- postgrey.tmpfiles   2018-01-09 03:42:06 UTC (rev 280616)
+++ postgrey.tmpfiles   2018-01-09 03:42:18 UTC (rev 280617)
@@ -1 +1,2 @@
-d /var/run/postgrey 0755 postgrey postgrey -
+d /var/spool/postfix/postgrey/ 0755 postgrey postgrey -
+d /var/run/postgrey0755 postgrey postgrey -


[arch-commits] Commit in python-oslotest/repos/community-any (PKGBUILD PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:42:06
  Author: felixonmars
Revision: 280616

archrelease: copy trunk to community-any

Added:
  python-oslotest/repos/community-any/PKGBUILD
(from rev 280615, python-oslotest/trunk/PKGBUILD)
Deleted:
  python-oslotest/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:41:42 UTC (rev 280615)
+++ PKGBUILD2018-01-09 03:42:06 UTC (rev 280616)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslotest
-pkgname=(python-oslotest python2-oslotest)
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
- 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-testrepository'
- 'python2-testrepository' 'python-testscenarios' 
'python2-testscenarios'
- 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
- 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
- 'python-debtcollector' 'python2-debtcollector')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz;)
-sha512sums=('f3b92be0bed21715a6afeefd767088ecffba535a381d261eee51059011ea0d65ebe48088f47cebd29f004487cf7124b2b3bcc13a8b8bd20b2bd83c0473df943e')
-
-prepare() {
-  cp -a oslotest-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslotest() {
-  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
-   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
-   'python-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslotest() {
-  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
-   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
-   'python2-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  for _exe in "$pkgdir"/usr/bin/*; do
-mv "$_exe"{,2}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 280615, 
python-oslotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:42:06 UTC (rev 280616)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslotest
+pkgname=(python-oslotest python2-oslotest)
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
+ 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-testrepository'
+ 'python2-testrepository' 'python-testscenarios' 
'python2-testscenarios'
+ 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
+ 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
+ 'python-debtcollector' 'python2-debtcollector')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz;)
+sha512sums=('2ccac67374cba20beade59db71797232da27268a092c22f0b6e24a1ae7ac5e09dd7be3e16a7e351832169d6ef2e50306d7a641b77f3bc65dc10df0908d9572a6')
+
+prepare() {
+  cp -a oslotest-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslotest() {
+  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
+   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
+   'python-debtcollector')
+
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslotest() {
+  depends=('python2-fixtures' 'python2-subunit' 

[arch-commits] Commit in python-hypothesis/repos/community-any (PKGBUILD PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:41:31
  Author: felixonmars
Revision: 280614

archrelease: copy trunk to community-any

Added:
  python-hypothesis/repos/community-any/PKGBUILD
(from rev 280613, python-hypothesis/trunk/PKGBUILD)
Deleted:
  python-hypothesis/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:41:08 UTC (rev 280613)
+++ PKGBUILD2018-01-09 03:41:31 UTC (rev 280614)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.44.13
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('64fa9068e8d4f0da347983e9ac8289bb275ba14353eb3c4a052b4208612b4c7efef92e40a0d581b2d6488d9ff1bb046183c0607d734e80b266319ae9b3eeda4e')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 280613, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:41:31 UTC (rev 280614)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.44.14
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)

[arch-commits] Commit in python-oslotest/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:41:42
  Author: felixonmars
Revision: 280615

upgpkg: python-oslotest 3.1.0-1

Modified:
  python-oslotest/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:41:31 UTC (rev 280614)
+++ PKGBUILD2018-01-09 03:41:42 UTC (rev 280615)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslotest
 pkgname=(python-oslotest python2-oslotest)
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Oslo test framework"
 arch=('any')
@@ -16,7 +16,7 @@
  'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
  'python-debtcollector' 'python2-debtcollector')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz;)
-sha512sums=('f3b92be0bed21715a6afeefd767088ecffba535a381d261eee51059011ea0d65ebe48088f47cebd29f004487cf7124b2b3bcc13a8b8bd20b2bd83c0473df943e')
+sha512sums=('2ccac67374cba20beade59db71797232da27268a092c22f0b6e24a1ae7ac5e09dd7be3e16a7e351832169d6ef2e50306d7a641b77f3bc65dc10df0908d9572a6')
 
 prepare() {
   cp -a oslotest-$pkgver{,-py2}


[arch-commits] Commit in python-hypothesis/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:41:08
  Author: felixonmars
Revision: 280613

upgpkg: python-hypothesis 3.44.14-1

Modified:
  python-hypothesis/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:33:30 UTC (rev 280612)
+++ PKGBUILD2018-01-09 03:41:08 UTC (rev 280613)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.44.13
+pkgver=3.44.14
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('64fa9068e8d4f0da347983e9ac8289bb275ba14353eb3c4a052b4208612b4c7efef92e40a0d581b2d6488d9ff1bb046183c0607d734e80b266319ae9b3eeda4e')
+sha512sums=('06f87b2f93a6b3c07334772d18498b07afa7be7b3d3c75af86d6b80cf39766cce5007376ee2cd0bd0c726971a01316a1ff840d05e58d32a7737847f4cc8a18de')
 
 prepare() {
   # Make tests faster


[arch-commits] Commit in python-oslosphinx/repos/community-any (PKGBUILD PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:33:30
  Author: felixonmars
Revision: 280612

archrelease: copy trunk to community-any

Added:
  python-oslosphinx/repos/community-any/PKGBUILD
(from rev 280611, python-oslosphinx/trunk/PKGBUILD)
Deleted:
  python-oslosphinx/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:33:07 UTC (rev 280611)
+++ PKGBUILD2018-01-09 03:33:30 UTC (rev 280612)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslosphinx
-pkgname=(python-oslosphinx python2-oslosphinx)
-pkgver=4.17.0
-pkgrel=1
-pkgdesc="OpenStack Sphinx Extensions and Theme"
-arch=('any')
-url="https://github.com/openstack/oslosphinx;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-requests' 'python2-requests' 'python-six' 'python2-six')
-checkdepends=('python-sphinx' 'python2-sphinx')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslosphinx/archive/$pkgver.tar.gz;)
-sha512sums=('1bae6b91b3d7af90b4629e682cd89507cee1ceb34ae71277e1e1b25868e35903f4fef42f2b7adb09ffd259beb30c408fc9f1f2db1d5946e0a4ea4c479c18c257')
-
-prepare() {
-  cp -a oslosphinx-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslosphinx-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslosphinx-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-oslosphinx() {
-  depends=('python-six' 'python-requests')
-
-  cd "$srcdir"/oslosphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslosphinx() {
-  depends=('python2-six' 'python2-requests')
-
-  cd "$srcdir"/oslosphinx-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslosphinx/repos/community-any/PKGBUILD (from rev 280611, 
python-oslosphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:33:30 UTC (rev 280612)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslosphinx
+pkgname=(python-oslosphinx python2-oslosphinx)
+pkgver=4.18.0
+pkgrel=1
+pkgdesc="OpenStack Sphinx Extensions and Theme"
+arch=('any')
+url="https://github.com/openstack/oslosphinx;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-requests' 'python2-requests' 'python-six' 'python2-six')
+checkdepends=('python-sphinx' 'python2-sphinx')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslosphinx/archive/$pkgver.tar.gz;)
+sha512sums=('47bd8912c47400538839e5b9ac0a81ecb2b7bbf30e83daade32046b3a1a70d892b53b7418ee59270fb36cddf6103214cef64d86c52602070c04ade2af29b3122')
+
+prepare() {
+  cp -a oslosphinx-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslosphinx-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslosphinx-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-oslosphinx() {
+  depends=('python-six' 'python-requests')
+
+  cd "$srcdir"/oslosphinx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-oslosphinx() {
+  depends=('python2-six' 'python2-requests')
+
+  cd "$srcdir"/oslosphinx-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-oslosphinx/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:33:07
  Author: felixonmars
Revision: 280611

upgpkg: python-oslosphinx 4.18.0-1

Modified:
  python-oslosphinx/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:26:47 UTC (rev 280610)
+++ PKGBUILD2018-01-09 03:33:07 UTC (rev 280611)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslosphinx
 pkgname=(python-oslosphinx python2-oslosphinx)
-pkgver=4.17.0
+pkgver=4.18.0
 pkgrel=1
 pkgdesc="OpenStack Sphinx Extensions and Theme"
 arch=('any')
@@ -13,7 +13,7 @@
  'python-requests' 'python2-requests' 'python-six' 'python2-six')
 checkdepends=('python-sphinx' 'python2-sphinx')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslosphinx/archive/$pkgver.tar.gz;)
-sha512sums=('1bae6b91b3d7af90b4629e682cd89507cee1ceb34ae71277e1e1b25868e35903f4fef42f2b7adb09ffd259beb30c408fc9f1f2db1d5946e0a4ea4c479c18c257')
+sha512sums=('47bd8912c47400538839e5b9ac0a81ecb2b7bbf30e83daade32046b3a1a70d892b53b7418ee59270fb36cddf6103214cef64d86c52602070c04ade2af29b3122')
 
 prepare() {
   cp -a oslosphinx-$pkgver{,-py2}


[arch-commits] Commit in marked/repos/community-any (PKGBUILD PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:26:47
  Author: felixonmars
Revision: 280610

archrelease: copy trunk to community-any

Added:
  marked/repos/community-any/PKGBUILD
(from rev 280609, marked/trunk/PKGBUILD)
Deleted:
  marked/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:26:24 UTC (rev 280609)
+++ PKGBUILD2018-01-09 03:26:47 UTC (rev 280610)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=marked
-pkgver=0.3.9
-pkgrel=1
-pkgdesc="A markdown parser built for speed"
-arch=('any')
-url='https://github.com/chjj/marked'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9d6e6ed1dc695f11df907cf3aef798e398026e2f91e0f68ee1645962a64d97ebc1d215467aa9459f468e83573c00a2fadd3acd167f419b650fe0076267d4cf2f')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: marked/repos/community-any/PKGBUILD (from rev 280609, 
marked/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:26:47 UTC (rev 280610)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=marked
+pkgver=0.3.12
+pkgrel=1
+pkgdesc="A markdown parser built for speed"
+arch=('any')
+url='https://github.com/chjj/marked'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('93835a5bebd2ef2b509fa320267ddf62942ddb4fe63a060ce45b7d05831f4090f3d904fac84792f5727c936370f094de58aff39cf3d6da7dd4246cf260488ca0')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in marked/trunk (PKGBUILD)

2018-01-08 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 03:26:24
  Author: felixonmars
Revision: 280609

upgpkg: marked 0.3.12-1

Modified:
  marked/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:00:41 UTC (rev 280608)
+++ PKGBUILD2018-01-09 03:26:24 UTC (rev 280609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=marked
-pkgver=0.3.9
+pkgver=0.3.12
 pkgrel=1
 pkgdesc="A markdown parser built for speed"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9d6e6ed1dc695f11df907cf3aef798e398026e2f91e0f68ee1645962a64d97ebc1d215467aa9459f468e83573c00a2fadd3acd167f419b650fe0076267d4cf2f')
+sha512sums=('93835a5bebd2ef2b509fa320267ddf62942ddb4fe63a060ce45b7d05831f4090f3d904fac84792f5727c936370f094de58aff39cf3d6da7dd4246cf260488ca0')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in glib2/repos (5 files)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 03:24:17
  Author: heftig
Revision: 314283

archrelease: copy trunk to testing-x86_64

Added:
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 314282, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 314282, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 314282, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff
(from rev 314282, glib2/trunk/noisy-glib-compile-schemas.diff)

-+
 PKGBUILD|   78 ++
 gio-querymodules.hook   |   11 +
 glib-compile-schemas.hook   |   12 +
 noisy-glib-compile-schemas.diff |   24 +++
 4 files changed, 125 insertions(+)

Copied: glib2/repos/testing-x86_64/PKGBUILD (from rev 314282, 
glib2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-09 03:24:17 UTC (rev 314283)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.54.3
+pkgrel=1
+pkgdesc="Low level core library"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(pcre libffi libutil-linux zlib)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux 
dbus)
+checkdepends=(desktop-file-utils)
+optdepends=('python: for gdbus-codegen and gtester-report'
+'libelf: gresource inspection tool')
+options=(!emptydirs)
+_commit=5a650925899c7aae62e9ff79e405e72a6adc981c  # tags/2.54.3^0
+source=("git+https://git.gnome.org/browse/glib#commit=$_commit;
+noisy-glib-compile-schemas.diff
+glib-compile-schemas.hook gio-querymodules.hook)
+sha256sums=('SKIP'
+'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+
+  # Suppress noise from glib-compile-schemas.hook
+  patch -Np1 -i ../noisy-glib-compile-schemas.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd glib
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib \
+--sysconfdir=/etc \
+--with-pcre=system \
+--enable-debug=yes \
+--enable-gtk-doc \
+--disable-fam
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd glib
+  make check
+}
+
+package_glib2() {
+  cd glib
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
+
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for GLib"
+  depends=()
+  optdepends=()
+  license+=(custom)
+
+  mkdir -p "$pkgdir/usr/share"
+  mv gtk-doc "$pkgdir/usr/share"
+
+  install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 
glib/docs/reference/COPYING
+}

Copied: glib2/repos/testing-x86_64/gio-querymodules.hook (from rev 314282, 
glib2/trunk/gio-querymodules.hook)
===
--- testing-x86_64/gio-querymodules.hook(rev 0)
+++ testing-x86_64/gio-querymodules.hook2018-01-09 03:24:17 UTC (rev 
314283)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules

Copied: glib2/repos/testing-x86_64/glib-compile-schemas.hook (from rev 314282, 
glib2/trunk/glib-compile-schemas.hook)
===
--- testing-x86_64/glib-compile-schemas.hook(rev 0)
+++ testing-x86_64/glib-compile-schemas.hook2018-01-09 03:24:17 UTC (rev 
314283)
@@ -0,0 +1,12 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/glib-2.0/schemas/*.gschema.xml
+Target = usr/share/glib-2.0/schemas/*.gschema.override
+
+[Action]
+Description = Compiling GSettings XML schema files...
+When = PostTransaction
+Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas

Copied: glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff (from rev 
314282, glib2/trunk/noisy-glib-compile-schemas.diff)
===
--- testing-x86_64/noisy-glib-compile-schemas.diff  
(rev 0)
+++ testing-x86_64/noisy-glib-compile-schemas.diff  2018-01-09 03:24:17 UTC 
(rev 314283)
@@ -0,0 +1,24 @@
+diff --git 

[arch-commits] Commit in glib2/trunk (6 files)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 03:23:15
  Author: heftig
Revision: 314282

2.54.3-1

Modified:
  glib2/trunk/PKGBUILD
Deleted:
  glib2/trunk/0001-docs-Fix-building-with-meson.patch
  glib2/trunk/0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch
  glib2/trunk/0001-meson-Fix-libmount-support.patch
  glib2/trunk/0001-meson-Fix-permissions-of-installed-scripts.patch
  glib2/trunk/libs.diff

---+
 0001-docs-Fix-building-with-meson.patch   |   85 
 0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch  |   50 ---
 0001-meson-Fix-libmount-support.patch |   41 -
 0001-meson-Fix-permissions-of-installed-scripts.patch |   50 ---
 PKGBUILD  |   65 +++--
 libs.diff |  110 
 6 files changed, 25 insertions(+), 376 deletions(-)

Deleted: 0001-docs-Fix-building-with-meson.patch
===
--- 0001-docs-Fix-building-with-meson.patch 2018-01-09 03:14:10 UTC (rev 
314281)
+++ 0001-docs-Fix-building-with-meson.patch 2018-01-09 03:23:15 UTC (rev 
314282)
@@ -1,85 +0,0 @@
-From a7cbd565aad04f92cbd9ac36696a9d033ae6bcc0 Mon Sep 17 00:00:00 2001
-From: Armin K 
-Date: Fri, 25 Aug 2017 13:36:23 +0200
-Subject: [PATCH] docs: Fix building with meson
-
-This fixes {gio,gobject}-doc ninja targets as well as
-install process when gtk-doc is enabled

- docs/reference/gio/meson.build | 15 ++-
- docs/reference/gobject/meson.build | 13 -
- 2 files changed, 26 insertions(+), 2 deletions(-)
-
-diff --git a/docs/reference/gio/meson.build b/docs/reference/gio/meson.build
-index 7f0467726..8f8dc7ce5 100644
 a/docs/reference/gio/meson.build
-+++ b/docs/reference/gio/meson.build
-@@ -52,9 +52,12 @@ if get_option('with-docs') != 'no'
- 'gnetworkmonitorbase.h',
- 'gnetworkmonitornetlink.h',
- 'gnetworkmonitornm.h',
-+'gnetworkmonitorportal.h',
- 'gnotificationbackend.h',
- 'gnotification-private.h',
-+'gosxappinfo.h',
- 'gpollfilemonitor.h',
-+'gproxyresolverportal.h',
- 'gregistrysettingsbackend.h',
- 'gresourcefile.h',
- 'gsettingsbackendinternal.h',
-@@ -95,12 +98,22 @@ if get_option('with-docs') != 'no'
- configuration: version_conf
-   )
- 
-+  # Meson uses paths relative to meson.source_root() in dependencies,
-+  # which is invalid relative to current_source_dir(), so the compile
-+  # process fails to find glib headers
-+  top_build_dir = meson.build_root()
-+  top_source_dir = meson.source_root()
-+  glib_top_build_dir = join_paths(top_build_dir, 'glib')
-+  glib_top_source_dir = join_paths(top_source_dir, 'glib')
-+
-+  scan_dep = declare_dependency(include_directories : [ top_source_dir, 
glib_top_build_dir, glib_top_source_dir ])
-+
-   gnome.gtkdoc('gio',
- main_xml : 'gio-docs.xml',
- namespace : 'g',
- gobject_typesfile : 'gio.types',
- mode : 'none',
--dependencies : [libgio_dep, libgobject_dep, libglib_dep],
-+dependencies : [libgio_dep, libgobject_dep, libglib_dep, scan_dep],
- src_dir : 'gio',
- scan_args : [
-   '--rebuild-types',
-diff --git a/docs/reference/gobject/meson.build 
b/docs/reference/gobject/meson.build
-index 1025e174f..9ec1f9123 100644
 a/docs/reference/gobject/meson.build
-+++ b/docs/reference/gobject/meson.build
-@@ -17,12 +17,23 @@ if get_option('with-docs') != 'no'
- configuration: version_conf
-   )
- 
-+  # Meson uses paths relative to meson.source_root() in dependencies,
-+  # which is invalid relative to current_source_dir(), so the compile
-+  # process fails to find glib headers
-+  doc_source_dir = meson.current_source_dir()
-+  top_build_dir = meson.build_root()
-+  top_source_dir = meson.source_root()
-+  glib_top_build_dir = join_paths(top_build_dir, 'glib')
-+  glib_top_source_dir = join_paths(top_source_dir, 'glib')
-+
-+  scan_dep = declare_dependency(include_directories : [ doc_source_dir, 
top_source_dir, glib_top_build_dir, glib_top_source_dir ])
-+
-   gnome.gtkdoc('gobject',
- main_xml : 'gobject-docs.xml',
- namespace : 'g',
- gobject_typesfile : join_paths(meson.current_source_dir(), 
'gobject.types'),
- mode : 'none',
--dependencies : [libgobject_dep, libglib_dep],
-+dependencies : [libgobject_dep, libglib_dep, scan_dep],
- src_dir : 'gobject',
- scan_args : [
-   '--deprecated-guards=G_DISABLE_DEPRECATED',
--- 
-2.14.1
-

Deleted: 0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch
===
--- 0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch2018-01-09 
03:14:10 UTC (rev 314281)
+++ 0001-meson-Fix-GDB-scripts-install_dir-for-nix.patch2018-01-09 
03:23:15 UTC (rev 314282)
@@ -1,50 +0,0 @@
-From b454a60bf154332bd5961880700b7d08aec98995 Mon Sep 17 

[arch-commits] Commit in inkscape/repos/extra-x86_64 (6 files)

2018-01-08 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 9, 2018 @ 03:14:10
  Author: bisson
Revision: 314281

archrelease: copy trunk to extra-x86_64

Added:
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 314280, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-x86_64/PKGBUILD.cmake
(from rev 314280, inkscape/trunk/PKGBUILD.cmake)
  inkscape/repos/extra-x86_64/poppler-0.58.patch
(from rev 314280, inkscape/trunk/poppler-0.58.patch)
Deleted:
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/PKGBUILD.cmake
  inkscape/repos/extra-x86_64/poppler-0.58.patch

+
 PKGBUILD   |  131 +-
 PKGBUILD.cmake |  122 +-
 poppler-0.58.patch | 2860 +--
 3 files changed, 1556 insertions(+), 1557 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:13:50 UTC (rev 314280)
+++ PKGBUILD2018-01-09 03:14:10 UTC (rev 314281)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=0.92.2
-pkgrel=7
-pkgdesc='Professional vector graphics editor'
-url='https://inkscape.org/'
-license=('GPL' 'LGPL')
-arch=('x86_64')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'libmagick6' 'libxslt' 'poppler-glib'
- 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
- 'desktop-file-utils' 'hicolor-icon-theme')
-# python is needed for glib-genmarshal (at least with GLib 2.54)
-makedepends=('boost' 'intltool' 'python')
-optdepends=('gvfs: import clip art'
-'pstoedit: latex formulas'
-'python2-scour: optimized SVG output'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python2-lxml: some extensions and filters'
-'uniconvertor: reading/writing to some proprietary formats')
-source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
-poppler-0.58.patch)
-sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'
-'0505f49cf69ad51159cda5aa5f497f001fe9d10f34d59e6ad704a1b1e1dc50c1')
-
-# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   # 
https://gitlab.com/inkscape/inkscape/commit/93ccf03162cd2e46d962822d5507865f3451168c
-   patch -Np1 -i ../poppler-0.58.patch
-
-   ./autogen.sh
-
-   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|"python"|"python2"|g' src/main.cpp
-
-   sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
-
-   ./configure \
-   --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-strict-build \
-   --disable-dependency-tracking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: inkscape/repos/extra-x86_64/PKGBUILD (from rev 314280, 
inkscape/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:14:10 UTC (rev 314281)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=8
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'libmagick6' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+# python is needed for glib-genmarshal (at least with GLib 2.54)
+makedepends=('boost' 'intltool' 'python')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
+poppler-0.58.patch)
+sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'
+'0505f49cf69ad51159cda5aa5f497f001fe9d10f34d59e6ad704a1b1e1dc50c1')
+
+# NB: Some CDN nodes appear to be 

[arch-commits] Commit in openssh/repos (17 files)

2018-01-08 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 9, 2018 @ 03:13:50
  Author: bisson
Revision: 314280

db-move: moved openssh from [testing] to [core] (x86_64)

Added:
  openssh/repos/core-x86_64/PKGBUILD
(from rev 314279, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/openssl-1.1.0.patch
(from rev 314279, openssh/repos/testing-x86_64/openssl-1.1.0.patch)
  openssh/repos/core-x86_64/sshd.conf
(from rev 314279, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 314279, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 314279, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 314279, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 314279, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 314279, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/openssl-1.1.0.patch
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  102 +
 /openssl-1.1.0.patch| 1982 ++
 /sshd.conf  |1 
 /sshd.pam   |6 
 /sshd.service   |   17 
 /sshd.socket|   10 
 /sshd@.service  |9 
 /sshdgenkeys.service|   15 
 core-x86_64/PKGBUILD|  101 -
 core-x86_64/openssl-1.1.0.patch | 1982 --
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 
 core-x86_64/sshd.service|   17 
 core-x86_64/sshd.socket |   10 
 core-x86_64/sshd@.service   |9 
 core-x86_64/sshdgenkeys.service |   15 
 16 files changed, 2142 insertions(+), 2141 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-01-09 03:13:18 UTC (rev 314279)
+++ core-x86_64/PKGBUILD2018-01-09 03:13:50 UTC (rev 314280)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=7.6p1
-pkgrel=1
-pkgdesc='Free version of the SSH connectivity tools'
-url='https://www.openssh.com/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'openssl-1.1.0.patch'
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.conf'
-'sshd.pam')
-sha256sums=('a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723'
-'SKIP'
-'1fcae9fc461026d96d08b38457e7ffe281b4319caaada1508f9eb74c2566ba5d'
-'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
-'3a0845737207f4eda221c9c9fb64e766ade9684562d8ba4f705f7ae6826886e5'
-'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
-'de14363e9d4ed92848e524036d9e6b57b2d35cc77d377b7247c38111d2a3defd'
-'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
-'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-prepare() {
-   cd $pkgname-$pkgver
-   # OpenSSL 1.1.0 patch from 
http://vega.pgw.jp/~kabe/vsd/patch/openssh-7.4p1-openssl-1.1.0c.patch.html
-   patch -Np1 -i ../openssl-1.1.0.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --with-ldns \
-   --with-libedit \
-   --with-ssl-engine \
-   --with-pam \
-   --with-privsep-user=nobody \
-   --with-kerberos5=/usr \
-   --with-xauth=/usr/bin/xauth \
-   --with-md5-passwords \
-   --with-pid-dir=/run \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Tests require openssh to be already installed system-wide,
-   # also connectivity tests will 

[arch-commits] Commit in inkscape/trunk (PKGBUILD)

2018-01-08 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 9, 2018 @ 03:13:18
  Author: bisson
Revision: 314279

remove dropped optdepends

Modified:
  inkscape/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 03:11:26 UTC (rev 314278)
+++ PKGBUILD2018-01-09 03:13:18 UTC (rev 314279)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.92.2
-pkgrel=7
+pkgrel=8
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -20,8 +20,7 @@
 'python2-scour: optimized SVG output'
 'texlive-core: latex formulas'
 'python2-numpy: some extensions'
-'python2-lxml: some extensions and filters'
-'uniconvertor: reading/writing to some proprietary formats')
+'python2-lxml: some extensions and filters')
 
source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
 poppler-0.58.patch)
 sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'


[arch-commits] Commit in librsvg/trunk (PKGBUILD)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 03:10:55
  Author: heftig
Revision: 314277

2.42.0-1

Modified:
  librsvg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 02:58:48 UTC (rev 314276)
+++ PKGBUILD2018-01-09 03:10:55 UTC (rev 314277)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.41.2
+pkgver=2.42.0
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -11,8 +11,8 @@
 license=(LGPL)
 depends=(gdk-pixbuf2 pango libcroco)
 makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust)
-_commit=f822e90c7a91f12c76793ffe8e349584d4d813f8  # tags/2.41.2^0
-source=("git+https://git.gnome.org/browse/librsvg#commit=$_commit;)
+_commit=2465e1bfc0aab8d03fb4a2c3a6b6cc110fcbde98  # tags/2.42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in librsvg/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 03:11:26
  Author: heftig
Revision: 314278

archrelease: copy trunk to testing-x86_64

Added:
  librsvg/repos/testing-x86_64/
  librsvg/repos/testing-x86_64/PKGBUILD
(from rev 314277, librsvg/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: librsvg/repos/testing-x86_64/PKGBUILD (from rev 314277, 
librsvg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-09 03:11:26 UTC (rev 314278)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.42.0
+pkgrel=1
+epoch=2
+pkgdesc="SVG rendering library"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2 pango libcroco)
+makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust)
+_commit=2465e1bfc0aab8d03fb4a2c3a6b6cc110fcbde98  # tags/2.42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-vala --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Reftests fail due to differences in text rendering
+  # Even with the fixated font on master there are still differences on i686
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in typespeed/repos/community-x86_64 (3 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 03:00:41
  Author: eschwartz
Revision: 280608

archrelease: copy trunk to community-x86_64

Added:
  typespeed/repos/community-x86_64/PKGBUILD
(from rev 280607, typespeed/trunk/PKGBUILD)
Deleted:
  typespeed/repos/community-x86_64/PKGBUILD
  typespeed/repos/community-x86_64/typespeed.install

---+
 PKGBUILD  |   60 ++--
 typespeed.install |   16 -
 2 files changed, 30 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 03:00:20 UTC (rev 280607)
+++ PKGBUILD2018-01-09 03:00:41 UTC (rev 280608)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Angel Velasquez  
-
-pkgname=typespeed
-pkgver=0.6.5
-pkgrel=6
-pkgdesc="Test your typing speed, and get your fingers' CPS."
-arch=('i686' 'x86_64')
-url="http://typespeed.sourceforge.net;
-license=('GPL')
-depends=('ncurses')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('578102b418c7df84903d3e90df2e7483')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
- --localstatedir=/var \
- --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: typespeed/repos/community-x86_64/PKGBUILD (from rev 280607, 
typespeed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 03:00:41 UTC (rev 280608)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Angel Velasquez 
+
+pkgname=typespeed
+pkgver=0.6.5
+pkgrel=7
+pkgdesc="Test your typing speed, and get your fingers' CPS."
+arch=('x86_64')
+url="http://typespeed.sourceforge.net;
+license=('GPL')
+depends=('ncurses')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('578102b418c7df84903d3e90df2e7483')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+ --localstatedir=/var \
+ --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  chown root:50 "$pkgdir"/usr/share/typespeed/*
+}

Deleted: typespeed.install
===
--- typespeed.install   2018-01-09 03:00:20 UTC (rev 280607)
+++ typespeed.install   2018-01-09 03:00:41 UTC (rev 280608)
@@ -1,16 +0,0 @@
-post_install() {
-   getent group games > /dev/null || /usr/sbin/groupadd -g 20 games
-   /usr/bin/typespeed --makescores
-   chown root.20 /usr/share/typespeed/*
-}
-
-post_upgrade() {
-   getent group games > /dev/null || /usr/sbin/groupadd -g 20 games
-   /usr/bin/typespeed --makescores
-   chown root.20 /usr/share/typespeed/*
-}
-
-pre_remove() {
-/bin/true
-}
-


[arch-commits] Commit in typespeed/trunk (PKGBUILD typespeed.install)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 03:00:20
  Author: eschwartz
Revision: 280607

upgpkg: typespeed 0.6.5-7

- HTTPS sources.
- The "games" user has a different uid now, provided by filesystem.
- The --makescores option seems to be completely gone in the code, and served
  no purpose. Take advantage of the opportunity to completely get rid of the
  install script.

Modified:
  typespeed/trunk/PKGBUILD
Deleted:
  typespeed/trunk/typespeed.install

---+
 PKGBUILD  |8 
 typespeed.install |   16 
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 00:58:20 UTC (rev 280606)
+++ PKGBUILD2018-01-09 03:00:20 UTC (rev 280607)
@@ -1,17 +1,16 @@
 # $Id$
 # Maintainer: Kyle Keen 
-# Contributor: Angel Velasquez  
+# Contributor: Angel Velasquez 
 
 pkgname=typespeed
 pkgver=0.6.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Test your typing speed, and get your fingers' CPS."
 arch=('x86_64')
 url="http://typespeed.sourceforge.net;
 license=('GPL')
 depends=('ncurses')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('578102b418c7df84903d3e90df2e7483')
 
 build() {
@@ -27,4 +26,5 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" install
+  chown root:50 "$pkgdir"/usr/share/typespeed/*
 }

Deleted: typespeed.install
===
--- typespeed.install   2018-01-09 00:58:20 UTC (rev 280606)
+++ typespeed.install   2018-01-09 03:00:20 UTC (rev 280607)
@@ -1,16 +0,0 @@
-post_install() {
-   getent group games > /dev/null || /usr/sbin/groupadd -g 20 games
-   /usr/bin/typespeed --makescores
-   chown root.20 /usr/share/typespeed/*
-}
-
-post_upgrade() {
-   getent group games > /dev/null || /usr/sbin/groupadd -g 20 games
-   /usr/bin/typespeed --makescores
-   chown root.20 /usr/share/typespeed/*
-}
-
-pre_remove() {
-/bin/true
-}
-


[arch-commits] Commit in gtk2/repos (6 files)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 02:58:48
  Author: heftig
Revision: 314276

archrelease: copy trunk to testing-x86_64

Added:
  gtk2/repos/testing-x86_64/
  gtk2/repos/testing-x86_64/PKGBUILD
(from rev 314275, gtk2/trunk/PKGBUILD)
  gtk2/repos/testing-x86_64/gtk-query-immodules-2.0.hook
(from rev 314275, gtk2/trunk/gtk-query-immodules-2.0.hook)
  gtk2/repos/testing-x86_64/gtk2.install
(from rev 314275, gtk2/trunk/gtk2.install)
  gtk2/repos/testing-x86_64/gtkrc
(from rev 314275, gtk2/trunk/gtkrc)
  gtk2/repos/testing-x86_64/xid-collision-debug.patch
(from rev 314275, gtk2/trunk/xid-collision-debug.patch)

--+
 PKGBUILD |   65 +
 gtk-query-immodules-2.0.hook |   11 ++
 gtk2.install |3 +
 gtkrc|3 +
 xid-collision-debug.patch|   15 +
 5 files changed, 97 insertions(+)

Copied: gtk2/repos/testing-x86_64/PKGBUILD (from rev 314275, 
gtk2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-09 02:58:48 UTC (rev 314276)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gtk2
+pkgver=2.24.32
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite 
libxdamage
+ shared-mime-info cairo libcups gtk-update-icon-cache librsvg 
desktop-file-utils)
+makedepends=(gobject-introspection python2 git gtk-doc)
+optdepends=('gnome-themes-standard: Default widget theme'
+'adwaita-icon-theme: Default icon theme')
+license=(LGPL)
+install=gtk2.install
+_commit=ed7d3e25f8b6debae6ccc8b50d1329155338cab8  # tags/2.24.32^0
+source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit;
+gtkrc
+gtk-query-immodules-2.0.hook
+xid-collision-debug.patch)
+sha256sums=('SKIP'
+'bc968e3e4f57e818430130338e5f85a5025e21d7e31a3293b8f5a0e58362b805'
+'9656a1efc798da1ac2dae94e921ed0f72719bd52d4d0138f305b993f778f7758'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+
+pkgver() {
+  cd gtk+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk+
+  patch -Np1 -i ../xid-collision-debug.patch
+  sed -i '1s/python$/&2/' gtk/gtk-builder-convert
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk+
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-xinput=yes \
+--disable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gtk+
+  make DESTDIR="$pkgdir" install
+
+  install -Dt "$pkgdir/usr/share/gtk-2.0" -m644 ../gtkrc
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
../gtk-query-immodules-2.0.hook
+
+  rm "$pkgdir/usr/bin/gtk-update-icon-cache"
+}
+
+# vim:set et sw=2:

Copied: gtk2/repos/testing-x86_64/gtk-query-immodules-2.0.hook (from rev 
314275, gtk2/trunk/gtk-query-immodules-2.0.hook)
===
--- testing-x86_64/gtk-query-immodules-2.0.hook (rev 0)
+++ testing-x86_64/gtk-query-immodules-2.0.hook 2018-01-09 02:58:48 UTC (rev 
314276)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gtk-2.0/2.10.0/immodules/*.so
+
+[Action]
+Description = Probing GTK2 input method modules...
+When = PostTransaction
+Exec = /usr/bin/gtk-query-immodules-2.0 --update-cache

Copied: gtk2/repos/testing-x86_64/gtk2.install (from rev 314275, 
gtk2/trunk/gtk2.install)
===
--- testing-x86_64/gtk2.install (rev 0)
+++ testing-x86_64/gtk2.install 2018-01-09 02:58:48 UTC (rev 314276)
@@ -0,0 +1,3 @@
+pre_remove() {
+rm -f /usr/lib/gtk-2.0/2.10.0/immodules.cache
+}

Copied: gtk2/repos/testing-x86_64/gtkrc (from rev 314275, gtk2/trunk/gtkrc)
===
--- testing-x86_64/gtkrc(rev 0)
+++ testing-x86_64/gtkrc2018-01-09 02:58:48 UTC (rev 314276)
@@ -0,0 +1,3 @@
+gtk-icon-theme-name = "Adwaita"
+gtk-theme-name = "Adwaita"
+gtk-font-name = "Cantarell 11"

Copied: gtk2/repos/testing-x86_64/xid-collision-debug.patch (from rev 314275, 
gtk2/trunk/xid-collision-debug.patch)
===
--- testing-x86_64/xid-collision-debug.patch(rev 0)
+++ testing-x86_64/xid-collision-debug.patch2018-01-09 02:58:48 UTC (rev 
314276)
@@ -0,0 +1,15 @@
+--- gtk+-2.18.3/gdk/x11/gdkxid.c   2009-06-19 04:59:18.0 +0200
 

[arch-commits] Commit in gtk2/trunk (PKGBUILD)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 02:57:41
  Author: heftig
Revision: 314275

2.24.32-1

Modified:
  gtk2/trunk/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 02:48:37 UTC (rev 314274)
+++ PKGBUILD2018-01-09 02:57:41 UTC (rev 314275)
@@ -2,11 +2,11 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk2
-pkgver=2.24.31
+pkgver=2.24.32
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
 arch=(x86_64)
-url="http://www.gtk.org/;
+url="https://www.gtk.org/;
 depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite 
libxdamage
  shared-mime-info cairo libcups gtk-update-icon-cache librsvg 
desktop-file-utils)
 makedepends=(gobject-introspection python2 git gtk-doc)
@@ -14,8 +14,8 @@
 'adwaita-icon-theme: Default icon theme')
 license=(LGPL)
 install=gtk2.install
-_commit=09c0b9c8a0f3dad599c179829ffb3a2e81f6efde
-source=("git://git.gnome.org/gtk+#commit=$_commit"
+_commit=ed7d3e25f8b6debae6ccc8b50d1329155338cab8  # tags/2.24.32^0
+source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit;
 gtkrc
 gtk-query-immodules-2.0.hook
 xid-collision-debug.patch)
@@ -30,36 +30,36 @@
 }
 
 prepare() {
-cd gtk+
-patch -Np1 -i ../xid-collision-debug.patch
-sed -i '1s/python$/&2/' gtk/gtk-builder-convert
-NOCONFIGURE=1 ./autogen.sh
+  cd gtk+
+  patch -Np1 -i ../xid-collision-debug.patch
+  sed -i '1s/python$/&2/' gtk/gtk-builder-convert
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-cd gtk+
+  cd gtk+
 
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-xinput=yes \
---enable-gtk-doc
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-xinput=yes \
+--disable-gtk-doc
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-make
+  make
 }
 
 package() {
-cd gtk+
-make DESTDIR="$pkgdir" install
+  cd gtk+
+  make DESTDIR="$pkgdir" install
 
-install -Dm644 ../gtkrc "$pkgdir/usr/share/gtk-2.0/gtkrc"
-install -Dm644 ../gtk-query-immodules-2.0.hook 
"$pkgdir/usr/share/libalpm/hooks/gtk-query-immodules-2.0.hook"
+  install -Dt "$pkgdir/usr/share/gtk-2.0" -m644 ../gtkrc
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
../gtk-query-immodules-2.0.hook
 
-rm "$pkgdir/usr/bin/gtk-update-icon-cache"
-rm -r "$pkgdir/usr/share/gtk-doc"
+  rm "$pkgdir/usr/bin/gtk-update-icon-cache"
 }
 
-# vim:set et sw=4:
+# vim:set et sw=2:


[arch-commits] Commit in freetype2/repos (8 files)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 02:48:37
  Author: heftig
Revision: 314274

archrelease: copy trunk to testing-x86_64

Added:
  freetype2/repos/testing-x86_64/
  freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 314273, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-x86_64/0002-Enable-infinality-subpixel-hinting.patch
(from rev 314273, 
freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
  freetype2/repos/testing-x86_64/0003-Enable-long-PCF-family-names.patch
(from rev 314273, freetype2/trunk/0003-Enable-long-PCF-family-names.patch)
  freetype2/repos/testing-x86_64/0005-freetype-2.5.2-more-demos.patch
(from rev 314273, freetype2/trunk/0005-freetype-2.5.2-more-demos.patch)
  freetype2/repos/testing-x86_64/PKGBUILD
(from rev 314273, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-x86_64/freetype2.install
(from rev 314273, freetype2/trunk/freetype2.install)
  freetype2/repos/testing-x86_64/freetype2.sh
(from rev 314273, freetype2/trunk/freetype2.sh)

---+
 0001-Enable-table-validation-modules.patch|   50 
 0002-Enable-infinality-subpixel-hinting.patch |   30 +++
 0003-Enable-long-PCF-family-names.patch   |   28 ++
 0005-freetype-2.5.2-more-demos.patch  |   17 
 PKGBUILD  |  100 
 freetype2.install |8 +
 freetype2.sh  |   12 ++
 7 files changed, 245 insertions(+)

Copied: 
freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch (from 
rev 314273, freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- testing-x86_64/0001-Enable-table-validation-modules.patch   
(rev 0)
+++ testing-x86_64/0001-Enable-table-validation-modules.patch   2018-01-09 
02:48:37 UTC (rev 314274)
@@ -0,0 +1,50 @@
+From c7a6a2312313a971089fb592deb8c476be4dca0f Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/4] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index 56a2340e56d187aa..3a028329187275df 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -120,30 +120,30 @@ AUX_MODULES += cache
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+ # See include/freetype/ftgzip.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += gzip
+ 
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += lzw
+ 
+ # Support for streams compressed with bzip2 (files with suffix .bz2).
+ #
+ # See include/freetype/ftbzip2.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.15.1
+

Copied: 
freetype2/repos/testing-x86_64/0002-Enable-infinality-subpixel-hinting.patch 
(from rev 314273, freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
===
--- testing-x86_64/0002-Enable-infinality-subpixel-hinting.patch
(rev 0)
+++ testing-x86_64/0002-Enable-infinality-subpixel-hinting.patch
2018-01-09 02:48:37 UTC (rev 314274)
@@ -0,0 +1,30 @@
+From 438b8c65e900d4c28db9eeb2a45e5998048eb471 Mon Sep 17 00:00:00 2001
+Message-Id: 
<438b8c65e900d4c28db9eeb2a45e5998048eb471.1513462508.git.jan.steff...@gmail.com>
+In-Reply-To: 

+References: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 29 Aug 2016 08:43:10 +0200
+Subject: [PATCH 2/4] Enable infinality subpixel hinting
+
+---
+ include/freetype/config/ftoption.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 06f3d50bb02fb5ac..e6f9720df9b5d004 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -654,8 +654,8 @@ FT_BEGIN_HEADER
+   /* [1] 

[arch-commits] Commit in freetype2/trunk (9 files)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 02:47:36
  Author: heftig
Revision: 314273

2.9-1

Added:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  freetype2/trunk/0005-freetype-2.5.2-more-demos.patch
Modified:
  freetype2/trunk/PKGBUILD
Deleted:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch
  freetype2/trunk/0004-Enable-long-PCF-family-names.patch
  freetype2/trunk/0005-freetype-2.5.2-more-demos.patch

---+
 0001-Enable-table-validation-modules.patch|   99 
 0002-Enable-infinality-subpixel-hinting.patch |   30 +++
 0003-Enable-infinality-subpixel-hinting.patch |   27 --
 0003-Enable-long-PCF-family-names.patch   |   28 ++
 0004-Enable-long-PCF-family-names.patch   |   25 --
 0005-freetype-2.5.2-more-demos.patch  |   34 
 PKGBUILD  |   22 ++---
 7 files changed, 136 insertions(+), 129 deletions(-)

Deleted: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2018-01-09 02:34:12 UTC (rev 
314272)
+++ 0001-Enable-table-validation-modules.patch  2018-01-09 02:47:36 UTC (rev 
314273)
@@ -1,49 +0,0 @@
-From 17dd2751813c3c8b37dac474cc5024473eb9bece Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/4] Enable table validation modules
-

- modules.cfg | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/modules.cfg b/modules.cfg
-index 517111efeb642459..64b2a34d510ce8f7 100644
 a/modules.cfg
-+++ b/modules.cfg
-@@ -120,30 +120,30 @@ AUX_MODULES += cache
- # TrueType GX/AAT table validation.  Needs ftgxval.c below.
- #
- # No FT_CONFIG_OPTION_PIC support.
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
- 
- # Support for streams compressed with gzip (files with suffix .gz).
- #
- # See include/freetype/ftgzip.h for the API.
- # No FT_CONFIG_OPTION_PIC support.
- AUX_MODULES += gzip
- 
- # Support for streams compressed with LZW (files with suffix .Z).
- #
- # See include/freetype/ftlzw.h for the API.
- # No FT_CONFIG_OPTION_PIC support.
- AUX_MODULES += lzw
- 
- # Support for streams compressed with bzip2 (files with suffix .bz2).
- #
- # See include/freetype/ftbzip2.h for the API.
- # No FT_CONFIG_OPTION_PIC support.
- AUX_MODULES += bzip2
- 
- # OpenType table validation.  Needs ftotval.c below.
- #
- # No FT_CONFIG_OPTION_PIC support.
--# AUX_MODULES += otvalid
-+AUX_MODULES += otvalid
- 
- # Auxiliary PostScript driver component to share common code.
- #
--- 
-2.13.0
-

Added: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  (rev 0)
+++ 0001-Enable-table-validation-modules.patch  2018-01-09 02:47:36 UTC (rev 
314273)
@@ -0,0 +1,50 @@
+From c7a6a2312313a971089fb592deb8c476be4dca0f Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/4] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index 56a2340e56d187aa..3a028329187275df 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -120,30 +120,30 @@ AUX_MODULES += cache
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+ # See include/freetype/ftgzip.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += gzip
+ 
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += lzw
+ 
+ # Support for streams compressed with bzip2 (files with suffix .bz2).
+ #
+ # See include/freetype/ftbzip2.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.15.1
+

Added: 0002-Enable-infinality-subpixel-hinting.patch
===
--- 0002-Enable-infinality-subpixel-hinting.patch   
(rev 0)
+++ 0002-Enable-infinality-subpixel-hinting.patch   

[arch-commits] Commit in avahi/repos/staging-x86_64 (4 files)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 02:34:12
  Author: heftig
Revision: 314272

archrelease: copy trunk to staging-x86_64

Added:
  
avahi/repos/staging-x86_64/0001-avahi-python-Use-the-agnostic-DBM-interface.patch
(from rev 314271, 
avahi/trunk/0001-avahi-python-Use-the-agnostic-DBM-interface.patch)
  avahi/repos/staging-x86_64/PKGBUILD
(from rev 314271, avahi/trunk/PKGBUILD)
Deleted:
  
avahi/repos/staging-x86_64/0001-avahi-python-Use-the-agnostic-DBM-interface.patch
  avahi/repos/staging-x86_64/PKGBUILD

+
 0001-avahi-python-Use-the-agnostic-DBM-interface.patch |  512 +++
 PKGBUILD   |  179 ++---
 2 files changed, 346 insertions(+), 345 deletions(-)

Deleted: 0001-avahi-python-Use-the-agnostic-DBM-interface.patch
===
--- 0001-avahi-python-Use-the-agnostic-DBM-interface.patch  2018-01-09 
01:49:07 UTC (rev 314271)
+++ 0001-avahi-python-Use-the-agnostic-DBM-interface.patch  2018-01-09 
02:34:12 UTC (rev 314272)
@@ -1,256 +0,0 @@
-From 426f70261d61db359e573e06b03575ee8cf50f5d Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 11 Jul 2017 21:52:37 +0200
-Subject: [PATCH] avahi-python: Use the agnostic DBM interface
-
-Also fixes configure failing if Python 3 and GDBM are in use, since Py3
-only has anydbm under the name of 'dbm'.

- avahi-python/avahi/Makefile.am  | 15 +---
- avahi-python/avahi/ServiceTypeDatabase.py.in| 31 ++---
- configure.ac|  9 ---
- service-type-database/.gitignore|  1 -
- service-type-database/Makefile.am   | 18 --
- service-type-database/{build-db.in => build-db} | 13 +++
- 6 files changed, 41 insertions(+), 46 deletions(-)
- rename service-type-database/{build-db.in => build-db} (87%)
-
-diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am
-index 3eb67d0df438a7f8..c906b9bf3b6d0708 100644
 a/avahi-python/avahi/Makefile.am
-+++ b/avahi-python/avahi/Makefile.am
-@@ -25,29 +25,16 @@ avahidir = $(pythondir)/avahi
- 
- if HAVE_GDBM
- nodist_avahi_SCRIPTS = ServiceTypeDatabase.py
--
--ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
--  $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
--  -e 's,@DBM\@,gdbm,g' \
--  -e 's,@FIRST_KEY\@,key = self.db.firstkey(),g' \
--  -e 's,@CHECK_KEY\@,while key is not None:,g' \
--  -e 's,@NEXT_KEY\@,key = self.db.nextkey(key),g' \
--  -e 's,@pkglibdatadir\@,$(pkglibdatadir),g' $< > $@ && \
--  chmod +x $@
- endif
- 
- if HAVE_DBM
- nodist_avahi_SCRIPTS = ServiceTypeDatabase.py
-+endif
- 
- ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
-   $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
--  -e 's,@DBM\@,dbm,g' \
--  -e 's,@FIRST_KEY\@,keys = self.db.keys(),g' \
--  -e 's,@CHECK_KEY\@,for key in keys:,g' \
--  -e 's,@NEXT_KEY\@,,g' \
-   -e 's,@pkglibdatadir\@,$(pkglibdatadir),g' $< > $@ && \
-   chmod +x $@
--endif
- 
- avahi_PYTHON = $(avahi_SCRIPTS)
- 
-diff --git a/avahi-python/avahi/ServiceTypeDatabase.py.in 
b/avahi-python/avahi/ServiceTypeDatabase.py.in
-index 4ddd654409deb983..d7f9969bbd5a6ab0 100644
 a/avahi-python/avahi/ServiceTypeDatabase.py.in
-+++ b/avahi-python/avahi/ServiceTypeDatabase.py.in
-@@ -17,18 +17,22 @@
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- # USA.
- 
--import @DBM@
-+try:
-+import anydbm as dbm
-+except ImportError:
-+import dbm
-+
- import locale
- import re
- 
- locale.setlocale(locale.LC_ALL, '')
- 
- class ServiceTypeDatabase:
- """ServiceTypeDatabase maps service types to descriptions"""
- 
- def __init__(self, filename = "@pkglibdatadir@/service-types.db"):
- 
--self.db = @DBM@.open(filename, "r")
-+self.db = dbm.open(filename, "r")
- 
- l = locale.getlocale(locale.LC_MESSAGES)
- 
-@@ -90,13 +94,24 @@ class ServiceTypeDatabase:
- 
- def __iter__(self):
- 
--@FIRST_KEY@
--@CHECK_KEY@
-+def want_key(key):
-+if not re.search('_[a-zA-Z0-9-]+\._[a-zA-Z0-9-]+', key):
-+return False
-+if re.search('_[a-zA-Z0-9-]+\._[a-zA-Z0-9-]+\[.*\]', key):
-+return False
-+return True
- 
--if re.search('_[a-zA-Z0-9-]+\._[a-zA-Z0-9-]+', key) and not 
re.search('_[a-zA-Z0-9-]+\._[a-zA-Z0-9-]+\[.*\]', key):
--yield key
--
--@NEXT_KEY@
-+try:
-+key = self.db.firstkey()
-+except AttributeError:
-+for key in self.db.keys():
-+if want_key(key):
-+yield key
-+else:
-+while key is not None:
-+if 

[arch-commits] Commit in avahi/trunk (PKGBUILD)

2018-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 01:49:07
  Author: heftig
Revision: 314271

0.7-4: FS#56989 Restore services dir

Modified:
  avahi/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 20:25:53 UTC (rev 314270)
+++ PKGBUILD2018-01-09 01:49:07 UTC (rev 314271)
@@ -5,7 +5,7 @@
 
 pkgname=avahi
 pkgver=0.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Service Discovery for Linux using mDNS/DNS-SD -- compatible with 
Bonjour'
 url='https://github.com/lathiat/avahi'
 license=(LGPL)
@@ -24,7 +24,6 @@
 'python-dbus: avahi-discover')
 backup=(etc/avahi/{hosts,avahi-daemon.conf}
 usr/lib/avahi/service-types.db)
-options=(!emptydirs)
 _commit=6242e5f0fe001b7de2ccaa9431db279b2ee76b83  # tags/v0.7
 source=("git+https://github.com/lathiat/avahi#commit=$_commit;
 0001-avahi-python-Use-the-agnostic-DBM-interface.patch)
@@ -73,6 +72,8 @@
   make DESTDIR="$pkgdir" -C avahi-python/avahi2 install \
 PYTHON=/usr/bin/python2 pythondir=/usr/lib/python2.7/site-packages
 
+  rmdir "$pkgdir/run"
+
   # this isn't ported
   sed -i '1s|python3|python2|' "$pkgdir/usr/bin/avahi-bookmarks"
 


[arch-commits] Commit in taglib-sharp (repos/community-any/PKGBUILD trunk/PKGBUILD)

2018-01-08 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 00:58:20
  Author: bgyorgy
Revision: 280606

Fix missing source

Modified:
  taglib-sharp/repos/community-any/PKGBUILD
  taglib-sharp/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |   13 +++--
 trunk/PKGBUILD   |   13 +++--
 2 files changed, 14 insertions(+), 12 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2018-01-09 00:37:25 UTC (rev 280605)
+++ repos/community-any/PKGBUILD2018-01-09 00:58:20 UTC (rev 280606)
@@ -11,21 +11,22 @@
 url="https://github.com/mono/taglib-sharp;
 license=('LGPL2.1')
 depends=('mono')
-source=(http://download.banshee-project.org/taglib-sharp/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('713eb7d3011092a4842d0955776271e5ee7b122d7e3c7c24cffb7f96132e8179')
+source=(https://github.com/mono/taglib-sharp/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec')
 
 prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/gmcs/mcs/' configure{.ac,}
+  cd $pkgname-$pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure.ac
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   ./configure --prefix=/usr --disable-docs
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-09 00:37:25 UTC (rev 280605)
+++ trunk/PKGBUILD  2018-01-09 00:58:20 UTC (rev 280606)
@@ -11,21 +11,22 @@
 url="https://github.com/mono/taglib-sharp;
 license=('LGPL2.1')
 depends=('mono')
-source=(http://download.banshee-project.org/taglib-sharp/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('713eb7d3011092a4842d0955776271e5ee7b122d7e3c7c24cffb7f96132e8179')
+source=(https://github.com/mono/taglib-sharp/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('8221fccfc2e834eebb24404f2c0ca26b2788af646a172266f89627a5d339bdec')
 
 prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/gmcs/mcs/' configure{.ac,}
+  cd $pkgname-$pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure.ac
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   ./configure --prefix=/usr --disable-docs
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in ziproxy/repos/community-x86_64 (12 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 00:37:25
  Author: eschwartz
Revision: 280605

archrelease: copy trunk to community-x86_64

Added:
  ziproxy/repos/community-x86_64/PKGBUILD
(from rev 280604, ziproxy/trunk/PKGBUILD)
  ziproxy/repos/community-x86_64/build-fix.patch
(from rev 280604, ziproxy/trunk/build-fix.patch)
  ziproxy/repos/community-x86_64/ziproxy.install
(from rev 280604, ziproxy/trunk/ziproxy.install)
  ziproxy/repos/community-x86_64/ziproxy.logrotate
(from rev 280604, ziproxy/trunk/ziproxy.logrotate)
  ziproxy/repos/community-x86_64/ziproxy.sysusers
(from rev 280604, ziproxy/trunk/ziproxy.sysusers)
  ziproxy/repos/community-x86_64/ziproxy.tmpfiles
(from rev 280604, ziproxy/trunk/ziproxy.tmpfiles)
  ziproxy/repos/community-x86_64/ziproxy.xinetd
(from rev 280604, ziproxy/trunk/ziproxy.xinetd)
Deleted:
  ziproxy/repos/community-x86_64/PKGBUILD
  ziproxy/repos/community-x86_64/build-fix.patch
  ziproxy/repos/community-x86_64/ziproxy.install
  ziproxy/repos/community-x86_64/ziproxy.logrotate
  ziproxy/repos/community-x86_64/ziproxy.xinetd

---+
 PKGBUILD  |  127 +++-
 build-fix.patch   |   64 +-
 ziproxy.install   |   32 ++---
 ziproxy.logrotate |   26 +-
 ziproxy.sysusers  |1 
 ziproxy.tmpfiles  |1 
 ziproxy.xinetd|   28 +--
 7 files changed, 143 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 00:36:18 UTC (rev 280604)
+++ PKGBUILD2018-01-09 00:37:25 UTC (rev 280605)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Yejun Yang yejunx AT gmail DOT com
-
-pkgname=ziproxy
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="forwarding, non-caching, compressing HTTP proxy server"
-arch=('i686' 'x86_64')
-url="http://ziproxy.sourceforge.net/;
-license=('GPL2')
-depends=('giflib' 'libpng' 'libjpeg' 'zlib' 'jasper' 'libsasl')
-backup=(etc/ziproxy/ziproxy.conf
-   etc/ziproxy/bo_exception.list
-   etc/ziproxy/http.passwd
-   etc/ziproxy/noprocess.list
-   etc/ziproxy/replace.list
-   etc/xinetd.d/ziproxy
-   var/lib/ziproxy/error/400.html
-   var/lib/ziproxy/error/404.html
-   var/lib/ziproxy/error/407.html
-   var/lib/ziproxy/error/408.html
-   var/lib/ziproxy/error/409.html
-   var/lib/ziproxy/error/500.html
-   var/lib/ziproxy/error/503.html)
-install=ziproxy.install
-source=(http://downloads.sourceforge.net/project/ziproxy/ziproxy/ziproxy-$pkgver/ziproxy-$pkgver.tar.bz2
-   ziproxy.logrotate
-   ziproxy.xinetd
-   build-fix.patch)
-sha256sums=('c39c6148840cdaa867d4dd3ad41d39be345494b2048b86ec899d0c075e56874d'
-'6087c75dc9a9d493365bb599bf4dcb72fab95da54ea9b75418616cf0cd9be5e3'
-'27c2ce6207c24e1af5bc1cb7b350ef5ca12ea3bdaf7b5f10f00251ec1292c3a0'
-'dd462a5604aba5bfea8e12a4abe6db317f8d45bc7614696e6d7379cf8120a616')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-#  sed -i '1,1i#include ' src/qparser.c
-  patch -p1 <"$srcdir"/build-fix.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr --with-jasper
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/var/lib/ziproxy/error
-  install -d "$pkgdir"/etc/conf.d
-
-  sed -i 's#var/ziproxy#var/lib/ziproxy#' etc/ziproxy/ziproxy.conf
-  cp -a etc/ziproxy "$pkgdir"/etc/ziproxy
-  install -m644 var/ziproxy/error/* "$pkgdir"/var/lib/ziproxy/error
-  echo "ZIPROXY_ARGS=\"-c /etc/ziproxy/ziproxy.conf\"" 
>"$pkgdir"/etc/conf.d/ziproxy
-  install -Dm0644 "$srcdir"/ziproxy.logrotate "$pkgdir"/etc/logrotate.d/ziproxy
-  install -Dm0644 "$srcdir"/ziproxy.xinetd "$pkgdir"/etc/xinetd.d/ziproxy
-}

Copied: ziproxy/repos/community-x86_64/PKGBUILD (from rev 280604, 
ziproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 00:37:25 UTC (rev 280605)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Yejun Yang yejunx AT gmail DOT com
+
+pkgname=ziproxy
+pkgver=3.3.1
+pkgrel=2
+pkgdesc="forwarding, non-caching, compressing HTTP proxy server"
+arch=('x86_64')
+url="http://ziproxy.sourceforge.net/;
+license=('GPL2')
+depends=('giflib' 'libpng' 'libjpeg' 'zlib' 'jasper' 'libsasl')
+backup=(etc/ziproxy/ziproxy.conf
+   etc/ziproxy/bo_exception.list
+   etc/ziproxy/http.passwd
+   etc/ziproxy/noprocess.list
+   etc/ziproxy/replace.list
+   etc/xinetd.d/ziproxy
+   var/lib/ziproxy/error/400.html
+   var/lib/ziproxy/error/404.html
+   var/lib/ziproxy/error/407.html
+   var/lib/ziproxy/error/408.html
+   var/lib/ziproxy/error/409.html
+   var/lib/ziproxy/error/500.html
+   

[arch-commits] Commit in ziproxy/trunk (PKGBUILD ziproxy.sysusers ziproxy.tmpfiles)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 00:36:18
  Author: eschwartz
Revision: 280604

upgpkg: ziproxy 3.3.1-2

migrate to systemd-sysusers/systemd-tmpfiles

Added:
  ziproxy/trunk/ziproxy.sysusers
  ziproxy/trunk/ziproxy.tmpfiles
Modified:
  ziproxy/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 ziproxy.sysusers |1 +
 ziproxy.tmpfiles |1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 00:21:56 UTC (rev 280603)
+++ PKGBUILD2018-01-09 00:36:18 UTC (rev 280604)
@@ -4,7 +4,7 @@
 
 pkgname=ziproxy
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="forwarding, non-caching, compressing HTTP proxy server"
 arch=('x86_64')
 url="http://ziproxy.sourceforge.net/;
@@ -23,13 +23,16 @@
var/lib/ziproxy/error/409.html
var/lib/ziproxy/error/500.html
var/lib/ziproxy/error/503.html)
-install=ziproxy.install
 
source=(https://downloads.sourceforge.net/project/ziproxy/ziproxy/ziproxy-$pkgver/ziproxy-$pkgver.tar.bz2
ziproxy.logrotate
+ziproxy.sysusers
+ziproxy.tmpfiles
ziproxy.xinetd
build-fix.patch)
 sha256sums=('c39c6148840cdaa867d4dd3ad41d39be345494b2048b86ec899d0c075e56874d'
 '6087c75dc9a9d493365bb599bf4dcb72fab95da54ea9b75418616cf0cd9be5e3'
+'a2aa82f37b0436e99cda917d994a728d0e8b08ffc9c3f87dd3b6e509a0b36a14'
+'28e6c059c8bf0c9291c20157a356991de67b2459dc3b333f58bd93e02bbb3e01'
 '27c2ce6207c24e1af5bc1cb7b350ef5ca12ea3bdaf7b5f10f00251ec1292c3a0'
 'dd462a5604aba5bfea8e12a4abe6db317f8d45bc7614696e6d7379cf8120a616')
 
@@ -58,4 +61,6 @@
   echo "ZIPROXY_ARGS=\"-c /etc/ziproxy/ziproxy.conf\"" 
>"$pkgdir"/etc/conf.d/ziproxy
   install -Dm0644 "$srcdir"/ziproxy.logrotate "$pkgdir"/etc/logrotate.d/ziproxy
   install -Dm0644 "$srcdir"/ziproxy.xinetd "$pkgdir"/etc/xinetd.d/ziproxy
+  install -Dm0644 "$srcdir"/ziproxy.sysusers 
"$pkgdir"/usr/lib/sysusers.d/ziproxy.conf
+  install -Dm0644 "$srcdir"/ziproxy.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/ziproxy.conf
 }

Added: ziproxy.sysusers
===
--- ziproxy.sysusers(rev 0)
+++ ziproxy.sysusers2018-01-09 00:36:18 UTC (rev 280604)
@@ -0,0 +1 @@
+u proxy 15 - -

Added: ziproxy.tmpfiles
===
--- ziproxy.tmpfiles(rev 0)
+++ ziproxy.tmpfiles2018-01-09 00:36:18 UTC (rev 280604)
@@ -0,0 +1 @@
+d /var/log/ziproxy 0775 0 15 - -


[arch-commits] Commit in fcitx-rime/trunk (PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 00:21:19
  Author: eschwartz
Revision: 280602

upgpkg: fcitx-rime 0.3.2-2

Add PGP signatures.

Modified:
  fcitx-rime/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 00:03:06 UTC (rev 280601)
+++ PKGBUILD2018-01-09 00:21:19 UTC (rev 280602)
@@ -4,7 +4,7 @@
 
 pkgname=fcitx-rime
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Fcitx Wrapper for librime'
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-rime;
@@ -11,9 +11,10 @@
 license=('GPL')
 depends=('fcitx' "librime" "brise")
 makedepends=('cmake')
-source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;) #  
{,.sig})
-sha512sums=('8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1')
-# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian 

 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in fcitx-rime/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 00:21:56
  Author: eschwartz
Revision: 280603

archrelease: copy trunk to community-x86_64

Added:
  fcitx-rime/repos/community-x86_64/PKGBUILD
(from rev 280602, fcitx-rime/trunk/PKGBUILD)
Deleted:
  fcitx-rime/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   57 +
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 00:21:19 UTC (rev 280602)
+++ PKGBUILD2018-01-09 00:21:56 UTC (rev 280603)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: lh 
-
-pkgname=fcitx-rime
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-rime;
-license=('GPL')
-depends=('fcitx' "librime" "brise")
-makedepends=('cmake')
-source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;) #  
{,.sig})
-sha512sums=('8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1')
-# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx-rime/repos/community-x86_64/PKGBUILD (from rev 280602, 
fcitx-rime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 00:21:56 UTC (rev 280603)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: lh 
+
+pkgname=fcitx-rime
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Fcitx Wrapper for librime'
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-rime;
+license=('GPL')
+depends=('fcitx' "librime" "brise")
+makedepends=('cmake')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian 

+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in dd_rescue/trunk (PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 00:03:06
  Author: eschwartz
Revision: 280601

Add PGP signatures.

Modified:
  dd_rescue/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 23:20:36 UTC (rev 280600)
+++ PKGBUILD2018-01-09 00:03:06 UTC (rev 280601)
@@ -13,10 +13,12 @@
 depends=('glibc')
 optdepends=('lzo: for libddr_lzo')
 arch=('x86_64')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2;
+source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"{,.asc}
 'dd_rescue-1.99-disable-openssl.patch')
 
sha512sums=('a240eb9d50950cefbc65d953c84a8e3782d39282aff4e7fa42364b40cee0eb0a02f61315786a1008cf7ae9c3d758700e9f3a0087b9477b3ffbfcbcef59f07d88'
+'SKIP'
 
'fff318506e57a6737f523ecebd90751a35e908ca71fb29985132c9c2e6b476f341c241a2abb8a86b86bf24d03e185f15d2bc89f3c3d834cbb34aecb8e5e85d55')
+validpgpkeys=('6669F7340D31E95EC5565490DE4F1B3A2BFFC5BF') # Kurt Garloff 

 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in sigil/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 23:20:36
  Author: eschwartz
Revision: 280600

archrelease: copy trunk to community-x86_64

Added:
  sigil/repos/community-x86_64/PKGBUILD
(from rev 280599, sigil/trunk/PKGBUILD)
Deleted:
  sigil/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  107 +++--
 1 file changed, 63 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 23:19:53 UTC (rev 280599)
+++ PKGBUILD2018-01-08 23:20:36 UTC (rev 280600)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.8
-pkgrel=2
-pkgdesc="WYSIWYG ebook editor"
-arch=('i686' 'x86_64')
-url="http://sigil-ebook.com/;
-license=('GPL3')
-depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 
'hunspell')
-makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
-source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip;)
-md5sums=('478222c6d79b20ff8e596da78069c1b3')
-
-build() {
-  cd "${srcdir}/Sigil-${pkgver}"
-
-  mkdir -p build
-  cd build
-
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON .. \
--DUSE_SYSTEM_LIBS=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/Sigil-${pkgver}/build
-  make install DESTDIR="${pkgdir}"
-
-  for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-  done
-  install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: sigil/repos/community-x86_64/PKGBUILD (from rev 280599, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 23:20:36 UTC (rev 280600)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/;
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'minizip' 'python-lxml' 'qt5-webkit')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake')
+optdepends=('hunspell-en: for English dictionary support'
+'hyphen-en: for English hyphenation support in plugins'
+'python-html5lib: recommended for plugins'
+'python-chardet: recommended for plugins'
+'python-cssselect: recommended for plugins'
+'python-cssutils: recommended for plugins'
+'python-pillow: recommended for plugins'
+'python-regex: recommended for plugins')
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
+   
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig;)
+sha256sums=('12c1ace50598aef0a5e1397da3fdcd9c5ed9eba753c476d0ee5ab00a5d2d3764'
+'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

+
+build() {
+cd "${srcdir}/Sigil-${pkgver}"
+
+mkdir -p build
+cd build
+
+cmake -G "Unix Makefiles" \
+-DUSE_SYSTEM_LIBS=1 \
+-DSYSTEM_LIBS_REQUIRED=1 \
+-DINSTALL_BUNDLED_DICTS=0 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+make
+}
+
+package() {
+cd "${srcdir}"/Sigil-${pkgver}/build
+make install DESTDIR="${pkgdir}"
+
+for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
+
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+done
+install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+# Compile python bytecode
+python -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
+python -O -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
+}


[arch-commits] Commit in sigil/trunk (PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 23:19:53
  Author: eschwartz
Revision: 280599

upgpkg: sigil 0.9.9-1

upstream release
Add PGP signatures.
Debundle hunspell dictionaries.
Byte-compile the python plugin framework.

Modified:
  sigil/trunk/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 46 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 23:18:13 UTC (rev 280598)
+++ PKGBUILD2018-01-08 23:19:53 UTC (rev 280599)
@@ -1,44 +1,63 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
 # Contributor: Larry Hajali 
 
 pkgname=sigil
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('x86_64')
-url="http://sigil-ebook.com/;
+url="https://sigil-ebook.com/;
 license=('GPL3')
-depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 
'hunspell')
-makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
-source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip;)
-md5sums=('478222c6d79b20ff8e596da78069c1b3')
+depends=('hicolor-icon-theme' 'hunspell' 'minizip' 'python-lxml' 'qt5-webkit')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake')
+optdepends=('hunspell-en: for English dictionary support'
+'hyphen-en: for English hyphenation support in plugins'
+'python-html5lib: recommended for plugins'
+'python-chardet: recommended for plugins'
+'python-cssselect: recommended for plugins'
+'python-cssutils: recommended for plugins'
+'python-pillow: recommended for plugins'
+'python-regex: recommended for plugins')
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
+   
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig;)
+sha256sums=('12c1ace50598aef0a5e1397da3fdcd9c5ed9eba753c476d0ee5ab00a5d2d3764'
+'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

 
 build() {
-  cd "${srcdir}/Sigil-${pkgver}"
+cd "${srcdir}/Sigil-${pkgver}"
 
-  mkdir -p build
-  cd build
+mkdir -p build
+cd build
 
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON .. \
--DUSE_SYSTEM_LIBS=ON
+cmake -G "Unix Makefiles" \
+-DUSE_SYSTEM_LIBS=1 \
+-DSYSTEM_LIBS_REQUIRED=1 \
+-DINSTALL_BUNDLED_DICTS=0 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
 
-  make
+make
 }
 
 package() {
-  cd "${srcdir}"/Sigil-${pkgver}/build
-  make install DESTDIR="${pkgdir}"
+cd "${srcdir}"/Sigil-${pkgver}/build
+make install DESTDIR="${pkgdir}"
 
-  for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-  done
-  install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
+for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
+
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+done
+install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+# Compile python bytecode
+python -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
+python -O -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
 }


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (12 files)

2018-01-08 Thread Balló György via arch-commits
Date: Monday, January 8, 2018 @ 23:18:13
  Author: bgyorgy
Revision: 280598

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 280597, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 280597, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 280597, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 280597, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/telegram-desktop.desktop
(from rev 280597, telegram-desktop/trunk/telegram-desktop.desktop)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 280597, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/telegram-desktop.desktop
  telegram-desktop/repos/community-x86_64/tg.protocol

--+
 CMakeLists.inj   |   28 -
 PKGBUILD |  176 +++---
 libtgvoip.patch  |   36 -
 tdesktop.patch   | 1155 ++---
 telegram-desktop.desktop |   22 
 tg.protocol  |   22 
 6 files changed, 720 insertions(+), 719 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2018-01-08 23:17:57 UTC (rev 280597)
+++ CMakeLists.inj  2018-01-08 23:18:13 UTC (rev 280598)
@@ -1,14 +0,0 @@
-# - debian/CMakeLists.inj begin -
-# The text will be putted into the appropriate CMakeLists by debian/rules 
script
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-
-# vim: ft=cmake
-# -- debian/CMakeLists.inj end --

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
280597, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2018-01-08 23:18:13 UTC (rev 280598)
@@ -0,0 +1,14 @@
+# - debian/CMakeLists.inj begin -
+# The text will be putted into the appropriate CMakeLists by debian/rules 
script
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+
+# vim: ft=cmake
+# -- debian/CMakeLists.inj end --

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 23:17:57 UTC (rev 280597)
+++ PKGBUILD2018-01-08 23:18:13 UTC (rev 280598)
@@ -1,88 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.2.6
-pkgrel=2
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0' 'libappindicator-gtk3')
-makedepends=('cmake' 'git' 'gyp' 'libexif' 'libva' 'libwebp' 'mtdev' 
'range-v3' 'python' 'python2' 'gtk3' 'dee')
-source=(
-
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
-"GSL::git+https://github.com/Microsoft/GSL.git;
-"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git;
-"variant::git+https://github.com/mapbox/variant.git;
-"Catch::git+https://github.com/philsquared/Catch;
-"telegram-desktop.desktop"
-"tg.protocol"
-"CMakeLists.inj"
-"tdesktop.patch"
-"libtgvoip.patch"
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'b12b6d25fc2e6fb0a60a14bbab8b600ec71cf4651279180730c1a469afd1173c'
-'d4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb'
-'7a06af83609168a8eaec59a65252caa41dcd0ecc805225886435eb65073e9c82'
-

[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD tdesktop.patch)

2018-01-08 Thread Balló György via arch-commits
Date: Monday, January 8, 2018 @ 23:17:57
  Author: bgyorgy
Revision: 280597

upgpkg: telegram-desktop 1.2.6-3

Reduce dependencies to turn this package into a pure Qt5 application

Modified:
  telegram-desktop/trunk/PKGBUILD
  telegram-desktop/trunk/tdesktop.patch

+
 PKGBUILD   |   10 +-
 tdesktop.patch |5 +++--
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 22:51:03 UTC (rev 280596)
+++ PKGBUILD2018-01-08 23:17:57 UTC (rev 280597)
@@ -6,13 +6,13 @@
 
 pkgname=telegram-desktop
 pkgver=1.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
 license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0' 'libappindicator-gtk3')
-makedepends=('cmake' 'git' 'gyp' 'libexif' 'libva' 'libwebp' 'mtdev' 
'range-v3' 'python' 'python2' 'gtk3' 'dee')
+depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0')
+makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python')
 source=(
 
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
 "GSL::git+https://github.com/Microsoft/GSL.git;
@@ -33,7 +33,7 @@
 'b12b6d25fc2e6fb0a60a14bbab8b600ec71cf4651279180730c1a469afd1173c'
 'd4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb'
 '7a06af83609168a8eaec59a65252caa41dcd0ecc805225886435eb65073e9c82'
-'9011d01340549d8a7b6627c44de5355356342a7e83789672e9e0aa92657ee04f'
+'c0a71a540c6263d4e6cbba326a9b9d61cd57ef6db6054e87058dc49cbb707a23'
 '0e55b150b91aeeddcb813fb242a62fe4d1977bcac457eb9d65997faef643f075')
 
 prepare() {
@@ -53,7 +53,7 @@
 build() {
 cd "$srcdir/tdesktop"
 export LANG=en_US.UTF-8
-export 
GYP_DEFINES="TDESKTOP_DISABLE_CRASH_REPORTS,TDESKTOP_DISABLE_AUTOUPDATE,TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME,TDESKTOP_DISABLE_UNITY_INTEGRATION"
+export 
GYP_DEFINES="TDESKTOP_DISABLE_CRASH_REPORTS,TDESKTOP_DISABLE_AUTOUPDATE,TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME,TDESKTOP_DISABLE_UNITY_INTEGRATION,TDESKTOP_DISABLE_GTK_INTEGRATION"
 export EXTRA_FLAGS="-Winvalid-pch"
 export CPPFLAGS="$CPPFLAGS $EXTRA_FLAGS"
 export CXXFLAGS="$CXXFLAGS $EXTRA_FLAGS"

Modified: tdesktop.patch
===
--- tdesktop.patch  2018-01-08 22:51:03 UTC (rev 280596)
+++ tdesktop.patch  2018-01-08 23:17:57 UTC (rev 280597)
@@ -543,7 +543,7 @@
  # 32 bit version can't be linked with debug info or LTO,
  # virtual memory exhausted :(
  'cflags_c': [ '-g' ],
-@@ -118,9 +110,8 @@
+@@ -118,10 +110,8 @@
  ],
}], ['not_need_gtk!="True"', {
  'cflags_cc': [
@@ -550,11 +550,12 @@
 -  ' /dev/null --cflags appindicator-0.1)',
 -  ' /dev/null --cflags gtk+-2.0)',
 -  ' /dev/null --cflags glib-2.0)',
+-  ' /dev/null --cflags dee-1.0)',
 +  ' /dev/null --cflags appindicator3-0.1)',
 +  ' /dev/null --cflags gtk+-3.0)',
-   ' /dev/null --cflags dee-1.0)',
  ],
}]
+ ],
 diff --git a/Telegram/gyp/telegram_sources.txt 
b/Telegram/gyp/telegram_sources.txt
 index 5d2f627e..defd475d 100644
 --- a/Telegram/gyp/telegram_sources.txt


[arch-commits] Commit in python-gammu/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:51:03
  Author: jlichtblau
Revision: 280596

archrelease: copy trunk to community-x86_64

Added:
  python-gammu/repos/community-x86_64/PKGBUILD
(from rev 280595, python-gammu/trunk/PKGBUILD)
Deleted:
  python-gammu/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 22:50:51 UTC (rev 280595)
+++ PKGBUILD2018-01-08 22:51:03 UTC (rev 280596)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-
-pkgbase=python-gammu
-pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.10
-pkgrel=1
-pkgdesc="Python bindings for Gammu library"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/python-gammu/;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
-source=(http://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
-sha256sums=('a8e9032c7c697ce71021873e6bcedcb80929b95a7e99d071893588150772e773')
-
-prepare() {
-  cp -a python-gammu-$pkgver{,-py2}
-}
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-
-  cd "${srcdir}"/python-gammu-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test || warning "Tests failed"
-
-  cd "${srcdir}"/python-gammu-$pkgver-py2
-  python2 setup.py test || warning "Tests failed"
-}
-
-package_python-gammu() {
-  depends=('python' 'gammu')
-
-  cd python-gammu-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-gammu() {
-  depends=('python2' 'gammu')
-
-  cd python-gammu-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gammu/repos/community-x86_64/PKGBUILD (from rev 280595, 
python-gammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 22:51:03 UTC (rev 280596)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+
+pkgbase=python-gammu
+pkgname=('python-gammu' 'python2-gammu')
+pkgver=2.11
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('x86_64')
+url="http://wammu.eu/python-gammu/;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
+source=(http://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
+sha256sums=('8938af9a92804028e729f68a2e23ccbde525590a4cdc2f43e59d490855a05db6')
+
+prepare() {
+  cp -a python-gammu-$pkgver{,-py2}
+}
+
+build() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py build
+
+  cd "${srcdir}"/python-gammu-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py test || warning "Tests failed"
+
+  cd "${srcdir}"/python-gammu-$pkgver-py2
+  python2 setup.py test || warning "Tests failed"
+}
+
+package_python-gammu() {
+  depends=('python' 'gammu')
+
+  cd python-gammu-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-gammu() {
+  depends=('python2' 'gammu')
+
+  cd python-gammu-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in python-gammu/trunk (PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:50:51
  Author: jlichtblau
Revision: 280595

upgpkg: python-gammu 2.11-1 - new upstream release

Modified:
  python-gammu/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 22:41:08 UTC (rev 280594)
+++ PKGBUILD2018-01-08 22:50:51 UTC (rev 280595)
@@ -4,7 +4,7 @@
 
 pkgbase=python-gammu
 pkgname=('python-gammu' 'python2-gammu')
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc="Python bindings for Gammu library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'gammu')
 source=(http://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
-sha256sums=('a8e9032c7c697ce71021873e6bcedcb80929b95a7e99d071893588150772e773')
+sha256sums=('8938af9a92804028e729f68a2e23ccbde525590a4cdc2f43e59d490855a05db6')
 
 prepare() {
   cp -a python-gammu-$pkgver{,-py2}


[arch-commits] Commit in gammu/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:41:08
  Author: jlichtblau
Revision: 280594

archrelease: copy trunk to community-x86_64

Added:
  gammu/repos/community-x86_64/PKGBUILD
(from rev 280593, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 22:40:55 UTC (rev 280593)
+++ PKGBUILD2018-01-08 22:41:08 UTC (rev 280594)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.38.5
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('0f8c8f3568189c14eb20d792b759c6f22b6a35f47b4fe4abd52000160c7de2ed')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 280593, 
gammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 22:41:08 UTC (rev 280594)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.39.0
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('66d1d991d7a993fdf254d4c425f0fdd38c9cca15b1735936695a486067a6a9f8')
+
+prepare() {
+  cd $pkgname-$pkgver
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gammu/trunk (PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:40:55
  Author: jlichtblau
Revision: 280593

upgpkg: gammu 1.39.0-1 - new upstream release

Modified:
  gammu/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 22:35:26 UTC (rev 280592)
+++ PKGBUILD2018-01-08 22:40:55 UTC (rev 280593)
@@ -5,7 +5,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=gammu
-pkgver=1.38.5
+pkgver=1.39.0
 pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('x86_64')
@@ -15,16 +15,16 @@
 makedepends=('cmake' 'doxygen' 'python2')
 optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
 source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('0f8c8f3568189c14eb20d792b759c6f22b6a35f47b4fe4abd52000160c7de2ed')
+sha256sums=('66d1d991d7a993fdf254d4c425f0fdd38c9cca15b1735936695a486067a6a9f8')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 # bash completion dir change
   sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
   make
@@ -31,7 +31,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in umockdev/trunk (PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:35:11
  Author: jlichtblau
Revision: 280591

upgpkg: umockdev 0.10-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 22:34:17 UTC (rev 280590)
+++ PKGBUILD2018-01-08 22:35:11 UTC (rev 280591)
@@ -4,7 +4,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.9.4
+pkgver=0.10
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('systemd' 'libgudev')
 makedepends=('gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9f13e8a836ef36158e2cc2b679cb99639e1f68a430b04fbe4dd07d3cb2b32a75')
+sha256sums=('5a2fe3a29a75ad98a09a31adca4be410cc931db6c771a207fd9b7d71c5d4411f')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


[arch-commits] Commit in umockdev/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:35:26
  Author: jlichtblau
Revision: 280592

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 280591, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 22:35:11 UTC (rev 280591)
+++ PKGBUILD2018-01-08 22:35:26 UTC (rev 280592)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('i686' 'x86_64')
-url="https://github.com/martinpitt/umockdev/;
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9f13e8a836ef36158e2cc2b679cb99639e1f68a430b04fbe4dd07d3cb2b32a75')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 280591, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 22:35:26 UTC (rev 280592)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.10
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/;
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('5a2fe3a29a75ad98a09a31adca4be410cc931db6c771a207fd9b7d71c5d4411f')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in homebank/repos/community-x86_64 (4 files)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:34:17
  Author: jlichtblau
Revision: 280590

archrelease: copy trunk to community-x86_64

Added:
  homebank/repos/community-x86_64/PKGBUILD
(from rev 280589, homebank/trunk/PKGBUILD)
  homebank/repos/community-x86_64/homebank.changelog
(from rev 280589, homebank/trunk/homebank.changelog)
Deleted:
  homebank/repos/community-x86_64/PKGBUILD
  homebank/repos/community-x86_64/homebank.changelog

+
 PKGBUILD   |   60 +-
 homebank.changelog |  163 +--
 2 files changed, 113 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 22:34:02 UTC (rev 280589)
+++ PKGBUILD2018-01-08 22:34:17 UTC (rev 280590)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: William Rea 
-
-pkgname=homebank
-pkgver=5.1.6
-pkgrel=1
-pkgdesc="Free, easy, personal accounting for everyone"
-arch=('i686' 'x86_64')
-url="http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
- 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('2861e11590a00f5cbc505293821cb8caeabb74c26babe8a6a9d728f3404290e0')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 280589, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 22:34:17 UTC (rev 280590)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=homebank
+pkgver=5.1.7
+pkgrel=1
+pkgdesc="Free, easy, personal accounting for everyone"
+arch=('x86_64')
+url="http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
+ 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('579e53c00764b78d79e8e388b9202c760a9c9efdaca83b32d948f92e0dfa5fa7')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2018-01-08 22:34:02 UTC (rev 280589)
+++ homebank.changelog  2018-01-08 22:34:17 UTC (rev 280590)
@@ -1,80 +0,0 @@
-2017-09-16 Jaroslav Lichtblau 
-   * homebank 5.1.6-1
-
-2017-05-11 Jaroslav Lichtblau 
-   * homebank 5.1.5-1
-
-2017-02-16 Jaroslav Lichtblau 
-   * homebank 5.1.4-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * homebank 5.1.3-1
-
-2016-12-08 Jaroslav Lichtblau 
-   * homebank 5.1.2-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * homebank 5.1.1-1
-
-2016-10-17 Jaroslav Lichtblau 
-   * homebank 5.1-1
-
-2016-07-25 Jaroslav Lichtblau 
-   * homebank 5.0.9-1
-
-2016-05-22 Jaroslav Lichtblau 
-   * homebank 5.0.8-1
-
-2016-05-09 Jaroslav Lichtblau 
-   * homebank 5.0.7-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * homebank 5.0.6-2 pacman hooks rebuild
-
-2015-11-01 Jaroslav Lichtblau 
-   * homebank 5.0.6-1
-
-2015-09-26 Jaroslav Lichtblau 
-   * homebank 5.0.5-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * homebank 5.0.3-1
-
-2015-05-14 Jaroslav Lichtblau 
-   * homebank 5.0.2-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * homebank 5.0.1-1
-
-2015-02-08 Jaroslav Lichtblau 
-   * homebank 5.0.0-1
-
-2014-08-10 Jaroslav Lichtblau 
-   * homebank 4.6.3-1
-
-2014-07-29 Jaroslav Lichtblau 
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau 
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau 
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau 

[arch-commits] Commit in homebank/trunk (PKGBUILD homebank.changelog)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:34:02
  Author: jlichtblau
Revision: 280589

upgpkg: homebank 5.1.7-1 - new upstream release

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |4 ++--
 homebank.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 22:32:18 UTC (rev 280588)
+++ PKGBUILD2018-01-08 22:34:02 UTC (rev 280589)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.1.6
+pkgver=5.1.7
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('2861e11590a00f5cbc505293821cb8caeabb74c26babe8a6a9d728f3404290e0')
+sha256sums=('579e53c00764b78d79e8e388b9202c760a9c9efdaca83b32d948f92e0dfa5fa7')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: homebank.changelog
===
--- homebank.changelog  2018-01-08 22:32:18 UTC (rev 280588)
+++ homebank.changelog  2018-01-08 22:34:02 UTC (rev 280589)
@@ -1,3 +1,6 @@
+2018-01-07 Jaroslav Lichtblau 
+   * homebank 5.1.7-1
+
 2017-09-16 Jaroslav Lichtblau 
* homebank 5.1.6-1
 


[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:32:18
  Author: jlichtblau
Revision: 280588

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 280587, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 22:31:34 UTC (rev 280587)
+++ PKGBUILD2018-01-08 22:32:18 UTC (rev 280588)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.12.31
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-crypto: for hlsnative downloader'
-'phantomjs')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('b10b23b7f5b2b1e3bca036e2c6b127902cac53d140cb40cf1ff8529362040133'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 280587, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 22:32:18 UTC (rev 280588)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2018.01.07
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-crypto: for hlsnative downloader'
+'phantomjs')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('280d11c565978d735bae954916390810df1217824bfe704181f1d93ad2f4e1b6'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in youtube-dl/trunk (PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 22:31:34
  Author: jlichtblau
Revision: 280587

upgpkg: youtube-dl 2018.01.07-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 22:13:00 UTC (rev 280586)
+++ PKGBUILD2018-01-08 22:31:34 UTC (rev 280587)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.12.31
+pkgver=2018.01.07
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -16,10 +16,10 @@
 'python-crypto: for hlsnative downloader'
 'phantomjs')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('b10b23b7f5b2b1e3bca036e2c6b127902cac53d140cb40cf1ff8529362040133'
+sha256sums=('280d11c565978d735bae954916390810df1217824bfe704181f1d93ad2f4e1b6'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
 
 prepare() {
   cd ${pkgname}


[arch-commits] Commit in pari/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Gaëtan Bisson via arch-commits
Date: Monday, January 8, 2018 @ 22:13:00
  Author: bisson
Revision: 280586

archrelease: copy trunk to community-x86_64

Added:
  pari/repos/community-x86_64/PKGBUILD
(from rev 280585, pari/trunk/PKGBUILD)
Deleted:
  pari/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 22:12:20 UTC (rev 280585)
+++ PKGBUILD2018-01-08 22:13:00 UTC (rev 280586)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=pari
-pkgver=2.9.3
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory'
-url='http://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
-optdepends=('perl: gphelp, tex2mail')
-validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
-source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('e76a27779d2b1210ce1aba48363b98dd201a1bf876eb14f46ea6bd7769a00a63'
-'SKIP')
-
-conflicts=('pari-sage')
-replaces=("pari-sage<=1:${pkgver}")
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./Configure \
-   --prefix=/usr \
-   --with-readline \
-   --mt=pthread \
-   --with-gmp \
-
-   make all
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make bench
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
-}

Copied: pari/repos/community-x86_64/PKGBUILD (from rev 280585, 
pari/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 22:13:00 UTC (rev 280586)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=pari
+pkgver=2.9.4
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='https://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
+source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('4f9cdc739630a039c0fcc9afac2e5647659c4a709dcc6f7a69d5908cd4a82647'
+'SKIP')
+
+conflicts=('pari-sage')
+replaces=("pari-sage<=1:${pkgver}")
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make bench
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
+}


[arch-commits] Commit in pari/trunk (PKGBUILD)

2018-01-08 Thread Gaëtan Bisson via arch-commits
Date: Monday, January 8, 2018 @ 22:12:20
  Author: bisson
Revision: 280585

upstream update

Modified:
  pari/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 21:31:24 UTC (rev 280584)
+++ PKGBUILD2018-01-08 22:12:20 UTC (rev 280585)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=pari
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory'
 url='https://pari.math.u-bordeaux.fr/'
@@ -13,7 +13,7 @@
 optdepends=('perl: gphelp, tex2mail')
 validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
 
source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('e76a27779d2b1210ce1aba48363b98dd201a1bf876eb14f46ea6bd7769a00a63'
+sha256sums=('4f9cdc739630a039c0fcc9afac2e5647659c4a709dcc6f7a69d5908cd4a82647'
 'SKIP')
 
 conflicts=('pari-sage')


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (13 files)

2018-01-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, January 8, 2018 @ 21:31:24
  Author: svenstaro
Revision: 280584

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 280583, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 280583, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 280583, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 280583, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/telegram-desktop.desktop
(from rev 280583, telegram-desktop/trunk/telegram-desktop.desktop)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 280583, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/telegram-desktop.desktop
  telegram-desktop/repos/community-x86_64/telegram-desktop.install
  telegram-desktop/repos/community-x86_64/tg.protocol

--+
 CMakeLists.inj   |   28 -
 PKGBUILD |  177 +++---
 libtgvoip.patch  |   36 -
 tdesktop.patch   | 1154 ++---
 telegram-desktop.desktop |   22 
 telegram-desktop.install |   10 
 tg.protocol  |   22 
 7 files changed, 719 insertions(+), 730 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2018-01-08 21:31:07 UTC (rev 280583)
+++ CMakeLists.inj  2018-01-08 21:31:24 UTC (rev 280584)
@@ -1,14 +0,0 @@
-# - debian/CMakeLists.inj begin -
-# The text will be putted into the appropriate CMakeLists by debian/rules 
script
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-
-# vim: ft=cmake
-# -- debian/CMakeLists.inj end --

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
280583, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2018-01-08 21:31:24 UTC (rev 280584)
@@ -0,0 +1,14 @@
+# - debian/CMakeLists.inj begin -
+# The text will be putted into the appropriate CMakeLists by debian/rules 
script
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+
+# vim: ft=cmake
+# -- debian/CMakeLists.inj end --

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 21:31:07 UTC (rev 280583)
+++ PKGBUILD2018-01-08 21:31:24 UTC (rev 280584)
@@ -1,89 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.2.6
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0' 'libappindicator-gtk3')
-makedepends=('cmake' 'git' 'gyp' 'libexif' 'libva' 'libwebp' 'mtdev' 
'range-v3' 'python' 'python2' 'gtk3' 'dee')
-install=telegram-desktop.install
-source=(
-
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
-"GSL::git+https://github.com/Microsoft/GSL.git;
-"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git;
-"variant::git+https://github.com/mapbox/variant.git;
-"Catch::git+https://github.com/philsquared/Catch;
-"telegram-desktop.desktop"
-"tg.protocol"
-"CMakeLists.inj"
-"tdesktop.patch"
-"libtgvoip.patch"
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'b12b6d25fc2e6fb0a60a14bbab8b600ec71cf4651279180730c1a469afd1173c'
-'d4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb'
-  

[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD)

2018-01-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, January 8, 2018 @ 21:31:07
  Author: svenstaro
Revision: 280583

upgpkg: telegram-desktop 1.2.6-2

Remove useless message

Modified:
  telegram-desktop/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 21:25:45 UTC (rev 280582)
+++ PKGBUILD2018-01-08 21:31:07 UTC (rev 280583)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;


[arch-commits] Commit in (4 files)

2018-01-08 Thread Baptiste Jonglez via arch-commits
Date: Monday, January 8, 2018 @ 21:25:21
  Author: zorun
Revision: 280581

fastd: import from AUR

Added:
  fastd/
  fastd/trunk/
  fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
  fastd/trunk/PKGBUILD

-+
 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch |   36 +++
 PKGBUILD|   50 
++
 2 files changed, 86 insertions(+)

Added: 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
===
--- fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
(rev 0)
+++ fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2018-01-08 21:25:21 UTC (rev 280581)
@@ -0,0 +1,36 @@
+From 8505374ee208d51a39e7b22846f9b781b9ccb452 Mon Sep 17 00:00:00 2001
+Message-Id: 
<8505374ee208d51a39e7b22846f9b781b9ccb452.1515434692.git.mschif...@universe-factory.net>
+From: Matthias Schiffer 
+Date: Fri, 19 May 2017 19:36:24 +0200
+Subject: [PATCH] cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL
+ 1.1
+
+---
+ src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c 
b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+index 7a2b565..c44427f 100644
+--- a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
 b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+@@ -47,7 +47,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+   fastd_cipher_state_t *state = fastd_new(fastd_cipher_state_t);
+ 
+   state->aes = EVP_CIPHER_CTX_new();
+-  EVP_EncryptInit(state->aes, EVP_aes_128_ctr(), (const unsigned char 
*)key, NULL);
++  EVP_EncryptInit_ex(state->aes, EVP_aes_128_ctr(), NULL, (const unsigned 
char *)key, NULL);
+ 
+   return state;
+ }
+@@ -56,7 +56,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+ static bool aes128_ctr_crypt(const fastd_cipher_state_t *state, 
fastd_block128_t *out, const fastd_block128_t *in, size_t len, const uint8_t 
*iv) {
+   int clen, clen2;
+ 
+-  if (!EVP_EncryptInit(state->aes, NULL, NULL, iv))
++  if (!EVP_EncryptInit_ex(state->aes, NULL, NULL, NULL, iv))
+   return false;
+ 
+   if (!EVP_EncryptUpdate(state->aes, (unsigned char *)out, , (const 
unsigned char *)in, len))
+-- 
+2.15.1
+

Added: fastd/trunk/PKGBUILD
===
--- fastd/trunk/PKGBUILD(rev 0)
+++ fastd/trunk/PKGBUILD2018-01-08 21:25:21 UTC (rev 280581)
@@ -0,0 +1,50 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: NeoRaider
+
+pkgname=fastd
+arch=("x86_64")
+pkgver=18
+pkgrel=4
+pkgdesc="Fast and secure tunneling daemon"
+makedepends=('cmake')
+depends=('libcap' 'gcc-libs' 'libuecc>=6' 'libsodium' 'json-c' 'openssl')
+url="https://projects.universe-factory.net/projects/fastd;
+license=('BSD')
+source=("https://projects.universe-factory.net/attachments/download/86/${pkgname}-${pkgver}.tar.xz;
+'0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch')
+sha512sums=('ec3a9f86bd539d7ffe751a81328f44671f0facca624e23ac273ac7e54da68de0dc0b50d1be490082bbb25f2896de0428802f74fc023f9acc986607875417bdae'
+
'93c0e11a9d61effbd8a62e00e191e8a9bf29e39b7bb1ec2d40eb932403e679f94a106907a7dcbc89ca65e52ea3681b68961846079c179feb7ec65b261763b32e')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  patch -p1 < 
"$srcdir/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch"
+}
+
+build() {
+  mkdir -p "$srcdir/build-${pkgver}"
+  cd "$srcdir/build-${pkgver}"
+  
+  cmake \
+-D CMAKE_BUILD_TYPE=RELEASE \
+-D CMAKE_AR=/usr/bin/gcc-ar \
+-D CMAKE_NM=/usr/bin/gcc-nm \
+-D CMAKE_RANLIB=/usr/bin/gcc-ranlib \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D ENABLE_SYSTEMD=ON \
+-D ENABLE_LTO=ON \
+-D WITH_CIPHER_AES128_CTR_NACL=OFF \
+-D ENABLE_OPENSSL=ON \
+"../${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "$srcdir/build-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  
+  install -dm755 "${pkgdir}/etc/fastd/"
+  
+  install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "$srcdir/${pkgname}-${pkgver}/doc/examples/fastd@.service" 
"${pkgdir}/usr/lib/systemd/system/fastd@.service"
+  install -Dm644 "$srcdir/${pkgname}-${pkgver}/doc/fastd.1" 
"${pkgdir}/usr/share/man/man1/fastd.1"
+}


[arch-commits] Commit in fastd (4 files)

2018-01-08 Thread Baptiste Jonglez via arch-commits
Date: Monday, January 8, 2018 @ 21:25:45
  Author: zorun
Revision: 280582

archrelease: copy trunk to community-x86_64

Added:
  fastd/repos/
  fastd/repos/community-x86_64/
  
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
(from rev 280581, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
  fastd/repos/community-x86_64/PKGBUILD
(from rev 280581, fastd/trunk/PKGBUILD)

-+
 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch |   36 +++
 PKGBUILD|   50 
++
 2 files changed, 86 insertions(+)

Copied: 
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
 (from rev 280581, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
===
--- 
repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
  (rev 0)
+++ 
repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
  2018-01-08 21:25:45 UTC (rev 280582)
@@ -0,0 +1,36 @@
+From 8505374ee208d51a39e7b22846f9b781b9ccb452 Mon Sep 17 00:00:00 2001
+Message-Id: 
<8505374ee208d51a39e7b22846f9b781b9ccb452.1515434692.git.mschif...@universe-factory.net>
+From: Matthias Schiffer 
+Date: Fri, 19 May 2017 19:36:24 +0200
+Subject: [PATCH] cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL
+ 1.1
+
+---
+ src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c 
b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+index 7a2b565..c44427f 100644
+--- a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
 b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+@@ -47,7 +47,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+   fastd_cipher_state_t *state = fastd_new(fastd_cipher_state_t);
+ 
+   state->aes = EVP_CIPHER_CTX_new();
+-  EVP_EncryptInit(state->aes, EVP_aes_128_ctr(), (const unsigned char 
*)key, NULL);
++  EVP_EncryptInit_ex(state->aes, EVP_aes_128_ctr(), NULL, (const unsigned 
char *)key, NULL);
+ 
+   return state;
+ }
+@@ -56,7 +56,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+ static bool aes128_ctr_crypt(const fastd_cipher_state_t *state, 
fastd_block128_t *out, const fastd_block128_t *in, size_t len, const uint8_t 
*iv) {
+   int clen, clen2;
+ 
+-  if (!EVP_EncryptInit(state->aes, NULL, NULL, iv))
++  if (!EVP_EncryptInit_ex(state->aes, NULL, NULL, NULL, iv))
+   return false;
+ 
+   if (!EVP_EncryptUpdate(state->aes, (unsigned char *)out, , (const 
unsigned char *)in, len))
+-- 
+2.15.1
+

Copied: fastd/repos/community-x86_64/PKGBUILD (from rev 280581, 
fastd/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-01-08 21:25:45 UTC (rev 280582)
@@ -0,0 +1,50 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: NeoRaider
+
+pkgname=fastd
+arch=("x86_64")
+pkgver=18
+pkgrel=4
+pkgdesc="Fast and secure tunneling daemon"
+makedepends=('cmake')
+depends=('libcap' 'gcc-libs' 'libuecc>=6' 'libsodium' 'json-c' 'openssl')
+url="https://projects.universe-factory.net/projects/fastd;
+license=('BSD')
+source=("https://projects.universe-factory.net/attachments/download/86/${pkgname}-${pkgver}.tar.xz;
+'0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch')
+sha512sums=('ec3a9f86bd539d7ffe751a81328f44671f0facca624e23ac273ac7e54da68de0dc0b50d1be490082bbb25f2896de0428802f74fc023f9acc986607875417bdae'
+
'93c0e11a9d61effbd8a62e00e191e8a9bf29e39b7bb1ec2d40eb932403e679f94a106907a7dcbc89ca65e52ea3681b68961846079c179feb7ec65b261763b32e')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  patch -p1 < 
"$srcdir/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch"
+}
+
+build() {
+  mkdir -p "$srcdir/build-${pkgver}"
+  cd "$srcdir/build-${pkgver}"
+  
+  cmake \
+-D CMAKE_BUILD_TYPE=RELEASE \
+-D CMAKE_AR=/usr/bin/gcc-ar \
+-D CMAKE_NM=/usr/bin/gcc-nm \
+-D CMAKE_RANLIB=/usr/bin/gcc-ranlib \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D ENABLE_SYSTEMD=ON \
+-D ENABLE_LTO=ON \
+-D WITH_CIPHER_AES128_CTR_NACL=OFF \
+-D ENABLE_OPENSSL=ON \
+"../${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "$srcdir/build-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  
+  install -dm755 "${pkgdir}/etc/fastd/"
+  
+  install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 

[arch-commits] Commit in libuecc (3 files)

2018-01-08 Thread Baptiste Jonglez via arch-commits
Date: Monday, January 8, 2018 @ 21:16:46
  Author: zorun
Revision: 280580

archrelease: copy trunk to community-x86_64

Added:
  libuecc/repos/
  libuecc/repos/community-x86_64/
  libuecc/repos/community-x86_64/PKGBUILD
(from rev 280579, libuecc/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: libuecc/repos/community-x86_64/PKGBUILD (from rev 280579, 
libuecc/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-01-08 21:16:46 UTC (rev 280580)
@@ -0,0 +1,27 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=libuecc
+arch=("x86_64")
+pkgver=7
+pkgrel=2
+pkgdesc="Very small Elliptic Curve Cryptography library"
+makedepends=('cmake')
+depends=('glibc')
+url="https://git.universe-factory.net/libuecc/;
+license=('BSD')
+source=("https://projects.universe-factory.net/attachments/download/85/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('44c5a00f578d301c1bffe8c2852912740f8af72ae6c2772cc263510df9b63d6b4ea15bd29215794c86d92fd797d18a078b97239ead0ad5238b1f976a6e2bcaa1')
+
+build() {
+  mkdir -p "$srcdir/build-${pkgver}"
+  cd "$srcdir/build-${pkgver}"
+
+  cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr 
"../${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "$srcdir/build-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (libuecc libuecc/trunk libuecc/trunk/PKGBUILD)

2018-01-08 Thread Baptiste Jonglez via arch-commits
Date: Monday, January 8, 2018 @ 21:16:18
  Author: zorun
Revision: 280579

libuecc: import from AUR

Added:
  libuecc/
  libuecc/trunk/
  libuecc/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Added: libuecc/trunk/PKGBUILD
===
--- libuecc/trunk/PKGBUILD  (rev 0)
+++ libuecc/trunk/PKGBUILD  2018-01-08 21:16:18 UTC (rev 280579)
@@ -0,0 +1,27 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=libuecc
+arch=("x86_64")
+pkgver=7
+pkgrel=2
+pkgdesc="Very small Elliptic Curve Cryptography library"
+makedepends=('cmake')
+depends=('glibc')
+url="https://git.universe-factory.net/libuecc/;
+license=('BSD')
+source=("https://projects.universe-factory.net/attachments/download/85/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('44c5a00f578d301c1bffe8c2852912740f8af72ae6c2772cc263510df9b63d6b4ea15bd29215794c86d92fd797d18a078b97239ead0ad5238b1f976a6e2bcaa1')
+
+build() {
+  mkdir -p "$srcdir/build-${pkgver}"
+  cd "$srcdir/build-${pkgver}"
+
+  cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr 
"../${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "$srcdir/build-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in haproxy/repos/community-x86_64 (7 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 21:09:53
  Author: eschwartz
Revision: 280578

archrelease: copy trunk to community-x86_64

Added:
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 280577, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 280577, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 280577, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/haproxy.sysusers
(from rev 280577, haproxy/trunk/haproxy.sysusers)
Deleted:
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 PKGBUILD |  141 +++--
 haproxy.cfg  |   98 ++--
 haproxy.install  |   20 +++
 haproxy.sysusers |1 
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 21:09:28 UTC (rev 280577)
+++ PKGBUILD2018-01-08 21:09:53 UTC (rev 280578)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.8.2
-pkgrel=1
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='https://haproxy.org/'
-arch=('x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua' 'libsystemd')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('5e72829793e163bea93da1df6b4aaa1e'
- '27941f31d25d5629f4bdef6bc4b2555a')
-
-prepare() {
-  cd haproxy-$pkgver
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1 \
-USE_SYSTEMD=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-x86_64/PKGBUILD (from rev 280577, 
haproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 21:09:53 UTC (rev 280578)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.8.2
+pkgrel=2
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua' 'libsystemd')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg
+haproxy.sysusers)
+
+md5sums=('5e72829793e163bea93da1df6b4aaa1e'
+ '27941f31d25d5629f4bdef6bc4b2555a'
+ '2f00e81ee2f3f6e51a0cd9acc6f3ff3e')
+
+prepare() {
+  cd haproxy-$pkgver
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1 \
+USE_SYSTEMD=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd haproxy-$pkgver
+  make \
+PREFIX="$pkgdir"/usr \
+SBINDIR="$pkgdir"/usr/bin \
+DOCDIR="$pkgdir"/usr/share/$pkgname \
+install
+
+  for contrib in halog iprange; do
+install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
+  done
+
+  install -Dm644 ../haproxy.sysusers "$pkgdir"/usr/lib/sysusers.d/haproxy.conf
+  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
+  install -Dm644 contrib/systemd/haproxy.service \
+"$pkgdir"/usr/lib/systemd/system/haproxy.service
+
+  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
+  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
+  install -m644 examples/errorfiles/*.http \
+

[arch-commits] Commit in haproxy/trunk (PKGBUILD haproxy.install haproxy.sysusers)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 21:09:28
  Author: eschwartz
Revision: 280577

upgpkg: haproxy 1.8.2-2

migrate to systemd-sysusers

Added:
  haproxy/trunk/haproxy.sysusers
Modified:
  haproxy/trunk/PKGBUILD
  haproxy/trunk/haproxy.install

--+
 PKGBUILD |9 ++---
 haproxy.install  |6 +-
 haproxy.sysusers |1 +
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 20:41:29 UTC (rev 280576)
+++ PKGBUILD2018-01-08 21:09:28 UTC (rev 280577)
@@ -4,7 +4,7 @@
 
 pkgname=haproxy
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://haproxy.org/'
@@ -18,10 +18,12 @@
 install=haproxy.install
 
 source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
+haproxy.cfg
+haproxy.sysusers)
 
 md5sums=('5e72829793e163bea93da1df6b4aaa1e'
- '27941f31d25d5629f4bdef6bc4b2555a')
+ '27941f31d25d5629f4bdef6bc4b2555a'
+ '2f00e81ee2f3f6e51a0cd9acc6f3ff3e')
 
 prepare() {
   cd haproxy-$pkgver
@@ -55,6 +57,7 @@
 install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
   done
 
+  install -Dm644 ../haproxy.sysusers "$pkgdir"/usr/lib/sysusers.d/haproxy.conf
   install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
   install -Dm644 contrib/systemd/haproxy.service \
 "$pkgdir"/usr/lib/systemd/system/haproxy.service

Modified: haproxy.install
===
--- haproxy.install 2018-01-08 20:41:29 UTC (rev 280576)
+++ haproxy.install 2018-01-08 21:09:28 UTC (rev 280577)
@@ -1,12 +1,8 @@
 post_install() {
-  getent passwd haproxy >/dev/null || useradd -r -M -d / \
--s /usr/bin/nologin haproxy >/dev/null
-
   printf '==> %s\n' "The example config chroots HAProxy, meaning that logging 
to journald won't work."
   printf '%s\n' "Either disable chrooting, use rsyslog, or bind 
/run/systemd/journal/dev-log into the chroot."
 }
 
 post_upgrade() {
-  printf '==> %s\n' "The example config chroots HAProxy, meaning that logging 
to journald won't work."
-  printf '%s\n' "Either disable chrooting, use rsyslog, or bind 
/run/systemd/journal/dev-log into the chroot."
+  post_install $1
 }

Added: haproxy.sysusers
===
--- haproxy.sysusers(rev 0)
+++ haproxy.sysusers2018-01-08 21:09:28 UTC (rev 280577)
@@ -0,0 +1 @@
+u haproxy - - -


[arch-commits] Commit in fcron/repos/community-x86_64 (7 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 20:41:29
  Author: eschwartz
Revision: 280576

archrelease: copy trunk to community-x86_64

Added:
  fcron/repos/community-x86_64/PKGBUILD
(from rev 280575, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 280575, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/fcron.sysusers
(from rev 280575, fcron/trunk/fcron.sysusers)
  fcron/repos/community-x86_64/systab.orig
(from rev 280575, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 PKGBUILD   |  183 +++
 fcron.install  |   53 ---
 fcron.sysusers |1 
 systab.orig|8 +-
 4 files changed, 112 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 20:40:54 UTC (rev 280575)
+++ PKGBUILD2018-01-08 20:41:29 UTC (rev 280576)
@@ -1,90 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando 
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper 
-
-pkgname=fcron
-pkgver=3.2.1
-pkgrel=2
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vim' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vim: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-"http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz.sign;
-'systab.orig')
-md5sums=('bd4996e941a40327d11efc5e3fd1f839'
- 'SKIP'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-validpgpkeys=('7733B98B987784DF27707D41F8E544EC485EE7BC')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh  for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vim \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 files/fcron.pam "$pkgdir/etc/pam.d/fcron"
-  install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab"
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We don't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
-
-  # Add cron.* directories
-  install -d -m755 "$pkgdir/etc/cron.daily"
-  install -d -m755 "$pkgdir/etc/cron.hourly"
-  install -d -m755 "$pkgdir/etc/cron.monthly"
-  install -d -m755 "$pkgdir/etc/cron.weekly"
-
-  # remove docs
-  rm -r "$pkgdir/usr/share/doc"
-
-  # avoid conflict with filesystem>=2012.06
-  rmdir "$pkgdir"/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm "$pkgdir/usr/share/man/man3/bitstring.3" \
-"$pkgdir/usr/share/man/fr/man3/bitstring.3"
-  rmdir --ignore-fail-on-non-empty "$pkgdir/usr/share/man/man3" \
-"$pkgdir/usr/share/man/fr/man3"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-x86_64/PKGBUILD (from rev 280575, 
fcron/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 20:41:29 UTC (rev 280576)
@@ -0,0 +1,93 @@
+# $Id$
+# Contributor: Giorgio Lando 
+# Contributor: Sergej Pupykin
+# Contributor: Thomas Bächler
+# Contributor: Sébastien Luttringer
+# Maintainer: Thorsten Töpper 
+
+pkgname=fcron
+pkgver=3.2.1
+pkgrel=3
+pkgdesc='Feature-rich cron implementation'
+arch=(x86_64)
+url='http://fcron.free.fr'
+license=('GPL')
+depends=('pam' 'run-parts')
+makedepends=('smtp-forwarder' 'vim' 'fcron')
+# use fcron 

[arch-commits] Commit in fcron/trunk (PKGBUILD fcron.install fcron.sysusers)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 20:40:54
  Author: eschwartz
Revision: 280575

upgpkg: fcron 3.2.1-3

migrate to systemd-sysusers

Added:
  fcron/trunk/fcron.sysusers
Modified:
  fcron/trunk/PKGBUILD
  fcron/trunk/fcron.install

+
 PKGBUILD   |5 -
 fcron.install  |   27 +--
 fcron.sysusers |1 +
 3 files changed, 6 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 20:11:50 UTC (rev 280574)
+++ PKGBUILD2018-01-08 20:40:54 UTC (rev 280575)
@@ -7,7 +7,7 @@
 
 pkgname=fcron
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Feature-rich cron implementation'
 arch=(x86_64)
 url='http://fcron.free.fr'
@@ -30,9 +30,11 @@
 install=$pkgname.install
 source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
 "http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz.sign;
+"fcron.sysusers"
 'systab.orig')
 md5sums=('bd4996e941a40327d11efc5e3fd1f839'
  'SKIP'
+ 'aef8c3887202cbc1252cdcfecc2db1dd'
  'afecbfd98caa49e8e4aa239fa1b19255')
 validpgpkeys=('7733B98B987784DF27707D41F8E544EC485EE7BC')
 
@@ -62,6 +64,7 @@
   make DESTDIR="$pkgdir/" install
   install -Dm644 files/fcron.pam "$pkgdir/etc/pam.d/fcron"
   install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab"
+  install -Dm644 "$srcdir/fcron.sysusers" 
"$pkgdir/usr/lib/sysusers.d/fcron.conf"
 
   # Install a default fcrontab so that fcron can completely replace dcron
   # We don't use binary format which is incompatible between arch and may 
cause crash

Modified: fcron.install
===
--- fcron.install   2018-01-08 20:11:50 UTC (rev 280574)
+++ fcron.install   2018-01-08 20:40:54 UTC (rev 280575)
@@ -1,8 +1,6 @@
 # arg 1:  the new package version
 post_install() {
-  # we need a dedicated fcron user
-  getent group fcron >/dev/null || groupadd -g 23 fcron
-  getent passwd fcron >/dev/null || useradd -r -d /var/spool/fcron -u 23 -g 23 
fcron
+  systemd-sysusers fcron.conf
   # Generate binary format which is incompatible between arch
   fcrontab -z -u systab &>/dev/null
 }
@@ -11,29 +9,6 @@
 # arg 2:  the old package version
 post_upgrade() {
   post_install "$1"
-  if (( $(vercmp $2 3.1.2-8) < 0 )); then
-echo 'Previous versions of fcron allow root priviledge escalation by using'
-echo 'runas option in crontabs. fcron check rights at crontab compilation.'
-echo 'Thus, the migration script will recreate the binary crontabs'
-echo 'for you (with all side effects) and fix the files rights.'
-# fix invalid etc files
-for _f in /etc/fcron/fcron.{conf,allow,deny}; do
-  [[ -e $_f ]] || continue
-  chown root:fcron "$_f"
-  chmod 640 "$_f"
-done
-# fix invalid spool directory
-chown fcron:fcron /var/spool/fcron
-chmod 770 /var/spool/fcron
-# regen user fcron files
-cd /var/spool/fcron
-for _f in *; do
-  if [[ "${_f%.orig}" != "$_f" ]]; then
-chgrp fcron "$_f"
-fcrontab -z -u "${_f%.orig}" &>/dev/null
-  fi
-done
-  fi
 }
 
 # vim:set ts=2 sw=2 et:

Added: fcron.sysusers
===
--- fcron.sysusers  (rev 0)
+++ fcron.sysusers  2018-01-08 20:40:54 UTC (rev 280575)
@@ -0,0 +1 @@
+u fcron 23 - /var/spool/fcron


[arch-commits] Commit in chrony/repos/community-x86_64 (7 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 20:11:50
  Author: eschwartz
Revision: 280574

archrelease: copy trunk to community-x86_64

Added:
  chrony/repos/community-x86_64/PKGBUILD
(from rev 280573, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.sysusers
(from rev 280573, chrony/trunk/chrony.sysusers)
  chrony/repos/community-x86_64/chrony.tmpfiles
(from rev 280573, chrony/trunk/chrony.tmpfiles)
  chrony/repos/community-x86_64/service
(from rev 280573, chrony/trunk/service)
Deleted:
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 PKGBUILD|  127 --
 chrony.install  |   13 -
 chrony.sysusers |1 
 chrony.tmpfiles |1 
 service |   24 +-
 5 files changed, 81 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 20:11:25 UTC (rev 280573)
+++ PKGBUILD2018-01-08 20:11:50 UTC (rev 280574)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Patrick Leslie Polzer 
-# Contributor: cdhotfire 
-# Contributor: Shinlun Hsieh 
-# Contributor: Elisamuel Resto 
-
-pkgname=chrony
-pkgver=3.2
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url="http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap' 'libedit')
-backup=('etc/chrony.conf')
-source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i \
--e 's|pool.ntp.org|3.arch.pool.ntp.org|g' \
--e 's|server foo.example.net|server 0.arch.pool.ntp.org iburst|g' \
--e 's|server bar.example.net|server 1.arch.pool.ntp.org iburst|g' \
--e 's|server baz.example.net|server 2.arch.pool.ntp.org iburst|g' \
-examples/chrony.conf.example*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-docs
-
-  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" 
"$pkgdir/etc/chrony.conf"
-
-  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
-
-  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
-
-  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
-  rmdir "$pkgdir/usr/sbin"
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chronyd.service"
-
-  cp -a examples "$pkgdir"/usr/share/doc/chrony/examples
-
-  chown 183:183 "$pkgdir/var/lib/chrony"
-}

Copied: chrony/repos/community-x86_64/PKGBUILD (from rev 280573, 
chrony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 20:11:50 UTC (rev 280574)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Leslie Polzer 
+# Contributor: cdhotfire 
+# Contributor: Shinlun Hsieh 
+# Contributor: Elisamuel Resto 
+
+pkgname=chrony
+pkgver=3.2
+pkgrel=2
+pkgdesc='Lightweight NTP client and server'
+arch=('x86_64')
+url="http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap' 'libedit')
+backup=('etc/chrony.conf')
+source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+
"${pkgname}-${pkgver}.tar.gz.asc::https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}-tar-gz-asc.txt;
+service
+chrony.sysusers
+chrony.tmpfiles)
+sha256sums=('329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116'
+'4434f5f6eca4781ac906e260db2444f9ce08df4406621e0c0b58818b5a78cb9c'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212'
+'56aa817638c8f959169d514f1e7fc727ef31e7d3beda4fca5165292c7602ee42'
+'c0b52787f68f3ef365eef64f53f22b4fb0046a91f0e38923f9d16f1ca19c3f3a')
+validpgpkeys=('8B1F4A9ADA73D401E3085A0B5FF06F29BA1E013B') # Miroslav Lichvar 
 has a dsa1024 key *in the wild*
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+-e 's|pool.ntp.org|3.arch.pool.ntp.org|g' \
+-e 's|server foo.example.net|server 0.arch.pool.ntp.org iburst|g' 

[arch-commits] Commit in chrony/trunk (4 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 20:11:25
  Author: eschwartz
Revision: 280573

upgpkg: chrony 3.2-2

Migrate to sysusers/tmpfiles.
Add PGP signatures.

Added:
  chrony/trunk/chrony.sysusers
  chrony/trunk/chrony.tmpfiles
Modified:
  chrony/trunk/PKGBUILD
Deleted:
  chrony/trunk/chrony.install

-+
 PKGBUILD|   19 +--
 chrony.install  |   13 -
 chrony.sysusers |1 +
 chrony.tmpfiles |1 +
 4 files changed, 15 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 19:04:39 UTC (rev 280572)
+++ PKGBUILD2018-01-08 20:11:25 UTC (rev 280573)
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight NTP client and server'
 arch=('x86_64')
 url="http://chrony.tuxfamily.org/;
@@ -18,10 +18,16 @@
 depends=('nss' 'readline' 'libcap' 'libedit')
 backup=('etc/chrony.conf')
 source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
+
"${pkgname}-${pkgver}.tar.gz.asc::https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}-tar-gz-asc.txt;
+service
+chrony.sysusers
+chrony.tmpfiles)
 sha256sums=('329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+'4434f5f6eca4781ac906e260db2444f9ce08df4406621e0c0b58818b5a78cb9c'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212'
+'56aa817638c8f959169d514f1e7fc727ef31e7d3beda4fca5165292c7602ee42'
+'c0b52787f68f3ef365eef64f53f22b4fb0046a91f0e38923f9d16f1ca19c3f3a')
+validpgpkeys=('8B1F4A9ADA73D401E3085A0B5FF06F29BA1E013B') # Miroslav Lichvar 
 has a dsa1024 key *in the wild*
 
 prepare() {
   cd $pkgname-$pkgver
@@ -42,6 +48,8 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install install-docs
+  install -Dm0644 "$srcdir/chrony.sysusers" 
"$pkgdir/usr/lib/sysusers.d/chrony.conf"
+  install -Dm0644 "$srcdir/chrony.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/chrony.conf"
 
   install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" 
"$pkgdir/etc/chrony.conf"
 
@@ -50,11 +58,10 @@
   sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
 
   mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
-  rmdir "$pkgdir/usr/sbin"
+  rmdir "$pkgdir"{/usr/sbin,/var/lib/chrony,/var/lib}
 
   install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chronyd.service"
 
   cp -a examples "$pkgdir"/usr/share/doc/chrony/examples
 
-  chown 183:183 "$pkgdir/var/lib/chrony"
 }

Deleted: chrony.install
===
--- chrony.install  2018-01-08 19:04:39 UTC (rev 280572)
+++ chrony.install  2018-01-08 20:11:25 UTC (rev 280573)
@@ -1,13 +0,0 @@
-post_install() {
-  getent group chrony &>/dev/null || groupadd -g 183 chrony >/dev/null
-  getent passwd chrony &>/dev/null || useradd -u 183 -g chrony -d 
/var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
-}
-
-post_upgrade() {
-  echo "-- chrony.service was renamed to chronyd.service!"
-  if [[ $(vercmp $2 1.29.1-2) -le 0 ]]; then
-getent group chrony &>/dev/null || groupadd -r -g 183 chrony >/dev/null
-getent passwd chrony &>/dev/null || useradd -r -u 183 -g chrony -d 
/var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
-chown -R 183:183 /var/lib/chrony
-  fi
-}

Added: chrony.sysusers
===
--- chrony.sysusers (rev 0)
+++ chrony.sysusers 2018-01-08 20:11:25 UTC (rev 280573)
@@ -0,0 +1 @@
+u chrony - "Network Time Protocol" /var/lib/chrony

Added: chrony.tmpfiles
===
--- chrony.tmpfiles (rev 0)
+++ chrony.tmpfiles 2018-01-08 20:11:25 UTC (rev 280573)
@@ -0,0 +1 @@
+d /var/lib/chrony 0755 chrony chrony - -


[arch-commits] Commit in xmms2/repos/community-x86_64 (10 files)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 19:04:39
  Author: eschwartz
Revision: 280572

archrelease: copy trunk to community-x86_64

Added:
  xmms2/repos/community-x86_64/PKGBUILD
(from rev 280571, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-x86_64/system.service
(from rev 280571, xmms2/trunk/system.service)
  xmms2/repos/community-x86_64/sysusers.conf
(from rev 280571, xmms2/trunk/sysusers.conf)
  xmms2/repos/community-x86_64/tmpfiles.conf
(from rev 280571, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-x86_64/user.service
(from rev 280571, xmms2/trunk/user.service)
Deleted:
  xmms2/repos/community-x86_64/PKGBUILD
  xmms2/repos/community-x86_64/install.sh
  xmms2/repos/community-x86_64/system.service
  xmms2/repos/community-x86_64/tmpfiles.conf
  xmms2/repos/community-x86_64/user.service

+
 PKGBUILD   |  245 ---
 install.sh |   10 --
 system.service |   34 +++
 sysusers.conf  |2 
 tmpfiles.conf  |5 -
 user.service   |   26 ++---
 6 files changed, 162 insertions(+), 160 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 19:04:10 UTC (rev 280571)
+++ PKGBUILD2018-01-08 19:04:39 UTC (rev 280572)
@@ -1,118 +0,0 @@
-# Maintainer:
-# Contributor: Storm Dragon 
-# Contributor: Aaron 'venisonslurpee' Laursen 
-# Contributor: Christopher Rosell 
-# Contributor: lh 
-# Contributor: Sebastian Schwarz 
-# Contributor: Sergej Pupykin 
-# Contributor: Xilon 
-
-pkgname=xmms2
-pkgver=0.8DrO_o.949.gca15e830
-_commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=7
-pkgdesc="X-platform Music Multiplexing System 2"
-arch=(x86_64)
-url="https://xmms2.org/;
-license=(GPL LGPL)
-_depends=('alsa-lib: ALSA output'
-  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
-  'boost: C++ bindings'
-  'curl: play HTTP streams'
-  'cython: Python bindings'
-  'faad2: AAC support'
-  'ffmpeg: WMA, avcodec & avformat support'
-  'fftw: visualization'
-  'flac: FLAC support'
-  'fluidsynth: MIDI support'
-  'jack: JACK output'
-  'libao: libao output'
-  'libcdio-paranoia: CDDA support'
-  'libdiscid: CDDA support'
-  'libgme: support for various video game music formats'
-  'libmad: MP3 support'
-  'libmms: play MMS streams'
-  'libmodplug: MOD support'
-  'libmpcdec: Musepack support'
-  'libofa: MusicDNS fingerprinting'
-  'libsamplerate: vocoder support'
-  'libshout: Icecast output'
-  'libvorbis: Ogg Vorbis support'
-  'libxml2: XSPF and podcast support'
-  'mac: APE support'
-  'mpg123: alternative MP3 support'
-  'opusfile: Opus support'
-  'perl: Perl bindings'
-  'ruby: Ruby bindings'
-#  'sidplay2-libs: support for C64 music files'
-# we do not have sidplay 2 series in repos; also it's
-# somehow connected with resid i guess(not in repos also)
-  'smbclient: direct CIFS/SMB access'
-  'speex: Speex support'
-  'wavpack: WavPack support')
-depends=(glib2 readline)
-makedepends=("${_depends[@]%%:*}" libpulse python2 git)
-optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
-install=install.sh
-source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
-tmpfiles.conf
-system.service
-user.service)
-sha256sums=('SKIP'
-'fd37bd48c61bb71ec03566d740c52dcedd95a37d6c92008606ff7e76c261224f'
-'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
-'76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
-
-pkgver() {
-cd xmms2-devel
-git describe --always | sed 's/-/./g'
-}
-
-prepare() {
-cd xmms2-devel
-git submodule update --init
-sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 second of 48kHz 
32bit audio */' src/plugins/avcodec/avcodec_compat.h
-sed -i 's,#include ,#include ,' 
src/plugins/cdda/cdda.c
-sed -i 's,libsmbclient.h,samba-4.0/libsmbclient.h,' 
src/plugins/samba/{samba.c,wscript}
-sed -i 's|Werror|Wno-error|g' waftools/*.py
-}
-
-build() {
-cd xmms2-devel
-CXXFLAGS="-Wall" CFLAGS="-Wall" ./waf configure --prefix=/usr 
--sbindir=/usr/bin --without-ldconfig \
---with-ruby-archdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]'` \
---with-ruby-libdir=`ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]'` \
---with-perl-archdir=`perl -V:installvendorarch | cut -f2 -d\'` \
-
--with-optionals=launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater,sqlite2s4
 \
---without-optionals=python
-

[arch-commits] Commit in xmms2/trunk (PKGBUILD install.sh sysusers.conf tmpfiles.conf)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 19:04:10
  Author: eschwartz
Revision: 280571

upgpkg: xmms2 0.8DrO_o.949.gca15e830-8

migrate to sysusers.d
fix git submodules cloning outside of the source downloading step

Added:
  xmms2/trunk/sysusers.conf
Modified:
  xmms2/trunk/PKGBUILD
  xmms2/trunk/tmpfiles.conf
Deleted:
  xmms2/trunk/install.sh

---+
 PKGBUILD  |   19 ++-
 install.sh|   10 --
 sysusers.conf |2 ++
 tmpfiles.conf |1 +
 4 files changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 18:33:19 UTC (rev 280570)
+++ PKGBUILD2018-01-08 19:04:10 UTC (rev 280571)
@@ -10,7 +10,7 @@
 pkgname=xmms2
 pkgver=0.8DrO_o.949.gca15e830
 _commit=ca15e830bd1b18e26772657b0a057cfedb91d2eb
-pkgrel=7
+pkgrel=8
 pkgdesc="X-platform Music Multiplexing System 2"
 arch=(x86_64)
 url="https://xmms2.org/;
@@ -53,13 +53,18 @@
 depends=(glib2 readline)
 makedepends=("${_depends[@]%%:*}" libpulse python2 git)
 optdepends=("${_depends[@]}" 'pulseaudio: PulseAudio output')
-install=install.sh
 source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
+git://git.xmms2.org/xmms2/xmms2-tutorial.git
+git://git.xmms2.org/xmms2/s4.git
 tmpfiles.conf
+sysusers.conf
 system.service
 user.service)
 sha256sums=('SKIP'
-'fd37bd48c61bb71ec03566d740c52dcedd95a37d6c92008606ff7e76c261224f'
+'SKIP'
+'SKIP'
+'13e3e2720e21d048d776156f8ab17c40d05b70437823da00b3c4cc2e7f7ecf7f'
+'a37e35dedd48fb8fbc2c97d79be8a3d3c3b00191826f6046f730f649cd67812a'
 'a159b18c5959cfe76ca87990ff6879d082bfe9a4c6d674c493461f7f2781f348'
 '76f1a06b81cec0f5942430401998f6c8cd9cb95d798f97b854f88afd73ffe61d')
 
@@ -70,7 +75,10 @@
 
 prepare() {
 cd xmms2-devel
-git submodule update --init
+git submodule init
+git config submodule.doc/tutorial.url "$srcdir"/xmms2-tutorial
+git config submodule.src/lib/s4.url "$srcdir"/s4
+git submodule update
 sed -i '$a#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 /* 1 second of 48kHz 
32bit audio */' src/plugins/avcodec/avcodec_compat.h
 sed -i 's,#include ,#include ,' 
src/plugins/cdda/cdda.c
 sed -i 's,libsmbclient.h,samba-4.0/libsmbclient.h,' 
src/plugins/samba/{samba.c,wscript}
@@ -91,7 +99,8 @@
 package() {
 cd xmms2-devel
 ./waf --destdir="$pkgdir" install
-install -dm0755 "$pkgdir/var/lib/xmms2"
+install -Dm0644 "$srcdir/sysusers.conf" \
+"$pkgdir/usr/lib/sysusers.d/xmms2.conf"
 install -Dm0644 "$srcdir/tmpfiles.conf" \
 "$pkgdir/usr/lib/tmpfiles.d/xmms2.conf"
 install -Dm0644 "$srcdir/system.service" \

Deleted: install.sh
===
--- install.sh  2018-01-08 18:33:19 UTC (rev 280570)
+++ install.sh  2018-01-08 19:04:10 UTC (rev 280571)
@@ -1,10 +0,0 @@
-post_install() {
-getent group  xmms2 > /dev/null || groupadd -r xmms2
-getent passwd xmms2 > /dev/null || useradd  -r -g xmms2 -d /var/lib/xmms2 
-s /bin/false -G audio xmms2
-chown -R xmms2:xmms2 var/lib/xmms2
-true
-}
-
-post_upgrade() {
-  post_install
-}

Added: sysusers.conf
===
--- sysusers.conf   (rev 0)
+++ sysusers.conf   2018-01-08 19:04:10 UTC (rev 280571)
@@ -0,0 +1,2 @@
+u xmms2  -  -  /var/lib/xmms2
+m xmms2  audio

Modified: tmpfiles.conf
===
--- tmpfiles.conf   2018-01-08 18:33:19 UTC (rev 280570)
+++ tmpfiles.conf   2018-01-08 19:04:10 UTC (rev 280571)
@@ -1,2 +1,3 @@
 d /run/xmms2  0755 xmms2 xmms2
+d /var/lib/xmms2  0755 xmms2 xmms2
 f /var/log/xmms2d.log 0644 xmms2 xmms2


[arch-commits] Commit in hugo/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 18:33:19
  Author: jlichtblau
Revision: 280570

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 280569, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 18:32:57 UTC (rev 280569)
+++ PKGBUILD2018-01-08 18:33:19 UTC (rev 280570)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.32.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('3db253d5450c4df1813ca1450a79836c51970e5100b79805fd6bbb36cf0881f0')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  cp -a "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-}
-
-build() {
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  go get -u github.com/kardianos/govendor
-  go get github.com/magefile/mage
-  mage hugo
-}
-
-package() {
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 280569, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 18:33:19 UTC (rev 280570)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.32.3
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('2ff69b12cf1a8ca6c76d90d29fca63b6ce5e21e0d73e46366b98a2245c9095aa')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export GOPATH="${srcdir}"
+  export PATH="${PATH}:${srcdir}/bin"
+  install -d "${GOPATH}/src/github.com/gohugoio"
+  cp -a "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+}
+
+build() {
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  go get -u github.com/kardianos/govendor
+  go get github.com/magefile/mage
+  mage hugo
+}
+
+package() {
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in hugo/trunk (PKGBUILD)

2018-01-08 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, January 8, 2018 @ 18:32:57
  Author: jlichtblau
Revision: 280569

upgpkg: hugo 0.32.3-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 17:51:26 UTC (rev 280568)
+++ PKGBUILD2018-01-08 18:32:57 UTC (rev 280569)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.32.1
+pkgver=0.32.3
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('3db253d5450c4df1813ca1450a79836c51970e5100b79805fd6bbb36cf0881f0')
+sha256sums=('2ff69b12cf1a8ca6c76d90d29fca63b6ce5e21e0d73e46366b98a2245c9095aa')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}


[arch-commits] Commit in lib32-acl/trunk (PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 17:51:03
  Author: eschwartz
Revision: 280567

upgpkg: lib32-acl 2.2.52-3

Add PGP signatures.

Modified:
  lib32-acl/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 17:35:58 UTC (rev 280566)
+++ PKGBUILD2018-01-08 17:51:03 UTC (rev 280567)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-acl
 pkgver=2.2.52
-pkgrel=2
+pkgrel=3
 pkgdesc="Access control list libraries (32-bit)"
 arch=('x86_64')
 url="http://savannah.nongnu.org/projects/acl;
@@ -10,8 +10,10 @@
 license=('LGPL')
 depends=('lib32-attr>=2.4.46' 'acl')
 makedepends=('gcc-multilib')
-source=(http://download.savannah.gnu.org/releases/acl/acl-${pkgver}.src.tar.gz)
-sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23')
+source=(https://download.savannah.gnu.org/releases/acl/acl-${pkgver}.src.tar.gz{,.sig})
+sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
+'SKIP')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips 

 
 build() {
   cd "${srcdir}/acl-${pkgver}"
@@ -30,8 +32,8 @@
   make DIST_ROOT="${pkgdir}" install install-lib install-dev
 
   # tidy up
-  rm -f ${pkgdir}/lib32/libacl.a
+  rm -f "${pkgdir}"/lib32/libacl.a
   chmod 0755 "$pkgdir"/usr/lib32/libacl.so.*.*.*
 
-  rm -rf ${pkgdir}/usr/{bin,include,share}
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
 }


[arch-commits] Commit in lib32-acl/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 17:51:26
  Author: eschwartz
Revision: 280568

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-acl/repos/multilib-x86_64/PKGBUILD
(from rev 280567, lib32-acl/trunk/PKGBUILD)
Deleted:
  lib32-acl/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   76 +++--
 1 file changed, 39 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 17:51:03 UTC (rev 280567)
+++ PKGBUILD2018-01-08 17:51:26 UTC (rev 280568)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=lib32-acl
-pkgver=2.2.52
-pkgrel=2
-pkgdesc="Access control list libraries (32-bit)"
-arch=('x86_64')
-url="http://savannah.nongnu.org/projects/acl;
-license=('LGPL')
-depends=('lib32-attr>=2.4.46' 'acl')
-makedepends=('gcc-multilib')
-source=(http://download.savannah.gnu.org/releases/acl/acl-${pkgver}.src.tar.gz)
-sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23')
-
-build() {
-  cd "${srcdir}/acl-${pkgver}"
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export INSTALL_USER=root INSTALL_GROUP=root 
-  ./configure --prefix=/usr --libdir=/usr/lib32 --libexecdir=/usr/lib32
-  make 
-}
-
-package() {
-  cd "${srcdir}/acl-${pkgver}"
-
-  make DIST_ROOT="${pkgdir}" install install-lib install-dev
-
-  # tidy up
-  rm -f ${pkgdir}/lib32/libacl.a
-  chmod 0755 "$pkgdir"/usr/lib32/libacl.so.*.*.*
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-acl/repos/multilib-x86_64/PKGBUILD (from rev 280567, 
lib32-acl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 17:51:26 UTC (rev 280568)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=lib32-acl
+pkgver=2.2.52
+pkgrel=3
+pkgdesc="Access control list libraries (32-bit)"
+arch=('x86_64')
+url="http://savannah.nongnu.org/projects/acl;
+license=('LGPL')
+depends=('lib32-attr>=2.4.46' 'acl')
+makedepends=('gcc-multilib')
+source=(https://download.savannah.gnu.org/releases/acl/acl-${pkgver}.src.tar.gz{,.sig})
+sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
+'SKIP')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips 

+
+build() {
+  cd "${srcdir}/acl-${pkgver}"
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export INSTALL_USER=root INSTALL_GROUP=root 
+  ./configure --prefix=/usr --libdir=/usr/lib32 --libexecdir=/usr/lib32
+  make 
+}
+
+package() {
+  cd "${srcdir}/acl-${pkgver}"
+
+  make DIST_ROOT="${pkgdir}" install install-lib install-dev
+
+  # tidy up
+  rm -f "${pkgdir}"/lib32/libacl.a
+  chmod 0755 "$pkgdir"/usr/lib32/libacl.so.*.*.*
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


[arch-commits] Commit in fcitx-cloudpinyin/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 17:35:58
  Author: eschwartz
Revision: 280566

archrelease: copy trunk to community-x86_64

Added:
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD
(from rev 280565, fcitx-cloudpinyin/trunk/PKGBUILD)
Deleted:
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   57 +
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-08 17:35:38 UTC (rev 280565)
+++ PKGBUILD2018-01-08 17:35:58 UTC (rev 280566)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=fcitx-cloudpinyin
-pkgver=0.3.6
-pkgrel=1
-pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx-cloudpinyin;
-license=('GPL')
-depends=('curl' 'fcitx')
-makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914')

Copied: fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD (from rev 280565, 
fcitx-cloudpinyin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-08 17:35:58 UTC (rev 280566)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.6
+pkgrel=2
+pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-cloudpinyin;
+license=('GPL')
+depends=('curl' 'fcitx')
+makedepends=('cmake')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in fcitx-cloudpinyin/trunk (PKGBUILD)

2018-01-08 Thread Eli Schwartz via arch-commits
Date: Monday, January 8, 2018 @ 17:35:38
  Author: eschwartz
Revision: 280565

upgpkg: fcitx-cloudpinyin 0.3.6-2

Add PGP signatures.

Modified:
  fcitx-cloudpinyin/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 17:27:46 UTC (rev 280564)
+++ PKGBUILD2018-01-08 17:35:38 UTC (rev 280565)
@@ -4,7 +4,7 @@
 
 pkgname=fcitx-cloudpinyin
 pkgver=0.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-cloudpinyin;
@@ -11,7 +11,10 @@
 license=('GPL')
 depends=('curl' 'fcitx')
 makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 
 build() {
   cd ${pkgname}-${pkgver}
@@ -24,5 +27,3 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914')


  1   2   >