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

2018-01-01 Thread Christian Hesse via arch-commits
Date: Tuesday, January 2, 2018 @ 06:54:25
  Author: eworm
Revision: 313853

upgpkg: e2fsprogs 1.43.8-1

new upstream release

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 22:44:27 UTC (rev 313852)
+++ PKGBUILD2018-01-02 06:54:25 UTC (rev 313853)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=e2fsprogs
-pkgver=1.43.7
+pkgver=1.43.8
 pkgrel=1
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

 
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
 'MIT-LICENSE')
-sha256sums=('2a6367289047d68d9ba6a46cf89ab9a1efd0556cde02a51ebaf414ff51edded9'
+sha256sums=('c0841d5fe724d49132158850f3975e886fccfcef642878dca2425a1b5d30b12a'
 'SKIP'
 'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
 
@@ -32,9 +32,16 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --with-root-prefix="" --libdir=/usr/lib \
-  --sbindir=/usr/bin --enable-elf-shlibs --disable-fsck --disable-uuidd \
-  --disable-libuuid --disable-libblkid
+  ./configure \
+  --prefix=/usr \
+  --with-root-prefix="" \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin \
+  --enable-elf-shlibs \
+  --disable-fsck \
+  --disable-uuidd \
+  --disable-libuuid \
+  --disable-libblkid
 
   make
 }


[arch-commits] Commit in e2fsprogs/repos (3 files)

2018-01-01 Thread Christian Hesse via arch-commits
Date: Tuesday, January 2, 2018 @ 06:54:29
  Author: eworm
Revision: 313854

archrelease: copy trunk to testing-x86_64

Added:
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 313853, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 313853, e2fsprogs/trunk/PKGBUILD)

-+
 MIT-LICENSE |   25 +
 PKGBUILD|   67 ++
 2 files changed, 92 insertions(+)

Copied: e2fsprogs/repos/testing-x86_64/MIT-LICENSE (from rev 313853, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-x86_64/MIT-LICENSE  (rev 0)
+++ testing-x86_64/MIT-LICENSE  2018-01-02 06:54:29 UTC (rev 313854)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/testing-x86_64/PKGBUILD (from rev 313853, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-02 06:54:29 UTC (rev 313854)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=e2fsprogs
+pkgver=1.43.8
+pkgrel=1
+pkgdesc="Ext2/3/4 filesystem utilities"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'libutil-linux')
+makedepends=('util-linux')
+backup=('etc/mke2fs.conf')
+options=('staticlibs')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
+'MIT-LICENSE')
+sha256sums=('c0841d5fe724d49132158850f3975e886fccfcef642878dca2425a1b5d30b12a'
+'SKIP'
+'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
+
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+  --prefix=/usr \
+  --with-root-prefix="" \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin \
+  --enable-elf-shlibs \
+  --disable-fsck \
+  --disable-uuidd \
+  --disable-libuuid \
+  --disable-libblkid
+
+  make
+}
+
+package() {
+  unset MAKEFLAGS
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
+
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
+  sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' 
"${pkgdir}/usr/bin/compile_et"
+
+  # remove static libraries with a shared counterpart
+  rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
+
+  # install MIT license
+  install -Dm644 "${srcdir}/MIT-LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE"
+}


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

2018-01-01 Thread Evangelos Foutras via arch-commits
Date: Monday, January 1, 2018 @ 22:50:53
  Author: foutrelis
