[arch-commits] Commit in qt5-webkit/repos/kde-unstable-x86_64 (6 files)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 05:58:50
  Author: foutrelis
Revision: 350209

archrelease: copy trunk to kde-unstable-x86_64

Added:
  qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 350208, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-gcc7.patch
(from rev 350208, qt5-webkit/trunk/qt5-webkit-gcc7.patch)
  qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-null-pointer-dereference.patch
(from rev 350208, 
qt5-webkit/trunk/qt5-webkit-null-pointer-dereference.patch)
Deleted:
  qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-gcc7.patch
  qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-null-pointer-dereference.patch

---+
 PKGBUILD  |  140 ++--
 qt5-webkit-gcc7.patch |   68 ++---
 qt5-webkit-null-pointer-dereference.patch |   34 +++---
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 05:58:43 UTC (rev 350208)
+++ PKGBUILD2019-04-06 05:58:50 UTC (rev 350209)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webkit
-_qtver=5.212.0-alpha2
-pkgver=${_qtver/-/}
-pkgrel=25
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
-depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
-makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
-optdepends=('gst-plugins-good: Webm codec support')
-conflicts=(qt5-webkit-ng)
-replaces=(qt5-webkit-ng)
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
-qt5-webkit-gcc7.patch
-qt5-webkit-null-pointer-dereference.patch
-
qt5-webkit-trojita-1.patch::"https://github.com/annulen/webkit/commit/6faf1121.patch;
-
qt5-webkit-trojita-2.patch::"https://github.com/annulen/webkit/commit/76420459.patch;
-
qt5-webkit-cmake3.10.patch::"https://github.com/annulen/webkit/commit/f51554bf.patch;)
-sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a'
-'f108833562d766d4c086026f9202b2ebc8c19e97fddedce952afed78df3c0720'
-'510e1f78c2bcd76909703a097dbc1d5c9c6ce4cd94883c26138f09cc10121f43'
-'bd22bd7842d5ad1cb1f5a4b6acb2674509732274d5f9dc51943144dff76996ae'
-'b42b70fd2a4a36b0ff48fc4e0dc386b3dda373e6fec18f3be9f5e2d3b04e0aa3'
-'b4e6c85fcb062e7cc141b0e34977bcc4f9c8677c773fc4b310151b85f51e7189')
-
-prepare() {
-  mkdir -p build
-
-# Fix crashes with GCC7 https://bugs.webkit.org/show_bug.cgi?id=173407
-  cd qtwebkit-$_qtver
-  patch -p1 -i ../qt5-webkit-gcc7.patch
-# Fix layout issues in trojita https://github.com/annulen/webkit/issues/511
-  patch -p1 -i ../qt5-webkit-trojita-1.patch
-  patch -p1 -i ../qt5-webkit-trojita-2.patch
-# Fix null point dereference (Fedora) 
https://github.com/annulen/webkit/issues/573
-  patch -p1 -i ../qt5-webkit-null-pointer-dereference.patch
-# Fix build with cmake 3.10
-  patch -p1 -i ../qt5-webkit-cmake3.10.patch
-}
-
-build() {
-  cd build
-
-  cmake ../qtwebkit-$_qtver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DPORT=Qt \
--DENABLE_TOOLS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-
-# Fix pkgconfig files
-  sed -e 's|qt/Qt5WebKit|qt/QtWebKit|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
-  sed -e 's|qt/Qt5WebKitWidgets|qt/QtWebKitWidgets|' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
-  sed -e '/Name/a Description: Qt WebKit module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKit.pc
-  sed -e '/Name/a Description: Qt WebKitWidgets module' -i 
"$pkgdir"/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
-}

Copied: qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD (from rev 350208, 
qt5-webkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-06 05:58:50 UTC (rev 350209)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=27
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')

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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 05:58:43
  Author: foutrelis
Revision: 350208

Qt 5.13 rebuild

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 05:42:47 UTC (rev 350207)
+++ PKGBUILD2019-04-06 05:58:43 UTC (rev 350208)
@@ -5,7 +5,7 @@
 pkgname=qt5-webkit
 _qtver=5.212.0-alpha2
 pkgver=${_qtver/-/}
-pkgrel=26
+pkgrel=27
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)


[arch-commits] Commit in qt5-webengine/repos/kde-unstable-x86_64 (4 files)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 05:42:47
  Author: foutrelis
Revision: 350207

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 350206, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch
(from rev 350206, qt5-webengine/kde-unstable/qtwebengine-harmony.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/qtwebengine-harmony.patch

---+
 PKGBUILD  |  114 
 qtwebengine-harmony.patch |  154 ++--
 2 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 05:42:35 UTC (rev 350206)
+++ PKGBUILD2019-04-06 05:42:47 UTC (rev 350207)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.13.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- qtwebengine-harmony.patch)
-sha256sums=('874f9987304eb677f3c4897623c4dcc8ec685b4a468c096762f2704e00780462'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  cd ${_pkgfqn}
-
-  # FreeType 2.8.1
-  patch -Np1 -i ../qtwebengine-harmony.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker \
--webengine-icu
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 350206, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-06 05:42:47 UTC (rev 350207)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.13.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ qtwebengine-harmony.patch)
+sha256sums=('874f9987304eb677f3c4897623c4dcc8ec685b4a468c096762f2704e00780462'
+'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+
+  cd ${_pkgfqn}
+
+  # FreeType 2.8.1
+  patch -Np1 -i ../qtwebengine-harmony.patch
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake ../${_pkgfqn} -- \
+-proprietary-codecs \
+-system-ffmpeg \
+-webp \
+-spellchecker \
+-webengine-icu
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}

Deleted: qtwebengine-harmony.patch
===
--- qtwebengine-harmony.patch   2019-04-06 05:42:35 UTC (rev 350206)
+++ qtwebengine-harmony.patch   2019-04-06 05:42:47 UTC (rev 350207)
@@ -1,77 +0,0 @@
 

[arch-commits] Commit in qt5-webengine/kde-unstable (PKGBUILD)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 05:42:35
  Author: foutrelis
Revision: 350206

ICU 64 rebuild

Modified:
  qt5-webengine/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 05:14:36 UTC (rev 350205)
+++ PKGBUILD2019-04-06 05:42:35 UTC (rev 350206)
@@ -4,7 +4,7 @@
 pkgname=qt5-webengine
 _qtver=5.13.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')


[arch-commits] Commit in qt5-location/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 05:14:36
  Author: foutrelis
Revision: 350205

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD
(from rev 350204, qt5-location/kde-unstable/PKGBUILD)
Deleted:
  qt5-location/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 05:14:30 UTC (rev 350204)
