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

2017-08-21 Thread Antonio Rojas
Date: Tuesday, August 22, 2017 @ 06:41:18
  Author: arojas
Revision: 252920

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-22 06:40:53 UTC (rev 252919)
+++ PKGBUILD2017-08-22 06:41:18 UTC (rev 252920)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Balló György 
-
-_pkgbase=send2trash
-pkgbase=python-$_pkgbase
-pkgname=('python-send2trash' 'python2-send2trash')
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Send file to trash natively"
-arch=('any')
-url="https://github.com/hsoft/send2trash";
-license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz";)
-sha256sums=('d094fc1a1a517b5f7a9214fa897b51a37f6e02a1e57a0669ea4d48ab9bcf')
-
-prepare() {
-   cp -a $_pkgbase-$pkgver{,-python2}
-}
-
-build() {
-   cd $_pkgbase-$pkgver
-   python setup.py build
-
-   cd ../$_pkgbase-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-send2trash() {
-   depends=('python')
-
-   cd $_pkgbase-$pkgver
-   python3 setup.py install --root "$pkgdir" --optimize=1
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-send2trash() {
-   depends=('python2')
-
-   cd $_pkgbase-$pkgver-python2
-   python2 setup.py install --root "$pkgdir" --optimize=1
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-send2trash/repos/community-any/PKGBUILD (from rev 252919, 
python-send2trash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-22 06:41:18 UTC (rev 252920)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Balló György 
+
+_pkgbase=send2trash
+pkgbase=python-$_pkgbase
+pkgname=('python-send2trash' 'python2-send2trash')
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Send file to trash natively"
+arch=('any')
+url="https://github.com/hsoft/send2trash";
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz";)
+sha256sums=('2a00a90e04f739b8b0fe6d13f434602f47a1cefd138a61ddceaf972f8f250ea8')
+
+prepare() {
+   cp -a $_pkgbase-$pkgver{,-python2}
+}
+
+build() {
+   cd $_pkgbase-$pkgver
+   python setup.py build
+
+   cd ../$_pkgbase-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-send2trash() {
+   depends=('python')
+
+   cd $_pkgbase-$pkgver
+   python3 setup.py install --root "$pkgdir" --optimize=1
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-send2trash() {
+   depends=('python2')
+
+   cd $_pkgbase-$pkgver-python2
+   python2 setup.py install --root "$pkgdir" --optimize=1
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-08-21 Thread Antonio Rojas
Date: Tuesday, August 22, 2017 @ 06:40:53
  Author: arojas
Revision: 252919

Update to 1.4.1

Modified:
  python-send2trash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 06:12:20 UTC (rev 252918)
+++ PKGBUILD2017-08-22 06:40:53 UTC (rev 252919)
@@ -4,7 +4,7 @@
 _pkgbase=send2trash
 pkgbase=python-$_pkgbase
 pkgname=('python-send2trash' 'python2-send2trash')
-pkgver=1.3.1
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Send file to trash natively"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python' 'python2')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/hsoft/$_pkgbase/archive/$pkgver.tar.gz";)
-sha256sums=('d094fc1a1a517b5f7a9214fa897b51a37f6e02a1e57a0669ea4d48ab9bcf')
+sha256sums=('2a00a90e04f739b8b0fe6d13f434602f47a1cefd138a61ddceaf972f8f250ea8')
 
 prepare() {
cp -a $_pkgbase-$pkgver{,-python2}


[arch-commits] Commit in lzop/repos (4 files)

2017-08-21 Thread Antonio Rojas
Date: Tuesday, August 22, 2017 @ 06:39:43
  Author: arojas
Revision: 303242

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

Added:
  lzop/repos/testing-i686/
  lzop/repos/testing-i686/PKGBUILD
(from rev 303241, lzop/trunk/PKGBUILD)
  lzop/repos/testing-x86_64/
  lzop/repos/testing-x86_64/PKGBUILD
(from rev 303241, lzop/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   25 +
 testing-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: lzop/repos/testing-i686/PKGBUILD (from rev 303241, lzop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-22 06:39:43 UTC (rev 303242)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa 
+
+pkgname=lzop
+pkgver=1.04
+pkgrel=1
+pkgdesc="File compressor using lzo lib"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.lzop.org/";
+depends=('lzo')
+source=("http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('271eb10fde77a0a96b9cbf745e719ddf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: lzop/repos/testing-x86_64/PKGBUILD (from rev 303241, 
lzop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-22 06:39:43 UTC (rev 303242)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa 
+
+pkgname=lzop
+pkgver=1.04
+pkgrel=1
+pkgdesc="File compressor using lzo lib"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.lzop.org/";
+depends=('lzo')
+source=("http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('271eb10fde77a0a96b9cbf745e719ddf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2017-08-21 Thread Antonio Rojas
Date: Tuesday, August 22, 2017 @ 06:39:11
  Author: arojas
Revision: 303241

Update to 1.04

Modified:
  lzop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 05:54:57 UTC (rev 303240)
+++ PKGBUILD2017-08-22 06:39:11 UTC (rev 303241)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa 
 
 pkgname=lzop
-pkgver=1.03
-pkgrel=5
+pkgver=1.04
+pkgrel=1
 pkgdesc="File compressor using lzo lib"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,7 +11,7 @@
 url="http://www.lzop.org/";
 depends=('lzo')
 source=("http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
+md5sums=('271eb10fde77a0a96b9cbf745e719ddf')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in deepin-file-manager/repos (4 files)

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 06:12:20
  Author: felixonmars
Revision: 252918

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 252917, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 252917, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-22 06:11:47 UTC (rev 252917)
+++ community-i686/PKGBUILD 2017-08-22 06:12:20 UTC (rev 252918)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.2.4
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
- 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('2c88ab00e7ab999f927f56644e180c075734d5b0f58849b31426988f4c1ab558a099981e3ff43529b7d88db22fc27181f7b03ee666aa3935e15586496479cacc')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 252917, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-22 06:12:20 UTC (rev 252918)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.2.5
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
+sha512sums=('19c3c504e83fd26d9a452c47f48b81d6dfe0a2f2576377858a7347f2a9d5f0ed67fc61c9c1b4f5819be1bfedcbbbe0e6e3ee7291dd15ded1be87afbb379b7353')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-22 06:11:47 UTC (rev 252917)
+++ community-x86_64/PKGBUILD   2017-08-22 06:12:20 UTC (rev 252918)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.2.4
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('dtkwidget' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 'avfs' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
- 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('2c88ab00e7ab999f927f56644e180c075734d5b0f58849b31426988f4c1ab558a099981e3ff43529b7d88db22fc27181f7b03ee666aa3935e15586496479cac

[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 06:11:47
  Author: felixonmars
Revision: 252917

upgpkg: deepin-file-manager 1:4.2.5-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 04:11:06 UTC (rev 252916)
+++ PKGBUILD2017-08-22 06:11:47 UTC (rev 252917)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.2.4
+pkgver=4.2.5
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -20,7 +20,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('2c88ab00e7ab999f927f56644e180c075734d5b0f58849b31426988f4c1ab558a099981e3ff43529b7d88db22fc27181f7b03ee666aa3935e15586496479cacc')
+sha512sums=('19c3c504e83fd26d9a452c47f48b81d6dfe0a2f2576377858a7347f2a9d5f0ed67fc61c9c1b4f5819be1bfedcbbbe0e6e3ee7291dd15ded1be87afbb379b7353')
 
 build() {
   cd dde-file-manager-$pkgver


[arch-commits] Commit in cups-filters/repos (4 files)

2017-08-21 Thread Andreas Radke
Date: Tuesday, August 22, 2017 @ 05:54:57
  Author: andyrtr
Revision: 303240

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 303239, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 303239, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 extra-i686/PKGBUILD   |   57 
 extra-x86_64/PKGBUILD |   57 
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-22 05:54:40 UTC (rev 303239)
+++ extra-i686/PKGBUILD 2017-08-22 05:54:57 UTC (rev 303240)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.16.2
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters";
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('604e5605803889e421b2a30979bc1acb83a48334036725613cb8352085d3d273')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 303239, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-22 05:54:57 UTC (rev 303240)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.16.3
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters";
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('96433f53304e752de9ae3e59a9ba3586e28561d005504cb92ca5b6d0f6990189')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/shar

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

2017-08-21 Thread Andreas Radke
Date: Tuesday, August 22, 2017 @ 05:54:40
  Author: andyrtr
Revision: 303239

upgpkg: cups-filters 1.16.3-1

upstream update 1.16.3

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 05:48:33 UTC (rev 303238)
+++ PKGBUILD2017-08-22 05:54:40 UTC (rev 303239)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.16.2
+pkgver=1.16.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('604e5605803889e421b2a30979bc1acb83a48334036725613cb8352085d3d273')
+sha256sums=('96433f53304e752de9ae3e59a9ba3586e28561d005504cb92ca5b6d0f6990189')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in easy-rsa/repos (testing-any testing-any/PKGBUILD)

2017-08-21 Thread Christian Hesse
Date: Tuesday, August 22, 2017 @ 05:48:33
  Author: eworm
Revision: 303238

archrelease: copy trunk to testing-any

Added:
  easy-rsa/repos/testing-any/
  easy-rsa/repos/testing-any/PKGBUILD
(from rev 303237, easy-rsa/trunk/PKGBUILD)

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

Copied: easy-rsa/repos/testing-any/PKGBUILD (from rev 303237, 
easy-rsa/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-08-22 05:48:33 UTC (rev 303238)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=easy-rsa
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Simple shell based CA utility'
+arch=('any')
+url='https://github.com/OpenVPN/easy-rsa'
+depends=('openssl' 'sh')
+license=('custom')
+backup=('etc/easy-rsa/openssl-1.0.cnf'
+   'etc/easy-rsa/vars')
+validpgpkeys=(
+   '65FF3F24AA08E882CB444C94D731D97A606FD463'  # Josh Cepek 

+   '6F4056821152F03B6B24F2FCF8489F839D7367F3') # Eric Crist 

+source=("https://github.com/OpenVPN/easy-rsa/releases/download/v${pkgver}/EasyRSA-${pkgver}.tgz"{,.sig})
+sha256sums=('c0e94f07469aca171ac0a0164e1a7bd07a3b70e378aecfa589afd0be62400e08'
+'SKIP')
+
+prepare() {
+   cd EasyRSA-${pkgver}/
+
+   # fix output of help command, we have it in PATH
+   sed -i 's|./easyrsa|easyrsa|' easyrsa
+}
+
+package() {
+   cd EasyRSA-${pkgver}/
+
+   install -D -m0755 easyrsa "${pkgdir}"/usr/bin/easyrsa
+
+   install -D -m0644 openssl-1.0.cnf 
"${pkgdir}"/etc/easy-rsa/openssl-1.0.cnf
+   install -D -m0644 vars.example "${pkgdir}"/etc/easy-rsa/vars
+   install -d -m0755 "${pkgdir}"/etc/easy-rsa/x509-types/
+   install -m0644 x509-types/* "${pkgdir}"/etc/easy-rsa/x509-types/
+
+   install -d -m0755  ${pkgdir}/usr/share/doc/easy-rsa/
+   install -m0644 doc/* ChangeLog ${pkgdir}/usr/share/doc/easy-rsa/
+
+   install -D -m0644 COPYING.md 
${pkgdir}/usr/share/licenses/easy-rsa/COPYING
+}
+


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

2017-08-21 Thread Christian Hesse
Date: Tuesday, August 22, 2017 @ 05:48:29
  Author: eworm
Revision: 303237

upgpkg: easy-rsa 3.0.2-1

new upstream release

Modified:
  easy-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 05:45:41 UTC (rev 303236)
+++ PKGBUILD2017-08-22 05:48:29 UTC (rev 303237)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=easy-rsa
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='Simple shell based CA utility'
 arch=('any')
@@ -14,8 +14,8 @@
 validpgpkeys=(
'65FF3F24AA08E882CB444C94D731D97A606FD463'  # Josh Cepek 

'6F4056821152F03B6B24F2FCF8489F839D7367F3') # Eric Crist 

-source=("https://github.com/OpenVPN/easy-rsa/releases/download/${pkgver}/EasyRSA-${pkgver}.tgz"{,.sig})
-sha256sums=('dbdaf5b9444b99e0c5221fd4bcf15384c62380c1b63cea23d42239414d7b2d4e'
+source=("https://github.com/OpenVPN/easy-rsa/releases/download/v${pkgver}/EasyRSA-${pkgver}.tgz"{,.sig})
+sha256sums=('c0e94f07469aca171ac0a0164e1a7bd07a3b70e378aecfa589afd0be62400e08'
 'SKIP')
 
 prepare() {
@@ -38,6 +38,6 @@
install -d -m0755  ${pkgdir}/usr/share/doc/easy-rsa/
install -m0644 doc/* ChangeLog ${pkgdir}/usr/share/doc/easy-rsa/
 
-   install -D -m0644 COPYING ${pkgdir}/usr/share/licenses/easy-rsa/COPYING
+   install -D -m0644 COPYING.md 
${pkgdir}/usr/share/licenses/easy-rsa/COPYING
 }
 


[arch-commits] Commit in feh/repos (4 files)

2017-08-21 Thread Gaëtan Bisson
Date: Tuesday, August 22, 2017 @ 05:45:41
  Author: bisson
Revision: 303236

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

Added:
  feh/repos/extra-i686/PKGBUILD
(from rev 303235, feh/trunk/PKGBUILD)
  feh/repos/extra-x86_64/PKGBUILD
(from rev 303235, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-i686/PKGBUILD
  feh/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-22 05:44:45 UTC (rev 303235)
+++ extra-i686/PKGBUILD 2017-08-22 05:45:41 UTC (rev 303236)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.19.2
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('822a71953dbd5fbf5c3ee84bc64b0b7af77ffb4e9fd9a04a417a93a90de3566c'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 303235, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-22 05:45:41 UTC (rev 303236)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.19.3
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('5ec97b655afbde3f1172543d175ec67fe35cd31397a009bda3fc3d40c1de7ed0'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-22 05:44:45 UTC (rev 303235)
+++ extra-x86_64/PKGBUILD   2017-08-22 05:45:41 UTC (rev 303236)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.19.2
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('822a71953dbd5fbf5c3ee84bc64b0b7af77ffb4e9fd9a04a417a93a90de3566c'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 303235, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-22 05:45:41 UTC (rev 303236)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.19.3
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB707

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

2017-08-21 Thread Gaëtan Bisson
Date: Tuesday, August 22, 2017 @ 05:44:45
  Author: bisson
Revision: 303235

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 05:34:28 UTC (rev 303234)
+++ PKGBUILD2017-08-22 05:44:45 UTC (rev 303235)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.19.2
+pkgver=2.19.3
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('822a71953dbd5fbf5c3ee84bc64b0b7af77ffb4e9fd9a04a417a93a90de3566c'
+sha256sums=('5ec97b655afbde3f1172543d175ec67fe35cd31397a009bda3fc3d40c1de7ed0'
 'SKIP')
 
 build() {


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

2017-08-21 Thread Andreas Radke
Date: Tuesday, August 22, 2017 @ 05:34:07
  Author: andyrtr
Revision: 303233

upgpkg: mesa 17.1.7-1

upstream update 17.1.7

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 23:11:45 UTC (rev 303232)
+++ PKGBUILD2017-08-22 05:34:07 UTC (rev 303233)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
-pkgver=17.1.6
+pkgver=17.1.7
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -16,7 +16,7 @@
 LICENSE
 0001-Fix-linkage-against-shared-glapi.patch
 0002-glvnd-fix-gl-dot-pc.patch)
-sha256sums=('0686deadde1f126b20aa67e47e8c50502043eee4ecdf60d5009ffda3cebfee50'
+sha256sums=('69f472a874b1122404fa0bd13e2d6bf87eb3b9ad9c21d2f39872a96d83d9e5f5'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 'c68d1522f9bce4ce31c92aa7a688da49f13043f5bb2254795b76dea8f47130b7'


[arch-commits] Commit in mesa/repos (10 files)

2017-08-21 Thread Andreas Radke
Date: Tuesday, August 22, 2017 @ 05:34:28
  Author: andyrtr
Revision: 303234

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

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 303233, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 303233, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 303233, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 303233, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 303233, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 303233, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 303233, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 303233, mesa/trunk/PKGBUILD)

+
 testing-i686/0001-Fix-linkage-against-shared-glapi.patch   |   26 +
 testing-i686/0002-glvnd-fix-gl-dot-pc.patch|   12 
 testing-i686/LICENSE   |   82 
 testing-i686/PKGBUILD  |  194 +++
 testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch |   26 +
 testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch  |   12 
 testing-x86_64/LICENSE |   82 
 testing-x86_64/PKGBUILD|  194 +++
 8 files changed, 628 insertions(+)

Copied: mesa/repos/testing-i686/0001-Fix-linkage-against-shared-glapi.patch 
(from rev 303233, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- testing-i686/0001-Fix-linkage-against-shared-glapi.patch
(rev 0)
+++ testing-i686/0001-Fix-linkage-against-shared-glapi.patch2017-08-22 
05:34:28 UTC (rev 303234)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  $(top_builddir)/src/mapi/glapi/libglapi.la \
++  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
+   $(SHARED_GLAPI_LIB) \
+   $(OSMESA_LIB_DEPS) \
+   $(CLOCK_LIB)
+-- 
+2.9.3
+

Copied: mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch (from rev 
303233, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- testing-i686/0002-glvnd-fix-gl-dot-pc.patch (rev 0)
+++ testing-i686/0002-glvnd-fix-gl-dot-pc.patch 2017-08-22 05:34:28 UTC (rev 
303234)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: mesa/repos/testing-i686/LICENSE (from rev 303233, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2017-08-22 05:34:28 UTC (rev 303234)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademar

[arch-commits] Commit in deepin-boot-maker/repos (4 files)

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 04:11:06
  Author: felixonmars
Revision: 252916

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

Added:
  deepin-boot-maker/repos/community-i686/
  deepin-boot-maker/repos/community-i686/PKGBUILD
(from rev 252915, deepin-boot-maker/trunk/PKGBUILD)
  deepin-boot-maker/repos/community-x86_64/
  deepin-boot-maker/repos/community-x86_64/PKGBUILD
(from rev 252915, deepin-boot-maker/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   26 ++
 community-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: deepin-boot-maker/repos/community-i686/PKGBUILD (from rev 252915, 
deepin-boot-maker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-22 04:11:06 UTC (rev 252916)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-boot-maker
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker";
+license=('GPL3')
+depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz";)
+sha512sums=('9cad7cff3255e9cab9ac46116cf501129819f296f4afda0bd77601431eda2bbe84eacfdbd5a99a65dab920c512b975b11db766ab4c820788f865c22970acbb5e')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-boot-maker/repos/community-x86_64/PKGBUILD (from rev 252915, 
deepin-boot-maker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-22 04:11:06 UTC (rev 252916)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-boot-maker
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker";
+license=('GPL3')
+depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz";)
+sha512sums=('9cad7cff3255e9cab9ac46116cf501129819f296f4afda0bd77601431eda2bbe84eacfdbd5a99a65dab920c512b975b11db766ab4c820788f865c22970acbb5e')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 04:10:35
  Author: felixonmars
Revision: 252915

addpkg: deepin-boot-maker 2.0.3-1

Added:
  deepin-boot-maker/
  deepin-boot-maker/repos/
  deepin-boot-maker/trunk/
  deepin-boot-maker/trunk/PKGBUILD

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

Added: deepin-boot-maker/trunk/PKGBUILD
===
--- deepin-boot-maker/trunk/PKGBUILD(rev 0)
+++ deepin-boot-maker/trunk/PKGBUILD2017-08-22 04:10:35 UTC (rev 252915)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-boot-maker
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker";
+license=('GPL3')
+depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz";)
+sha512sums=('9cad7cff3255e9cab9ac46116cf501129819f296f4afda0bd77601431eda2bbe84eacfdbd5a99a65dab920c512b975b11db766ab4c820788f865c22970acbb5e')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


Property changes on: deepin-boot-maker/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in qtox/repos (4 files)

2017-08-21 Thread Jiachen Yang
Date: Tuesday, August 22, 2017 @ 03:42:28
  Author: farseerfc
Revision: 252914

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

Added:
  qtox/repos/community-testing-i686/
  qtox/repos/community-testing-i686/PKGBUILD
(from rev 252913, qtox/trunk/PKGBUILD)
  qtox/repos/community-testing-x86_64/
  qtox/repos/community-testing-x86_64/PKGBUILD
(from rev 252913, qtox/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   69 
 community-testing-x86_64/PKGBUILD |   69 
 2 files changed, 138 insertions(+)

Copied: qtox/repos/community-testing-i686/PKGBUILD (from rev 252913, 
qtox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-22 03:42:28 UTC (rev 252914)
@@ -0,0 +1,69 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.11.0
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver";)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz";
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz";
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz";
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc";
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch";
+)
+sha512sums=('3117b5ec9d88f58023f6c2f5e7c37c547ab920588d385e3abe062fb22ad79c49a9b6eb9ca31c6d56f9d03cfea55ef56ddc7e2e53bd43629825ea7b460b31f505'
+'SKIP')
+
#'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+ )
+#prepare() {
+#  patch -p1 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.11.0
+pkgrel=2
+_gitver='b73603b45a32e63a649294537a62a9f11176c73d'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('i686' 'x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'toxcore')
+makedepends=('qt5-tools' 'git' 'check' 'cmake')
+
+#source=("git+https://github.com/qTox/qTox.git#commit=$_gitver";)
+source=( 
#"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.gz";
+
#"$_pkgname-v$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/v$pkgver.tar.gz";
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz";
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc";
+   
#"gcc7fix.patch::https://github.com/qTox/qTox/commit/246e23abf3aa64c494c6abf42c83944eb78f1b16.patch";
+)
+sha512sums=('3117b5ec9d88f58023f6c2f5e7c37c547ab920588d385e3abe062fb22ad79c49a9b6eb9ca31c6d56f9d03cfea55ef56ddc7e2e53bd43629825ea7b460b31f505'
+'SKIP')
+
#'61d267b721e133573a6fa54d3119c4a9a5f49c0d11db11415dc2b5877ddc841796e6ca23490ebdab0b324fb09a0b69db1aa59997b79b4db0354fc76395db3b36')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 

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

2017-08-21 Thread Jiachen Yang
Date: Tuesday, August 22, 2017 @ 03:41:25
  Author: farseerfc
Revision: 252913

upgpkg: qtox 1.11.0-2

qtox toxcore rebuild

Modified:
  qtox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 03:40:42 UTC (rev 252912)
+++ PKGBUILD2017-08-22 03:41:25 UTC (rev 252913)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 _gitver='b73603b45a32e63a649294537a62a9f11176c73d'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('i686' 'x86_64')


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

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 02:17:30
  Author: felixonmars
Revision: 252911

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-22 02:17:06 UTC (rev 252910)
+++ PKGBUILD2017-08-22 02:17:30 UTC (rev 252911)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.19.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('dd8e904b5927dd8300fb3be50b5b8869b4c99ea670d245e0f0f50628f470a563eaee850b1235410e4e3383d2e2928c9f8796ade6d86e2ae2207f88e6364b489e')
-
-prepare() {
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 252910, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-22 02:17:30 UTC (rev 252911)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.19.2
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
+sha512sums=('a63b991ad725994b47fd8cce14ff9bfdd85e58ccc3717ef9e64c68ee9f3a38b71fbe96c250441e5696dc5039cd2a39d6b21399d0f9a71940ef105377fe6c5ad2')
+
+prepare() {
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-python-$pkgver-p

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

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 02:17:06
  Author: felixonmars
Revision: 252910

upgpkg: python-hypothesis 3.19.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 01:59:47 UTC (rev 252909)
+++ PKGBUILD2017-08-22 02:17:06 UTC (rev 252910)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.19.0
+pkgver=3.19.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('dd8e904b5927dd8300fb3be50b5b8869b4c99ea670d245e0f0f50628f470a563eaee850b1235410e4e3383d2e2928c9f8796ade6d86e2ae2207f88e6364b489e')
+sha512sums=('a63b991ad725994b47fd8cce14ff9bfdd85e58ccc3717ef9e64c68ee9f3a38b71fbe96c250441e5696dc5039cd2a39d6b21399d0f9a71940ef105377fe6c5ad2')
 
 prepare() {
   cp -a hypothesis-python-$pkgver{,-py2}


[arch-commits] Commit in lldpd/repos (20 files)

2017-08-21 Thread Sébastien Luttringer
Date: Tuesday, August 22, 2017 @ 01:59:47
  Author: seblu
Revision: 252909

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

Added:
  lldpd/repos/community-i686/LICENSE
(from rev 252908, lldpd/trunk/LICENSE)
  lldpd/repos/community-i686/PKGBUILD
(from rev 252908, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-i686/lldpd.service
(from rev 252908, lldpd/trunk/lldpd.service)
  lldpd/repos/community-i686/lldpd.sysusers
(from rev 252908, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-i686/lldpd.tmpfiles
(from rev 252908, lldpd/trunk/lldpd.tmpfiles)
  lldpd/repos/community-x86_64/LICENSE
(from rev 252908, lldpd/trunk/LICENSE)
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 252908, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.service
(from rev 252908, lldpd/trunk/lldpd.service)
  lldpd/repos/community-x86_64/lldpd.sysusers
(from rev 252908, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-x86_64/lldpd.tmpfiles
(from rev 252908, lldpd/trunk/lldpd.tmpfiles)
Deleted:
  lldpd/repos/community-i686/LICENSE
  lldpd/repos/community-i686/PKGBUILD
  lldpd/repos/community-i686/lldpd.service
  lldpd/repos/community-i686/lldpd.sysusers
  lldpd/repos/community-i686/lldpd.tmpfiles
  lldpd/repos/community-x86_64/LICENSE
  lldpd/repos/community-x86_64/PKGBUILD
  lldpd/repos/community-x86_64/lldpd.service
  lldpd/repos/community-x86_64/lldpd.sysusers
  lldpd/repos/community-x86_64/lldpd.tmpfiles

-+
 /LICENSE|   22 ++
 /PKGBUILD   |  132 ++
 /lldpd.service  |   56 
 /lldpd.sysusers |6 +
 /lldpd.tmpfiles |2 
 community-i686/LICENSE  |   11 ---
 community-i686/PKGBUILD |   66 ---
 community-i686/lldpd.service|   28 
 community-i686/lldpd.sysusers   |3 
 community-i686/lldpd.tmpfiles   |1 
 community-x86_64/LICENSE|   11 ---
 community-x86_64/PKGBUILD   |   66 ---
 community-x86_64/lldpd.service  |   28 
 community-x86_64/lldpd.sysusers |3 
 community-x86_64/lldpd.tmpfiles |1 
 15 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-08-22 01:59:11 UTC (rev 252908)
+++ community-i686/LICENSE  2017-08-22 01:59:47 UTC (rev 252909)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: lldpd/repos/community-i686/LICENSE (from rev 252908, 
lldpd/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2017-08-22 01:59:47 UTC (rev 252909)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-22 01:59:11 UTC (rev 252908)
+++ community-i686/PKGBUILD 2017-08-22 01:59:47 UTC (rev 252909)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Brian Bidulock 
-
-pkgname=lldpd
-pkgver=0.9.7
-pkgrel=4
-pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
-arch=('i686' 'x86_64')
-url='https://vincentbernat.github.io/lldpd/'
-license=('custom:ISC' 'GPL')
-depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
- 'libxml2' 'net-snmp' 'jansson')
-backup=('etc/lldpd.conf')
-source=("https://media.luffy.c

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

2017-08-21 Thread Sébastien Luttringer
Date: Tuesday, August 22, 2017 @ 01:59:11
  Author: seblu
Revision: 252908

upgpkg: lldpd 0.9.8-1

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 01:55:45 UTC (rev 252907)
+++ PKGBUILD2017-08-22 01:59:11 UTC (rev 252908)
@@ -3,8 +3,8 @@
 # Contributor: Brian Bidulock 
 
 pkgname=lldpd
-pkgver=0.9.7
-pkgrel=4
+pkgver=0.9.8
+pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
 url='https://vincentbernat.github.io/lldpd/'
@@ -19,8 +19,8 @@
 'lldpd.sysusers'
 'lldpd.tmpfiles')
 validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat 

-md5sums=('202300ab6ec23c8e60b7c71f098ad69a'
- '47335710dbef7b76e7d7994f1c461f01'
+md5sums=('8809600492f6b73149eb19158e819c1f'
+ 'fdae2a69a81199a9d56ef1c7058049c0'
  '8ae98663bac55afe5d989919d296f28a'
  'fc660a94c6dda3146ea7932685434bc8'
  '8c9fee704ce84afe51930fc73484ab66'


[arch-commits] Commit in dtkwidget/repos (4 files)

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 01:55:45
  Author: felixonmars
Revision: 252907

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

Added:
  dtkwidget/repos/community-i686/PKGBUILD
(from rev 252906, dtkwidget/trunk/PKGBUILD)
  dtkwidget/repos/community-x86_64/PKGBUILD
(from rev 252906, dtkwidget/trunk/PKGBUILD)
Deleted:
  dtkwidget/repos/community-i686/PKGBUILD
  dtkwidget/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   27 
 community-x86_64/PKGBUILD |   27 
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-22 01:54:16 UTC (rev 252906)
+++ community-i686/PKGBUILD 2017-08-22 01:55:45 UTC (rev 252907)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkwidget";
-license=('GPL3')
-depends=('dtkcore' 'gsettings-qt' 'qt5-multimedia' 'qt5-x11extras' 
'startup-notification')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
-sha512sums=('47f1bc8d13e3773e4c9584c7e9092435275a40cf01a20ecf3517f21856a89bdcd3903da72b9e4e36fda01f9a9e97623950cfcd8a77912d741ab2d8d7b43fb091')
-
-build() {
-  cd dtkwidget-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-i686/PKGBUILD (from rev 252906, 
dtkwidget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-22 01:55:45 UTC (rev 252907)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwidget";
+license=('GPL3')
+depends=('dtkcore' 'gsettings-qt' 'qt5-multimedia' 'qt5-x11extras' 
'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
+sha512sums=('47f1bc8d13e3773e4c9584c7e9092435275a40cf01a20ecf3517f21856a89bdcd3903da72b9e4e36fda01f9a9e97623950cfcd8a77912d741ab2d8d7b43fb091')
+
+build() {
+  cd dtkwidget-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-22 01:54:16 UTC (rev 252906)
+++ community-x86_64/PKGBUILD   2017-08-22 01:55:45 UTC (rev 252907)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dtkwidget";
-license=('GPL3')
-depends=('dtkcore' 'gsettings-qt' 'qt5-multimedia' 'qt5-x11extras' 
'startup-notification')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
-sha512sums=('47f1bc8d13e3773e4c9584c7e9092435275a40cf01a20ecf3517f21856a89bdcd3903da72b9e4e36fda01f9a9e97623950cfcd8a77912d741ab2d8d7b43fb091')
-
-build() {
-  cd dtkwidget-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 252906, 
dtkwidget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-22 01:55:45 UTC (rev 252907)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dtkwidget";
+license=('GPL3')
+depends=('dtkcore' 'gsettings-qt' 'qt5-multimedia' 'qt5-x11extras' 
'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
+sha512sums=('47f1bc8d13e3773e4c9584c7e9092435275a40cf01a20ecf3517f21856a89bdcd3903da72b9e4e36fda01f9a9e97623950

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

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 01:54:16
  Author: felixonmars
Revision: 252906

upgpkg: dtkwidget 2.0.0-2

add replaces/contlicts

Modified:
  dtkwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 01:53:58 UTC (rev 252905)
+++ PKGBUILD2017-08-22 01:54:16 UTC (rev 252906)
@@ -5,7 +5,7 @@
 
 pkgname=dtkwidget
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin graphical user interface library'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dtkwidget";
@@ -12,6 +12,8 @@
 license=('GPL3')
 depends=('dtkcore' 'gsettings-qt' 'qt5-multimedia' 'qt5-x11extras' 
'startup-notification')
 makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
 
sha512sums=('47f1bc8d13e3773e4c9584c7e9092435275a40cf01a20ecf3517f21856a89bdcd3903da72b9e4e36fda01f9a9e97623950cfcd8a77912d741ab2d8d7b43fb091')
 


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

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 01:53:58
  Author: felixonmars
Revision: 252905

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-22 01:53:17 UTC (rev 252904)
+++ PKGBUILD2017-08-22 01:53:58 UTC (rev 252905)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.74
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jen

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

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 01:53:17
  Author: felixonmars
Revision: 252904

upgpkg: jenkins 2.75-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 01:51:13 UTC (rev 252903)
+++ PKGBUILD2017-08-22 01:53:17 UTC (rev 252904)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.74
+pkgver=2.75
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('fdcf4094ce424da25f7a81d6973eb5a4e6c1e03a77299a0a9d999dc49a82fa6ab680745a5403f3e867d436b4b111bd9dbc7c2988f1153aa3e396b89daf358cb2'
+sha512sums=('aff1e461f7ef82982cb8bab02bb41fe2083435e3bc16c1f46234f5522b2e18e3f3e5d706dcf668b18de28ba8e573e9dde7b7cb8378b9fc03c24a328af1828711'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in python-ruamel-yaml/repos (4 files)

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 01:51:13
  Author: felixonmars
Revision: 252903

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

Added:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 252902, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 252902, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   46 
 community-i686/PKGBUILD   |   23 --
 community-x86_64/PKGBUILD |   23 --
 3 files changed, 46 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-22 01:50:39 UTC (rev 252902)
+++ community-i686/PKGBUILD 2017-08-22 01:51:13 UTC (rev 252903)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.31
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml";
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
-sha512sums=('78cba0e2c20af9b93d9ca8cde7bdbc4b20eadd89e1a1ef5c43aa92df568585e9572c00641ff922696bb4a39a0779ff8157db68426bd769e87b14ae8f1158b0da')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 252902, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-22 01:51:13 UTC (rev 252903)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.32
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml";
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
+sha512sums=('4f9eedc10a11eef835b7c41d7701094793c3274a2da15ef1a69a0bfd93a534642a5b057b4377366473277d1a2f5b1837240120fef021477d5cf5d856e1a2ae2e')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-22 01:50:39 UTC (rev 252902)
+++ community-x86_64/PKGBUILD   2017-08-22 01:51:13 UTC (rev 252903)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.31
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml";
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
-sha512sums=('78cba0e2c20af9b93d9ca8cde7bdbc4b20eadd89e1a1ef5c43aa92df568585e9572c00641ff922696bb4a39a0779ff8157db68426bd769e87b14ae8f1158b0da')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 252902, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-22 01:51:13 UTC (rev 252903)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.32
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml";
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
+sha512sums=('4f9eedc10a11eef835b7c41d7701094793c3274a2da15ef1a69a0bfd93a534642a5b057b4377366473277d1a2f5b1837240120fef021477d5

[arch-commits] Commit in systemd-swap/repos/community-any (4 files)

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 01:50:28
  Author: felixonmars
Revision: 252901

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 252900, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 252900, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   54 -
 systemd-swap.install |   10 -
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-22 01:50:06 UTC (rev 252900)
+++ PKGBUILD2017-08-22 01:50:28 UTC (rev 252901)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Timofey Titovets 
-
-pkgname=systemd-swap
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
-arch=('any')
-url="https://github.com/Nefelim4ag/systemd-swap";
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-makedepends=('git')
-backup=(etc/systemd/swap.conf)
-install=$pkgname.install
-source=("git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-package() {
-  cd systemd-swap
-  make PREFIX="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 252900, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-22 01:50:28 UTC (rev 252901)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Timofey Titovets 
+
+pkgname=systemd-swap
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
+arch=('any')
+url="https://github.com/Nefelim4ag/systemd-swap";
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+makedepends=('git')
+backup=(etc/systemd/swap.conf)
+install=$pkgname.install
+source=("git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+package() {
+  cd systemd-swap
+  make PREFIX="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/lib
+  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
+  rmdir "$pkgdir"/lib
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2017-08-22 01:50:06 UTC (rev 252900)
+++ systemd-swap.install2017-08-22 01:50:28 UTC (rev 252901)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [[ $(vercmp "$2" 3) < 0 ]]; then
-echo "Since 3.0, the config file was moved to /etc/systemd/swap.conf, and 
incompatible with the old syntax. Please adjust your settings accordingly."
-  fi
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 252900, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2017-08-22 01:50:28 UTC (rev 252901)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp "$2" 3) < 0 ]]; then
+echo "Since 3.0, the config file was moved to /etc/systemd/swap.conf, and 
incompatible with the old syntax. Please adjust your settings accordingly."
+  fi
+}


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

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 01:50:39
  Author: felixonmars
Revision: 252902

upgpkg: python-ruamel-yaml 0.15.32-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 01:50:28 UTC (rev 252901)
+++ PKGBUILD2017-08-22 01:50:39 UTC (rev 252902)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.31
+pkgver=0.15.32
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
-sha512sums=('78cba0e2c20af9b93d9ca8cde7bdbc4b20eadd89e1a1ef5c43aa92df568585e9572c00641ff922696bb4a39a0779ff8157db68426bd769e87b14ae8f1158b0da')
+sha512sums=('4f9eedc10a11eef835b7c41d7701094793c3274a2da15ef1a69a0bfd93a534642a5b057b4377366473277d1a2f5b1837240120fef021477d5cf5d856e1a2ae2e')
 
 package() {
   depends=('python')


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

2017-08-21 Thread Felix Yan
Date: Tuesday, August 22, 2017 @ 01:50:06
  Author: felixonmars
Revision: 252900

upgpkg: systemd-swap 3.4.1-1

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 01:39:59 UTC (rev 252899)
+++ PKGBUILD2017-08-22 01:50:06 UTC (rev 252900)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets 
 
 pkgname=systemd-swap
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
 arch=('any')


[arch-commits] Commit in (unifi)

2017-08-21 Thread Sébastien Luttringer
Date: Tuesday, August 22, 2017 @ 01:39:59
  Author: seblu
Revision: 252899

Move to AUR

Deleted:
  unifi/


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

2017-08-21 Thread Jiachen Yang
Date: Tuesday, August 22, 2017 @ 01:31:15
  Author: farseerfc
Revision: 252897

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

Added:
  toxcore/repos/community-staging-i686/
  toxcore/repos/community-staging-i686/PKGBUILD
(from rev 252896, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-staging-i686/toxcore.conf
(from rev 252896, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-staging-i686/toxcore.install
(from rev 252896, toxcore/trunk/toxcore.install)
  toxcore/repos/community-staging-x86_64/
  toxcore/repos/community-staging-x86_64/PKGBUILD
(from rev 252896, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-staging-x86_64/toxcore.conf
(from rev 252896, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-staging-x86_64/toxcore.install
(from rev 252896, toxcore/trunk/toxcore.install)

--+
 community-staging-i686/PKGBUILD  |   80 +
 community-staging-i686/toxcore.conf  |2 
 community-staging-i686/toxcore.install   |   15 +
 community-staging-x86_64/PKGBUILD|   80 +
 community-staging-x86_64/toxcore.conf|2 
 community-staging-x86_64/toxcore.install |   15 +
 6 files changed, 194 insertions(+)

Copied: toxcore/repos/community-staging-i686/PKGBUILD (from rev 252896, 
toxcore/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-22 01:31:15 UTC (rev 252897)
@@ -0,0 +1,80 @@
+# Maintainer: Jiachen Yang 
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Håvard Pettersson 
+# Contributor: naxuroqa 
+# Contributor: Boohbah 
+# Contributor: Kevin MacMartin 
+
+pkgname=toxcore
+_pkgname=c-toxcore
+epoch=1
+pkgver=0.1.10
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('check' 'cmake')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+install=$pkgname.install
+source=(
+   
#"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz";
+   
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz";
+   
"${_pkgname}-v${pkgver}.tar.gz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc";
+   
#"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz";
+   
#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc";
+   
#"pr504.patch::https://github.com/TokTok/c-toxcore/commit/d4414ffa3acf9e7ab5158e6c7a69c115ccb1a308.patch";
+'toxcore.conf')
+sha512sums=('428fee2d811d0b6d5d005f082aa06f95765794b1a8bc77ec4411bb9ec9085b99675535b88db50f5ad7313850a0bb3c54c4e2e8d8864cea7c0c7d81be9879b157'
+'SKIP'
+
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
+validpgpkeys=(
+'15D3B9A6B3951DF9854FCA93E786548AE0A0B56B'  # 
RobinLindén
+'B7008FF12C079BF6E6EA19D1601A604B7E605776'  # Robin Lindén 

+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+'DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 
+'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+'1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+'31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+'2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+)
+
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
+  sed -i "/Rpath/d;/RPATH/d" CMakeLists.txt
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  #autoreconf -if
+  #./configure \
+  #  --prefix=/usr \
+  #  --enable-daemon \
+  #  --disable-ntox \
+  #  --enable-tests
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DDHT_BOOTSTRAP=on \
+-DBOOTSTRAP_DAEMON=on \
+-DBUILD_NTOX=off
+  make
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  #make check
+  make test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"
+  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service 
"$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
+  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.conf 
"$pkgdir/etc/tox-bootstrapd.conf"
+}

Copied: toxcore/repos/community-staging-i686/toxcore.conf (from rev 252896, 
toxcore/trunk/toxcore.conf)
==

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

2017-08-21 Thread Jiachen Yang
Date: Tuesday, August 22, 2017 @ 01:30:06
  Author: farseerfc
Revision: 252896

upgpkg: toxcore 1:0.1.10-1

toxcore 1:0.1.10-1

Modified:
  toxcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 01:24:52 UTC (rev 252895)
+++ PKGBUILD2017-08-22 01:30:06 UTC (rev 252896)
@@ -9,8 +9,8 @@
 pkgname=toxcore
 _pkgname=c-toxcore
 epoch=1
-pkgver=0.1.9
-pkgrel=3
+pkgver=0.1.10
+pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
 url='https://tox.chat'
@@ -22,13 +22,14 @@
 backup=('etc/tox-bootstrapd.conf')
 install=$pkgname.install
 source=(
-   
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz";
+   
#"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz";
+   
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz";

"${_pkgname}-v${pkgver}.tar.gz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc";

#"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz";

#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc";

#"pr504.patch::https://github.com/TokTok/c-toxcore/commit/d4414ffa3acf9e7ab5158e6c7a69c115ccb1a308.patch";
 'toxcore.conf')
-sha512sums=('2ac0661f2d8a1f6b7da8b6ed7eacde31e355cd4426a41e7dff62d319b811bf0c96b3f01035e2cee16d8c83abbf81d80f0379b8c06bce6d054b3dc6092f48e51c'
+sha512sums=('428fee2d811d0b6d5d005f082aa06f95765794b1a8bc77ec4411bb9ec9085b99675535b88db50f5ad7313850a0bb3c54c4e2e8d8864cea7c0c7d81be9879b157'
 'SKIP'
 
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
 validpgpkeys=(


[arch-commits] Commit in (rblcheck)

2017-08-21 Thread Sébastien Luttringer
Date: Tuesday, August 22, 2017 @ 01:24:52
  Author: seblu
Revision: 252895

Moved to AUR

Deleted:
  rblcheck/


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

2017-08-21 Thread Sébastien Luttringer
Date: Tuesday, August 22, 2017 @ 01:24:12
  Author: seblu
Revision: 252893

db-remove: rblcheck removed by seblu

Deleted:
  rblcheck/repos/community-x86_64/


[arch-commits] Commit in rblcheck/repos (community-i686)

2017-08-21 Thread Sébastien Luttringer
Date: Tuesday, August 22, 2017 @ 01:24:23
  Author: seblu
Revision: 252894

db-remove: rblcheck removed by seblu

Deleted:
  rblcheck/repos/community-i686/


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

2017-08-21 Thread Jan Steffens
Date: Monday, August 21, 2017 @ 23:11:45
  Author: heftig
Revision: 303232

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

Added:
  colord/repos/extra-i686/PKGBUILD
(from rev 303231, colord/trunk/PKGBUILD)
  colord/repos/extra-i686/colord.install
(from rev 303231, colord/trunk/colord.install)
  colord/repos/extra-x86_64/PKGBUILD
(from rev 303231, colord/trunk/PKGBUILD)
  colord/repos/extra-x86_64/colord.install
(from rev 303231, colord/trunk/colord.install)
Deleted:
  colord/repos/extra-i686/PKGBUILD
  colord/repos/extra-i686/colord.install
  colord/repos/extra-x86_64/PKGBUILD
  colord/repos/extra-x86_64/colord.install

-+
 /PKGBUILD   |  118 ++
 /colord.install |   16 +
 extra-i686/PKGBUILD |   59 -
 extra-i686/colord.install   |8 --
 extra-x86_64/PKGBUILD   |   59 -
 extra-x86_64/colord.install |8 --
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-21 23:10:52 UTC (rev 303231)
+++ extra-i686/PKGBUILD 2017-08-21 23:11:45 UTC (rev 303232)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=1.4.0+11+g98cf67b
-pkgrel=1
-pkgdesc="System daemon for managing color devices"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/software/colord";
-license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev 
shared-mime-info)
-makedepends=(gobject-introspection vala sane bash-completion argyllcms git 
docbook-utils
- docbook-sgml perl-sgmls meson gtk-doc)
-optdepends=('sane: scanner support'
-'argyllcms: color profiling')
-replaces=(shared-color-profiles)
-install=colord.install
-_commit=98cf67bf3ffe2e6ccb629e3bcaf9a6b15dfd79ed  # master
-source=("git+https://github.com/hughsie/colord#commit=$_commit";)
-sha1sums=('SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
---localstatedir=/var --libexecdir=/usr/lib/$pkgname \
--Denable-libcolordcompat=true \
--Denable-sane=true \
--Denable-vala=true \
--Denable-print-profiles=true \
--Dwith-daemon-user=colord
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-  # the build system has no colord user, so the chown fails
-  chown -R 124:124 "$pkgdir/var/lib/colord"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 303231, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-21 23:11:45 UTC (rev 303232)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="System daemon for managing color devices"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/software/colord";
+license=(GPL2)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev 
shared-mime-info)
+makedepends=(gobject-introspection vala sane bash-completion argyllcms git 
docbook-utils
+ docbook-sgml perl-sgmls meson gtk-doc)
+optdepends=('sane: scanner support'
+'argyllcms: color profiling')
+replaces=(shared-color-profiles)
+install=colord.install
+_commit=ef560710602ce590e72f8412cb200f68d6e3e153  # tags/1.4.1^0
+source=("git+https://github.com/hughsie/colord#commit=$_commit";)
+sha1sums=('SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname \
+--localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+-Denable-libcolordcompat=true \
+-Denable-sane=true \
+-Denable-vala=true \
+-Denable-print-profiles=true \
+-Dwith-daemon-user=colord
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+  # the build system has no colord user, so the chown fails
+  chown -R 124:124 "$pkgdir/var/lib/colord"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2017-08-21 23:10:52 UTC (rev 303231)
+++ extra-i686/colord.install   2017-08-21 23:11:45 UTC (rev 303232)
@@ -1,8 +0,0 @@
-post_install() {
-  getent group colord >/dev/null || groupadd -g 124 colord
-  getent passwd colord >/dev/null || useradd -

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

2017-08-21 Thread Jan Steffens
Date: Monday, August 21, 2017 @ 23:10:52
  Author: heftig
Revision: 303231

1.4.1-1

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 21:57:34 UTC (rev 303230)
+++ PKGBUILD2017-08-21 23:10:52 UTC (rev 303231)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=colord
-pkgver=1.4.0+11+g98cf67b
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="System daemon for managing color devices"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 'argyllcms: color profiling')
 replaces=(shared-color-profiles)
 install=colord.install
-_commit=98cf67bf3ffe2e6ccb629e3bcaf9a6b15dfd79ed  # master
+_commit=ef560710602ce590e72f8412cb200f68d6e3e153  # tags/1.4.1^0
 source=("git+https://github.com/hughsie/colord#commit=$_commit";)
 sha1sums=('SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
@@ -33,7 +33,7 @@
 
 build() {
   cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
+  meson setup --prefix=/usr --buildtype=release ../$pkgname \
 --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
 -Denable-libcolordcompat=true \
 -Denable-sane=true \
@@ -45,7 +45,7 @@
 
 check() {
   cd build
-  mesontest
+  meson test
 }
 
 package() {


[arch-commits] Commit in gradle/repos/community-any (4 files)

2017-08-21 Thread Levente Polyak
Date: Monday, August 21, 2017 @ 22:34:31
  Author: anthraxx
Revision: 252892

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 252891, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 252891, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  150 ++--
 gradle.sh |4 -
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-21 22:33:31 UTC (rev 252891)
+++ PKGBUILD2017-08-21 22:34:31 UTC (rev 252892)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha256sums=('b683cb9f8510f3ae9533871e6b244c24eb9398e8c5b432471f91f48dbc91e7a9'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('c1dee0918ef6e816cbfcdf1df24ccb3e335e42696e457ec557fac757ea21ca39de8a5fe96e25f812ac8fa46a1ab0e75b2a2d27546ffa0660d8e499b77f7183c6'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 252891, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-21 22:34:31 UTC (rev 252892)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=4.1
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha256sums=('5c07b3bac2209fbc98fb1fdf6fd831f72429cdf8c503807404eae03d8c8099e5'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('aa5f019086c8f555915c7e70855f7e9a101848710ecfe00b483adb280c4023ae4467fca9b12d705fd55b02f50799614061046cd4e8b34a3322e89fd6f7179ab7'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary di

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

2017-08-21 Thread Levente Polyak
Date: Monday, August 21, 2017 @ 22:33:31
  Author: anthraxx
Revision: 252891

upgpkg: gradle 4.1-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 22:18:26 UTC (rev 252890)
+++ PKGBUILD2017-08-21 22:33:31 UTC (rev 252891)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.0.2
+pkgver=4.1
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -14,9 +14,9 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha256sums=('b683cb9f8510f3ae9533871e6b244c24eb9398e8c5b432471f91f48dbc91e7a9'
+sha256sums=('5c07b3bac2209fbc98fb1fdf6fd831f72429cdf8c503807404eae03d8c8099e5'
 '7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('c1dee0918ef6e816cbfcdf1df24ccb3e335e42696e457ec557fac757ea21ca39de8a5fe96e25f812ac8fa46a1ab0e75b2a2d27546ffa0660d8e499b77f7183c6'
+sha512sums=('aa5f019086c8f555915c7e70855f7e9a101848710ecfe00b483adb280c4023ae4467fca9b12d705fd55b02f50799614061046cd4e8b34a3322e89fd6f7179ab7'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {


[arch-commits] Commit in emby-server/repos (24 files)

2017-08-21 Thread Maxime Gauduin
Date: Monday, August 21, 2017 @ 22:18:26
  Author: alucryd
Revision: 252890

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 252889, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 252889, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 252889, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 252889, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 252889, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 252889, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 252889, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 252889, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 252889, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 252889, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 252889, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 252889, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   36 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   18 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   18 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 22:17:52 UTC (rev 252889)
+++ community-i686/PKGBUILD 2017-08-21 22:18:26 UTC (rev 252890)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.2.27.0
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'referenceassemblies-pcl' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz";
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('3bee55d5e14865c59ff6e7d2f9a110b209efd0751584c51273bd0b6fb19989b3'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bi

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

2017-08-21 Thread Maxime Gauduin
Date: Monday, August 21, 2017 @ 22:17:52
  Author: alucryd
Revision: 252889

upgpkg: emby-server 3.2.28.0-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 19:19:27 UTC (rev 252888)
+++ PKGBUILD2017-08-21 22:17:52 UTC (rev 252889)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.2.27.0
+pkgver=3.2.28.0
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('3bee55d5e14865c59ff6e7d2f9a110b209efd0751584c51273bd0b6fb19989b3'
+sha256sums=('34e335973d0a9a00232f3e4ed0a6518e6005d253ad8f2b691fb56ff0fd240684'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2017-08-21 Thread Jan Steffens
Date: Monday, August 21, 2017 @ 21:57:34
  Author: heftig
Revision: 303230

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

Added:
  flatpak/repos/extra-i686/PKGBUILD
(from rev 303229, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-i686/flatpak.install
(from rev 303229, flatpak/trunk/flatpak.install)
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 303229, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 303229, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-i686/PKGBUILD
  flatpak/repos/extra-i686/flatpak.install
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak.install

--+
 /PKGBUILD|  158 +
 /flatpak.install |   22 +
 extra-i686/PKGBUILD  |   79 
 extra-i686/flatpak.install   |   11 --
 extra-x86_64/PKGBUILD|   79 
 extra-x86_64/flatpak.install |   11 --
 6 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-21 21:56:43 UTC (rev 303229)
+++ extra-i686/PKGBUILD 2017-08-21 21:57:34 UTC (rev 303230)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
- libseccomp libarchive libelf libcap python bubblewrap patch elfutils)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
- libdwarf)
-install=flatpak.install
-_commit=9a19ea7c1329d55129898330f5c329ece05c875e  # tags/0.9.7^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://git.gnome.org/browse/libglnx";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-priv-mode=setuid \
---with-dwarf-header=/usr/include/libdwarf \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 303229, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-21 21:57:34 UTC (rev 303230)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
+ libseccomp libarchive libelf libcap python bubblewrap patch elfutils)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
+ libdwarf)
+install=flatpak.install
+_commit=cc8c8e6e3073a87bb5f41d1040ad430a4d3a  # tags/0.9.8^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir

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

2017-08-21 Thread Jan Steffens
Date: Monday, August 21, 2017 @ 21:56:43
  Author: heftig
Revision: 303229

0.9.8-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 21:44:16 UTC (rev 303228)
+++ PKGBUILD2017-08-21 21:56:43 UTC (rev 303229)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org";
@@ -13,7 +13,7 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
  libdwarf)
 install=flatpak.install
-_commit=9a19ea7c1329d55129898330f5c329ece05c875e  # tags/0.9.7^0
+_commit=cc8c8e6e3073a87bb5f41d1040ad430a4d3a  # tags/0.9.8^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
 "git+https://github.com/projectatomic/bubblewrap";
 "git+https://git.gnome.org/browse/libglnx";)


[arch-commits] Commit in ostree/repos (4 files)

2017-08-21 Thread Jan Steffens
Date: Monday, August 21, 2017 @ 21:44:16
  Author: heftig
Revision: 303228

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

Added:
  ostree/repos/extra-i686/PKGBUILD
(from rev 303227, ostree/trunk/PKGBUILD)
  ostree/repos/extra-x86_64/PKGBUILD
(from rev 303227, ostree/trunk/PKGBUILD)
Deleted:
  ostree/repos/extra-i686/PKGBUILD
  ostree/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  146 
 extra-i686/PKGBUILD   |   70 ---
 extra-x86_64/PKGBUILD |   70 ---
 3 files changed, 146 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-21 21:43:07 UTC (rev 303227)
+++ extra-i686/PKGBUILD 2017-08-21 21:44:16 UTC (rev 303228)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-pkgname=ostree
-pkgver=2017.7
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio 
openssl)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
- python2)
-checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=6729b7c2649a2c78bfbafc69a2b902f635275330  # tags/v2017.7^0
-source=("git+https://github.com/ostreedev/ostree#commit=$_commit";
-"git+https://github.com/mendsley/bsdiff";
-"git+https://git.gnome.org/browse/libglnx";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-mkinitcpio \
---with-openssl \
---with-builtin-grub2-mkconfig \
---disable-static \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-i686/PKGBUILD (from rev 303227, 
ostree/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-21 21:44:16 UTC (rev 303228)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+pkgname=ostree
+pkgver=2017.10
+pkgrel=1
+pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostree.readthedocs.org/en/latest/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio 
openssl)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+ python2)
+checkdepends=(parallel syslinux gjs cpio elfutils)
+_commit=395676917b3c0dd45b4d56a3742f61b56a692c30  # tags/v2017.10^0
+source=("git+https://github.com/ostreedev/ostree#commit=$_commit";
+"git+https://github.com/mendsley/bsdiff";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  # https://github.com/ostreedev/ostree/issues/1101  GTK-Doc 1.26
+  sed -i 's/LC_ALL = C/LC_ALL = en_US.utf8/' maint.mk
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-mkinitcpio \
+--with-openssl \
+--with-builtin-grub2-mkconfig \
+--disable-static \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-21 21:43:07 UTC (rev 303227)
+++ extra-x86_64/PKGBUILD   2017-08-21 21:44:16 UTC (rev 303228)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (he

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

2017-08-21 Thread Jan Steffens
Date: Monday, August 21, 2017 @ 21:43:07
  Author: heftig
Revision: 303227

2017.10-1

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 19:09:04 UTC (rev 303226)
+++ PKGBUILD2017-08-21 21:43:07 UTC (rev 303227)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=ostree
-pkgver=2017.7
+pkgver=2017.10
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/";
@@ -13,7 +13,7 @@
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
  python2)
 checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=6729b7c2649a2c78bfbafc69a2b902f635275330  # tags/v2017.7^0
+_commit=395676917b3c0dd45b4d56a3742f61b56a692c30  # tags/v2017.10^0
 source=("git+https://github.com/ostreedev/ostree#commit=$_commit";
 "git+https://github.com/mendsley/bsdiff";
 "git+https://git.gnome.org/browse/libglnx";)
@@ -31,6 +31,9 @@
 
   find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
 
+  # https://github.com/ostreedev/ostree/issues/1101  GTK-Doc 1.26
+  sed -i 's/LC_ALL = C/LC_ALL = en_US.utf8/' maint.mk
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in zanshin/repos (4 files)

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 19:19:27
  Author: arojas
Revision: 252888

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

Added:
  zanshin/repos/community-i686/PKGBUILD
(from rev 252887, zanshin/trunk/PKGBUILD)
  zanshin/repos/community-x86_64/PKGBUILD
(from rev 252887, zanshin/trunk/PKGBUILD)
Deleted:
  zanshin/repos/community-i686/PKGBUILD
  zanshin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 19:18:59 UTC (rev 252887)
+++ community-i686/PKGBUILD 2017-08-21 19:19:27 UTC (rev 252888)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=zanshin
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="To-do management application for KDE based on Akonadi"
-arch=(i686 x86_64)
-url="http://zanshin.kde.org";
-license=(GPL)
-depends=(kdepim-runtime kldap kontactinterface akonadi-search)
-makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
-source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('0da13182cf3ace42b65500e40edbbe05')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: zanshin/repos/community-i686/PKGBUILD (from rev 252887, 
zanshin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-21 19:19:27 UTC (rev 252888)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=zanshin
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="To-do management application for KDE based on Akonadi"
+arch=(i686 x86_64)
+url="http://zanshin.kde.org";
+license=(GPL)
+depends=(kdepim-runtime kontactinterface)
+makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
+source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('5a1980e2021c8f494c70f035f91e87f710ebf1cdfcad9a5f8eadc24a38a998d2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-21 19:18:59 UTC (rev 252887)
+++ community-x86_64/PKGBUILD   2017-08-21 19:19:27 UTC (rev 252888)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=zanshin
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="To-do management application for KDE based on Akonadi"
-arch=(i686 x86_64)
-url="http://zanshin.kde.org";
-license=(GPL)
-depends=(kdepim-runtime kldap kontactinterface akonadi-search)
-makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
-source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('0da13182cf3ace42b65500e40edbbe05')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: zanshin/repos/community-x86_64/PKGBUILD (from rev 252887, 
zanshin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-21 19:19:27 UTC (rev 252888)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=zanshin
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="To-do management application for KDE based on Akonadi"
+arch=(i686 x86_64)
+url="http://zanshin.kde.org";
+license=(GPL)
+depends=(kdepim-runtime kontactinterface)
+makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
+source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('5a1980e2021c8f494c70f035f91e87f710ebf1cdfcad9a5f8eadc24a38a998d2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+ 

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

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 19:18:59
  Author: arojas
Revision: 252887

akonadi 17.08 rebuild

Modified:
  zanshin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 19:12:39 UTC (rev 252886)
+++ PKGBUILD2017-08-21 19:18:59 UTC (rev 252887)
@@ -3,15 +3,15 @@
 
 pkgname=zanshin
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="To-do management application for KDE based on Akonadi"
 arch=(i686 x86_64)
 url="http://zanshin.kde.org";
 license=(GPL)
-depends=(kdepim-runtime kldap kontactinterface akonadi-search)
+depends=(kdepim-runtime kontactinterface)
 makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
 source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('0da13182cf3ace42b65500e40edbbe05')
+sha256sums=('5a1980e2021c8f494c70f035f91e87f710ebf1cdfcad9a5f8eadc24a38a998d2')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in kjots/repos (4 files)

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 19:12:39
  Author: arojas
Revision: 252886

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

Added:
  kjots/repos/community-i686/PKGBUILD
(from rev 252885, kjots/trunk/PKGBUILD)
  kjots/repos/community-x86_64/PKGBUILD
(from rev 252885, kjots/trunk/PKGBUILD)
Deleted:
  kjots/repos/community-i686/PKGBUILD
  kjots/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   36 --
 community-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 19:12:09 UTC (rev 252885)
+++ community-i686/PKGBUILD 2017-08-21 19:12:39 UTC (rev 252886)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.2
-pkgrel=1
-pkgdesc="A note taking application for KDE"
-url="https://www.kde.org/applications/utilities/kjots/";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-conflicts=(kdepim-kjots)
-replaces=(kdepim-kjots)
-md5sums=('296136e9860142596235d6d3f2c523e8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kjots/repos/community-i686/PKGBUILD (from rev 252885, 
kjots/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-21 19:12:39 UTC (rev 252886)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=2
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
+conflicts=(kdepim-kjots)
+replaces=(kdepim-kjots)
+sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-21 19:12:09 UTC (rev 252885)
+++ community-x86_64/PKGBUILD   2017-08-21 19:12:39 UTC (rev 252886)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.2
-pkgrel=1
-pkgdesc="A note taking application for KDE"
-url="https://www.kde.org/applications/utilities/kjots/";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-conflicts=(kdepim-kjots)
-replaces=(kdepim-kjots)
-md5sums=('296136e9860142596235d6d3f2c523e8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kjots/repos/community-x86_64/PKGBUILD (from rev 252885, 
kjots/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-21 19:12:39 UTC (rev 252886)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=2
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
+source=("http://download.kde.org/stable/$pkgname

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

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 19:12:09
  Author: arojas
Revision: 252885

akonadi 17.08 rebuild (FS#55227)

Modified:
  kjots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 19:09:59 UTC (rev 252884)
+++ PKGBUILD2017-08-21 19:12:09 UTC (rev 252885)
@@ -3,17 +3,17 @@
 
 pkgname=kjots
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A note taking application for KDE"
 url="https://www.kde.org/applications/utilities/kjots/";
 arch=(i686 x86_64)
 license=(GPL)
-depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit 
hicolor-icon-theme)
+depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
 makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
 conflicts=(kdepim-kjots)
 replaces=(kdepim-kjots)
-md5sums=('296136e9860142596235d6d3f2c523e8')
+sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in gmic/repos (4 files)

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 19:07:54
  Author: arojas
Revision: 252880

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

Added:
  gmic/repos/community-staging-i686/
  gmic/repos/community-staging-i686/PKGBUILD
(from rev 252879, gmic/trunk/PKGBUILD)
  gmic/repos/community-staging-x86_64/
  gmic/repos/community-staging-x86_64/PKGBUILD
(from rev 252879, gmic/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   79 
 community-staging-x86_64/PKGBUILD |   79 
 2 files changed, 158 insertions(+)

Copied: gmic/repos/community-staging-i686/PKGBUILD (from rev 252879, 
gmic/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-21 19:07:54 UTC (rev 252880)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=2.0.2
+gmic_qt_ver=2.0.0
+_commit=c43f88d9537c58be4eeac515282eec8096c4a797
+pkgrel=2
+arch=("i686" "x86_64")
+url="http://gmic.eu/";
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt5-base' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git' 
'hdf5')
+source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz";
+   "git://github.com/dtschump/gmic-community.git#commit=${_commit}"
+   "https://github.com/c-koi/gmic-qt/archive/v$gmic_qt_ver.tar.gz";)
+sha256sums=('7da9f08d62a9d23fc8badbc7c819cf76f4a9ce3db763710268fdcb80d83ecfc6'
+'SKIP'
+'286fc5be19f7ad63b9a20e22ed62064c4cc2bf5113caf59d835e6cd09d81b822')
+
+prepare() {
+  mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
+  cd "${srcdir}/gmic"
+
+  ln -sf ../gmic-community/zart zart
+  ln -sf ../gmic-qt-$gmic_qt_ver gmic-qt
+
+  sed -i -e 
's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+  sed -i -e 's|-Ofast|-O2 -fno-fast-math|g' \
+gmic-qt/gmic_qt.pro
+}
+
+build() {
+  cd "${srcdir}/gmic"
+
+  unset CFLAGS
+
+  unset CXXFLAGS
+  export CPPFLAGS="-Wno-implicit-fallthrough -Wno-format-truncation 
-fno-fast-math"
+
+  export QMAKE_CXXFLAGS="-fno-fast-math"
+  export QMAKE_CPPFLAGS="-fno-fast-math"
+
+  (cd zart && qmake -o Makefile zart.pro)
+  make -C src all WGET=/bin/true
+  make -C zart all WGET=/bin/true
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11" 
"hdf5" "curl")
+
+  cd "${srcdir}/gmic"
+  make -C src install DESTDIR="$pkgdir" USR="/usr"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+  depends=("opencv" "fftw" "qt5-base")
+
+  cd "${srcdir}/gmic"
+  install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
+  install -Dm644 zart/Licence_CeCILL_V2-en.html 
"${pkgdir}/usr/share/licenses/${pkgname}/Licence_CeCILL_V2-en.html"
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc="Gimp plugin for the G'MIC image processing framework"
+  depends=("opencv" "gimp" "fftw" "qt5-base" "curl")
+
+  cd "${srcdir}/gmic"
+  install -Dm755 gmic-qt/gmic_gimp_qt 
"${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
+  install -Dm644 gmic-qt/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: gmic/repos/community-staging-x86_64/PKGBUILD (from rev 252879, 
gmic/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-21 19:07:54 UTC (rev 252880)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=2.0.2
+gmic_qt_ver=2.0.0
+_commit=c43f88d9537c58be4eeac515282eec8096c4a797
+pkgrel=2
+arch=("i686" "x86_64")
+url="http://gmic.eu/";
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt5-base' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git' 
'hdf5')
+source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz";
+   "git://github.com/dtschump/gmic-community.git#commit=${_commit}"
+   "https://github.com/c-koi/gmic-qt/archive/v$gmic_qt_ver.tar.gz";)
+sha256sums=('7da9f08d62a9d23fc8badbc7c819cf76f4a9ce3db763710268fdcb80d83ecfc6'
+'SKIP'
+'286fc5be19f7ad63b9a20e22ed62064c4cc2bf5113caf59d835e6cd09d81b822')
+
+prepare() {
+  mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
+  cd "${srcdir}/gmic"
+
+  ln -sf ../gmic-community/zart zart
+  ln -sf ../gmic-qt-$gmic_qt_ver gmic-qt
+
+  sed -i -e 
's|/etc/bash_completion.d|/usr/share/bash-completion/c

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

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 19:07:28
  Author: arojas
Revision: 252879

opencv 3.3 rebuild

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 18:55:36 UTC (rev 252878)
+++ PKGBUILD2017-08-21 19:07:28 UTC (rev 252879)
@@ -9,7 +9,7 @@
 pkgver=2.0.2
 gmic_qt_ver=2.0.0
 _commit=c43f88d9537c58be4eeac515282eec8096c4a797
-pkgrel=1
+pkgrel=2
 arch=("i686" "x86_64")
 url="http://gmic.eu/";
 license=("custom:CeCILL")


[arch-commits] Commit in frei0r-plugins/repos (4 files)

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 18:55:36
  Author: arojas
Revision: 252878

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

Added:
  frei0r-plugins/repos/community-staging-i686/
  frei0r-plugins/repos/community-staging-i686/PKGBUILD
(from rev 252877, frei0r-plugins/trunk/PKGBUILD)
  frei0r-plugins/repos/community-staging-x86_64/
  frei0r-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 252877, frei0r-plugins/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: frei0r-plugins/repos/community-staging-i686/PKGBUILD (from rev 252877, 
frei0r-plugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-21 18:55:36 UTC (rev 252878)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=frei0r-plugins
+pkgver=1.6.1
+pkgrel=4
+pkgdesc="A minimalistic plugin API for video sources and filters"
+arch=(i686 x86_64)
+url="https://frei0r.dyne.org/";
+license=('GPL')
+depends=('cairo' 'gavl')
+makedepends=('doxygen' 'opencv')
+optdepends=('opencv: for facebl0r and facedetect plugins')
+source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
+sha256sums=('e0c24630961195d9bd65aa8d43732469e8248e8918faa942cfb881769d11515e'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: frei0r-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 
252877, frei0r-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-21 18:55:36 UTC (rev 252878)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=frei0r-plugins
+pkgver=1.6.1
+pkgrel=4
+pkgdesc="A minimalistic plugin API for video sources and filters"
+arch=(i686 x86_64)
+url="https://frei0r.dyne.org/";
+license=('GPL')
+depends=('cairo' 'gavl')
+makedepends=('doxygen' 'opencv')
+optdepends=('opencv: for facebl0r and facedetect plugins')
+source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
+sha256sums=('e0c24630961195d9bd65aa8d43732469e8248e8918faa942cfb881769d11515e'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 18:55:10
  Author: arojas
Revision: 252877

opencv 3.3 rebuild

Modified:
  frei0r-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 18:52:45 UTC (rev 252876)
+++ PKGBUILD2017-08-21 18:55:10 UTC (rev 252877)
@@ -3,7 +3,7 @@
 
 pkgname=frei0r-plugins
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A minimalistic plugin API for video sources and filters"
 arch=(i686 x86_64)
 url="https://frei0r.dyne.org/";


[arch-commits] Commit in performous/repos (4 files)

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 18:52:45
  Author: arojas
Revision: 252876

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

Added:
  performous/repos/community-staging-i686/
  performous/repos/community-staging-i686/PKGBUILD
(from rev 252875, performous/trunk/PKGBUILD)
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 252875, performous/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: performous/repos/community-staging-i686/PKGBUILD (from rev 252875, 
performous/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-21 18:52:45 UTC (rev 252876)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=10
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/";
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 252875, 
performous/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-21 18:52:45 UTC (rev 252876)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=10
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/";
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 18:51:54
  Author: arojas
Revision: 252875

opencv 3.3 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 17:14:02 UTC (rev 252874)
+++ PKGBUILD2017-08-21 18:51:54 UTC (rev 252875)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=1.1
-pkgrel=9
+pkgrel=10
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('i686' 'x86_64')
 url="http://performous.org/";


[arch-commits] Commit in perl/repos (20 files)

2017-08-21 Thread Florian Pritz
Date: Monday, August 21, 2017 @ 18:06:55
  Author: bluewind
Revision: 303223

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

Added:
  perl/repos/testing-i686/
  perl/repos/testing-i686/CVE-2016-2381_duplicate_env.diff
(from rev 303222, perl/trunk/CVE-2016-2381_duplicate_env.diff)
  perl/repos/testing-i686/PKGBUILD
(from rev 303222, perl/trunk/PKGBUILD)
  perl/repos/testing-i686/generate-rebuild-list.sh
(from rev 303222, perl/trunk/generate-rebuild-list.sh)
  perl/repos/testing-i686/patchprov
(from rev 303222, perl/trunk/patchprov)
  perl/repos/testing-i686/perl-binary-module-dependency-1.template
(from rev 303222, perl/trunk/perl-binary-module-dependency-1.template)
  perl/repos/testing-i686/perlbin.csh
(from rev 303222, perl/trunk/perlbin.csh)
  perl/repos/testing-i686/perlbin.fish
(from rev 303222, perl/trunk/perlbin.fish)
  perl/repos/testing-i686/perlbin.sh
(from rev 303222, perl/trunk/perlbin.sh)
  perl/repos/testing-i686/upgpkg
(from rev 303222, perl/trunk/upgpkg)
  perl/repos/testing-x86_64/
  perl/repos/testing-x86_64/CVE-2016-2381_duplicate_env.diff
(from rev 303222, perl/trunk/CVE-2016-2381_duplicate_env.diff)
  perl/repos/testing-x86_64/PKGBUILD
(from rev 303222, perl/trunk/PKGBUILD)
  perl/repos/testing-x86_64/generate-rebuild-list.sh
(from rev 303222, perl/trunk/generate-rebuild-list.sh)
  perl/repos/testing-x86_64/patchprov
(from rev 303222, perl/trunk/patchprov)
  perl/repos/testing-x86_64/perl-binary-module-dependency-1.template
(from rev 303222, perl/trunk/perl-binary-module-dependency-1.template)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 303222, perl/trunk/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.fish
(from rev 303222, perl/trunk/perlbin.fish)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 303222, perl/trunk/perlbin.sh)
  perl/repos/testing-x86_64/upgpkg
(from rev 303222, perl/trunk/upgpkg)

-+
 testing-i686/CVE-2016-2381_duplicate_env.diff   |  104 +
 testing-i686/PKGBUILD   |  236 
 testing-i686/generate-rebuild-list.sh   |7 
 testing-i686/patchprov  |  259 ++
 testing-i686/perl-binary-module-dependency-1.template   |5 
 testing-i686/perlbin.csh|   15 
 testing-i686/perlbin.fish   |   10 
 testing-i686/perlbin.sh |   18 
 testing-i686/upgpkg |4 
 testing-x86_64/CVE-2016-2381_duplicate_env.diff |  104 +
 testing-x86_64/PKGBUILD |  236 
 testing-x86_64/generate-rebuild-list.sh |7 
 testing-x86_64/patchprov|  259 ++
 testing-x86_64/perl-binary-module-dependency-1.template |5 
 testing-x86_64/perlbin.csh  |   15 
 testing-x86_64/perlbin.fish |   10 
 testing-x86_64/perlbin.sh   |   18 
 testing-x86_64/upgpkg   |4 
 18 files changed, 1316 insertions(+)

Copied: perl/repos/testing-i686/CVE-2016-2381_duplicate_env.diff (from rev 
303222, perl/trunk/CVE-2016-2381_duplicate_env.diff)
===
--- testing-i686/CVE-2016-2381_duplicate_env.diff   
(rev 0)
+++ testing-i686/CVE-2016-2381_duplicate_env.diff   2017-08-21 18:06:55 UTC 
(rev 303223)
@@ -0,0 +1,104 @@
+From 83e7ebed7afa79a2f50eca6b6330eae7c3a02d36 Mon Sep 17 00:00:00 2001
+From: Tony Cook 
+Date: Wed, 27 Jan 2016 11:52:15 +1100
+Subject: remove duplicate environment variables from environ
+
+If we see duplicate environment variables while iterating over
+environ[]:
+
+a) make sure we use the same value in %ENV that getenv() returns.
+
+Previously on a duplicate, %ENV would have the last entry for the name
+from environ[], but a typical getenv() would return the first entry.
+
+Rather than assuming all getenv() implementations return the first entry
+explicitly call getenv() to ensure they agree.
+
+b) remove duplicate entries from environ
+
+Previously if there was a duplicate definition for a name in environ[]
+setting that name in %ENV could result in an unsafe value being passed
+to a child process, so ensure environ[] has no duplicates.
+
+Patch-Name: fixes/CVE-2016-2381_duplicate_env.diff
+---
+ perl.c | 51 +--
+ 1 file changed, 49 insertions(+), 2 deletions(-)
+
+diff --git a/perl.c b/perl.c
+index 80a76c2..ed25429 100644
+--- a/perl.c
 b/perl.c
+@@ -4303,23 +4303,70 @@ S_init_postdump_symbols(pTHX_ int argc, char **argv, 
char **env)
+   }
+   if (env) {
+ char *s, *old_var;
++  STRLEN nlen;
+ SV *sv;
++ 

[arch-commits] Commit in perl/trunk (PKGBUILD generate-rebuild-list.sh)

2017-08-21 Thread Florian Pritz
Date: Monday, August 21, 2017 @ 18:06:45
  Author: bluewind
Revision: 303222

FS#55217 - [perl] the package needs to be recompiled with new glibc

upgpkg: perl 5.26.0-3

Modified:
  perl/trunk/PKGBUILD
  perl/trunk/generate-rebuild-list.sh

--+
 PKGBUILD |2 +-
 generate-rebuild-list.sh |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 17:28:12 UTC (rev 303221)
+++ PKGBUILD2017-08-21 18:06:45 UTC (rev 303222)
@@ -7,7 +7,7 @@
 
 pkgname=perl
 pkgver=5.26.0
-pkgrel=1
+pkgrel=3
 pkgdesc="A highly capable, feature-rich programming language"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')

Modified: generate-rebuild-list.sh
===
--- generate-rebuild-list.sh2017-08-21 17:28:12 UTC (rev 303221)
+++ generate-rebuild-list.sh2017-08-21 18:06:45 UTC (rev 303222)
@@ -2,3 +2,6 @@
 
 pkgfile -r "^/usr/lib/perl5/vendor_perl/auto/.*\.so$" | sed 's#^.*/##' | sort 
-u
 ssh soyuz.archlinux.org PATH=/usr/local/bin:\$PATH\; 
/home/bluewind/bin/sogrep-all libperl.so
+
+# this one is optional
+pkgfile -r '^/usr/share/perl5/'  | sed 's#^.*/##' | sort -u


[arch-commits] Commit in thunderbird/repos (26 files)

2017-08-21 Thread Evangelos Foutras
Date: Monday, August 21, 2017 @ 17:28:12
  Author: foutrelis
Revision: 303221

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 303220, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/fix-wifi-scanner.diff
(from rev 303220, thunderbird/trunk/fix-wifi-scanner.diff)
  thunderbird/repos/extra-i686/no-crmf.diff
(from rev 303220, thunderbird/trunk/no-crmf.diff)
  thunderbird/repos/extra-i686/rust-i686.patch
(from rev 303220, thunderbird/trunk/rust-i686.patch)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 303220, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 303220, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 303220, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/fix-wifi-scanner.diff
(from rev 303220, thunderbird/trunk/fix-wifi-scanner.diff)
  thunderbird/repos/extra-x86_64/no-crmf.diff
(from rev 303220, thunderbird/trunk/no-crmf.diff)
  thunderbird/repos/extra-x86_64/rust-i686.patch
(from rev 303220, thunderbird/trunk/rust-i686.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 303220, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 303220, thunderbird/trunk/thunderbird.desktop)
Deleted:
  
thunderbird/repos/extra-i686/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/fix-wifi-scanner.diff
  thunderbird/repos/extra-i686/no-crmf.diff
  thunderbird/repos/extra-i686/rust-i686.patch
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  
thunderbird/repos/extra-x86_64/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/fix-wifi-scanner.diff
  thunderbird/repos/extra-x86_64/no-crmf.diff
  thunderbird/repos/extra-x86_64/rust-i686.patch
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop

--+
 /PKGBUILD| 
 350 ++
 /fix-wifi-scanner.diff   | 
  32 
 /no-crmf.diff| 
  78 ++
 /rust-i686.patch | 
  32 
 /thunderbird-install-dir.patch   | 
  24 
 /thunderbird.desktop | 
 346 +
 extra-i686/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch   | 
  48 -
 extra-i686/PKGBUILD  | 
 180 -
 extra-i686/fix-wifi-scanner.diff | 
  16 
 extra-i686/no-crmf.diff  | 
  39 -
 extra-i686/rust-i686.patch   | 
  16 
 extra-i686/thunderbird-install-dir.patch | 
  12 
 extra-i686/thunderbird.desktop   | 
 173 
 extra-x86_64/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch | 
  48 -
 extra-x86_64/PKGBUILD| 
 180 -
 extra-x86_64/fix-wifi-scanner.diff   | 
  16 
 extra-x86_64/no-crmf.diff| 
  39 -
 extra-x86_64/rust-i686.patch | 
  16 
 extra-x86_64/thunderbird-install-dir.patch   | 
  12 
 extra-x86_64/thunderbird.desktop | 
 173 
 20 files changed, 862 insertions(+), 968 deletions(-)

Deleted: 
extra-i686/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
===
--- extra-i686/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch  
2017-08-21 17:27:40 UTC (rev 303220)
+++ extra-i686/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch  
2017-08-21 17:28:12 UTC (rev 303221)
@@ -1,48 +0,0 @@
-From bbd48a5613c872883616884cfaf41665b0e4ec9b Mon Sep 17 00:00:00 2001
-From: Ralph Giles 
-Date: Fri, 10 Feb 2017 12:58:18 -0800
-Subject: [PATCH] Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj
-
-We use the cheddar crate to generate a C header file
-for our mp4parse_capi wrapper crate. Currently we
-do this at code check-in time via update-rust.sh.
-
-Cargo 0.18 and later will try to ex

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

2017-08-21 Thread Evangelos Foutras
Date: Monday, August 21, 2017 @ 17:27:40
  Author: foutrelis
Revision: 303220

upgpkg: thunderbird 52.3.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD
Deleted:
  
thunderbird/trunk/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch

-+
 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch |   48 
--
 PKGBUILD|9 -
 2 files changed, 2 insertions(+), 55 deletions(-)

Deleted: 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
===
--- 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch 
2017-08-21 16:50:25 UTC (rev 303219)
+++ 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch 
2017-08-21 17:27:40 UTC (rev 303220)
@@ -1,48 +0,0 @@
-From bbd48a5613c872883616884cfaf41665b0e4ec9b Mon Sep 17 00:00:00 2001
-From: Ralph Giles 
-Date: Fri, 10 Feb 2017 12:58:18 -0800
-Subject: [PATCH] Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj
-
-We use the cheddar crate to generate a C header file
-for our mp4parse_capi wrapper crate. Currently we
-do this at code check-in time via update-rust.sh.
-
-Cargo 0.18 and later will try to execute a build.rs
-file in the crate source tree regardless of whether
-it's specified in Cargo.toml so patching out that
-line just results in 'crate cheddar not found'.
-
-This change restores the old behaviour by substituting
-a 'build = false' line instead.
-
-We do have syntex vendored, but we don't currently build
-it by default, so I prefer this solution to just vendoring
-cheddar and generating the header at build time. The syntex
-crate is quite large and adds significantly to our compile
-time.
-
-MozReview-Commit-ID: InJRRODWAdP
-
---HG--
-extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e

- media/libstagefright/binding/mp4parse-cargo.patch | 5 +++--
- media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/media/libstagefright/binding/mp4parse_capi/Cargo.toml 
b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-index aee7ee947151a27c..d7e3f55119d3f4b6 100644
 a/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-+++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-@@ -18,6 +18,8 @@ exclude = [
-   "*.mp4",
- ]
- 
-+build = false
-+
- [dependencies]
- byteorder = "1.0.0"
- "mp4parse" = {version = "0.6.0", path = "../mp4parse"}
--- 
-2.12.2
-

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 16:50:25 UTC (rev 303219)
+++ PKGBUILD2017-08-21 17:27:40 UTC (rev 303220)
@@ -6,7 +6,7 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=52.2.1
+pkgver=52.3.0
 pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=(i686 x86_64)
@@ -20,11 +20,9 @@
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
 thunderbird.desktop
-0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
 thunderbird-install-dir.patch no-crmf.diff rust-i686.patch 
fix-wifi-scanner.diff)
-sha256sums=('8b9e4b787f9059973bb3cae41c3957d6907e13e5f0b2310f3730d59ce7d8779a'
+sha256sums=('050acc320a9c50365a53e4faa6538a0ad7f9a302d5f2cfb6edf0c6fe1b573b18'
 'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
-'413cd6d366d78f325d80ebebccfd0afa0d266b40b2e54b66ba2fa03c15f3ea67'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
 'a7317caba56e89932bd9e3b9352d94701dd9a419685057f238b1ded8dc0adcd7'
 'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'
@@ -58,9 +56,6 @@
   # Build with the rust targets we actually ship
   patch -d mozilla -Np1 < ../rust-i686.patch
 
-  # https://bugs.archlinux.org/task/53890
-  patch -d mozilla -Np1 < 
../0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
-
   echo -n "$_google_api_key" >google-api-key
   echo -n "$_mozilla_api_key" >mozilla-api-key
 


[arch-commits] Commit in unbound/repos (20 files)

2017-08-21 Thread Gaëtan Bisson
Date: Monday, August 21, 2017 @ 17:14:02
  Author: bisson
Revision: 252874

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

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 252873, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 252873, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 252873, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 252873, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 252873, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 252873, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 252873, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 252873, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 252873, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 252873, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   28 ++
 community-i686/PKGBUILD   |   61 --
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|5 -
 community-i686/service|   14 -
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |5 -
 community-x86_64/service  |   14 -
 15 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 17:13:07 UTC (rev 252873)
+++ community-i686/PKGBUILD 2017-08-21 17:14:02 UTC (rev 252874)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.4
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed'
-'SKIP'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 252873, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-21 17:14:02 UTC (rev 252874)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 

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

2017-08-21 Thread Gaëtan Bisson
Date: Monday, August 21, 2017 @ 17:13:07
  Author: bisson
Revision: 252873

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 17:11:51 UTC (rev 252872)
+++ PKGBUILD2017-08-21 17:13:07 UTC (rev 252873)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -19,7 +19,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed'
+sha256sums=('e297aa1229015f25bf24e4923cb1dadf1f29b84f82a353205006421f82cc104e'
 'SKIP'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'


[arch-commits] Commit in instead/repos (4 files)

2017-08-21 Thread Sergej Pupykin
Date: Monday, August 21, 2017 @ 17:11:51
  Author: spupykin
Revision: 252872

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

Added:
  instead/repos/community-i686/PKGBUILD
(from rev 252871, instead/trunk/PKGBUILD)
  instead/repos/community-x86_64/PKGBUILD
(from rev 252871, instead/trunk/PKGBUILD)
Deleted:
  instead/repos/community-i686/PKGBUILD
  instead/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 17:11:17 UTC (rev 252871)
+++ community-i686/PKGBUILD 2017-08-21 17:11:51 UTC (rev 252872)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="a quest interpreter"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/instead/";
-license=('MIT')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua' 'gtk2')
-makedepends=('cmake')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-sha256sums=('cac78d4fc8c10f294bd0aad78a7885b1b686e899c8c070ccdb2ff3ca8c4ef8fc')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-"${srcdir}"/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  cd "${srcdir}"/$pkgname-$pkgver
-  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
"$pkgdir"/usr/share/doc/instead/
-
-  install -Dm0644 COPYING "$pkgdir"/usr/share/licenses/instead/COPYING
-}

Copied: instead/repos/community-i686/PKGBUILD (from rev 252871, 
instead/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-21 17:11:51 UTC (rev 252872)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Kosyh 
+
+pkgname=instead
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="a quest interpreter"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/instead/";
+license=('MIT')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua' 'gtk2')
+makedepends=('cmake')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
+sha256sums=('e1990bf8d48471fbc8fce60914e343df6bff87eac9cfbfad7d980c56c54e9282')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+"${srcdir}"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+  cd "${srcdir}"/$pkgname-$pkgver
+  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
"$pkgdir"/usr/share/doc/instead/
+
+  install -Dm0644 COPYING "$pkgdir"/usr/share/licenses/instead/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-21 17:11:17 UTC (rev 252871)
+++ community-x86_64/PKGBUILD   2017-08-21 17:11:51 UTC (rev 252872)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="a quest interpreter"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/instead/";
-license=('MIT')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua' 'gtk2')
-makedepends=('cmake')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-sha256sums=('cac78d4fc8c10f294bd0aad78a7885b1b686e899c8c070ccdb2ff3ca8c4ef8fc')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-"${srcdir}"/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  cd "${srcdir}"/$pkgname-$pkgver
-  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
"$pkgdir"/usr/share/doc/instead/
-
-  install -Dm0644 COPYING "$pkgdir"/usr/share/licenses/instead/COPYING
-}

Copied: instead/repos/community-x86_64/PKGBUILD (from rev 252871, 
instead/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-21 17:11:51 UTC (rev 252872)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej P

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

2017-08-21 Thread Sergej Pupykin
Date: Monday, August 21, 2017 @ 17:11:17
  Author: spupykin
Revision: 252871

upgpkg: instead 3.1.2-1

Modified:
  instead/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 16:58:54 UTC (rev 252870)
+++ PKGBUILD2017-08-21 17:11:17 UTC (rev 252871)
@@ -3,7 +3,7 @@
 # Contributor: Peter Kosyh 
 
 pkgname=instead
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="a quest interpreter"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('instead-launcher: install and update INSTEAD games from net')
 
source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-sha256sums=('cac78d4fc8c10f294bd0aad78a7885b1b686e899c8c070ccdb2ff3ca8c4ef8fc')
+sha256sums=('e1990bf8d48471fbc8fce60914e343df6bff87eac9cfbfad7d980c56c54e9282')
 
 build() {
   cd "${srcdir}"


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

2017-08-21 Thread Jaroslav Lichtblau
Date: Monday, August 21, 2017 @ 16:58:54
  Author: jlichtblau
Revision: 252870

archrelease: copy trunk to community-any

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

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

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

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


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

2017-08-21 Thread Jaroslav Lichtblau
Date: Monday, August 21, 2017 @ 16:58:43
  Author: jlichtblau
Revision: 252869

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:26:31 UTC (rev 252868)
+++ PKGBUILD2017-08-21 16:58:43 UTC (rev 252869)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.08.13
+pkgver=2017.08.18
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('212c4e6a622d4e20ea888d1b1539ab063e171bed2a05c9e00db71ed53ab059dd'
+sha256sums=('a7f4279b7b8b54f44025fccc22f3e511cae77314f7d37b73334c981946e4c3d6'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


[arch-commits] Commit in thunderbird-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2017-08-21 Thread Evangelos Foutras
Date: Monday, August 21, 2017 @ 16:50:25
  Author: foutrelis
Revision: 303219

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 303218, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  314 ++---
 1 file changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-21 16:50:10 UTC (rev 303218)
+++ PKGBUILD2017-08-21 16:50:25 UTC (rev 303219)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=52.2.1
-pkgrel=1
-pkgdesc="Language pack for Thunderbird"
-arch=('any')
-url="http://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta-LK  "Tamil (Sri Lanka)"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-sha256sums=('22dcd3e9f50ba3defcf53f182f86005bba5ebd828449a875017fc053d7c756cd'
-'22cc9023901ca23806d6c481deb14666d0bb226292d1b5429b75dbccf38ad4a5'
-'f48ae00c57d88a255d98c0fe75d918666e6018c07664f5572b9b446638989230'
-'3f501d2929ba3993ac26ef0987b8906d2f829dcf490547465622ab1165662787'
-'57e97e4bec110fb91c06f0ec547e56f3ef206dee6c72bcd0d247ad90bfd9f7ae'
-'52275f916bf5aac503fcb318ab5b7ada2a9c8bbdbf1e0a51255c1f56d14c3971'
-'fbfb9924784cdd0fb447701bcd24901d982ce540f5b962c8200ded9247fffca0'
-'238e9bac5c4d380e0776d042f6748b6913a9144601b0bad2e876b034be021227'
-'1f1cc60b8f7b54663fabc2ce548ad054ef7ecc9827430897ac999fbf2d41d90e'
-'bfe1f5791408a9b547c06800245f8517ecb3e13a2274e641eca56a9755af26c0'
-'3969772d76c2ca21f4c10c485c8fcbc5fad915659c9caa57a192130bb5eb54ce'
-'3bbb66c4ce25ea950362612d5947f335205063b27b2410751d8b31da5a3e04a3'
-'d51574ad11023b9f67ee3312ccf21899af65bbcdfe27bed19195ac601a20aeed'
-'f5f3d2e933290af5a3b02c9a22ad5ae9ab6d00fa359bd57395cbfdbc1d09beb1'
-'935e3e388e2d32ae364755e3611103eb82c7096253e9624e3a6bd1cab2e5bd88'
-'768e99b9103fd2ff64a9fe124d40250559b14e279091e0b092ebcc4d0b11c450'
-'6b912064fd85bb45af5ef0197a7643666839b3007928df69fc42ae23b447cd90'
-'5dfbc14d1cd32243fe763cd48bc98dbafcf592f9ed5dcaff4fe39998b745aae6'
-'44d7e61ceeac53a923f84e06807aec44080c36d2a6d676a527db76efb4011349'
-'dcc53c8de93779ecca4a4591ce24bfccffbea8d9323ae8121928ebcd1eb26378'
-'8bd2d255398ea7f4c64d506edccf7466f8a730604a4ee52343aa423faad5ffc3'
-'a3501bfdc368011e05bc1a3453a1970fd3f8a1d0c21ac45bf1588352c70eb5b4'
-'3dc2f7b8ce9bd9441517a7972216f7cee5c490d20dbef3e7b393298f59dfce20'
-'3c9bbc6e543caa0bca0585d5eaf1d4ea600bda07b2ba4446c5df8d8158bb168c'
-'68ed

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

2017-08-21 Thread Evangelos Foutras
Date: Monday, August 21, 2017 @ 16:50:10
  Author: foutrelis
Revision: 303218

upgpkg: thunderbird-i18n 52.3.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:20:29 UTC (rev 303217)
+++ PKGBUILD2017-08-21 16:50:10 UTC (rev 303218)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=52.2.1
+pkgver=52.3.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -97,61 +97,61 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-sha256sums=('22dcd3e9f50ba3defcf53f182f86005bba5ebd828449a875017fc053d7c756cd'
-'22cc9023901ca23806d6c481deb14666d0bb226292d1b5429b75dbccf38ad4a5'
-'f48ae00c57d88a255d98c0fe75d918666e6018c07664f5572b9b446638989230'
-'3f501d2929ba3993ac26ef0987b8906d2f829dcf490547465622ab1165662787'
-'57e97e4bec110fb91c06f0ec547e56f3ef206dee6c72bcd0d247ad90bfd9f7ae'
-'52275f916bf5aac503fcb318ab5b7ada2a9c8bbdbf1e0a51255c1f56d14c3971'
-'fbfb9924784cdd0fb447701bcd24901d982ce540f5b962c8200ded9247fffca0'
-'238e9bac5c4d380e0776d042f6748b6913a9144601b0bad2e876b034be021227'
-'1f1cc60b8f7b54663fabc2ce548ad054ef7ecc9827430897ac999fbf2d41d90e'
-'bfe1f5791408a9b547c06800245f8517ecb3e13a2274e641eca56a9755af26c0'
-'3969772d76c2ca21f4c10c485c8fcbc5fad915659c9caa57a192130bb5eb54ce'
-'3bbb66c4ce25ea950362612d5947f335205063b27b2410751d8b31da5a3e04a3'
-'d51574ad11023b9f67ee3312ccf21899af65bbcdfe27bed19195ac601a20aeed'
-'f5f3d2e933290af5a3b02c9a22ad5ae9ab6d00fa359bd57395cbfdbc1d09beb1'
-'935e3e388e2d32ae364755e3611103eb82c7096253e9624e3a6bd1cab2e5bd88'
-'768e99b9103fd2ff64a9fe124d40250559b14e279091e0b092ebcc4d0b11c450'
-'6b912064fd85bb45af5ef0197a7643666839b3007928df69fc42ae23b447cd90'
-'5dfbc14d1cd32243fe763cd48bc98dbafcf592f9ed5dcaff4fe39998b745aae6'
-'44d7e61ceeac53a923f84e06807aec44080c36d2a6d676a527db76efb4011349'
-'dcc53c8de93779ecca4a4591ce24bfccffbea8d9323ae8121928ebcd1eb26378'
-'8bd2d255398ea7f4c64d506edccf7466f8a730604a4ee52343aa423faad5ffc3'
-'a3501bfdc368011e05bc1a3453a1970fd3f8a1d0c21ac45bf1588352c70eb5b4'
-'3dc2f7b8ce9bd9441517a7972216f7cee5c490d20dbef3e7b393298f59dfce20'
-'3c9bbc6e543caa0bca0585d5eaf1d4ea600bda07b2ba4446c5df8d8158bb168c'
-'68ede5ad952e2fd2f8dae3820c252c163955dd278a81e277cb74c1db6da14e66'
-'324a1922900e6344a61ffd174063a027c261795e571eb839043d3c41f1c0504b'
-'7e437a6f7bfaf6e156cd4280630595ae02b4fd91b6cecdecf7fa59d73f498056'
-'9104b228eaa26cf8bd7406da01c518886a444ac4b7eb0440a683b1c51209e0db'
-'2f50db9573f031a6e91c5f7221c97857d561e781f97bfc15dcd4eb5c466624f9'
-'49dd57063086b8c51b212ce38833ca458843b3b4176dbf232db31f9ed0225f1f'
-'07b0bb412779ba5a6a2da009247519d3fd6c6ccae3b17cd01cf37b74cb289af7'
-'6ff308e59bf9e6728e9343bfa7fe54161c16fc98c5b675b48f500c5dd7dcd4b7'
-'dc6fc7d3f3e9f90b92c50e3eb55d2b4484c61778e3c87207e4da273e8935abfa'
-'a0a623c874b16b6aac4c10d5ee6017c8542549aa1c843b448e0372ca432a6095'
-'027327ac1b6b41c719ffe63118e53101ea44d89e66e865c2ff35d74ed8cd260c'
-'f14380b74c91e07677d5f7a79c8da55602ea9609c61eb5558000d31cf3cdf55e'
-'207bdd8e6845c0b440264b60daeaa9a177114ceefe004876b4b4dc1e7b3b5dc6'
-'4b23e0699b73a43a9dba2914d5b30265f0c80ef9912114afca73b10be84d4e37'
-'d4829c4fc544b29d09ae7ec908d6036fb2fa74d6705023d5a5bd69bbdf29089a'
-'a3205a13e40f975de5f741b00d74a12ca5165719b0c627a4307024521efb5d7b'
-'41593d6ed0e2a90f40bcb3e52fd1e44b9f9177f4c8fdb069a38d7e9612e5c44e'
-'3436a3b5c304134490501d9aec86803e9d2a19c8d417e546bea4e79e0c580fce'
-'f50616dcf2608c7221a83dc1a9736b87b82e2d20e807b31e0fa52267838a01f9'
-'5436ec4567d8f9a3f456ed1dad8d5e99b20e17478d452f481b94d86951a4a962'
-'7da7e3e2ec1fa3e7df8b2b1d8a886f25f642299b2b48acfd286c14b286d9238f'
-'2ec8ee1cc3f4b9467a6252ee9b0b07e21d73c570f4df32da3398ef145969e713'
-'528d8810eec40fd7bf7d7f8963177f510498401518f6152ba0d9954d768deb62'
-'4d4ed62d2eb370bae612e91387374c96abb45bb753d25a8af2ada2317daedb3b'
-'a24004dac5fd3dbfe888b7946392b3a362725fbeb202f70ed05a525dc8ff3f40'
-'5bcee7dd135c22f288066df7550f6bebca7fd84ddaf9c0c7fab8cb421b17cbab'
-'d91e167f296c877bc0f0dd5fbd608050fb4875e11b7a69728998b0af4dce57e9'
-'1b8585d1c6204272c628944b7ec753256dc929a61cb915ca666feed4b8f4f985'
-'f0338196052609f2

[arch-commits] Commit in nginx-mod-ndk-set-misc/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:26:31
  Author: mtorromeo
Revision: 252868

Updated sources to https

Modified:
  nginx-mod-ndk-set-misc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:25:49 UTC (rev 252867)
+++ PKGBUILD2017-08-21 15:26:31 UTC (rev 252868)
@@ -16,7 +16,7 @@
 license=('BSD')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/openresty/set-misc-nginx-module/archive/v$_setmiscver/set-misc-$_setmiscver.tar.gz

https://github.com/simpl/ngx_devel_kit/archive/v$_ndkver/ngx_devel_kit-$_ndkver.tar.gz
 )


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

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:25:49
  Author: mtorromeo
Revision: 252867

Updated sources to https

Modified:
  rng-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:24:59 UTC (rev 252866)
+++ PKGBUILD2017-08-21 15:25:49 UTC (rev 252867)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('libgcrypt')
 backup=(etc/conf.d/rngd)
-source=(http://downloads.sourceforge.net/sourceforge/gkernel/$pkgname-$pkgver.tar.gz
+source=(https://downloads.sourceforge.net/sourceforge/gkernel/$pkgname-$pkgver.tar.gz
 rngd.conf
 rngd.service
 rngd-test-signal-in-loop.patch)


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

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:24:59
  Author: mtorromeo
Revision: 252866

Updated sources to https

Modified:
  nmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:23:32 UTC (rev 252865)
+++ PKGBUILD2017-08-21 15:24:59 UTC (rev 252866)
@@ -9,7 +9,7 @@
 url="http://nmon.sourceforge.net";
 license=('GPL')
 depends=('ncurses')
-source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c";)
+source=("https://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c";)
 sha256sums=('da82dd693b503b062854dfe7dbb5d36b347872ab44a4aa05b97e9d577747f688')
 
 build() {


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:23:32
  Author: mtorromeo
Revision: 252865

Updated sources to https

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:23:10 UTC (rev 252864)
+++ PKGBUILD2017-08-21 15:23:32 UTC (rev 252865)
@@ -15,7 +15,7 @@
 license=('BSD')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 


[arch-commits] Commit in nginx-mod-redis2/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:23:10
  Author: mtorromeo
Revision: 252864

Updated sources to https

Modified:
  nginx-mod-redis2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:21:41 UTC (rev 252863)
+++ PKGBUILD2017-08-21 15:23:10 UTC (rev 252864)
@@ -15,7 +15,7 @@
 license=('BSD')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 


[arch-commits] Commit in nginx-mod-redis/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:21:41
  Author: mtorromeo
Revision: 252863

Updated sources to https

Modified:
  nginx-mod-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:21:09 UTC (rev 252862)
+++ PKGBUILD2017-08-21 15:21:41 UTC (rev 252863)
@@ -15,7 +15,7 @@
 license=('CUSTOM')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz
https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
 )
 


[arch-commits] Commit in nginx-mod-pagespeed/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:21:09
  Author: mtorromeo
Revision: 252862

Updated sources to https

Modified:
  nginx-mod-pagespeed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:20:03 UTC (rev 252861)
+++ PKGBUILD2017-08-21 15:21:09 UTC (rev 252862)
@@ -17,7 +17,7 @@
 license=('Apache')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/pagespeed/ngx_pagespeed/archive/$_pagespeedver/$_modname-$_pagespeedver.tar.gz
 )
 
source_i686=(pagespeed-$pkgver-i686.tar.gz::https://dl.google.com/dl/page-speed/psol/$pkgver-ia32.tar.gz)


[arch-commits] Commit in gnutls/repos (4 files)

2017-08-21 Thread Andreas Radke
Date: Monday, August 21, 2017 @ 15:20:29
  Author: andyrtr
Revision: 303217

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

Added:
  gnutls/repos/testing-i686/
  gnutls/repos/testing-i686/PKGBUILD
(from rev 303216, gnutls/trunk/PKGBUILD)
  gnutls/repos/testing-x86_64/
  gnutls/repos/testing-x86_64/PKGBUILD
(from rev 303216, gnutls/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   58 ++
 testing-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: gnutls/repos/testing-i686/PKGBUILD (from rev 303216, 
gnutls/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-21 15:20:29 UTC (rev 303217)
@@ -0,0 +1,58 @@
+$Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.5.15
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://www.gnutls.org/";
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn' 
'libunistring')
+checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecfad5'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix a broken test
+#  sed 's/global_init/gnutls_global_init/g' -i tests/trust-store.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}

Copied: gnutls/repos/testing-x86_64/PKGBUILD (from rev 303216, 
gnutls/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-21 15:20:29 UTC (rev 303217)
@@ -0,0 +1,58 @@
+$Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.5.15
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://www.gnutls.org/";
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn' 
'libunistring')
+checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecfad5'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix a broken test
+#  sed 's/global_init/gnutls_global_init/g' -i tests/trust-store.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}


[arch-commits] Commit in nginx-mod-naxsi/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:20:03
  Author: mtorromeo
Revision: 252861

Updated sources to https

Modified:
  nginx-mod-naxsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:19:26 UTC (rev 252860)
+++ PKGBUILD2017-08-21 15:20:03 UTC (rev 252861)
@@ -15,7 +15,7 @@
 backup=('etc/nginx/naxsi_core.rules')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/nbs-system/$_modname/archive/$pkgver/$_modname-$pkgver.tar.gz
 )
 


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

2017-08-21 Thread Andreas Radke
Date: Monday, August 21, 2017 @ 15:20:11
  Author: andyrtr
Revision: 303216

upgpkg: gnutls 3.5.15-1

upstream update 3.5.15

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 14:52:30 UTC (rev 303215)
+++ PKGBUILD2017-08-21 15:20:11 UTC (rev 303216)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=gnutls
-pkgver=3.5.14
+pkgver=3.5.15
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('net-tools')
 optdepends=('guile: for use with Guile bindings')
 
source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha256sums=('4aa12dec92f42a0434df794aca3d02f6f2a35b47b48c01252de65f355c051bda'
+sha256sums=('046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecfad5'
 'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
   '1F42418905D8206AA754CCDC29EE58B996865171')


[arch-commits] Commit in nginx-mod-modsecurity/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:19:26
  Author: mtorromeo
Revision: 252860

Updated sources to https

Modified:
  nginx-mod-modsecurity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:18:33 UTC (rev 252859)
+++ PKGBUILD2017-08-21 15:19:26 UTC (rev 252860)
@@ -17,7 +17,7 @@
 license=('GPL3')
 
 source=(
-   "http://nginx.org/download/nginx-$_nginxver.tar.gz";
+   "https://nginx.org/download/nginx-$_nginxver.tar.gz";

"git+https://github.com/SpiderLabs/ModSecurity-nginx.git#commit=$_commit";
 )
 


[arch-commits] Commit in nginx-mod-echo/repos (4 files)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:18:33
  Author: mtorromeo
Revision: 252859

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

Added:
  nginx-mod-echo/repos/community-i686/PKGBUILD
(from rev 252857, nginx-mod-echo/trunk/PKGBUILD)
  nginx-mod-echo/repos/community-x86_64/PKGBUILD
(from rev 252858, nginx-mod-echo/trunk/PKGBUILD)
Deleted:
  nginx-mod-echo/repos/community-i686/PKGBUILD
  nginx-mod-echo/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   46 -
 community-x86_64/PKGBUILD |   46 -
 3 files changed, 78 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 15:17:53 UTC (rev 252858)
+++ community-i686/PKGBUILD 2017-08-21 15:18:33 UTC (rev 252859)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-echo
-pkgver=0.60
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='Nginx module that provides directives "echo", "sleep", "time" and 
more'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/echo-nginx-module";
-license=('BSD')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-   
$pkgname-nginx-1.12.patch::https://patch-diff.githubusercontent.com/raw/openresty/echo-nginx-module/pull/65.patch
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'1077da2229ac7d0a0215e9e6817e297c10697e095010d88f1adbd1add1ce9f4e'
-'1d2cb5f3977cd6ee0a5ae5958ac4cca79cf5ecc097e68b72cf03a2e9f48e51ed')
-
-prepare() {
-   cd $_modname-nginx-module-$pkgver
-   patch -p1 -i "$srcdir"/$pkgname-nginx-1.12.patch
-}
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir/"$_modname-nginx-module-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-echo/repos/community-i686/PKGBUILD (from rev 252857, 
nginx-mod-echo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-21 15:18:33 UTC (rev 252859)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-echo
+pkgver=0.61
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.1
+
+pkgdesc='Nginx module that provides directives "echo", "sleep", "time" and 
more'
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/echo-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir/"$_modname-nginx-module-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-21 15:17:53 UTC (rev 252858)
+++ community-x86_64/PKGBUILD   2017-08-21 15:18:33 UTC (rev 252859)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-echo
-pkgver=0.60
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='Nginx module that provides directives "echo", "sleep", "time" and 
more'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/echo-nginx-module";
-license=('BSD')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-   
$pkgname-nginx-1.12.patch::https://patch-diff.githubusercontent.com/raw/openresty/echo-nginx-module/pull/65.patch
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8f

[arch-commits] Commit in nginx-mod-memc/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:17:53
  Author: mtorromeo
Revision: 252858

Updated sources to https

Modified:
  nginx-mod-memc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:17:16 UTC (rev 252857)
+++ PKGBUILD2017-08-21 15:17:53 UTC (rev 252858)
@@ -15,7 +15,7 @@
 license=('BSD')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 


[arch-commits] Commit in nginx-mod-echo/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:17:16
  Author: mtorromeo
Revision: 252857

upgpkg: nginx-mod-echo 0.61-1

Modified:
  nginx-mod-echo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:17:01 UTC (rev 252856)
+++ PKGBUILD2017-08-21 15:17:16 UTC (rev 252857)
@@ -2,8 +2,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-echo
-pkgver=0.60
-pkgrel=2
+pkgver=0.61
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
 _nginxver=1.12.1
@@ -15,20 +15,13 @@
 license=('BSD')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-   
$pkgname-nginx-1.12.patch::https://patch-diff.githubusercontent.com/raw/openresty/echo-nginx-module/pull/65.patch
 )
 
 sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'1077da2229ac7d0a0215e9e6817e297c10697e095010d88f1adbd1add1ce9f4e'
-'1d2cb5f3977cd6ee0a5ae5958ac4cca79cf5ecc097e68b72cf03a2e9f48e51ed')
+'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
 
-prepare() {
-   cd $_modname-nginx-module-$pkgver
-   patch -p1 -i "$srcdir"/$pkgname-nginx-1.12.patch
-}
-
 build() {
cd "$srcdir"/nginx-$_nginxver
./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver


[arch-commits] Commit in nginx-mod-headers-more/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:17:01
  Author: mtorromeo
Revision: 252856

Updated sources to https

Modified:
  nginx-mod-headers-more/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:16:32 UTC (rev 252855)
+++ PKGBUILD2017-08-21 15:17:01 UTC (rev 252856)
@@ -15,7 +15,7 @@
 license=('BSD')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 


[arch-commits] Commit in nginx-mod-geoip2/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:16:32
  Author: mtorromeo
Revision: 252855

Updated sources to https

Modified:
  nginx-mod-geoip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:06:15 UTC (rev 252854)
+++ PKGBUILD2017-08-21 15:16:32 UTC (rev 252855)
@@ -15,7 +15,7 @@
 license=('BSD')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
 )
 


[arch-commits] Commit in mingw-w64-gcc/repos (4 files)

2017-08-21 Thread Sergej Pupykin
Date: Monday, August 21, 2017 @ 15:06:15
  Author: spupykin
Revision: 252854

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

Added:
  mingw-w64-gcc/repos/community-testing-i686/
  mingw-w64-gcc/repos/community-testing-i686/PKGBUILD
(from rev 252853, mingw-w64-gcc/trunk/PKGBUILD)
  mingw-w64-gcc/repos/community-testing-x86_64/
  mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 252853, mingw-w64-gcc/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   75 
 community-testing-x86_64/PKGBUILD |   75 
 2 files changed, 150 insertions(+)

Copied: mingw-w64-gcc/repos/community-testing-i686/PKGBUILD (from rev 252853, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-21 15:06:15 UTC (rev 252854)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname=mingw-w64-gcc
+pkgver=7.2.0
+_commit=1bd23ca8c30f4827c4bea23deedf7ca33a86ffb5
+_islver=0.18
+pkgrel=1
+pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
+arch=('i686' 'x86_64')
+url="http://gcc.gnu.org";
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc'
+'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+'mingw-w64-headers')
+makedepends=("gcc-ada=${pkgver}" 'git')
+#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
+optdepends=()
+provides=('mingw-w64-gcc-base')
+replaces=()
+backup=()
+options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
+source=("git://gcc.gnu.org/git/gcc.git#commit=${_commit}"
+   "http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2";
+   
"Revert-eeb6872bf.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/Revert-eeb6872bf.patch?h=packages/gcc";)
+sha256sums=('SKIP'
+'6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
+'c537bce5e9aa2b6fcdec3c1e7f94017633cb5ff5af59beda699262be3c06cca5')
+
+prepare() {
+  cd "$srcdir"/gcc
+  # link isl for in-tree builds
+  ln -s ../isl-${_islver} isl
+
+  git apply ../Revert-eeb6872bf.patch
+}
+
+build() {
+  for _target in ${_targets}; do
+mkdir -p "$srcdir"/gcc-build-${_target} && cd 
"$srcdir"/gcc-build-${_target}
+
+"$srcdir"/gcc/configure --prefix=/usr --libexecdir=/usr/lib \
+--target=${_target} \
+--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
+--enable-shared --enable-static \
+--enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
+--with-system-zlib --enable-cloog-backend=isl \
+--enable-lto --disable-dw2-exceptions --enable-libgomp \
+--disable-multilib --enable-checking=release
+make all
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd "$srcdir"/gcc-build-${_target}
+make DESTDIR="$pkgdir" install
+${_target}-strip "$pkgdir"/usr/${_target}/lib/*.dll
+strip "$pkgdir"/usr/bin/${_target}-*
+strip 
"$pkgdir"/usr/lib/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
+ln -s ${_target}-gcc "$pkgdir"/usr/bin/${_target}-cc
+# mv dlls
+mkdir -p "$pkgdir"/usr/${_target}/bin/
+mv "$pkgdir"/usr/${_target}/lib/*.dll "$pkgdir"/usr/${_target}/bin/
+  done
+  strip "$pkgdir"/usr/bin/*
+  # remove unnecessary files
+  rm -r "$pkgdir"/usr/share
+  rm -f "$pkgdir"/usr/lib/libcc1.so*
+  rm -f "$pkgdir"/usr/lib/libcc1.a
+}

Copied: mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 252853, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-21 15:06:15 UTC (rev 252854)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname=mingw-w64-gcc
+pkgver=7.2.0
+_commit=1bd23ca8c30f4827c4bea23deedf7ca33a86ffb5
+_islver=0.18
+pkgrel=1
+pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
+arch=('i686' 'x86_64')
+url="http://gcc.gnu.org";
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc'
+'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+'mingw-w64-headers')
+makedepends=("gcc-ada=${pkgver}" 'git')
+#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
+optdepends=()
+provides=('mingw-w64-gcc-base')
+replaces=()
+backup=()
+options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
+source=("git://gcc.gnu.org/git/gcc.git#commit=${_co

[arch-commits] Commit in mingw-w64-gcc/trunk (PKGBUILD)

2017-08-21 Thread Sergej Pupykin
Date: Monday, August 21, 2017 @ 15:05:39
  Author: spupykin
Revision: 252853

upgpkg: mingw-w64-gcc 7.2.0-1

Modified:
  mingw-w64-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:03:47 UTC (rev 252852)
+++ PKGBUILD2017-08-21 15:05:39 UTC (rev 252853)
@@ -5,8 +5,8 @@
 _targets="i686-w64-mingw32 x86_64-w64-mingw32"
 
 pkgname=mingw-w64-gcc
-pkgver=7.1.1
-_commit=754d7e56674dda4bd2d40e310d2093c2df970780
+pkgver=7.2.0
+_commit=1bd23ca8c30f4827c4bea23deedf7ca33a86ffb5
 _islver=0.18
 pkgrel=1
 pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"


[arch-commits] Commit in nginx-mod-brotli/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:03:47
  Author: mtorromeo
Revision: 252852

Updated sources to https

Modified:
  nginx-mod-brotli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:03:02 UTC (rev 252851)
+++ PKGBUILD2017-08-21 15:03:47 UTC (rev 252852)
@@ -20,7 +20,7 @@
 license=('CUSTOM')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/google/$_modname/archive/$_modver/$_modname-$_modver.tar.gz

https://github.com/google/brotli/archive/$_brotliver/brotli-$_brotliver.tar.gz
 )


[arch-commits] Commit in nginx-mod-auth-pam/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:03:02
  Author: mtorromeo
Revision: 252851

Updated sources to https

Modified:
  nginx-mod-auth-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 15:00:52 UTC (rev 252850)
+++ PKGBUILD2017-08-21 15:03:02 UTC (rev 252851)
@@ -15,7 +15,7 @@
 license=('BSD')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz

https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz

$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
 )


[arch-commits] Commit in nginx-mod-njs/repos (4 files)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 15:00:52
  Author: mtorromeo
Revision: 252850

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

Added:
  nginx-mod-njs/repos/community-i686/PKGBUILD
(from rev 252849, nginx-mod-njs/trunk/PKGBUILD)
  nginx-mod-njs/repos/community-x86_64/PKGBUILD
(from rev 252849, nginx-mod-njs/trunk/PKGBUILD)
Deleted:
  nginx-mod-njs/repos/community-i686/PKGBUILD
  nginx-mod-njs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 14:58:50 UTC (rev 252849)
+++ community-i686/PKGBUILD 2017-08-21 15:00:52 UTC (rev 252850)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-njs
-pkgver=0.1.11 # http://hg.nginx.org/njs/tags
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='nginScript module for nginx'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="http://nginx.org/en/docs/njs_about.html";
-license=('CUSTOM')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   njs-$pkgver.tar.gz::http://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'9940239ef502a4f2368e001c72d8862beccd8c96772ecc9cf7e45b871cd7e9d2')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-njs/repos/community-i686/PKGBUILD (from rev 252849, 
nginx-mod-njs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-21 15:00:52 UTC (rev 252850)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-njs
+pkgver=0.1.12 # https://hg.nginx.org/njs/tags
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.1
+
+pkgdesc='nginScript module for nginx'
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://nginx.org/en/docs/njs_about.html";
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz
+   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+'8884507ef789ee36ee2635224df60b09746a37b20274b13b971dd306fe01bec0')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-21 14:58:50 UTC (rev 252849)
+++ community-x86_64/PKGBUILD   2017-08-21 15:00:52 UTC (rev 252850)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-njs
-pkgver=0.1.11 # http://hg.nginx.org/njs/tags
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='nginScript module for nginx'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="http://nginx.org/en/docs/njs_about.html";
-license=('CUSTOM')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   njs-$pkgver.tar.gz::http://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'9940239ef502a4f2368e001c72d8862beccd8c96772ecc9cf7e45b871cd7e9d2')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-njs/repos/community-x86_64/PKGBUILD (from rev 2

[arch-commits] Commit in nginx-mod-njs/trunk (PKGBUILD)

2017-08-21 Thread Massimiliano Torromeo
Date: Monday, August 21, 2017 @ 14:58:50
  Author: mtorromeo
Revision: 252849

upgpkg: nginx-mod-njs 0.1.12-1

Modified:
  nginx-mod-njs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 14:16:15 UTC (rev 252848)
+++ PKGBUILD2017-08-21 14:58:50 UTC (rev 252849)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-njs
-pkgver=0.1.11 # http://hg.nginx.org/njs/tags
+pkgver=0.1.12 # https://hg.nginx.org/njs/tags
 pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
@@ -11,16 +11,16 @@
 pkgdesc='nginScript module for nginx'
 arch=('i686' 'x86_64')
 depends=("nginx=$_nginxver")
-url="http://nginx.org/en/docs/njs_about.html";
+url="https://nginx.org/en/docs/njs_about.html";
 license=('CUSTOM')
 
 source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   njs-$pkgver.tar.gz::http://hg.nginx.org/njs/archive/$pkgver.tar.gz
+   https://nginx.org/download/nginx-$_nginxver.tar.gz
+   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
 )
 
 sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'9940239ef502a4f2368e001c72d8862beccd8c96772ecc9cf7e45b871cd7e9d2')
+'8884507ef789ee36ee2635224df60b09746a37b20274b13b971dd306fe01bec0')
 
 build() {
cd "$srcdir"/nginx-$_nginxver


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

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 14:52:30
  Author: arojas
Revision: 303215

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 303214, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 303214, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 303214, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 303214, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-21 14:51:58 UTC (rev 303214)
+++ extra-i686/PKGBUILD 2017-08-21 14:52:30 UTC (rev 303215)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.8
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 
'libraw'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu' 
'git')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('230f284933c74c6fb1dfce46b0a8686eb20580b0'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-  autoreconf --force --install
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# 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_

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

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 14:51:58
  Author: arojas
Revision: 303214

Update to 6.9.9.9

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 14:02:54 UTC (rev 303213)
+++ PKGBUILD2017-08-21 14:51:58 UTC (rev 303214)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.8
+pkgver=6.9.9.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu' 
'git')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('230f284933c74c6fb1dfce46b0a8686eb20580b0'
+sha1sums=('abfc4abaf2f7ce1a454f4779df5593357adaab86'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


[arch-commits] Commit in (deepin-tool-kit dtksettings)

2017-08-21 Thread Felix Yan
Date: Monday, August 21, 2017 @ 14:16:15
  Author: felixonmars
Revision: 252848

remove deprecated parts

Deleted:
  deepin-tool-kit/
  dtksettings/


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

2017-08-21 Thread Andreas Radke
Date: Monday, August 21, 2017 @ 14:02:54
  Author: andyrtr
Revision: 303213

improve pkgdesc; FS#55213

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 13:50:04 UTC (rev 303212)
+++ PKGBUILD2017-08-21 14:02:54 UTC (rev 303213)
@@ -9,7 +9,7 @@
 pkgname=x2goserver
 pkgver=4.0.1.20
 pkgrel=2
-pkgdesc="Open source terminal server"
+pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
 arch=('i686' 'x86_64')
 url="http://www.x2go.org/";
 license=('GPL2')


[arch-commits] Commit in pandoc-crossref/repos (4 files)

2017-08-21 Thread Felix Yan
Date: Monday, August 21, 2017 @ 13:19:49
  Author: felixonmars
Revision: 252837

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 252836, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 252836, pandoc-crossref/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 252836, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-21 13:19:49 UTC (rev 252837)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.2.6.0
+pkgrel=5
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('2af52b5f347b039148d5285b1277a1c3e382bf0f666d353ac593635f1bae3ef692fac7319ed0ca8c9ab33475a2bb28ae5b540d80c637eb39f8f5a22830258fc1')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
252836, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-21 13:19:49 UTC (rev 252837)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.2.6.0
+pkgrel=5
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('2af52b5f347b039148d5285b1277a1c3e382bf0f666d353ac593635f1bae3ef692fac7319ed0ca8c9ab33475a2bb28ae5b540d80c637eb39f8f5a22830258fc1')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy -

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

2017-08-21 Thread Felix Yan
Date: Monday, August 21, 2017 @ 13:19:19
  Author: felixonmars
Revision: 252836

upgpkg: pandoc-crossref 0.2.6.0-5

rebuild with pandoc-types,1.17.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 13:17:12 UTC (rev 252835)
+++ PKGBUILD2017-08-21 13:19:19 UTC (rev 252836)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.2.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")


[arch-commits] Commit in haskell-hakyll/repos (4 files)

2017-08-21 Thread Felix Yan
Date: Monday, August 21, 2017 @ 13:17:12
  Author: felixonmars
Revision: 252835

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

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 252834, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 252834, haskell-hakyll/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   57 
 community-staging-x86_64/PKGBUILD |   57 
 2 files changed, 114 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 252834, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-21 13:17:12 UTC (rev 252835)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=45
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487')
+
+prepare() {
+sed -e 's/pandoc-citeproc  >= 0.10.5 && < 0.11,/pandoc-citeproc  
>= 0.10.5,/' \
+-e 's/process  >= 1.0&& < 1.6,/process  >= 
1.0,/' \
+-e 's/time >= 1.4&& < 1.8,/time >= 
1.4,/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
252834, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-21 13:17:12 UTC (rev 252835)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=45
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"

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

2017-08-21 Thread Felix Yan
Date: Monday, August 21, 2017 @ 13:16:43
  Author: felixonmars
Revision: 252834

upgpkg: haskell-hakyll 4.9.8.0-45

rebuild with pandoc-types,1.17.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 13:12:37 UTC (rev 252833)
+++ PKGBUILD2017-08-21 13:16:43 UTC (rev 252834)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=44
+pkgrel=45
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


[arch-commits] Commit in pandoc-citeproc/repos (4 files)

2017-08-21 Thread Felix Yan
Date: Monday, August 21, 2017 @ 13:12:37
  Author: felixonmars
Revision: 252833

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 252832, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 252832, pandoc-citeproc/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 252832, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-21 13:12:37 UTC (rev 252833)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.11.1
+pkgrel=3
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('d9540d7ec17d12a10620cc26f93b1ef940e17e49896e6044f68823768da9aaa24ce01b7afb68b2e52af928d0ca6e211d6eb557ffac64666137e044531bb59dc6')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
252832, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-21 13:12:37 UTC (rev 252833)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.11.1
+pkgrel=3
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('d9540d7ec17d12a10620cc26f93b1ef940e17e49896e6044f68823768da9aaa24ce01b7afb68b2e52af928d0ca6e211d6eb557ffac64666137e044531bb59dc6')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/l

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

2017-08-21 Thread Felix Yan
Date: Monday, August 21, 2017 @ 13:12:09
  Author: felixonmars
Revision: 252832

upgpkg: pandoc-citeproc 0.11.1-3

rebuild with pandoc-types,1.17.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 13:06:57 UTC (rev 252831)
+++ PKGBUILD2017-08-21 13:12:09 UTC (rev 252832)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("custom:BSD3")


  1   2   >