Revision: 277668

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 277667, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-01 22:50:45 UTC (rev 277667)
+++ PKGBUILD2018-01-01 22:50:53 UTC (rev 277668)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.10.1
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('c067397630fe1a91adb67cf3ec8a25947654e31d3c49f019e75af09f6ce24b5d'
-'SKIP'
-'ff9099ad0a46c98fe48773279bd3a87afdd1e4aa4d2f8e55b312455bcbf3d1e8'
-'SKIP'
-'c71ae28274ce69f23fa132980948d1b788a491feb76c186c86bf55f2fbbd5124'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 277667, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-01 22:50:53 UTC (rev 277668)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.1.10.2
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('c38e7894c0db663233e5ab6d2cf21951fe373bdcbc778ba19c5be20c2c7ef95d'
+'SKIP'
+'f86937c117346d7dbd1a1e7410cf45189a93ec7cd3f6fb5d0419b3e398b681df'
+'SKIP'
+

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

2018-01-01 Thread Evangelos Foutras via arch-commits
Date: Monday, January 1, 2018 @ 22:50:45
  Author: foutrelis
Revision: 277667

upgpkg: shorewall 5.1.10.2-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 20:40:39 UTC (rev 277666)
+++ PKGBUILD2018-01-01 22:50:45 UTC (rev 277667)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.10.1
+pkgver=5.1.10.2
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('c067397630fe1a91adb67cf3ec8a25947654e31d3c49f019e75af09f6ce24b5d'
+sha256sums=('c38e7894c0db663233e5ab6d2cf21951fe373bdcbc778ba19c5be20c2c7ef95d'
 'SKIP'
-'ff9099ad0a46c98fe48773279bd3a87afdd1e4aa4d2f8e55b312455bcbf3d1e8'
+'f86937c117346d7dbd1a1e7410cf45189a93ec7cd3f6fb5d0419b3e398b681df'
 'SKIP'
-'c71ae28274ce69f23fa132980948d1b788a491feb76c186c86bf55f2fbbd5124'
+'33d43545b430ba48166b89ca32e375f0afc7cfafa4d4cfb020520ac4b64c400a'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


[arch-commits] Commit in libupnp/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-01-01 Thread Jelle van der Waa via arch-commits
Date: Monday, January 1, 2018 @ 22:44:27
  Author: jelle
Revision: 313852

archrelease: copy trunk to extra-x86_64

Added:
  libupnp/repos/extra-x86_64/PKGBUILD
(from rev 313851, libupnp/trunk/PKGBUILD)
Deleted:
  libupnp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-01 22:44:11 UTC (rev 313851)
+++ PKGBUILD2018-01-01 22:44:27 UTC (rev 313852)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora  
-# Contributor: kastor 
-
-pkgname=libupnp
-pkgver=1.6.22
-pkgrel=1
-pkgdesc="Portable Open Source UPnP Development Kit"
-arch=('i686' 'x86_64')
-url="http://pupnp.sourceforge.net/;
-license=('BSD')
-depends=('glibc')
-makedepends=('pkgconfig')
-source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('530e91e96119ee32a9523a73572b8d8f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libupnp/repos/extra-x86_64/PKGBUILD (from rev 313851, 
libupnp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-01 22:44:27 UTC (rev 313852)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora  
+# Contributor: kastor 
+
+pkgname=libupnp
+pkgver=1.6.24
+pkgrel=1
+pkgdesc="Portable Open Source UPnP Development Kit"
+arch=('x86_64')
+url="http://pupnp.sourceforge.net/;
+license=('BSD')
+depends=('glibc')
+makedepends=('pkgconfig')
+source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('c5f4a3b674741d85ef29258841ccd540')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-01-01 Thread Jelle van der Waa via arch-commits
Date: Monday, January 1, 2018 @ 22:44:11
  Author: jelle
Revision: 313851

upgpkg: libupnp 1.6.24-1

Modified:
  libupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 20:41:22 UTC (rev 313850)
+++ PKGBUILD2018-01-01 22:44:11 UTC (rev 313851)
@@ -3,7 +3,7 @@
 # Contributor: kastor 
 
 pkgname=libupnp
-pkgver=1.6.22
+pkgver=1.6.24
 pkgrel=1
 pkgdesc="Portable Open Source UPnP Development Kit"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 makedepends=('pkgconfig')
 
source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('530e91e96119ee32a9523a73572b8d8f')
+md5sums=('c5f4a3b674741d85ef29258841ccd540')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-01-01 Thread Eli Schwartz via arch-commits
Date: Monday, January 1, 2018 @ 19:52:17
  Author: eschwartz
Revision: 277660

Fixed 404 source

Upstream has declared some releases more stable than others, and moved the rest
to snapshots/

Modified:
  lib32-cairo/repos/multilib-x86_64/PKGBUILD
  lib32-cairo/trunk/PKGBUILD

+
 repos/multilib-x86_64/PKGBUILD |2 +-
 trunk/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/multilib-x86_64/PKGBUILD
===
--- repos/multilib-x86_64/PKGBUILD  2018-01-01 19:29:54 UTC (rev 277659)
+++ repos/multilib-x86_64/PKGBUILD  2018-01-01 19:52:17 UTC (rev 277660)
@@ -12,7 +12,7 @@
 depends=('lib32-libpng' 'lib32-libxrender' 'lib32-libxext' 'lib32-fontconfig' 
'lib32-pixman'
  'lib32-glib2' $_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-librsvg' 'lib32-gtk2')
-source=(https://cairographics.org/releases/$_pkgbasename-$pkgver.tar.xz)
+source=(https://cairographics.org/snapshots/$_pkgbasename-$pkgver.tar.xz)
 options=(!libtool)
 sha1sums=('07cc2031b74d7582993ec49ecbfbfb85f1c6')
 

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-01 19:29:54 UTC (rev 277659)
+++ trunk/PKGBUILD  2018-01-01 19:52:17 UTC (rev 277660)
@@ -12,7 +12,7 @@
 depends=('lib32-libpng' 'lib32-libxrender' 'lib32-libxext' 'lib32-fontconfig' 
'lib32-pixman'
  'lib32-glib2' $_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-librsvg' 'lib32-gtk2')
-source=(https://cairographics.org/releases/$_pkgbasename-$pkgver.tar.xz)
+source=(https://cairographics.org/snapshots/$_pkgbasename-$pkgver.tar.xz)
 options=(!libtool)
 sha1sums=('07cc2031b74d7582993ec49ecbfbfb85f1c6')
 


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

2018-01-01 Thread Eli Schwartz via arch-commits
Date: Monday, January 1, 2018 @ 19:29:54
  Author: eschwartz
Revision: 277659

Project moved to github after googlecode died, use it.

https://github.com/distcc/distcc/issues/159

Modified:
  distcc/repos/community-x86_64/PKGBUILD
  distcc/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |   36 +---
 trunk/PKGBUILD  |   18 --
 2 files changed, 33 insertions(+), 21 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2018-01-01 18:54:47 UTC (rev 277658)
+++ repos/community-x86_64/PKGBUILD 2018-01-01 19:29:54 UTC (rev 277659)
@@ -7,22 +7,28 @@
 pkgver=3.2rc1
 pkgrel=2
 pkgdesc="A distributed C, C++, Obj C compiler"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/distcc/distcc;
 license=('GPL')
 depends=('gcc' 'popt' 'avahi' 'dbus')
 makedepends=('gtk2' 'pkgconfig' 'python2')
 optdepends=('gtk2: for distccmon-gnome'
-   'python2')
+'python2')
 backup=('etc/conf.d/distccd'
-   'etc/distcc/hosts')
-source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
-   distccd.conf.d
-   distccd.service)
-md5sums=('18cd4f33f5cfc3e75675cafc568fb9cf'
+'etc/distcc/hosts')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"distccd.conf.d"
+"distccd.service")
+md5sums=('3668b083fb00d28f54a5364c49733644'
  '239aae53250e3e35288cba566bc0bbf1'
  '09f0688da9c1840e518d2593bd5c3830')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -44,14 +50,14 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" INCLUDESERVER_PYTHON=/usr/bin/python2 install
-  install -D -m644 ${srcdir}/distccd.conf.d ${pkgdir}/etc/conf.d/distccd
+  install -D -m644 "$srcdir"/distccd.conf.d "$pkgdir"/etc/conf.d/distccd
 
-  install -d ${pkgdir}/usr/lib/${pkgname}/bin
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cc
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/gcc
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/g++
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/c++
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cpp
+  install -d "$pkgdir"/usr/lib/${pkgname}/bin
+  ln -sf /usr/bin/${pkgname} "$pkgdir"/usr/lib/${pkgname}/bin/cc
+  ln -sf /usr/bin/${pkgname} "$pkgdir"/usr/lib/${pkgname}/bin/gcc
+  ln -sf /usr/bin/${pkgname} "$pkgdir"/usr/lib/${pkgname}/bin/g++
+  ln -sf /usr/bin/${pkgname} "$pkgdir"/usr/lib/${pkgname}/bin/c++
+  ln -sf /usr/bin/${pkgname} "$pkgdir"/usr/lib/${pkgname}/bin/cpp
 
-  install -Dm0644 $srcdir/distccd.service 
$pkgdir/usr/lib/systemd/system/distccd.service
+  install -Dm0644 "$srcdir"/distccd.service 
"$pkgdir"/usr/lib/systemd/system/distccd.service
 }

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-01-01 18:54:47 UTC (rev 277658)
+++ trunk/PKGBUILD  2018-01-01 19:29:54 UTC (rev 277659)
@@ -13,16 +13,22 @@
 depends=('gcc' 'popt' 'avahi' 'dbus')
 makedepends=('gtk2' 'pkgconfig' 'python2')
 optdepends=('gtk2: for distccmon-gnome'
-   'python2')
+'python2')
 backup=('etc/conf.d/distccd'
-   'etc/distcc/hosts')
-source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/distcc/${pkgname}-${pkgver}.tar.bz2
-   distccd.conf.d
-   distccd.service)
-md5sums=('18cd4f33f5cfc3e75675cafc568fb9cf'
+'etc/distcc/hosts')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"distccd.conf.d"
+"distccd.service")
+md5sums=('3668b083fb00d28f54a5364c49733644'
  '239aae53250e3e35288cba566bc0bbf1'
  '09f0688da9c1840e518d2593bd5c3830')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./autogen.sh
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2018-01-01 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 1, 2018 @ 18:54:47
  Author: bpiotrowski
Revision: 277658

archrelease: copy trunk to community-staging-x86_64

Added:
  facter/repos/community-staging-x86_64/
  facter/repos/community-staging-x86_64/PKGBUILD
(from rev 277657, facter/trunk/PKGBUILD)

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

Copied: facter/repos/community-staging-x86_64/PKGBUILD (from rev 277657, 
facter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-01 18:54:47 UTC (rev 277658)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.9.3
+pkgrel=2
+pkgdesc="Collect and display system facts"
+arch=('x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('4b4607f2f8d9d694810d5cfe76fbcd7e')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-01-01 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 1, 2018 @ 18:54:29
  Author: bpiotrowski
Revision: 277657

3.9.3-2: rebuild against boost 1.66

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 18:45:18 UTC (rev 277656)
+++ PKGBUILD2018-01-01 18:54:29 UTC (rev 277657)
@@ -8,7 +8,7 @@
 
 pkgname=facter
 pkgver=3.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Collect and display system facts"
 arch=('x86_64')
 url="http://puppetlabs.com/facter;


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

2018-01-01 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 1, 2018 @ 18:45:18
  Author: bpiotrowski
Revision: 277656

archrelease: copy trunk to community-staging-x86_64

Added:
  leatherman/repos/community-staging-x86_64/
  leatherman/repos/community-staging-x86_64/PKGBUILD
(from rev 277655, leatherman/trunk/PKGBUILD)

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

Copied: leatherman/repos/community-staging-x86_64/PKGBUILD (from rev 277655, 
leatherman/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-01 18:45:18 UTC (rev 277656)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake' 'rapidjson')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('659d2b3bc3ff34ae01b31a24bff43d21')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-01-01 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 1, 2018 @ 18:45:04
  Author: bpiotrowski
Revision: 277655

1.3.0-2: rebuild against boost 1.66

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 18:44:41 UTC (rev 277654)
+++ PKGBUILD2018-01-01 18:45:04 UTC (rev 277655)
@@ -2,7 +2,7 @@
 
 pkgname=leatherman
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('x86_64')
 url="https://github.com/puppetlabs/leatherman;


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

2018-01-01 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 1, 2018 @ 18:44:30
  Author: bpiotrowski
Revision: 277653

2.9-3: rebuild against boost 1.66

Modified:
  linssid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 16:38:00 UTC (rev 277652)
+++ PKGBUILD2018-01-01 18:44:30 UTC (rev 277653)
@@ -4,7 +4,7 @@
 
 pkgname=linssid
 pkgver=2.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Graphical wireless scanner for Linux'
 url='https://sourceforge.net/projects/linssid/'
 arch=('x86_64')


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

2018-01-01 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 1, 2018 @ 18:44:41
  Author: bpiotrowski
Revision: 277654

archrelease: copy trunk to community-staging-x86_64

Added:
  linssid/repos/community-staging-x86_64/
  linssid/repos/community-staging-x86_64/PKGBUILD
(from rev 277653, linssid/trunk/PKGBUILD)

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

Copied: linssid/repos/community-staging-x86_64/PKGBUILD (from rev 277653, 
linssid/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-01 18:44:41 UTC (rev 277654)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jacques Fontaine 
+# Contributor: Ryan Young 
+
+pkgname=linssid
+pkgver=2.9
+pkgrel=3
+pkgdesc='Graphical wireless scanner for Linux'
+url='https://sourceforge.net/projects/linssid/'
+arch=('x86_64')
+license=('GPL3')
+depends=('qt5-base' 'qt5-svg' 'qwt' 'libxkbcommon-x11' 'iw' 'wireless_tools' 
'xdg-utils' 'boost-libs'
+ 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('boost')
+optdepends=('sudo: privilege escalation to use wireless tools')
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
+sha256sums=('3745beed51a210a79d0b0ae9071c75e312734650bda01a269435ba4ae5903f1b')
+sha512sums=('687912acfaa5d2d2e39f05cd01730f0727ad6e3b01687c392dbfa5aee32ff9133c27a5d8fd9c223ab56f4f234d8afaec8b7ea826e45ed035dcf552d4be699ae6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|libqwt-qt5.so|libqwt.so|g' -i linssid-app/linssid-app.pro
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-01-01 Thread Nicola Squartini via arch-commits
Date: Monday, January 1, 2018 @ 16:37:39
  Author: tensor5
Revision: 277651

upgpkg: caprine 2.9.0-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 15:36:08 UTC (rev 277650)
+++ PKGBUILD2018-01-01 16:37:39 UTC (rev 277651)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.7.1
+pkgver=2.9.0
 pkgrel=1
 pkgdesc='Unofficial Facebook Messenger app'
 arch=('any')
@@ -13,7 +13,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 'caprine.desktop'
 'caprine.js')
-sha256sums=('cd4e6535fbf17cb9c4a468c3e4b70a866aa38e4a0eafbbb3e07f1937998470c8'
+sha256sums=('cef03d124b7a0c9335f217965be63f39cf5cd4e716d8fabff8b74e93ad704753'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
 '76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 
@@ -54,6 +54,6 @@
 -or -name "bin" -prune -exec rm -r '{}' \; \
 -or -name "example" -prune -exec rm -r '{}' \; \
 -or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -executable -type f -exec rm -r '{}' \;
+-or -name "scripts" -prune -exec rm -r '{}' \; \
+-or -name "test" -prune -exec rm -r '{}' \;
 }


[arch-commits] Commit in caprine/repos/community-any (6 files)

2018-01-01 Thread Nicola Squartini via arch-commits
Date: Monday, January 1, 2018 @ 16:38:00
  Author: tensor5
Revision: 277652

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 277651, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 277651, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 277651, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  118 +++---
 caprine.desktop |   18 
 caprine.js  |   58 +-
 3 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-01 16:37:39 UTC (rev 277651)
+++ PKGBUILD2018-01-01 16:38:00 UTC (rev 277652)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='Unofficial Facebook Messenger app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'caprine.desktop'
-'caprine.js')
-sha256sums=('cd4e6535fbf17cb9c4a468c3e4b70a866aa38e4a0eafbbb3e07f1937998470c8'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
-mv "${pkgdir}"${appdir}/media/Icon.svg \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/build
-rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -executable -type f -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 277651, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-01 16:38:00 UTC (rev 277652)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.9.0
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('cef03d124b7a0c9335f217965be63f39cf5cd4e716d8fabff8b74e93ad704753'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
+mv "${pkgdir}"${appdir}/media/Icon.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/build
+rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
+find "${pkgdir}"${appdir} \
+ 

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

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 13:07:35
  Author: andyrtr
Revision: 313838

upgpkg: libe-book 0.1.3-1

upstream update 0.1.3

Modified:
  libe-book/trunk/PKGBUILD
Deleted:
  
libe-book/trunk/0001-Disable-werror-by-default-since-gperf-code-will-not-.patch
  libe-book/trunk/boost159.patch

-+
 0001-Disable-werror-by-default-since-gperf-code-will-not-.patch |   29 
--
 PKGBUILD|   24 ++--
 boost159.patch  |   24 
 3 files changed, 6 insertions(+), 71 deletions(-)

Deleted: 0001-Disable-werror-by-default-since-gperf-code-will-not-.patch
===
--- 0001-Disable-werror-by-default-since-gperf-code-will-not-.patch 
2018-01-01 10:43:43 UTC (rev 313837)
+++ 0001-Disable-werror-by-default-since-gperf-code-will-not-.patch 
2018-01-01 13:07:35 UTC (rev 313838)
@@ -1,29 +0,0 @@
-From 784c5168d1a62618e53619fd0a979363d596775a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fridrich=20=C5=A0trba?= 
-Date: Sun, 3 Jul 2016 21:43:25 +0200
-Subject: [PATCH] Disable werror by default since gperf code will not build
- with gcc 6
-

- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 06e9afb..6e00ed5 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -223,9 +223,9 @@ AS_IF([test "x$platform_win32" = "xyes"],
- # Check for cflags
- # 
- AC_ARG_ENABLE([werror],
--[AS_HELP_STRING([--disable-werror], [Treat all warnings as errors, 
usefull for development])],
-+[AS_HELP_STRING([--enable-werror], [Treat all warnings as errors, usefull 
for development])],
- [enable_werror="$enableval"],
--[enable_werror=yes]
-+[enable_werror=no]
- )
- AS_IF([test x"$enable_werror" != "xno"], [
- CFLAGS="$CFLAGS -Werror"
--- 
-2.10.2
-

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 10:43:43 UTC (rev 313837)
+++ PKGBUILD2018-01-01 13:07:35 UTC (rev 313838)
@@ -3,32 +3,20 @@
 # Contributor: Thomas Arnhold 
 
 pkgname=libe-book
-pkgver=0.1.2
-pkgrel=8
+pkgver=0.1.3
+pkgrel=1
 pkgdesc="Library for import of reflowable e-book formats."
 arch=('x86_64')
 url="http://sourceforge.net/projects/libebook/;
 license=('LGPL2.1' 'MPL')
-depends=('librevenge' 'libxml2')
+depends=('librevenge' 'libxml2' 'liblangtag')
 makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
-source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz
-0001-Disable-werror-by-default-since-gperf-code-will-not-.patch
-boost159.patch)
-sha1sums=('950ee08e7a41585636aebb7774fdc6f05817a18c'
-  '7d38227479fd993e0a736115b53f00745a8a987c'
-  '8b5b88a05db43773aae486c8410c9bb79e0f6d16')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('18fde9588c236d51eea9437ed882d8b751daf01f')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # 
https://sourceforge.net/p/libebook/code/ci/784c5168d1a62618e53619fd0a979363d596775a/
-  patch -Np1 -i 
../0001-Disable-werror-by-default-since-gperf-code-will-not-.patch
-  patch -Np1 -i ../boost159.patch
-  autoreconf -vi
-}
-
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr #--disable-werror
+  ./configure --prefix=/usr
   make
 }
 

Deleted: boost159.patch
===
--- boost159.patch  2018-01-01 10:43:43 UTC (rev 313837)
+++ boost159.patch  2018-01-01 13:07:35 UTC (rev 313838)
@@ -1,24 +0,0 @@
-From b903d0dc91f482b348e5840e5a1df599ebd5e6f9 Mon Sep 17 00:00:00 2001
-From: David Tardon 
-Date: Sun, 30 Aug 2015 13:57:14 +0200
-Subject: [PATCH] fix build with boost 1.59
-

- src/lib/Makefile.am | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
-index 9931a22..35d35be 100644
 a/src/lib/Makefile.am
-+++ b/src/lib/Makefile.am
-@@ -64,6 +64,7 @@ 
libe_book_@EBOOK_MAJOR_VERSION@_@EBOOK_MINOR_VERSION@_la_LDFLAGS = $(version_inf
- libe_book_@EBOOK_MAJOR_VERSION@_@EBOOK_MINOR_VERSION@_la_SOURCES = \
-   EBOOKDocument.cpp
- 
-+libe_book_internal_la_CPPFLAGS = -DBOOST_ERROR_CODE_HEADER_ONLY
- libe_book_internal_la_SOURCES = \
-   EBOOKBitStream.cpp \
-   EBOOKBitStream.h \
--- 
-2.6.2
-


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

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 13:07:47
  Author: andyrtr
Revision: 313839

archrelease: copy trunk to testing-x86_64

Added:
  libe-book/repos/testing-x86_64/
  libe-book/repos/testing-x86_64/PKGBUILD
(from rev 313838, libe-book/trunk/PKGBUILD)

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

Copied: libe-book/repos/testing-x86_64/PKGBUILD (from rev 313838, 
libe-book/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-01 13:07:47 UTC (rev 313839)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=libe-book
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Library for import of reflowable e-book formats."
+arch=('x86_64')
+url="http://sourceforge.net/projects/libebook/;
+license=('LGPL2.1' 'MPL')
+depends=('librevenge' 'libxml2' 'liblangtag')
+makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('18fde9588c236d51eea9437ed882d8b751daf01f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+


[arch-commits] Commit in libqxp/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 10:43:43
  Author: andyrtr
Revision: 313837

archrelease: copy trunk to extra-x86_64

Added:
  libqxp/repos/extra-x86_64/PKGBUILD
(from rev 313836, libqxp/trunk/PKGBUILD)
Deleted:
  libqxp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-01 10:43:34 UTC (rev 313836)
+++ PKGBUILD2018-01-01 10:43:43 UTC (rev 313837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libqxp
-pkgver=0.0.0
-pkgrel=2
-pkgdesc="a library that parses the file format of QuarkXPress documents"
-arch=('x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp;
-license=('MPL2')
-depends=('librevenge')
-makedepends=('boost' 'cppunit' 'doxygen')
-source=("https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0dd32afbf1c889debc28848b260c1bdc0eba5f57504476b787e164f7c59776d5')
-validpgpkeys=()
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-}

Copied: libqxp/repos/extra-x86_64/PKGBUILD (from rev 313836, 
libqxp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-01 10:43:43 UTC (rev 313837)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libqxp
+pkgver=0.0.1
+pkgrel=1
+pkgdesc="a library that parses the file format of QuarkXPress documents"
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp;
+license=('MPL2')
+depends=('librevenge')
+makedepends=('boost' 'cppunit' 'doxygen')
+source=("https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha256sums=('8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}


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

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 10:43:34
  Author: andyrtr
Revision: 313836

upgpkg: libqxp 0.0.1-1

upstream update 0.0.1

Modified:
  libqxp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 10:36:11 UTC (rev 313835)
+++ PKGBUILD2018-01-01 10:43:34 UTC (rev 313836)
@@ -2,8 +2,8 @@
 # Maintainer: AndyRTR 
 
 pkgname=libqxp
-pkgver=0.0.0
-pkgrel=2
+pkgver=0.0.1
+pkgrel=1
 pkgdesc="a library that parses the file format of QuarkXPress documents"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp;
@@ -11,8 +11,7 @@
 depends=('librevenge')
 makedepends=('boost' 'cppunit' 'doxygen')
 source=("https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0dd32afbf1c889debc28848b260c1bdc0eba5f57504476b787e164f7c59776d5')
-validpgpkeys=()
+sha256sums=('8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73')
 
 build() {
cd "$pkgname-$pkgver"


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

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 10:36:03
  Author: andyrtr
Revision: 313834

upgpkg: libmspub 0.1.3-1

upstream update 0.1.3

Modified:
  libmspub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 10:33:24 UTC (rev 313833)
+++ PKGBUILD2018-01-01 10:36:03 UTC (rev 313834)
@@ -3,8 +3,8 @@
 # Contributor: Simone Sclavi 'Ito' 
 
 pkgname=libmspub
-pkgver=0.1.2
-pkgrel=8
+pkgver=0.1.3
+pkgrel=1
 pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub;
@@ -12,7 +12,7 @@
 depends=('libwpd' 'icu' 'librevenge')
 makedepends=('libwpg' 'boost' 'doxygen')
 
source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b0baabf82d20c08ad000e80fa02154ce2f2ffde1ee60240d6e3a917c3b35560f')
+sha256sums=('f0225f0ff03f6bec4847d7c2d8719a36cafc4b97a09e504b610372cc5b981c97')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 10:36:11
  Author: andyrtr
Revision: 313835

archrelease: copy trunk to testing-x86_64

Added:
  libmspub/repos/testing-x86_64/
  libmspub/repos/testing-x86_64/PKGBUILD
(from rev 313834, libmspub/trunk/PKGBUILD)

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

Copied: libmspub/repos/testing-x86_64/PKGBUILD (from rev 313834, 
libmspub/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-01 10:36:11 UTC (rev 313835)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Simone Sclavi 'Ito' 
+
+pkgname=libmspub
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f0225f0ff03f6bec4847d7c2d8719a36cafc4b97a09e504b610372cc5b981c97')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --with-docs
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}


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

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 10:33:15
  Author: andyrtr
Revision: 313832

upgpkg: libabw 0.1.2-1

upstream update 0.1.2

Modified:
  libabw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-01 10:28:49 UTC (rev 313831)
+++ PKGBUILD2018-01-01 10:33:15 UTC (rev 313832)
@@ -2,8 +2,8 @@
 # Maintainer: AndyRTR 
 
 pkgname=libabw
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
 pkgdesc="a library that parses the file format of AbiWord documents"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libabw;
@@ -10,18 +10,9 @@
 license=('MPL')
 depends=('librevenge' 'libxml2' )
 makedepends=('doxygen' 'gperf' 'boost')
-source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
-   
libabw-boost-1.59.patch::"https://github.com/LibreOffice/libabw/commit/ee2d0729.patch;)
-md5sums=('6be55a46078b593ec20cad9bb8730c3e'
- '04ff06433764bac16632d00348d7bfae')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b72944d5af81dda0a5c5803ee84cbac4b81441a4d767aa57029adc6744c2485')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build with Boost 1.59
-  patch -p1 -i ../libabw-boost-1.59.patch
-  autoreconf -vi
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 10:33:24
  Author: andyrtr
Revision: 313833

archrelease: copy trunk to testing-x86_64

Added:
  libabw/repos/testing-x86_64/
  libabw/repos/testing-x86_64/PKGBUILD
(from rev 313832, libabw/trunk/PKGBUILD)

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

Copied: libabw/repos/testing-x86_64/PKGBUILD (from rev 313832, 
libabw/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-01 10:33:24 UTC (rev 313833)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libabw
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="a library that parses the file format of AbiWord documents"
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libabw;
+license=('MPL')
+depends=('librevenge' 'libxml2' )
+makedepends=('doxygen' 'gperf' 'boost')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b72944d5af81dda0a5c5803ee84cbac4b81441a4d767aa57029adc6744c2485')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xterm/repos (3 files)

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 10:28:49
  Author: andyrtr
Revision: 313831

archrelease: copy trunk to testing-x86_64

Added:
  xterm/repos/testing-x86_64/
  xterm/repos/testing-x86_64/LICENSE
(from rev 313830, xterm/trunk/LICENSE)
  xterm/repos/testing-x86_64/PKGBUILD
(from rev 313830, xterm/trunk/PKGBUILD)

--+
 LICENSE  |   73 +
 PKGBUILD |   64 +
 2 files changed, 137 insertions(+)

Copied: xterm/repos/testing-x86_64/LICENSE (from rev 313830, 
xterm/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2018-01-01 10:28:49 UTC (rev 313831)
@@ -0,0 +1,73 @@
+/***
+
+Copyright 2002-2008,2009 by Thomas E. Dickey
+
+All Rights Reserved
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name(s) of the above copyright
+holders shall not be used in advertising or otherwise to promote the
+sale, use or other dealings in this Software without prior written
+authorization.
+
+Copyright 1987, 1988  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
+
+All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Digital not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.
+
+DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
+
+**/

Copied: xterm/repos/testing-x86_64/PKGBUILD (from rev 313830, 
xterm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-01 10:28:49 UTC (rev 313831)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=331
+pkgrel=1
+pkgdesc="X Terminal Emulator"

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

2018-01-01 Thread Andreas Radke via arch-commits
Date: Monday, January 1, 2018 @ 10:28:37
  Author: andyrtr
Revision: 313830

upgpkg: xterm 331-1

upstream update 331

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-31 19:32:38 UTC (rev 313829)
+++ PKGBUILD2018-01-01 10:28:37 UTC (rev 313830)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=330
+pkgver=331
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-sha256sums=('7aeef9f29f6b95e09f481173c8c3053357bf5ffe162585647f690fd1707556df'
+sha256sums=('9ae856a30fd93046be93952a6898ba47f6f88ad6a988a7c949c4c80d5199ef10'
 'SKIP'
 '9929684f5e28eb5e49c5a7f924dec9c61e0b909b3debb92d247f73f222e09615')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2018-01-01 Thread Felix Yan via arch-commits
Date: Monday, January 1, 2018 @ 07:59:28
  Author: felixonmars
Revision: 277636

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 277635, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 277635, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 277635, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 277635, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 277635, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 277635, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 277635, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-01-01 07:58:35 UTC (rev 277635)
+++ LICENSE 2018-01-01 07:59:28 UTC (rev 277636)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 277635, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-01-01 07:59:28 UTC (rev 277636)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-01 07:58:35 UTC (rev 277635)
+++ PKGBUILD2018-01-01 07:59:28 UTC (rev 277636)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.98
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')