+++ PKGBUILD2019-04-06 05:14:36 UTC (rev 350205)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.13.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=('qt5-declarative')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('abf6aad5777f8c57887a21ace09e6a3248cd0d1d650dcbb59b19ee1caef4d171')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-location/repos/kde-unstable-x86_64/PKGBUILD (from rev 350204, 
qt5-location/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-06 05:14:36 UTC (rev 350205)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.13.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('abf6aad5777f8c57887a21ace09e6a3248cd0d1d650dcbb59b19ee1caef4d171')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-location/kde-unstable (PKGBUILD)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 05:14:30
  Author: foutrelis
Revision: 350204

ICU 64 rebuild

Modified:
  qt5-location/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 05:10:42 UTC (rev 350203)
+++ PKGBUILD2019-04-06 05:14:30 UTC (rev 350204)
@@ -4,7 +4,7 @@
 pkgname=qt5-location
 _qtver=5.13.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


[arch-commits] Commit in qt5-base/repos/kde-unstable-x86_64 (4 files)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 05:10:42
  Author: foutrelis
Revision: 350203

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 350202, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/qtbug-74578.patch
(from rev 350202, qt5-base/kde-unstable/qtbug-74578.patch)
Deleted:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
  qt5-base/repos/kde-unstable-x86_64/qtbug-74578.patch

---+
 PKGBUILD  |  210 ++--
 qtbug-74578.patch |   78 +--
 2 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 05:10:31 UTC (rev 350202)
+++ PKGBUILD2019-04-06 05:10:42 UTC (rev 350203)
@@ -1,105 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.13.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
-makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-qtbug-74578.patch)
-sha256sums=('2a25181ea33bab1e356311ee72ca3e748a72f958e864fe6a94fa965050a1b4f9'
-'bfb983991f7a321bb6ef539ae4f5cf23ac7bc1d7a8ae13bbe8f0899f34dd4128')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  patch -p1 -i ../qtbug-74578.patch # Fix transparency
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/kde-unstable-x86_64/PKGBUILD (from rev 350202, 
qt5-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-06 05:10:42 UTC (rev 350203)
@@ -0,0 +1,105 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.13.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')

[arch-commits] Commit in qt5-base/kde-unstable (PKGBUILD)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 05:10:31
  Author: foutrelis
Revision: 350202

ICU 64 rebuild

Modified:
  qt5-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 04:55:32 UTC (rev 350201)
+++ PKGBUILD2019-04-06 05:10:31 UTC (rev 350202)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.13.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2019-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 6, 2019 @ 05:06:51
  Author: svenstaro
Revision: 449969

archrelease: copy trunk to community-x86_64

Added:
  nccl/repos/community-x86_64/PKGBUILD
(from rev 449968, nccl/trunk/PKGBUILD)
Deleted:
  nccl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 05:06:36 UTC (rev 449968)
+++ PKGBUILD2019-04-06 05:06:51 UTC (rev 449969)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-_commit='f93fe9bfd94884cec2ba711897222e0df5569a53'
-
-pkgname=nccl
-pkgver=2.4.2
-pkgrel=4
-pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
-arch=('x86_64')
-url='https://developer.nvidia.com/nccl/'
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'cuda')
-source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
-  local _file
-  local _filelist
-  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
-  for _file in $_filelist
-  do
-sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
-  done
-}
-
-build() {
-  cd "$pkgname"
-
-  make CUDA_HOME='/opt/cuda' src.build
-}
-
-package() {
-  cd "${pkgname}/build"
-
-  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
-  mkdir -p "${pkgdir}/usr/lib"
-  cp -a lib/* "${pkgdir}/usr/lib"
-
-  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nccl/repos/community-x86_64/PKGBUILD (from rev 449968, 
nccl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-06 05:06:51 UTC (rev 449969)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+_commit='f93fe9bfd94884cec2ba711897222e0df5569a53'
+
+pkgname=nccl
+pkgver=2.4.6
+pkgrel=1
+pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
+arch=('x86_64')
+url='https://developer.nvidia.com/nccl/'
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'cuda')
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
+  local _file
+  local _filelist
+  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
+  for _file in $_filelist
+  do
+sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  make CUDA_HOME='/opt/cuda' src.build
+}
+
+package() {
+  cd "${pkgname}/build"
+
+  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
+  mkdir -p "${pkgdir}/usr/lib"
+  cp -a lib/* "${pkgdir}/usr/lib"
+
+  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 6, 2019 @ 05:06:36
  Author: svenstaro
Revision: 449968

upgpkg: nccl 2.4.6-1

Modified:
  nccl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 04:56:26 UTC (rev 449967)
+++ PKGBUILD2019-04-06 05:06:36 UTC (rev 449968)
@@ -4,8 +4,8 @@
 _commit='f93fe9bfd94884cec2ba711897222e0df5569a53'
 
 pkgname=nccl
-pkgver=2.4.2
-pkgrel=4
+pkgver=2.4.6
+pkgrel=1
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
 arch=('x86_64')
 url='https://developer.nvidia.com/nccl/'


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 04:50:25
  Author: foutrelis
Revision: 449916

archrelease: copy trunk to community-staging-x86_64

Added:
  calibre/repos/community-staging-x86_64/
  calibre/repos/community-staging-x86_64/PKGBUILD
(from rev 449915, calibre/trunk/PKGBUILD)

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

Copied: calibre/repos/community-staging-x86_64/PKGBUILD (from rev 449915, 
calibre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-06 04:50:25 UTC (rev 449916)
@@ -0,0 +1,96 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=3.40.1
+pkgrel=2
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+_py_deps=('apsw' 'cssselect' 'css-parser' 'dateutil' 'dbus' 'dnspython' 'dukpy'
+  'feedparser' 'html5-parser' 'lxml' 'markdown' 'mechanize' 'msgpack'
+  'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 'regex')
+depends=('chmlib' 'icu' 'jxrlib' 'libmtp' 'libusbx' 'libwmf' 'mathjax' 'mtdev' 
'optipng'
+ 'podofo'  "${_py_deps[@]/#/python2-}" 'qt5-svg' 'qt5-webkit' 
'udisks2')
+makedepends=('qt5-x11extras' 'sip' 'xdg-utils')
+checkdepends=('xorg-server-xvfb')
+optdepends=('ipython2: to use calibre-debug'
+'poppler: required for converting pdf to html')
+source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
+"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
+sha256sums=('78015baefc8498a25d90ec22afe1ff3353abe6211cb7f39e3ab97ad715c233e8'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+
+  # Desktop integration (e.g. enforce arch defaults)
+  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
+  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
+  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
+  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
+  -e "s/^Name=calibre/Name=Calibre/g" \
+  -i  src/calibre/linux.py
+
+  cd resources
+
+  # Remove unneeded files
+  rm ${pkgname}-portable.* mozilla-ca-certs.pem
+
+  # tarball cache from calibre 4.x
+  rm editor.js viewer.{js,html}
+
+  # use system mathjax
+  rm -r mathjax
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  LANG='en_US.UTF-8' python2 setup.py build
+  LANG='en_US.UTF-8' python2 setup.py gui
+  LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax --system-mathjax
+  LANG='en_US.UTF-8' python2 setup.py rapydscript
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  # without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
+  # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
+
+  LANG='en_US.UTF-8' xvfb-run python2 setup.py test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d "${pkgdir}/usr/share/zsh/site-functions" \
+ 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
+
+  install -Dm644 resources/calibre-mimetypes.xml \
+"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
+
+  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
+python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
+
+  cp -a man-pages/ "${pkgdir}/usr/share/man"
+
+  # not needed at runtime
+  rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
+
+  # Compiling bytecode FS#33392
+  # This is kind of ugly but removes traces of the build root.
+  while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python2 -m compileall -d "${_destdir}" "${_file}"
+python2 -O -m compileall -d "${_destdir}" "${_file}"
+  done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
+}


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 04:50:12
  Author: foutrelis
Revision: 449915

icu 64.1 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 22:06:21 UTC (rev 449914)
+++ PKGBUILD2019-04-06 04:50:12 UTC (rev 449915)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=3.40.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Saturday, April 6, 2019 @ 04:38:21
  Author: felixonmars
Revision: 350161

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 350160, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/rust-1.33.patch
(from rev 350160, thunderbird/trunk/rust-1.33.patch)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 350160, thunderbird/trunk/thunderbird.desktop)

-+
 PKGBUILD|  159 +
 rust-1.33.patch |   70 
 thunderbird.desktop |  173 ++
 3 files changed, 402 insertions(+)

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 350160, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-06 04:38:21 UTC (rev 350161)
@@ -0,0 +1,159 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=60.6.1
+pkgrel=2
+pkgdesc='Standalone mail and news reader from mozilla.org'
+url='https://www.mozilla.org/thunderbird/'
+arch=(x86_64)
+license=(MPL GPL LGPL)
+depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
+ nss hunspell sqlite ttf-font icu)  # libvpx
+makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
+ autoconf2.13 rust clang llvm)
+optdepends=('libcanberra: sound support')
+options=(!emptydirs !makeflags)
+source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
+rust-1.33.patch
+$pkgname.desktop)
+sha256sums=('17aef9232a76bdc812422883c02b01b4ecb7633c3ee9870da5e4ec0e20ba5f67'
+'97bdb978d59cf5f0f967750e9d8dfbc8fc73367b08437838c44a308fe2ee5442'
+'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1539901 (Patch from Fedora)
+  patch -Np1 -i ../rust-1.33.patch
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

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

2019-04-05 Thread Felix Yan via arch-commits
Date: Saturday, April 6, 2019 @ 04:38:01
  Author: felixonmars
Revision: 350160

icu 64.1 rebuild

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 04:29:20 UTC (rev 350159)
+++ PKGBUILD2019-04-06 04:38:01 UTC (rev 350160)
@@ -7,7 +7,7 @@
 
 pkgname=thunderbird
 pkgver=60.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
 arch=(x86_64)


[arch-commits] Commit in tracker-miners/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 04:29:20
  Author: foutrelis
Revision: 350159

archrelease: copy trunk to staging-x86_64

Added:
  tracker-miners/repos/staging-x86_64/
  tracker-miners/repos/staging-x86_64/PKGBUILD
(from rev 350158, tracker-miners/trunk/PKGBUILD)

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

Copied: tracker-miners/repos/staging-x86_64/PKGBUILD (from rev 350158, 
tracker-miners/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-06 04:29:20 UTC (rev 350159)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=tracker-miners
+pkgver=2.2.1
+pkgrel=2
+pkgdesc="Collection of data extractors for Tracker/Nepomuk"
+url="https://wiki.gnome.org/Projects/Tracker;
+arch=(x86_64)
+license=(GPL)
+depends=(tracker gst-plugins-base-libs exempi flac libexif libcue libgrss 
libgsf libgxps libiptcdata
+ libosinfo libvorbis poppler-glib taglib totem-plparser giflib 
libgexiv2 gupnp-dlna upower
+ libseccomp)
+makedepends=(intltool git meson vala)
+checkdepends=(python2-gobject)
+groups=(gnome)
+_commit=67958708286b39ef4b3f80c80a3950b2752ea2a3  # tags/2.2.1^0
+source=("git+https://gitlab.gnome.org/GNOME/tracker-miners.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i '1s|python$|&2|' tests/functional-tests/*.py
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  dbus-run-session meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 04:29:10
  Author: foutrelis
Revision: 350158

icu 64.1 rebuild

Modified:
  tracker-miners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 04:05:56 UTC (rev 350157)
+++ PKGBUILD2019-04-06 04:29:10 UTC (rev 350158)
@@ -2,7 +2,7 @@
 
 pkgname=tracker-miners
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of data extractors for Tracker/Nepomuk"
 url="https://wiki.gnome.org/Projects/Tracker;
 arch=(x86_64)


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 04:05:45
  Author: foutrelis
Revision: 350156

upgpkg: thunderbird-i18n 60.6.1-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 03:59:52 UTC (rev 350155)
+++ PKGBUILD2019-04-06 04:05:45 UTC (rev 350156)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=60.5.3
+pkgver=60.6.1
 pkgrel=1
 pkgdesc='Language pack for Thunderbird'
 url='https://www.mozilla.org/thunderbird'
@@ -94,60 +94,60 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-sha256sums=('0c9ce060303c8be7ddefa09be6fa7f9394b699b0cfaac51fe53c7656e59ab37d'
-'e72e7957cf8df5db23bad92bbd8aa5aa8ae62290c84a73aea6932b5eab57c170'
-'e456c261c44a39f204097b3b1e52f42424de47130110bec774b34be854a723f7'
-'a05073472de45d115ef770fb5ead5fbe39bea8b45e3076d6bf3fdccfca07f9d5'
-'40c6a25f198b31f4a6ef295181d3270e6fa067633ff0772e776648ff496aca14'
-'096bf74e4b386a17200b1ae7deb61ba304c4f2d2dc223ce28f6807d0fd93c8a2'
-'0f0c333e3a1526af50fc3f418f9c39984162d2f65633d9b78918e82c761773c0'
-'fb3feffd821698a8dc75a8154fa8625eeb130787dfad9cd36b7e7c1d6314757e'
-'a112c0d2c58a068c82f0d0833942571bee8b2ecb9dab990a981f3eb6a0556146'
-'e3509a3f01b14d98781345cadfd41d38163a2f87a0aad379c932b6721437e4c9'
-'17395295e63166b3ae5274ea82b2f914ff986e213b1efd4c7611bf60d04ad9c5'
-'b78b2a3ce2c4065a101e2e5569992b4bcf72ec49a794c7133c5f8a95549c1d57'
-'c0ad9d839c6bf4ae342c8f0435cc2aa969b7209cc01169ec772d1bd10e963e64'
-'a74146f6fd27c749871635e6dcc85aa0ead5342903ff7a6a846426801e51c594'
-'cb185ebfa17ecb836a4372c87311ee40b1299f4c6c390de44e5d285fbc08a4dc'
-'9f1accd6ec302ccb006d9e692f1ffa1aa6ac8d7ad01cdca95362566cfc3f8eb5'
-'597392344c4c0bd4d7db978fc5e896fd7089ebf577359c9343ef1352cd4c4cdf'
-'522dc2612f48c233dde6c4943b1f767c39e2bcc3f84d563066bbe5002f367722'
-'d81b45703f3054b228b43dd2ecc7b3ce0e5181560fae577086decff05673367b'
-'0b19da7a162f32097c4c5c0a735fce009f88f9309bf18cf4213e3901256b9c32'
-'65670844dcca432f7bd9770636cd5d456b86f84b4fb9439e9c6bd152470d'
-'63f8c067ef5def107687bf926fb2f8f1e1d6275f9d98c9ce4f79e8a62eea60c1'
-'67f8b5c70cdf21f6e50be2af83eaee6f65db927b1a90971a0c4b3e73b2bab1d4'
-'05d16208494d10283669e163d7de2187f45b74411cdb8723e4b807c264975da5'
-'d9677817eb38ce3347acb7f45e7563d809bdbd3662d0e8921cbe57fa6ba814b7'
-'4b01bbdfc0e950d7c1945752037c080a78f36daa37c3e7584d4cad11aee2dda0'
-'c4b90dd92e8e026ef43c600cb6542fc0415a360b1b20d613a3d6659c6b3b70bb'
-'495bfd7cffc23932a0e7f582578e34bb099e16f1d4a5d1dba7b2262be035155a'
-'373bdc50e0bf171be9e90466adce6378e368bd97fade2d676d5ee61124104b47'
-'9bb384abf8fa520c9031c2a239bf29fad4d8aa46218a2c0e10f26e08aeeefde8'
-'e06bfb2d56db8081fd60ed36cf3c3ccadbb26223fb9541413372467ea479f7b7'
-'d8742a81022004a1f75d1a8e9594d7ce6b6150496a344b130a3029b8b83a9cdb'
-'29ff3364753ee94e226f411ab05d2988af31de2caf67164f9a1699472655629e'
-'6e993159c5c23baeda704b2b69ac4bf166fc91facbbcd84a8388ca27bfe6b1e2'
-'a13139927ddd3a2577003362d4bb197c95da238f7a3e011bf1dfb51e4e9937f8'
-'49ab2e45c4cdb1157c76abe7ac29e52ec9c9c07c7eb55772394db6eba374da61'
-'efe945c2bbbdea2466ec96448a45f02028ea84db31f588aa2a39887f852f6c20'
-'72883be7d362805c6aacf7db31c5f0dbe81c09c2094d3de80d5457c1057cd4ad'
-'13e93ec017c1f263b68e873ef76405ae07d69a69f3461b29050f2974e451b166'
-'9f068f9f34802dfcbabdc591f829e618a5acf72e6c601597998c79767c676418'
-'122091cd37965c42f80527aa4ea402d3ebda6145a72954c728122cbe44c4'
-'d79c340a9f0bf669225f5a234cf71b44a066ea6191eddbbd5b2529eba4fafb06'
-'1d5f03dbc1115b1bf5b0ac1d095669694e0448d2f47a2df4831d0f591b005447'
-'fabc027ab8ec5afdc64ee814bcb15c9ecdec4bc8d3fd93e76f7870d9bd0d5c63'
-'b450658f8dfee77fdffcc096874bd1a34c278c25870be693b78a38f4fdafc1ed'
-'e984e3536f8a557710ce708e3d36671a2b74f893e8ab92aa66b9fe06a78008f7'
-'4934ea2cfb417b73bd13a41761458692c581df26935bd204ee79ecd49e571f32'
-'c31e59fc29bee0eb46cf2b3c09f72d434f6a617846cb2c0e5fab8406dde64e19'
-'11206857665649dd78e3fc1a992d5297842f22a811b45f0ab746a539265670c6'
-'dc082c5a002e83a3f426e4d841d58792df8d9410a93c6fc132d4970d0db3019d'
-'29181be6512504661b5bd4cb533193f7280fd4d6251aeb6069abe293609cae5c'
-'ed141f4efd55abd690eaa4df5859a95a57cd8e3906fd8dd55840046cedf8ccc6'

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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 04:05:56
  Author: foutrelis
Revision: 350157

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  306 ++---
 1 file changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 04:05:45 UTC (rev 350156)
+++ PKGBUILD2019-04-06 04:05:56 UTC (rev 350157)
@@ -1,153 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=60.5.3
-pkgrel=1
-pkgdesc='Language pack for Thunderbird'
-url='https://www.mozilla.org/thunderbird'
-arch=('any')
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  '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)"'
-  '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"'
-  '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-x86_64/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=('0c9ce060303c8be7ddefa09be6fa7f9394b699b0cfaac51fe53c7656e59ab37d'
-'e72e7957cf8df5db23bad92bbd8aa5aa8ae62290c84a73aea6932b5eab57c170'
-'e456c261c44a39f204097b3b1e52f42424de47130110bec774b34be854a723f7'
-'a05073472de45d115ef770fb5ead5fbe39bea8b45e3076d6bf3fdccfca07f9d5'
-'40c6a25f198b31f4a6ef295181d3270e6fa067633ff0772e776648ff496aca14'
-'096bf74e4b386a17200b1ae7deb61ba304c4f2d2dc223ce28f6807d0fd93c8a2'
-'0f0c333e3a1526af50fc3f418f9c39984162d2f65633d9b78918e82c761773c0'
-'fb3feffd821698a8dc75a8154fa8625eeb130787dfad9cd36b7e7c1d6314757e'
-'a112c0d2c58a068c82f0d0833942571bee8b2ecb9dab990a981f3eb6a0556146'
-'e3509a3f01b14d98781345cadfd41d38163a2f87a0aad379c932b6721437e4c9'
-'17395295e63166b3ae5274ea82b2f914ff986e213b1efd4c7611bf60d04ad9c5'
-'b78b2a3ce2c4065a101e2e5569992b4bcf72ec49a794c7133c5f8a95549c1d57'
-'c0ad9d839c6bf4ae342c8f0435cc2aa969b7209cc01169ec772d1bd10e963e64'
-'a74146f6fd27c749871635e6dcc85aa0ead5342903ff7a6a846426801e51c594'
-'cb185ebfa17ecb836a4372c87311ee40b1299f4c6c390de44e5d285fbc08a4dc'
-'9f1accd6ec302ccb006d9e692f1ffa1aa6ac8d7ad01cdca95362566cfc3f8eb5'
-'597392344c4c0bd4d7db978fc5e896fd7089ebf577359c9343ef1352cd4c4cdf'
-'522dc2612f48c233dde6c4943b1f767c39e2bcc3f84d563066bbe5002f367722'
-'d81b45703f3054b228b43dd2ecc7b3ce0e5181560fae577086decff05673367b'
-'0b19da7a162f32097c4c5c0a735fce009f88f9309bf18cf4213e3901256b9c32'
-'65670844dcca432f7bd9770636cd5d456b86f84b4fb9439e9c6bd152470d'
-'63f8c067ef5def107687bf926fb2f8f1e1d6275f9d98c9ce4f79e8a62eea60c1'
-'67f8b5c70cdf21f6e50be2af83eaee6f65db927b1a90971a0c4b3e73b2bab1d4'
-'05d16208494d10283669e163d7de2187f45b74411cdb8723e4b807c264975da5'
-

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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 03:59:52
  Author: foutrelis
Revision: 350155

archrelease: copy trunk to extra-x86_64

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 350154, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/rust-1.33.patch
(from rev 350154, thunderbird/trunk/rust-1.33.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 350154, thunderbird/trunk/thunderbird.desktop)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/thunderbird.desktop

-+
 PKGBUILD|  311 ++--
 rust-1.33.patch |   70 ++
 thunderbird.desktop |  346 +-
 3 files changed, 402 insertions(+), 325 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 03:59:44 UTC (rev 350154)
+++ PKGBUILD2019-04-06 03:59:52 UTC (rev 350155)
@@ -1,152 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-
-pkgname=thunderbird
-pkgver=60.5.3
-pkgrel=1
-pkgdesc='Standalone mail and news reader from mozilla.org'
-url='https://www.mozilla.org/thunderbird/'
-arch=(x86_64)
-license=(MPL GPL LGPL)
-depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
- nss hunspell sqlite ttf-font icu)  # libvpx
-makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
- autoconf2.13 rust clang llvm)
-optdepends=('libcanberra: sound support')
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
-$pkgname.desktop)
-sha256sums=('83c91c4dc9b537aca99db45f99ccf2258cd830c704fb4aa994df18272c8a5211'
-'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  echo -n "$_google_api_key" >google-api-key
-  echo -n "$_mozilla_api_key" >mozilla-api-key
-
-  cat >.mozconfig 

[arch-commits] Commit in thunderbird/trunk (PKGBUILD rust-1.33.patch)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 6, 2019 @ 03:59:44
  Author: foutrelis
Revision: 350154

upgpkg: thunderbird 60.6.1-1

- New upstream release
- Add patch from Fedora to fix building with Rust 1.33
- Leave out --enable-rust-simd because it breaks the build
- Split Google API key into Location Service and Safe Browsing

Added:
  thunderbird/trunk/rust-1.33.patch
Modified:
  thunderbird/trunk/PKGBUILD

-+
 PKGBUILD|   15 ---
 rust-1.33.patch |   70 ++
 2 files changed, 81 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 20:13:49 UTC (rev 350153)
+++ PKGBUILD2019-04-06 03:59:44 UTC (rev 350154)
@@ -6,7 +6,7 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=60.5.3
+pkgver=60.6.1
 pkgrel=1
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
@@ -19,8 +19,10 @@
 optdepends=('libcanberra: sound support')
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
+rust-1.33.patch
 $pkgname.desktop)
-sha256sums=('83c91c4dc9b537aca99db45f99ccf2258cd830c704fb4aa994df18272c8a5211'
+sha256sums=('17aef9232a76bdc812422883c02b01b4ecb7633c3ee9870da5e4ec0e20ba5f67'
+'97bdb978d59cf5f0f967750e9d8dfbc8fc73367b08437838c44a308fe2ee5442'
 'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -38,6 +40,9 @@
 prepare() {
   cd $pkgname-$pkgver
 
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1539901 (Patch from Fedora)
+  patch -Np1 -i ../rust-1.33.patch
+
   echo -n "$_google_api_key" >google-api-key
   echo -n "$_mozilla_api_key" >mozilla-api-key
 
@@ -50,7 +55,8 @@
 ac_add_options --enable-linker=gold
 ac_add_options --enable-hardening
 ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
+#ac_add_options --enable-rust-simd
 
 # Branding
 ac_add_options --enable-official-branding
@@ -58,7 +64,8 @@
 ac_add_options --with-distribution-id=org.archlinux
 
 # Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
+ac_add_options 
--with-google-location-service-api-keyfile=${PWD@Q}/google-api-key
+ac_add_options --with-google-safebrowsing-api-keyfile=${PWD@Q}/google-api-key
 ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
 
 # System libraries

Added: rust-1.33.patch
===
--- rust-1.33.patch (rev 0)
+++ rust-1.33.patch 2019-04-06 03:59:44 UTC (rev 350154)
@@ -0,0 +1,70 @@
+diff -up 
thunderbird-60.5.3/servo/components/style/gecko/regen_atoms.py.rust-1.33-build 
thunderbird-60.5.3/servo/components/style/gecko/regen_atoms.py
+--- 
thunderbird-60.5.3/servo/components/style/gecko/regen_atoms.py.rust-1.33-build  
   2019-03-04 19:17:31.0 +0100
 thunderbird-60.5.3/servo/components/style/gecko/regen_atoms.py 
2019-03-13 15:05:58.965726109 +0100
+@@ -202,6 +202,7 @@ RULE_TEMPLATE = ('("{atom}") =>\n  '
+  ' ;')
+ 
+ MACRO = '''
++/// Returns a static atom by passing the literal string it represents.
+ #[macro_export]
+ macro_rules! atom {{
+ {}
+diff -up 
thunderbird-60.5.3/servo/components/style/gecko_string_cache/namespace.rs.rust-1.33-build
 thunderbird-60.5.3/servo/components/style/gecko_string_cache/namespace.rs
+--- 
thunderbird-60.5.3/servo/components/style/gecko_string_cache/namespace.rs.rust-1.33-build
  2019-03-04 19:17:27.0 +0100
 thunderbird-60.5.3/servo/components/style/gecko_string_cache/namespace.rs  
2019-03-13 15:05:58.966726107 +0100
+@@ -11,6 +11,7 @@ use std::fmt;
+ use std::ops::Deref;
+ use string_cache::{Atom, WeakAtom};
+ 
++/// Macro text
+ #[macro_export]
+ macro_rules! ns {
+ () => { $crate::string_cache::Namespace(atom!("")) };
+diff -up 
thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs.rust-1.33-build
 thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs
+--- 
thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs.rust-1.33-build
2019-03-04 19:17:30.0 +0100
 thunderbird-60.5.3/servo/components/style/properties/properties.mako.rs
2019-03-13 15:05:58.966726107 +0100
+@@ -55,6 +55,7 @@ use style_adjuster::StyleAdjuster;
+ 
+ pub use self::declaration_block::*;
+ 
++/// Generated
+ #[cfg(feature = "gecko")]
+ #[macro_export]
+ macro_rules! property_name {
+@@ -3852,7 +3853,7 @@ impl fmt::Debug for AliasId {
+ }
+ }
+ 
+-// NOTE(emilio): Callers are responsible to deal with prefs.
++/// Callers are responsible to deal with prefs.
+ #[macro_export]
+ macro_rules! css_properties_accessors {
+ ($macro_name: ident) => {

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-04-05 Thread Andrew Crerar via arch-commits
Date: Friday, April 5, 2019 @ 22:06:21
  Author: andrewsc
Revision: 449914

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 449913, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 21:48:26 UTC (rev 449913)
+++ PKGBUILD2019-04-05 22:06:21 UTC (rev 449914)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=67.0b7
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  '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"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-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 Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('3d43b997ffa7353c6a3f049d8a505ce13c48bcaad86095b6dab3b50c9ce19f77471efbdbccdd7a5d1d46e6b5d8a642e2f19007021b7818365e9ae2068b0e8ee0'
-
'de6d2d61a6270d78082213086f2871ea19ff46128b805b36090040ec0ebc472948b1d994be4d160e591deea9554a96129968fa84cdad89cddaa55f3a9f24f8fe'
-
'83fabc23bde4d143fa9186d5358d078b2e34cbb0354a916b17bfe9d013272d1327606cdef3522304730d6c36690cc27d154ee86919b3c17f003de4603db6e4f9'
-
'037167f593b4a13c608030cea58ae7a3b3dc18c27fb65fdc4d42ea12c75ecb9c17c0bfdff287c7087e62164ab24a7be1992c7bf817041248246917f9274319e6'
-
'3c29c42fe899ce98a9513145045442b0735456cb9fe47c56b2180d43298a7ee5efcdc6c021025c16814389abf7215a7b1c7e9e9c2e338180415ccfdfeeaffbce'
-
'76cc578670b39099f1776db622effc9c0e3f3b8ce8f20b9d4f4569470172949df9a84f421b16d8dc798836173b759c8c9d78350baac0e511f9eda0907943d3e8'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2019-04-05 Thread Andrew Crerar via arch-commits
Date: Friday, April 5, 2019 @ 21:48:26
  Author: andrewsc
Revision: 449913

upgpkg: firefox-developer-edition-i18n 67.0b8-1

firefox-developer-edition-i18n: Updating to 67.0b8

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 21:28:35 UTC (rev 449912)
+++ PKGBUILD2019-04-05 21:48:26 UTC (rev 449913)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=67.0b7
+pkgver=67.0b8
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('3d43b997ffa7353c6a3f049d8a505ce13c48bcaad86095b6dab3b50c9ce19f77471efbdbccdd7a5d1d46e6b5d8a642e2f19007021b7818365e9ae2068b0e8ee0'
-
'de6d2d61a6270d78082213086f2871ea19ff46128b805b36090040ec0ebc472948b1d994be4d160e591deea9554a96129968fa84cdad89cddaa55f3a9f24f8fe'
-
'83fabc23bde4d143fa9186d5358d078b2e34cbb0354a916b17bfe9d013272d1327606cdef3522304730d6c36690cc27d154ee86919b3c17f003de4603db6e4f9'
-
'037167f593b4a13c608030cea58ae7a3b3dc18c27fb65fdc4d42ea12c75ecb9c17c0bfdff287c7087e62164ab24a7be1992c7bf817041248246917f9274319e6'
-
'3c29c42fe899ce98a9513145045442b0735456cb9fe47c56b2180d43298a7ee5efcdc6c021025c16814389abf7215a7b1c7e9e9c2e338180415ccfdfeeaffbce'
-
'76cc578670b39099f1776db622effc9c0e3f3b8ce8f20b9d4f4569470172949df9a84f421b16d8dc798836173b759c8c9d78350baac0e511f9eda0907943d3e8'
-
'f23a2072ccb4b841e5bea0d7855794bf27764037162a011a19e57ceab795cfbbda1d608e5540c432e89a4e7bed39ea9347fe30a8fe226f526707080cf6962ffd'
-
'656f850e176a88dd318e7ecc797b176e18ebe5a9524cb8834bcba29edc244e9b0c667a791dfdccfe189e5b15ff98b78f9a5bf4e5c10149e3e3ba42fccdd1'
-
'78db6b3905ef6ecee9604e6da2db409341749d2e8bf5de71d2969579a6a23f2bb4be51c245c453dc6116639101e750c2f837aec41250f8469a405072d2520865'
-
'a2ed49a1637e23f37de58899a6a8d361567128aff2ca2f8cf59de37f67097967fbaeabbf2d80bce03ad9e275da8c1f519a2dc834860615b4472444d9f11946de'
-
'365d702c5d9b8155fe488cdeb1f4484f03e400a2649f008d0be5d0ae5d54a655d4206f02fc2f8d87d4155c7a3aea8e7520701094c8cb8b14c93c888a540d490b'
-
'9b9888ca0d36d5900bbdf58b5b456caae6b5c99ee243fec5d02f03116fd308e8658fab5a8509fb0cbd0a3bfd3c60f829907120a79a5f6ad9a07e3d9b622d5d54'
-
'e0a9b2f8c884a01fc3b0dab634f8a17ffe2628d49f8d2735364fa9f7ca4bfe19788e84b90f4bc7428501c2a09994cb0105c8b0e1b0f63cd95f0079335360f4e2'
-
'111ae2cf1194e39cec53a89fa7a5c0f3bc4fc4adc1fc18230b2278b849eced18f9010d64e9b20ba4dec7d73c5ff7705c4dce4c6a1dc18a2ae06511338f5d7b05'
-
'b6ab58f33bf0db0ac5dfb8faba60444a141495828465d90a4a3cf250f66a95acebbc91af128c23b468357ec761c651d10e54b2dc41a5345ff9d8d627006b6d7a'
-
'8203ace5148f16103a16e485570eeaa1374f36808490a13ac2700ff7a7ee5239aa9569b2c2afcb12e3850f99d36a9f7e644148d8067ef7dcd49ae5b3ffc6dffd'
-
'0a09ee7ce09ac00993a6be4b469d2d48cc2ef3cf366f238e0ab99eef7591bf70653dd3cb025e1038ec1435d773588fabc8e2c4694a1440a8772cc62886baa2be'
-
'0936783fbb790d897e5f05dd3113b3945aed858a84b069596023267214617f900a3eb8726f63a6580bbebbc528c1982621ead4ecb4a42c4b7ce923a4c48662aa'
-
'e10245c0d93b105927a136a60904de43142c6bb797f97486822b25e5f7b3e5336b1ce5d5cb4bec2f7af1f43818bed178597734294d26228d7ef04e199e5f051d'
-
'657258bdd082208e414d1db7e5b0a3f54af325f73e228f9ae032bb63766a7fb7dc2711eb7cb5afa498f0d7923adee70629abff8c88adf0a3671433db3c0e5ca7'
-
'324aed5cd8b741a28bd0b507eca83a92b731a87306359c855744b786501e756110253c3816f67685f30994dd4599efbff2da84bb21c2cf6b1f7c8e3ee6989e76'
-
'e472878b59b1b91d96f95771690e8ef2a48c7888dce9cbcb55ca78a30af51799482c2866fe833ffaaadf885fdb3fc9e98600e0a2b031792f5a8832dc032ffe4b'
-
'bb820c2e57a0d6e0972d299eb6f74c86aa9a57e7438a614a759a8219565d8d1e0469f76ac134defb806bc7bfe014744d8af9c75d16d4e91cd9878f6b66be7cc1'
-
'692a5d3b47737a05447e4fa536b1a3bd901c14b830ea4d35fc0ae9b44a23e6e3d1f4022ca6368db668395179782ea82125c55e71689b2d316cac70c259b5c497'
-
'7062f30f0e4e6113dfc6c2d07329bbaecc8d9f28593fcfb8faccc5fc1c9790a47309d7cf5a5f14df2bf1023d3740201f6cd37b3d7dcb18d133a1c010f02f7f60'
-
'9baaffe11cd61ff7d075853b5c28148893d7404d5f8eb4d6fbb45f69d6aae64d517d4c4396f3531d3f3c3def07e83cf05f9f3346b052955fa62a4db28ae77ac4'
-
'c23919e6fc1b5654389c1771264540323199b5d6a9268b21b83fbbfcc9b4e129ccf7f8ef80bb3577857f675c55b3529beadc2390d912df3291cb565a4d905677'
-
'acef44b17be663bd481f48af6cd25a3f58ba8e219ea0c7d8f4007f4158546a0b9951f26bc7d5e93a83c5d33ebe963d39b530223df82218562dfbf8031808ebbc'
-

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2019-04-05 Thread Andrew Crerar via arch-commits
Date: Friday, April 5, 2019 @ 21:28:35
  Author: andrewsc
Revision: 449912

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 449911, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 449911, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 449911, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 449911, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  358 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 596 insertions(+), 596 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 21:08:04 UTC (rev 449911)
+++ PKGBUILD2019-04-05 21:28:35 UTC (rev 449912)
@@ -1,179 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=67.0b7
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rustup' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
-  rustup default 1.32.0
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_APP_REMOTINGNAME=${pkgname//-/}
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2019-04-05 Thread Andrew Crerar via arch-commits
Date: Friday, April 5, 2019 @ 21:08:04
  Author: andrewsc
Revision: 449911

upgpkg: firefox-developer-edition 67.0b8-1

firefox-developer-edition: Updating to 67.0b8

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 20:42:13 UTC (rev 449910)
+++ PKGBUILD2019-04-05 21:08:04 UTC (rev 449911)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=67.0b7
+pkgver=67.0b8
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 20:42:13
  Author: felixonmars
Revision: 449910

archrelease: copy trunk to community-staging-x86_64

Added:
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 449909, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 449909, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 449909, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/znc.tmpfiles
(from rev 449909, znc/trunk/znc.tmpfiles)

--+
 PKGBUILD |   50 ++
 znc.install  |   17 +
 znc.sysusers |1 +
 znc.tmpfiles |1 +
 4 files changed, 69 insertions(+)

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 449909, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 20:42:13 UTC (rev 449910)
@@ -0,0 +1,50 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.7.3
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='https://wiki.znc.in/'
+license=('GPL2')
+arch=('x86_64')
+depends=('libsasl' 'icu' 'boost-libs')
+makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("https://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+"$pkgname.tmpfiles"
+"$pkgname.sysusers")
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

+sha256sums=('1e4cc31837a1e8e6cc310873659a167cec16a3fd4281cbc3bf364e42352c113d'
+'SKIP'
+'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
+'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWANT_PYTHON=ON \
+-DWANT_PERL=ON \
+-DWANT_TCL=ON \
+-DWANT_SYSTEMD=ON \
+-DSYSTEMD_DIR=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Copied: znc/repos/community-staging-x86_64/znc.install (from rev 449909, 
znc/trunk/znc.install)
===
--- community-staging-x86_64/znc.install(rev 0)
+++ community-staging-x86_64/znc.install2019-04-05 20:42:13 UTC (rev 
449910)
@@ -0,0 +1,17 @@
+#/bin/bash
+
+# arg 1:  the new package version
+post_install() {
+  echo '==> Use 'znc --makeconf' as user znc to generate your first config'
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp $2 1.0-4)" < 0 )); then
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-x86_64/znc.sysusers (from rev 449909, 
znc/trunk/znc.sysusers)
===
--- community-staging-x86_64/znc.sysusers   (rev 0)
+++ community-staging-x86_64/znc.sysusers   2019-04-05 20:42:13 UTC (rev 
449910)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/znc.tmpfiles (from rev 449909, 
znc/trunk/znc.tmpfiles)
===
--- community-staging-x86_64/znc.tmpfiles   (rev 0)
+++ community-staging-x86_64/znc.tmpfiles   2019-04-05 20:42:13 UTC (rev 
449910)
@@ -0,0 +1 @@
+d /var/lib/znc 0750 znc znc -


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 20:41:49
  Author: felixonmars
Revision: 449909

icu 64.1 rebuild

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 19:41:26 UTC (rev 449908)
+++ PKGBUILD2019-04-05 20:41:49 UTC (rev 449909)
@@ -4,7 +4,7 @@
 
 pkgname=znc
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='https://wiki.znc.in/'
 license=('GPL2')


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

2019-04-05 Thread Andreas Radke via arch-commits
Date: Friday, April 5, 2019 @ 20:13:49
  Author: andyrtr
Revision: 350153

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 20:13:39 UTC (rev 350152)
+++ PKGBUILD2019-04-05 20:13:49 UTC (rev 350153)
@@ -1,59 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-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/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('43024dbf6c2d1a14c8306fb7744f1e693e6a99dc9441bfd187070f0ad0a67187')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Ignore const-related errors (remove once fixed upstream)
-  CXXFLAGS+=' -fpermissive'
-
-  ./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 cups group from cups pkg FS#56818
-  chgrp -R 209 ${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-x86_64/PKGBUILD (from rev 350152, 
cups-filters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 20:13:49 UTC (rev 350153)
@@ -0,0 +1,59 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.22.4
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+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/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('58a049aa7f371028e5695f80c83f09774dfda9f02e589ca2f1d6ca66050883c4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Ignore const-related errors (remove once fixed upstream)
+  CXXFLAGS+=' -fpermissive'
+
+  ./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 

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

2019-04-05 Thread Andreas Radke via arch-commits
Date: Friday, April 5, 2019 @ 20:13:39
  Author: andyrtr
Revision: 350152

upgpkg: cups-filters 1.22.4-1

upstream update 1.22.4

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 19:25:12 UTC (rev 350151)
+++ PKGBUILD2019-04-05 20:13:39 UTC (rev 350152)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.22.3
+pkgver=1.22.4
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('43024dbf6c2d1a14c8306fb7744f1e693e6a99dc9441bfd187070f0ad0a67187')
+sha256sums=('58a049aa7f371028e5695f80c83f09774dfda9f02e589ca2f1d6ca66050883c4')
 
 build() {
   cd $pkgname-$pkgver


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 19:41:26
  Author: felixonmars
Revision: 449908

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 19:41:07 UTC (rev 449907)
+++ PKGBUILD2019-04-05 19:41:26 UTC (rev 449908)
@@ -1,20 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=marked
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="A markdown parser built for speed"
-arch=('any')
-url='https://github.com/chjj/marked'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f87d0bde26dc5a1019134d9228caa6bd8b04acba38100549c6ee61ddb1c1043bef8de597b65f76ac65120581cbdbefb963e45236097c7583805dc61eee5a757c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: marked/repos/community-any/PKGBUILD (from rev 449907, 
marked/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 19:41:26 UTC (rev 449908)
@@ -0,0 +1,20 @@
+# Maintainer: Felix Yan 
+
+pkgname=marked
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="A markdown parser built for speed"
+arch=('any')
+url='https://github.com/chjj/marked'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('2eac70547dcffeba8a5f810a1b3efe7361bdafdf1678cfd25b7e326e180d1a151034ab5fd469a64a427a703189fedead8b269ee3da91929c93c3607d1ceae050')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 19:41:07
  Author: felixonmars
Revision: 449907

upgpkg: marked 0.6.2-1

Modified:
  marked/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 19:39:58 UTC (rev 449906)
+++ PKGBUILD2019-04-05 19:41:07 UTC (rev 449907)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=marked
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="A markdown parser built for speed"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f87d0bde26dc5a1019134d9228caa6bd8b04acba38100549c6ee61ddb1c1043bef8de597b65f76ac65120581cbdbefb963e45236097c7583805dc61eee5a757c')
+sha512sums=('2eac70547dcffeba8a5f810a1b3efe7361bdafdf1678cfd25b7e326e180d1a151034ab5fd469a64a427a703189fedead8b269ee3da91929c93c3607d1ceae050')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 19:39:58
  Author: felixonmars
Revision: 449906

archrelease: copy trunk to community-x86_64

Added:
  mlite/repos/community-x86_64/PKGBUILD
(from rev 449905, mlite/trunk/PKGBUILD)
Deleted:
  mlite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 19:39:39 UTC (rev 449905)
+++ PKGBUILD2019-04-05 19:39:58 UTC (rev 449906)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.25
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('x86_64')
-url="http://github.com/nemomobile/mlite;
-license=('LGPL')
-depends=('qt5-base' 'dconf')
-makedepends=('git' 'qt5-tools')
-source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd mlite
-  sed -i -e 's|/usr/libexec|/usr/lib|' \
-  tools/mliteremoteaction/mliteremoteaction.pro \
-  tools/mliteremoteaction/main.cpp \
-  src/mremoteaction.cpp
-}
-
-build() {
-  cd mlite
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd mlite
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  # Remove tests
-  rm -r "$pkgdir/opt"
-}

Copied: mlite/repos/community-x86_64/PKGBUILD (from rev 449905, 
mlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 19:39:58 UTC (rev 449906)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.26
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('x86_64')
+url="http://github.com/nemomobile/mlite;
+license=('LGPL')
+depends=('qt5-base' 'dconf')
+makedepends=('git' 'qt5-tools')
+source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd mlite
+  sed -i -e 's|/usr/libexec|/usr/lib|' \
+  tools/mliteremoteaction/mliteremoteaction.pro \
+  tools/mliteremoteaction/main.cpp \
+  src/mremoteaction.cpp
+}
+
+build() {
+  cd mlite
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd mlite
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 19:39:39
  Author: felixonmars
Revision: 449905

upgpkg: mlite 0.2.26-1

Modified:
  mlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 19:38:57 UTC (rev 449904)
+++ PKGBUILD2019-04-05 19:39:39 UTC (rev 449905)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mlite
-pkgver=0.2.25
+pkgver=0.2.26
 pkgrel=1
 pkgdesc="Useful classes originating from MeeGo Touch"
 arch=('x86_64')


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 19:38:57
  Author: felixonmars
Revision: 449904

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 19:38:39 UTC (rev 449903)
+++ PKGBUILD2019-04-05 19:38:57 UTC (rev 449904)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.14.4
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('9eb5be972efb91d11dc35e364513ce15c012e2e5fb6fa150b2894308a18189ced16abe5670d2044769ddfd17fad981c34e924ce90b4552eadc91001dc3e33db3')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  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-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 449903, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 19:38:57 UTC (rev 449904)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.14.5
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+ 

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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 19:38:39
  Author: felixonmars
Revision: 449903

upgpkg: python-hypothesis 4.14.5-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 19:15:36 UTC (rev 449902)
+++ PKGBUILD2019-04-05 19:38:39 UTC (rev 449903)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.14.4
+pkgver=4.14.5
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('9eb5be972efb91d11dc35e364513ce15c012e2e5fb6fa150b2894308a18189ced16abe5670d2044769ddfd17fad981c34e924ce90b4552eadc91001dc3e33db3')
+sha512sums=('ce20eb1787f12c6b9e71f353b3dfe7fda4174919d685f49970f4ebfe2727138b33511b92fce5585abeced9deda1f9935b56a4cc448cdd81943d0e74342accedb')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in gnome-weather/repos/extra-any (3 files)

2019-04-05 Thread Jan Steffens via arch-commits
Date: Friday, April 5, 2019 @ 19:25:12
  Author: heftig
Revision: 350151

archrelease: copy trunk to extra-any

Added:
  gnome-weather/repos/extra-any/PKGBUILD
(from rev 350149, gnome-weather/trunk/PKGBUILD)
Deleted:
  gnome-weather/repos/extra-any/PKGBUILD
  gnome-weather/repos/extra-any/hack-detached.diff

+
 PKGBUILD   |   71 +++
 hack-detached.diff |   17 
 2 files changed, 33 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 19:25:11 UTC (rev 350150)
+++ PKGBUILD2019-04-05 19:25:12 UTC (rev 350151)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-weather
-pkgver=3.32.0
-pkgrel=2
-pkgdesc="Access current weather conditions and forecasts"
-url="https://wiki.gnome.org/Apps/Weather;
-arch=(any)
-license=(GPL)
-depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
-makedepends=(gobject-introspection appstream-glib git meson)
-groups=(gnome)
-_commit=0ca6ff30ad42246ac62f42d86d978f029266f724  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;
-hack-detached.diff)
-sha256sums=('SKIP'
-'47bc9707d7e768aed06ce7feafd038c4d95a8c84fee58ec3bc38a35425eb27be')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Hack around broken detached locations
-  patch -Np1 -i ../hack-detached.diff
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-weather/repos/extra-any/PKGBUILD (from rev 350149, 
gnome-weather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 19:25:12 UTC (rev 350151)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-weather
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="Access current weather conditions and forecasts"
+url="https://wiki.gnome.org/Apps/Weather;
+arch=(any)
+license=(GPL)
+depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
+makedepends=(gobject-introspection appstream-glib git meson)
+groups=(gnome)
+_commit=9a35adeea3b8a9a734ca873c95f1222b23772959  # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: hack-detached.diff
===
--- hack-detached.diff  2019-04-05 19:25:11 UTC (rev 350150)
+++ hack-detached.diff  2019-04-05 19:25:12 UTC (rev 350151)
@@ -1,17 +0,0 @@
-diff --git i/src/app/currentLocationController.js 
w/src/app/currentLocationController.js
-index 67538d2..4cad182 100644
 i/src/app/currentLocationController.js
-+++ w/src/app/currentLocationController.js
-@@ -87,10 +87,8 @@ var CurrentLocationController = class 
CurrentLocationController {
- _onLocationUpdated(simple) {
- let geoclueLocation = simple.get_location();
- 
--this.currentLocation = 
GWeather.Location.new_detached(geoclueLocation.description,
--  null,
--  
geoclueLocation.latitude,
--  
geoclueLocation.longitude);
-+this.currentLocation = 
this._world._world.find_nearest_city(geoclueLocation.latitude,
-+
geoclueLocation.longitude);
- this._world.currentLocationChanged(this.currentLocation);
- }
- 


[arch-commits] Commit in gnome-weather/trunk (PKGBUILD hack-detached.diff)

2019-04-05 Thread Jan Steffens via arch-commits
Date: Friday, April 5, 2019 @ 19:25:01
  Author: heftig
Revision: 350149

3.32.1-1

Modified:
  gnome-weather/trunk/PKGBUILD
Deleted:
  gnome-weather/trunk/hack-detached.diff

+
 PKGBUILD   |   15 +--
 hack-detached.diff |   17 -
 2 files changed, 5 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 19:22:17 UTC (rev 350148)
+++ PKGBUILD2019-04-05 19:25:01 UTC (rev 350149)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-weather
-pkgver=3.32.0
-pkgrel=2
+pkgver=3.32.1
+pkgrel=1
 pkgdesc="Access current weather conditions and forecasts"
 url="https://wiki.gnome.org/Apps/Weather;
 arch=(any)
@@ -10,11 +10,9 @@
 depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
 makedepends=(gobject-introspection appstream-glib git meson)
 groups=(gnome)
-_commit=0ca6ff30ad42246ac62f42d86d978f029266f724  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;
-hack-detached.diff)
-sha256sums=('SKIP'
-'47bc9707d7e768aed06ce7feafd038c4d95a8c84fee58ec3bc38a35425eb27be')
+_commit=9a35adeea3b8a9a734ca873c95f1222b23772959  # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -23,9 +21,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Hack around broken detached locations
-  patch -Np1 -i ../hack-detached.diff
 }
 
 build() {

Deleted: hack-detached.diff
===
--- hack-detached.diff  2019-04-05 19:22:17 UTC (rev 350148)
+++ hack-detached.diff  2019-04-05 19:25:01 UTC (rev 350149)
@@ -1,17 +0,0 @@
-diff --git i/src/app/currentLocationController.js 
w/src/app/currentLocationController.js
-index 67538d2..4cad182 100644
 i/src/app/currentLocationController.js
-+++ w/src/app/currentLocationController.js
-@@ -87,10 +87,8 @@ var CurrentLocationController = class 
CurrentLocationController {
- _onLocationUpdated(simple) {
- let geoclueLocation = simple.get_location();
- 
--this.currentLocation = 
GWeather.Location.new_detached(geoclueLocation.description,
--  null,
--  
geoclueLocation.latitude,
--  
geoclueLocation.longitude);
-+this.currentLocation = 
this._world._world.find_nearest_city(geoclueLocation.latitude,
-+
geoclueLocation.longitude);
- this._world.currentLocationChanged(this.currentLocation);
- }
- 


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

2019-04-05 Thread Jan Steffens via arch-commits
Date: Friday, April 5, 2019 @ 19:25:11
  Author: heftig
Revision: 350150

archrelease: copy trunk to extra-x86_64

Added:
  libnotify/repos/extra-x86_64/PKGBUILD
(from rev 350149, libnotify/trunk/PKGBUILD)
Deleted:
  libnotify/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 19:25:01 UTC (rev 350149)
+++ PKGBUILD2019-04-05 19:25:11 UTC (rev 350150)
@@ -1,35 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=libnotify
-pkgver=0.7.7
-pkgrel=2
-pkgdesc="Library for sending desktop notifications"
-arch=(x86_64)
-url="https://developer.gnome.org/notification-spec/;
-license=(LGPL)
-depends=(gdk-pixbuf2)
-makedepends=(gtk3 gobject-introspection git gnome-common)
-_commit=c954cabaad9e224c0c6129032d824012d332c11b  # tags/0.7.7^0
-source=("git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libnotify/repos/extra-x86_64/PKGBUILD (from rev 350149, 
libnotify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 19:25:11 UTC (rev 350150)
@@ -0,0 +1,36 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libnotify
+pkgver=0.7.8
+pkgrel=1
+pkgdesc="Library for sending desktop notifications"
+arch=(x86_64)
+url="https://developer.gnome.org/notification-spec/;
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
+_commit=44f9124b12987406d0768e760ecf9f7e27f8  # tags/0.7.8^0
+source=("git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-04-05 Thread Jan Steffens via arch-commits
Date: Friday, April 5, 2019 @ 19:22:17
  Author: heftig
Revision: 350148

0.7.8-1

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 19:16:00 UTC (rev 350147)
+++ PKGBUILD2019-04-05 19:22:17 UTC (rev 350148)
@@ -1,15 +1,15 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libnotify
-pkgver=0.7.7
-pkgrel=2
+pkgver=0.7.8
+pkgrel=1
 pkgdesc="Library for sending desktop notifications"
 arch=(x86_64)
 url="https://developer.gnome.org/notification-spec/;
 license=(LGPL)
 depends=(gdk-pixbuf2)
-makedepends=(gtk3 gobject-introspection git gnome-common)
-_commit=c954cabaad9e224c0c6129032d824012d332c11b  # tags/0.7.7^0
+makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
+_commit=44f9124b12987406d0768e760ecf9f7e27f8  # tags/0.7.8^0
 source=("git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -20,16 +20,17 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2019-04-05 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 5, 2019 @ 18:54:30
  Author: mtorromeo
Revision: 449891

upgpkg: libp11 0.4.10-1

Modified:
  libp11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 17:13:25 UTC (rev 449890)
+++ PKGBUILD2019-04-05 18:54:30 UTC (rev 449891)
@@ -5,7 +5,7 @@
 # Contributor: Rene Pärts 
 
 pkgname=libp11
-pkgver=0.4.9
+pkgver=0.4.10
 pkgrel=1
 pkgdesc="A library implementing a small layer on top of the PKCS11 API"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('LGPL')
 depends=('openssl')
 
source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('9d1c76d74c21ca224f96204982097ebc6b956f645b2b0b5f9c502a20e9ffcfd8'
+sha256sums=('639ea43c3341e267214b712e1e5e12397fd2d350899e673dd1220f3c6b8e3db4'
 'SKIP')
 validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33')
 


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

2019-04-05 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 5, 2019 @ 18:54:59
  Author: mtorromeo
Revision: 449892

archrelease: copy trunk to community-x86_64

Added:
  libp11/repos/community-x86_64/PKGBUILD
(from rev 449891, libp11/trunk/PKGBUILD)
Deleted:
  libp11/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 18:54:30 UTC (rev 449891)
+++ PKGBUILD2019-04-05 18:54:59 UTC (rev 449892)
@@ -1,30 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Brian Bidulock 
-# Contributor: Timothy Redaelli 
-# Contributor: kevku 
-# Contributor: Rene Pärts 
-
-pkgname=libp11
-pkgver=0.4.9
-pkgrel=1
-pkgdesc="A library implementing a small layer on top of the PKCS11 API"
-arch=('i686' 'x86_64')
-url="https://github.com/OpenSC/libp11/wiki;
-license=('LGPL')
-depends=('openssl')
-source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('9d1c76d74c21ca224f96204982097ebc6b956f645b2b0b5f9c502a20e9ffcfd8'
-'SKIP')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33')
-
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libp11/repos/community-x86_64/PKGBUILD (from rev 449891, 
libp11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 18:54:59 UTC (rev 449892)
@@ -0,0 +1,30 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Brian Bidulock 
+# Contributor: Timothy Redaelli 
+# Contributor: kevku 
+# Contributor: Rene Pärts 
+
+pkgname=libp11
+pkgver=0.4.10
+pkgrel=1
+pkgdesc="A library implementing a small layer on top of the PKCS11 API"
+arch=('x86_64')
+url="https://github.com/OpenSC/libp11/wiki;
+license=('LGPL')
+depends=('openssl')
+source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('639ea43c3341e267214b712e1e5e12397fd2d350899e673dd1220f3c6b8e3db4'
+'SKIP')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2019-04-05 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 5, 2019 @ 17:20:27
  Author: bisson
Revision: 350139

archrelease: copy trunk to extra-x86_64

Added:
  xournalpp/repos/extra-x86_64/PKGBUILD
(from rev 350138, xournalpp/trunk/PKGBUILD)
Deleted:
  xournalpp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 17:20:06 UTC (rev 350138)
+++ PKGBUILD2019-04-05 17:20:27 UTC (rev 350139)
@@ -1,28 +0,0 @@
-# Maintainer: Gaetan Bisson 
-
-pkgname=xournalpp
-pkgver=1.0.8
-_commit=4442e1e969fb73a30a6955db548b2179af62affb
-pkgrel=1
-pkgdesc='Handwriting notetaking software with PDF annotation support'
-url='https://github.com/xournalpp/xournalpp'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git' 'cmake' 'doxygen' 'graphviz')
-depends=('gtk3' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua'
- 'libzip' 'texlive-bin')
-source=("git+https://github.com/xournalpp/xournalpp.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-replaces=('xournal')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   cmake -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: xournalpp/repos/extra-x86_64/PKGBUILD (from rev 350138, 
xournalpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 17:20:27 UTC (rev 350139)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=xournalpp
+pkgver=1.0.10
+_commit=14e9012b94e005112387dbb7d2ed59274d542885
+pkgrel=1
+pkgdesc='Handwriting notetaking software with PDF annotation support'
+url='https://github.com/xournalpp/xournalpp'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('git' 'cmake' 'doxygen' 'graphviz')
+depends=('gtk3' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua'
+ 'libzip' 'texlive-bin')
+source=("git+https://github.com/xournalpp/xournalpp.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+replaces=('xournal')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   cmake -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-04-05 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 5, 2019 @ 17:20:06
  Author: bisson
Revision: 350138

upstream update

Modified:
  xournalpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 16:17:24 UTC (rev 350137)
+++ PKGBUILD2019-04-05 17:20:06 UTC (rev 350138)
@@ -1,8 +1,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=xournalpp
-pkgver=1.0.8
-_commit=4442e1e969fb73a30a6955db548b2179af62affb
+pkgver=1.0.10
+_commit=14e9012b94e005112387dbb7d2ed59274d542885
 pkgrel=1
 pkgdesc='Handwriting notetaking software with PDF annotation support'
 url='https://github.com/xournalpp/xournalpp'


[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:13:25
  Author: spupykin
Revision: 449890

archrelease: copy trunk to community-any

Added:
  nextcloud-app-calendar/repos/community-any/PKGBUILD
(from rev 449889, nextcloud-app-calendar/trunk/PKGBUILD)
Deleted:
  nextcloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 17:13:12 UTC (rev 449889)
+++ PKGBUILD2019-04-05 17:13:25 UTC (rev 449890)
@@ -1,19 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="http://nextcloud.com;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('d9946a7d046e4a3e6c20397b081c2a36f19b3372ee43339e15fa4dc1fedbfb31')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 449889, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 17:13:25 UTC (rev 449890)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+epoch=1
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="http://nextcloud.com;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


[arch-commits] Commit in nextcloud-app-calendar/trunk (PKGBUILD)

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:13:12
  Author: spupykin
Revision: 449889

upgpkg: nextcloud-app-calendar 1:1.6.4-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 17:05:55 UTC (rev 449888)
+++ PKGBUILD2019-04-05 17:13:12 UTC (rev 449889)
@@ -1,7 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-calendar
-pkgver=1.7.0
+epoch=1
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -11,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('d9946a7d046e4a3e6c20397b081c2a36f19b3372ee43339e15fa4dc1fedbfb31')
+sha256sums=('c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:05:55
  Author: spupykin
Revision: 449888

archrelease: copy trunk to community-any

Added:
  when/repos/community-any/ChangeLog
(from rev 449887, when/trunk/ChangeLog)
  when/repos/community-any/PKGBUILD
(from rev 449887, when/trunk/PKGBUILD)
Deleted:
  when/repos/community-any/ChangeLog
  when/repos/community-any/PKGBUILD

---+
 ChangeLog |6 +++---
 PKGBUILD  |   38 +++---
 2 files changed, 22 insertions(+), 22 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-04-05 17:05:44 UTC (rev 449887)
+++ ChangeLog   2019-04-05 17:05:55 UTC (rev 449888)
@@ -1,3 +0,0 @@
-2007-06-27 tardo 
-* Built for x86_64
-

Copied: when/repos/community-any/ChangeLog (from rev 449887, 
when/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2019-04-05 17:05:55 UTC (rev 449888)
@@ -0,0 +1,3 @@
+2007-06-27 tardo 
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 17:05:44 UTC (rev 449887)
+++ PKGBUILD2019-04-05 17:05:55 UTC (rev 449888)
@@ -1,19 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Charles Mauch 
-
-pkgname=when
-pkgver=1.1.38
-pkgrel=1
-pkgdesc="A simple commandline personal calendar program"
-arch=('any')
-url="http://www.lightandmatter.com/when/when.html;
-license=('GPL')
-depends=('perl')
-source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
-sha256sums=('139834945142f5e3ea6b20f43ba740d30b4a87b42ce5767026094e633dca999f')
-
-package() {
-  cd "$srcdir"/when_dist
-  install -D -m755 "$srcdir"/when_dist/when "$pkgdir"/usr/bin/when
-  install -D -m644 "$srcdir"/when_dist/when.1 
"$pkgdir"/usr/share/man/man1/when.1
-}

Copied: when/repos/community-any/PKGBUILD (from rev 449887, when/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 17:05:55 UTC (rev 449888)
@@ -0,0 +1,19 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Charles Mauch 
+
+pkgname=when
+pkgver=1.1.39
+pkgrel=1
+pkgdesc="A simple commandline personal calendar program"
+arch=('any')
+url="http://www.lightandmatter.com/when/when.html;
+license=('GPL')
+depends=('perl')
+makedepends=('git')
+source=("git+https://github.com/bcrowell/when.git#commit=f576dcbfc71cc529f9ad3c191a3754e51088a49c;)
+sha256sums=('SKIP')
+
+package() {
+  cd "$srcdir"/when
+  make install DESTDIR="${pkgdir}"
+}


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

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:05:11
  Author: spupykin
Revision: 449884

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 449883, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 449883, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 449883, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  114 +-
 apache.example.conf |   36 +++
 nextcloud.hook  |   26 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 17:04:55 UTC (rev 449883)
+++ PKGBUILD2019-04-05 17:05:11 UTC (rev 449884)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=15.0.5
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('4661869b797a340cd967abb3dbe6931b375434e0a44480346a27ccd73250b988'
-'SKIP'
-'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php' 'php-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 449883, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 17:05:11 UTC (rev 449884)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=15.0.6
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com;
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('023159feb64ba6973fce23a4e6db91b5e2875a971ee1781cdff3369829072ccc'
+'SKIP'
+'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# install project
+install -d 

[arch-commits] Commit in nextcloud-app-calendar/trunk (PKGBUILD)

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:05:22
  Author: spupykin
Revision: 449885

upgpkg: nextcloud-app-calendar 1.7.0-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 17:05:11 UTC (rev 449884)
+++ PKGBUILD2019-04-05 17:05:22 UTC (rev 449885)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-calendar
-pkgver=1.6.4
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101')
+sha256sums=('d9946a7d046e4a3e6c20397b081c2a36f19b3372ee43339e15fa4dc1fedbfb31')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:04:55
  Author: spupykin
Revision: 449883

upgpkg: nextcloud 15.0.6-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 16:15:27 UTC (rev 449882)
+++ PKGBUILD2019-04-05 17:04:55 UTC (rev 449883)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=15.0.5
+pkgver=15.0.6
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,7 +25,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('4661869b797a340cd967abb3dbe6931b375434e0a44480346a27ccd73250b988'
+sha256sums=('023159feb64ba6973fce23a4e6db91b5e2875a971ee1781cdff3369829072ccc'
 'SKIP'
 '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:05:44
  Author: spupykin
Revision: 449887

upgpkg: when 1.1.39-1

Modified:
  when/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 17:05:34 UTC (rev 449886)
+++ PKGBUILD2019-04-05 17:05:44 UTC (rev 449887)
@@ -2,7 +2,7 @@
 # Contributor: Charles Mauch 
 
 pkgname=when
-pkgver=1.1.38
+pkgver=1.1.39
 pkgrel=1
 pkgdesc="A simple commandline personal calendar program"
 arch=('any')
@@ -9,11 +9,11 @@
 url="http://www.lightandmatter.com/when/when.html;
 license=('GPL')
 depends=('perl')
-source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
-sha256sums=('139834945142f5e3ea6b20f43ba740d30b4a87b42ce5767026094e633dca999f')
+makedepends=('git')
+source=("git+https://github.com/bcrowell/when.git#commit=f576dcbfc71cc529f9ad3c191a3754e51088a49c;)
+sha256sums=('SKIP')
 
 package() {
-  cd "$srcdir"/when_dist
-  install -D -m755 "$srcdir"/when_dist/when "$pkgdir"/usr/bin/when
-  install -D -m644 "$srcdir"/when_dist/when.1 
"$pkgdir"/usr/share/man/man1/when.1
+  cd "$srcdir"/when
+  make install DESTDIR="${pkgdir}"
 }


[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:05:34
  Author: spupykin
Revision: 449886

archrelease: copy trunk to community-any

Added:
  nextcloud-app-calendar/repos/community-any/PKGBUILD
(from rev 449885, nextcloud-app-calendar/trunk/PKGBUILD)
Deleted:
  nextcloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 17:05:22 UTC (rev 449885)
+++ PKGBUILD2019-04-05 17:05:34 UTC (rev 449886)
@@ -1,19 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="http://nextcloud.com;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 449885, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 17:05:34 UTC (rev 449886)
@@ -0,0 +1,19 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="http://nextcloud.com;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('d9946a7d046e4a3e6c20397b081c2a36f19b3372ee43339e15fa4dc1fedbfb31')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


[arch-commits] Commit in chromium/repos (9 files)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 16:17:24
  Author: felixonmars
Revision: 350137

archrelease: copy trunk to staging-x86_64

Added:
  chromium/repos/staging-x86_64/
  chromium/repos/staging-x86_64/PKGBUILD
(from rev 350136, chromium/trunk/PKGBUILD)
  
chromium/repos/staging-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
(from rev 350136, 
chromium/trunk/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch)
  chromium/repos/staging-x86_64/chromium-color_utils-use-std-sqrt.patch
(from rev 350136, chromium/trunk/chromium-color_utils-use-std-sqrt.patch)
  chromium/repos/staging-x86_64/chromium-media-fix-build-with-libstdc++.patch
(from rev 350136, 
chromium/trunk/chromium-media-fix-build-with-libstdc++.patch)
  chromium/repos/staging-x86_64/chromium-skia-harmony.patch
(from rev 350136, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/staging-x86_64/chromium-system-icu.patch
(from rev 350136, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/staging-x86_64/chromium-widevine.patch
(from rev 350136, chromium/trunk/chromium-widevine.patch)
  chromium/repos/staging-x86_64/chromium.install
(from rev 350136, chromium/trunk/chromium.install)

--+
 PKGBUILD |  232 
++
 chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch |   34 +
 chromium-color_utils-use-std-sqrt.patch  |   48 ++
 chromium-media-fix-build-with-libstdc++.patch|   48 ++
 chromium-skia-harmony.patch  |   13 
 chromium-system-icu.patch|   19 
 chromium-widevine.patch  |   22 
 chromium.install |   16 
 8 files changed, 432 insertions(+)

Copied: chromium/repos/staging-x86_64/PKGBUILD (from rev 350136, 
chromium/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-05 16:17:24 UTC (rev 350137)
@@ -0,0 +1,232 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Pierre Schmitz 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: Daniel J Griffiths 
+
+pkgname=chromium
+pkgver=73.0.3683.103
+pkgrel=2
+_launcher_ver=6
+pkgdesc="A web browser built for speed, simplicity, and security"
+arch=('x86_64')
+url="https://www.chromium.org/Home;
+license=('BSD')
+depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
+ 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
+ 'clang' 'lld' 'gn' 'java-runtime-headless')
+optdepends=('pepper-flash: support for Flash content'
+'kdialog: needed for file dialogs in KDE'
+'gnome-keyring: for storing passwords in GNOME keyring'
+'kwallet: for storing passwords in KWallet')
+install=chromium.install
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
+
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
+chromium-system-icu.patch
+chromium-color_utils-use-std-sqrt.patch
+chromium-media-fix-build-with-libstdc++.patch
+chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch
+chromium-widevine.patch
+chromium-skia-harmony.patch)
+sha256sums=('eb02c419de98bb8849fd0a37a3e7bbb813938c37e3d6b2c2526df3e84f9653af'
+'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
+'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
+'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa'
+'f51fe91427d8638c5551746d2ec7de99e8059dd76889cfeaee8ca3d8fed62265'
+'f2b12ccf83a8e0adda4a87ae5c983df5e092ccf1f9a6f2e05799ce4d451dbda1'
+'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
+'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
+
+# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
+# Keys are the names in the above script; values are the dependencies in Arch
+declare -gA _system_libs=(
+  [ffmpeg]=ffmpeg
+  [flac]=flac
+  [fontconfig]=fontconfig
+  [freetype]=freetype2
+  [harfbuzz-ng]=harfbuzz
+  [icu]=icu
+  [libdrm]=
+  [libjpeg]=libjpeg
+  #[libpng]=libpng# https://crbug.com/752403#c10
+  [libvpx]=libvpx
+  [libwebp]=libwebp
+  [libxml]=libxml2
+  [libxslt]=libxslt
+  [opus]=opus
+  [re2]=re2
+  [snappy]=snappy
+  [yasm]=
+  [zlib]=minizip
+)
+_unwanted_bundled_libs=(
+  ${!_system_libs[@]}
+  

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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 16:16:13
  Author: felixonmars
Revision: 350136

icu 64.1 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:58:33 UTC (rev 350135)
+++ PKGBUILD2019-04-05 16:16:13 UTC (rev 350136)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=73.0.3683.103
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 16:15:27
  Author: felixonmars
Revision: 449882

archrelease: copy trunk to community-staging-x86_64

Added:
  gap/repos/community-staging-x86_64/
  gap/repos/community-staging-x86_64/PKGBUILD
(from rev 449881, gap/trunk/PKGBUILD)
  gap/repos/community-staging-x86_64/gap-polymake-3.3.patch
(from rev 449881, gap/trunk/gap-polymake-3.3.patch)
  gap/repos/community-staging-x86_64/gap.sh
(from rev 449881, gap/trunk/gap.sh)

+
 PKGBUILD   |  118 +++
 gap-polymake-3.3.patch |   26 ++
 gap.sh |7 ++
 3 files changed, 151 insertions(+)

Copied: gap/repos/community-staging-x86_64/PKGBUILD (from rev 449881, 
gap/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 16:15:27 UTC (rev 449882)
@@ -0,0 +1,118 @@
+# Maintainer: Antonio Rojas 
+# Contributor:  TDY 
+# Contributor: Rémy Oudompheng 
+
+pkgbase=gap
+pkgname=(gap gap-doc gap-packages)
+pkgver=4.10.1
+pkgrel=3
+pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
+arch=(x86_64)
+url="https://www.gap-system.org/;
+license=(GPL)
+source=("https://www.gap-system.org/pub/gap/gap-${pkgver%.*}/tar.gz/gap-$pkgver.tar.gz;
 gap.sh
+gap-polymake-3.3.patch)
+sha256sums=('b2d8800e338a6a9afdf92b06368c2e1a16b8adebffcd4c10319c1b3a4e827e45'
+'143fb8a79a52c007903cce13407850df309ef803a9b00398d05169355917de46'
+'c92849b2643e0e21ffdcfa230fb23fe4a276ec15402f178d5d69ddb0e537fbbe')
+makedepends=(libxaw givaro mpfi normaliz boost c-xsc zeromq fplll polymake 
wget chrpath)
+
+prepare() {
+  cd gap-$pkgver
+
+# Use system normaliz
+  sed -e '/build-normaliz.sh/d' -i bin/BuildPackages.sh
+# Disable anupq package, it's i686 only
+  rm -r pkg/anupq-*
+# Fix https://bugs.archlinux.org/task/55174
+  sed -e '/xgap/d' -i pkg/sonata-*/PackageInfo.g
+  sed -e '/XGAP/d' -i pkg/cryst/PackageInfo.g
+
+  cd pkg/PolymakeInterface*
+  patch -p2 -i "$srcdir"/gap-polymake-3.3.patch # Fix build of 
PolymakeInterface with polymake 3.3
+}
+
+build() {
+  cd gap-$pkgver
+  ./configure --prefix=/usr --with-gmp=system
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+  make libgap.la
+
+  # Install libgap so we can link packages against it
+  mkdir -p tmp-install
+  libtool --mode=install install libgap.la "$srcdir"/gap-$pkgver/tmp-install
+
+  cd pkg
+  export MAKEFLAGS='-j1' # Fix build of carat package
+  export CXXFLAGS+=" -I/usr/include/cxsc" # Find c-xsc headers
+  export LDFLAGS+=" -L$srcdir/gap-$pkgver/tmp-install -lgap" # See 
https://trac.sagemath.org/ticket/27372
+  export LD_LIBRARY_PATH="$srcdir"/gap-$pkgver/tmp-install
+  ../bin/BuildPackages.sh
+}
+
+_standardpkgs=(GAPDoc-* primgrp-* SmallGrp-* transgrp atlasrep autpgrp-* 
alnuth-* crisp-* ctbllib FactInt-* fga irredsol-* laguna-*
+   polenta-* polycyclic-* resclasses-* sophus-* tomlib-*)
+
+package_gap() {
+  depends=(gmp zlib)
+  optdepends=('gap-packages: extra packages' 'gap-doc: documentation')
+  conflicts=(libgap)
+  replaces=(gap-data libgap gap-4.8 gap-4.8-data)
+  cd gap-$pkgver
+
+  install -Dm644 src/*.h -t "$pkgdir"/usr/include/gap
+  install -Dm644 gen/config.h -t "$pkgdir"/usr/include/gap
+  install -Dm644 src/hpc/*.h -t "$pkgdir"/usr/include/gap/hpc
+
+  install -d "$pkgdir"/usr/lib
+  libtool --mode=install install libgap.la "$pkgdir"/usr/lib
+
+  mkdir -p "$pkgdir"/usr/{bin,lib/gap/pkg}
+  cp -r grp lib "$pkgdir"/usr/lib/gap
+  for _pkg in ${_standardpkgs[@]}; do
+cp -r pkg/$_pkg "$pkgdir"/usr/lib/gap/pkg
+  done
+  install -Dm755 gap -t "$pkgdir"/usr/lib/gap
+# Install launcher script
+  install -Dm755 "$srcdir"/gap.sh "$pkgdir"/usr/bin/gap
+}
+
+package_gap-doc() {
+  depends=(gap)
+  replaces=(gap-4.8-doc)
+  pkgdesc="Documentation for GAP"
+  cd gap-$pkgver
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r doc "$pkgdir"/usr/lib/gap
+}
+
+package_gap-packages() {
+  depends=(gap)
+  replaces=(gap-4.8-packages)
+  optdepends=('normaliz: Normaliz interface package' 'libxaw: xgap package' 
'c-xsc: float package' 'mpfi: float package'
+  'libmpc: float package' 'fplll: float package' 'zeromq: ZeroMQ 
interface package'
+  'polymake: Polymake interface package' 'curl: curl interface 
package')
+  pkgdesc="Extra packages for GAP"
+  cd gap-$pkgver
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r pkg "$pkgdir"/usr/lib/gap
+
+# provided by main gap package
+  for _pkg in ${_standardpkgs[@]}; do
+rm -r "$pkgdir"/usr/lib/gap/pkg/$_pkg
+  done
+
+# fix RPATH
+  chrpath -r \$ORIGIN/../lib/ 
"$pkgdir"/usr/lib/gap/pkg/semigroups-*/bin/x86_64-*/semigroups.so
+  chrpath -d 
"$pkgdir"/usr/lib/gap/pkg/NormalizInterface-*/bin/x86_64-*/NormalizInterface.so
+
+# 

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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 16:14:57
  Author: felixonmars
Revision: 449881

icu 64.1 rebuild

Modified:
  gap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:40:22 UTC (rev 449880)
+++ PKGBUILD2019-04-05 16:14:57 UTC (rev 449881)
@@ -5,7 +5,7 @@
 pkgbase=gap
 pkgname=(gap gap-doc gap-packages)
 pkgver=4.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
 arch=(x86_64)
 url="https://www.gap-system.org/;


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:58:19
  Author: foutrelis
Revision: 350134

icu 64.1 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:19:22 UTC (rev 350133)
+++ PKGBUILD2019-04-05 15:58:19 UTC (rev 350134)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=6.1.5.2
 pkgver=6.1.5
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:58:33
  Author: foutrelis
Revision: 350135

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/0001-Update-mdds-to-1.4.1.patch
(from rev 350134, libreoffice-still/trunk/0001-Update-mdds-to-1.4.1.patch)
  libreoffice-still/repos/staging-x86_64/0001-Update-orcus-to-0.14.0.patch
(from rev 350134, libreoffice-still/trunk/0001-Update-orcus-to-0.14.0.patch)
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 350134, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/emfio.patch
(from rev 350134, libreoffice-still/trunk/emfio.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-boost-1.69.patch
(from rev 350134, libreoffice-still/trunk/libreoffice-boost-1.69.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 350134, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 350134, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 350134, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/poppler-0.70.patch
(from rev 350134, libreoffice-still/trunk/poppler-0.70.patch)

--+
 0001-Update-mdds-to-1.4.1.patch  |  694 ++
 0001-Update-orcus-to-0.14.0.patch|  802 +
 PKGBUILD |  337 +++
 emfio.patch  |  292 ++
 libreoffice-boost-1.69.patch |   17 
 libreoffice-still.csh|5 
 libreoffice-still.sh |5 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 poppler-0.70.patch   |   45 
 9 files changed, 2215 insertions(+)

Copied: libreoffice-still/repos/staging-x86_64/0001-Update-mdds-to-1.4.1.patch 
(from rev 350134, libreoffice-still/trunk/0001-Update-mdds-to-1.4.1.patch)
===
--- staging-x86_64/0001-Update-mdds-to-1.4.1.patch  
(rev 0)
+++ staging-x86_64/0001-Update-mdds-to-1.4.1.patch  2019-04-05 15:58:33 UTC 
(rev 350135)
@@ -0,0 +1,694 @@
+From 3debd23d47d1fcbef76033c739a0b7003824d4ca Mon Sep 17 00:00:00 2001
+From: Noel Grandin 
+Date: Sat, 11 Aug 2018 13:25:09 +0200
+Subject: [PATCH] Update mdds to 1.4.1
+
+loplugin:constantparam
+
+Reviewed-on: https://gerrit.libreoffice.org/58875
+Tested-by: Jenkins
+Reviewed-by: Noel Grandin 
+(cherry picked from commit bb6f2b12e8f0bbc99a5ca93141d35fd40b043e55)
+
+Update mdds to 1.4.1.
+
+The largest change in 1.4.x relevant to the calc code is that the
+multi_type_matrix::walk() methods now take a copy of the function
+object rather than a reference, to allow for it to take an inline
+lambda function.  Instead, it does return a instance of the input
+function object, similar to how std::for_each() behaves.
+
+In case the function object contains a large data member, try to
+make it a moveable so that it will get moved rather than copied
+when going through one of the walk() methods.
+
+Reviewed-on: https://gerrit.libreoffice.org/59584
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 51f73f35ea61dd81dd3194af50394b98ff1bf8e9)
+
+mdds 1.4.1 is now a minimum requirement.
+
+Reviewed-on: https://gerrit.libreoffice.org/59614
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 4d1f735fcf064b18ef2848cc1f5a2a0616b0b33d)
+
+fd08fc4a2ed75039e5292a35ff08726e0126c77f
+647bcfbdd8e0417990ed93b25c1bca00f60df709
+
+Change-Id: I676a8408e97cc8134009f764736cad68513c89ad
+---
+ configure.ac  |   2 +-
+ download.lst  |   4 +-
+ external/mdds/UnpackedTarball_mdds.mk |   3 -
+ external/mdds/c++17.patch |  22 ---
+ sc/inc/scmatrix.hxx   |   6 +-
+ sc/source/core/tool/interpr3.cxx  |   4 +-
+ sc/source/core/tool/scmatrix.cxx  | 208 +++---
+ 7 files changed, 161 insertions(+), 88 deletions(-)
+ delete mode 100644 external/mdds/c++17.patch
+
+diff --git a/configure.ac b/configure.ac
+index 735ebf2e360a..3ff574a3f24f 100644
+--- a/configure.ac
 b/configure.ac
+@@ -8883,7 +8883,7 @@ AC_SUBST(SYSTEM_BOOST)
+ dnl ===
+ dnl Check for system mdds
+ dnl ===
+-libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.2 >= 1.2.3], 
["-I${WORKDIR}/UnpackedTarball/mdds/include"])
++libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.4 >= 1.4.1], 

