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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 05:31:13
  Author: foutrelis
Revision: 320529

archrelease: copy trunk to kde-unstable-x86_64

Added:
  qt5-webkit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 320528, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-gcc7.patch
(from rev 320528, qt5-webkit/trunk/qt5-webkit-gcc7.patch)
  qt5-webkit/repos/kde-unstable-x86_64/qt5-webkit-null-pointer-dereference.patch
(from rev 320528, 
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  |  144 ++--
 qt5-webkit-gcc7.patch |   68 ++---
 qt5-webkit-null-pointer-dereference.patch |   34 +++---
 3 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 04:55:09 UTC (rev 320528)
+++ PKGBUILD2018-03-28 05:31:13 UTC (rev 320529)
@@ -1,72 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webkit
-_qtver=5.212.0-alpha2
-pkgver=${_qtver/-/}
-pkgrel=13
-arch=(x86_64)
-url='http://qt-project.org/'
-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)
-groups=(qt qt5)
-_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 320528, 
qt5-webkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 05:31:13 UTC (rev 320529)
@@ -0,0 +1,72 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=15
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a 

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 04:55:09
  Author: foutrelis
Revision: 320528

icu 61.1 / Qt 5.11 rebuild

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 04:51:04 UTC (rev 320527)
+++ PKGBUILD2018-03-28 04:55:09 UTC (rev 320528)
@@ -6,7 +6,7 @@
 pkgname=qt5-webkit
 _qtver=5.212.0-alpha2
 pkgver=${_qtver/-/}
-pkgrel=14
+pkgrel=15
 arch=(x86_64)
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 04:51:04
  Author: foutrelis
Revision: 320527

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 04:46:55 UTC (rev 320526)
+++ PKGBUILD2018-03-28 04:51:04 UTC (rev 320527)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-location
-_qtver=5.11.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=('qt5-declarative')
-makedepends=('gypsy' 'gconf')
-optdepends=('gypsy: Gypsy geolocation plugin')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('2f431e16e2e11915287dc641da1cbd89f4441ef48e05fa05e94a153ba93f0b3b')
-
-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 320526, 
qt5-location/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 04:51:04 UTC (rev 320527)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.11.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+makedepends=('gypsy' 'gconf')
+optdepends=('gypsy: Gypsy geolocation plugin')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('2f431e16e2e11915287dc641da1cbd89f4441ef48e05fa05e94a153ba93f0b3b')
+
+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)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 04:46:55
  Author: foutrelis
Revision: 320526

icu 61.1 rebuild

Modified:
  qt5-location/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 04:44:50 UTC (rev 320525)
+++ PKGBUILD2018-03-28 04:46:55 UTC (rev 320526)
@@ -5,7 +5,7 @@
 pkgname=qt5-location
 _qtver=5.11.0-beta2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 04:44:50
  Author: foutrelis
Revision: 320525

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

Added:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 320524, qt5-base/kde-unstable/PKGBUILD)
  qt5-base/repos/kde-unstable-x86_64/rebuild.list
(from rev 320524, qt5-base/kde-unstable/rebuild.list)
Deleted:
  qt5-base/repos/kde-unstable-x86_64/PKGBUILD
  qt5-base/repos/kde-unstable-x86_64/rebuild.list

--+
 PKGBUILD |  218 -
 rebuild.list |   50 ++---
 2 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 04:43:44 UTC (rev 320524)
+++ PKGBUILD2018-03-28 04:44:50 UTC (rev 320525)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.11.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-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'
- 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' 
'pcre2'
- 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
-makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: 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=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('54deb823ed46154230c4f06aa19d6de728a3debe8dab71d30be4675d44718772')
-
-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
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-
-  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
-  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  PYTHON=/usr/bin/python2 ./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 -D -m644 LGPL_EXCEPTION.txt \
-"${pkgdir}"/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
-
-  # 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 /usr/bin/$(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 320524, 
qt5-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 04:44:50 UTC (rev 320525)
@@ -0,0 +1,109 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 04:43:44
  Author: foutrelis
Revision: 320524

icu 61.1 rebuild

Modified:
  qt5-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 04:32:48 UTC (rev 320523)
+++ PKGBUILD2018-03-28 04:43:44 UTC (rev 320524)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.11.0-beta2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2018-03-27 Thread Jan Steffens via arch-commits
Date: Wednesday, March 28, 2018 @ 04:22:54
  Author: heftig
Revision: 320484

archrelease: copy trunk to extra-x86_64

Added:
  gnome-builder/repos/extra-x86_64/PKGBUILD
(from rev 320483, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/extra-x86_64/enchant-2.diff
(from rev 320483, gnome-builder/trunk/enchant-2.diff)
Deleted:
  gnome-builder/repos/extra-x86_64/PKGBUILD
  gnome-builder/repos/extra-x86_64/enchant-2.diff

+
 PKGBUILD   |   76 +++
 enchant-2.diff |   32 +++
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 04:21:21 UTC (rev 320483)
+++ PKGBUILD2018-03-28 04:22:54 UTC (rev 320484)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.28.0+6+g7d35ffb07
-pkgrel=2
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle
- template-glib jsonrpc-glib python-sphinx)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
- mm-common meson)
-optdepends=('gnome-code-assistance: Legacy assistance services')
-groups=(gnome-extra)
-_commit=7d35ffb07a002a445aa8f984593b832cc86482ef  # gnome-builder-3-28
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D with_docs=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-builder/repos/extra-x86_64/PKGBUILD (from rev 320483, 
gnome-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 04:22:54 UTC (rev 320484)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.28.0+6+g7d35ffb07
+pkgrel=3
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common meson)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=7d35ffb07a002a445aa8f984593b832cc86482ef  # gnome-builder-3-28
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D with_docs=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: enchant-2.diff
===
--- enchant-2.diff  2018-03-28 04:21:21 UTC (rev 320483)
+++ enchant-2.diff  2018-03-28 04:22:54 UTC (rev 320484)
@@ -1,16 +0,0 @@
- plugins/spellcheck/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git c/plugins/spellcheck/meson.build i/plugins/spellcheck/meson.build
-index a8dc0036a..a9835672b 100644
 c/plugins/spellcheck/meson.build
