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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:41:12
  Author: jgc
Revision: 311585

upgpkg: nghttp2 1.28.0-1

Modified:
  nghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:39:20 UTC (rev 311584)
+++ PKGBUILD2017-12-03 22:41:12 UTC (rev 311585)
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=nghttp2
-pkgver=1.27.0
+pkgver=1.28.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -16,7 +16,7 @@
   etc/nghttpx/nghttpx.conf
   etc/logrotate.d/nghttpx
 )
-sha256sums=('e83819560952a3dc3c8d96c46f60745408f46f5f384168c90b9e3dfa53b2c2c8')
+sha256sums=('0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d')
 
 build() {
   cd nghttp2-$pkgver


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:41:16
  Author: jgc
Revision: 311586

archrelease: copy trunk to testing-x86_64

Added:
  nghttp2/repos/testing-x86_64/
  nghttp2/repos/testing-x86_64/PKGBUILD
(from rev 311585, nghttp2/trunk/PKGBUILD)

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

Copied: nghttp2/repos/testing-x86_64/PKGBUILD (from rev 311585, 
nghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-03 22:41:16 UTC (rev 311586)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.28.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc c-ares libnghttp2 
libsystemd)
+options=(!emptydirs)
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  make -C lib DESTDIR="$pkgdir" uninstall
+
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:57:30
  Author: jgc
Revision: 311593

upgpkg: libxklavier 5.4-2

Switch to HTTPS, use git instead of downloading a snapshot from cgit

Modified:
  libxklavier/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:52:02 UTC (rev 311592)
+++ PKGBUILD2017-12-03 22:57:30 UTC (rev 311593)
@@ -4,19 +4,25 @@
 
 pkgname=libxklavier
 pkgver=5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="High-level API for X Keyboard Extension"
 arch=(x86_64)
 license=('LGPL')
 depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes')
+makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes' git)
 options=('!emptydirs')
-url="http://gswitchit.sourceforge.net;
-source=("http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.zip;)
-sha256sums=('d5d2c135e3227142f5b455b9ffdf3e05be4b1e85a6c2882f8e905cc30c362d3e')
+url="https://www.freedesktop.org/wiki/Software/LibXklavier/;
+_commit=396955bd2ba2db34a42b3807b03155fcc11dfe50  # tags/libxklavier-5.4^0
+source=("git+https://anongit.freedesktop.org/git/libxklavier#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libxklavier-//;s/-/+/g'
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \
   --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc
   make
@@ -23,6 +29,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 23:03:58
  Author: jgc
Revision: 311598

archrelease: copy trunk to extra-x86_64

Added:
  opensp/repos/extra-x86_64/PKGBUILD
(from rev 311597, opensp/trunk/PKGBUILD)
Deleted:
  opensp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 23:03:50 UTC (rev 311597)
+++ PKGBUILD2017-12-03 23:03:58 UTC (rev 311598)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=opensp
-pkgver=1.5.2
-pkgrel=7
-pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
-arch=('i686' 'x86_64')
-url="http://openjade.sourceforge.net/;
-license=('BSD')
-depends=('sgml-common' 'perl')
-makedepends=('xmlto' 'docbook-xsl')
-source=("http://downloads.sourceforge.net/project/openjade/opensp/$pkgver/OpenSP-$pkgver.tar.gz;)
-sha1sums=('b4e903e980f8a8b3887396a24e067bef126e97d5')
-
-build() {
-  cd OpenSP-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---disable-nls \
---enable-http \
---enable-default-catalog=/etc/sgml/catalog \
---enable-default-search-path=/usr/share/sgml:/usr/share/xml \
---enable-xml-messages
-  make
-}
-
-check() {
-  cd OpenSP-$pkgver
-  make check || /bin/true
-}
-
-package() {
-  cd OpenSP-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # add symlinks for compatibility with jade, see FS#49775
-  for file in nsgmls sgmlnorm spam spcat spent sx ; do
-ln -s o$file $pkgdir/usr/bin/$file
-echo ".so man1/o${file}.1" > $pkgdir/usr/share/man/man1/${file}.1
-  done
-  ln -v -sf libosp.so $pkgdir/usr/lib/libsp.so
-
-  # Rename sx to sgml2xml; FS#49792
-  mv $pkgdir/usr/bin/sx $pkgdir/usr/bin/sgml2xml
-  mv $pkgdir/usr/share/man/man1/{sx,sgml2xml}.1
-  
-  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: opensp/repos/extra-x86_64/PKGBUILD (from rev 311597, 
opensp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 23:03:58 UTC (rev 311598)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=opensp
+pkgver=1.5.2
+pkgrel=8
+pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
+arch=('x86_64')
+url="http://openjade.sourceforge.net/;
+license=('BSD')
+depends=('sgml-common' 'perl')
+makedepends=('xmlto' 'docbook-xsl')
+source=("https://downloads.sourceforge.net/project/openjade/opensp/$pkgver/OpenSP-$pkgver.tar.gz;)
+sha256sums=('57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce')
+
+build() {
+  cd OpenSP-$pkgver
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--disable-nls \
+--enable-http \
+--enable-default-catalog=/etc/sgml/catalog \
+--enable-default-search-path=/usr/share/sgml:/usr/share/xml \
+--enable-xml-messages
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd OpenSP-$pkgver
+  make check || /bin/true
+}
+
+package() {
+  cd OpenSP-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # add symlinks for compatibility with jade, see FS#49775
+  for file in nsgmls sgmlnorm spam spcat spent sx ; do
+ln -s o$file $pkgdir/usr/bin/$file
+echo ".so man1/o${file}.1" > $pkgdir/usr/share/man/man1/${file}.1
+  done
+  ln -v -sf libosp.so $pkgdir/usr/lib/libsp.so
+
+  # Rename sx to sgml2xml; FS#49792
+  mv $pkgdir/usr/bin/sx $pkgdir/usr/bin/sgml2xml
+  mv $pkgdir/usr/share/man/man1/{sx,sgml2xml}.1
+  
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 23:03:50
  Author: jgc
Revision: 311597

upgpkg: opensp 1.5.2-8

Switch to https and sha256. Fix overlinking

Modified:
  opensp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 23:00:09 UTC (rev 311596)
+++ PKGBUILD2017-12-03 23:03:50 UTC (rev 311597)
@@ -5,7 +5,7 @@
 
 pkgname=opensp
 pkgver=1.5.2
-pkgrel=7
+pkgrel=8
 pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
 arch=('x86_64')
 url="http://openjade.sourceforge.net/;
@@ -12,8 +12,8 @@
 license=('BSD')
 depends=('sgml-common' 'perl')
 makedepends=('xmlto' 'docbook-xsl')
-source=("http://downloads.sourceforge.net/project/openjade/opensp/$pkgver/OpenSP-$pkgver.tar.gz;)
-sha1sums=('b4e903e980f8a8b3887396a24e067bef126e97d5')
+source=("https://downloads.sourceforge.net/project/openjade/opensp/$pkgver/OpenSP-$pkgver.tar.gz;)
+sha256sums=('57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce')
 
 build() {
   cd OpenSP-$pkgver
@@ -24,6 +24,7 @@
 --enable-default-catalog=/etc/sgml/catalog \
 --enable-default-search-path=/usr/share/sgml:/usr/share/xml \
 --enable-xml-messages
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:33:47
  Author: jgc
Revision: 311578

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 311577, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 311577, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   96 
 revert-warnings.patch |   22 +--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 22:33:42 UTC (rev 311577)
+++ PKGBUILD2017-12-03 22:33:47 UTC (rev 311578)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.36
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=c25d25f328fcb2a21ba0457d3822c3bf50da9a35  # tags/GNUMERIC_1_12_36^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 311577, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 22:33:47 UTC (rev 311578)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.37
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=dcad258bbca2db3d9c3ffcce094a2ee5f4c7f15d  # tags/GNUMERIC_1_12_37^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2017-12-03 22:33:42 UTC (rev 311577)
+++ revert-warnings.patch   2017-12-03 22:33:47 UTC (rev 311578)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
--Werror=format-security -Wbitwise -Wcast-to-as \
--Wdefault-bitfield-sign -Wdo-while -Wparen-string 

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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 23:06:19
  Author: jgc
Revision: 311599

Switch to HTTPS

Modified:
  bluefish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 23:03:58 UTC (rev 311598)
+++ PKGBUILD2017-12-03 23:06:19 UTC (rev 311599)
@@ -12,7 +12,7 @@
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
-source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
+source=(https://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
 sha1sums=('abb2080b5cbc65cd9c7551572ac21012c5ee2031'
   'SKIP')
 validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:52:02
  Author: jgc
Revision: 311592

archrelease: copy trunk to extra-x86_64

Added:
  mcpp/repos/extra-x86_64/PKGBUILD
(from rev 311591, mcpp/trunk/PKGBUILD)
  mcpp/repos/extra-x86_64/fs28284.patch
(from rev 311591, mcpp/trunk/fs28284.patch)
  mcpp/repos/extra-x86_64/namlen.patch
(from rev 311591, mcpp/trunk/namlen.patch)
Deleted:
  mcpp/repos/extra-x86_64/PKGBUILD
  mcpp/repos/extra-x86_64/fs28284.patch
  mcpp/repos/extra-x86_64/namlen.patch

---+
 PKGBUILD  |   72 ++--
 fs28284.patch |  200 
 namlen.patch  |   22 +++---
 3 files changed, 149 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 22:51:35 UTC (rev 311591)
+++ PKGBUILD2017-12-03 22:52:02 UTC (rev 311592)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck 
-# Contributor: Jan de Groot 
-
-pkgname=mcpp
-pkgver=2.7.2
-pkgrel=5
-pkgdesc="Matsui's CPP implementation precisely conformed to standards"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://mcpp.sourceforge.net;
-depends=('glibc')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-namlen.patch
-fs28284.patch)
-md5sums=('512de48c87ab023a69250edc7a0c7b05'
- '0bfc6177a58e912a9e23e368578dd3fe'
- 'ba668fc6996e538f2e0c096f9eb282ce')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/namlen.patch"
-  patch -Np1 -i "${srcdir}/fs28284.patch"
-  ./configure --prefix=/usr --enable-mcpplib --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -sf ../../doc/${pkgname}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: mcpp/repos/extra-x86_64/PKGBUILD (from rev 311591, mcpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 22:52:02 UTC (rev 311592)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Alexander Baldeck 
+# Maintainer: Jan de Groot 
+
+pkgname=mcpp
+pkgver=2.7.2
+pkgrel=6
+pkgdesc="Matsui's CPP implementation precisely conformed to standards"
+arch=('x86_64')
+license=('custom')
+url="http://mcpp.sourceforge.net;
+depends=('glibc')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+namlen.patch
+fs28284.patch)
+sha256sums=('3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864'
+'ee8bf97c42150d2424a5984baec8227a44538e15c23cec93aabfc65daf9a6081'
+'27e42d8cae06327370cf0f9a8118d23a2f9368b87f24b38a9cb9c0c4eaeadb4e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../namlen.patch
+  patch -Np1 -i ../fs28284.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-mcpplib --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -sf ../../doc/${pkgname}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: fs28284.patch
===
--- fs28284.patch   2017-12-03 22:51:35 UTC (rev 311591)
+++ fs28284.patch   2017-12-03 22:52:02 UTC (rev 311592)
@@ -1,100 +0,0 @@
-diff -c -r -N ../mcpp-2.7.2/src/internal.H ./src/internal.H
-*** ../mcpp-2.7.2/src/internal.H   2008-08-27 10:31:16.0 -0230
 ./src/internal.H   2009-12-17 21:01:35.0 -0330
-***
-*** 390,395 
 390,397 
-  extern char identifier[];   /* Lastly scanned name  */
-  extern IFINFO   ifstack[];  /* Information of #if nesting   */
-  extern char work_buf[];
-+ extern FILEINFO * sh_file;
-+ extern int  sh_line;
-  /* Temporary buffer for directive line and macro expansion  */
-  
-  /* main.c   */
-***
-*** 557,562 
-  #endif
-  #endif
-  
-! #if HOST_HAVE_STPCPY
-  extern char *   stpcpy( char * dest, const char * src);
-  #endif
 559,564 
-  #endif
-  #endif
-  
-! #if HOST_HAVE_STPCPY && !defined(stpcpy)
-  extern char *   stpcpy( char * dest, const char * src);
-  #endif
-diff -c -r -N ../mcpp-2.7.2/src/main.c ./src/main.c
-*** ../mcpp-2.7.2/src/main.c   2008-11-05 05:04:46.0 -0330
 ./src/main.c   2009-12-17 20:42:42.0 -0330
-***
-*** 326,331 
 326,333 
-  = FALSE;
-  option_flags.trig = TRIGRAPHS_INIT;
-  option_flags.dig = DIGRAPHS_INIT;
-+ sh_file = NULL;
-+ sh_line = 0;
-  }
-  
-  int mcpp_lib_main
-diff -c -r -N ../mcpp-2.7.2/src/support.c ./src/support.c
-*** 

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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:51:35
  Author: jgc
Revision: 311591

Switch to https and sha256sums. Move patches to prepare()
upgpkg: mcpp 2.7.2-6

Modified:
  mcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:47:29 UTC (rev 311590)
+++ PKGBUILD2017-12-03 22:51:35 UTC (rev 311591)
@@ -1,32 +1,36 @@
 # $Id$
-# Maintainer: Alexander Baldeck 
-# Contributor: Jan de Groot 
+# Contributor: Alexander Baldeck 
+# Maintainer: Jan de Groot 
 
 pkgname=mcpp
 pkgver=2.7.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Matsui's CPP implementation precisely conformed to standards"
 arch=('x86_64')
 license=('custom')
 url="http://mcpp.sourceforge.net;
 depends=('glibc')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 namlen.patch
 fs28284.patch)
-md5sums=('512de48c87ab023a69250edc7a0c7b05'
- '0bfc6177a58e912a9e23e368578dd3fe'
- 'ba668fc6996e538f2e0c096f9eb282ce')
+sha256sums=('3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864'
+'ee8bf97c42150d2424a5984baec8227a44538e15c23cec93aabfc65daf9a6081'
+'27e42d8cae06327370cf0f9a8118d23a2f9368b87f24b38a9cb9c0c4eaeadb4e')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../namlen.patch
+  patch -Np1 -i ../fs28284.patch
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/namlen.patch"
-  patch -Np1 -i "${srcdir}/fs28284.patch"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-mcpplib --disable-static
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:30:04
  Author: jgc
Revision: 311576

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/PKGBUILD
(from rev 311575, goffice/trunk/PKGBUILD)
Deleted:
  goffice/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 22:29:59 UTC (rev 311575)
+++ PKGBUILD2017-12-03 22:30:04 UTC (rev 311576)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.36
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice;
-arch=(x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=ca3ca37d8aa905ae2585f430e19947e806a74fa3  # tags/GOFFICE_0_10_36^0
-source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 311575, 
goffice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 22:30:04 UTC (rev 311576)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.37
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=c804cf97229bb8cc6ce81b5fd1c92ee7d5ec4c88  # tags/GOFFICE_0_10_37^0
+source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:29:59
  Author: jgc
Revision: 311575

upgpkg: goffice 0.10.37-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 19:52:42 UTC (rev 311574)
+++ PKGBUILD2017-12-03 22:29:59 UTC (rev 311575)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.36
+pkgver=0.10.37
 pkgrel=1
 pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
 url="https://git.gnome.org/browse/goffice;
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
 makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=ca3ca37d8aa905ae2585f430e19947e806a74fa3  # tags/GOFFICE_0_10_36^0
+_commit=c804cf97229bb8cc6ce81b5fd1c92ee7d5ec4c88  # tags/GOFFICE_0_10_37^0
 source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:39:20
  Author: jgc
Revision: 311584

archrelease: copy trunk to testing-x86_64

Added:
  libnghttp2/repos/testing-x86_64/
  libnghttp2/repos/testing-x86_64/PKGBUILD
(from rev 311583, libnghttp2/trunk/PKGBUILD)

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

Copied: libnghttp2/repos/testing-x86_64/PKGBUILD (from rev 311583, 
libnghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-03 22:39:20 UTC (rev 311584)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 289632 2017-02-27 17:36:38Z anatolik $
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=libnghttp2
+pkgver=1.28.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(glibc)
+conflicts=('nghttp2<1.20.0-2')
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+sha256sums=('0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings \
+--enable-lib-only
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver/lib
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir/usr/share/licenses/libnghttp2/COPYING"
+}


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:39:16
  Author: jgc
Revision: 311583

upgpkg: libnghttp2 1.28.0-1

Modified:
  libnghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:37:42 UTC (rev 311582)
+++ PKGBUILD2017-12-03 22:39:16 UTC (rev 311583)
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=libnghttp2
-pkgver=1.27.0
+pkgver=1.28.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(glibc)
 conflicts=('nghttp2<1.20.0-2')
 
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha256sums=('e83819560952a3dc3c8d96c46f60745408f46f5f384168c90b9e3dfa53b2c2c8')
+sha256sums=('0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d')
 
 build() {
   cd nghttp2-$pkgver


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:57:38
  Author: jgc
Revision: 311594

archrelease: copy trunk to extra-x86_64

Added:
  libxklavier/repos/extra-x86_64/PKGBUILD
(from rev 311593, libxklavier/trunk/PKGBUILD)
Deleted:
  libxklavier/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   62 +
 1 file changed, 34 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 22:57:30 UTC (rev 311593)
+++ PKGBUILD2017-12-03 22:57:38 UTC (rev 311594)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-
-pkgname=libxklavier
-pkgver=5.4
-pkgrel=1
-pkgdesc="High-level API for X Keyboard Extension"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes')
-options=('!emptydirs')
-url="http://gswitchit.sourceforge.net;
-source=("http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.zip;)
-sha256sums=('d5d2c135e3227142f5b455b9ffdf3e05be4b1e85a6c2882f8e905cc30c362d3e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libxklavier/repos/extra-x86_64/PKGBUILD (from rev 311593, 
libxklavier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 22:57:38 UTC (rev 311594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Arjan Timmerman 
+
+pkgname=libxklavier
+pkgver=5.4
+pkgrel=2
+pkgdesc="High-level API for X Keyboard Extension"
+arch=(x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes' git)
+options=('!emptydirs')
+url="https://www.freedesktop.org/wiki/Software/LibXklavier/;
+_commit=396955bd2ba2db34a42b3807b03155fcc11dfe50  # tags/libxklavier-5.4^0
+source=("git+https://anongit.freedesktop.org/git/libxklavier#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libxklavier-//;s/-/+/g'
+}
+
+build() {
+  cd "$pkgname"
+  ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:33:42
  Author: jgc
Revision: 311577

upgpkg: gnumeric 1.12.37-1

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:30:04 UTC (rev 311576)
+++ PKGBUILD2017-12-03 22:33:42 UTC (rev 311577)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke 
 
 pkgname=gnumeric
-pkgver=1.12.36
+pkgver=1.12.37
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'
 'yelp: for viewing the help manual')
-_commit=c25d25f328fcb2a21ba0457d3822c3bf50da9a35  # tags/GNUMERIC_1_12_36^0
+_commit=dcad258bbca2db3d9c3ffcce094a2ee5f4c7f15d  # tags/GNUMERIC_1_12_37^0
 source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
 revert-warnings.patch)
 sha256sums=('SKIP'


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:44:59
  Author: jgc
Revision: 311588

archrelease: copy trunk to extra-x86_64

Added:
  gmime3/repos/extra-x86_64/PKGBUILD
(from rev 311587, gmime3/trunk/PKGBUILD)
Deleted:
  gmime3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 22:44:55 UTC (rev 311587)
+++ PKGBUILD2017-12-03 22:44:59 UTC (rev 311588)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=gmime3
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
-arch=(x86_64)
-license=(GPL)
-url="https://github.com/jstedfast/gmime;
-depends=(glib2 gpgme zlib)
-makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=a2ccb7b8d0f9e3a772139b8d2371e47e2c352a04  # tags/3.0.4^0
-source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gmime
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gmime
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gmime
-
-  ./configure --prefix=/usr \
---program-prefix=$pkgname \
---enable-gtk-doc \
---enable-smime \
---disable-static
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gmime
-  make DESTDIR="$pkgdir" install
-}

Copied: gmime3/repos/extra-x86_64/PKGBUILD (from rev 311587, 
gmime3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 22:44:59 UTC (rev 311588)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=gmime3
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
+arch=(x86_64)
+license=(GPL)
+url="https://github.com/jstedfast/gmime;
+depends=(glib2 gpgme zlib)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+_commit=5f7abc964c5e166d58cfa345b3bca58f3d2e88f4  # tags/3.0.5^0
+source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gmime
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gmime
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gmime
+
+  ./configure --prefix=/usr \
+--program-prefix=$pkgname \
+--enable-gtk-doc \
+--enable-smime \
+--disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gmime
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:44:55
  Author: jgc
Revision: 311587

upgpkg: gmime3 3.0.5-1

Modified:
  gmime3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:41:16 UTC (rev 311586)
+++ PKGBUILD2017-12-03 22:44:55 UTC (rev 311587)
@@ -3,7 +3,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 url="https://github.com/jstedfast/gmime;
 depends=(glib2 gpgme zlib)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=a2ccb7b8d0f9e3a772139b8d2371e47e2c352a04  # tags/3.0.4^0
+_commit=5f7abc964c5e166d58cfa345b3bca58f3d2e88f4  # tags/3.0.5^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:59:53
  Author: jgc
Revision: 311595

Switch to https/sha256

Modified:
  pango-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:57:38 UTC (rev 311594)
+++ PKGBUILD2017-12-03 22:59:53 UTC (rev 311595)
@@ -11,8 +11,8 @@
 makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
 depends=('pango' 'glib-perl' 'cairo-perl')
 options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
-md5sums=('cc5d7ca7780adcc5cee7cc41f2fc0440')
+source=(https://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+sha256sums=('34b0a422df3fecd7597587048552457d48ae764c43bbefd2a9d62ceb6c8bac71')
 
 build() {
   cd Pango-$pkgver


[arch-commits] Commit in xfce4-pulseaudio-plugin/repos/extra-x86_64 (2 files)

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:36:20
  Author: jgc
Revision: 311580

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
(from rev 311579, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 22:36:14 UTC (rev 311579)
+++ PKGBUILD2017-12-03 22:36:20 UTC (rev 311580)
@@ -1,50 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: NicoHood 
-# Contributor: 
-# Contributor: twa022 
-
-pkgname=xfce4-pulseaudio-plugin
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Pulseaudio plugin for Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
-makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
-optdepends=('pavucontrol: default pulseaudio mixer')
-_commit=9a17c12d2b4bd52dc0a694947dd7e6a3688ec974  # 
tags/xfce4-pulseaudio-plugin-0.3.2^0
-source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---enable-keybinder \
---enable-libnotify \
---enable-maintainer-mode
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD (from rev 311579, 
xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 22:36:20 UTC (rev 311580)
@@ -0,0 +1,50 @@
+# Maintainer: Jan de Groot 
+# Contributor: NicoHood 
+# Contributor: 
+# Contributor: twa022 
+
+pkgname=xfce4-pulseaudio-plugin
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Pulseaudio plugin for Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
+makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
+optdepends=('pavucontrol: default pulseaudio mixer')
+_commit=66579b50f34609e7a4a60b6769c18513fcdc92fc  # 
tags/xfce4-pulseaudio-plugin-0.3.3^0
+source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--enable-keybinder \
+--enable-libnotify \
+--enable-maintainer-mode
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:37:42
  Author: jgc
Revision: 311582

archrelease: copy trunk to extra-x86_64

Added:
  wildmidi/repos/extra-x86_64/PKGBUILD
(from rev 311581, wildmidi/trunk/PKGBUILD)
Deleted:
  wildmidi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 22:37:38 UTC (rev 311581)
+++ PKGBUILD2017-12-03 22:37:42 UTC (rev 311582)
@@ -1,30 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Panagiotis Papadopoulos
-
-pkgname=wildmidi
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Open Source MIDI Synthesizer'
-arch=('i686' 'x86_64')
-url="https://www.mindwerks.net/projects/wildmidi/;
-license=('LGPL3')
-depends=('alsa-lib')
-makedepends=('cmake')
-source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
-sha256sums=('880f1cb5bf68589915a82a8e603ff561bdda7ddb5864c15ad28b5428d4abf9ea')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: wildmidi/repos/extra-x86_64/PKGBUILD (from rev 311581, 
wildmidi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 22:37:42 UTC (rev 311582)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Panagiotis Papadopoulos
+
+pkgname=wildmidi
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Open Source MIDI Synthesizer'
+arch=('x86_64')
+url="https://www.mindwerks.net/projects/wildmidi/;
+license=('LGPL3')
+depends=('alsa-lib')
+makedepends=('cmake')
+source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
+sha256sums=('551d43cb6de6019885f933a20b6f3205a92814f50da8b0d8bceac002b9a8109d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:37:38
  Author: jgc
Revision: 311581

upgpkg: wildmidi 0.4.2-1

Modified:
  wildmidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:36:20 UTC (rev 311580)
+++ PKGBUILD2017-12-03 22:37:38 UTC (rev 311581)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Papadopoulos
 
 pkgname=wildmidi
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc='Open Source MIDI Synthesizer'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('alsa-lib')
 makedepends=('cmake')
 source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
-sha256sums=('880f1cb5bf68589915a82a8e603ff561bdda7ddb5864c15ad28b5428d4abf9ea')
+sha256sums=('551d43cb6de6019885f933a20b6f3205a92814f50da8b0d8bceac002b9a8109d')
 
 prepare() {
   mkdir build


[arch-commits] Commit in xfce4-pulseaudio-plugin/trunk (PKGBUILD)

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:36:14
  Author: jgc
Revision: 311579

upgpkg: xfce4-pulseaudio-plugin 0.3.3-1

Modified:
  xfce4-pulseaudio-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:33:47 UTC (rev 311578)
+++ PKGBUILD2017-12-03 22:36:14 UTC (rev 311579)
@@ -4,7 +4,7 @@
 # Contributor: twa022 
 
 pkgname=xfce4-pulseaudio-plugin
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="Pulseaudio plugin for Xfce4 panel"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
 makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
 optdepends=('pavucontrol: default pulseaudio mixer')
-_commit=9a17c12d2b4bd52dc0a694947dd7e6a3688ec974  # 
tags/xfce4-pulseaudio-plugin-0.3.2^0
+_commit=66579b50f34609e7a4a60b6769c18513fcdc92fc  # 
tags/xfce4-pulseaudio-plugin-0.3.3^0
 
source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:47:13
  Author: jgc
Revision: 311589

Change http urls to https

Modified:
  mod_fcgid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:44:59 UTC (rev 311588)
+++ PKGBUILD2017-12-03 22:47:13 UTC (rev 311589)
@@ -7,9 +7,9 @@
 pkgdesc="A FastCGI module for Apache HTTP Server."
 license=('APACHE')
 arch=('x86_64')
-url="http://httpd.apache.org/mod_fcgid/;
+url="https://httpd.apache.org/mod_fcgid/;
 depends=('apache')
-source=(http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc}
+source=(https://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc}
 30_fix-bts-691929.patch
 large-file-upload.patch)
 sha1sums=('f0b6d87dfcfe18b318905a3f91274051f3f17945'


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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:47:29
  Author: jgc
Revision: 311590

archrelease: copy trunk to extra-x86_64

Added:
  mod_fcgid/repos/extra-x86_64/30_fix-bts-691929.patch
(from rev 311589, mod_fcgid/trunk/30_fix-bts-691929.patch)
  mod_fcgid/repos/extra-x86_64/PKGBUILD
(from rev 311589, mod_fcgid/trunk/PKGBUILD)
  mod_fcgid/repos/extra-x86_64/large-file-upload.patch
(from rev 311589, mod_fcgid/trunk/large-file-upload.patch)
Deleted:
  mod_fcgid/repos/extra-x86_64/30_fix-bts-691929.patch
  mod_fcgid/repos/extra-x86_64/PKGBUILD
  mod_fcgid/repos/extra-x86_64/large-file-upload.patch

-+
 30_fix-bts-691929.patch |  134 +--
 PKGBUILD|   76 +++
 large-file-upload.patch |  224 +++---
 3 files changed, 217 insertions(+), 217 deletions(-)

Deleted: 30_fix-bts-691929.patch
===
--- 30_fix-bts-691929.patch 2017-12-03 22:47:13 UTC (rev 311589)
+++ 30_fix-bts-691929.patch 2017-12-03 22:47:29 UTC (rev 311590)
@@ -1,67 +0,0 @@
-Description: Patch to set CONTENT_LENGTH FCGI params based on actual request 
body
-Author: Dominic Benson
-Bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=53332
-
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' 
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
libapache2-mod-fcgid-2.3.6~/modules/fcgid/fcgid_spawn_ctl.c 
libapache2-mod-fcgid-2.3.6/modules/fcgid/fcgid_spawn_ctl.c
 mod_fcgid-2.3.6.orig/modules/fcgid/fcgid_bridge.c  2012-05-30 
09:53:20.928783540 +0100
-+++ mod_fcgid-2.3.6/modules/fcgid/fcgid_bridge.c   2012-05-30 
18:04:01.648850877 +0100
-@@ -662,6 +662,11 @@ static int add_request_body(request_rec
- apr_brigade_destroy(input_brigade);
- apr_brigade_destroy(tmp_brigade);
- 
-+char sizestr[21];
-+apr_snprintf(sizestr, sizeof sizestr, "%" APR_OFF_T_FMT, request_size);
-+apr_table_set(r->subprocess_env, "CONTENT_LENGTH", sizestr);
-+apr_table_unset(r->subprocess_env, "HTTP_TRANSFER_ENCODING");
-+
- /* Append an empty body stdin header */
- stdin_request_header = apr_bucket_alloc(sizeof(FCGI_Header),
- r->connection->bucket_alloc);
-@@ -682,31 +687,37 @@ static int add_request_body(request_rec
- int bridge_request(request_rec * r, int role, fcgid_cmd_conf *cmd_conf)
- {
- apr_bucket_brigade *output_brigade;
-+apr_bucket_brigade *header_brigade;
- apr_bucket *bucket_eos;
--char **envp = ap_create_environment(r->pool,
--r->subprocess_env);
- int rc;
- 
- /* Create brigade for the request to fastcgi server */
- output_brigade =
- apr_brigade_create(r->pool, r->connection->bucket_alloc);
-+header_brigade =
-+apr_brigade_create(r->pool, r->connection->bucket_alloc);
-+
-+if (role == FCGI_RESPONDER) {
-+rc = add_request_body(r, r->pool, output_brigade);
-+if (rc) {
-+return rc;
-+}
-+}
-+
-+char **envp = ap_create_environment(r->pool,
-+r->subprocess_env);
- 
- /* Build the begin request and environ request, append them to 
output_brigade */
- if (!build_begin_block
--(role, r, r->connection->bucket_alloc, output_brigade)
-+(role, r, r->connection->bucket_alloc, header_brigade)
- || !build_env_block(r, envp, r->connection->bucket_alloc,
--output_brigade)) {
-+header_brigade)) {
- ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r,
-   "mod_fcgid: can't build begin or env request");
- return HTTP_INTERNAL_SERVER_ERROR;
- }
- 
--if (role == FCGI_RESPONDER) {
--rc = add_request_body(r, r->pool, output_brigade);
--if (rc) {
--return rc;
--}
--}
-+APR_BRIGADE_PREPEND(output_brigade,header_brigade);
- 
- /* The eos bucket now */
- bucket_eos = apr_bucket_eos_create(r->connection->bucket_alloc);

Copied: mod_fcgid/repos/extra-x86_64/30_fix-bts-691929.patch (from rev 311589, 
mod_fcgid/trunk/30_fix-bts-691929.patch)
===
--- 30_fix-bts-691929.patch (rev 0)
+++ 30_fix-bts-691929.patch 2017-12-03 22:47:29 UTC (rev 311590)
@@ -0,0 +1,67 @@
+Description: Patch to set CONTENT_LENGTH FCGI params based on actual request 
body
+Author: Dominic Benson
+Bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=53332
+
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' 
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
libapache2-mod-fcgid-2.3.6~/modules/fcgid/fcgid_spawn_ctl.c 
libapache2-mod-fcgid-2.3.6/modules/fcgid/fcgid_spawn_ctl.c
+--- mod_fcgid-2.3.6.orig/modules/fcgid/fcgid_bridge.c  2012-05-30 

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

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 23:00:09
  Author: jgc
Revision: 311596

archrelease: copy trunk to extra-x86_64

Added:
  pango-perl/repos/extra-x86_64/PKGBUILD
(from rev 311595, pango-perl/trunk/PKGBUILD)
Deleted:
  pango-perl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-03 22:59:53 UTC (rev 311595)
+++ PKGBUILD2017-12-03 23:00:09 UTC (rev 311596)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pango-perl
-pkgver=1.227
-pkgrel=8
-pkgdesc="Perl bindings for Pango"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/;
-makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-depends=('pango' 'glib-perl' 'cairo-perl')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
-md5sums=('cc5d7ca7780adcc5cee7cc41f2fc0440')
-
-build() {
-  cd Pango-$pkgver
-  export PERL_USE_UNSAFE_INC=1
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd Pango-$pkgver
-  make install DESTDIR="${pkgdir}"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: pango-perl/repos/extra-x86_64/PKGBUILD (from rev 311595, 
pango-perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-03 23:00:09 UTC (rev 311596)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pango-perl
+pkgver=1.227
+pkgrel=8
+pkgdesc="Perl bindings for Pango"
+arch=(x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(https://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+sha256sums=('34b0a422df3fecd7597587048552457d48ae764c43bbefd2a9d62ceb6c8bac71')
+
+build() {
+  cd Pango-$pkgver
+  export PERL_USE_UNSAFE_INC=1
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Pango-$pkgver
+  make install DESTDIR="${pkgdir}"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


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

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:25:07
  Author: jgc
Revision: 312939

upgpkg: hspell 1.4-1

Modified:
  hspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 23:06:29 UTC (rev 312938)
+++ PKGBUILD2017-12-15 23:25:07 UTC (rev 312939)
@@ -3,7 +3,7 @@
 
 pkgbase=hspell
 pkgname=('hspell' 'hunspell-he')
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 arch=('x86_64')
 license=('GPL')
@@ -11,8 +11,8 @@
 makedepends=('glibc' 'zlib' 'perl' 'hunspell' 'gawk')
 options=('!makeflags')
 source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('351850c9f6974a709dd092a2d1063e4a'
- 'SKIP')
+sha256sums=('7310f5d58740d21d6d215c1179658602ef7da97a816bc1497c8764be97aabea3'
+'SKIP')
 validpgpkeys=('996512CD85DC510BD45EAD46415E26D84D4E37DB')
 
 build() {


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

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:25:12
  Author: jgc
Revision: 312940

archrelease: copy trunk to extra-x86_64

Added:
  hspell/repos/extra-x86_64/PKGBUILD
(from rev 312939, hspell/trunk/PKGBUILD)
Deleted:
  hspell/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 23:25:07 UTC (rev 312939)
+++ PKGBUILD2017-12-15 23:25:12 UTC (rev 312940)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgbase=hspell
-pkgname=('hspell' 'hunspell-he')
-pkgver=1.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.ivrix.org.il/projects/spell-checker/;
-makedepends=('glibc' 'zlib' 'perl' 'hunspell' 'gawk')
-options=('!makeflags')
-source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('351850c9f6974a709dd092a2d1063e4a'
- 'SKIP')
-validpgpkeys=('996512CD85DC510BD45EAD46415E26D84D4E37DB')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --enable-linginfo --enable-fatverb --enable-shared
-  make 
-  make hunspell
-}
-
-package_hspell() {
-
-  pkgdesc="Hebrew spell-checker"
-  depends=('glibc' 'zlib' 'perl')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -f ${pkgdir}/usr/lib/libhspell.a
-}
-
-package_hunspell-he() {
-
-  pkgdesc="Hebrew hunspell dictionary"
-  
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic
-  install -m644 he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-}

Copied: hspell/repos/extra-x86_64/PKGBUILD (from rev 312939, 
hspell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-15 23:25:12 UTC (rev 312940)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgbase=hspell
+pkgname=('hspell' 'hunspell-he')
+pkgver=1.4
+pkgrel=1
+arch=('x86_64')
+license=('GPL')
+url="http://www.ivrix.org.il/projects/spell-checker/;
+makedepends=('glibc' 'zlib' 'perl' 'hunspell' 'gawk')
+options=('!makeflags')
+source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('7310f5d58740d21d6d215c1179658602ef7da97a816bc1497c8764be97aabea3'
+'SKIP')
+validpgpkeys=('996512CD85DC510BD45EAD46415E26D84D4E37DB')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export PERLLIB="$PWD"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --enable-linginfo --enable-fatverb --enable-shared
+  make 
+  make hunspell
+}
+
+package_hspell() {
+
+  pkgdesc="Hebrew spell-checker"
+  depends=('glibc' 'zlib' 'perl')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f ${pkgdir}/usr/lib/libhspell.a
+}
+
+package_hunspell-he() {
+
+  pkgdesc="Hebrew hunspell dictionary"
+  
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic
+  install -m644 he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+}


[arch-commits] Commit in evolution-data-server/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:30:03
  Author: jgc
Revision: 312942

archrelease: copy trunk to extra-x86_64

Added:
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 312941, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 23:29:58 UTC (rev 312941)
+++ PKGBUILD2017-12-15 23:30:03 UTC (rev 312942)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.26.2.1
-pkgrel=3
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
-license=(GPL)
-_commit=7149f838ab4a908c1a8fc71fcac3a769b3043895  # 
tags/EVOLUTION_DATA_SERVER_3_26_2_1^0
-source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/$pkgname \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_INTROSPECTION=ON \
--DENABLE_VALA_BINDINGS=ON \
--DENABLE_UOA=OFF \
--DENABLE_GOOGLE_AUTH=ON \
--DENABLE_GTK_DOC=ON \
--DWITH_PHONENUMBER=ON
-  ninja
-}
-
-check() {
-  cd $pkgname
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  ninja test || :
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-data-server/repos/extra-x86_64/PKGBUILD (from rev 312941, 
evolution-data-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-15 23:30:03 UTC (rev 312942)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.26.3
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+license=(GPL)
+_commit=86d1ce2d9e5ae7e974eb692850da65f9041cb443  # 
tags/EVOLUTION_DATA_SERVER_3_26_3^0
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/$pkgname \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GOOGLE_AUTH=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  ninja
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  ninja test || :
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:29:58
  Author: jgc
Revision: 312941

upgpkg: evolution-data-server 3.26.3-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 23:25:12 UTC (rev 312940)
+++ PKGBUILD2017-12-15 23:29:58 UTC (rev 312941)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.26.2.1
-pkgrel=3
+pkgver=3.26.3
+pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
 license=(GPL)
-_commit=7149f838ab4a908c1a8fc71fcac3a769b3043895  # 
tags/EVOLUTION_DATA_SERVER_3_26_2_1^0
+_commit=86d1ce2d9e5ae7e974eb692850da65f9041cb443  # 
tags/EVOLUTION_DATA_SERVER_3_26_3^0
 
source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:32:49
  Author: jgc
Revision: 312944

archrelease: copy trunk to extra-x86_64

Added:
  gphoto2/repos/extra-x86_64/PKGBUILD
(from rev 312943, gphoto2/trunk/PKGBUILD)
Deleted:
  gphoto2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 23:32:44 UTC (rev 312943)
+++ PKGBUILD2017-12-15 23:32:49 UTC (rev 312944)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Eduardo Romero 
-# Contributor: Jason Chu 
-
-pkgname=gphoto2
-pkgver=2.5.14
-pkgrel=1
-pkgdesc="A digital camera download and access program."
-arch=(i686 x86_64)
-url="https://www.gphoto.org;
-license=('GPL' 'LGPL')
-depends=('libgphoto2' 'popt' 'readline')
-source=(https://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha256sums=('9302d02fb472d4936988382b7277ccdc4edaf7ede56c490278912ffd0627699c'
-'SKIP')
-validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gphoto2/repos/extra-x86_64/PKGBUILD (from rev 312943, 
gphoto2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-15 23:32:49 UTC (rev 312944)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Romero 
+# Contributor: Jason Chu 
+
+pkgname=gphoto2
+pkgver=2.5.15
+pkgrel=1
+pkgdesc="A digital camera download and access program."
+arch=(x86_64)
+url="http://www.gphoto.org;
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt' 'readline')
+source=(https://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha256sums=('ae571a227983dc9997876702a73af5431d41f287ea0f483cda897c57a6084a77'
+'SKIP')
+validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:32:44
  Author: jgc
Revision: 312943

upgpkg: gphoto2 2.5.15-1

Modified:
  gphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 23:30:03 UTC (rev 312942)
+++ PKGBUILD2017-12-15 23:32:44 UTC (rev 312943)
@@ -4,15 +4,15 @@
 # Contributor: Jason Chu 
 
 pkgname=gphoto2
-pkgver=2.5.14
+pkgver=2.5.15
 pkgrel=1
 pkgdesc="A digital camera download and access program."
 arch=(x86_64)
-url="https://www.gphoto.org;
+url="http://www.gphoto.org;
 license=('GPL' 'LGPL')
 depends=('libgphoto2' 'popt' 'readline')
 
source=(https://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha256sums=('9302d02fb472d4936988382b7277ccdc4edaf7ede56c490278912ffd0627699c'
+sha256sums=('ae571a227983dc9997876702a73af5431d41f287ea0f483cda897c57a6084a77'
 'SKIP')
 validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95')
 


[arch-commits] Commit in upower/repos/extra-x86_64 (3 files)

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:35:01
  Author: jgc
Revision: 312946

archrelease: copy trunk to extra-x86_64

Added:
  upower/repos/extra-x86_64/PKGBUILD
(from rev 312945, upower/trunk/PKGBUILD)
Deleted:
  upower/repos/extra-x86_64/PKGBUILD
  upower/repos/extra-x86_64/fix-critical-action.patch

---+
 PKGBUILD  |   80 ++--
 fix-critical-action.patch |   28 ---
 2 files changed, 40 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 23:34:42 UTC (rev 312945)
+++ PKGBUILD2017-12-15 23:35:01 UTC (rev 312946)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=upower
-pkgver=0.99.6
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-arch=('i686' 'x86_64')
-url="http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd' 'libusb' 'libimobiledevice' 'libgudev')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2' 'git' 
'gtk-doc')
-backup=('etc/UPower/UPower.conf')
-_commit=98d98fcbd039e66eb161d1d1e44d079a15ae2ef4  # tags/UPOWER_0_99_6^0
-source=(git://anongit.freedesktop.org/upower#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/UPOWER_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  NOCONFIGURE=1 ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 312945, 
upower/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-15 23:35:01 UTC (rev 312946)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=upower
+pkgver=0.99.7
+pkgrel=1
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+arch=('x86_64')
+url="http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd' 'libusb' 'libimobiledevice' 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2' 'git' 
'gtk-doc')
+backup=('etc/UPower/UPower.conf')
+_commit=b443f750cfeee460323d8d9f214ff691345d01ef  # tags/UPOWER_0_99_7^0
+source=(git://anongit.freedesktop.org/upower#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/UPOWER_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  NOCONFIGURE=1 ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-critical-action.patch
===
--- fix-critical-action.patch   2017-12-15 23:34:42 UTC (rev 312945)
+++ fix-critical-action.patch   2017-12-15 23:35:01 UTC (rev 312946)
@@ -1,28 +0,0 @@
-From 28cee8e2845b094488c337c4ecfa84ada0b6be60 Mon Sep 17 00:00:00 2001
-From: Martin Pitt 
-Date: Tue, 23 Feb 2016 09:51:07 +0100
-Subject: daemon: fix get_critical_action()
-
-Fix copy error from e7e9156f that called the wrong _complete_ function
-for up_daemon_get_critical_action().
-
-https://bugs.freedesktop.org/show_bug.cgi?id=94262
-
-diff --git a/src/up-daemon.c b/src/up-daemon.c
-index be14cbe..e95f904 100644
 a/src/up-daemon.c
-+++ b/src/up-daemon.c
-@@ -435,8 +435,8 @@ up_daemon_get_critical_action (UpExportedDaemon *skeleton,
-  GDBusMethodInvocation *invocation,
-  UpDaemon *daemon)
- {
--  up_exported_daemon_complete_get_display_device (skeleton, invocation,
--  
up_backend_get_critical_action (daemon->priv->backend));
-+  up_exported_daemon_complete_get_critical_action (skeleton, invocation,
-+   
up_backend_get_critical_action (daemon->priv->backend));
-   return TRUE;
- }
- 
--- 
-cgit v0.10.2
-


[arch-commits] Commit in upower/trunk (PKGBUILD fix-critical-action.patch)

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:34:42
  Author: jgc
Revision: 312945

upgpkg: upower 0.99.7-1

Modified:
  upower/trunk/PKGBUILD
Deleted:
  upower/trunk/fix-critical-action.patch

---+
 PKGBUILD  |4 ++--
 fix-critical-action.patch |   28 
 2 files changed, 2 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 23:32:49 UTC (rev 312944)
+++ PKGBUILD2017-12-15 23:34:42 UTC (rev 312945)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=upower
-pkgver=0.99.6
+pkgver=0.99.7
 pkgrel=1
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('systemd' 'libusb' 'libimobiledevice' 'libgudev')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2' 'git' 
'gtk-doc')
 backup=('etc/UPower/UPower.conf')
-_commit=98d98fcbd039e66eb161d1d1e44d079a15ae2ef4  # tags/UPOWER_0_99_6^0
+_commit=b443f750cfeee460323d8d9f214ff691345d01ef  # tags/UPOWER_0_99_7^0
 source=(git://anongit.freedesktop.org/upower#commit=$_commit)
 md5sums=('SKIP')
 

Deleted: fix-critical-action.patch
===
--- fix-critical-action.patch   2017-12-15 23:32:49 UTC (rev 312944)
+++ fix-critical-action.patch   2017-12-15 23:34:42 UTC (rev 312945)
@@ -1,28 +0,0 @@
-From 28cee8e2845b094488c337c4ecfa84ada0b6be60 Mon Sep 17 00:00:00 2001
-From: Martin Pitt 
-Date: Tue, 23 Feb 2016 09:51:07 +0100
-Subject: daemon: fix get_critical_action()
-
-Fix copy error from e7e9156f that called the wrong _complete_ function
-for up_daemon_get_critical_action().
-
-https://bugs.freedesktop.org/show_bug.cgi?id=94262
-
-diff --git a/src/up-daemon.c b/src/up-daemon.c
-index be14cbe..e95f904 100644
 a/src/up-daemon.c
-+++ b/src/up-daemon.c
-@@ -435,8 +435,8 @@ up_daemon_get_critical_action (UpExportedDaemon *skeleton,
-  GDBusMethodInvocation *invocation,
-  UpDaemon *daemon)
- {
--  up_exported_daemon_complete_get_display_device (skeleton, invocation,
--  
up_backend_get_critical_action (daemon->priv->backend));
-+  up_exported_daemon_complete_get_critical_action (skeleton, invocation,
-+   
up_backend_get_critical_action (daemon->priv->backend));
-   return TRUE;
- }
- 
--- 
-cgit v0.10.2
-


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

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:44:51
  Author: jgc
Revision: 312947

upgpkg: evolution 3.26.3-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 23:35:01 UTC (rev 312946)
+++ PKGBUILD2017-12-15 23:44:51 UTC (rev 312947)
@@ -4,8 +4,8 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.26.2
-pkgrel=2
+pkgver=3.26.3
+pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(x86_64)
@@ -15,7 +15,7 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gtk-doc yelp-tools git cmake ninja)
 options=(!emptydirs)
-_commit=c397294ece1b8f8eab513486fe49f1e362c2c63b  # tags/EVOLUTION_3_26_2^0
+_commit=40006dc0579fc06458894761fab6ff7a46738de7  # tags/EVOLUTION_3_26_3^0
 source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:44:57
  Author: jgc
Revision: 312948

archrelease: copy trunk to extra-x86_64

Added:
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 312947, evolution/trunk/PKGBUILD)
Deleted:
  evolution/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 23:44:51 UTC (rev 312947)
+++ PKGBUILD2017-12-15 23:44:57 UTC (rev 312948)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.26.2
-pkgrel=2
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gtkspell3 libcryptui gnome-autoar)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gtk-doc yelp-tools git cmake ninja)
-options=(!emptydirs)
-_commit=c397294ece1b8f8eab513486fe49f1e362c2c63b  # tags/EVOLUTION_3_26_2^0
-source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgbase
-
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_SMIME=ON \
--DENABLE_GTK_DOC=ON
-  ninja
-}
-
-package_evolution() {
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  cd $pkgbase
-  DESTDIR="$pkgdir" ninja install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/modules/module-spamassassin.so" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-x86_64/PKGBUILD (from rev 312947, 
evolution/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-15 23:44:57 UTC (rev 312948)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.26.3
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gtkspell3 libcryptui gnome-autoar)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gtk-doc yelp-tools git cmake ninja)
+options=(!emptydirs)
+_commit=40006dc0579fc06458894761fab6ff7a46738de7  # tags/EVOLUTION_3_26_3^0
+source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgbase
+
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_SMIME=ON \
+-DENABLE_GTK_DOC=ON
+  ninja
+}
+
+package_evolution() {
+  optdepends=('highlight: text highlight plugin'
+  'evolution-spamassassin: Spamassassin spam check plugin'
+  'evolution-bogofilter: Bogofilter spam check plugin')
+  groups=(gnome-extra)
+
+  cd $pkgbase
+  DESTDIR="$pkgdir" ninja install
+
+  mkdir ../plugins
+  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
+  mv 

[arch-commits] Commit in enchant/trunk (2 files)

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 22:58:06
  Author: jgc
Revision: 312936

upgpkg: enchant 2.1.2-3

Fix crash with hspell plugin

Added:
  enchant/trunk/hspell-fix-nullpointer-dereference.patch
Modified:
  enchant/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 hspell-fix-nullpointer-dereference.patch |   27 +++
 2 files changed, 35 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 22:09:25 UTC (rev 312935)
+++ PKGBUILD2017-12-15 22:58:06 UTC (rev 312936)
@@ -5,7 +5,7 @@
 
 pkgname=enchant
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A wrapper library for generic spell checking"
 arch=('x86_64')
 url="https://abiword.github.io/enchant/;
@@ -14,9 +14,11 @@
 makedepends=('git')
 _commit=9889e6350eb645feca2b0c061f719ca4188984d5  # tags/v2.1.2
 source=("git+https://github.com/AbiWord/enchant.git#commit=$_commit;
-0001-voikko-Avoid-crashing-when-there-are-no-languages.patch)
+0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
+hspell-fix-nullpointer-dereference.patch)
 sha256sums=('SKIP'
-'b30f9ff749a050515a4eb39686b2e3e5e7f2bc84eff26b3611fe3885785166ec')
+'b30f9ff749a050515a4eb39686b2e3e5e7f2bc84eff26b3611fe3885785166ec'
+'5bdd03739ce609bf718b158cd90a5f373a7d12db44f70e5bfa6f4becb5ee056e')
 
 pkgver() {
   cd $pkgname
@@ -29,6 +31,9 @@
   # https://github.com/AbiWord/enchant/pull/161
   patch -Np1 -i ../0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
 
+  # https://github.com/AbiWord/enchant/issues/170
+  patch -Np1 -i ../hspell-fix-nullpointer-dereference.patch
+
   ./bootstrap
 }
 

Added: hspell-fix-nullpointer-dereference.patch
===
--- hspell-fix-nullpointer-dereference.patch(rev 0)
+++ hspell-fix-nullpointer-dereference.patch2017-12-15 22:58:06 UTC (rev 
312936)
@@ -0,0 +1,27 @@
+From 62dd1f24ef08e2f3e4bc9b15d9a48acc7c88d650 Mon Sep 17 00:00:00 2001
+From: Reuben Thomas 
+Date: Fri, 8 Dec 2017 15:34:21 +
+Subject: [PATCH] Fix #170: potential null pointer dereference
+
+---
+ providers/enchant_hspell.c | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/providers/enchant_hspell.c b/providers/enchant_hspell.c
+index c7028f1..0e5bbac 100644
+--- a/providers/enchant_hspell.c
 b/providers/enchant_hspell.c
+@@ -102,6 +102,13 @@ hspell_dict_suggest (EnchantDict * me, const char *const 
word,
+   gsize length;
+   char *iso_word = g_convert (word, len, "iso8859-8", "utf-8", NULL, 
, NULL);
+   
++  /* check we got a result */
++  if (iso_word == NULL)
++  {
++  g_free (iso_word);
++  return NULL;
++  }
++
+   /* get suggestions */
+   struct corlist cl;
+   corlist_init ();


[arch-commits] Commit in enchant/repos/extra-x86_64 (5 files)

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 22:58:11
  Author: jgc
Revision: 312937

archrelease: copy trunk to extra-x86_64

Added:
  
enchant/repos/extra-x86_64/0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
(from rev 312936, 
enchant/trunk/0001-voikko-Avoid-crashing-when-there-are-no-languages.patch)
  enchant/repos/extra-x86_64/PKGBUILD
(from rev 312936, enchant/trunk/PKGBUILD)
  enchant/repos/extra-x86_64/hspell-fix-nullpointer-dereference.patch
(from rev 312936, enchant/trunk/hspell-fix-nullpointer-dereference.patch)
Deleted:
  
enchant/repos/extra-x86_64/0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
  enchant/repos/extra-x86_64/PKGBUILD

--+
 0001-voikko-Avoid-crashing-when-there-are-no-languages.patch |   92 -
 PKGBUILD |  101 +-
 hspell-fix-nullpointer-dereference.patch |   27 ++
 3 files changed, 126 insertions(+), 94 deletions(-)

Deleted: 0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
===
--- 0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
2017-12-15 22:58:06 UTC (rev 312936)
+++ 0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
2017-12-15 22:58:11 UTC (rev 312937)
@@ -1,46 +0,0 @@
-From 5d1257041e6e84b16ee9adc8d1ec6495adc26103 Mon Sep 17 00:00:00 2001
-Message-Id: 
<5d1257041e6e84b16ee9adc8d1ec6495adc26103.1511516301.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Fri, 24 Nov 2017 10:34:01 +0100
-Subject: [PATCH] voikko: Avoid crashing when there are no languages
-
-voikko_provider_list_dicts returned NULL in this case. Fix this and use
-voikkoListSupportedSpellingLanguages directly, which always returns a
-valid pointer and also avoids copying.

- providers/enchant_voikko.c | 15 +--
- 1 file changed, 9 insertions(+), 6 deletions(-)
-
-diff --git a/providers/enchant_voikko.c b/providers/enchant_voikko.c
-index 7af9db4c18580872..d6df8baa9a49c859 100644
 a/providers/enchant_voikko.c
-+++ b/providers/enchant_voikko.c
-@@ -111,16 +111,19 @@ static int
- voikko_provider_dictionary_exists (struct str_enchant_provider * me 
_GL_UNUSED_PARAMETER,
-const char *const tag)
- {
--  size_t i, n_dicts;
--  char ** existing_dicts = voikko_provider_list_dicts (NULL, _dicts);
-+  size_t i;
-+  int exists = 0;
-+  char ** voikko_langs = voikkoListSupportedSpellingLanguages (NULL);
- 
--  for (i = 0; existing_dicts[i] != NULL; i++) {
--  if (strncmp (tag, existing_dicts[i], strlen (tag)) == 0) {
--  return 1;
-+  for (i = 0; voikko_langs[i] != NULL; i++) {
-+  if (strncmp (tag, voikko_langs[i], strlen (tag)) == 0) {
-+  exists = 1;
-+  break;
-   }
-   }
-+  voikkoFreeCstrArray(voikko_langs);
- 
--  return 0;
-+  return exists;
- }
- 
- static EnchantDict *
--- 
-2.15.0
-

Copied: 
enchant/repos/extra-x86_64/0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
 (from rev 312936, 
enchant/trunk/0001-voikko-Avoid-crashing-when-there-are-no-languages.patch)
===
--- 0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
(rev 0)
+++ 0001-voikko-Avoid-crashing-when-there-are-no-languages.patch
2017-12-15 22:58:11 UTC (rev 312937)
@@ -0,0 +1,46 @@
+From 5d1257041e6e84b16ee9adc8d1ec6495adc26103 Mon Sep 17 00:00:00 2001
+Message-Id: 
<5d1257041e6e84b16ee9adc8d1ec6495adc26103.1511516301.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 24 Nov 2017 10:34:01 +0100
+Subject: [PATCH] voikko: Avoid crashing when there are no languages
+
+voikko_provider_list_dicts returned NULL in this case. Fix this and use
+voikkoListSupportedSpellingLanguages directly, which always returns a
+valid pointer and also avoids copying.
+---
+ providers/enchant_voikko.c | 15 +--
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+diff --git a/providers/enchant_voikko.c b/providers/enchant_voikko.c
+index 7af9db4c18580872..d6df8baa9a49c859 100644
+--- a/providers/enchant_voikko.c
 b/providers/enchant_voikko.c
+@@ -111,16 +111,19 @@ static int
+ voikko_provider_dictionary_exists (struct str_enchant_provider * me 
_GL_UNUSED_PARAMETER,
+const char *const tag)
+ {
+-  size_t i, n_dicts;
+-  char ** existing_dicts = voikko_provider_list_dicts (NULL, _dicts);
++  size_t i;
++  int exists = 0;
++  char ** voikko_langs = voikkoListSupportedSpellingLanguages (NULL);
+ 
+-  for (i = 0; existing_dicts[i] != NULL; i++) {
+-  if (strncmp (tag, 

[arch-commits] Commit in poppler/trunk (PKGBUILD gtk-doc.patch)

2017-12-15 Thread Jan de Groot via arch-commits
Date: Friday, December 15, 2017 @ 23:06:29
  Author: jgc
Revision: 312938

Fix build with new gtk-doc

Added:
  poppler/trunk/gtk-doc.patch
Modified:
  poppler/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 gtk-doc.patch |   24 
 2 files changed, 31 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 22:58:11 UTC (rev 312937)
+++ PKGBUILD2017-12-15 23:06:29 UTC (rev 312938)
@@ -14,14 +14,19 @@
 options=('!emptydirs')
 url="https://poppler.freedesktop.org/;
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
-
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4)
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4
+gtk-doc.patch)
 sha256sums=('1266096343f5163c1a585124e9a6d44474e1345de5cdfe55dc7b47357bcfcda9'
-'SKIP')
+'SKIP'
+'4032a01456e2372e8f7c805f18634437285ce703fbcfe0fc9a3884ac39edc9ee')
 
 prepare() {
   mkdir build
   cd ${pkgbase}-${pkgver}
   sed -i -e "s:python:python2:" make-glib-api-docs
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=789800#c10
+  patch -Np1 -i ../gtk-doc.patch
 }
 
 build() {

Added: gtk-doc.patch
===
--- gtk-doc.patch   (rev 0)
+++ gtk-doc.patch   2017-12-15 23:06:29 UTC (rev 312938)
@@ -0,0 +1,24 @@
+--- a/gtkdoc.py
 b/gtkdoc.py
+@@ -319,9 +319,9 @@ class GTKDoc(object):
+ ldflags = ' "-L%s" %s ' % (self.library_path, additional_ldflags) 
+
+ ldflags
+ current_ld_library_path = env.get('LD_LIBRARY_PATH')
+ if current_ld_library_path:
+-env['RUN'] = 'LD_LIBRARY_PATH="%s:%s" ' % (self.library_path, 
current_ld_library_path)
++env['LD_LIBRARY_PATH'] = '%s:%s' % (self.library_path, 
current_ld_library_path)
+ else:
+-env['RUN'] = 'LD_LIBRARY_PATH="%s" ' % self.library_path
++env['LD_LIBRARY_PATH'] = self.library_path
+ 
+ if ldflags:
+ env['LDFLAGS'] = '%s %s' % (ldflags, env.get('LDFLAGS', ''))
+@@ -332,8 +332,6 @@ class GTKDoc(object):
+ self.logger.debug('CFLAGS=%s', env['CFLAGS'])
+ if 'LDFLAGS' in env:
+ self.logger.debug('LDFLAGS %s', env['LDFLAGS'])
+-if 'RUN' in env:
+-self.logger.debug('RUN=%s', env['RUN'])
+ self._run_command(['gtkdoc-scangobj', '--module=%s' % 
self.module_name],
+   env=env, cwd=self.output_dir)
+


[arch-commits] Commit in xfce4-pulseaudio-plugin/repos/extra-x86_64 (2 files)

2017-12-07 Thread Jan de Groot via arch-commits
Date: Thursday, December 7, 2017 @ 22:23:29
  Author: jgc
Revision: 311820

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
(from rev 311819, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-07 22:23:23 UTC (rev 311819)
+++ PKGBUILD2017-12-07 22:23:29 UTC (rev 311820)
@@ -1,50 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: NicoHood 
-# Contributor: 
-# Contributor: twa022 
-
-pkgname=xfce4-pulseaudio-plugin
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Pulseaudio plugin for Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
-makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
-optdepends=('pavucontrol: default pulseaudio mixer')
-_commit=66579b50f34609e7a4a60b6769c18513fcdc92fc  # 
tags/xfce4-pulseaudio-plugin-0.3.3^0
-source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---enable-keybinder \
---enable-libnotify \
---enable-maintainer-mode
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD (from rev 311819, 
xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-07 22:23:29 UTC (rev 311820)
@@ -0,0 +1,50 @@
+# Maintainer: Jan de Groot 
+# Contributor: NicoHood 
+# Contributor: 
+# Contributor: twa022 
+
+pkgname=xfce4-pulseaudio-plugin
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Pulseaudio plugin for Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
+makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
+optdepends=('pavucontrol: default pulseaudio mixer')
+_commit=e055393468e04bc34e0047dc5bb3c983d8183d8a  # 
tags/xfce4-pulseaudio-plugin-0.3.4^0
+source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--enable-keybinder \
+--enable-libnotify \
+--enable-maintainer-mode
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in xfce4-pulseaudio-plugin/trunk (PKGBUILD)

2017-12-07 Thread Jan de Groot via arch-commits
Date: Thursday, December 7, 2017 @ 22:23:23
  Author: jgc
Revision: 311819

upgpkg: xfce4-pulseaudio-plugin 0.3.4-1

Modified:
  xfce4-pulseaudio-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 22:20:24 UTC (rev 311818)
+++ PKGBUILD2017-12-07 22:23:23 UTC (rev 311819)
@@ -4,7 +4,7 @@
 # Contributor: twa022 
 
 pkgname=xfce4-pulseaudio-plugin
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="Pulseaudio plugin for Xfce4 panel"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
 makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
 optdepends=('pavucontrol: default pulseaudio mixer')
-_commit=66579b50f34609e7a4a60b6769c18513fcdc92fc  # 
tags/xfce4-pulseaudio-plugin-0.3.3^0
+_commit=e055393468e04bc34e0047dc5bb3c983d8183d8a  # 
tags/xfce4-pulseaudio-plugin-0.3.4^0
 
source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-12-07 Thread Jan de Groot via arch-commits
Date: Thursday, December 7, 2017 @ 23:13:26
  Author: jgc
Revision: 311822

archrelease: copy trunk to extra-x86_64

Added:
  guile/repos/extra-x86_64/PKGBUILD
(from rev 311821, guile/trunk/PKGBUILD)
Deleted:
  guile/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-07 23:13:08 UTC (rev 311821)
+++ PKGBUILD2017-12-07 23:13:26 UTC (rev 311822)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Newsom 
-
-pkgname=guile
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Portable, embeddable Scheme implementation written in C'
-url='https://www.gnu.org/software/guile/'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gmp libltdl ncurses texinfo libunistring gc libffi)
-source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5' # Ludovic Courtès 

-  'FF478FB264DE32EC296725A3DDC0F5358812F8F2') # Andy Wingo
-sha256sums=('3d9b94183b19f04dd4317da87beedafd1c947142f3d861ca1f0224e7a75127ee'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static  \
---disable-error-on-warning
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/libguile-2.?.so.*-gdb.scm
-}

Copied: guile/repos/extra-x86_64/PKGBUILD (from rev 311821, 
guile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-07 23:13:26 UTC (rev 311822)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+
+pkgname=guile
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='https://www.gnu.org/software/guile/'
+arch=(x86_64)
+license=(GPL)
+depends=(gmp libltdl ncurses texinfo libunistring gc libffi)
+source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5' # Ludovic Courtès 

+  'FF478FB264DE32EC296725A3DDC0F5358812F8F2' # Andy Wingo
+  '4FD4D288D445934E0A14F9A5A8803732E4436885') # Andy Wingo 
"
+sha256sums=('87ee07caef33c97ddc74bf3c29ce7628cfac12061f573e4a29a3a1176754610a'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  rm "$pkgdir"/usr/lib/libguile-2.?.so.*-gdb.scm
+}


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

2017-12-07 Thread Jan de Groot via arch-commits
Date: Thursday, December 7, 2017 @ 23:13:08
  Author: jgc
Revision: 311821

upgpkg: guile 2.2.3-1

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 22:23:29 UTC (rev 311820)
+++ PKGBUILD2017-12-07 23:13:08 UTC (rev 311821)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=guile
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Portable, embeddable Scheme implementation written in C'
 url='https://www.gnu.org/software/guile/'
@@ -13,8 +13,9 @@
 depends=(gmp libltdl ncurses texinfo libunistring gc libffi)
 source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5' # Ludovic Courtès 

-  'FF478FB264DE32EC296725A3DDC0F5358812F8F2') # Andy Wingo
-sha256sums=('3d9b94183b19f04dd4317da87beedafd1c947142f3d861ca1f0224e7a75127ee'
+  'FF478FB264DE32EC296725A3DDC0F5358812F8F2' # Andy Wingo
+  '4FD4D288D445934E0A14F9A5A8803732E4436885') # Andy Wingo 
"
+sha256sums=('87ee07caef33c97ddc74bf3c29ce7628cfac12061f573e4a29a3a1176754610a'
 'SKIP')
 
 build() {


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

2017-12-05 Thread Jan de Groot via arch-commits
Date: Tuesday, December 5, 2017 @ 22:46:03
  Author: jgc
Revision: 311667

archrelease: copy trunk to testing-x86_64

Added:
  gjs/repos/testing-x86_64/
  gjs/repos/testing-x86_64/PKGBUILD
(from rev 311666, gjs/trunk/PKGBUILD)

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

Copied: gjs/repos/testing-x86_64/PKGBUILD (from rev 311666, gjs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-05 22:46:03 UTC (rev 311667)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.50.2+8+gb65c785
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs;
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=b65c7851e55b8e355de6d0f582da0e3de1ae6f9a  # gnome-3-26
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git revert -n 05810c9ac9dce102ae18752060123f9a921589f5
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib 
--with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-05 Thread Jan de Groot via arch-commits
Date: Tuesday, December 5, 2017 @ 22:45:46
  Author: jgc
Revision: 311666

upgpkg: gjs 1.50.2+8+gb65c785-1

Update to git snapshot, revert commit breaking the testsuite.

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 21:51:31 UTC (rev 311665)
+++ PKGBUILD2017-12-05 22:45:46 UTC (rev 311666)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.50.2
+pkgver=1.50.2+8+gb65c785
 pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs;
@@ -11,7 +11,7 @@
 depends=(cairo gobject-introspection-runtime js52 gtk3)
 makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
 checkdepends=(valgrind)
-_commit=9a97b89ac410091466961d8430ff4da399b83bbe  # tags/1.50.2^0
+_commit=b65c7851e55b8e355de6d0f582da0e3de1ae6f9a  # gnome-3-26
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,6 +22,7 @@
 
 prepare() {
   cd $pkgname
+  git revert -n 05810c9ac9dce102ae18752060123f9a921589f5
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -34,7 +35,7 @@
 
 check() {
   cd $pkgname
-  make check
+  make -j1 check
 }
 
 package() {


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

2017-12-21 Thread Jan de Groot via arch-commits
Date: Thursday, December 21, 2017 @ 09:03:26
  Author: jgc
Revision: 313468

upgpkg: babl 0.1.38-1

Modified:
  babl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-21 08:03:04 UTC (rev 313467)
+++ PKGBUILD2017-12-21 09:03:26 UTC (rev 313468)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=babl
-pkgver=0.1.30
+pkgver=0.1.38
 pkgrel=1
 pkgdesc="Dynamic, any to any, pixel format conversion library"
 arch=('x86_64')
@@ -9,23 +9,35 @@
 url="http://gegl.org/babl/;
 license=('LGPL3')
 depends=('glibc')
-makedepends=('gobject-introspection' 'vala')
+makedepends=('gobject-introspection' 'vala' git)
 options=('!makeflags')
-source=(https://ftp.gimp.org/pub/babl/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('45c12c7b06d965123756821fc70c968137d16d44151a6eb55075f904e11d53cc')
+_commit=04cea9206deb0a6fb52b0a86012d70551b020205  # tags/BABL_0_1_38^0
+source=("git+https://git.gnome.org/browse/babl#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/$pkgname"
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/$pkgname"
   make check
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/$pkgname"
   make DESTDIR="${pkgdir}" install
 }


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

2017-12-21 Thread Jan de Groot via arch-commits
Date: Thursday, December 21, 2017 @ 09:03:32
  Author: jgc
Revision: 313469

archrelease: copy trunk to extra-x86_64

Added:
  babl/repos/extra-x86_64/PKGBUILD
(from rev 313468, babl/trunk/PKGBUILD)
Deleted:
  babl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-21 09:03:26 UTC (rev 313468)
+++ PKGBUILD2017-12-21 09:03:32 UTC (rev 313469)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=babl
-pkgver=0.1.30
-pkgrel=1
-pkgdesc="Dynamic, any to any, pixel format conversion library"
-arch=('i686' 'x86_64')
-url="http://gegl.org/babl/;
-license=('LGPL3')
-depends=('glibc')
-makedepends=('gobject-introspection' 'vala')
-options=('!makeflags')
-source=(https://ftp.gimp.org/pub/babl/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('45c12c7b06d965123756821fc70c968137d16d44151a6eb55075f904e11d53cc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: babl/repos/extra-x86_64/PKGBUILD (from rev 313468, babl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-21 09:03:32 UTC (rev 313469)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=babl
+pkgver=0.1.38
+pkgrel=1
+pkgdesc="Dynamic, any to any, pixel format conversion library"
+arch=('x86_64')
+url="http://gegl.org/babl/;
+license=('LGPL3')
+depends=('glibc')
+makedepends=('gobject-introspection' 'vala' git)
+options=('!makeflags')
+_commit=04cea9206deb0a6fb52b0a86012d70551b020205  # tags/BABL_0_1_38^0
+source=("git+https://git.gnome.org/browse/babl#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname"
+  make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-21 Thread Jan de Groot via arch-commits
Date: Thursday, December 21, 2017 @ 09:23:18
  Author: jgc
Revision: 313474

upgpkg: librsvg 2:2.41.2-1

2.40 is EOL, switch to 2.41 again and hope it works this time

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-21 09:16:18 UTC (rev 313473)
+++ PKGBUILD2017-12-21 09:23:18 UTC (rev 313474)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.40.20
+pkgver=2.41.2
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -10,8 +10,8 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
-_commit=2cbb0f7bf5187993bd7ba688bf82d0c9a5c7  # tags/2.40.20^0
+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;)
 sha256sums=('SKIP')
 


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

2017-12-21 Thread Jan de Groot via arch-commits
Date: Thursday, December 21, 2017 @ 09:23:22
  Author: jgc
Revision: 313475

archrelease: copy trunk to testing-x86_64

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

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

Copied: librsvg/repos/testing-x86_64/PKGBUILD (from rev 313474, 
librsvg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-21 09:23:22 UTC (rev 313475)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.41.2
+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=f822e90c7a91f12c76793ffe8e349584d4d813f8  # tags/2.41.2^0
+source=("git+https://git.gnome.org/browse/librsvg#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 gegl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-21 Thread Jan de Groot via arch-commits
Date: Thursday, December 21, 2017 @ 09:10:29
  Author: jgc
Revision: 313471

archrelease: copy trunk to extra-x86_64

Added:
  gegl/repos/extra-x86_64/PKGBUILD
(from rev 313470, gegl/trunk/PKGBUILD)
Deleted:
  gegl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-21 09:10:24 UTC (rev 313470)
+++ PKGBUILD2017-12-21 09:10:29 UTC (rev 313471)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=gegl
-pkgver=0.3.20
-pkgrel=1
-pkgdesc="Graph based image processing framework"
-arch=('i686' 'x86_64')
-url="http://www.gegl.org/;
-license=('GPL3' 'LGPL3')
-depends=('babl' 'libspiro' 'json-glib' 'libgexiv2')
-makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg' 'jasper'
- 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 
'gobject-introspection'
- 'git')
-optdepends=('libraw: raw plugin'
-'openexr: openexr plugin'
-'ffmpeg: ffmpeg plugin'
-'suitesparse: matting-levin plugin'
-'librsvg: svg plugin'
-'jasper: jasper plugin'
-'libtiff: tiff plugin'
-'lua: lua plugin'
-'lensfun: lens-correct plugin')
-_commit=517991898e8ea672d38aa0dd282bb59b84ae253d  # tags/GEGL_0_3_20^0
-source=("git+https://git.gnome.org/browse/gegl#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd ${pkgname}
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
-  cd ${pkgname}
-  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
---with-libavformat --with-jasper --disable-docs \
---enable-workshop
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
-  cd ${pkgname}
-  make -k check || :
-}
-
-package() {
-  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gegl/repos/extra-x86_64/PKGBUILD (from rev 313470, gegl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-21 09:10:29 UTC (rev 313471)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0.3.26
+pkgrel=1
+pkgdesc="Graph based image processing framework"
+arch=('x86_64')
+url="http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib' 'libgexiv2')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg' 'jasper'
+ 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 
'gobject-introspection'
+ 'git')
+optdepends=('libraw: raw plugin'
+'openexr: openexr plugin'
+'ffmpeg: ffmpeg plugin'
+'suitesparse: matting-levin plugin'
+'librsvg: svg plugin'
+'jasper: jasper plugin'
+'libtiff: tiff plugin'
+'lua: lua plugin'
+'lensfun: lens-correct plugin')
+_commit=6352c9328dc92c75dafe94a56ff1e6636a8a4563  # tags/GEGL_0_3_26^0
+source=("git+https://git.gnome.org/browse/gegl#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd ${pkgname}
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --disable-docs \
+--enable-workshop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make -k check || :
+}
+
+package() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}


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

2017-12-21 Thread Jan de Groot via arch-commits
Date: Thursday, December 21, 2017 @ 09:10:24
  Author: jgc
Revision: 313470

upgpkg: gegl 0.3.26-1

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-21 09:03:32 UTC (rev 313469)
+++ PKGBUILD2017-12-21 09:10:24 UTC (rev 313470)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=gegl
-pkgver=0.3.20
+pkgver=0.3.26
 pkgrel=1
 pkgdesc="Graph based image processing framework"
 arch=('x86_64')
@@ -21,7 +21,7 @@
 'libtiff: tiff plugin'
 'lua: lua plugin'
 'lensfun: lens-correct plugin')
-_commit=517991898e8ea672d38aa0dd282bb59b84ae253d  # tags/GEGL_0_3_20^0
+_commit=6352c9328dc92c75dafe94a56ff1e6636a8a4563  # tags/GEGL_0_3_26^0
 source=("git+https://git.gnome.org/browse/gegl#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in vino/trunk (PKGBUILD dont-crash-on-wayland.patch)

2018-05-06 Thread Jan de Groot via arch-commits
Date: Sunday, May 6, 2018 @ 21:30:02
  Author: jgc
Revision: 323401

upgpkg: vino 3.22.0+11+g3977943-1

Fix crash on wayland. Vino only works with X11 session (not XWayland), so bail 
out without crashing when running with Wayland

Added:
  vino/trunk/dont-crash-on-wayland.patch
Modified:
  vino/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++
 dont-crash-on-wayland.patch |   41 +
 2 files changed, 48 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-06 18:38:15 UTC (rev 323400)
+++ PKGBUILD2018-05-06 21:30:02 UTC (rev 323401)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=vino
-pkgver=3.22.0+7+g74dd40f
+pkgver=3.22.0+11+g3977943
 pkgrel=1
 pkgdesc="A VNC server for the GNOME desktop"
 url="https://wiki.gnome.org/Projects/Vino;
@@ -12,9 +12,11 @@
 depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls)
 makedepends=(intltool networkmanager gnome-common git)
 groups=(gnome)
-_commit=74dd40f2c218fbe51c915c8acf7987a2d507667c  # master
-source=("git+https://git.gnome.org/browse/vino#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=39779437dba89027cfa38b3f0b2c2559d128e53b  # master
+source=("git+https://git.gnome.org/browse/vino#commit=$_commit;
+dont-crash-on-wayland.patch)
+sha256sums=('SKIP'
+'d49376d49e56c545d47367c3bdd4aa9df717d60d9bcb24d0991d5ba8d29fd64a')
 
 pkgver() {
   cd $pkgname
@@ -25,6 +27,7 @@
   cd $pkgname
   # Fixup missing tag for pkgver()
   git tag -f 3.22.0 2448f101df88d8f50c82b2969cd3cb4e9c755fc6
+  patch -Np1 -i ../dont-crash-on-wayland.patch
   NOCONFIGURE=1 ./autogen.sh
 }
 

Added: dont-crash-on-wayland.patch
===
--- dont-crash-on-wayland.patch (rev 0)
+++ dont-crash-on-wayland.patch 2018-05-06 21:30:02 UTC (rev 323401)
@@ -0,0 +1,41 @@
+From 5e49ab2d125388b843eca4f1f47849d18ccabcd3 Mon Sep 17 00:00:00 2001
+From: Ondrej Holy 
+Date: Tue, 20 Feb 2018 12:26:18 +0100
+Subject: [PATCH] Return error if X11 is not detected
+
+Vino-server crashes on Wayland in XQueryExtension. Since vino-server is
+not expected to work on displays other than X11, let's exit immediately
+if GDK_IS_X11_DISPLAY fail.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=761120
+---
+ server/vino-main.c | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/server/vino-main.c b/server/vino-main.c
+index dd95de7..7be3fff 100644
+--- a/server/vino-main.c
 b/server/vino-main.c
+@@ -28,6 +28,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "vino-input.h"
+ #include "vino-mdns.h"
+@@ -273,6 +274,12 @@ main (int argc, char **argv)
+ g_option_context_free (context);
+   }
+ 
++  if (!GDK_IS_X11_DISPLAY (gdk_display_get_default ()))
++{
++  g_printerr ("X11 is not detected\n");
++  return 1;
++}
++
+   /* GSettings */
+   vino.settings = g_settings_new ("org.gnome.Vino");
+ 
+-- 
+2.16.2
\ No newline at end of file


[arch-commits] Commit in vino/repos/extra-x86_64 (3 files)

2018-05-06 Thread Jan de Groot via arch-commits
Date: Sunday, May 6, 2018 @ 21:30:07
  Author: jgc
Revision: 323402

archrelease: copy trunk to extra-x86_64

Added:
  vino/repos/extra-x86_64/PKGBUILD
(from rev 323401, vino/trunk/PKGBUILD)
  vino/repos/extra-x86_64/dont-crash-on-wayland.patch
(from rev 323401, vino/trunk/dont-crash-on-wayland.patch)
Deleted:
  vino/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   99 +-
 dont-crash-on-wayland.patch |   41 +
 2 files changed, 92 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-06 21:30:02 UTC (rev 323401)
+++ PKGBUILD2018-05-06 21:30:07 UTC (rev 323402)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=vino
-pkgver=3.22.0+7+g74dd40f
-pkgrel=1
-pkgdesc="A VNC server for the GNOME desktop"
-url="https://wiki.gnome.org/Projects/Vino;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls)
-makedepends=(intltool networkmanager gnome-common git)
-groups=(gnome)
-_commit=74dd40f2c218fbe51c915c8acf7987a2d507667c  # master
-source=("git+https://git.gnome.org/browse/vino#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Fixup missing tag for pkgver()
-  git tag -f 3.22.0 2448f101df88d8f50c82b2969cd3cb4e9c755fc6
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: vino/repos/extra-x86_64/PKGBUILD (from rev 323401, vino/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-06 21:30:07 UTC (rev 323402)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=vino
+pkgver=3.22.0+11+g3977943
+pkgrel=1
+pkgdesc="A VNC server for the GNOME desktop"
+url="https://wiki.gnome.org/Projects/Vino;
+arch=(x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls)
+makedepends=(intltool networkmanager gnome-common git)
+groups=(gnome)
+_commit=39779437dba89027cfa38b3f0b2c2559d128e53b  # master
+source=("git+https://git.gnome.org/browse/vino#commit=$_commit;
+dont-crash-on-wayland.patch)
+sha256sums=('SKIP'
+'d49376d49e56c545d47367c3bdd4aa9df717d60d9bcb24d0991d5ba8d29fd64a')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup missing tag for pkgver()
+  git tag -f 3.22.0 2448f101df88d8f50c82b2969cd3cb4e9c755fc6
+  patch -Np1 -i ../dont-crash-on-wayland.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: vino/repos/extra-x86_64/dont-crash-on-wayland.patch (from rev 323401, 
vino/trunk/dont-crash-on-wayland.patch)
===
--- dont-crash-on-wayland.patch (rev 0)
+++ dont-crash-on-wayland.patch 2018-05-06 21:30:07 UTC (rev 323402)
@@ -0,0 +1,41 @@
+From 5e49ab2d125388b843eca4f1f47849d18ccabcd3 Mon Sep 17 00:00:00 2001
+From: Ondrej Holy 
+Date: Tue, 20 Feb 2018 12:26:18 +0100
+Subject: [PATCH] Return error if X11 is not detected
+
+Vino-server crashes on Wayland in XQueryExtension. Since vino-server is
+not expected to work on displays other than X11, let's exit immediately
+if GDK_IS_X11_DISPLAY fail.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=761120
+---
+ server/vino-main.c | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/server/vino-main.c b/server/vino-main.c
+index dd95de7..7be3fff 100644
+--- a/server/vino-main.c
 b/server/vino-main.c
+@@ -28,6 +28,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "vino-input.h"
+ #include "vino-mdns.h"
+@@ -273,6 +274,12 @@ main (int argc, char **argv)
+ g_option_context_free (context);
+   }
+ 
++  if (!GDK_IS_X11_DISPLAY (gdk_display_get_default ()))
++{
++  g_printerr ("X11 is not detected\n");
++  return 1;
++}
++

[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)

2018-05-04 Thread Jan de Groot via arch-commits
Date: Friday, May 4, 2018 @ 22:52:17
  Author: jgc
Revision: 323386

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 323385, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 323385, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   99 
 revert-warnings.patch |   22 +-
 2 files changed, 62 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 22:52:10 UTC (rev 323385)
+++ PKGBUILD2018-05-04 22:52:17 UTC (rev 323386)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.39
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=93f10cd29e3fbdd3ebc25272167c057878f6bc05  # tags/GNUMERIC_1_12_39^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 323385, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 22:52:17 UTC (rev 323386)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.40
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=0e965a8d823f7ada2cf3e3f7ac26893822328c68  # tags/GNUMERIC_1_12_40^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2018-05-04 22:52:10 UTC (rev 323385)
+++ revert-warnings.patch   2018-05-04 22:52:17 UTC (rev 323386)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
-

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

2018-05-04 Thread Jan de Groot via arch-commits
Date: Friday, May 4, 2018 @ 22:52:10
  Author: jgc
Revision: 323385

upgpkg: gnumeric 1.12.40-1

Does upstream actually test their builds?

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 22:48:54 UTC (rev 323384)
+++ PKGBUILD2018-05-04 22:52:10 UTC (rev 323385)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke 
 
 pkgname=gnumeric
-pkgver=1.12.39
+pkgver=1.12.40
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('x86_64')
@@ -12,11 +12,11 @@
 depends=('goffice')
 makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
  'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
+optdepends=('python2-gobject: for python2 plugin support'
 'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'
 'yelp: for viewing the help manual')
-_commit=93f10cd29e3fbdd3ebc25272167c057878f6bc05  # tags/GNUMERIC_1_12_39^0
+_commit=0e965a8d823f7ada2cf3e3f7ac26893822328c68  # tags/GNUMERIC_1_12_40^0
 source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit;
 revert-warnings.patch)
 sha256sums=('SKIP'
@@ -29,6 +29,9 @@
 
 prepare() {
   cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
   patch -Np0 -i ../revert-warnings.patch
   NOCONFIGURE=1 ./autogen.sh
 }


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

2018-05-04 Thread Jan de Groot via arch-commits
Date: Friday, May 4, 2018 @ 21:48:30
  Author: jgc
Revision: 323382

upgpkg: goffice 0.10.40-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 20:25:31 UTC (rev 323381)
+++ PKGBUILD2018-05-04 21:48:30 UTC (rev 323382)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.39
+pkgver=0.10.40
 pkgrel=1
 pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
 url="https://git.gnome.org/browse/goffice;
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
 makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=6ad4e5ed66c9330df417197a0d408246a82ca112  # tags/GOFFICE_0_10_39^0
+_commit=47d1d1aef287cff62bdd7daa427880f44388edde  # tags/GOFFICE_0_10_40^0
 source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-05-04 Thread Jan de Groot via arch-commits
Date: Friday, May 4, 2018 @ 21:48:35
  Author: jgc
Revision: 323383

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/PKGBUILD
(from rev 323382, goffice/trunk/PKGBUILD)
Deleted:
  goffice/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 21:48:30 UTC (rev 323382)
+++ PKGBUILD2018-05-04 21:48:35 UTC (rev 323383)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.39
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice;
-arch=(x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=6ad4e5ed66c9330df417197a0d408246a82ca112  # tags/GOFFICE_0_10_39^0
-source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 323382, 
goffice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 21:48:35 UTC (rev 323383)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.40
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=47d1d1aef287cff62bdd7daa427880f44388edde  # tags/GOFFICE_0_10_40^0
+source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in xorg-xdm/repos/extra-x86_64 (13 files)

2018-06-18 Thread Jan de Groot via arch-commits
Date: Monday, June 18, 2018 @ 14:40:03
  Author: jgc
Revision: 327127

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xdm/repos/extra-x86_64/PKGBUILD
(from rev 327126, xorg-xdm/trunk/PKGBUILD)
  xorg-xdm/repos/extra-x86_64/Xsession-loginshell.patch
(from rev 327126, xorg-xdm/trunk/Xsession-loginshell.patch)
  xorg-xdm/repos/extra-x86_64/Xsession-xsm.patch
(from rev 327126, xorg-xdm/trunk/Xsession-xsm.patch)
  xorg-xdm/repos/extra-x86_64/libsystemd.patch
(from rev 327126, xorg-xdm/trunk/libsystemd.patch)
  xorg-xdm/repos/extra-x86_64/nolisten.patch
(from rev 327126, xorg-xdm/trunk/nolisten.patch)
  xorg-xdm/repos/extra-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
(from rev 327126, xorg-xdm/trunk/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch)
  xorg-xdm/repos/extra-x86_64/xdm.pam
(from rev 327126, xorg-xdm/trunk/xdm.pam)
Deleted:
  xorg-xdm/repos/extra-x86_64/PKGBUILD
  xorg-xdm/repos/extra-x86_64/Xsession-loginshell.patch
  xorg-xdm/repos/extra-x86_64/Xsession-xsm.patch
  xorg-xdm/repos/extra-x86_64/git_fixes.diff
  xorg-xdm/repos/extra-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
  xorg-xdm/repos/extra-x86_64/xdm.pam

+
 PKGBUILD   |  138 +++--
 Xsession-loginshell.patch  |   30 -
 Xsession-xsm.patch |   43 -
 git_fixes.diff |  673 ---
 libsystemd.patch   |   17 
 nolisten.patch |8 
 xdm-1.0.5-sessreg-utmp-fix-bug177890.patch |   16 
 xdm.pam|   14 
 8 files changed, 155 insertions(+), 784 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-18 14:39:56 UTC (rev 327126)
+++ PKGBUILD2018-06-18 14:40:03 UTC (rev 327127)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck 
-# Contributor: Jan de Groot 
-pkgname=xorg-xdm
-pkgver=1.1.11
-pkgrel=7
-pkgdesc="X Display Manager"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 
'systemd')
-makedepends=('pkgconfig' 'xorg-util-macros' 'xtrans')
-backup=(etc/X11/xdm/Xaccess etc/X11/xdm/Xresources etc/X11/xdm/Xservers 
etc/X11/xdm/xdm-config etc/pam.d/xdm etc/X11/xdm/Xsetup_0 etc/X11/xdm/Xsession)
-source=(${url}/releases/individual/app/xdm-${pkgver}.tar.bz2
-Xsession-loginshell.patch
-Xsession-xsm.patch
-xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
-xdm.pam
-git_fixes.diff)
-sha512sums=('fe6f2b7817c0f7f07a1f5f497edcdfa15b93986fd87f314daa472dac8625327ef46ebbf40d27fe8d4a8a2f8d5af8a01c4438a29356740e0eb350f2bd0c7ec0d5'
-
'4777e227c99bd39409a134fc2b0cb6ffd8f80ad0e0106ee9ab172637fdafe85027fe05ad7fc978005473ef683ab92f52d3cf06a257991af6b1aeaefe9860953e'
-
'5ac449267e9787e3cefc4674379ad3d756c9403a39af50cbf945cb2da55b5435436d6a370c0f3c5fd110eb6d99aef73f4a2e118dd0cfd07fa0343967aca2d9fe'
-
'698d401899660708dc17eaa84bd2323426afa4c3c094ff8d4a8d9c54e26e073f40dafed67636855bb230f351523a88f1f1ed1ec443d77d92ef65646b5a6976d5'
-
'cb912013a294f0801b357a43f3e5313ffa9ac5fcc493b2318843983388eb0b839c84060a97c355e12ca03f3b056644aa4a2bb8a74ed73a0f2405816b8d6efdc0'
-
'be63ade1a7901501cb9aba7e8a641a7b7f9a1779cea285e23b150fa9a929b4aa0d3bbfb4c9596214f77e75821b69130b0866ef1aa12cfa86020dc9327566')
-
-build() {
-  cd "${srcdir}/xdm-${pkgver}"
-  # upstream commits - Add some missing malloc failure checks  2012-01-07
-  patch -Np1 -i "${srcdir}/git_fixes.diff"
-  
-  patch -Np0 -i "${srcdir}/Xsession-loginshell.patch"
-  patch -Np1 -i "${srcdir}/Xsession-xsm.patch"
-  patch -Np0 -i "${srcdir}/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch"
-
-  autoreconf -fi
-  ./configure --prefix=/usr \
-  --disable-xdm-auth \
-  --disable-static \
-  --with-xdmconfigdir=/etc/X11/xdm \
-  --with-xdmscriptdir=/etc/X11/xdm \
-  --with-pixmapdir=/usr/share/xdm/pixmaps
-  make
-}
-
-package() {
-  cd "${srcdir}/xdm-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/var/lib/xdm"
-  install -m755 -d "${pkgdir}/etc/pam.d"
-  install -m644 "${srcdir}/xdm.pam" "${pkgdir}/etc/pam.d/xdm"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  sed -i -e 's/\/X11R6//g' "${pkgdir}"/etc/X11/xdm/*
-
-  sed -i 's|^Alias=.*|Alias=display-manager.service|' \
-"$pkgdir/usr/lib/systemd/system/xdm.service"
-}

Copied: xorg-xdm/repos/extra-x86_64/PKGBUILD (from rev 327126, 
xorg-xdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-18 14:40:03 UTC (rev 327127)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Alexander Baldeck 
+# Contributor: 

[arch-commits] Commit in xorg-xdm/trunk (5 files)

2018-06-18 Thread Jan de Groot via arch-commits
Date: Monday, June 18, 2018 @ 14:39:56
  Author: jgc
Revision: 327126

upgpkg: xorg-xdm 1.1.11+50+gb685338-1

Update to git snapshot
Build with libsystemd insted of libsystemd-daemon (FS#58830)
Add -nolisten tcp by default (FS#59017)
Fix xsm patch to apply

Added:
  xorg-xdm/trunk/libsystemd.patch
  xorg-xdm/trunk/nolisten.patch
Modified:
  xorg-xdm/trunk/PKGBUILD
  xorg-xdm/trunk/Xsession-xsm.patch
Deleted:
  xorg-xdm/trunk/git_fixes.diff

+
 PKGBUILD   |   48 ++-
 Xsession-xsm.patch |   17 -
 git_fixes.diff |  673 ---
 libsystemd.patch   |   17 +
 nolisten.patch |8 
 5 files changed, 67 insertions(+), 696 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-18 12:39:32 UTC (rev 327125)
+++ PKGBUILD2018-06-18 14:39:56 UTC (rev 327126)
@@ -2,37 +2,54 @@
 # Maintainer: Alexander Baldeck 
 # Contributor: Jan de Groot 
 pkgname=xorg-xdm
-pkgver=1.1.11
-pkgrel=7
+pkgver=1.1.11+50+gb685338
+pkgrel=1
 pkgdesc="X Display Manager"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 
'systemd')
-makedepends=('pkgconfig' 'xorg-util-macros' 'xtrans')
+makedepends=('pkgconfig' 'xorg-util-macros' 'xtrans' git autoconf-archive)
 backup=(etc/X11/xdm/Xaccess etc/X11/xdm/Xresources etc/X11/xdm/Xservers 
etc/X11/xdm/xdm-config etc/pam.d/xdm etc/X11/xdm/Xsetup_0 etc/X11/xdm/Xsession)
-source=(${url}/releases/individual/app/xdm-${pkgver}.tar.bz2
+_commit=b6853380678b793bad81ac09b2f872f8225ccec6  # master
+source=("git+https://anongit.freedesktop.org/git/xorg/app/xdm#commit=$_commit;
 Xsession-loginshell.patch
 Xsession-xsm.patch
 xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
 xdm.pam
-git_fixes.diff)
-sha512sums=('fe6f2b7817c0f7f07a1f5f497edcdfa15b93986fd87f314daa472dac8625327ef46ebbf40d27fe8d4a8a2f8d5af8a01c4438a29356740e0eb350f2bd0c7ec0d5'
+libsystemd.patch
+nolisten.patch)
+sha512sums=('SKIP'
 
'4777e227c99bd39409a134fc2b0cb6ffd8f80ad0e0106ee9ab172637fdafe85027fe05ad7fc978005473ef683ab92f52d3cf06a257991af6b1aeaefe9860953e'
-
'5ac449267e9787e3cefc4674379ad3d756c9403a39af50cbf945cb2da55b5435436d6a370c0f3c5fd110eb6d99aef73f4a2e118dd0cfd07fa0343967aca2d9fe'
+
'eba7a9edfbbd9a9c7a0566b9b8a436e1eb9271d4e26f6200c53b70ab392d358191fd37c831aad8f94a9a6710f9ec66ee1f34adadb7ba121e55aee6a84b2ea32f'
 
'698d401899660708dc17eaa84bd2323426afa4c3c094ff8d4a8d9c54e26e073f40dafed67636855bb230f351523a88f1f1ed1ec443d77d92ef65646b5a6976d5'
 
'cb912013a294f0801b357a43f3e5313ffa9ac5fcc493b2318843983388eb0b839c84060a97c355e12ca03f3b056644aa4a2bb8a74ed73a0f2405816b8d6efdc0'
-
'be63ade1a7901501cb9aba7e8a641a7b7f9a1779cea285e23b150fa9a929b4aa0d3bbfb4c9596214f77e75821b69130b0866ef1aa12cfa86020dc9327566')
+
'f30243aa8343d245e32a80953dc990d95d0b9048574a1ae777cb81cde14a0e167e544df1d40d7316ec8465571bd6b68cda984bb40c1fe99fc7ce348247cdca71'
+
'e21a7a9d0f6fa89146ad86e0083f4fe5d6451fe6f69c4ebe1e4f72507ac4f4c4cb0c4055679cb5d32d197c9f658a02ef2748c1357e6264c40fa122adb8ecd766')
 
-build() {
-  cd "${srcdir}/xdm-${pkgver}"
-  # upstream commits - Add some missing malloc failure checks  2012-01-07
-  patch -Np1 -i "${srcdir}/git_fixes.diff"
-  
+pkgver() {
+  cd xdm
+  git describe --tags | sed 's/^xdm-//;s/-/+/g'
+}
+
+prepare() {
+  cd xdm
   patch -Np0 -i "${srcdir}/Xsession-loginshell.patch"
   patch -Np1 -i "${srcdir}/Xsession-xsm.patch"
   patch -Np0 -i "${srcdir}/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch"
+  patch -Np1 -i ../nolisten.patch
+  patch -Np1 -i ../libsystemd.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
 
+check() {
+  cd xdm
+  make check
+}
+
+build() {
+  cd "${srcdir}/xdm"
+
   autoreconf -fi
   ./configure --prefix=/usr \
   --disable-xdm-auth \
@@ -40,11 +57,14 @@
   --with-xdmconfigdir=/etc/X11/xdm \
   --with-xdmscriptdir=/etc/X11/xdm \
   --with-pixmapdir=/usr/share/xdm/pixmaps
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 
 package() {
-  cd "${srcdir}/xdm-${pkgver}"
+  cd "${srcdir}/xdm"
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/var/lib/xdm"
   install -m755 -d "${pkgdir}/etc/pam.d"

Modified: Xsession-xsm.patch
===
--- Xsession-xsm.patch  2018-06-18 12:39:32 UTC (rev 327125)
+++ Xsession-xsm.patch  2018-06-18 14:39:56 UTC (rev 327126)
@@ -1,7 +1,6 @@
-diff -Naur xdm-1.1.8-orig/config/Xsession.cpp xdm-1.1.8/config/Xsession.cpp
 xdm-1.1.8-orig/config/Xsession.cpp 2008-05-21 14:08:45.0 -0400
-+++ xdm-1.1.8/config/Xsession.cpp  2009-04-28 02:56:11.0 -0400
-@@ -54,6 +54,7 @@
+--- xdm/config/Xsession.cpp.orig   2018-06-18 14:25:14.113681055 +
 xdm/config/Xsession.cpp

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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 21:58:17
  Author: jgc
Revision: 327292

upgpkg: genius 1.0.24-1

Re-enable GUI

Modified:
  genius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 21:25:56 UTC (rev 327291)
+++ PKGBUILD2018-06-19 21:58:17 UTC (rev 327292)
@@ -3,17 +3,17 @@
 # Contributor: Arjan Timmerman 
 
 pkgname=genius
-pkgver=1.0.23
-pkgrel=3
+pkgver=1.0.24
+pkgrel=1
 pkgdesc="Advanced calculator including a mathematical programming language"
 arch=('x86_64')
 license=('GPL')
 url="http://www.jirka.org/genius.html;
-depends=('mpfr' 'glib2' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'gtk-update-icon-cache')
+depends=('mpfr' 'glib2' 'hicolor-icon-theme' 'gtk2' 'gtksourceview2')
+makedepends=('intltool' 'gnome-doc-utils' 'gtk-update-icon-cache' 'python')
 options=('!makeflags')
 
source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('912e1c1beadee185614036c6808a974157b2009fe315b249efa2aa06a5ac6f4b')
+sha256sums=('772f95f6ae4716d39bb180cd50e8b6b9b074107bee0cd083b825e1e6e55916b6')
 
 build() {
   cd $pkgname-$pkgver
@@ -21,7 +21,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/genius \
   --localstatedir=/var --disable-static \
-  --disable-update-mimedb --disable-gnome
+  --disable-update-mimedb
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 21:58:21
  Author: jgc
Revision: 327293

archrelease: copy trunk to extra-x86_64

Added:
  genius/repos/extra-x86_64/PKGBUILD
(from rev 327292, genius/trunk/PKGBUILD)
Deleted:
  genius/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 21:58:17 UTC (rev 327292)
+++ PKGBUILD2018-06-19 21:58:21 UTC (rev 327293)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-
-pkgname=genius
-pkgver=1.0.23
-pkgrel=3
-pkgdesc="Advanced calculator including a mathematical programming language"
-arch=('x86_64')
-license=('GPL')
-url="http://www.jirka.org/genius.html;
-depends=('mpfr' 'glib2' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'gtk-update-icon-cache')
-options=('!makeflags')
-source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('912e1c1beadee185614036c6808a974157b2009fe315b249efa2aa06a5ac6f4b')
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/genius \
-  --localstatedir=/var --disable-static \
-  --disable-update-mimedb --disable-gnome
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: genius/repos/extra-x86_64/PKGBUILD (from rev 327292, 
genius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 21:58:21 UTC (rev 327293)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Arjan Timmerman 
+
+pkgname=genius
+pkgver=1.0.24
+pkgrel=1
+pkgdesc="Advanced calculator including a mathematical programming language"
+arch=('x86_64')
+license=('GPL')
+url="http://www.jirka.org/genius.html;
+depends=('mpfr' 'glib2' 'hicolor-icon-theme' 'gtk2' 'gtksourceview2')
+makedepends=('intltool' 'gnome-doc-utils' 'gtk-update-icon-cache' 'python')
+options=('!makeflags')
+source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('772f95f6ae4716d39bb180cd50e8b6b9b074107bee0cd083b825e1e6e55916b6')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/genius \
+  --localstatedir=/var --disable-static \
+  --disable-update-mimedb
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:00:05
  Author: jgc
Revision: 327294

upgpkg: libdatrie 0.2.12-1

Modified:
  libdatrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 21:58:21 UTC (rev 327293)
+++ PKGBUILD2018-06-19 22:00:05 UTC (rev 327294)
@@ -3,8 +3,8 @@
 # Contributor: Chaiwat Suttipongsakul 
 
 pkgname=libdatrie
-pkgver=0.2.10
-pkgrel=2
+pkgver=0.2.12
+pkgrel=1
 pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
 url="https://linux.thai.net/projects/datrie;
 license=('LGPL')
@@ -12,8 +12,8 @@
 depends=('glibc')
 options=('!emptydirs')
 
source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('22d4fca2a09c58584a461b115d3d57f1')
-sha256sums=('180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b')
+md5sums=('b2243d583e25925200c134fad9f2fb50')
+sha256sums=('452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:00:08
  Author: jgc
Revision: 327295

archrelease: copy trunk to extra-x86_64

Added:
  libdatrie/repos/extra-x86_64/PKGBUILD
(from rev 327294, libdatrie/trunk/PKGBUILD)
Deleted:
  libdatrie/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 22:00:05 UTC (rev 327294)
+++ PKGBUILD2018-06-19 22:00:08 UTC (rev 327295)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=libdatrie
-pkgver=0.2.10
-pkgrel=2
-pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
-url="https://linux.thai.net/projects/datrie;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('22d4fca2a09c58584a461b115d3d57f1')
-sha256sums=('180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-x86_64/PKGBUILD (from rev 327294, 
libdatrie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 22:00:08 UTC (rev 327295)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=libdatrie
+pkgver=0.2.12
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
+url="https://linux.thai.net/projects/datrie;
+license=('LGPL')
+arch=('x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('b2243d583e25925200c134fad9f2fb50')
+sha256sums=('452dcc4d3a96c01f80f7c291b42be11863cd1554ff78b93e110becce6e00b149')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:01:38
  Author: jgc
Revision: 327296

upgpkg: fribidi 1.0.4-1

Modified:
  fribidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 22:00:08 UTC (rev 327295)
+++ PKGBUILD2018-06-19 22:01:38 UTC (rev 327296)
@@ -3,7 +3,7 @@
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.2
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://github.com/fribidi/fribidi/;
 depends=('glibc')
 makedepends=('git' 'meson')
-_commit=f2c9d50722cb60d0cdec3b1bafba9029770e86b4  # tags/v1.0.2^0
+_commit=902618192f1cdb4430e4f2dfc032d9fb36fccc5b  # tags/v1.0.4^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 md5sums=('SKIP')
 


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:01:42
  Author: jgc
Revision: 327297

archrelease: copy trunk to extra-x86_64

Added:
  fribidi/repos/extra-x86_64/PKGBUILD
(from rev 327296, fribidi/trunk/PKGBUILD)
Deleted:
  fribidi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 22:01:38 UTC (rev 327296)
+++ PKGBUILD2018-06-19 22:01:42 UTC (rev 327297)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Nezmer 
-
-pkgname=fribidi
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-arch=('x86_64')
-license=('LGPL')
-url="https://github.com/fribidi/fribidi/;
-depends=('glibc')
-makedepends=('git' 'meson')
-_commit=f2c9d50722cb60d0cdec3b1bafba9029770e86b4  # tags/v1.0.2^0
-source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D docs=false
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 327296, 
fribidi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 22:01:42 UTC (rev 327297)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Nezmer 
+
+pkgname=fribidi
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
+arch=('x86_64')
+license=('LGPL')
+url="https://github.com/fribidi/fribidi/;
+depends=('glibc')
+makedepends=('git' 'meson')
+_commit=902618192f1cdb4430e4f2dfc032d9fb36fccc5b  # tags/v1.0.4^0
+source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D docs=false
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:03:34
  Author: jgc
Revision: 327298

upgpkg: gc 7.6.6-1

Modified:
  gc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 22:01:42 UTC (rev 327297)
+++ PKGBUILD2018-06-19 22:03:34 UTC (rev 327298)
@@ -3,7 +3,7 @@
 # Contributor: dorphell 
 
 pkgname=gc
-pkgver=7.6.4
+pkgver=7.6.6
 pkgrel=1
 pkgdesc="A garbage collector for C and C++"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('gcc-libs' 'libatomic_ops')
 
source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c')
+sha256sums=('e968edf8f80d83284dd473e00a5e3377addc2df261ffb7e6dc77c9a34a0039dc')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:03:37
  Author: jgc
Revision: 327299

archrelease: copy trunk to extra-x86_64

Added:
  gc/repos/extra-x86_64/PKGBUILD
(from rev 327298, gc/trunk/PKGBUILD)
Deleted:
  gc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 22:03:34 UTC (rev 327298)
+++ PKGBUILD2018-06-19 22:03:37 UTC (rev 327299)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: dorphell 
-
-pkgname=gc
-pkgver=7.6.4
-pkgrel=1
-pkgdesc="A garbage collector for C and C++"
-arch=('x86_64')
-url="http://www.hboehm.info/gc/;
-license=('GPL')
-depends=('gcc-libs' 'libatomic_ops')
-source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-cplusplus --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  sed 's|GC_MALLOC 1L|gc 3|g' doc/gc.man |
-install -Dm644 /dev/stdin "${pkgdir}/usr/share/man/man3/gc.3"
-}

Copied: gc/repos/extra-x86_64/PKGBUILD (from rev 327298, gc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 22:03:37 UTC (rev 327299)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: dorphell 
+
+pkgname=gc
+pkgver=7.6.6
+pkgrel=1
+pkgdesc="A garbage collector for C and C++"
+arch=('x86_64')
+url="http://www.hboehm.info/gc/;
+license=('GPL')
+depends=('gcc-libs' 'libatomic_ops')
+source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e968edf8f80d83284dd473e00a5e3377addc2df261ffb7e6dc77c9a34a0039dc')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-cplusplus --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  sed 's|GC_MALLOC 1L|gc 3|g' doc/gc.man |
+install -Dm644 /dev/stdin "${pkgdir}/usr/share/man/man3/gc.3"
+}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:08:16
  Author: jgc
Revision: 327301

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/PKGBUILD
(from rev 327300, goffice/trunk/PKGBUILD)
Deleted:
  goffice/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 22:08:13 UTC (rev 327300)
+++ PKGBUILD2018-06-19 22:08:16 UTC (rev 327301)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.40
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice;
-arch=(x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=47d1d1aef287cff62bdd7daa427880f44388edde  # tags/GOFFICE_0_10_40^0
-source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 327300, 
goffice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 22:08:16 UTC (rev 327301)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.41
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=647449a77ac7e33912fd4f9abb3ea0f5e3b9f35a  # tags/GOFFICE_0_10_41^0
+source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:08:13
  Author: jgc
Revision: 327300

upgpkg: goffice 0.10.41-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 22:03:37 UTC (rev 327299)
+++ PKGBUILD2018-06-19 22:08:13 UTC (rev 327300)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.40
+pkgver=0.10.41
 pkgrel=1
 pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
 url="https://git.gnome.org/browse/goffice;
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
 makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=47d1d1aef287cff62bdd7daa427880f44388edde  # tags/GOFFICE_0_10_40^0
+_commit=647449a77ac7e33912fd4f9abb3ea0f5e3b9f35a  # tags/GOFFICE_0_10_41^0
 source=("git+https://git.gnome.org/browse/goffice#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:13:14
  Author: jgc
Revision: 327302

upgpkg: link-grammar 5.5.0-1

Modified:
  link-grammar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 22:08:16 UTC (rev 327301)
+++ PKGBUILD2018-06-19 22:13:14 UTC (rev 327302)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=link-grammar
-pkgver=5.4.4
+pkgver=5.5.0
 pkgrel=1
 pkgdesc="A Grammar Checking library"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!makeflags')
 
source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C')
-sha256sums=('c1533379dba0d81e3a924445216aa98a5bf3be9974586a68b00071b654fa69b9'
+sha256sums=('214be0ca19bcb777873c410a47da6c5b340464f6c19f8c787357460c25403e82'
 'SKIP')
 
 build() {
@@ -21,6 +21,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:13:17
  Author: jgc
Revision: 327303

archrelease: copy trunk to extra-x86_64

Added:
  link-grammar/repos/extra-x86_64/PKGBUILD
(from rev 327302, link-grammar/trunk/PKGBUILD)
Deleted:
  link-grammar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 22:13:14 UTC (rev 327302)
+++ PKGBUILD2018-06-19 22:13:17 UTC (rev 327303)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jan de Groot 
-
-pkgname=link-grammar
-pkgver=5.4.4
-pkgrel=1
-pkgdesc="A Grammar Checking library"
-arch=('x86_64')
-url="https://www.abisource.com/projects/link-grammar/;
-license=('LGPL')
-depends=('hunspell' 'sqlite' 'libedit')
-makedepends=('python' 'python2' 'swig' 'apache-ant')
-options=('!makeflags')
-source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C')
-sha256sums=('c1533379dba0d81e3a924445216aa98a5bf3be9974586a68b00071b654fa69b9'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: link-grammar/repos/extra-x86_64/PKGBUILD (from rev 327302, 
link-grammar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 22:13:17 UTC (rev 327303)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jan de Groot 
+
+pkgname=link-grammar
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="A Grammar Checking library"
+arch=('x86_64')
+url="https://www.abisource.com/projects/link-grammar/;
+license=('LGPL')
+depends=('hunspell' 'sqlite' 'libedit')
+makedepends=('python' 'python2' 'swig' 'apache-ant')
+options=('!makeflags')
+source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C')
+sha256sums=('214be0ca19bcb777873c410a47da6c5b340464f6c19f8c787357460c25403e82'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:16:04
  Author: jgc
Revision: 327305

archrelease: copy trunk to extra-x86_64

Added:
  liblouis/repos/extra-x86_64/PKGBUILD
(from rev 327304, liblouis/trunk/PKGBUILD)
Deleted:
  liblouis/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 22:16:00 UTC (rev 327304)
+++ PKGBUILD2018-06-19 22:16:04 UTC (rev 327305)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Ionut Biru 
-
-pkgname=liblouis
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="Open-source braille translator and back-translator"
-arch=(x86_64)
-url="http://liblouis.org/;
-license=('GPL3')
-depends=(glibc)
-makedepends=(help2man python2 python)
-source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz)
-sha256sums=('cf9b9650f750ef19768773b3d882780d42a8674719d887255f00ad735a4ffa2a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-ucs4
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd python
-  LD_PRELOAD+=":$srcdir/$pkgname-$pkgver/liblouis/.libs/liblouis.so"
-  python2 setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
-  python setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
-}
-# vim:set ts=2 sw=2 et:

Copied: liblouis/repos/extra-x86_64/PKGBUILD (from rev 327304, 
liblouis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 22:16:04 UTC (rev 327305)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Ionut Biru 
+
+pkgname=liblouis
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Open-source braille translator and back-translator"
+arch=(x86_64)
+url="http://liblouis.org/;
+license=('GPL3')
+depends=(glibc)
+makedepends=(help2man python2 python)
+source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz)
+sha256sums=('003f5bf9d0fa827513d6f97a81a174ecba7afc0be94e880da259be88c133848c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-ucs4
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd python
+  LD_PRELOAD+=":$srcdir/$pkgname-$pkgver/liblouis/.libs/liblouis.so"
+  python2 setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
+  python setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
+}
+# vim:set ts=2 sw=2 et:


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:16:00
  Author: jgc
Revision: 327304

upgpkg: liblouis 3.6.0-1

Modified:
  liblouis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 22:13:17 UTC (rev 327303)
+++ PKGBUILD2018-06-19 22:16:00 UTC (rev 327304)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=liblouis
-pkgver=3.5.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Open-source braille translator and back-translator"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(glibc)
 makedepends=(help2man python2 python)
 
source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz)
-sha256sums=('cf9b9650f750ef19768773b3d882780d42a8674719d887255f00ad735a4ffa2a')
+sha256sums=('003f5bf9d0fa827513d6f97a81a174ecba7afc0be94e880da259be88c133848c')
 
 build() {
   cd $pkgname-$pkgver


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:18:01
  Author: jgc
Revision: 327306

upgpkg: libdca 0.0.6-1

Modified:
  libdca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 22:16:04 UTC (rev 327305)
+++ PKGBUILD2018-06-19 22:18:01 UTC (rev 327306)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libdca
-pkgver=0.0.5
-pkgrel=5
+pkgver=0.0.6
+pkgrel=1
 pkgdesc="Free library for decoding DTS Coherent Acoustics streams"
 arch=('x86_64')
 license=('GPL')
@@ -12,10 +12,8 @@
 provides=('libdts')
 replaces=('libdts')
 options=('!emptydirs')
-validpgpkeys=('8700D9088473D895D18CE0C4902817E4AA5F4DE6') # VideoLAN Release 
Signing Key (2007) (expired)
-source=(https://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642'
-'SKIP')
+source=(https://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('d264128019e7fd295a35691636311f81960c17802dbbc67764c4e00b2fdf12ebc69b057a4947b57551a130e5cfd1fef3fe3558c7067216ea04a0b6bbb881b4f1')
 
 build() {
   cd $pkgname-$pkgver


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:18:04
  Author: jgc
Revision: 327307

archrelease: copy trunk to extra-x86_64

Added:
  libdca/repos/extra-x86_64/PKGBUILD
(from rev 327306, libdca/trunk/PKGBUILD)
Deleted:
  libdca/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-19 22:18:01 UTC (rev 327306)
+++ PKGBUILD2018-06-19 22:18:04 UTC (rev 327307)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libdca
-pkgver=0.0.5
-pkgrel=5
-pkgdesc="Free library for decoding DTS Coherent Acoustics streams"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://www.videolan.org/developers/libdca.html;
-depends=('sh')
-provides=('libdts')
-replaces=('libdts')
-options=('!emptydirs')
-validpgpkeys=('8700D9088473D895D18CE0C4902817E4AA5F4DE6') # VideoLAN Release 
Signing Key (2007) (expired)
-source=(https://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/man/man1"/{extract_dts,dtsdec}.1
-  ln -s dcadec.1.gz "${pkgdir}/usr/share/man/man1/dtsdec.1.gz"
-  ln -s extract_dca.1.gz "${pkgdir}/usr/share/man/man1/extract_dts.1.gz"
-  rm -f "${pkgdir}/usr/lib/libdts.a"
-}

Copied: libdca/repos/extra-x86_64/PKGBUILD (from rev 327306, 
libdca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-19 22:18:04 UTC (rev 327307)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libdca
+pkgver=0.0.6
+pkgrel=1
+pkgdesc="Free library for decoding DTS Coherent Acoustics streams"
+arch=('x86_64')
+license=('GPL')
+url="https://www.videolan.org/developers/libdca.html;
+depends=('sh')
+provides=('libdts')
+replaces=('libdts')
+options=('!emptydirs')
+source=(https://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('d264128019e7fd295a35691636311f81960c17802dbbc67764c4e00b2fdf12ebc69b057a4947b57551a130e5cfd1fef3fe3558c7067216ea04a0b6bbb881b4f1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/man/man1"/{extract_dts,dtsdec}.1
+  ln -s dcadec.1.gz "${pkgdir}/usr/share/man/man1/dtsdec.1.gz"
+  ln -s extract_dca.1.gz "${pkgdir}/usr/share/man/man1/extract_dts.1.gz"
+  rm -f "${pkgdir}/usr/lib/libdts.a"
+}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:20:11
  Author: jgc
Revision: 327309

archrelease: copy trunk to testing-x86_64

Added:
  libnghttp2/repos/testing-x86_64/
  libnghttp2/repos/testing-x86_64/PKGBUILD
(from rev 327308, libnghttp2/trunk/PKGBUILD)

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

Copied: libnghttp2/repos/testing-x86_64/PKGBUILD (from rev 327308, 
libnghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-19 22:20:11 UTC (rev 327309)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 289632 2017-02-27 17:36:38Z anatolik $
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=libnghttp2
+pkgver=1.32.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(glibc)
+conflicts=('nghttp2<1.20.0-2')
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+sha256sums=('700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings \
+--enable-lib-only
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver/lib
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir/usr/share/licenses/libnghttp2/COPYING"
+}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:21:46
  Author: jgc
Revision: 327311

archrelease: copy trunk to testing-x86_64

Added:
  nghttp2/repos/testing-x86_64/
  nghttp2/repos/testing-x86_64/PKGBUILD
(from rev 327310, nghttp2/trunk/PKGBUILD)

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

Copied: nghttp2/repos/testing-x86_64/PKGBUILD (from rev 327310, 
nghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-19 22:21:46 UTC (rev 327311)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.32.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc c-ares libnghttp2 
libsystemd)
+options=(!emptydirs)
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  make -C lib DESTDIR="$pkgdir" uninstall
+
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:20:08
  Author: jgc
Revision: 327308

upgpkg: libnghttp2 1.32.0-1

Modified:
  libnghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 22:18:04 UTC (rev 327307)
+++ PKGBUILD2018-06-19 22:20:08 UTC (rev 327308)
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=libnghttp2
-pkgver=1.31.1
+pkgver=1.32.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(glibc)
 conflicts=('nghttp2<1.20.0-2')
 
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha256sums=('65b9c83ae95a7760a14410aeefa9d441c34453027bc938df7a2272520f32e103')
+sha256sums=('700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d')
 
 build() {
   cd nghttp2-$pkgver


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

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:21:43
  Author: jgc
Revision: 327310

upgpkg: nghttp2 1.32.0-1

Modified:
  nghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 22:20:11 UTC (rev 327309)
+++ PKGBUILD2018-06-19 22:21:43 UTC (rev 327310)
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=nghttp2
-pkgver=1.31.1
+pkgver=1.32.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -16,7 +16,7 @@
   etc/nghttpx/nghttpx.conf
   etc/logrotate.d/nghttpx
 )
-sha256sums=('65b9c83ae95a7760a14410aeefa9d441c34453027bc938df7a2272520f32e103')
+sha256sums=('700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d')
 
 build() {
   cd nghttp2-$pkgver


[arch-commits] Commit in dbus-sharp/repos/extra-any (PKGBUILD PKGBUILD)

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 08:53:55
  Author: jgc
Revision: 325429

archrelease: copy trunk to extra-any

Added:
  dbus-sharp/repos/extra-any/PKGBUILD
(from rev 325428, dbus-sharp/trunk/PKGBUILD)
Deleted:
  dbus-sharp/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-31 08:53:51 UTC (rev 325428)
+++ PKGBUILD2018-05-31 08:53:55 UTC (rev 325429)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Alessio Biancalana 
-
-pkgname=dbus-sharp
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="C# implementation of D-Bus"
-arch=('any')
-url="http://github.com/mono/dbus-sharp/;
-license=('custom')
-depends=('mono')
-options=(!makeflags)
-source=(https://github.com/mono/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('bb94ab3d9703342a2e936e52c87c783a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export MONO_SHARED_DIR="$srcdir/.wabi"
-  mkdir -p "$MONO_SHARED_DIR"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: dbus-sharp/repos/extra-any/PKGBUILD (from rev 325428, 
dbus-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-31 08:53:55 UTC (rev 325429)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Alessio Biancalana 
+
+pkgname=dbus-sharp
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="C# implementation of D-Bus"
+arch=('any')
+url="https://github.com/mono/dbus-sharp/;
+license=('custom')
+depends=('mono')
+options=(!makeflags)
+source=(https://github.com/mono/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/Microsoft/msbuild/releases/download/mono-hosted-msbuild-v0.03/mono_msbuild_d25dd923839404bd64cc63f420e75acf96fc75c4.zip)
+sha256sums=('0866c001f2d6e01a6f1b4d080db08d25ba1422e34c7d03020e0e70f3de3a9859'
+'9e992cb8e5526024eeae1cd9dea7f32c0158c2c8d94c9a7a310a146f14eef417')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -e 's/gmcs/mcs/g' -i configure
+}
+
+build() {
+  local msbuild="$srcdir/msbuild/MSBuild.exe"
+
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+  mono $msbuild src/dbus-sharp.csproj /p:WarningLevel=0;Configuration=Release
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 08:53:51
  Author: jgc
Revision: 325428

upgpkg: dbus-sharp 0.8.1-2

Rebuild, use msbuild to fix https://github.com/mono/dbus-sharp/issues/64

Modified:
  dbus-sharp/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 08:22:55 UTC (rev 325427)
+++ PKGBUILD2018-05-31 08:53:51 UTC (rev 325428)
@@ -4,24 +4,30 @@
 
 pkgname=dbus-sharp
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="C# implementation of D-Bus"
 arch=('any')
-url="http://github.com/mono/dbus-sharp/;
+url="https://github.com/mono/dbus-sharp/;
 license=('custom')
 depends=('mono')
 options=(!makeflags)
-source=(https://github.com/mono/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('bb94ab3d9703342a2e936e52c87c783a')
+source=(https://github.com/mono/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/Microsoft/msbuild/releases/download/mono-hosted-msbuild-v0.03/mono_msbuild_d25dd923839404bd64cc63f420e75acf96fc75c4.zip)
+sha256sums=('0866c001f2d6e01a6f1b4d080db08d25ba1422e34c7d03020e0e70f3de3a9859'
+'9e992cb8e5526024eeae1cd9dea7f32c0158c2c8d94c9a7a310a146f14eef417')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
+  sed -e 's/gmcs/mcs/g' -i configure
+}
 
-  export MONO_SHARED_DIR="$srcdir/.wabi"
-  mkdir -p "$MONO_SHARED_DIR"
+build() {
+  local msbuild="$srcdir/msbuild/MSBuild.exe"
 
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
+  mono $msbuild src/dbus-sharp.csproj /p:WarningLevel=0;Configuration=Release
 }
 
 package(){


[arch-commits] Commit in dbus-sharp-glib/trunk (PKGBUILD)

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 09:00:12
  Author: jgc
Revision: 325430

upgpkg: dbus-sharp-glib 0.6.0-2

Rebuild

Modified:
  dbus-sharp-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 08:53:55 UTC (rev 325429)
+++ PKGBUILD2018-05-31 09:00:12 UTC (rev 325430)
@@ -4,23 +4,25 @@
 
 pkgname=dbus-sharp-glib
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="C# GLib implementation of D-Bus"
 arch=('any')
-url="http://github.com/mono/dbus-sharp-glib/;
+url="https://github.com/mono/dbus-sharp-glib/;
 license=('custom')
 depends=('dbus-sharp>=0.8')
 makedepends=('pkgconfig')
 options=(!makeflags)
 
source=(https://github.com/mono/$pkgname/releases/download/v${pkgver:0:3}/$pkgname-$pkgver.tar.gz)
-md5sums=('398475a4ed7793eb587c4f0eb913bb7f')
+sha256sums=('d5b44d3ffa419730df0a6a6fff1e6912c80bc364e4176444e48264853989ce3b')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -e 's/gmcs/mcs/g' -i configure
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  export MONO_SHARED_DIR="${srcdir}/.wabi"
-  mkdir -p "${MONO_SHARED_DIR}"
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }


[arch-commits] Commit in dbus-sharp-glib/repos/extra-any (PKGBUILD PKGBUILD)

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 09:00:17
  Author: jgc
Revision: 325431

archrelease: copy trunk to extra-any

Added:
  dbus-sharp-glib/repos/extra-any/PKGBUILD
(from rev 325430, dbus-sharp-glib/trunk/PKGBUILD)
Deleted:
  dbus-sharp-glib/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-31 09:00:12 UTC (rev 325430)
+++ PKGBUILD2018-05-31 09:00:17 UTC (rev 325431)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Alessio Biancalana 
-
-pkgname=dbus-sharp-glib
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="C# GLib implementation of D-Bus"
-arch=('any')
-url="http://github.com/mono/dbus-sharp-glib/;
-license=('custom')
-depends=('dbus-sharp>=0.8')
-makedepends=('pkgconfig')
-options=(!makeflags)
-source=(https://github.com/mono/$pkgname/releases/download/v${pkgver:0:3}/$pkgname-$pkgver.tar.gz)
-md5sums=('398475a4ed7793eb587c4f0eb913bb7f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export MONO_SHARED_DIR="${srcdir}/.wabi"
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: dbus-sharp-glib/repos/extra-any/PKGBUILD (from rev 325430, 
dbus-sharp-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-31 09:00:17 UTC (rev 325431)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Alessio Biancalana 
+
+pkgname=dbus-sharp-glib
+pkgver=0.6.0
+pkgrel=2
+pkgdesc="C# GLib implementation of D-Bus"
+arch=('any')
+url="https://github.com/mono/dbus-sharp-glib/;
+license=('custom')
+depends=('dbus-sharp>=0.8')
+makedepends=('pkgconfig')
+options=(!makeflags)
+source=(https://github.com/mono/$pkgname/releases/download/v${pkgver:0:3}/$pkgname-$pkgver.tar.gz)
+sha256sums=('d5b44d3ffa419730df0a6a6fff1e6912c80bc364e4176444e48264853989ce3b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -e 's/gmcs/mcs/g' -i configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


[arch-commits] Commit in (gnome-mime-data)

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 11:32:28
  Author: jgc
Revision: 325436

Remove from repo

Deleted:
  gnome-mime-data/


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

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 11:34:35
  Author: jgc
Revision: 325437

upgpkg: gob2 2.0.20-2

Rebuild

Modified:
  gob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 11:32:28 UTC (rev 325436)
+++ PKGBUILD2018-05-31 11:34:35 UTC (rev 325437)
@@ -4,14 +4,14 @@
 
 pkgname=gob2
 pkgver=2.0.20
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects"
 arch=(x86_64)
 license=('GPL')
 depends=('glib2')
-url="http://www.5z.com/jirka/gob.html;
+url="http://www.jirka.org/gob.html;
 source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('b830859993bfa82bc8773207b9a4a698')
+sha256sums=('f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026')
 
 build() {
   cd $pkgname-$pkgver


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

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 11:34:39
  Author: jgc
Revision: 325438

archrelease: copy trunk to extra-x86_64

Added:
  gob2/repos/extra-x86_64/PKGBUILD
(from rev 325437, gob2/trunk/PKGBUILD)
Deleted:
  gob2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-31 11:34:35 UTC (rev 325437)
+++ PKGBUILD2018-05-31 11:34:39 UTC (rev 325438)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Sarah Hay 
-# Maintainer: Kevin Piche 
-
-pkgname=gob2
-pkgver=2.0.20
-pkgrel=1
-pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('glib2')
-url="http://www.5z.com/jirka/gob.html;
-source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('b830859993bfa82bc8773207b9a4a698')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gob2/repos/extra-x86_64/PKGBUILD (from rev 325437, gob2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-31 11:34:39 UTC (rev 325438)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Sarah Hay 
+# Maintainer: Kevin Piche 
+
+pkgname=gob2
+pkgver=2.0.20
+pkgrel=2
+pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects"
+arch=(x86_64)
+license=('GPL')
+depends=('glib2')
+url="http://www.jirka.org/gob.html;
+source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gdome2/repos/extra-x86_64 (5 files)

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 09:31:11
  Author: jgc
Revision: 325434

archrelease: copy trunk to extra-x86_64

Added:
  gdome2/repos/extra-x86_64/03no_glib_1.patch
(from rev 325433, gdome2/trunk/03no_glib_1.patch)
  gdome2/repos/extra-x86_64/PKGBUILD
(from rev 325433, gdome2/trunk/PKGBUILD)
  gdome2/repos/extra-x86_64/gdome2-0.8.1-libxml2.patch
(from rev 325433, gdome2/trunk/gdome2-0.8.1-libxml2.patch)
Deleted:
  gdome2/repos/extra-x86_64/PKGBUILD
  gdome2/repos/extra-x86_64/gdome2-0.8.1-libxml2.patch

+
 03no_glib_1.patch  |   34 
 PKGBUILD   |   73 +++
 gdome2-0.8.1-libxml2.patch |   36 ++---
 3 files changed, 92 insertions(+), 51 deletions(-)

Copied: gdome2/repos/extra-x86_64/03no_glib_1.patch (from rev 325433, 
gdome2/trunk/03no_glib_1.patch)
===
--- 03no_glib_1.patch   (rev 0)
+++ 03no_glib_1.patch   2018-05-31 09:31:11 UTC (rev 325434)
@@ -0,0 +1,34 @@
+From: 
+Subject: Comment out the paragraph for glib-1
+ It is no longer needed and AM_PATH_GLIB is not available unless we
+ also depend on the old glib.
+
+--- gdome2-0.8.1+debian.orig/configure.in
 gdome2-0.8.1+debian/configure.in
+@@ -63,18 +63,18 @@
+   GLIB_1=yes
+ )
+ 
+-if test "x$GLIB_1" = "xyes"
+-then
+-  PKG_CHECK_MODULES(GLIB, glib)
+-  GLIB_REQUIRED="glib"
+-  GLIB_MIN_VERSION=1.2.10
+-AM_PATH_GLIB($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB (see 
config.log for details).))
+-else
++#if test "x$GLIB_1" = "xyes"
++#then
++# PKG_CHECK_MODULES(GLIB, glib)
++# GLIB_REQUIRED="glib"
++# GLIB_MIN_VERSION=1.2.10
++#AM_PATH_GLIB($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB 
(see config.log for details).))
++#else
+   PKG_CHECK_MODULES(GLIB, glib-2.0)
+   GLIB_REQUIRED="glib-2.0"
+   GLIB_MIN_VERSION=2.2.0
+ AM_PATH_GLIB_2_0($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB 
(see config.log for details).))
+-fi
++#fi
+ AC_SUBST(GLIB_MIN_VERSION)
+ AC_SUBST(GLIB_LIBS)
+ AC_SUBST(GLIB_REQUIRED)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-31 09:31:07 UTC (rev 325433)
+++ PKGBUILD2018-05-31 09:31:11 UTC (rev 325434)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot 
-
-pkgname=gdome2
-pkgver=0.8.1
-pkgrel=5
-pkgdesc="Gnome DOM Engine"
-arch=('i686' 'x86_64')
-url="http://gdome2.cs.unibo.it/;
-license=('LGPL')
-depends=('libxml2' 'glib2')
-source=("http://gdome2.cs.unibo.it/tarball/${pkgname}-${pkgver}.tar.gz;
-gdome2-0.8.1-libxml2.patch)
-md5sums=('bfc114e59eec50cbda8e4ece751ff022'
- 'bde155107f30bf65d441adf70efc3c00')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i "${srcdir}/gdome2-0.8.1-libxml2.patch"
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gdome2/repos/extra-x86_64/PKGBUILD (from rev 325433, 
gdome2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-31 09:31:11 UTC (rev 325434)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gdome2
+pkgver=0.8.1
+pkgrel=6
+pkgdesc="Gnome DOM Engine"
+arch=('x86_64')
+url="http://gdome2.cs.unibo.it/;
+license=('LGPL')
+depends=('libxml2' 'glib2')
+source=("http://gdome2.cs.unibo.it/tarball/${pkgname}-${pkgver}.tar.gz;
+gdome2-0.8.1-libxml2.patch
+03no_glib_1.patch)
+sha256sums=('f4bb80a2ef8e5fd9397ab8aa36d059d0b32e98c4bcf185c7952a7e3874d1d543'
+'9c7c1bf3ad05bc25b0a4b65971b37206cf02ee40e87cbd3df382a15f2d9913b1'
+'de99def0e868ac25733cf340349b00e772514de4bcff4834aec610481124ea38')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}/gdome2-0.8.1-libxml2.patch"
+  patch -p1 -i "${srcdir}/03no_glib_1.patch"
+  libtoolize -c -f
+  autoreconf -fi
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gdome2-0.8.1-libxml2.patch
===
--- gdome2-0.8.1-libxml2.patch  2018-05-31 09:31:07 UTC (rev 325433)
+++ gdome2-0.8.1-libxml2.patch  2018-05-31 09:31:11 UTC (rev 325434)
@@ -1,18 +0,0 @@
-Patch by Harris Landgarten.
-
-The patch was submitted on bug 448236, following the announcement on
-https://mail.gnome.org/archives/xml/2012-August/msg5.html
 libgdome/gdomecore/gdome-xml-documentt.c.orig  2003-07-13 
06:47:54.0 -0400
-+++ libgdome/gdomecore/gdome-xml-documentt.c   2012-12-23 

[arch-commits] Commit in gdome2/trunk (03no_glib_1.patch PKGBUILD)

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 09:31:07
  Author: jgc
Revision: 325433

upgpkg: gdome2 0.8.1-6

Rebuild, use patch from Debian to avoid glib dependency for autoreconf

Added:
  gdome2/trunk/03no_glib_1.patch
Modified:
  gdome2/trunk/PKGBUILD

---+
 03no_glib_1.patch |   34 ++
 PKGBUILD  |   19 +--
 2 files changed, 47 insertions(+), 6 deletions(-)

Added: 03no_glib_1.patch
===
--- 03no_glib_1.patch   (rev 0)
+++ 03no_glib_1.patch   2018-05-31 09:31:07 UTC (rev 325433)
@@ -0,0 +1,34 @@
+From: 
+Subject: Comment out the paragraph for glib-1
+ It is no longer needed and AM_PATH_GLIB is not available unless we
+ also depend on the old glib.
+
+--- gdome2-0.8.1+debian.orig/configure.in
 gdome2-0.8.1+debian/configure.in
+@@ -63,18 +63,18 @@
+   GLIB_1=yes
+ )
+ 
+-if test "x$GLIB_1" = "xyes"
+-then
+-  PKG_CHECK_MODULES(GLIB, glib)
+-  GLIB_REQUIRED="glib"
+-  GLIB_MIN_VERSION=1.2.10
+-AM_PATH_GLIB($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB (see 
config.log for details).))
+-else
++#if test "x$GLIB_1" = "xyes"
++#then
++# PKG_CHECK_MODULES(GLIB, glib)
++# GLIB_REQUIRED="glib"
++# GLIB_MIN_VERSION=1.2.10
++#AM_PATH_GLIB($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB 
(see config.log for details).))
++#else
+   PKG_CHECK_MODULES(GLIB, glib-2.0)
+   GLIB_REQUIRED="glib-2.0"
+   GLIB_MIN_VERSION=2.2.0
+ AM_PATH_GLIB_2_0($GLIB_MIN_VERSION,,AC_MSG_ERROR(Could not find GLIB 
(see config.log for details).))
+-fi
++#fi
+ AC_SUBST(GLIB_MIN_VERSION)
+ AC_SUBST(GLIB_LIBS)
+ AC_SUBST(GLIB_REQUIRED)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 09:15:08 UTC (rev 325432)
+++ PKGBUILD2018-05-31 09:31:07 UTC (rev 325433)
@@ -1,10 +1,9 @@
 # $Id$
-# Maintainer:
-# Contributor: Jan de Groot 
+# Maintainer: Jan de Groot 
 
 pkgname=gdome2
 pkgver=0.8.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Gnome DOM Engine"
 arch=('x86_64')
 url="http://gdome2.cs.unibo.it/;
@@ -11,13 +10,18 @@
 license=('LGPL')
 depends=('libxml2' 'glib2')
 source=("http://gdome2.cs.unibo.it/tarball/${pkgname}-${pkgver}.tar.gz;
-gdome2-0.8.1-libxml2.patch)
-md5sums=('bfc114e59eec50cbda8e4ece751ff022'
- 'bde155107f30bf65d441adf70efc3c00')
+gdome2-0.8.1-libxml2.patch
+03no_glib_1.patch)
+sha256sums=('f4bb80a2ef8e5fd9397ab8aa36d059d0b32e98c4bcf185c7952a7e3874d1d543'
+'9c7c1bf3ad05bc25b0a4b65971b37206cf02ee40e87cbd3df382a15f2d9913b1'
+'de99def0e868ac25733cf340349b00e772514de4bcff4834aec610481124ea38')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p0 -i "${srcdir}/gdome2-0.8.1-libxml2.patch"
+  patch -p1 -i "${srcdir}/03no_glib_1.patch"
+  libtoolize -c -f
+  autoreconf -fi
 }
 
 
@@ -24,6 +28,9 @@
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


[arch-commits] Commit in (libfs)

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:34:16
  Author: jgc
Revision: 325718

Remove from repos

Deleted:
  libfs/


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:41:16
  Author: jgc
Revision: 325724

archrelease: copy trunk to extra-x86_64

Added:
  libgnome-keyring/repos/extra-x86_64/PKGBUILD
(from rev 325723, libgnome-keyring/trunk/PKGBUILD)
Deleted:
  libgnome-keyring/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:41:13 UTC (rev 325723)
+++ PKGBUILD2018-06-03 21:41:16 UTC (rev 325724)
@@ -1,29 +0,0 @@
-#$Id$
-#Maintainer: Jan De Groot 
-
-pkgname=libgnome-keyring
-pkgver=3.12.0
-pkgrel=2
-pkgdesc="GNOME keyring client library"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
-options=('!emptydirs')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgnome-keyring/repos/extra-x86_64/PKGBUILD (from rev 325723, 
libgnome-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:41:16 UTC (rev 325724)
@@ -0,0 +1,32 @@
+#$Id$
+#Maintainer: Jan De Groot 
+
+pkgname=libgnome-keyring
+pkgver=3.12.0
+pkgrel=3
+pkgdesc="GNOME keyring client library"
+arch=(x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
+options=('!emptydirs')
+url="https://www.gnome.org;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:41:13
  Author: jgc
Revision: 325723

upgpkg: libgnome-keyring 3.12.0-3

Modified:
  libgnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:39:06 UTC (rev 325722)
+++ PKGBUILD2018-06-03 21:41:13 UTC (rev 325723)
@@ -3,7 +3,7 @@
 
 pkgname=libgnome-keyring
 pkgver=3.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME keyring client library"
 arch=(x86_64)
 license=('GPL' 'LGPL')
@@ -11,7 +11,7 @@
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
 optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
 options=('!emptydirs')
-url="http://www.gnome.org;
+url="https://www.gnome.org;
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783')
 
@@ -20,6 +20,9 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gnome-keyring
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:19:53
  Author: jgc
Revision: 325707

archrelease: copy trunk to extra-x86_64

Added:
  gtksourceview2/repos/extra-x86_64/PKGBUILD
(from rev 325706, gtksourceview2/trunk/PKGBUILD)
Deleted:
  gtksourceview2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:19:49 UTC (rev 325706)
+++ PKGBUILD2018-06-03 21:19:53 UTC (rev 325707)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gtksourceview2
-pkgver=2.10.5
-pkgrel=3
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2>=2.22.0' 'libxml2>=2.7.7')
-makedepends=('intltool' 'pkg-config')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/gtksourceview-${pkgver}.tar.bz2)
-sha256sums=('c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e')
-
-build() {
-  cd "${srcdir}/gtksourceview-${pkgver}"
-  sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/gtksourceview-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gtksourceview2/repos/extra-x86_64/PKGBUILD (from rev 325706, 
gtksourceview2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:19:53 UTC (rev 325707)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gtksourceview2
+pkgver=2.10.5
+pkgrel=4
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('x86_64')
+license=('GPL')
+depends=('gtk2' 'libxml2')
+makedepends=('intltool' 'pkg-config' 'python')
+url="http://www.gnome.org;
+source=(https://download.gnome.org/sources/gtksourceview/2.10/gtksourceview-${pkgver}.tar.bz2)
+sha256sums=('c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e')
+
+prepare() {
+  cd "${srcdir}/gtksourceview-${pkgver}"
+  sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
+}
+ 
+build() {
+  cd "${srcdir}/gtksourceview-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "${srcdir}/gtksourceview-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:19:49
  Author: jgc
Revision: 325706

upgpkg: gtksourceview2 2.10.5-4

Make it build

Modified:
  gtksourceview2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 20:30:35 UTC (rev 325705)
+++ PKGBUILD2018-06-03 21:19:49 UTC (rev 325706)
@@ -3,21 +3,28 @@
 
 pkgname=gtksourceview2
 pkgver=2.10.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=('x86_64')
 license=('GPL')
-depends=('gtk2>=2.22.0' 'libxml2>=2.7.7')
-makedepends=('intltool' 'pkg-config')
+depends=('gtk2' 'libxml2')
+makedepends=('intltool' 'pkg-config' 'python')
 url="http://www.gnome.org;
 
source=(https://download.gnome.org/sources/gtksourceview/2.10/gtksourceview-${pkgver}.tar.bz2)
 sha256sums=('c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e')
 
+prepare() {
+  cd "${srcdir}/gtksourceview-${pkgver}"
+  sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
+}
+ 
 build() {
   cd "${srcdir}/gtksourceview-${pkgver}"
-  sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:30:06
  Author: jgc
Revision: 325713

upgpkg: libepc 0.4.6-1

Modified:
  libepc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:27:02 UTC (rev 325712)
+++ PKGBUILD2018-06-03 21:30:06 UTC (rev 325713)
@@ -2,21 +2,24 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libepc
-pkgver=0.4.5
-pkgrel=2
+pkgver=0.4.6
+pkgrel=1
 pkgdesc="Easy Publish and Consume Library"
 arch=(x86_64)
 license=('LGPL')
 url="https://wiki.gnome.org/Projects/libepc;
 depends=('gtk3' 'avahi' 'libsoup')
-makedepends=('intltool')
+makedepends=('intltool' 'python')
 
source=(https://download.gnome.org/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b')
+sha256sums=('215990847a8526c85774cb74fbcaea4c46866df58281b21dce5a62aac5da7ae8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:30:09
  Author: jgc
Revision: 325714

archrelease: copy trunk to extra-x86_64

Added:
  libepc/repos/extra-x86_64/PKGBUILD
(from rev 325713, libepc/trunk/PKGBUILD)
Deleted:
  libepc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:30:06 UTC (rev 325713)
+++ PKGBUILD2018-06-03 21:30:09 UTC (rev 325714)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libepc
-pkgver=0.4.4
-pkgrel=3
-pkgdesc="Easy Publish and Consume Library"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://live.gnome.org/libepc;
-depends=('gtk3' 'avahi' 'libsoup')
-makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libepc/repos/extra-x86_64/PKGBUILD (from rev 325713, 
libepc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:30:09 UTC (rev 325714)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libepc
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="Easy Publish and Consume Library"
+arch=(x86_64)
+license=('LGPL')
+url="https://wiki.gnome.org/Projects/libepc;
+depends=('gtk3' 'avahi' 'libsoup')
+makedepends=('intltool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('215990847a8526c85774cb74fbcaea4c46866df58281b21dce5a62aac5da7ae8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:51:12
  Author: jgc
Revision: 325730

archrelease: copy trunk to extra-x86_64

Added:
  libmusicbrainz5/repos/extra-x86_64/PKGBUILD
(from rev 325729, libmusicbrainz5/trunk/PKGBUILD)
Deleted:
  libmusicbrainz5/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:51:05 UTC (rev 325729)
+++ PKGBUILD2018-06-03 21:51:12 UTC (rev 325730)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libmusicbrainz5
-pkgver=5.1.0
-pkgrel=2
-pkgdesc="Library That Provides Access to the MusicBrainz Server"
-arch=('i686' 'x86_64')
-url='http://musicbrainz.org/doc/libmusicbrainz'
-license=('LGPL2.1')
-depends=('neon' 'libxml2')
-makedepends=('cmake')
-source=("https://github.com/metabrainz/libmusicbrainz/releases/download/release-${pkgver}/libmusicbrainz-$pkgver.tar.gz;)
-md5sums=('4cc5556aa40ff7ab8f8cb83965535bc3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libmusicbrainz-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libmusicbrainz5/repos/extra-x86_64/PKGBUILD (from rev 325729, 
libmusicbrainz5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:51:12 UTC (rev 325730)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libmusicbrainz5
+pkgver=5.1.0
+pkgrel=3
+pkgdesc="Library That Provides Access to the MusicBrainz Server"
+arch=('x86_64')
+url='https://musicbrainz.org/doc/libmusicbrainz'
+license=('LGPL2.1')
+depends=('neon' 'libxml2')
+makedepends=('cmake')
+source=("https://github.com/metabrainz/libmusicbrainz/releases/download/release-${pkgver}/libmusicbrainz-$pkgver.tar.gz;)
+sha256sums=('6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libmusicbrainz-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:53:32
  Author: jgc
Revision: 325731

upgpkg: libsm 1.2.2-3

Modified:
  libsm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:51:12 UTC (rev 325730)
+++ PKGBUILD2018-06-03 21:53:32 UTC (rev 325731)
@@ -3,12 +3,12 @@
 
 pkgname=libsm
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="X11 Session Management library"
 arch=('x86_64')
 license=('custom')
 url="https://xorg.freedesktop.org/;
-depends=('libice' 'util-linux')
+depends=('libice' 'libutil-linux')
 makedepends=('xorg-util-macros' 'xtrans')
 source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
 sha256sums=('0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd')


[arch-commits] Commit in libmpeg2/repos/extra-x86_64 (4 files)

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:48:44
  Author: jgc
Revision: 325728

archrelease: copy trunk to extra-x86_64

Added:
  libmpeg2/repos/extra-x86_64/PKGBUILD
(from rev 325727, libmpeg2/trunk/PKGBUILD)
  libmpeg2/repos/extra-x86_64/libmpeg2-0.5.1-gcc4.6.patch
(from rev 325727, libmpeg2/trunk/libmpeg2-0.5.1-gcc4.6.patch)
Deleted:
  libmpeg2/repos/extra-x86_64/PKGBUILD
  libmpeg2/repos/extra-x86_64/libmpeg2-0.5.1-gcc4.6.patch

-+
 PKGBUILD|   79 ++--
 libmpeg2-0.5.1-gcc4.6.patch |  256 +-
 2 files changed, 169 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:48:35 UTC (rev 325727)
+++ PKGBUILD2018-06-03 21:48:44 UTC (rev 325728)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Sarah Hay 
-# Maintainer: Andreas Radke 
-
-pkgname=libmpeg2
-pkgver=0.5.1
-pkgrel=5
-pkgdesc="Library for decoding MPEG-1 and MPEG-2 video streams."
-arch=('i686' 'x86_64')
-url="http://libmpeg2.sourceforge.net/;
-depends=('glibc')
-makedepends=('sdl' 'libxv')
-optdepends=('sdl: required for mpeg2dec'
-'libxv: required for mpeg2dec')
-source=(http://libmpeg2.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz
-libmpeg2-0.5.1-gcc4.6.patch)
-license=('GPL2')
-provides=('mpeg2dec')
-md5sums=('0f92c7454e58379b4a5a378485bbd8ef'
- '8b36660297e6ffde6aa9733136bff405')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/libmpeg2-0.5.1-gcc4.6.patch"
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make OPT_CFLAGS="${CFLAGS}" \
-   MPEG2DEC_CFLAGS="${CFLAGS}" \
-   LIBMPEG2_CFLAGS=""
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libmpeg2/repos/extra-x86_64/PKGBUILD (from rev 325727, 
libmpeg2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:48:44 UTC (rev 325728)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Sarah Hay 
+# Maintainer: Andreas Radke 
+
+pkgname=libmpeg2
+pkgver=0.5.1
+pkgrel=6
+pkgdesc="Library for decoding MPEG-1 and MPEG-2 video streams."
+arch=('x86_64')
+url="http://libmpeg2.sourceforge.net/;
+depends=('glibc')
+makedepends=('sdl' 'libxv')
+optdepends=('sdl: required for mpeg2dec'
+'libxv: required for mpeg2dec')
+source=(http://libmpeg2.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz
+libmpeg2-0.5.1-gcc4.6.patch)
+license=('GPL2')
+provides=('mpeg2dec')
+sha256sums=('dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4'
+'763e188eea36ee3cdfb31e7877bbead00676b5766c25175ec6a7eb20884926d1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/libmpeg2-0.5.1-gcc4.6.patch"
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --force --install
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make OPT_CFLAGS="${CFLAGS}" \
+   MPEG2DEC_CFLAGS="${CFLAGS}" \
+   LIBMPEG2_CFLAGS=""
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libmpeg2-0.5.1-gcc4.6.patch
===
--- libmpeg2-0.5.1-gcc4.6.patch 2018-06-03 21:48:35 UTC (rev 325727)
+++ libmpeg2-0.5.1-gcc4.6.patch 2018-06-03 21:48:44 UTC (rev 325728)
@@ -1,128 +0,0 @@
 libmpeg2-0.5.1/libmpeg2/idct_mmx.c.orig2011-05-13 09:23:02.557758717 
-0300
-+++ libmpeg2-0.5.1/libmpeg2/idct_mmx.c 2011-05-13 09:23:06.346778580 -0300
-@@ -39,7 +39,6 @@
- #define rounder(bias) {round (bias), round (bias)}
- #define rounder_sse2(bias) {round (bias), round (bias), round (bias), round 
(bias)}
- 
--
- #if 0
- /* C row IDCT - it is just here to document the MMXEXT and MMX versions */
- static inline void idct_row (int16_t * row, int offset,
-@@ -464,10 +463,10 @@ static inline void sse2_idct_col (int16_
- /* Almost identical to mmxext version:  */
- /* just do both 4x8 columns in paraller */
- 
--static const short t1_vector[] ATTR_ALIGN(16) = {T1,T1,T1,T1,T1,T1,T1,T1};
--static const short t2_vector[] ATTR_ALIGN(16) = {T2,T2,T2,T2,T2,T2,T2,T2};
--static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
--static const short c4_vector[] ATTR_ALIGN(16) = {C4,C4,C4,C4,C4,C4,C4,C4};
-+static/* const*/ short t1_vector[] ATTR_ALIGN(16) = 
{T1,T1,T1,T1,T1,T1,T1,T1};
-+static/* const*/ short t2_vector[] ATTR_ALIGN(16) = 
{T2,T2,T2,T2,T2,T2,T2,T2};
-+static/* const*/ short t3_vector[] ATTR_ALIGN(16) = 
{T3,T3,T3,T3,T3,T3,T3,T3};
-+static/* const*/ short c4_vector[] ATTR_ALIGN(16) = 
{C4,C4,C4,C4,C4,C4,C4,C4};
- 
- #if defined(__x86_64__)
- 
-@@ -710,10 +709,10 @@ 

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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:51:05
  Author: jgc
Revision: 325729

upgpkg: libmusicbrainz5 5.1.0-3

Modified:
  libmusicbrainz5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:48:44 UTC (rev 325728)
+++ PKGBUILD2018-06-03 21:51:05 UTC (rev 325729)
@@ -3,15 +3,15 @@
 
 pkgname=libmusicbrainz5
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library That Provides Access to the MusicBrainz Server"
 arch=('x86_64')
-url='http://musicbrainz.org/doc/libmusicbrainz'
+url='https://musicbrainz.org/doc/libmusicbrainz'
 license=('LGPL2.1')
 depends=('neon' 'libxml2')
 makedepends=('cmake')
 
source=("https://github.com/metabrainz/libmusicbrainz/releases/download/release-${pkgver}/libmusicbrainz-$pkgver.tar.gz;)
-md5sums=('4cc5556aa40ff7ab8f8cb83965535bc3')
+sha256sums=('6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46')
 
 prepare() {
   mkdir build


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:48:35
  Author: jgc
Revision: 325727

upgpkg: libmpeg2 0.5.1-6

Modified:
  libmpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:43:12 UTC (rev 325726)
+++ PKGBUILD2018-06-03 21:48:35 UTC (rev 325727)
@@ -4,7 +4,7 @@
 
 pkgname=libmpeg2
 pkgver=0.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Library for decoding MPEG-1 and MPEG-2 video streams."
 arch=('x86_64')
 url="http://libmpeg2.sourceforge.net/;
@@ -16,16 +16,19 @@
 libmpeg2-0.5.1-gcc4.6.patch)
 license=('GPL2')
 provides=('mpeg2dec')
-md5sums=('0f92c7454e58379b4a5a378485bbd8ef'
- '8b36660297e6ffde6aa9733136bff405')
+sha256sums=('dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4'
+'763e188eea36ee3cdfb31e7877bbead00676b5766c25175ec6a7eb20884926d1')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i "${srcdir}/libmpeg2-0.5.1-gcc4.6.patch"
 
   sed '/AC_PATH_XTRA/d' -i configure.ac
   autoreconf --force --install
+}
 
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --enable-shared --disable-static
   make OPT_CFLAGS="${CFLAGS}" \
MPEG2DEC_CFLAGS="${CFLAGS}" \


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:43:12
  Author: jgc
Revision: 325726

archrelease: copy trunk to extra-x86_64

Added:
  libgnomecanvas/repos/extra-x86_64/PKGBUILD
(from rev 325725, libgnomecanvas/trunk/PKGBUILD)
Deleted:
  libgnomecanvas/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:43:08 UTC (rev 325725)
+++ PKGBUILD2018-06-03 21:43:12 UTC (rev 325726)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libgnomecanvas
-pkgver=2.30.3
-pkgrel=3
-pkgdesc="The GNOME Canvas library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('libglade>=2.6.4' 'libart-lgpl>=2.3.21')
-makedepends=('pkg-config' 'intltool')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static \
-  --enable-glade
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgnomecanvas/repos/extra-x86_64/PKGBUILD (from rev 325725, 
libgnomecanvas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:43:12 UTC (rev 325726)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgnomecanvas
+pkgver=2.30.3
+pkgrel=4
+pkgdesc="The GNOME Canvas library"
+arch=(x86_64)
+license=('LGPL')
+depends=('libglade' 'libart-lgpl')
+makedepends=('pkg-config' 'intltool' 'python')
+url="http://www.gnome.org;
+source=(https://download.gnome.org/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static \
+  --enable-glade
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


  1   2   3   4   5   >