[arch-commits] Commit in cinnamon/repos/community-x86_64 (8 files)

2019-04-05 Thread Eli Schwartz via arch-commits
Date: Friday, April 5, 2019 @ 15:40:22
  Author: eschwartz
Revision: 449880

archrelease: copy trunk to community-x86_64

Added:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
(from rev 449879, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 449879, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 449879, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 449879, cinnamon/trunk/set_wheel.patch)
Deleted:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch |   76 ++--
 PKGBUILD|  175 
+-
 default-theme.patch |   50 +-
 set_wheel.patch |  110 +++---
 4 files changed, 208 insertions(+), 203 deletions(-)

Deleted: 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2019-04-05 15:40:00 UTC (rev 449879)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2019-04-05 15:40:22 UTC (rev 449880)
@@ -1,38 +0,0 @@
-From ad1e03d6b652b4c7ce0bd9469087b40989824f5c Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Tue, 20 Mar 2018 14:11:02 -0400
-Subject: [PATCH] cinnamon-settings: don't rely on the presence of
- cinnamon-control-center
-
-The existence of the cinnamon-control-center binary does not even tell
-us what control center libraries are available. So instead, do the same
-thing we did for cinnamon-settings modules, and check if the library
-exists.

- files/usr/bin/cinnamon-settings | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
-index fcd1fee9e..e20ba0b78 100755
 a/files/usr/bin/cinnamon-settings