-+++ i/plugins/spellcheck/meson.build
-@@ -30,7 +30,7 @@ spellcheck_sources = [
- 
- spellcheck_deps = plugin_deps + [
-   dependency('gspell-1', version: '>= 1.2.0'),
--  dependency('enchant'),
-+  dependency('enchant-2'),
- ]
- 
- shared_module('spellcheck-plugin', spellcheck_sources,

Copied: gnome-builder/repos/extra-x86_64/enchant-2.diff (from rev 320483, 
gnome-builder/trunk/enchant-2.diff)
===
--- enchant-2.diff  (rev 0)
+++ enchant-2.diff  2018-03-28 04:22:54 UTC (rev 320484)
@@ -0,0 +1,16 @@
+ plugins/spellcheck/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git c/plugins/spellcheck/meson.build i/plugins/spellcheck/meson.build
+index a8dc0036a..a9835672b 100644
+--- c/plugins/spellcheck/meson.build
 i/plugins/spellcheck/meson.build
+@@ -30,7 +30,7 @@ spellcheck_sources = [
+ 
+ spellcheck_deps = plugin_deps + [
+   dependency('gspell-1', version: '>= 1.2.0'),
+-  dependency('enchant'),
++  

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

2018-03-27 Thread Jan Steffens via arch-commits
Date: Wednesday, March 28, 2018 @ 04:21:21
  Author: heftig
Revision: 320483

3.28.0+6+g7d35ffb07-3

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 04:15:18 UTC (rev 320482)
+++ PKGBUILD2018-03-28 04:21:21 UTC (rev 320483)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-builder
 pkgver=3.28.0+6+g7d35ffb07
-pkgrel=2
+pkgrel=3
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(x86_64)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 04:17:55
  Author: foutrelis
Revision: 313019

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: calibre/repos/community-staging-x86_64/PKGBUILD (from rev 313018, 
calibre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 04:17:55 UTC (rev 313019)
@@ -0,0 +1,74 @@
+# $Id$
+# 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.20.0
+pkgrel=2
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
+makedepends=('qt5-x11extras' 'xdg-utils')
+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=('be3e82f455f154db154c46d57f8f4d93d4e1c79afc9b6b1eb316c3d48880d5e6'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+
+  # Remove unneeded files
+  rm -rf resources/${pkgname}-portable.*
+
+  # 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
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  LANG='en_US.UTF-8' python2 setup.py build
+  LANG='en_US.UTF-8' python2 setup.py gui
+}
+
+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"
+
+  # Compiling bytecode FS#33392
+  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
+  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 04:17:47
  Author: foutrelis
Revision: 313018

icu 61.1 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 03:28:37 UTC (rev 313017)
+++ PKGBUILD2018-03-28 04:17:47 UTC (rev 313018)
@@ -9,7 +9,7 @@
 
 pkgname=calibre
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 04:15:18
  Author: foutrelis
Revision: 320482

archrelease: copy trunk to staging-x86_64

Added:
  qt5-webkit/repos/staging-x86_64/
  qt5-webkit/repos/staging-x86_64/PKGBUILD
(from rev 320481, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/staging-x86_64/qt5-webkit-gcc7.patch
(from rev 320481, qt5-webkit/trunk/qt5-webkit-gcc7.patch)
  qt5-webkit/repos/staging-x86_64/qt5-webkit-null-pointer-dereference.patch
(from rev 320481, 
qt5-webkit/trunk/qt5-webkit-null-pointer-dereference.patch)

---+
 PKGBUILD  |   72 
 qt5-webkit-gcc7.patch |   34 +
 qt5-webkit-null-pointer-dereference.patch |   17 ++
 3 files changed, 123 insertions(+)

Copied: qt5-webkit/repos/staging-x86_64/PKGBUILD (from rev 320481, 
qt5-webkit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 04:15:18 UTC (rev 320482)
@@ -0,0 +1,72 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=14
+arch=(x86_64)
+url='http://qt-project.org/'
+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)
+groups=(qt qt5)
+_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/staging-x86_64/qt5-webkit-gcc7.patch (from rev 320481, 
qt5-webkit/trunk/qt5-webkit-gcc7.patch)
===
--- staging-x86_64/qt5-webkit-gcc7.patch(rev 0)
+++ staging-x86_64/qt5-webkit-gcc7.patch2018-03-28 04:15:18 UTC (rev 
320482)
@@ -0,0 +1,34 @@
+diff -u -r webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h 
webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h
+--- webkitgtk-2.16.5/Source/WTF/wtf/text/StringImpl.h  2017-02-20 
17:20:15.0 +0100
 webkitgtk-2.16.5-gcc7/Source/WTF/wtf/text/StringImpl.h 2017-06-27 
13:13:57.801527350 +0200
+@@ -581,29 +581,7 @@
+ // FIXME: Does this really belong in StringImpl?
+ template  

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 04:15:10
  Author: foutrelis
Revision: 320481

icu 61.1 rebuild

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 02:43:46 UTC (rev 320480)
+++ PKGBUILD2018-03-28 04:15:10 UTC (rev 320481)
@@ -6,7 +6,7 @@
 pkgname=qt5-webkit
 _qtver=5.212.0-alpha2
 pkgver=${_qtver/-/}
-pkgrel=13
+pkgrel=14
 arch=(x86_64)
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 03:28:37
  Author: foutrelis
Revision: 313017

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: kbibtex/repos/community-staging-x86_64/PKGBUILD (from rev 313016, 
kbibtex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 03:28:37 UTC (rev 313017)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Antonio Rojas 
+# Contributor: cmorlok 
+
+pkgname=kbibtex
+pkgver=0.7.git20180320
+pkgrel=3
+_commit=547a73bc1e6966a9e42fdabc7f66c4355ee189d9
+pkgdesc="A BibTeX editor for KDE"
+arch=(x86_64)
+url='https://userbase.kde.org/KBibTeX'
+license=(GPL)
+depends=(poppler-qt5 qt5-webengine qoauth kparts)
+optdepends=('okular: Document preview')
+makedepends=(extra-cmake-modules git kdoctools qca-qt5)
+source=(git://git.kde.org/$pkgname#commit=$_commit)
+#source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('SKIP')
+validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 03:28:31
  Author: foutrelis
Revision: 313016

icu 61.1 rebuild

Modified:
  kbibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 03:26:17 UTC (rev 313015)
+++ PKGBUILD2018-03-28 03:28:31 UTC (rev 313016)
@@ -5,7 +5,7 @@
 
 pkgname=kbibtex
 pkgver=0.7.git20180320
-pkgrel=2
+pkgrel=3
 _commit=547a73bc1e6966a9e42fdabc7f66c4355ee189d9
 pkgdesc="A BibTeX editor for KDE"
 arch=(x86_64)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 03:26:17
  Author: foutrelis
Revision: 313015

Fix build with ICU 61

Modified:
  kbibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 03:21:12 UTC (rev 313014)
+++ PKGBUILD2018-03-28 03:26:17 UTC (rev 313015)
@@ -26,6 +26,9 @@
 build() {
   cd build
 
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
   cmake ../$pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 03:21:04
  Author: foutrelis
Revision: 313013

icu 61.1 rebuild

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 03:13:54 UTC (rev 313012)
+++ PKGBUILD2018-03-28 03:21:04 UTC (rev 313013)
@@ -6,7 +6,7 @@
 
 pkgname=mapnik
 pkgver=3.0.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
 arch=('x86_64')
 url="http://mapnik.org/;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 03:21:12
  Author: foutrelis
Revision: 313014

archrelease: copy trunk to community-staging-x86_64

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

+
 PKGBUILD   |   49 +
 mapnik.install |   11 +++
 2 files changed, 60 insertions(+)

Copied: mapnik/repos/community-staging-x86_64/PKGBUILD (from rev 313013, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 03:21:12 UTC (rev 313014)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: David Dent 
+# Contributor: orbisvicis 
+
+pkgname=mapnik
+pkgver=3.0.19
+pkgrel=2
+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')
+makedepends=('scons' 'boost' 'git')
+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)
+sha256sums=('5bf17afaf456e63021a4c948e25cf5e756782ef369226441a1e436adc3e790e9')
+
+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 313013, 
mapnik/trunk/mapnik.install)
===
--- community-staging-x86_64/mapnik.install (rev 0)
+++ community-staging-x86_64/mapnik.install 2018-03-28 03:21:12 UTC (rev 
313014)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 03:13:54
  Author: foutrelis
Revision: 313012

Fix build with ICU 61

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 01:06:15 UTC (rev 313011)
+++ PKGBUILD2018-03-28 03:13:54 UTC (rev 313012)
@@ -29,6 +29,9 @@
 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" \
@@ -35,8 +38,9 @@
 INPUT_PLUGINS=all \
 XMLPARSER=libxml2 \
 DESTDIR="$pkgdir" \
-
CUSTOM_CXXFLAGS="-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL"
-  scons -j1 # $MAKEFLAGS
+CUSTOM_CXXFLAGS="$CXXFLAGS" \
+CUSTOM_LDFLAGS="$LDFLAGS"
+  scons $(expr "$MAKEFLAGS" : '.*\(\-j[0-9]\+\)')
 }
 
 package(){


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 02:43:46
  Author: foutrelis
Revision: 320480

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 320479, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 320479, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 320479, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 320479, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

--+
 PKGBUILD |  335 +
 libreoffice-fresh.csh|6 
 libreoffice-fresh.sh |6 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 4 files changed, 365 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 320479, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 02:43:46 UTC (rev 320480)
@@ -0,0 +1,335 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# 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_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=6.0.2.1
+pkgver=6.0.2
+pkgrel=3
+arch=('x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
+)
+sha256sums=('4dbbaebe888cd4d38aac79be2eff7fa42056a231f3b3d19f703201086900ea61'
+'SKIP'
+'0a8d3dcac6ebd115d6a631d472913c03ecf578867f11550f2ded224528acf07e'
+'SKIP'
+'94cfd58fc68cc63ca63c2bf1f20f30f7cdb8b8c228b78fd63957dd1bdceca9bb'
+'SKIP'
+'9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81'
+'64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
+'1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
+'75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870'
+'983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776'
+'d6a97fc8da5ae54d867e7f1b65ffb51e816cadd11714e45fc23ee0abf81a51ab'
+'d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370'
+'1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133'
+'233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd'
+'6994be3555e23226630c587444be19d309b25b0fcf1f87df3b4e3f88943e5860'
+'7dc0d33fc24b1612865f5e173d48800ba3f2db891c57e3f92b9d2ce56ffeb72f'
+'d0312c360efe04dd048b3311fe375ff36f1993b4c2e3cb58c81062990532904a'
+'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
+'aa8896eef3adbd6b54d4ec1817c1bc3871cce99120faf26f93502077480233cf'
+'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
+'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
+'76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
+'d24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
+

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 02:43:15
  Author: foutrelis
Revision: 320479

icu 61.1 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 02:24:19 UTC (rev 320478)
+++ PKGBUILD2018-03-28 02:43:15 UTC (rev 320479)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=6.0.2.1
 pkgver=6.0.2
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


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

2018-03-27 Thread Jan Steffens via arch-commits
Date: Wednesday, March 28, 2018 @ 02:24:19
  Author: heftig
Revision: 320478

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 320477, meld/trunk/PKGBUILD)
Deleted:
  meld/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 02:23:31 UTC (rev 320477)
+++ PKGBUILD2018-03-28 02:24:19 UTC (rev 320478)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=meld
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Compare files, directories and working copies"
-url="http://meldmerge.org/;
-license=(GPL)
-arch=(any)
-depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
-makedepends=(intltool itstool git)
-_commit=012f03ce077557637e78f7b1390d789f169eeff0  # tags/3.18.0^0
-source=("git+https://git.gnome.org/browse/meld#commit=$_commit;)
-sha1sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  # using --skip-build breaks install
-  python setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 320477, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 02:24:19 UTC (rev 320478)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=meld
+pkgver=3.19.0
+pkgrel=1
+pkgdesc="Compare files, directories and working copies"
+url="http://meldmerge.org/;
+license=(GPL)
+arch=(any)
+depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
+makedepends=(intltool itstool git)
+_commit=7900d9ab60bb41feef236756c622918e25d1e4ba  # tags/3.19.0^0
+source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit;)
+sha1sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  # using --skip-build breaks install
+  python setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2018-03-27 Thread Jan Steffens via arch-commits
Date: Wednesday, March 28, 2018 @ 02:23:31
  Author: heftig
Revision: 320477

3.19.0-1

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 02:17:12 UTC (rev 320476)
+++ PKGBUILD2018-03-28 02:23:31 UTC (rev 320477)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=meld
-pkgver=3.18.0
+pkgver=3.19.0
 pkgrel=1
 pkgdesc="Compare files, directories and working copies"
 url="http://meldmerge.org/;
@@ -13,8 +13,8 @@
 arch=(any)
 depends=(python-gobject python-cairo gtksourceview3 gsettings-desktop-schemas 
dconf)
 makedepends=(intltool itstool git)
-_commit=012f03ce077557637e78f7b1390d789f169eeff0  # tags/3.18.0^0
-source=("git+https://git.gnome.org/browse/meld#commit=$_commit;)
+_commit=7900d9ab60bb41feef236756c622918e25d1e4ba  # tags/3.19.0^0
+source=("git+https://gitlab.gnome.org/GNOME/meld.git#commit=$_commit;)
 sha1sums=('SKIP')
 
 pkgver() {


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 02:17:06
  Author: foutrelis
Revision: 320475

icu 61.1 rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 02:12:23 UTC (rev 320474)
+++ PKGBUILD2018-03-28 02:17:06 UTC (rev 320475)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.28.0+6+g501f51b1c
-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)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 02:17:12
  Author: foutrelis
Revision: 320476

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 320475, evolution-data-server/trunk/PKGBUILD)

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

Copied: evolution-data-server/repos/staging-x86_64/PKGBUILD (from rev 320475, 
evolution-data-server/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 02:17:12 UTC (rev 320476)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.28.0+6+g501f51b1c
+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 
ninja)
+license=(GPL)
+_commit=501f51b1c6c5ae8d916bf86110d13b6bbf7f974c  # gnome-3-28
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GOOGLE_AUTH=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  ninja
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  ninja test || :
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 02:12:23
  Author: foutrelis
Revision: 320474

archrelease: copy trunk to staging-x86_64

Added:
  chromium/repos/staging-x86_64/
  chromium/repos/staging-x86_64/PKGBUILD
(from rev 320473, chromium/trunk/PKGBUILD)
  chromium/repos/staging-x86_64/chromium-clang-r2.patch
(from rev 320473, chromium/trunk/chromium-clang-r2.patch)
  chromium/repos/staging-x86_64/chromium-math.h-r0.patch
(from rev 320473, chromium/trunk/chromium-math.h-r0.patch)
  chromium/repos/staging-x86_64/chromium-skia-harmony.patch
(from rev 320473, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/staging-x86_64/chromium-stdint.patch
(from rev 320473, chromium/trunk/chromium-stdint.patch)
  chromium/repos/staging-x86_64/chromium-widevine.patch
(from rev 320473, chromium/trunk/chromium-widevine.patch)
  chromium/repos/staging-x86_64/chromium.install
(from rev 320473, chromium/trunk/chromium.install)
  
chromium/repos/staging-x86_64/fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
(from rev 320473, 
chromium/trunk/fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch)

--+
 PKGBUILD |  243 +
 chromium-clang-r2.patch  |   21 +
 chromium-math.h-r0.patch |   29 +
 chromium-skia-harmony.patch  |   77 
 chromium-stdint.patch|   21 +
 chromium-widevine.patch  |   10 
 chromium.install |   16 
 fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch |   53 ++
 8 files changed, 470 insertions(+)

Copied: chromium/repos/staging-x86_64/PKGBUILD (from rev 320473, 
chromium/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 02:12:23 UTC (rev 320474)
@@ -0,0 +1,243 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Pierre Schmitz 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: Daniel J Griffiths 
+
+pkgname=chromium
+pkgver=65.0.3325.181
+pkgrel=3
+_launcher_ver=5
+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=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang'
+ 'lld')
+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-$pkgver.txt::https://chromium.googlesource.com/chromium/src.git/+/$pkgver?format=TEXT
+fix-crash-in-is_cfi-true-builds-with-unbundled-ICU.patch
+chromium-skia-harmony.patch
+chromium-clang-r2.patch
+chromium-math.h-r0.patch
+chromium-stdint.patch
+chromium-widevine.patch)
+sha256sums=('93666448c6b96ec83e6a35a64cff40db4eb92a154fe1db4e7dab4761d0e38687'
+'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
+'2771c049b66c9aba3b945fe065f2610f164d55506eb5d71751a26aaf8b40d4ee'
+'e3fb73b43bb8c69ff517e66b2cac73d6e759fd240003eb35598df9af442422fe'
+'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
+'4495e8b29dae242c79ffe4beefc5171eb3c7aacb7e9aebfd2d4d69b9d8c958d3'
+'fe0ab86aa5b0072db730eccda3e1582ebed4af25815bfd49fe0da24cf63ca902'
+'c00d2506f1078b38a8ebec474a7318e76a61db1298afb40088a34210f137210f'
+'d6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
+
+# 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# https://crbug.com/731766
+  [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   # https://crbug.com/736026
+  [libxslt]=libxslt
+  [opus]=opus
+  [re2]=re2

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 02:12:11
  Author: foutrelis
Revision: 320473

icu 61.1 rebuild

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 01:21:55 UTC (rev 320472)
+++ PKGBUILD2018-03-28 02:12:11 UTC (rev 320473)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=65.0.3325.181
-pkgrel=2
+pkgrel=3
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:21:55
  Author: foutrelis
Revision: 320472

Fix build with ICU 61

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 01:15:10 UTC (rev 320471)
+++ PKGBUILD2018-03-28 01:21:55 UTC (rev 320472)
@@ -25,6 +25,10 @@
 
 build() {
   cd $pkgname
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
   cmake . -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:15:10
  Author: foutrelis
Revision: 320471

Fix build with ICU 61

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 01:11:28 UTC (rev 320470)
+++ PKGBUILD2018-03-28 01:15:10 UTC (rev 320471)
@@ -137,7 +137,10 @@
 
# strip -s from Makeflags in case you use it to shorten build logs
_MAKEFLAGS=${MAKEFLAGS/-s/}
-   
+
+   # http://site.icu-project.org/download/61#TOC-Migration-Issues
+   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
./autogen.sh --with-build-version="${pkgver}-${pkgrel}" \
--with-vendor="Arch Linux" \
--enable-split-app-modules \


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:11:28
  Author: foutrelis
Revision: 320470

archrelease: copy trunk to staging-x86_64

Added:
  epiphany/repos/staging-x86_64/
  epiphany/repos/staging-x86_64/PKGBUILD
(from rev 320469, epiphany/trunk/PKGBUILD)
  epiphany/repos/staging-x86_64/pluginsdir.diff
(from rev 320469, epiphany/trunk/pluginsdir.diff)

-+
 PKGBUILD|   40 
 pluginsdir.diff |   28 
 2 files changed, 68 insertions(+)

Copied: epiphany/repos/staging-x86_64/PKGBUILD (from rev 320469, 
epiphany/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 01:11:28 UTC (rev 320470)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.28.0.1+4+g051d4f616
+pkgrel=2
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr libdazzle icu libhttpseverywhere)
+makedepends=(itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_commit=051d4f6167651a2de54b5822c5f968f4c236079d  # gnome-3-28
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
+pluginsdir.diff)
+sha256sums=('SKIP'
+'b6c8ee6ace934c053f2fd89758e0b587cb8953c6b0246c1359aecaae4de70289')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+}
+
+build() {
+  arch-meson $pkgname build \
+-D https_everywhere=true \
+-D distributor_name="Arch Linux®"
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Copied: epiphany/repos/staging-x86_64/pluginsdir.diff (from rev 320469, 
epiphany/trunk/pluginsdir.diff)
===
--- staging-x86_64/pluginsdir.diff  (rev 0)
+++ staging-x86_64/pluginsdir.diff  2018-03-28 01:11:28 UTC (rev 320470)
@@ -0,0 +1,28 @@
+ embed/ephy-embed-shell.c | 1 +
+ meson.build  | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
+index b4837f834..1b5012bae 100644
+--- c/embed/ephy-embed-shell.c
 i/embed/ephy-embed-shell.c
+@@ -910,6 +910,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
+   g_free (cache_dir);
+ 
+   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
++  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
+   g_object_unref (manager);
+ }
+ 
+diff --git c/meson.build i/meson.build
+index a4a8a36b7..0c98f6c36 100644
+--- c/meson.build
 i/meson.build
+@@ -25,6 +25,7 @@ conf = configuration_data()
+ conf.set_quoted('BUILD_ROOT', meson.build_root())
+ conf.set_quoted('DISTRIBUTOR_NAME', get_option('distributor_name'))
+ conf.set_quoted('EPHY_WEB_EXTENSIONS_DIR', webextensionsdir)
++conf.set_quoted('EPHY_PLUGINS_DIR', join_paths(pkglibdir, 'plugins'))
+ conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
+ conf.set_quoted('ISO_CODES_PREFIX', iso_codes_prefix)
+ conf.set_quoted('LOCALEDIR', localedir)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:11:20
  Author: foutrelis
Revision: 320469

icu 61.1 rebuild

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 01:08:45 UTC (rev 320468)
+++ PKGBUILD2018-03-28 01:11:20 UTC (rev 320469)
@@ -3,7 +3,7 @@
 
 pkgname=epiphany
 pkgver=3.28.0.1+4+g051d4f616
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
 arch=(x86_64)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:08:45
  Author: foutrelis
Revision: 320468

archrelease: copy trunk to staging-x86_64

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

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

Copied: tracker-miners/repos/staging-x86_64/PKGBUILD (from rev 320467, 
tracker-miners/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 01:08:45 UTC (rev 320468)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=tracker-miners
+pkgver=2.0.4
+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)
+makedepends=(intltool git python)
+groups=(gnome)
+_commit=ff2a01d9dca36051e6093ea95afe85d31e03681f  # tags/2.0.4^0
+source=("git+https://git.gnome.org/browse/tracker-miners#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 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--enable-unit-tests \
+--enable-functional-tests \
+--enable-libflac \
+--enable-libvorbis \
+--enable-guarantee-metadata
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Many tests are broken:
+  # - Assume schemas are installed
+  # - Assume services are autolaunched
+  dbus-run-session make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/tracker-tests"
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:08:38
  Author: foutrelis
Revision: 320467

icu 61.1 rebuild

Modified:
  tracker-miners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 01:07:30 UTC (rev 320466)
+++ PKGBUILD2018-03-28 01:08:38 UTC (rev 320467)
@@ -3,7 +3,7 @@
 
 pkgname=tracker-miners
 pkgver=2.0.4
-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 kdb/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:07:30
  Author: foutrelis
Revision: 320466

archrelease: copy trunk to staging-x86_64

Added:
  kdb/repos/staging-x86_64/
  kdb/repos/staging-x86_64/PKGBUILD
(from rev 320465, kdb/trunk/PKGBUILD)

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

Copied: kdb/repos/staging-x86_64/PKGBUILD (from rev 320465, kdb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 01:07:30 UTC (rev 320466)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdb
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="A database connectivity and creation framework for various database 
vendors"
+arch=(x86_64)
+url="http://www.kexi-project.org/;
+license=(GPL2)
+depends=(kcoreaddons)
+makedepends=(extra-cmake-modules python libmariadbclient postgresql qt5-tools 
doxygen)
+optdepends=('libmariadbclient: MySQL plugin' 'postgresql: PostgreSQL plugin')
+source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('175645a149ae4d758ff2746900f6eabe4734b2bdac4d8c95893c650be4f929f2'
+'SKIP')
+validpgpkeys=(4866BAF713B465677A4059643C7C0E201B6524DB) # Jarosław Staniek 

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


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:07:20
  Author: foutrelis
Revision: 320465

icu 61.1 rebuild

Modified:
  kdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 01:07:04 UTC (rev 320464)
+++ PKGBUILD2018-03-28 01:07:20 UTC (rev 320465)
@@ -3,7 +3,7 @@
 
 pkgname=kdb
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A database connectivity and creation framework for various database 
vendors"
 arch=(x86_64)
 url="http://www.kexi-project.org/;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:07:04
  Author: foutrelis
Revision: 320464

archrelease: copy trunk to staging-x86_64

Added:
  qt5-location/repos/staging-x86_64/
  qt5-location/repos/staging-x86_64/PKGBUILD
(from rev 320463, qt5-location/trunk/PKGBUILD)

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

Copied: qt5-location/repos/staging-x86_64/PKGBUILD (from rev 320463, 
qt5-location/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 01:07:04 UTC (rev 320464)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-location
+_qtver=5.10.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=('qt5-declarative')
+makedepends=('gypsy' 'gconf')
+optdepends=('gypsy: Gypsy geolocation plugin')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('5e5cc05517c701a2c8ebba1fbe3ddff2b6b90d5aa554d307b1c477fe0cfd72c9')
+
+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/trunk (PKGBUILD)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:06:57
  Author: foutrelis
Revision: 320463

icu 61.1 rebuild

Modified:
  qt5-location/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:44:17 UTC (rev 320462)
+++ PKGBUILD2018-03-28 01:06:57 UTC (rev 320463)
@@ -5,7 +5,7 @@
 pkgname=qt5-location
 _qtver=5.10.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:06:15
  Author: foutrelis
Revision: 313011

archrelease: copy trunk to community-staging-x86_64

Added:
  ibus-qt/repos/community-staging-x86_64/
  ibus-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 313010, ibus-qt/trunk/PKGBUILD)

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

Copied: ibus-qt/repos/community-staging-x86_64/PKGBUILD (from rev 313010, 
ibus-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 01:06:15 UTC (rev 313011)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: leemars
+
+pkgname=ibus-qt
+pkgver=1.3.3
+pkgrel=10
+pkgdesc='IBus qt library and IBus qt input method plugin'
+arch=('x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('qt4' 'ibus' 'icu')
+makedepends=('cmake' 'doxygen' 'git')
+source=("git+https://github.com/ibus/ibus-qt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+}
+


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:06:07
  Author: foutrelis
Revision: 313010

icu 61.1 rebuild

Modified:
  ibus-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 01:02:30 UTC (rev 313009)
+++ PKGBUILD2018-03-28 01:06:07 UTC (rev 313010)
@@ -6,7 +6,7 @@
 
 pkgname=ibus-qt
 pkgver=1.3.3
-pkgrel=9
+pkgrel=10
 pkgdesc='IBus qt library and IBus qt input method plugin'
 arch=('x86_64')
 license=('LGPL')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:02:30
  Author: foutrelis
Revision: 313009

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-music/repos/community-staging-x86_64/
  deepin-music/repos/community-staging-x86_64/PKGBUILD
(from rev 313008, deepin-music/trunk/PKGBUILD)

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

Copied: deepin-music/repos/community-staging-x86_64/PKGBUILD (from rev 313008, 
deepin-music/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 01:02:30 UTC (rev 313009)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=3.1.8.1
+pkgrel=2
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music;
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 
'gst-plugins-bad')
+makedepends=('python' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
+sha512sums=('f597f4118839264f1f131bbdd24954de50869f886901d6b5e3c524b1d2ad71ac63476fdb8cf17966b19693da5a482550cfcc55872edaa03dbf62e2c6f1134887')
+
+prepare() {
+  sed -i 's/-0-2//g' deepin-music-$pkgver/music-player/music-player.pro
+}
+
+build() {
+  cd deepin-music-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-music-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 01:02:15
  Author: foutrelis
Revision: 313008

icu 61.1 rebuild

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:59:30 UTC (rev 313007)
+++ PKGBUILD2018-03-28 01:02:15 UTC (rev 313008)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-music
 pkgver=3.1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-music;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:59:30
  Author: foutrelis
Revision: 313007

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 313006, 
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 313006, 
mysql-workbench/trunk/0002-disable-unsupported-operating-system-warning.patch)
  
mysql-workbench/repos/community-staging-x86_64/0003-add-option-to-hide-nonstandard-server-warning.patch
(from rev 313006, 
mysql-workbench/trunk/0003-add-option-to-hide-nonstandard-server-warning.patch)
  mysql-workbench/repos/community-staging-x86_64/0005-gdal-use-CPLFree.patch
(from rev 313006, mysql-workbench/trunk/0005-gdal-use-CPLFree.patch)
  mysql-workbench/repos/community-staging-x86_64/0006-mysql-include-my_dir.patch
(from rev 313006, mysql-workbench/trunk/0006-mysql-include-my_dir.patch)
  mysql-workbench/repos/community-staging-x86_64/0007-gdal-json-c-0-13.patch
(from rev 313006, mysql-workbench/trunk/0007-gdal-json-c-0-13.patch)
  mysql-workbench/repos/community-staging-x86_64/PKGBUILD
(from rev 313006, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-staging-x86_64/arch_linux_profile.xml
(from rev 313006, mysql-workbench/trunk/arch_linux_profile.xml)

--+
 0001-mysql-workbench-no-check-for-updates.patch  |   21 +
 0002-disable-unsupported-operating-system-warning.patch  |   29 ++
 0003-add-option-to-hide-nonstandard-server-warning.patch |   36 ++
 0005-gdal-use-CPLFree.patch  |   62 
 0006-mysql-include-my_dir.patch  |   12 
 0007-gdal-json-c-0-13.patch  |  111 +++
 PKGBUILD |  181 +
 7 files changed, 452 insertions(+)

Copied: 
mysql-workbench/repos/community-staging-x86_64/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 313006, 
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
2018-03-28 00:59:30 UTC (rev 313007)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- a/res/wbdata/main_menu.xml
 b/res/wbdata/main_menu.xml
+@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
+   action
+ 
+ 
++  
+ 
+ 
+   separator

Copied: 
mysql-workbench/repos/community-staging-x86_64/0002-disable-unsupported-operating-system-warning.patch
 (from rev 313006, 
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
2018-03-28 00:59:30 UTC (rev 313007)
@@ -0,0 +1,29 @@
+From 784599e99ee97574798512f6daf987cab8fd4cdf Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Wed, 8 Feb 2017 09:12:24 +0100
+Subject: [PATCH 1/1] 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 82c0fa6..f06ff99 100644
+--- a/backend/wbprivate/workbench/wb_context.cpp
 b/backend/wbprivate/workbench/wb_context.cpp
+@@ -1009,9 +1009,11 @@ void WBContext::init_finish_(WBOptions *options) {
+ 
+   _frontendCallbacks->show_status_text(_("Ready."));
+ 
++#if 0
+   if (options->open_at_startup_type !=
+   "run-script") // <--- so that our runtime tests don't lock up when a 
modal warning dialog is displayed
+ warnIfRunningOnUnsupportedOS();
++#endif
+ 
+   try {
+ // execute action requested from command line
+-- 
+2.11.1
+

Copied: 
mysql-workbench/repos/community-staging-x86_64/0003-add-option-to-hide-nonstandard-server-warning.patch
 (from rev 313006, 
mysql-workbench/trunk/0003-add-option-to-hide-nonstandard-server-warning.patch)
===
--- 
community-staging-x86_64/0003-add-option-to-hide-nonstandard-server-warning.patch
   (rev 0)
+++ 

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:59:10
  Author: foutrelis
Revision: 313006

icu 61.1 rebuild

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:46:09 UTC (rev 313005)
+++ PKGBUILD2018-03-28 00:59:10 UTC (rev 313006)
@@ -7,7 +7,7 @@
 
 pkgname=mysql-workbench
 pkgver=6.3.10
-pkgrel=3
+pkgrel=4
 _mysql_version=5.7.21
 _connector_version=1.1.9
 _gdal_version=2.2.3


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:45:59
  Author: foutrelis
Revision: 313004

icu 61.1 rebuild

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:32:35 UTC (rev 313003)
+++ PKGBUILD2018-03-28 00:45:59 UTC (rev 313004)
@@ -5,7 +5,7 @@
 pkgname=open-vm-tools
 epoch=6
 pkgver=10.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools'
 arch=('x86_64')
 url='https://github.com/vmware/open-vm-tools'


[arch-commits] Commit in open-vm-tools/repos (5 files)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:46:09
  Author: foutrelis
Revision: 313005

archrelease: copy trunk to community-staging-x86_64

Added:
  open-vm-tools/repos/community-staging-x86_64/
  
open-vm-tools/repos/community-staging-x86_64/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
(from rev 313004, 
open-vm-tools/trunk/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch)
  open-vm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 313004, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-x86_64/vmtoolsd.service
(from rev 313004, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-x86_64/vmware-vmblock-fuse.service
(from rev 313004, open-vm-tools/trunk/vmware-vmblock-fuse.service)

-+
 0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch |   83 ++
 PKGBUILD|   66 +++
 vmtoolsd.service|9 +
 vmware-vmblock-fuse.service |   12 +
 4 files changed, 170 insertions(+)

Copied: 
open-vm-tools/repos/community-staging-x86_64/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
 (from rev 313004, 
open-vm-tools/trunk/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch)
===
--- 
community-staging-x86_64/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
(rev 0)
+++ 
community-staging-x86_64/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
2018-03-28 00:46:09 UTC (rev 313005)
@@ -0,0 +1,83 @@
+From c5bc784da611ee929e0da7c20a410e03e6540613 Mon Sep 17 00:00:00 2001
+From: Oliver Kurth 
+Date: Fri, 26 Jan 2018 15:04:36 -0800
+Subject: [PATCH] Set X11 as the backend for gtk3 of open-vm-tools
+
+Open-vm-tools defaults to gtk3.  For distros like Fedora 27, Wayland is
+the default display server.  With no restriction on the backend, plugins
+will try to use Wayland as the backend of Gtk+3.  As a result,
+gdk_display_get_default() returns a Wayland display;
+gdk_display_get_default_group() also returns a Wayland window.  Applying
+GDK_WINDOW_XID() on the Wayland window will result in the crash reported
+on recent Linux releases that default to a Wayland display server.
+
+As X11-specific code is widely used in tools plugins, a migratation to
+Wayland in the short term is not possible.  So, as a compromised solution,
+plugins can be forced to run on XWayland, which is the compatible mode
+of Wayland for legacy X11 clients.
+
+gdk_set_allowed_backends() only applies when flag GTK3 is defined, and Gtk
+version cwgreater than 3.10.
+---
+ open-vm-tools/services/plugins/desktopEvents/x11Lock.c   | 12 +++-
+ open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp | 14 +-
+ 2 files changed, 24 insertions(+), 2 deletions(-)
+
+diff --git a/open-vm-tools/services/plugins/desktopEvents/x11Lock.c 
b/open-vm-tools/services/plugins/desktopEvents/x11Lock.c
+index 572234ac..613b6946 100644
+--- a/open-vm-tools/services/plugins/desktopEvents/x11Lock.c
 b/open-vm-tools/services/plugins/desktopEvents/x11Lock.c
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2010-2016 VMware, Inc. All rights reserved.
++ * Copyright (C) 2010-2018 VMware, Inc. All rights reserved.
+  *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+@@ -364,6 +364,16 @@ X11Lock_Init(ToolsAppCtx *ctx,
+g_set_prgname(VMUSER_TITLE);
+argv[0] = VMUSER_TITLE;
+ 
++#if GTK_MAJOR_VERSION > 3 || (GTK_MAJOR_VERSION == 3 && GTK_MINOR_VERSION >= 
10)
++   /*
++* On recent distros, Wayland is the default display server. If the 
obtained
++* display or window is a wayland one, applying X11 specific functions on 
them
++* will result in crashes. Before migrating the X11 specific code to 
Wayland,
++* force using X11 as the backend of Gtk+3. gdk_set_allowed_backends() is
++* introduced since Gtk+3.10 and Wayland is supported from Gtk+3.10.
++*/
++   gdk_set_allowed_backends("x11");
++#endif
+/* XXX: is calling gtk_init() multiple times safe? */
+gtk_init(, (char ***) );
+ 
+diff --git a/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp 
b/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp
+index fffdc402..4c2f3d8d 100644
+--- a/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp
 b/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2010-2016 VMware, Inc. All rights reserved.
++ * Copyright (C) 2010-2018 VMware, Inc. All rights reserved.
+  *
+  * This program is free software; you can redistribute it 

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:43:57
  Author: foutrelis
Revision: 320461

icu 61.1 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:39:06 UTC (rev 320460)
+++ PKGBUILD2018-03-28 00:43:57 UTC (rev 320461)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=7.2.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('PHP')
 url='http://www.php.net'


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:44:17
  Author: foutrelis
Revision: 320462

archrelease: copy trunk to staging-x86_64

Added:
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 320461, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 320461, php/trunk/apache.conf)
  php/repos/staging-x86_64/apache.patch
(from rev 320461, php/trunk/apache.patch)
  php/repos/staging-x86_64/enchant-2.patch
(from rev 320461, php/trunk/enchant-2.patch)
  php/repos/staging-x86_64/generate_patches
(from rev 320461, php/trunk/generate_patches)
  php/repos/staging-x86_64/php-fpm.patch
(from rev 320461, php/trunk/php-fpm.patch)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 320461, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 320461, php/trunk/php.ini.patch)

--+
 PKGBUILD |  339 +
 apache.conf  |   13 ++
 apache.patch |   20 +++
 enchant-2.patch  |   84 +
 generate_patches |   48 +++
 php-fpm.patch|   74 +++
 php-fpm.tmpfiles |1 
 php.ini.patch|   78 
 8 files changed, 657 insertions(+)

Copied: php/repos/staging-x86_64/PKGBUILD (from rev 320461, php/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 00:44:17 UTC (rev 320462)
@@ -0,0 +1,339 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-phpdbg'
+ 'php-dblib'
+ 'php-enchant'
+ 'php-gd'
+ 'php-imap'
+ 'php-intl'
+ 'php-sodium'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=7.2.3
+pkgrel=2
+arch=('x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre')
+checkdepends=('procps-ng')
+source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
+'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch' enchant-2.patch)
+sha512sums=('843d4ae46182eaec58beb583a321c55a6baddb0dbf1b77d7cf31953d816fc74813937576a87d0a18d388d256c5ec3f1c80065ec636e2f70d362384112b8c6c72'
+'SKIP'
+
'65ea5cb38c1fc1874b2a4d08bc52443f9ed5dcc92cf99023a74292c78f9074516296f56c768f7efa8a1f0838feac47b356d3da6fdb1199419bebec3a93204ae6'
+
'eccbe1a0c7b2757ab3c982c871cc591a66ad70f085aaa0d44f93cacacedc7b8fd21b8d0c66471327ff070db1bab1ab83a802f6fa190f33bdd74c134975e3910e'
+
'87453c9f41204bc7a20cbf2a85ee44965f7754529e2c17fb60bdfe42ded7a894d6e7fcc30fe6c650ea5f92f95920161522ef3ce0f355686a2fed7f0857abdd5c'
+
'824e9a0d10063283357d49a81ab49bf834afd24f098482bdbaa9ab60bbad2b0dea6f5879259b73717d437626b02fb4f2d3ef68b7bcbb26bee274a7b61144720f'
+
'1606178f55dee8ca6a3cf47c7db486dca0c261bfffbaf4f69450a3497643910c65f8ee1543839ae4213d8b396afc6e5f86141accac553545c35fe234a50f56e6'
+
'89993be67988f6db09e1102214a41fdb7223274bc6ca71f1defc5fe9548d832485f7133b8ba82860f04da00c7f655d701c7550460c0172a2a2d31ef3f3f96038')
+validpgpkeys=('B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F'
+  '1729F83938DA44E27BA0F4D3DBDB397470D12172')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/apache.patch
+   patch -p0 -i ${srcdir}/php-fpm.patch
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p1 -i ../enchant-2.patch
+
+   rm tests/output/stream_isatty_*.phpt
+}
+
+build() {
+   # http://site.icu-project.org/download/61#TOC-Migration-Issues
+   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   "
+
+   local _phpextensions="\
+   --enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-intl=shared \
+   --enable-mbstring \
+   --enable-shmop=shared \
+   

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:39:06
  Author: foutrelis
Revision: 320460

archrelease: copy trunk to staging-x86_64

Added:
  webkit2gtk/repos/staging-x86_64/
  webkit2gtk/repos/staging-x86_64/PKGBUILD
(from rev 320459, webkit2gtk/trunk/PKGBUILD)

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

Copied: webkit2gtk/repos/staging-x86_64/PKGBUILD (from rev 320459, 
webkit2gtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 00:39:06 UTC (rev 320460)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.20.0
+pkgrel=2
+pkgdesc="GTK+ Web content engine library"
+arch=(x86_64)
+url="https://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen woff2)
+makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python 
python2 ninja)
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('57f640f720bd9a8a7207f3321cf803a15c2f207b4e7b75ff1be17bc1eeb00a3c'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
+
+prepare() {
+  mkdir build
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+}
+
+build() {
+  cd build
+  cmake \
+-G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+../webkitgtk-$pkgver
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | while IFS= read 
-d $'\0' -r _f
+  do
+echo "### $_f ###"
+cat "$_f"
+echo
+  done | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:38:59
  Author: foutrelis
Revision: 320459

icu 61.1 rebuild

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:23:25 UTC (rev 320458)
+++ PKGBUILD2018-03-28 00:38:59 UTC (rev 320459)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk
 pkgver=2.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
 url="https://webkitgtk.org/;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:32:23
  Author: foutrelis
Revision: 313002

icu 61.1 rebuild

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:30:19 UTC (rev 313001)
+++ PKGBUILD2018-03-28 00:32:23 UTC (rev 313002)
@@ -9,7 +9,7 @@
 pkgname=poedit
 epoch=1
 pkgver=2.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('x86_64')
 url="http://www.poedit.net/;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:32:35
  Author: foutrelis
Revision: 313003

archrelease: copy trunk to community-staging-x86_64

Added:
  poedit/repos/community-staging-x86_64/
  poedit/repos/community-staging-x86_64/PKGBUILD
(from rev 313002, poedit/trunk/PKGBUILD)

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

Copied: poedit/repos/community-staging-x86_64/PKGBUILD (from rev 313002, 
poedit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 00:32:35 UTC (rev 313003)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+epoch=1
+pkgver=2.0.6
+pkgrel=2
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('x86_64')
+url="http://www.poedit.net/;
+license=('MIT')
+depends=('gtkspell3' 'lucene++' 'wxgtk3')
+makedepends=('boost')
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+sha256sums=('a9e9feee6d65440008ae3fe24504681fe390cb41233122580f503a677989b1bc')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/poedit 
--with-wx-config=/usr/bin/wx-config-gtk3
+  make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:30:19
  Author: foutrelis
Revision: 313001

archrelease: copy trunk to community-staging-x86_64

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

-+
 PKGBUILD|   53 +
 icu59.patch |   11 +++
 2 files changed, 64 insertions(+)

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 313000, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 00:30:19 UTC (rev 313001)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=26
+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' 'gcc-libs' 'glibc'
+ 'hunspell' 'icu' 'libgl' 'libpulse' 'wxgtk3' 'zlib'
+ 'libass.so' 'libffms2.so')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  # 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-${pkgver}
+
+  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/icu59.patch (from rev 313000, 
aegisub/trunk/icu59.patch)
===
--- community-staging-x86_64/icu59.patch(rev 0)
+++ community-staging-x86_64/icu59.patch2018-03-28 00:30:19 UTC (rev 
313001)
@@ -0,0 +1,11 @@
+diff -upr aegisub-3.2.2.orig/src/utils.cpp aegisub-3.2.2/src/utils.cpp
+--- aegisub-3.2.2.orig/src/utils.cpp   2014-12-08 02:07:09.0 +0200
 aegisub-3.2.2/src/utils.cpp2017-04-26 11:11:15.438239182 +0300
+@@ -44,6 +44,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:30:12
  Author: foutrelis
Revision: 313000

icu 61.1 rebuild

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:25:57 UTC (rev 312999)
+++ PKGBUILD2018-03-28 00:30:12 UTC (rev 313000)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=25
+pkgrel=26
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('x86_64')
 url='http://www.aegisub.org'


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:25:57
  Author: foutrelis
Revision: 312999

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: openttd/repos/community-staging-x86_64/PKGBUILD (from rev 312998, 
openttd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 00:25:57 UTC (rev 312999)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.7.2
+pkgrel=3
+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=('fe51a0bade8fdf6ce3ec696418ecf75c95783cdcabfd7b204eec5c0bb5d149d4')
+
+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 openttd/trunk (PKGBUILD)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:25:50
  Author: foutrelis
Revision: 312998

icu 61.1 rebuild

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:21:05 UTC (rev 312997)
+++ PKGBUILD2018-03-28 00:25:50 UTC (rev 312998)
@@ -3,7 +3,7 @@
 
 pkgname=openttd
 pkgver=1.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('x86_64')
 url='https://www.openttd.org'


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:23:25
  Author: foutrelis
Revision: 320458

archrelease: copy trunk to staging-x86_64

Added:
  graphicsmagick/repos/staging-x86_64/
  graphicsmagick/repos/staging-x86_64/PKGBUILD
(from rev 320457, graphicsmagick/trunk/PKGBUILD)

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

Copied: graphicsmagick/repos/staging-x86_64/PKGBUILD (from rev 320457, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-28 00:23:25 UTC (rev 320458)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.28
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff' 'libwebp')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha256sums=('942a68a9a8a5af6f682b896fd4f0ad617d8b49907e474acfe59549956bcc994a')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
+   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -r "${pkgdir}"/usr/lib/perl5/*/core_perl
+   rm 
"${pkgdir}"/usr/lib/perl5/*/vendor_perl/auto/Graphics/Magick/.packlist
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:23:17
  Author: foutrelis
Revision: 320457

icu 61.1 rebuild

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:21:43 UTC (rev 320456)
+++ PKGBUILD2018-03-28 00:23:17 UTC (rev 320457)
@@ -6,7 +6,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.28
-pkgrel=1
+pkgrel=2
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('x86_64')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:21:05
  Author: foutrelis
Revision: 312997

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 312996, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
312996, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 00:21:05 UTC (rev 312997)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.11.0.0
+pkgrel=59
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+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-mtl' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 'pandoc' 
'pandoc-citeproc'
+ 'haskell-parsec' 'haskell-random' 'haskell-regex-base' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 
'haskell-text'
+ '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=('49870a0bc3de15f5842306a93f7c909703860701a7a59c73415b7580084e2b8413084d12f3baa3aff834e3245a8693e6386dc89989c74c2d7e5828fe7baaa4ee')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/tasty-quickcheck   >= 0.8  && < 0.10,/tasty-quickcheck   
>= 0.8,/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:21:43
  Author: foutrelis
Revision: 320456

Fix build with ICU 61

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:55:29 UTC (rev 320455)
+++ PKGBUILD2018-03-28 00:21:43 UTC (rev 320456)
@@ -54,6 +54,9 @@
 }
 
 build() {
+   # http://site.icu-project.org/download/61#TOC-Migration-Issues
+   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
--config-cache \
--prefix=/usr \


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:20:58
  Author: foutrelis
Revision: 312996

icu 61.1 rebuild

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 00:17:13 UTC (rev 312995)
+++ PKGBUILD2018-03-28 00:20:58 UTC (rev 312996)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.11.0.0
-pkgrel=58
+pkgrel=59
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:17:13
  Author: foutrelis
Revision: 312995

archrelease: copy trunk to community-staging-x86_64

Added:
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 312994, 0ad/trunk/PKGBUILD)

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

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 312994, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-28 00:17:13 UTC (rev 312995)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a22
+_pkgver=0.0.22-alpha
+pkgrel=5
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+sha512sums=('3f917e77c6cc1d3fb585c98950db6eab3f5895ba3db41a8737f8172c769b5582689b436cab31eeafecce0e9639ee456afc7b78ebb03435b06512eb9fe7393771')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# Fails
+#check() {
+#  cd "$srcdir/$pkgname-$_pkgver"
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 28, 2018 @ 00:17:05
  Author: foutrelis
Revision: 312994

icu 61.1 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:57:45 UTC (rev 312993)
+++ PKGBUILD2018-03-28 00:17:05 UTC (rev 312994)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a22
 _pkgver=0.0.22-alpha
-pkgrel=4
+pkgrel=5
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('x86_64')
 url="http://play0ad.com/;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:57:45
  Author: foutrelis
Revision: 312993

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   41 +
 tesseract.install |7 +++
 2 files changed, 48 insertions(+)

Copied: tesseract/repos/community-staging-x86_64/PKGBUILD (from rev 312992, 
tesseract/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-27 23:57:45 UTC (rev 312993)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell eng enm
+epo equ est eus fin fra frk frm glg grc heb hin hrv hun ind isl ita ita_old
+jpn kan kor lav lit mal mkd mlt msa nld nor pol por ron rus slk slv spa
+spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=3.05.01
+pkgrel=4
+pkgdesc="An OCR program"
+arch=(x86_64)
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
+sha256sums=('05898f93c5d057fada49b9a116fc86ad9310ff1726a0f499c3e5211b3af47ec1'
+'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" training-install
+  mkdir -p "$pkgdir"/usr/share/tessdata
+  install -Dm0644 "$srcdir"/osd.traineddata 
"$pkgdir"/usr/share/tessdata/osd.traineddata
+}

Copied: tesseract/repos/community-staging-x86_64/tesseract.install (from rev 
312992, tesseract/trunk/tesseract.install)
===
--- community-staging-x86_64/tesseract.install  (rev 0)
+++ community-staging-x86_64/tesseract.install  2018-03-27 23:57:45 UTC (rev 
312993)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "You must install one of tesseract-data-* packages or whole 
tesseract-data group"
+}
+
+post_upgrade() {
+  post_install
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:57:38
  Author: foutrelis
Revision: 312992

icu 61.1 rebuild

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:56:23 UTC (rev 312991)
+++ PKGBUILD2018-03-27 23:57:38 UTC (rev 312992)
@@ -9,7 +9,7 @@
 
 pkgname=tesseract
 pkgver=3.05.01
-pkgrel=3
+pkgrel=4
 pkgdesc="An OCR program"
 arch=(x86_64)
 url="https://github.com/tesseract-ocr/tesseract;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:56:23
  Author: foutrelis
Revision: 312991

Fix build with ICU 61

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:52:01 UTC (rev 312990)
+++ PKGBUILD2018-03-27 23:56:23 UTC (rev 312991)
@@ -17,6 +17,9 @@
 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} \


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:55:29
  Author: foutrelis
Revision: 320455

archrelease: copy trunk to staging-x86_64

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

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

Copied: tracker/repos/staging-x86_64/PKGBUILD (from rev 320454, 
tracker/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-27 23:55:29 UTC (rev 320455)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgname=tracker
+pkgver=2.0.3
+pkgrel=2
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker;
+arch=(x86_64)
+license=(GPL)
+depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup 
json-glib upower libnm)
+makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion)
+checkdepends=(python2-gobject python2-dbus)
+groups=(gnome)
+_commit=a96f2fabb2a3b8fb02cc344183c0818e8e2ecb13  # tags/2.0.3^0
+source=("git+https://git.gnome.org/browse/tracker#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 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--enable-unit-tests \
+--enable-functional-tests \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Many tests are broken:
+  # - Assume schemas are installed
+  # - Assume services are autolaunched
+  dbus-run-session make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share/tracker-tests"
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:55:23
  Author: foutrelis
Revision: 320454

icu 61.1 rebuild

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:52:19 UTC (rev 320453)
+++ PKGBUILD2018-03-27 23:55:23 UTC (rev 320454)
@@ -5,7 +5,7 @@
 
 pkgname=tracker
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker;
 arch=(x86_64)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:52:05
  Author: foutrelis
Revision: 320452

icu 61.1 rebuild

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:51:00 UTC (rev 320451)
+++ PKGBUILD2018-03-27 23:52:05 UTC (rev 320452)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.20.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
 license=('GPL')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:52:01
  Author: foutrelis
Revision: 312990

archrelease: copy trunk to community-staging-x86_64

Added:
  dee/repos/community-staging-x86_64/
  dee/repos/community-staging-x86_64/PKGBUILD
(from rev 312989, dee/trunk/PKGBUILD)

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

Copied: dee/repos/community-staging-x86_64/PKGBUILD (from rev 312989, 
dee/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-27 23:52:01 UTC (rev 312990)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Luca Weiss 
+# Contributor: Denis Meiswinkel 
+# Contributor: Balló György 
+
+pkgname=dee
+pkgver=1.2.7
+pkgrel=2
+pkgdesc="Model to synchronize multiple instances over DBus"
+arch=("x86_64")
+url="https://launchpad.net/dee;
+license=("LGPL")
+depends=("glib2" "icu")
+makedepends=("gobject-introspection" "python2" "vala")
+source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
+
"https://launchpadlibrarian.net/258481465/fix-misleading-indentation.patch;)
+sha256sums=('1bf0336ce684aa0f48d6eae2469628c1a9b43695a77443bc31a5790aa673bf8a'
+'3bf75bd632d6be88632c0f6113aac5ac5d65e1a01b408c27ea1fd7bb718d6ebd')
+
+prepare() {
+  cd $srcdir
+  patch -p1 -i $srcdir/fix-misleading-indentation.patch
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   export PYTHON="/usr/bin/python2"
+   ./configure --prefix="/usr" --sysconfdir="/etc" --localstatedir="/var" 
--disable-{static,tests}
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:52:19
  Author: foutrelis
Revision: 320453

archrelease: copy trunk to staging-x86_64

Added:
  mpd/repos/staging-x86_64/
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 320452, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/conf
(from rev 320452, mpd/trunk/conf)
  mpd/repos/staging-x86_64/sysusers.d
(from rev 320452, mpd/trunk/sysusers.d)
  mpd/repos/staging-x86_64/tmpfiles.d
(from rev 320452, mpd/trunk/tmpfiles.d)

+
 PKGBUILD   |   61 +++
 conf   |6 +
 sysusers.d |2 +
 tmpfiles.d |3 ++
 4 files changed, 72 insertions(+)

Copied: mpd/repos/staging-x86_64/PKGBUILD (from rev 320452, mpd/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-27 23:52:19 UTC (rev 320453)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.18
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl'
+'faad2' 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl'
+'libmpdclient' 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr'
+'smbclient' 'libgme' 'zziplib')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'tmpfiles.d'
+'sysusers.d'
+'conf')
+sha256sums=('6a582dc2ae90b94ff3853f9ffd7d80b2c2b5fe2e2c35cb1da0b36f3f3dfad434'
+'SKIP'
+'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
+'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
+'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
+
+backup=('etc/mpd.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-jack \
+   --enable-libmpdclient \
+   --enable-pipe-output \
+   --enable-pulse \
+   --enable-soundcloud \
+   --enable-zzip \
+   --disable-sidplay \
+   --with-systemduserunitdir=/usr/lib/systemd/user \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
+   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
+   install -Dm644 ../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
+
+   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
+   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
+}

Copied: mpd/repos/staging-x86_64/conf (from rev 320452, mpd/trunk/conf)
===
--- staging-x86_64/conf (rev 0)
+++ staging-x86_64/conf 2018-03-27 23:52:19 UTC (rev 320453)
@@ -0,0 +1,6 @@
+# See: /usr/share/doc/mpd/mpdconf.example
+
+pid_file "/run/mpd/mpd.pid"
+db_file "/var/lib/mpd/mpd.db"
+state_file "/var/lib/mpd/mpdstate"
+playlist_directory "/var/lib/mpd/playlists"

Copied: mpd/repos/staging-x86_64/sysusers.d (from rev 320452, 
mpd/trunk/sysusers.d)
===
--- staging-x86_64/sysusers.d   (rev 0)
+++ staging-x86_64/sysusers.d   2018-03-27 23:52:19 UTC (rev 320453)
@@ -0,0 +1,2 @@
+u mpd 45 - /var/lib/mpd
+m mpd audio

Copied: mpd/repos/staging-x86_64/tmpfiles.d (from rev 320452, 
mpd/trunk/tmpfiles.d)
===
--- staging-x86_64/tmpfiles.d   (rev 0)
+++ staging-x86_64/tmpfiles.d   2018-03-27 23:52:19 UTC (rev 320453)
@@ -0,0 +1,3 @@
+d /run/mpd 0755 mpd mpd
+d /var/lib/mpd 0755 mpd mpd
+d /var/lib/mpd/playlists 0755 mpd mpd


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:51:00
  Author: foutrelis
Revision: 320451

archrelease: copy trunk to staging-x86_64

Added:
  qt5-base/repos/staging-x86_64/
  qt5-base/repos/staging-x86_64/PKGBUILD
(from rev 320450, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/staging-x86_64/qtbug-65478.patch
(from rev 320450, qt5-base/trunk/qtbug-65478.patch)
  qt5-base/repos/staging-x86_64/rebuild.list
(from rev 320450, qt5-base/trunk/rebuild.list)
  
qt5-base/repos/staging-x86_64/revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch
(from rev 320450, 
qt5-base/trunk/revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch)

--+
 PKGBUILD |  131 ++
 qtbug-65478.patch|   31 ++
 rebuild.list |   25 +
 revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch |   71 +
 4 files changed, 258 insertions(+)

Copied: qt5-base/repos/staging-x86_64/PKGBUILD (from rev 320450, 
qt5-base/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-27 23:51:00 UTC (rev 320451)
@@ -0,0 +1,131 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.10.1
+pkgver=${_qtver/-/}
+pkgrel=7
+arch=('x86_64')
+url='http://qt-project.org/'
+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'
+ 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' 
'pcre2'
+ 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
+makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
+ 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
+optdepends=('qt5-svg: to use SVG icon themes'
+'postgresql-libs: PostgreSQL driver'
+'libmariadbclient: 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=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch
+qtbug-65478.patch
+
qheaderview-restore.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=4a04eea4;
+
qtbug-66444.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=9395f35c;
+
qtbug-66420.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=fa091640;)
+sha256sums=('d8660e189caa5da5142d5894d328b61a4d3ee9750b76d61ad74e4eee8765a969'
+'7161ea5747500dc9666f8d185f4b8e538799fc0aef574e577277747100ac4763'
+'b2e8cb06c60be7de31a984c4cfc9ab85c9e2d08c1a3d93136f193735b43600c6'
+'3a1016cbf8c3c4676e6fc406756ffa5a151ffe09153dfc0fa7ed3c16945b0ae5'
+'88766a7b73a03e1219800c8fdc56afbf23b15d16cc61c4d77547b1fd2404ea6e'
+'9e21893545f950132c9face1d502d32e746b2838d4e8c9075dcf3fa43981fcb2')
+
+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
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+
+  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
+  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
+
+  # Revert upstream commit which breaks some Deepin components (FS#57531)
+  # https://bugreports.qt.io/browse/QTBUG-66226
+  patch -Np1 -i ../revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch
+  # Fix kexi crash at startup http://bugreports.qt.io/browse/QTBUG-65478
+  patch -p1 -i ../qtbug-65478.patch
+  # Fix restoring column status in kmail and ksysguard
+  patch -p1 -i ../qheaderview-restore.patch
+  # Fix QHeaderView regression https://bugreports.qt.io/browse/QTBUG-66444
+  patch -p1 -i ../qtbug-66444.patch
+  # Fix white screen with Mesa 18 https://bugreports.qt.io/browse/QTBUG-66420
+  patch -p1 -i ../qtbug-66420.patch
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
+-prefix 

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:51:43
  Author: foutrelis
Revision: 312989

icu 61.1 rebuild

Modified:
  dee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:44:40 UTC (rev 312988)
+++ PKGBUILD2018-03-27 23:51:43 UTC (rev 312989)
@@ -5,7 +5,7 @@
 
 pkgname=dee
 pkgver=1.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Model to synchronize multiple instances over DBus"
 arch=("x86_64")
 url="https://launchpad.net/dee;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:50:51
  Author: foutrelis
Revision: 320450

icu 61.1 rebuild

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:43:29 UTC (rev 320449)
+++ PKGBUILD2018-03-27 23:50:51 UTC (rev 320450)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.10.1
 pkgver=${_qtver/-/}
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:44:13
  Author: foutrelis
Revision: 312986

archrelease: copy trunk to community-staging-x86_64

Added:
  unarchiver/repos/community-staging-x86_64/
  unarchiver/repos/community-staging-x86_64/PKGBUILD
(from rev 312985, unarchiver/trunk/PKGBUILD)
  unarchiver/repos/community-staging-x86_64/native_obj_exceptions.patch
(from rev 312985, 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 312985, 
unarchiver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-27 23:44:13 UTC (rev 312986)
@@ -0,0 +1,44 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Cedric Girard 
+# Contributor: N30N 
+
+pkgname=unarchiver
+pkgver=1.10.1
+_commit=1534a5cf6900
+pkgrel=3
+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 312985, unarchiver/trunk/native_obj_exceptions.patch)
===
--- community-staging-x86_64/native_obj_exceptions.patch
(rev 0)
+++ community-staging-x86_64/native_obj_exceptions.patch2018-03-27 
23:44:13 UTC (rev 312986)
@@ -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 widelands/trunk (PKGBUILD)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:44:28
  Author: foutrelis
Revision: 312987

icu 61.1 rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:44:13 UTC (rev 312986)
+++ PKGBUILD2018-03-27 23:44:28 UTC (rev 312987)
@@ -6,7 +6,7 @@
 pkgname=widelands
 pkgver=19
 _realver=build${pkgver}
-pkgrel=10
+pkgrel=11
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('x86_64')
 url="http://widelands.org/;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:44:40
  Author: foutrelis
Revision: 312988

archrelease: copy trunk to community-staging-x86_64

Added:
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 312987, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-x86_64/widelands-gcc7.patch
(from rev 312987, widelands/trunk/widelands-gcc7.patch)
  widelands/repos/community-staging-x86_64/widelands.desktop
(from rev 312987, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-x86_64/widelands.png
(from rev 312987, widelands/trunk/widelands.png)

--+
 PKGBUILD |   62 +
 widelands-gcc7.patch |   15 +++
 widelands.desktop|8 ++
 3 files changed, 85 insertions(+)

Copied: widelands/repos/community-staging-x86_64/PKGBUILD (from rev 312987, 
widelands/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-27 23:44:40 UTC (rev 312988)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=widelands
+pkgver=19
+_realver=build${pkgver}
+pkgrel=11
+pkgdesc="A realtime strategy game with emphasis on economy and transport"
+arch=('x86_64')
+url="http://widelands.org/;
+license=('GPL')
+depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua51' 
'glew' 'python2' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+replaces=('widelands-data')
+source=("https://launchpad.net/widelands/${_realver}/build${pkgver}/+download/$pkgname-$_realver-src.tar.bz2;
+$pkgname.desktop
+$pkgname.png
+widelands-gcc7.patch)
+sha512sums=('80d70542f30c47498c38c5066ecbfa094cfa16fa3c8c75a950420b334cc019766a90a9f715d326506ce425848da1d75fa6f87e33e3551019c0dd8a4ccf99d666'
+
'ef7e54ffba11a2fe54d2cafc0a12fcbe5028e861b9b980f549317b159c8532ee62423af8724b05cfd344017097e022215fa750f4ca9afffa57703d434017d727'
+
'f7db9d7584ec8431f2f1857baddeb32cd3ae182343e7f0369e61fb444514bd9c2e6a3931ae34f24cc994840dffbbe4451f33845798f3d582f41b31f451b261ac'
+
'a60c6f0309579b167664cf0c1022e6c293dad328c2698793d3bc63e880bc3933db8c708494502e898016443d4ec0deac7bd4f80d201dc681098d8197af98193d')
+
+prepare() {
+# Fix build with GCC 7 - don't turn warnings to errors
+patch -p0 -i widelands-gcc7.patch
+}
+
+build() {
+cd $srcdir/$pkgname-$_realver-src
+
+mkdir -p build/compile && cd build/compile
+
+# http://site.icu-project.org/download/61#TOC-Migration-Issues
+CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+cmake ../.. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_BASEDIR=/usr \
+-DWL_INSTALL_DATADIR=/usr/share/widelands
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$_realver-src/build/compile
+
+make DESTDIR="$pkgdir" install
+
+mkdir -p $pkgdir/usr/bin
+mv 
$pkgdir/usr/{widelands,wl_map_object_info,wl_render_richtext,wl_map_info} 
$pkgdir/usr/bin
+mv $pkgdir/usr/{VERSION,ChangeLog,CREDITS} $pkgdir/usr/share/widelands
+
+mkdir -p $pkgdir/usr/share/licenses/$pkgname
+mv $pkgdir/usr/COPYING $pkgdir/usr/share/licenses/$pkgname
+
+# Install bin, icon and desktop file
+install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+install -Dm644 $srcdir/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+}

Copied: widelands/repos/community-staging-x86_64/widelands-gcc7.patch (from rev 
312987, widelands/trunk/widelands-gcc7.patch)
===
--- community-staging-x86_64/widelands-gcc7.patch   
(rev 0)
+++ community-staging-x86_64/widelands-gcc7.patch   2018-03-27 23:44:40 UTC 
(rev 312988)
@@ -0,0 +1,15 @@
+--- widelands-build19-src/CMakeLists.txt.orig  2017-05-21 16:53:12.517380329 
+
 widelands-build19-src/CMakeLists.txt   2017-05-21 16:53:23.590697586 
+
+@@ -176,12 +176,6 @@
+   wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Wunused-macros")
+ endif()
+ 
+-# Turn some warnings into errors.
+-wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Werror=format-security")
+-wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Werror=return-type")
+-wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Werror=shadow")
+-wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Werror=uninitialized")
+-
+ IF (WIN32)
+   add_definitions(-DMINGW_HAS_SECURE_API)
+   if (CMAKE_SIZEOF_VOID_P EQUAL 4)

Copied: widelands/repos/community-staging-x86_64/widelands.desktop (from rev 
312987, widelands/trunk/widelands.desktop)
===
--- community-staging-x86_64/widelands.desktop  (rev 0)
+++ 

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:44:06
  Author: foutrelis
Revision: 312985

icu 61.1 rebuild

Modified:
  unarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:20:06 UTC (rev 312984)
+++ PKGBUILD2018-03-27 23:44:06 UTC (rev 312985)
@@ -5,7 +5,7 @@
 pkgname=unarchiver
 pkgver=1.10.1
 _commit=1534a5cf6900
-pkgrel=2
+pkgrel=3
 pkgdesc="unar and lsar: Objective-C tools for uncompressing archive files"
 arch=(x86_64)
 url="http://unarchiver.c3.cx/;


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:43:29
  Author: foutrelis
Revision: 320449

archrelease: copy trunk to staging-x86_64

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

-+
 0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch |   48 ++
 PKGBUILD|  176 
++
 fix-wifi-scanner.diff   |   16 
 no-crmf.diff|   39 ++
 rust-i686.patch |   16 
 thunderbird-install-dir.patch   |   12 
 thunderbird.desktop |  173 
+
 7 files changed, 480 insertions(+)

Copied: 
thunderbird/repos/staging-x86_64/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch
 (from rev 320448, 
thunderbird/trunk/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch)
===
--- 
staging-x86_64/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch  
(rev 0)
+++ 
staging-x86_64/0001-Bug-1338655-Don-t-try-to-build-mp4parse-bindings.-r-.patch  
2018-03-27 23:43:29 UTC (rev 320449)
@@ -0,0 +1,48 @@
+From bbd48a5613c872883616884cfaf41665b0e4ec9b Mon Sep 17 00:00:00 2001
+From: Ralph Giles 
+Date: Fri, 10 Feb 2017 12:58:18 -0800
+Subject: [PATCH] Bug 1338655 - Don't try to build mp4parse bindings. r=froydnj
+
+We use the cheddar crate to generate a C header file
+for our mp4parse_capi wrapper crate. Currently we
+do this at code check-in time via update-rust.sh.
+
+Cargo 0.18 and later will try to execute a build.rs
+file in the crate source tree regardless of whether
+it's specified in Cargo.toml so patching out that
+line just results in 'crate cheddar not found'.
+
+This change restores the old behaviour by substituting
+a 'build = false' line instead.
+
+We do have syntex vendored, but we don't currently build
+it by default, so I prefer this solution to just vendoring
+cheddar and generating the header at build time. The syntex
+crate is quite large and adds significantly to our compile
+time.
+
+MozReview-Commit-ID: InJRRODWAdP
+
+--HG--
+extra : rebase_source : 29378fcbc86015ce6cc22dc66d38a43ddbac204e
+---
+ media/libstagefright/binding/mp4parse-cargo.patch | 5 +++--
+ media/libstagefright/binding/mp4parse_capi/Cargo.toml | 2 ++
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/media/libstagefright/binding/mp4parse_capi/Cargo.toml 
b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
+index aee7ee947151a27c..d7e3f55119d3f4b6 100644
+--- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml
 b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
+@@ -18,6 +18,8 @@ exclude = [
+   "*.mp4",
+ ]
+ 
++build = false
++
+ [dependencies]
+ byteorder = "1.0.0"
+ "mp4parse" = {version = "0.6.0", path = "../mp4parse"}
+-- 
+2.12.2
+

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 320448, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-27 23:43:29 UTC (rev 320449)
@@ -0,0 +1,176 @@
+# $Id$
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=52.7.0
+pkgrel=2
+pkgdesc="Standalone mail and news reader from mozilla.org"
+arch=(x86_64)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/thunderbird/;
+depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib ffmpeg
+ nss hunspell sqlite ttf-font icu libvpx)
+makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils 

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:43:16
  Author: foutrelis
Revision: 320448

icu 61.1 rebuild

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:19:19 UTC (rev 320447)
+++ PKGBUILD2018-03-27 23:43:16 UTC (rev 320448)
@@ -7,7 +7,7 @@
 
 pkgname=thunderbird
 pkgver=52.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=(x86_64)
 license=(MPL GPL LGPL)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:19:58
  Author: foutrelis
Revision: 312983

icu 61.1 rebuild

Modified:
  maim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:02:07 UTC (rev 312982)
+++ PKGBUILD2018-03-27 23:19:58 UTC (rev 312983)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=5.4.68
-pkgrel=2
+pkgrel=3
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('x86_64')
 url='https://github.com/naelstrof/maim'


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:20:06
  Author: foutrelis
Revision: 312984

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: maim/repos/community-staging-x86_64/PKGBUILD (from rev 312983, 
maim/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-27 23:20:06 UTC (rev 312984)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=5.4.68
+pkgrel=3
+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=('790b2c87b5bb75c075c8cfff79232043')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:19:19
  Author: foutrelis
Revision: 320447

archrelease: copy trunk to staging-x86_64

Added:
  firefox/repos/staging-x86_64/
  firefox/repos/staging-x86_64/PKGBUILD
(from rev 320446, firefox/trunk/PKGBUILD)
  firefox/repos/staging-x86_64/firefox-symbolic.svg
(from rev 320446, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/staging-x86_64/firefox.desktop
(from rev 320446, firefox/trunk/firefox.desktop)
  firefox/repos/staging-x86_64/no-crmf.diff
(from rev 320446, firefox/trunk/no-crmf.diff)
  firefox/repos/staging-x86_64/upload-symbol-archive
(from rev 320446, firefox/trunk/upload-symbol-archive)

---+
 PKGBUILD  |  178 +++
 firefox-symbolic.svg  |   64 +
 firefox.desktop   |  311 
 no-crmf.diff  |   15 ++
 upload-symbol-archive |   24 +++
 5 files changed, 592 insertions(+)

Copied: firefox/repos/staging-x86_64/PKGBUILD (from rev 320446, 
firefox/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-27 23:19:19 UTC (rev 320447)
@@ -0,0 +1,178 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jakub Schmidtke 
+
+pkgname=firefox
+pkgver=59.0.2
+pkgrel=2
+pkgdesc="Standalone web browser from mozilla.org"
+arch=(x86_64)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/;
+depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib 
ffmpeg
+ nss hunspell sqlite ttf-font libpulse libvpx icu)
+makedepends=(unzip zip diffutils python2 yasm mesa imake gconf inetutils 
xorg-server-xvfb
+ autoconf2.13 rust mercurial clang llvm jack gtk2)
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'libnotify: Notification integration'
+'pulseaudio: Audio support'
+'speech-dispatcher: Text-to-Speech')
+options=(!emptydirs !makeflags !strip)
+_repo=https://hg.mozilla.org/mozilla-unified
+source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
+$pkgname.desktop firefox-symbolic.svg
+no-crmf.diff)
+sha256sums=('SKIP'
+'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
+'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797'
+'02000d185e647aa20ca336e595b4004bb29cdae9d8f317f90078bdcc7a36e873')
+
+# 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() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd mozilla-unified
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1371991
+  patch -Np1 -i ../no-crmf.diff
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 
+  
+
+  
+image/svg+xml
+http://purl.org/dc/dcmitype/StillImage; />
+Gnome Symbolic Icon Theme
+  
+
+  
+  
+  
+
+  
+  Gnome Symbolic Icon Theme
+  
+

Copied: firefox/repos/staging-x86_64/firefox.desktop (from rev 320446, 
firefox/trunk/firefox.desktop)
===
--- staging-x86_64/firefox.desktop   

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:19:09
  Author: foutrelis
Revision: 320446

icu 61.1 rebuild

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:44:05 UTC (rev 320445)
+++ PKGBUILD2018-03-27 23:19:09 UTC (rev 320446)
@@ -5,7 +5,7 @@
 
 pkgname=firefox
 pkgver=59.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
 license=(MPL GPL LGPL)


[arch-commits] Commit in xulrunner/repos (12 files)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:01:22
  Author: foutrelis
Revision: 312980

archrelease: copy trunk to community-staging-x86_64

Added:
  xulrunner/repos/community-staging-x86_64/
  
xulrunner/repos/community-staging-x86_64/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
(from rev 312979, 
xulrunner/trunk/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch)
  xulrunner/repos/community-staging-x86_64/Bug-1269171.patch
(from rev 312979, xulrunner/trunk/Bug-1269171.patch)
  xulrunner/repos/community-staging-x86_64/LFS_graphite2_harfbuzz.patch
(from rev 312979, xulrunner/trunk/LFS_graphite2_harfbuzz.patch)
  xulrunner/repos/community-staging-x86_64/PKGBUILD
(from rev 312979, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-x86_64/freetype261.patch
(from rev 312979, xulrunner/trunk/freetype261.patch)
  xulrunner/repos/community-staging-x86_64/gcc6.diff
(from rev 312979, xulrunner/trunk/gcc6.diff)
  xulrunner/repos/community-staging-x86_64/mozconfig
(from rev 312979, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-x86_64/mozilla-pkgconfig.patch
(from rev 312979, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-x86_64/sed43.patch
(from rev 312979, xulrunner/trunk/sed43.patch)
  xulrunner/repos/community-staging-x86_64/shared-libs.patch
(from rev 312979, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-x86_64/unbreak-plugin-build.patch
(from rev 312979, xulrunner/trunk/unbreak-plugin-build.patch)

-+
 0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch |   49 ++
 Bug-1269171.patch   |  139 ++
 LFS_graphite2_harfbuzz.patch|  212 
++
 PKGBUILD|  105 
 freetype261.patch   |   31 +
 gcc6.diff   |   37 +
 mozconfig   |   37 +
 mozilla-pkgconfig.patch |   40 +
 sed43.patch |   21 
 shared-libs.patch   |   12 
 unbreak-plugin-build.patch  |   76 +++
 11 files changed, 759 insertions(+)

Copied: 
xulrunner/repos/community-staging-x86_64/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
 (from rev 312979, 
xulrunner/trunk/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch)
===
--- 
community-staging-x86_64/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
(rev 0)
+++ 
community-staging-x86_64/0001-Bug-1233963-Work-around-recent-GNU-gold-behavior-wit.patch
2018-03-27 23:01:22 UTC (rev 312980)
@@ -0,0 +1,49 @@
+From 4d0fe8f40364c170226f1ef3bc98975630463e87 Mon Sep 17 00:00:00 2001
+From: Mike Hommey 
+Date: Tue, 19 Jan 2016 14:31:04 +0900
+Subject: [PATCH] Bug 1233963 - Work around recent GNU gold behavior with
+ segments starting before the first section they contain
+
+---
+ build/unix/elfhack/elf.cpp | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/build/unix/elfhack/elf.cpp b/build/unix/elfhack/elf.cpp
+index 666b535..743afde 100644
+--- a/build/unix/elfhack/elf.cpp
 b/build/unix/elfhack/elf.cpp
+@@ -253,26 +253,29 @@ Elf::Elf(std::ifstream )
+ }
+ if (phdr.p_type == PT_PHDR)
+ segment->addSection(phdr_section);
+ for (int j = 1; j < ehdr->e_shnum; j++)
+ if (phdr.contains(sections[j]))
+ segment->addSection(sections[j]);
+ // Make sure that our view of segments corresponds to the original
+ // ELF file.
+-assert(segment->getFileSize() == phdr.p_filesz);
++// GNU gold likes to start some segments before the first section
++// they contain. https://sourceware.org/bugzilla/show_bug.cgi?id=19392
++unsigned int gold_adjustment = segment->getAddr() - phdr.p_vaddr;
++assert(segment->getFileSize() == phdr.p_filesz - gold_adjustment);
+ // gold makes TLS segments end on an aligned virtual address, even
+ // when the underlying section ends before that, while bfd ld
+ // doesn't. It's fine if we don't keep that alignment.
+ unsigned int memsize = segment->getMemSize();
+ if (phdr.p_type == PT_TLS && memsize != phdr.p_memsz) {
+ unsigned int align = segment->getAlign();
+ memsize = (memsize + align - 1) & ~(align - 1);
+ }
+-assert(memsize == phdr.p_memsz);
++assert(memsize == phdr.p_memsz - gold_adjustment);
+ 

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

2018-03-27 Thread Connor Behan via arch-commits
Date: Tuesday, March 27, 2018 @ 23:02:07
  Author: cbehan
Revision: 312982

archrelease: copy trunk to community-x86_64

Added:
  ming/repos/community-x86_64/PKGBUILD
(from rev 312981, ming/trunk/PKGBUILD)
Deleted:
  ming/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-27 23:01:34 UTC (rev 312981)
+++ PKGBUILD2018-03-27 23:02:07 UTC (rev 312982)
@@ -1,34 +0,0 @@
-# Maintainer: Connor Behan 
-# Contributor: mar77i 
-
-pkgname=ming
-pkgver=0.4.7
-pkgrel=1
-pkgdesc="SWF output library"
-arch=('i686' 'x86_64')
-url="http://www.libming.net/;
-license=('GPL' 'LGPL')
-depends=('freetype2' 'libpng' 'flex' 'giflib')
-makedepends=('bison' 'pkg-config' 'python2')
-options=('!emptydirs')
-source=(https://github.com/libming/libming/archive/${pkgname}-${pkgver//./_}.tar.gz)
-md5sums=('dbb71ae5bc131a609fbfe2005bc095cc')
-
-build() {
-  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
-  ./autogen.sh
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
-
-  # Strange that this can fail when we let the Makefile do it
-  pushd src/actioncompiler
-  bison -y -p swf4 -b swf4compiler swf4compiler.y
-  bison -y -p swf5 -b swf5compiler swf5compiler.y
-  popd
-  make
-}
-
-package() {
-  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ming/repos/community-x86_64/PKGBUILD (from rev 312981, 
ming/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-27 23:02:07 UTC (rev 312982)
@@ -0,0 +1,34 @@
+# Maintainer: Connor Behan 
+# Contributor: mar77i 
+
+pkgname=ming
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="SWF output library"
+arch=('x86_64')
+url="http://www.libming.net/;
+license=('GPL' 'LGPL')
+depends=('freetype2' 'libpng' 'flex' 'giflib')
+makedepends=('bison' 'pkg-config' 'python2')
+options=('!emptydirs')
+source=(https://github.com/libming/libming/archive/${pkgname}-${pkgver//./_}.tar.gz)
+md5sums=('70c28c1e41d5888aa158e6e15644b742')
+
+build() {
+  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
+  ./autogen.sh
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
+
+  # Strange that this can fail when we let the Makefile do it
+  pushd src/actioncompiler
+  bison -y -p swf4 -b swf4compiler swf4compiler.y
+  bison -y -p swf5 -b swf5compiler swf5compiler.y
+  popd
+  make
+}
+
+package() {
+  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
+  make DESTDIR="$pkgdir" install
+}
+


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

2018-03-27 Thread Connor Behan via arch-commits
Date: Tuesday, March 27, 2018 @ 23:01:34
  Author: cbehan
Revision: 312981

upgpkg: ming 0.4.8-1

Update to 0.4.8-1

Modified:
  ming/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 23:01:22 UTC (rev 312980)
+++ PKGBUILD2018-03-27 23:01:34 UTC (rev 312981)
@@ -2,7 +2,7 @@
 # Contributor: mar77i 
 
 pkgname=ming
-pkgver=0.4.7
+pkgver=0.4.8
 pkgrel=1
 pkgdesc="SWF output library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('bison' 'pkg-config' 'python2')
 options=('!emptydirs')
 
source=(https://github.com/libming/libming/archive/${pkgname}-${pkgver//./_}.tar.gz)
-md5sums=('dbb71ae5bc131a609fbfe2005bc095cc')
+md5sums=('70c28c1e41d5888aa158e6e15644b742')
 
 build() {
   cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 23:00:59
  Author: foutrelis
Revision: 312979

icu 61.1 rebuild

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:54:05 UTC (rev 312978)
+++ PKGBUILD2018-03-27 23:00:59 UTC (rev 312979)
@@ -5,7 +5,7 @@
 
 pkgname=xulrunner
 pkgver=41.0.2
-pkgrel=14
+pkgrel=15
 pkgdesc="Mozilla Runtime Environment"
 arch=('x86_64')
 license=('MPL' 'GPL' 'LGPL')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:54:05
  Author: foutrelis
Revision: 312978

Fix build with ICU 61

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:42:48 UTC (rev 312977)
+++ PKGBUILD2018-03-27 22:54:05 UTC (rev 312978)
@@ -33,6 +33,9 @@
 
 mkdir -p build/compile && cd build/compile
 
+# http://site.icu-project.org/download/61#TOC-Migration-Issues
+CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
 cmake ../.. \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \


[arch-commits] Commit in qt4/repos (19 files)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:44:05
  Author: foutrelis
Revision: 320445

archrelease: copy trunk to staging-x86_64

Added:
  qt4/repos/staging-x86_64/
  qt4/repos/staging-x86_64/PKGBUILD
(from rev 320444, qt4/trunk/PKGBUILD)
  qt4/repos/staging-x86_64/assistant-qt4.desktop
(from rev 320444, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/staging-x86_64/designer-qt4.desktop
(from rev 320444, qt4/trunk/designer-qt4.desktop)
  qt4/repos/staging-x86_64/disable-sslv3.patch
(from rev 320444, qt4/trunk/disable-sslv3.patch)
  qt4/repos/staging-x86_64/glib-honor-ExcludeSocketNotifiers-flag.diff
(from rev 320444, qt4/trunk/glib-honor-ExcludeSocketNotifiers-flag.diff)
  qt4/repos/staging-x86_64/improve-cups-support.patch
(from rev 320444, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-x86_64/kde4-settings.patch
(from rev 320444, qt4/trunk/kde4-settings.patch)
  qt4/repos/staging-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 320444, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/staging-x86_64/l-qclipboard_delay.patch
(from rev 320444, qt4/trunk/l-qclipboard_delay.patch)
  qt4/repos/staging-x86_64/l-qclipboard_fix_recursive.patch
(from rev 320444, qt4/trunk/l-qclipboard_fix_recursive.patch)
  qt4/repos/staging-x86_64/linguist-qt4.desktop
(from rev 320444, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/staging-x86_64/moc-boost-workaround.patch
(from rev 320444, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/staging-x86_64/qdbusviewer-qt4.desktop
(from rev 320444, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/staging-x86_64/qt4-gcc6.patch
(from rev 320444, qt4/trunk/qt4-gcc6.patch)
  qt4/repos/staging-x86_64/qt4-glibc-2.25.patch
(from rev 320444, qt4/trunk/qt4-glibc-2.25.patch)
  qt4/repos/staging-x86_64/qt4-icu59.patch
(from rev 320444, qt4/trunk/qt4-icu59.patch)
  qt4/repos/staging-x86_64/qt4-openssl-1.1.patch
(from rev 320444, qt4/trunk/qt4-openssl-1.1.patch)
  qt4/repos/staging-x86_64/qtconfig-qt4.desktop
(from rev 320444, qt4/trunk/qtconfig-qt4.desktop)

-+
 PKGBUILD|  198 +++
 assistant-qt4.desktop   |9 
 designer-qt4.desktop|   11 
 disable-sslv3.patch |   54 
 glib-honor-ExcludeSocketNotifiers-flag.diff |   63 +
 improve-cups-support.patch  |   84 +
 kde4-settings.patch |   11 
 kubuntu_14_systemtrayicon.diff  | 1466 ++
 l-qclipboard_delay.patch|   12 
 l-qclipboard_fix_recursive.patch|   94 +
 linguist-qt4.desktop|   10 
 moc-boost-workaround.patch  |   12 
 qdbusviewer-qt4.desktop |   10 
 qt4-gcc6.patch  |   36 
 qt4-glibc-2.25.patch|   30 
 qt4-icu59.patch |   11 
 qt4-openssl-1.1.patch   |  409 +++
 qtconfig-qt4.desktop|9 
 18 files changed, 2529 insertions(+)

Copied: qt4/repos/staging-x86_64/PKGBUILD (from rev 320444, qt4/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-27 22:44:05 UTC (rev 320445)
@@ -0,0 +1,198 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=qt4
+pkgver=4.8.7
+pkgrel=24
+arch=('x86_64')
+url='http://www.qt.io'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('sqlite' 'ca-certificates' 'fontconfig' 'libgl' 'libxrandr' 'libxv' 
'libxi' 'alsa-lib'
+'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'libmng' 'dbus')
+makedepends=('postgresql-libs' 'libmariadbclient' 'unixodbc' 'cups' 'gtk2' 
'libfbclient'
+ 'mesa')
+optdepends=('postgresql-libs: PostgreSQL driver'
+'libmariadbclient: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+'libxinerama: Xinerama support'
+'libxcursor: Xcursor support'
+'libxfixes: Xfixes support'
+'icu: Unicode support'
+'sni-qt: StatusNotifierItem (AppIndicators) support')
+replaces=('qt<=4.8.4')
+conflicts=('qt')
+_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
+source=("http://download.qt.io/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz;
+'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'
+'linguist-qt4.desktop' 'qdbusviewer-qt4.desktop'
+'improve-cups-support.patch'
+'moc-boost-workaround.patch'
+'kubuntu_14_systemtrayicon.diff'
+'kde4-settings.patch'
+

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:43:44
  Author: foutrelis
Revision: 320444

icu 61.1 rebuild

Modified:
  qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:31:52 UTC (rev 320443)
+++ PKGBUILD2018-03-27 22:43:44 UTC (rev 320444)
@@ -5,7 +5,7 @@
 
 pkgname=qt4
 pkgver=4.8.7
-pkgrel=23
+pkgrel=24
 arch=('x86_64')
 url='http://www.qt.io'
 license=('GPL3' 'LGPL' 'FDL' 'custom')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:42:48
  Author: foutrelis
Revision: 312977

Fix build with ICU 61

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:24:06 UTC (rev 312976)
+++ PKGBUILD2018-03-27 22:42:48 UTC (rev 312977)
@@ -30,6 +30,9 @@
 build() {
   cd aegisub-${pkgver}
 
+  # 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' \


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:31:52
  Author: foutrelis
Revision: 320443

archrelease: copy trunk to staging-x86_64

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

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

Copied: m17n-lib/repos/staging-x86_64/PKGBUILD (from rev 320442, 
m17n-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-27 22:31:52 UTC (rev 320443)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Camille Moncelier 
+
+pkgname=m17n-lib
+pkgver=1.8.0
+pkgrel=2
+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')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:31:45
  Author: foutrelis
Revision: 320442

icu 61.1 rebuild

Modified:
  m17n-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:22:04 UTC (rev 320441)
+++ PKGBUILD2018-03-27 22:31:45 UTC (rev 320442)
@@ -4,7 +4,7 @@
 
 pkgname=m17n-lib
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Multilingual text processing library (runtimes)'
 url='http://www.nongnu.org/m17n/'
 arch=('x86_64')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:24:06
  Author: foutrelis
Revision: 312976

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 312975, lib32-harfbuzz/trunk/PKGBUILD)

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

Copied: lib32-harfbuzz/repos/multilib-staging-x86_64/PKGBUILD (from rev 312975, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-03-27 22:24:06 UTC (rev 312976)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=1.7.6
+pkgrel=2
+pkgdesc="OpenType text shaping engine (32-bit)"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+makedepends=(lib32-glib2 lib32-freetype2 lib32-cairo lib32-icu harfbuzz 
gcc-multilib ragel git
+ python)
+_commit=ff2f81432bb0484a019a678058595e10217df51d  # tags/1.7.6^0
+source=("git+https://anongit.freedesktop.org/git/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() {
+  depends=(lib32-glib2 lib32-freetype2 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)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:23:59
  Author: foutrelis
Revision: 312975

icu 61.1 rebuild

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:15:34 UTC (rev 312974)
+++ PKGBUILD2018-03-27 22:23:59 UTC (rev 312975)
@@ -3,7 +3,7 @@
 
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
 pkgver=1.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
 arch=(x86_64)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:22:04
  Author: foutrelis
Revision: 320441

archrelease: copy trunk to staging-x86_64

Added:
  r/repos/staging-x86_64/
  r/repos/staging-x86_64/PKGBUILD
(from rev 320440, r/trunk/PKGBUILD)
  r/repos/staging-x86_64/R.conf
(from rev 320440, r/trunk/R.conf)
  r/repos/staging-x86_64/r.desktop
(from rev 320440, r/trunk/r.desktop)
  r/repos/staging-x86_64/r.png
(from rev 320440, r/trunk/r.png)

---+
 PKGBUILD  |   87 
 R.conf|2 +
 r.desktop |   11 +++
 3 files changed, 100 insertions(+)

Copied: r/repos/staging-x86_64/PKGBUILD (from rev 320440, r/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-27 22:22:04 UTC (rev 320441)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Contributor: K. Piche 
+
+pkgname=r
+pkgver=3.4.4
+pkgrel=2
+pkgdesc="Language and environment for statistical computing and graphics"
+arch=('x86_64')
+license=('GPL')
+url='https://www.r-project.org/'
+depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
+ 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
+ 'libxt' 'libxmu' 'pango' 'xz' 'zip' 'unzip' 'curl' 'icu')
+makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
+optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files' 
'gcc-fortran: needed to compile some CRAN packages')
+backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
+options=('!makeflags' '!emptydirs')
+source=("https://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
+   'r.desktop'
+   'r.png'
+   'R.conf')
+sha1sums=('99c6c718506c49097f72c9928b7bcee9379bd699'
+  'dd214eee232b7aced7366722ad416b6b39be8e1b'
+  'a69a07ec363440efc18ce0a7f2af103375dea978'
+  '43668da6cfd1b4455a99f23e79e2059294dddac9')
+
+prepare() {
+   cd R-${pkgver}
+   # set texmf dir correctly in makefile
+   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
+}
+
+build() {
+   cd R-${pkgver}
+   ./configure  --prefix=/usr \
+   --libdir=/usr/lib \
+   --sysconfdir=/etc/R \
+   --datarootdir=/usr/share \
+ rsharedir=/usr/share/R/ \
+ rincludedir=/usr/include/R/ \
+ rdocdir=/usr/share/doc/R/ \
+--with-x \
+   --enable-R-shlib \
+--with-lapack \
+   --with-blas \
+F77=gfortran \
+   LIBnn=lib
+   make
+
+# make libRmath.so
+   cd src/nmath/standalone
+   make shared
+}
+
+package() {
+   cd R-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+# install libRmath.so
+   cd src/nmath/standalone
+   make DESTDIR="${pkgdir}" install
+
+   #  Fixup R wrapper scripts.
+   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
+   rm "${pkgdir}/usr/lib/R/bin/R"
+   cd "${pkgdir}/usr/lib/R/bin"
+   ln -s ../../../bin/R
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/r.desktop" \
+   "${pkgdir}/usr/share/applications/r.desktop"
+  install -Dm644 "${srcdir}/r.png" \
+   "${pkgdir}/usr/share/pixmaps/r.png"
+
+  # move the config directory to /etc and create symlinks
+  install -d "${pkgdir}/etc/R"
+  cd "${pkgdir}/usr/lib/R/etc"
+  for i in *; do
+mv -f ${i} "${pkgdir}/etc/R"
+ln -s /etc/R/${i} ${i}
+  done
+
+  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
+  install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf"
+}

Copied: r/repos/staging-x86_64/R.conf (from rev 320440, r/trunk/R.conf)
===
--- staging-x86_64/R.conf   (rev 0)
+++ staging-x86_64/R.conf   2018-03-27 22:22:04 UTC (rev 320441)
@@ -0,0 +1,2 @@
+/usr/lib/R/lib
+

Copied: r/repos/staging-x86_64/r.desktop (from rev 320440, r/trunk/r.desktop)
===
--- staging-x86_64/r.desktop(rev 0)
+++ staging-x86_64/r.desktop2018-03-27 22:22:04 UTC (rev 320441)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=R
+GenericName=environment for statistical computing
+Comment=language and environment for statistical computing and graphics
+Exec=R
+Icon=/usr/share/pixmaps/r.png
+DocPath=/usr/lib/R/doc/html/index.html
+StartupNotify=true
+Terminal=true
+Type=Application
+Categories=Math;Science;Education

Copied: r/repos/staging-x86_64/r.png (from rev 320440, r/trunk/r.png)
===
(Binary files differ)


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:21:54
  Author: foutrelis
Revision: 320440

icu 61.1 rebuild

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:14:02 UTC (rev 320439)
+++ PKGBUILD2018-03-27 22:21:54 UTC (rev 320440)
@@ -5,7 +5,7 @@
 
 pkgname=r
 pkgver=3.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('x86_64')
 license=('GPL')


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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:15:34
  Author: foutrelis
Revision: 312974

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 312973, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-2.2.3_json-c_013.patch
(from rev 312973, gdal/trunk/gdal-2.2.3_json-c_013.patch)
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
(from rev 312973, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 312973, gdal/trunk/gdal.changelog)

-+
 PKGBUILD|   85 +++
 gdal-2.2.3_json-c_013.patch |  132 ++
 gdal-perl-vendor.patch  |   28 
 gdal.changelog  |   93 +
 4 files changed, 338 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 312973, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-27 22:15:34 UTC (rev 312974)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gdal
+pkgver=2.2.3
+pkgrel=3
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz
+gdal-perl-vendor.patch
+gdal-2.2.3_json-c_013.patch)
+sha256sums=('a328d63d476b3653f5a25b5f7971e87a15cdf8860ab0729d4b1157ba988b8d0b'
+'20989e5fa499206b42c92280ce084fdf7b2f661a4233fc349611cc57102fe114'
+'722f6b3394542635815b07702f88a312a0d32fcf7672abf780360b888fbab4af')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+
+# Fix Perl bindings installation path
+  patch -Np1 -i ../gdal-perl-vendor.patch
+
+# build fix
+  patch -Np1 -i ../gdal-2.2.3_json-c_013.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed"
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-python --with-curl --with-hdf5 --with-perl 
--with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+#FS15477 clean up junks - still present in 2.2.1
+  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  eval local $(perl -V:vendorarch)
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
+}

Copied: gdal/repos/community-staging-x86_64/gdal-2.2.3_json-c_013.patch (from 
rev 312973, gdal/trunk/gdal-2.2.3_json-c_013.patch)
===
--- community-staging-x86_64/gdal-2.2.3_json-c_013.patch
(rev 0)
+++ community-staging-x86_64/gdal-2.2.3_json-c_013.patch2018-03-27 
22:15:34 UTC (rev 312974)
@@ -0,0 +1,132 @@
+commit 7cab3c2049907fb0be76784c796143fb22dcafea
+Author: Bjรถrn Esser 
+Date:   Mon Dec 11 17:01:20 2017 +0100
+
+geojson: Adaptions for json-c v0.13
+
+Index: 

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

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:15:24
  Author: foutrelis
Revision: 312973

icu 61.1 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:10:14 UTC (rev 312972)
+++ PKGBUILD2018-03-27 22:15:24 UTC (rev 312973)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=2.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="http://www.gdal.org/;


[arch-commits] Commit in foomatic-db-engine/repos (2 files)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:14:02
  Author: foutrelis
Revision: 320439

archrelease: copy trunk to staging-x86_64

Added:
  foomatic-db-engine/repos/staging-x86_64/
  foomatic-db-engine/repos/staging-x86_64/PKGBUILD
(from rev 320438, foomatic-db-engine/trunk/PKGBUILD)

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

Copied: foomatic-db-engine/repos/staging-x86_64/PKGBUILD (from rev 320438, 
foomatic-db-engine/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-03-27 22:14:02 UTC (rev 320439)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=foomatic-db-engine
+arch=('x86_64')
+pkgver=4.0.12
+pkgrel=8
+epoch=4
+url="http://www.linuxprinting.org/foomatic.html;
+pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
+license=('GPL2')
+depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
+makedepends=('cups' 'ghostscript' 'a2ps' 'wget' 'perl-xml-libxml' 
'foomatic-db') # 'enscript' 'net-snmp'
+optdepends=('foomatic-db:  linuxprinting.org xml files database to create 
ppd driver files')
+backup=('etc/foomatic/defaultspooler')
+source=(https://www.openprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
+md5sums=('b8049e61a3dad76044e83dde0087e0a0')
+
+build() {
+  export LIB_CUPS="/usr/lib/cups"
+  cd $pkgname-$pkgver
+  PERL_INSTALLDIRS=vendor \
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # preset default spooler
+  echo cups > ${pkgdir}/etc/foomatic/defaultspooler
+  # add some docs
+  install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
+  install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+
+  # cleanup
+  rm -r ${pkgdir}/usr/lib/perl5
+}


[arch-commits] Commit in foomatic-db-engine/trunk (PKGBUILD)

2018-03-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 27, 2018 @ 22:13:56
  Author: foutrelis
Revision: 320438

icu 61.1 rebuild

Modified:
  foomatic-db-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-27 22:13:14 UTC (rev 320437)
+++ PKGBUILD2018-03-27 22:13:56 UTC (rev 320438)
@@ -4,7 +4,7 @@
 pkgname=foomatic-db-engine
 arch=('x86_64')
 pkgver=4.0.12
-pkgrel=7
+pkgrel=8
 epoch=4
 url="http://www.linuxprinting.org/foomatic.html;
 pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."


  1   2   3   4   >