-+++ b/files/usr/bin/cinnamon-settings
-@@ -7,6 +7,7 @@ Usage:  cinnamon-settings [optional module name]
- 
- import os
- import sys
-+import sysconfig
- 
- if len(sys.argv) > 1:
- module = sys.argv[1]
-@@ -14,7 +15,7 @@ if len(sys.argv) > 1:
- os.execvp("/usr/share/cinnamon/cinnamon-settings/xlet-settings.py", 
(" ", module[0:-1]) + tuple(sys.argv[2:]))
- elif 
os.path.exists("/usr/share/cinnamon/cinnamon-settings/modules/cs_%s.py" % 
module):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
--elif os.path.exists("/usr/bin/cinnamon-control-center"):
-+elif os.path.exists(os.path.join(sysconfig.get_config_var("LIBDIR"), 
"cinnamon-control-center-1/panels/lib%s.so" % module)):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
- elif os.path.exists("/usr/bin/gnome-control-center"):
- print ("Unknown module %s, calling gnome-control-center" % module)
--- 
-2.20.0
-

Copied: 
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
 (from rev 449879, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
(rev 0)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2019-04-05 15:40:22 UTC (rev 449880)
@@ -0,0 +1,38 @@
+From ad1e03d6b652b4c7ce0bd9469087b40989824f5c Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 20 Mar 2018 14:11:02 -0400
+Subject: [PATCH] cinnamon-settings: don't rely on the presence of
+ cinnamon-control-center
+
+The existence of the cinnamon-control-center binary does not even tell
+us what control center libraries are available. So instead, do the same
+thing we did for cinnamon-settings modules, and check if the library
+exists.
+---
+ files/usr/bin/cinnamon-settings | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
+index fcd1fee9e..e20ba0b78 100755
+--- a/files/usr/bin/cinnamon-settings
 b/files/usr/bin/cinnamon-settings
+@@ -7,6 +7,7 @@ Usage:  cinnamon-settings [optional module name]
+ 
+ import os
+ import sys
++import sysconfig
+ 
+ if len(sys.argv) > 1:
+ module = sys.argv[1]
+@@ -14,7 +15,7 @@ if len(sys.argv) > 1:
+ os.execvp("/usr/share/cinnamon/cinnamon-settings/xlet-settings.py", 
(" ", 

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

2019-04-05 Thread Eli Schwartz via arch-commits
Date: Friday, April 5, 2019 @ 15:40:00
  Author: eschwartz
Revision: 449879

upgpkg: cinnamon 4.0.10-2

backport patch to fix Pillow 6 deprecation

Modified:
  cinnamon/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:25:09 UTC (rev 449878)
+++ PKGBUILD2019-04-05 15:40:00 UTC (rev 449879)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=4.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};
@@ -24,10 +24,12 @@
 makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"${url}/commit/c843f3664064742e2672e0fea528571a882d84ad.patch"
 "0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch"
 "set_wheel.patch"
 "default-theme.patch")
 
sha512sums=('80c037b3044c8f95bc269a14039d1fbe85e2bb68a0e5eae56a8bf3aecd6fb84f4623d7cfe223f2efd918305502341f5899becefa711f06f3c17862080464effd'
+
'32d93fe14fa00aafc297b35a4a28c29e133444117a565ca3a9a607f589cb0fec6aa738c6a625f4bd3dd5cbc143f987ca104ebad2182407749f6993852e5cb8fd'
 
'eb418d545826b27f6a6b9eb8795fb042f9f2d7952ae19893dda30ce378eb5312bee08e569252672de875dcab848343dee816fad60bcb292f39c7246d9f0e4602'
 
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
 
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
@@ -35,6 +37,9 @@
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}
 
+# https://github.com/linuxmint/cinnamon/issues/8495 fixes python-pillow 6 
compat
+patch -p1 -i ../c843f3664064742e2672e0fea528571a882d84ad.patch
+
 # Check for the cc-panel module path, not for the irrelevant binary
 # https://github.com/linuxmint/cinnamon/pull/7382
 patch -p1 -i 
../0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:25:09
  Author: felixonmars
Revision: 449878

archrelease: copy trunk to community-x86_64

Added:
  trojan/repos/community-x86_64/PKGBUILD
(from rev 449877, trojan/trunk/PKGBUILD)
Deleted:
  trojan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 15:24:49 UTC (rev 449877)
+++ PKGBUILD2019-04-05 15:25:09 UTC (rev 449878)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: GreaterFire 
-
-pkgname=trojan
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
-arch=('x86_64')
-url="https://github.com/trojan-gfw/trojan;
-license=('GPL3')
-depends=('boost-libs' 'openssl' 'mariadb-libs')
-optdepends=('ca-certificates: server certificate verification'
-'mariadb: advanced user management')
-makedepends=('cmake' 'boost' 'openssl' 'mariadb-libs')
-checkdepends=('openssl' 'python' 'curl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
-backup=('etc/trojan.json'
-'etc/trojan/config.json')
-sha512sums=('a98cf6e5ab569a8e361ff0f96d872140f218705aeeac70fa9eb0ec7716355b5c78924047a37f3e1498ae4cbe1b4d4c4c8c57403714b8e1d77f15bf79e9d7dd55')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
-  make
-}
-
-check() {
-cd $pkgname-$pkgver
-ctest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: trojan/repos/community-x86_64/PKGBUILD (from rev 449877, 
trojan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 15:25:09 UTC (rev 449878)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: GreaterFire 
+
+pkgname=trojan
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
+arch=('x86_64')
+url="https://github.com/trojan-gfw/trojan;
+license=('GPL3')
+depends=('boost-libs' 'openssl' 'mariadb-libs')
+optdepends=('ca-certificates: server certificate verification'
+'mariadb: advanced user management')
+makedepends=('cmake' 'boost' 'openssl' 'mariadb-libs')
+checkdepends=('openssl' 'python' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
+backup=('etc/trojan.json'
+'etc/trojan/config.json')
+sha512sums=('3dab571287f609b724c216cbafe6eaa46c0833b2b1cf7f9772211abeb71bb09948336a9c5e4b4ab1831cd62c3fd000e7763be600ecb5576fef6f5a7f0d4766d7')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
+  make
+}
+
+check() {
+cd $pkgname-$pkgver
+ctest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:24:49
  Author: felixonmars
Revision: 449877

upgpkg: trojan 1.11.0-1

Modified:
  trojan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:18:19 UTC (rev 449876)
+++ PKGBUILD2019-04-05 15:24:49 UTC (rev 449877)
@@ -2,7 +2,7 @@
 # Contributor: GreaterFire 
 
 pkgname=trojan
-pkgver=1.10.1
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
 backup=('etc/trojan.json'
 'etc/trojan/config.json')
-sha512sums=('a98cf6e5ab569a8e361ff0f96d872140f218705aeeac70fa9eb0ec7716355b5c78924047a37f3e1498ae4cbe1b4d4c4c8c57403714b8e1d77f15bf79e9d7dd55')
+sha512sums=('3dab571287f609b724c216cbafe6eaa46c0833b2b1cf7f9772211abeb71bb09948336a9c5e4b4ab1831cd62c3fd000e7763be600ecb5576fef6f5a7f0d4766d7')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in m17n-lib/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:19:22
  Author: felixonmars
Revision: 350133

archrelease: copy trunk to staging-x86_64

Added:
  m17n-lib/repos/staging-x86_64/
  m17n-lib/repos/staging-x86_64/PKGBUILD
(from rev 350132, m17n-lib/trunk/PKGBUILD)

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

Copied: m17n-lib/repos/staging-x86_64/PKGBUILD (from rev 350132, 
m17n-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-05 15:19:22 UTC (rev 350133)
@@ -0,0 +1,32 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Camille Moncelier 
+
+pkgname=m17n-lib
+pkgver=1.8.0
+pkgrel=5
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!emptydirs')
+validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   sed -i 's/freetype-config/pkg-config freetype2/' configure
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:19:05
  Author: felixonmars
Revision: 350132

icu 64.1 rebuild

Modified:
  m17n-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:18:23 UTC (rev 350131)
+++ PKGBUILD2019-04-05 15:19:05 UTC (rev 350132)
@@ -3,7 +3,7 @@
 
 pkgname=m17n-lib
 pkgver=1.8.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Multilingual text processing library (runtimes)'
 url='http://www.nongnu.org/m17n/'
 arch=('x86_64')


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:18:17
  Author: foutrelis
Revision: 350130

icu 64.1 rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:13:36 UTC (rev 350129)
+++ PKGBUILD2019-04-05 15:18:17 UTC (rev 350130)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(x86_64)


[arch-commits] Commit in evolution-data-server/repos (2 files)

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:18:23
  Author: foutrelis
Revision: 350131

archrelease: copy trunk to staging-x86_64

Added:
  evolution-data-server/repos/staging-x86_64/
  evolution-data-server/repos/staging-x86_64/PKGBUILD
(from rev 350130, evolution-data-server/trunk/PKGBUILD)

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

Copied: evolution-data-server/repos/staging-x86_64/PKGBUILD (from rev 350130, 
evolution-data-server/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-05 15:18:23 UTC (rev 350131)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.32.0
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake)
+license=(GPL)
+_commit=872b93ebdfdc01083b5b7fccffb34edced7cce44  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -H$pkgname -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  cmake --build build
+}
+
+check() {
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  cmake --build build --target test || :
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:18:19
  Author: felixonmars
Revision: 449876

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-harfbuzz/repos/multilib-staging-x86_64/
  lib32-harfbuzz/repos/multilib-staging-x86_64/PKGBUILD
(from rev 449875, lib32-harfbuzz/trunk/PKGBUILD)

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

Copied: lib32-harfbuzz/repos/multilib-staging-x86_64/PKGBUILD (from rev 449875, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2019-04-05 15:18:19 UTC (rev 449876)
@@ -0,0 +1,75 @@
+# Maintainer: Florian Pritz 
+
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=2.4.0
+pkgrel=2
+pkgdesc="OpenType text shaping engine (32-bit)"
+url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+depends=(lib32-glib2 lib32-freetype2 harfbuzz)
+makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
+checkdepends=(python-fonttools python-setuptools)
+_commit=d6fc1d49aa099104a889c96bc9087c21d8fc0960  # tags/2.4.0^0
+source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd harfbuzz
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd harfbuzz
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd harfbuzz
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--without-graphite2 \
+--with-icu \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd harfbuzz
+  make check
+}
+
+package_lib32-harfbuzz() {
+
+  cd harfbuzz
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
+  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
+  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
+}
+
+package_lib32-harfbuzz-icu() {
+  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
+  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
+}


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:18:02
  Author: felixonmars
Revision: 449875

icu 64.1 rebuild

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:16:46 UTC (rev 449874)
+++ PKGBUILD2019-04-05 15:18:02 UTC (rev 449875)
@@ -2,7 +2,7 @@
 
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
 arch=(x86_64)


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:16:46
  Author: felixonmars
Revision: 449874

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pyicu/repos/community-staging-x86_64/
  python-pyicu/repos/community-staging-x86_64/PKGBUILD
(from rev 449873, python-pyicu/trunk/PKGBUILD)

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

Copied: python-pyicu/repos/community-staging-x86_64/PKGBUILD (from rev 449873, 
python-pyicu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:16:46 UTC (rev 449874)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Liu 
+
+pkgname=python-pyicu
+pkgver=2.3
+pkgrel=3
+pkgdesc="Python binding for ICU"
+arch=('x86_64')
+license=('MIT')
+url="http://pyicu.osafoundation.org/;
+depends=('python' 'icu')
+makedepends=('python-setuptools')
+checkdepends=('python-fonttools' 'python-pytest')
+source=("https://pypi.io/packages/source/P/PyICU/PyICU-$pkgver.tar.gz;)
+sha512sums=('2bdbc7fb7c83e58c9d0d53dadf8fef92d8dec02e9eefebc75bac43c19f008ef2a3219d41b62c426c41a055bb4530b2f7ef567162660d6021b8d2bf9e99090f94')
+
+build() {
+  cd PyICU-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyICU-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd PyICU-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:16:30
  Author: felixonmars
Revision: 449873

icu 64.1 rebuild

Modified:
  python-pyicu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:13:34 UTC (rev 449872)
+++ PKGBUILD2019-04-05 15:16:30 UTC (rev 449873)
@@ -3,7 +3,7 @@
 
 pkgname=python-pyicu
 pkgver=2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Python binding for ICU"
 arch=('x86_64')
 license=('MIT')


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:13:34
  Author: foutrelis
Revision: 449872

archrelease: copy trunk to community-staging-x86_64

Added:
  openttd/repos/community-staging-x86_64/
  openttd/repos/community-staging-x86_64/PKGBUILD
(from rev 449871, openttd/trunk/PKGBUILD)

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

Copied: openttd/repos/community-staging-x86_64/PKGBUILD (from rev 449871, 
openttd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:13:34 UTC (rev 449872)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.8.0
+pkgrel=4
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('x86_64')
+url='https://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("https://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir="${pkgdir}" \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}


[arch-commits] Commit in postgresql-old-upgrade/repos (2 files)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:13:36
  Author: felixonmars
Revision: 350129

archrelease: copy trunk to staging-x86_64

Added:
  postgresql-old-upgrade/repos/staging-x86_64/
  postgresql-old-upgrade/repos/staging-x86_64/PKGBUILD
(from rev 350128, postgresql-old-upgrade/trunk/PKGBUILD)

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

Copied: postgresql-old-upgrade/repos/staging-x86_64/PKGBUILD (from rev 350128, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-04-05 15:13:36 UTC (rev 350129)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=10.6
+_majorver=${pkgver%.*}
+pkgrel=2
+pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
+url='https://www.postgresql.org/'
+arch=('x86_64')
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam' 
'zlib' 'icu' 'systemd-libs' 'libldap')
+makedepends=('krb5' 'python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('68a8276f08bda8fbefe562faaf8831cb20664a7a1d3ffdbbcc5b83e08637624b')
+sha512sums=('5d4d5cee2a19ad1820c3411bc4851904e3059cdcacc837350694d54d7d59260b66c565c72cc14a3a10541a8fc49c5185f08f57b7a8c7e4c64ed2614da6e1201f')
+
+build() {
+  cd postgresql-${pkgver}
+  local options=(
+--prefix=/opt/pgsql-${_majorver}
+--with-gssapi
+--with-libxml
+--with-openssl
+--with-perl
+--with-python
+--with-tcl
+--with-pam
+--without-readline
+--with-system-tzdata=/usr/share/zoneinfo
+--with-uuid=e2fs
+--with-icu
+--with-systemd
+--with-ldap
+--disable-nls
+--enable-thread-safety
+  )
+
+  # only build plpython3 for now
+  ./configure ${options[@]} \
+PYTHON=/usr/bin/python
+  make -C src/pl/plpython all
+  make -C contrib/hstore_plpython all
+  make -C contrib/ltree_plpython all
+
+  # save plpython3 build and Makefile.global
+  cp -a src/pl/plpython{,3}
+  cp -a contrib/hstore_plpython{,3}
+  cp -a contrib/ltree_plpython{,3}
+  cp -a src/Makefile.global{,.python3}
+  make distclean
+
+  # regular build with everything
+  ./configure ${options[@]} \
+PYTHON=/usr/bin/python2
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd postgresql-${pkgver}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C contrib DESTDIR="${pkgdir}" install
+
+  # install plpython3
+  mv src/Makefile.global src/Makefile.global.save
+  cp src/Makefile.global.python3 src/Makefile.global
+  touch -r src/Makefile.global.save src/Makefile.global
+  make -C src/pl/plpython3 DESTDIR="${pkgdir}" install
+  make -C contrib/hstore_plpython3 DESTDIR="${pkgdir}" install
+  make -C contrib/ltree_plpython3 DESTDIR="${pkgdir}" install
+
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:13:29
  Author: foutrelis
Revision: 449871

icu 64.1 rebuild

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:13:10 UTC (rev 449870)
+++ PKGBUILD2019-04-05 15:13:29 UTC (rev 449871)
@@ -2,7 +2,7 @@
 
 pkgname=openttd
 pkgver=1.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('x86_64')
 url='https://www.openttd.org'


[arch-commits] Commit in mongo-c-driver/repos (2 files)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:13:10
  Author: felixonmars
Revision: 449870

archrelease: copy trunk to community-staging-x86_64

Added:
  mongo-c-driver/repos/community-staging-x86_64/
  mongo-c-driver/repos/community-staging-x86_64/PKGBUILD
(from rev 449869, mongo-c-driver/trunk/PKGBUILD)

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

Copied: mongo-c-driver/repos/community-staging-x86_64/PKGBUILD (from rev 
449869, mongo-c-driver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:13:10 UTC (rev 449870)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=mongo-c-driver
+pkgver=1.14.0
+pkgrel=2
+pkgdesc='A client library written in C for MongoDB'
+arch=('x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libsasl' 'icu' 'snappy' 'zlib')
+makedepends=('cmake')
+provides=('libbson' 'libmongoc')
+conflicts=('libbson' 'libmongoc')
+replaces=('libbson' 'libmongoc')
+source=("mongo-c-driver-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz;)
+sha512sums=('bf2bb835543dd2a445aac6cafa7bbbf90921ec41014534779924a5eb7cbd9fd532acd8146ce81dfcf1bcac33a78d8fce22b962ed7f776449e4357eccab8d6110')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../mongo-c-driver-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
+# Test profiles are not found even with ENABLE_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+  # No test profile found
+  # pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:13:20
  Author: felixonmars
Revision: 350128

icu 64.1 rebuild

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 14:37:15 UTC (rev 350127)
+++ PKGBUILD2019-04-05 15:13:20 UTC (rev 350128)
@@ -4,7 +4,7 @@
 pkgname=postgresql-old-upgrade
 pkgver=10.6
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:11:40
  Author: felixonmars
Revision: 449866

archrelease: copy trunk to community-staging-x86_64

Added:
  maim/repos/community-staging-x86_64/
  maim/repos/community-staging-x86_64/PKGBUILD
(from rev 449865, maim/trunk/PKGBUILD)

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

Copied: maim/repos/community-staging-x86_64/PKGBUILD (from rev 449865, 
maim/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:11:40 UTC (rev 449866)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=5.5.2
+pkgrel=4
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('72cebb63ca6f57be5ca5e52a4e10a05e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in mongo-c-driver/trunk (PKGBUILD)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:12:53
  Author: felixonmars
Revision: 449869

icu 64.1 rebuild

Modified:
  mongo-c-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:12:18 UTC (rev 449868)
+++ PKGBUILD2019-04-05 15:12:53 UTC (rev 449869)
@@ -2,7 +2,7 @@
 
 pkgname=mongo-c-driver
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A client library written in C for MongoDB'
 arch=('x86_64')
 url='http://www.mongodb.org/display/DOCS/C+Language+Center'


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:12:18
  Author: foutrelis
Revision: 449868

archrelease: copy trunk to community-staging-x86_64

Added:
  igraph/repos/community-staging-x86_64/
  igraph/repos/community-staging-x86_64/PKGBUILD
(from rev 449867, igraph/trunk/PKGBUILD)

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

Copied: igraph/repos/community-staging-x86_64/PKGBUILD (from rev 449867, 
igraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:12:18 UTC (rev 449868)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=10
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(x86_64)
+url="https://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack libxml2)
+source=("https://igraph.org/nightly/get/c/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d978030e27369bf698f3816ab70aa9141e9baf81c56cc4f55efbe5489b46b0df')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:12:11
  Author: foutrelis
Revision: 449867

icu 64.1 rebuild

Modified:
  igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:11:40 UTC (rev 449866)
+++ PKGBUILD2019-04-05 15:12:11 UTC (rev 449867)
@@ -4,7 +4,7 @@
 
 pkgname=igraph
 pkgver=0.7.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A library for creating and manipulating (un)directed graphs."
 arch=(x86_64)
 url="https://igraph.org/c/;


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:11:23
  Author: foutrelis
Revision: 449865

archrelease: copy trunk to community-staging-x86_64

Added:
  mysql-workbench/repos/community-staging-x86_64/
  
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 449862, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(from rev 449862, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  mysql-workbench/repos/community-staging-x86_64/PKGBUILD
(from rev 449862, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-x86_64/arch_linux_profile.xml
(from rev 449862, mysql-workbench/trunk/arch_linux_profile.xml)

-+
 0001-mysql-workbench-no-check-for-updates.patch |   30 ++
 0002-disable-unsupported-operating-system-warning.patch |   26 ++
 PKGBUILD|  167 ++
 3 files changed, 223 insertions(+)

Copied: 
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 449862, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(rev 0)
+++ community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
2019-04-05 15:11:23 UTC (rev 449865)
@@ -0,0 +1,30 @@
+From d15e588be02e44b1317bf90ff7be1714267281c8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:03:19 +0200
+Subject: [PATCH 1/4] mysql-workbench-no-check-for-updates
+
+Signed-off-by: Christian Hesse 
+---
+ res/wbdata/main_menu.xml | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index bfa63ef..957f809 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2277,6 +2277,7 @@
+ builtin:show_log_file
+ action
+ 
++
+ 
+ separator
+ windows,linux

Copied: 
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 449862, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
===
--- 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
(rev 0)
+++ 
community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
2019-04-05 15:11:23 UTC (rev 449865)
@@ -0,0 +1,26 @@
+From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 23 Jul 2018 11:04:55 +0200
+Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
+
+Signed-off-by: Christian Hesse 
+---
+ backend/wbprivate/workbench/wb_context.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/backend/wbprivate/workbench/wb_context.cpp 
b/backend/wbprivate/workbench/wb_context.cpp
+index e80501a..a4047b1 100644
+--- a/backend/wbprivate/workbench/wb_context.cpp
 b/backend/wbprivate/workbench/wb_context.cpp
+@@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
+ 
+   _frontendCallbacks->show_status_text(_("Ready."));
+ 
++#if 0
+   // Avoid our runtime tests to lock up when a modal warning dialog is 
displayed.
+   if (options->open_at_startup_type != "run-script")
+ warnIfRunningOnUnsupportedOS();
++#endif
+ 
+   try {
+ // execute action requested from command line

Copied: mysql-workbench/repos/community-staging-x86_64/PKGBUILD (from rev 
449862, mysql-workbench/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:11:23 UTC (rev 449865)
@@ -0,0 +1,167 @@
+# Maintainer: Christian Hesse 
+# Contributor: Alexandre Boily 
+# Contributor: Illarion Kovalchuk 
+# Contributor: totoloco 
+# Contributor: Ionut Biru 
+
+pkgname=mysql-workbench
+pkgver=8.0.15
+pkgrel=3
+_mysql_version=${pkgver}
+_connector_version=${pkgver}
+_gdal_version=2.4.1
+_boost_version=1.68.0
+pkgdesc='A cross-platform, visual database design tool developed by MySQL'
+arch=('x86_64')
+url='https://www.mysql.com/products/workbench/'
+license=('GPL2')
+depends=('cairo' 'ctemplate' 'desktop-file-utils' 'freetype2' 'gtkmm3'
+   'hicolor-icon-theme' 'libgl' 'libsecret' 'libiodbc' 'libxml2'
+   'libzip' 'mysql-python' 'pcre' 'python2' 'python2-cairo' 'libssh'
+   'python2-pexpect' 'tinyxml' 'unixodbc' 'vsqlite++' 'proj' 'json-c'
+   'antlr4-runtime' 'giflib' 

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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:11:16
  Author: foutrelis
Revision: 449862

icu 64.1 rebuild

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:11:16 UTC (rev 449861)
+++ PKGBUILD2019-04-05 15:11:16 UTC (rev 449862)
@@ -6,7 +6,7 @@
 
 pkgname=mysql-workbench
 pkgver=8.0.15
-pkgrel=2
+pkgrel=3
 _mysql_version=${pkgver}
 _connector_version=${pkgver}
 _gdal_version=2.4.1


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:11:22
  Author: felixonmars
Revision: 449864

icu 64.1 rebuild

Modified:
  maim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:11:21 UTC (rev 449863)
+++ PKGBUILD2019-04-05 15:11:22 UTC (rev 449864)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:11:21
  Author: foutrelis
Revision: 449863

archrelease: copy trunk to community-staging-x86_64

Added:
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 449862, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-x86_64/mapnik.install
(from rev 449862, mapnik/trunk/mapnik.install)

+
 PKGBUILD   |   61 +++
 mapnik.install |   11 +
 2 files changed, 72 insertions(+)

Copied: mapnik/repos/community-staging-x86_64/PKGBUILD (from rev 449862, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:11:21 UTC (rev 449863)
@@ -0,0 +1,61 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: David Dent 
+# Contributor: orbisvicis 
+
+pkgname=mapnik
+pkgver=3.0.21
+pkgrel=4
+pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
+arch=('x86_64')
+url="http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg-turbo' 'libtiff' 'freetype2'
+ 'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'python2-cairo'
+ 'postgresql-libs' 'postgis' 'gdal' 'curl' 'libtool' 'libwebp')
+makedepends=('scons' 'boost' 'git' 'patch')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python2-pillow:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+install=$pkgname.install
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2
+https://github.com/mapnik/mapnik/pull/3892.patch
+
mapnik-boost-1.68.patch::https://github.com/mapnik/mapnik/pull/3937.patch
+
mapnik-boost-1.69.patch::https://github.com/mapnik/mapnik/commit/bcb1e67507.patch)
+sha256sums=('6db7918e8fd24346dfc81745e455c383a718335ffa64015cf625fed5ed92b524'
+'774a8590b698e9dc2a483e6ff48781ed0400ba06b901f12a1ed50c9114833d47'
+'6b1eb2a013e3e83190cb833cfed370dbe03bd009b51f909112bc353fca7ee4e7'
+'c47d8bdf6ccfe72b459f0898a3a92eb044d2b1a9b92f208db9ffcb4c173bdf31')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+  patch -Np1 -i "${srcdir}"/3892.patch
+  patch -p1 -i ../mapnik-boost-1.68.patch # Fix build with boost 1.68
+  patch -p1 -i ../mapnik-boost-1.69.patch # Fix build with boost 1.69
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  PYTHON=python2
+  scons configure \
+PREFIX="/usr" \
+INPUT_PLUGINS=all \
+XMLPARSER=libxml2 \
+DESTDIR="$pkgdir" \
+CUSTOM_CXXFLAGS="$CXXFLAGS" \
+CUSTOM_LDFLAGS="$LDFLAGS"
+  scons $(expr "$MAKEFLAGS" : '.*\(\-j[0-9]\+\)')
+}
+
+package(){
+  cd "${srcdir}"/$pkgname-v$pkgver
+  scons install
+}

Copied: mapnik/repos/community-staging-x86_64/mapnik.install (from rev 449862, 
mapnik/trunk/mapnik.install)
===
--- community-staging-x86_64/mapnik.install (rev 0)
+++ community-staging-x86_64/mapnik.install 2019-04-05 15:11:21 UTC (rev 
449863)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:11:16
  Author: foutrelis
Revision: 449861

icu 64.1 rebuild

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:09:43 UTC (rev 449860)
+++ PKGBUILD2019-04-05 15:11:16 UTC (rev 449861)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=3.0.21
-pkgrel=3
+pkgrel=4
 pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
 arch=('x86_64')
 url="http://mapnik.org/;


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:09:43
  Author: felixonmars
Revision: 449860

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 15:09:06 UTC (rev 449859)
+++ PKGBUILD2019-04-05 15:09:43 UTC (rev 449860)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.14.3
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('56f0a796741b1a46bfe91e578dc76067b612d0041dd8b93043521c8e53827a5bcdd815f94e91d22d4ae9d13125bfb9012cb1c4660635e7cc93472141be504efb')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  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-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 449859, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 15:09:43 UTC (rev 449860)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.14.4
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+ 

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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:09:06
  Author: felixonmars
Revision: 449859

upgpkg: python-hypothesis 4.14.4-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:08:14 UTC (rev 449858)
+++ PKGBUILD2019-04-05 15:09:06 UTC (rev 449859)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.14.3
+pkgver=4.14.4
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('56f0a796741b1a46bfe91e578dc76067b612d0041dd8b93043521c8e53827a5bcdd815f94e91d22d4ae9d13125bfb9012cb1c4660635e7cc93472141be504efb')
+sha512sums=('9eb5be972efb91d11dc35e364513ce15c012e2e5fb6fa150b2894308a18189ced16abe5670d2044769ddfd17fad981c34e924ce90b4552eadc91001dc3e33db3')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:07:55
  Author: felixonmars
Revision: 449857

icu 64.1 rebuild

Modified:
  unarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:06:07 UTC (rev 449856)
+++ PKGBUILD2019-04-05 15:07:55 UTC (rev 449857)
@@ -5,7 +5,7 @@
 pkgname=unarchiver
 pkgver=1.10.1
 _commit=1534a5cf6900
-pkgrel=6
+pkgrel=7
 pkgdesc="unar and lsar: Objective-C tools for uncompressing archive files"
 arch=(x86_64)
 url="http://unarchiver.c3.cx/;


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:08:14
  Author: felixonmars
Revision: 449858

archrelease: copy trunk to community-staging-x86_64

Added:
  unarchiver/repos/community-staging-x86_64/
  unarchiver/repos/community-staging-x86_64/PKGBUILD
(from rev 449857, unarchiver/trunk/PKGBUILD)
  unarchiver/repos/community-staging-x86_64/native_obj_exceptions.patch
(from rev 449857, unarchiver/trunk/native_obj_exceptions.patch)

-+
 PKGBUILD|   44 ++
 native_obj_exceptions.patch |   22 +
 2 files changed, 66 insertions(+)

Copied: unarchiver/repos/community-staging-x86_64/PKGBUILD (from rev 449857, 
unarchiver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:08:14 UTC (rev 449858)
@@ -0,0 +1,44 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Cedric Girard 
+# Contributor: N30N 
+
+pkgname=unarchiver
+pkgver=1.10.1
+_commit=1534a5cf6900
+pkgrel=7
+pkgdesc="unar and lsar: Objective-C tools for uncompressing archive files"
+arch=(x86_64)
+url="http://unarchiver.c3.cx/;
+license=('LGPL2.1')
+depends=(gnustep-base openssl bzip2 icu gcc-libs zlib)
+makedepends=(gcc-objc gnustep-make)
+source=("https://bitbucket.org/kosovan/theunarchiver/get/unar-${pkgver}.tar.gz;
+"native_obj_exceptions.patch")
+sha1sums=('d7dac2b1786e63787dbea74030ecdf8c425de730'
+  'b8024026607dc2de758479b73d8b01ca6f692b59')
+
+prepare(){
+  cd "$srcdir/kosovan-theunarchiver-${_commit}"
+
+  patch -p1 < ../native_obj_exceptions.patch
+}
+
+build() {
+  cd "$srcdir/kosovan-theunarchiver-${_commit}/XADMaster"
+
+  . /usr/share/GNUstep/Makefiles/GNUstep.sh
+  make -f Makefile.linux
+}
+
+package() {
+  cd "$srcdir/kosovan-theunarchiver-${_commit}/XADMaster"
+  install -d "$pkgdir/usr/bin/"
+  install -m755 unar lsar "$pkgdir/usr/bin/"
+
+  cd "$srcdir/kosovan-theunarchiver-${_commit}/Extra"
+  install -d "$pkgdir/usr/share/man/man1"
+  install -m644 lsar.1 unar.1 "$pkgdir/usr/share/man/man1/"
+  install -d "$pkgdir/usr/share/bash-completion/completions/"
+  install -m644 unar.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/unar"
+  install -m644 lsar.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/lsar"
+}

Copied: unarchiver/repos/community-staging-x86_64/native_obj_exceptions.patch 
(from rev 449857, unarchiver/trunk/native_obj_exceptions.patch)
===
--- community-staging-x86_64/native_obj_exceptions.patch
(rev 0)
+++ community-staging-x86_64/native_obj_exceptions.patch2019-04-05 
15:08:14 UTC (rev 449858)
@@ -0,0 +1,22 @@
+diff -Naur The Unarchiver/UniversalDetector/Makefile.linux The 
Unarchiver_patched/UniversalDetector/Makefile.linux
+--- The Unarchiver/UniversalDetector/Makefile.linux2011-04-27 
03:32:21.0 +0200
 The Unarchiver_patched/UniversalDetector/Makefile.linux2011-12-22 
10:48:32.138621163 +0100
+@@ -16,7 +16,6 @@
+ 
+ GNUSTEP_OPTS =-DGNUSTEP \
+   -DGNU_RUNTIME=1 \
+-  -D_NATIVE_OBJC_EXCEPTIONS \
+   -fgnu-runtime \
+   -fexceptions \
+   -fobjc-exceptions \
+diff -Naur The Unarchiver/XADMaster/Makefile.linux The 
Unarchiver_patched/XADMaster/Makefile.linux
+--- The Unarchiver/XADMaster/Makefile.linux2011-04-27 03:32:21.0 
+0200
 The Unarchiver_patched/XADMaster/Makefile.linux2011-12-22 
10:48:15.488721721 +0100
+@@ -16,7 +16,6 @@
+ 
+ GNUSTEP_OPTS =-DGNUSTEP \
+   -DGNU_RUNTIME=1 \
+-  -D_NATIVE_OBJC_EXCEPTIONS \
+   -fgnu-runtime \
+   -fexceptions \
+   -fobjc-exceptions \


[arch-commits] Commit in dovecot/repos (7 files)

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:06:07
  Author: felixonmars
Revision: 449856

archrelease: copy trunk to community-staging-x86_64

Added:
  dovecot/repos/community-staging-x86_64/
  dovecot/repos/community-staging-x86_64/PKGBUILD
(from rev 449855, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-staging-x86_64/dovecot.ld.so.conf
(from rev 449855, dovecot/trunk/dovecot.ld.so.conf)
  dovecot/repos/community-staging-x86_64/dovecot.pam
(from rev 449855, dovecot/trunk/dovecot.pam)
  dovecot/repos/community-staging-x86_64/dovecot.sysusersd
(from rev 449855, dovecot/trunk/dovecot.sysusersd)
  dovecot/repos/community-staging-x86_64/dovecot.tmpfilesd
(from rev 449855, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-staging-x86_64/fix-mysql-double-free.patch
(from rev 449855, dovecot/trunk/fix-mysql-double-free.patch)

-+
 PKGBUILD|  127 ++
 dovecot.ld.so.conf  |1 
 dovecot.pam |5 +
 dovecot.sysusersd   |2 
 dovecot.tmpfilesd   |1 
 fix-mysql-double-free.patch |   36 +++
 6 files changed, 172 insertions(+)

Copied: dovecot/repos/community-staging-x86_64/PKGBUILD (from rev 449855, 
dovecot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:06:07 UTC (rev 449856)
@@ -0,0 +1,127 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Thore Bödecker 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+# Contributor: Phillip Schichtel 
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.3.5.1
+pkgrel=4
+
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+url="https://dovecot.org/;
+arch=('x86_64')
+license=("LGPL")
+
+depends=('krb5' 'openssl' 'sqlite' 'mariadb-libs' 'libsodium'
+ 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene' 'libsodium' 'lua')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer'
+'lua: LUA auth and push support')
+
+provides=('imap-server' 'pop3-server')
+
+backup=('etc/pam.d/dovecot')
+
+source=("https://dovecot.org/releases/2.3/${pkgname}-${pkgver}.tar.gz"{,.sig}
+'dovecot.sysusersd'
+'dovecot.tmpfilesd'
+'dovecot.ld.so.conf'
+'dovecot.pam'
+'fix-mysql-double-free.patch')
+
+sha256sums=('d78f9d479e3b2caa808160f86bfec1c9c7b46344d8b14b88f5fa9bbbf8c7c33f'
+'SKIP'
+'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
+'0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
+'ad9245f5e916480edd67139603cbe52e7a868233075f900ab63a0ce58f03741a'
+'a97bd93b07c96e03d3c7540c8cd6c2d465a12728f31d9164ea4546e257e8a203')
+
+validpgpkeys=(
+  'E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 
+  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1' # Dovecot Community Edition
+)
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -l -i "$srcdir/${filename##*/}"
+fi
+  done
+
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-moduledir=/usr/lib/dovecot/modules \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--disable-static \
+--with-nss \
+--with-pam \
+--with-mysql \
+--with-pgsql \
+--with-sqlite \
+--with-ssl=openssl \
+--with-ssldir=/etc/ssl \
+--with-gssapi \
+--with-ldap=plugin \
+--with-lua=plugin \
+--with-zlib \
+--with-bzlib \
+--with-lzma \
+--with-lz4 \
+--with-libcap \
+--with-solr \
+--with-lucene \
+--with-sodium \
+--with-docs
+
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  # system user/group dovenull - 74
+  # system user/group dovecot  - 76
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "${srcdir}/dovecot.sysusersd" \
+"${pkgdir}/usr/lib/sysusers.d/dovecot.conf"
+  install -Dm644 "${srcdir}/dovecot.tmpfilesd" \
+

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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 15:05:35
  Author: felixonmars
Revision: 449855

icu 64.1 rebuild

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:03:57 UTC (rev 449854)
+++ PKGBUILD2019-04-05 15:05:35 UTC (rev 449855)
@@ -11,7 +11,7 @@
 
 pkgname=dovecot
 pkgver=2.3.5.1
-pkgrel=3
+pkgrel=4
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 url="https://dovecot.org/;


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:03:57
  Author: foutrelis
Revision: 449854

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
449853, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:03:57 UTC (rev 449854)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.1
+pkgrel=37
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bc8cc9944229c691fbec6b7e6ea52e8a65bd8cc2093d42bd577e30ded1767370b439d8dc694e9842b300f7c884f851cac6a2a9de2817a961c779b83fb0ee1718')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.7/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:03:52
  Author: foutrelis
Revision: 449853

icu 64.1 rebuild

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 15:02:12 UTC (rev 449852)
+++ PKGBUILD2019-04-05 15:03:52 UTC (rev 449853)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.1
-pkgrel=36
+pkgrel=37
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:02:12
  Author: foutrelis
Revision: 449852

archrelease: copy trunk to community-staging-x86_64

Added:
  ncmpcpp/repos/community-staging-x86_64/
  ncmpcpp/repos/community-staging-x86_64/PKGBUILD
(from rev 449851, ncmpcpp/trunk/PKGBUILD)

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

Copied: ncmpcpp/repos/community-staging-x86_64/PKGBUILD (from rev 449851, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 15:02:12 UTC (rev 449852)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.8.2
+pkgrel=8
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('9384edd162f40af23e4f26f437356520f117e4e2ab513ed3de132d2f11e597082d1cb7f0dd3696660d0c9bb85ad03e31fb921c97a11c7b28b32c5907fdbb8e8f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  BOOST_LIB_SUFFIX='' ./configure \
+--prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 15:02:03
  Author: foutrelis
Revision: 449851

icu 64.1 rebuild

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 14:59:50 UTC (rev 449850)
+++ PKGBUILD2019-04-05 15:02:03 UTC (rev 449851)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.8.2
-pkgrel=7
+pkgrel=8
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('x86_64')


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 14:59:50
  Author: felixonmars
Revision: 449850

archrelease: copy trunk to community-staging-x86_64

Added:
  kbibtex/repos/community-staging-x86_64/
  kbibtex/repos/community-staging-x86_64/PKGBUILD
(from rev 449849, kbibtex/trunk/PKGBUILD)

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

Copied: kbibtex/repos/community-staging-x86_64/PKGBUILD (from rev 449849, 
kbibtex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 14:59:50 UTC (rev 449850)
@@ -0,0 +1,39 @@
+# Maintainer: Ray Rashif 
+# Maintainer: Antonio Rojas 
+# Contributor: cmorlok 
+
+pkgname=kbibtex
+epoch=1
+pkgver=0.8.2
+pkgrel=2
+pkgdesc="A BibTeX editor for KDE"
+arch=(x86_64)
+url='https://userbase.kde.org/KBibTeX'
+license=(GPL)
+depends=(poppler-qt5 qt5-webengine qt5-xmlpatterns qoauth kparts)
+optdepends=('okular: Document preview')
+makedepends=(extra-cmake-modules kdoctools qca-qt5)
+source=("https://download.kde.org/stable/KBibTeX/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('081c61c4bb55cf3c88d59877684956df7a235fe80a40a37af92224cdf5d677d6'
+'SKIP')
+validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 14:59:26
  Author: foutrelis
Revision: 449848

archrelease: copy trunk to community-staging-x86_64

Added:
  oath-toolkit/repos/community-staging-x86_64/
  oath-toolkit/repos/community-staging-x86_64/PKGBUILD
(from rev 449847, oath-toolkit/trunk/PKGBUILD)
  oath-toolkit/repos/community-staging-x86_64/fseeko.patch
(from rev 449847, oath-toolkit/trunk/fseeko.patch)

--+
 PKGBUILD |   53 +
 fseeko.patch |   22 ++
 2 files changed, 75 insertions(+)

Copied: oath-toolkit/repos/community-staging-x86_64/PKGBUILD (from rev 449847, 
oath-toolkit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 14:59:26 UTC (rev 449848)
@@ -0,0 +1,53 @@
+# Maintainer: Christian Hesse 
+# Contributor: Sébastien Luttringer
+# Contributor: L42y <423...@gmail.com>
+
+pkgname=oath-toolkit
+pkgver=2.6.2
+pkgrel=6
+pkgdesc='OATH one-time password toolkit'
+arch=('x86_64')
+url='https://www.nongnu.org/oath-toolkit/'
+license=('GPL3')
+depends=('glibc' 'pam' 'xmlsec')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson
+source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+
'oath-toolkit-update-gnulib.patch::https://gitlab.com/oath-toolkit/oath-toolkit/commit/2fffce2a471f74a585939c84cce16ef3015e5d3d.diff'
+'fseeko.patch')
+sha256sums=('b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0'
+'SKIP'
+'4093d69a22af60fac339fcee22ff29c3b8418b76bc1286e5226505af884e0c21'
+'b93dc7bafe32a3477127e55b1c470063660b1f5c3f25622ea581b41502783020')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 < "${srcdir}"/oath-toolkit-update-gnulib.patch
+  patch -Np1 < "${srcdir}"/fseeko.patch
+  
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Install basic docs too
+  install -D -m 0644 pam_oath/README 
"$pkgdir/usr/share/doc/$pkgname/PAM_README"
+  install -D -m 0644 README "$pkgdir/usr/share/doc/$pkgname/README"
+}
+

Copied: oath-toolkit/repos/community-staging-x86_64/fseeko.patch (from rev 
449847, oath-toolkit/trunk/fseeko.patch)
===
--- community-staging-x86_64/fseeko.patch   (rev 0)
+++ community-staging-x86_64/fseeko.patch   2019-04-05 14:59:26 UTC (rev 
449848)
@@ -0,0 +1,22 @@
+diff --git a/liboath/gl/fseeko.c b/liboath/gl/fseeko.c
+index 67bb9ec..6adb80e 100644
+--- a/liboath/gl/fseeko.c
 b/liboath/gl/fseeko.c
+@@ -47,7 +47,7 @@ fseeko (FILE *fp, off_t offset, int whence)
+ #endif
+ 
+   /* These tests are based on fpurge.c.  */
+-#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, 
Haiku, Linux libc5 */
++#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, 
Linux libc5 */
+   if (fp->_IO_read_end == fp->_IO_read_ptr
+   && fp->_IO_write_ptr == fp->_IO_write_base
+   && fp->_IO_save_base == NULL)
+@@ -123,7 +123,7 @@ fseeko (FILE *fp, off_t offset, int whence)
+   return -1;
+ }
+ 
+-#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, 
Haiku, Linux libc5 */
++#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, 
Linux libc5 */
+   fp->_flags &= ~_IO_EOF_SEEN;
+   fp->_offset = pos;
+ #elif defined __sferror || defined __DragonFly__ || defined __ANDROID__


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 14:59:32
  Author: felixonmars
Revision: 449849

icu 64.1 rebuild

Modified:
  kbibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 14:59:26 UTC (rev 449848)
+++ PKGBUILD2019-04-05 14:59:32 UTC (rev 449849)
@@ -5,7 +5,7 @@
 pkgname=kbibtex
 epoch=1
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A BibTeX editor for KDE"
 arch=(x86_64)
 url='https://userbase.kde.org/KBibTeX'


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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 14:59:21
  Author: foutrelis
Revision: 449847

icu 64.1 rebuild

Modified:
  oath-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 14:57:13 UTC (rev 449846)
+++ PKGBUILD2019-04-05 14:59:21 UTC (rev 449847)
@@ -4,7 +4,7 @@
 
 pkgname=oath-toolkit
 pkgver=2.6.2
-pkgrel=5
+pkgrel=6
 pkgdesc='OATH one-time password toolkit'
 arch=('x86_64')
 url='https://www.nongnu.org/oath-toolkit/'


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 14:56:44
  Author: felixonmars
Revision: 449844

archrelease: copy trunk to community-staging-x86_64

Added:
  aegisub/repos/community-staging-x86_64/
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 449843, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/boost-1.68.patch
(from rev 449843, aegisub/trunk/boost-1.68.patch)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 449843, aegisub/trunk/icu59.patch)

--+
 PKGBUILD |   80 +
 boost-1.68.patch |   34 ++
 icu59.patch  |   11 +++
 3 files changed, 125 insertions(+)

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 449843, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 14:56:44 UTC (rev 449844)
@@ -0,0 +1,80 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=34
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=(x86_64)
+url=http://www.aegisub.org
+license=(
+  GPL
+  BSD
+)
+depends=(
+  alsa-lib
+  boost-libs
+  fftw
+  fontconfig
+  hunspell
+  icu
+  libass.so
+  libffms2.so
+  libgl
+  libpulse
+  wxgtk3
+  zlib
+)
+makedepends=(
+  boost
+  git
+  intltool
+  mesa
+)
+source=(
+  git+https://github.com/Aegisub/Aegisub.git#tag=v${pkgver}
+  boost-1.68.patch
+  icu59.patch
+)
+sha256sums=(
+  SKIP
+  aa1689a2204f6a617000f3380b8dea9c3dca4f500d0643e05172750c49cc5a21
+  29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6
+)
+
+prepare() {
+  cd Aegisub
+
+  patch -Np1 -i ../boost-1.68.patch
+  sed 's|gil/gil_all.hpp|gil.hpp|g' -i src/*.cpp # boost 1.69
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile # missing link flag
+  patch -Np1 -i ../icu59.patch
+
+  ./autogen.sh
+}
+
+build() {
+  cd Aegisub
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  ./configure \
+--prefix=/usr \
+--with-wx-config=/usr/bin/wx-config-gtk3 \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd Aegisub
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/boost-1.68.patch (from rev 
449843, aegisub/trunk/boost-1.68.patch)
===
--- community-staging-x86_64/boost-1.68.patch   (rev 0)
+++ community-staging-x86_64/boost-1.68.patch   2019-04-05 14:56:44 UTC (rev 
449844)
@@ -0,0 +1,34 @@
+From d8336d2fed73c72d1227b343d6acfb991bc1651b Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Mon, 9 Jul 2018 20:15:29 +
+Subject: [PATCH] Keep using std::distance after Boost 1.68
+
+src/search_replace_engine.cpp:256:14: error: call to
+  'distance' is ambiguous
+count += distance(
+ ^~~~
+/usr/include/c++/v1/iterator:511:1: note: candidate function [with _InputIter =
+  boost::u32regex_iterator >]
+distance(_InputIter __first, _InputIter __last)
+^
+/usr/local/include/boost/iterator/distance.hpp:49:9: note: candidate function 
[with SinglePassIterator =
+  boost::u32regex_iterator >]
+distance(SinglePassIterator first, SinglePassIterator last)
+^
+---
+ src/search_replace_engine.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/search_replace_engine.cpp b/src/search_replace_engine.cpp
+index 594c21e5e..14c71680d 100644
+--- a/src/search_replace_engine.cpp
 b/src/search_replace_engine.cpp
+@@ -253,7 +253,7 @@ bool SearchReplaceEngine::ReplaceAll() {
+   if (MatchState ms = matches(, 0)) {
+   auto& diag_field = 
diag.*get_dialogue_field(settings.field);
+   std::string const& text = diag_field.get();
+-  count += distance(
++  count += std::distance(
+   
boost::u32regex_iterator(begin(text), end(text), 
*ms.re),
+   
boost::u32regex_iterator());
+   diag_field = u32regex_replace(text, *ms.re, 
settings.replace_with);

Copied: aegisub/repos/community-staging-x86_64/icu59.patch (from rev 449843, 
aegisub/trunk/icu59.patch)
===
--- community-staging-x86_64/icu59.patch(rev 0)
+++ community-staging-x86_64/icu59.patch

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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 14:57:13
  Author: foutrelis
Revision: 449846

archrelease: copy trunk to community-staging-x86_64

Added:
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
(from rev 449845, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-x86_64/scribus-poppler-0.70.patch
(from rev 449845, scribus/trunk/scribus-poppler-0.70.patch)
  scribus/repos/community-staging-x86_64/scribus-poppler-0.73.patch
(from rev 449845, scribus/trunk/scribus-poppler-0.73.patch)
  scribus/repos/community-staging-x86_64/scribus-poppler-0.75.patch
(from rev 449845, scribus/trunk/scribus-poppler-0.75.patch)

+
 PKGBUILD   |   95 ++
 scribus-poppler-0.70.patch |  277 +++
 scribus-poppler-0.73.patch |   30 
 scribus-poppler-0.75.patch |   40 ++
 4 files changed, 442 insertions(+)

Copied: scribus/repos/community-staging-x86_64/PKGBUILD (from rev 449845, 
scribus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-05 14:57:13 UTC (rev 449846)
@@ -0,0 +1,95 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Bruno Pagani 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.4
+pkgrel=11
+pkgdesc="Desktop publishing software"
+arch=('x86_64')
+url="https://www.scribus.net/;
+license=('GPL')
+depends=('qt5-base' 'harfbuzz-icu' 'poppler' 'python2' 'hunspell' 'podofo' 
'openscenegraph'
+ 'libcdr' 'libfreehand' 'libmspub' 'libpagemaker' 'libqxp' 'libvisio' 
'libzmf') # 'graphicsmagick'
+makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
+optdepends=('tk: scripts based on tkinter'
+'hyphen-lang: hyphenation patterns for desired languages')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
'https://github.com/scribusproject/scribus/commit/d867ec3c386baaed1b8e076dd70b278863411480.patch'
+
'https://github.com/scribusproject/scribus/commit/7d4ceeb5cac32287769e3c0238699e0b3e56c24d.patch'
+
'https://github.com/scribusproject/scribus/commit/76561c1a55cd07c268f8f2b2fea888532933700b.patch'
+
'https://github.com/scribusproject/scribus/commit/8e05d26c19097ac2ad5b4ebbf40a3771ee6faf9c.patch'
+'scribus-poppler-0.70.patch'
+'scribus-poppler-0.73.patch'
+'scribus-poppler-0.75.patch')
+sha256sums=('6480925250b2bb07028e2f378c02b67fe3e33206743671e03c07c701cd05da03'
+'SKIP'
+'0a782958360ad70145a588a5e1c0044d162344e96b4ff9b0aeb31388cc9b2e36'
+'b20bf0588b30d551ea6eb5744caf31ef31dd396b2b08cc4bddf9dd3a22cf'
+'29b09c7cc95e8a5432010b39a6c0478cb106a1bbb425747fb383092465476106'
+'824cbc38b02e15aa742b309a226549c3a6c4e3eb16059c239083145aa4ae6dab'
+'199b5ea2831d749b91e206f50e3d30a7b787c5e2b85676120e1e4825478f8737'
+'f09488ff56177fd360d588bf70f2960adeba80cb34cec692d4d967dc081fe4ad'
+'0e69817dc9b047852540dd76aaec39b54a4781c273e4d5fe2764c773b3160ed2')
+validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA'  # Peter Linnell 

+  '757F5E9B13DD648887AD50092D47C099E782504E') # The Scribus Team 
(www.scribus.net) 
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+# Poppler 0.64
+patch -p1 -i ../d867ec3c386baaed1b8e076dd70b278863411480.patch
+patch -p1 -i ../7d4ceeb5cac32287769e3c0238699e0b3e56c24d.patch
+patch -p1 -i ../76561c1a55cd07c268f8f2b2fea888532933700b.patch
+# Poppler 0.70
+patch -p1 -i ../8e05d26c19097ac2ad5b4ebbf40a3771ee6faf9c.patch
+patch -p1 -i ../scribus-poppler-0.70.patch
+# Poppler 0.71
+sed -e 's|GBool|bool|g' -e 's|gTrue|true|g' -e 's|gFalse|false|g' -i 
scribus/plugins/import/pdf/*
+# Poppler 0.72
+sed -e 's|getCString|c_str|g' -i scribus/plugins/import/pdf/*
+# Poppler 0.73
+patch -p0 -i ../scribus-poppler-0.73.patch
+# Poppler 0.75
+patch -p1 --binary -i ../scribus-poppler-0.75.patch
+# Fix python name
+sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scribus/plugins/scriptplugin/{samples,scripts}/*
+
+mkdir -p build
+}
+
+build() {
+cd ${pkgname}-${pkgver}/build
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON
+# FS#59800
+#-DWANT_GRAPHICSMAGICK=1
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+
+cd ..
+
+install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
+
+for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
+do
+install -Dm644 

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

2019-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 5, 2019 @ 14:57:02
  Author: foutrelis
Revision: 449845

icu 64.1 rebuild

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 14:56:44 UTC (rev 449844)
+++ PKGBUILD2019-04-05 14:57:02 UTC (rev 449845)
@@ -7,7 +7,7 @@
 
 pkgname=scribus
 pkgver=1.5.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Desktop publishing software"
 arch=('x86_64')
 url="https://www.scribus.net/;


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

2019-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 5, 2019 @ 14:56:24
  Author: felixonmars
Revision: 449843

icu 64.1 rebuild

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 14:55:05 UTC (rev 449842)
+++ PKGBUILD2019-04-05 14:56:24 UTC (rev 449843)
@@ -4,7 +4,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=33
+pkgrel=34
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=(x86_64)
 url=http://www.aegisub.org


  1   2   3   4   5   >