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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Monday, March 4, 2019 @ 07:52:22
  Author: arojas
Revision: 347034

archrelease: copy trunk to staging-x86_64

Added:
  double-conversion/repos/staging-x86_64/
  double-conversion/repos/staging-x86_64/PKGBUILD
(from rev 347033, double-conversion/trunk/PKGBUILD)

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

Copied: double-conversion/repos/staging-x86_64/PKGBUILD (from rev 347033, 
double-conversion/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-04 07:52:22 UTC (rev 347034)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Joel Teichroeb 
+# Contributor: Jonas Heinrich 
+
+pkgname=double-conversion
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
+arch=(x86_64)
+url='https://github.com/google/double-conversion'
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz)
+sha256sums=('2a9795dd9e56fbc616f8d51833fbd706a10c965ec588d1a5557af8b129cdb5b0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package () {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/double-conversion
+}


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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Monday, March 4, 2019 @ 07:51:57
  Author: arojas
Revision: 347033

Update to 3.1.2

Modified:
  double-conversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 01:09:41 UTC (rev 347032)
+++ PKGBUILD2019-03-04 07:51:57 UTC (rev 347033)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=double-conversion
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 
source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz)
-sha256sums=('c49a6b3fa9c917f827b156c8e0799ece88ae50440487a99fc2f284cfd357a5b9')
+sha256sums=('2a9795dd9e56fbc616f8d51833fbd706a10c965ec588d1a5557af8b129cdb5b0')
 
 prepare() {
   mkdir -p build


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

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Monday, March 4, 2019 @ 01:30:59
  Author: ffy00
Revision: 437507

upgpkg: java-batik 1.11-1

Modified:
  java-batik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 01:28:43 UTC (rev 437506)
+++ PKGBUILD2019-03-04 01:30:59 UTC (rev 437507)
@@ -4,7 +4,7 @@
 # Contributor: Simon Lipp 
 
 pkgname=java-batik
-pkgver=1.10
+pkgver=1.11
 pkgrel=1
 pkgdesc='SVG library for Java.'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('java-runtime' 'java-commons-io' 'java-commons-logging' 
'java-xmlgraphics-commons')
 makedepends=('java-environment' 'apache-ant' 'unzip')
 
source=("https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-$pkgver.tar.gz"{,.asc})
-sha512sums=('a5a0f16144d5688bd72a76d664086dca10e6d2679eb3c18e5a7e774c01833d336a6b7f2b3822ca1e185dd919aa800a2b77d4965cce0dacde19e5027f709bfbe7'
+sha512sums=('74ab28ab4c152a3bfbbdeae7fdab06092367469a419c7012dd2b91d158f7c167567ee4f39d4767ee437347c7caa70c3818532782cf5c82dde4cedcc0660ed8e2'
 'SKIP')
 validpgpkeys=('9D5F9D9B3E21B585E8F4551082036989D56B5F17'  # Luis Bernardo
   '5C9A30FF22B2C02F30261C305B93F1DF7CDB6DEA') # Simon Steiner


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

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Monday, March 4, 2019 @ 01:31:08
  Author: ffy00
Revision: 437508

archrelease: copy trunk to community-any

Added:
  java-batik/repos/community-any/PKGBUILD
(from rev 437507, java-batik/trunk/PKGBUILD)
Deleted:
  java-batik/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-04 01:30:59 UTC (rev 437507)
+++ PKGBUILD2019-03-04 01:31:08 UTC (rev 437508)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Stefan Husmann 
-# Contributor: Simon Lipp 
-
-pkgname=java-batik
-pkgver=1.10
-pkgrel=1
-pkgdesc='SVG library for Java.'
-arch=('any')
-url='http://xmlgraphics.apache.org/batik/'
-license=(APACHE)
-depends=('java-runtime' 'java-commons-io' 'java-commons-logging' 
'java-xmlgraphics-commons')
-makedepends=('java-environment' 'apache-ant' 'unzip')
-source=("https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-${pkgver}.tar.gz"{,.asc})
-sha512sums=('a5a0f16144d5688bd72a76d664086dca10e6d2679eb3c18e5a7e774c01833d336a6b7f2b3822ca1e185dd919aa800a2b77d4965cce0dacde19e5027f709bfbe7'
-'SKIP')
-validpgpkeys=('9D5F9D9B3E21B585E8F4551082036989D56B5F17'  # Luis Bernardo
-  '5C9A30FF22B2C02F30261C305B93F1DF7CDB6DEA') # Simon Steiner
-
-build() {
-   cd "$srcdir/batik-$pkgver"
-   ant all-jar
-}
-
-package() {
-   install -d "$pkgdir/usr/share/java/batik"
-
-   install -m644 
"$srcdir/batik-$pkgver/batik-$pkgver/lib/batik-all-${pkgver}.jar" \
- "$pkgdir/usr/share/java/batik/"
-   ln -s batik-all-${pkgver}.jar 
"$pkgdir/usr/share/java/batik/batik-all.jar"
-   cp "$srcdir/batik-$pkgver/lib"/*.jar "$pkgdir/usr/share/java/batik/"
-}

Copied: java-batik/repos/community-any/PKGBUILD (from rev 437507, 
java-batik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-04 01:31:08 UTC (rev 437508)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=java-batik
+pkgver=1.11
+pkgrel=1
+pkgdesc='SVG library for Java.'
+arch=('any')
+url='https://xmlgraphics.apache.org/batik/'
+license=('APACHE')
+depends=('java-runtime' 'java-commons-io' 'java-commons-logging' 
'java-xmlgraphics-commons')
+makedepends=('java-environment' 'apache-ant' 'unzip')
+source=("https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-$pkgver.tar.gz"{,.asc})
+sha512sums=('74ab28ab4c152a3bfbbdeae7fdab06092367469a419c7012dd2b91d158f7c167567ee4f39d4767ee437347c7caa70c3818532782cf5c82dde4cedcc0660ed8e2'
+'SKIP')
+validpgpkeys=('9D5F9D9B3E21B585E8F4551082036989D56B5F17'  # Luis Bernardo
+  '5C9A30FF22B2C02F30261C305B93F1DF7CDB6DEA') # Simon Steiner
+
+build() {
+  cd batik-$pkgver
+
+  ant all-jar
+}
+
+package() {
+  install -d "$pkgdir"/usr/share/java/batik
+  install -m 644 
"$srcdir"/batik-$pkgver/batik-$pkgver/lib/batik-all-$pkgver.jar 
"$pkgdir"/usr/share/java/batik/batik-all-$pkgver.jar
+
+  ln -s batik-all-$pkgver.jar "$pkgdir"/usr/share/java/batik/batik-all.jar
+
+  cp --no-preserve=ownership "$srcdir/batik-$pkgver/lib"/*.jar 
"$pkgdir"/usr/share/java/batik/
+}
+


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

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Monday, March 4, 2019 @ 01:28:43
  Author: ffy00
Revision: 437506

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 437505, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-04 01:28:38 UTC (rev 437505)
+++ PKGBUILD2019-03-04 01:28:43 UTC (rev 437506)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.5.3
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness'
-'lsp-plugins: eqqualizer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('1748f3f62122bb5ca63b9b84ea2d9917d410c1cff0aab699ff0664aab1377eda89c5f4638a86cc2444f482cf9c8aee27d34480087debb394645614a7d1e0b5a2')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 437505, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-04 01:28:43 UTC (rev 437506)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.5.4
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness'
+'lsp-plugins: eqqualizer')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('f3566010fc2fb118defab5e17c3f77a3537e16ab0792a7fd72ca60d70a03c0e6ea44e853ede079b7a006acba822f5c04fa0d30961c786aa9113f5a5b8352e585')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Monday, March 4, 2019 @ 01:28:38
  Author: ffy00
Revision: 437505

upgpkg: pulseeffects 4.5.4-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 00:56:07 UTC (rev 437504)
+++ PKGBUILD2019-03-04 01:28:38 UTC (rev 437505)
@@ -2,7 +2,7 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.5.3
+pkgver=4.5.4
 pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'mda.lv2: loudness'
 'lsp-plugins: eqqualizer')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('1748f3f62122bb5ca63b9b84ea2d9917d410c1cff0aab699ff0664aab1377eda89c5f4638a86cc2444f482cf9c8aee27d34480087debb394645614a7d1e0b5a2')
+sha512sums=('f3566010fc2fb118defab5e17c3f77a3537e16ab0792a7fd72ca60d70a03c0e6ea44e853ede079b7a006acba822f5c04fa0d30961c786aa9113f5a5b8352e585')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-03-03 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 01:09:41
  Author: heftig
Revision: 347032

archrelease: copy trunk to testing-x86_64

Added:
  libsecret/repos/testing-x86_64/PKGBUILD
(from rev 347031, libsecret/trunk/PKGBUILD)
Deleted:
  libsecret/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-04 01:09:19 UTC (rev 347031)
+++ PKGBUILD2019-03-04 01:09:41 UTC (rev 347032)
@@ -1,40 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=libsecret
-pkgver=0.18.8
-pkgrel=1
-pkgdesc="Library for storing and retrieving passwords and other secrets"
-url="https://wiki.gnome.org/Projects/Libsecret;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libgcrypt)
-checkdepends=(python-dbus dbus-glib python-gobject gjs)
-makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson valgrind)
-optdepends=('gnome-keyring: key storage service, or use any other service 
implementing org.freedesktop.secrets')
-_commit=b5442654d483e959ac9ecd3a3fb9eebc8d9d8399  # tags/0.18.8^0
-source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  dbus-run-session meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: libsecret/repos/testing-x86_64/PKGBUILD (from rev 347031, 
libsecret/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-04 01:09:41 UTC (rev 347032)
@@ -0,0 +1,41 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libsecret
+pkgver=0.18.8
+pkgrel=2
+pkgdesc="Library for storing and retrieving passwords and other secrets"
+url="https://wiki.gnome.org/Projects/Libsecret;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libgcrypt)
+checkdepends=(python-dbus dbus-glib python-gobject gjs)
+makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson valgrind)
+optdepends=('gnome-keyring: key storage service, or use any other service 
implementing org.freedesktop.secrets')
+_commit=b5442654d483e959ac9ecd3a3fb9eebc8d9d8399  # tags/0.18.8^0
+source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS+=" -DHAVE_MLOCK"  # https://gitlab.gnome.org/GNOME/libsecret/issues/23
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  dbus-run-session meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-03-03 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 01:09:19
  Author: heftig
Revision: 347031

0.18.8-2: Bring back mlock

Modified:
  libsecret/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 20:26:17 UTC (rev 347030)
+++ PKGBUILD2019-03-04 01:09:19 UTC (rev 347031)
@@ -2,7 +2,7 @@
 
 pkgname=libsecret
 pkgver=0.18.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for storing and retrieving passwords and other secrets"
 url="https://wiki.gnome.org/Projects/Libsecret;
 arch=(x86_64)
@@ -25,6 +25,7 @@
 }
 
 build() {
+  CFLAGS+=" -DHAVE_MLOCK"  # https://gitlab.gnome.org/GNOME/libsecret/issues/23
   arch-meson $pkgname build
   ninja -C build
 }


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

2019-03-03 Thread Eli Schwartz via arch-commits
Date: Monday, March 4, 2019 @ 00:54:12
  Author: eschwartz
Revision: 437502

fix ambiguous download filename

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 20:28:34 UTC (rev 437501)
+++ PKGBUILD2019-03-04 00:54:12 UTC (rev 437502)
@@ -19,7 +19,7 @@
 makedepends=('qt5-tools' 'qtkeychain' 'scons')
 optdepends=('qtkeychain: Credentials storage support for Live Broadcasting 
profiles')
 checkdepends=('xorg-server-xvfb')
-source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;)
 
sha512sums=('8174b504d236cde36c636985e0e224915f0be69b13691bf0d88c21087c20c1100ff55561b6e395d97fe5b21a0229fe9ecdac2493cb44fa99a42549c368fa2134')
 
 prepare() {


[arch-commits] Commit in root/repos/community-x86_64 (16 files)

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Monday, March 4, 2019 @ 00:54:21
  Author: kgizdov
Revision: 437503

archrelease: copy trunk to community-x86_64

Added:
  root/repos/community-x86_64/PKGBUILD
(from rev 437502, root/trunk/PKGBUILD)
  root/repos/community-x86_64/adding_directories_needed_to_use_libxml.patch
(from rev 437502, root/trunk/adding_directories_needed_to_use_libxml.patch)
  root/repos/community-x86_64/fix_compile_time_install_clad.patch
(from rev 437502, root/trunk/fix_compile_time_install_clad.patch)
  
root/repos/community-x86_64/rename_based_fix_for_rconfig_on_case_sensitive_systems.patch
(from rev 437502, 
root/trunk/rename_based_fix_for_rconfig_on_case_sensitive_systems.patch)
  root/repos/community-x86_64/root.xml
(from rev 437502, root/trunk/root.xml)
  root/repos/community-x86_64/rootd
(from rev 437502, root/trunk/rootd)
  root/repos/community-x86_64/settings-cuda.cmake
(from rev 437502, root/trunk/settings-cuda.cmake)
  root/repos/community-x86_64/settings.cmake
(from rev 437502, root/trunk/settings.cmake)
Deleted:
  root/repos/community-x86_64/PKGBUILD
  root/repos/community-x86_64/adding_directories_needed_to_use_libxml.patch
  root/repos/community-x86_64/fix_compile_time_install_clad.patch
  
root/repos/community-x86_64/rename_based_fix_for_rconfig_on_case_sensitive_systems.patch
  root/repos/community-x86_64/root.xml
  root/repos/community-x86_64/rootd
  root/repos/community-x86_64/settings-cuda.cmake
  root/repos/community-x86_64/settings.cmake

--+
 PKGBUILD |  474 +--
 adding_directories_needed_to_use_libxml.patch|   44 
 fix_compile_time_install_clad.patch  |  308 +-
 rename_based_fix_for_rconfig_on_case_sensitive_systems.patch | 1446 +-
 root.xml |   28 
 rootd|   74 
 settings-cuda.cmake  |  230 -
 settings.cmake   |  228 -
 8 files changed, 1416 insertions(+), 1416 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-04 00:54:12 UTC (rev 437502)
+++ PKGBUILD2019-03-04 00:54:21 UTC (rev 437503)
@@ -1,237 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Frank Siegert < frank.siegert at googlemail dot com >
-# Contributor: Scott Lawrence < bytbox at gmail dot com >
-# Contributor: Thomas Dziedzic < gostrc at gmail dot com >
-# Contributor: Sebastian Voecking < voeck at web dot de >
-
-pkgbase=root
-pkgname=('root' 'root-cuda')
-pkgver=6.16.00
-pkgrel=2
-pkgdesc='C++ data analysis framework and interpreter from CERN.'
-arch=('x86_64')
-url='http://root.cern.ch'
-license=('LGPL2.1')
-makedepends=('ccache'
- 'cern-vdt'
- 'cfitsio'
- 'cmake'
- 'cuda'
- 'fcgi'
- 'fftw'
- 'ftgl'
- 'blas'
- 'gcc-fortran'
- 'gcc7'
- 'giflib'
- 'git'
- 'gl2ps'
- 'glew'
- 'go-pie'
- 'gsl'
- 'hicolor-icon-theme'
- 'intel-tbb'
- 'libafterimage'
- 'libmariadbclient'
- 'librsvg'
- 'libxpm'
- 'ocaml'
- 'ocaml-ctypes'
- 'openssl'
- 'postgresql-libs'
- 'pythia8>=8.2.40-1'
- 'python'
- 'python-numpy'
- 'sqlite'
- 'tex-gyre-fonts'
- 'unuran'
- 'vc'
- 'xmlrpc-c'
- 'xrootd>=4.6.0-2'
- 'xxhash>=0.6.5-1'
- 'z3')
-depends=('blas'
- 'desktop-file-utils'
- 'fcgi'
- 'fftw'
- 'ftgl'
- 'giflib'
- 'gl2ps'
- 'glew'
- 'gsl'
- 'hicolor-icon-theme'
- 'intel-tbb'
- 'libafterimage'
- 'librsvg'
- 'libxpm'
- 'tex-gyre-fonts'
- 'xxhash>=0.6.5-1')
-optdepends=('cfitsio: Read images and data from FITS files'
-'cern-vdt: Add a set of fast and vectorisable mathematical 
functions'
-'libmariadbclient: MySQL support'
-'openssl: OpenSSL support'
-'postgresql-libs: PostgreSQL support'
-'pythia8>=8.2.40-1: Pythia8 EG support'
-'sqlite: SQLite support'
-'tcsh: Legacy CSH support'
-'unuran: Support non-uniform random numbers'
-'vc: Add types for portable and intuitive SIMD programming'
-'libxml2: XML parser interface'
-'xrootd: Support remote file server and client')
-source=("https://root.cern.ch/download/root_v${pkgver}.source.tar.gz;
-'root.xml'
-'rootd'
-'settings.cmake'
-  

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

2019-03-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 3, 2019 @ 20:28:34
  Author: alucryd
Revision: 437501

archrelease: copy trunk to community-staging-x86_64

Added:
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-staging-x86_64/PKGBUILD
(from rev 437500, clementine/trunk/PKGBUILD)
  clementine/repos/community-staging-x86_64/clementine-chromaprint1.4.0.patch
(from rev 437500, clementine/trunk/clementine-chromaprint1.4.0.patch)
  clementine/repos/community-staging-x86_64/clementine-cryptopp6.patch
(from rev 437500, clementine/trunk/clementine-cryptopp6.patch)
  clementine/repos/community-staging-x86_64/clementine-gcc6.patch
(from rev 437500, clementine/trunk/clementine-gcc6.patch)

---+
 PKGBUILD  |  100 
 clementine-chromaprint1.4.0.patch |   41 ++
 clementine-cryptopp6.patch|   25 +
 clementine-gcc6.patch |   22 +++
 4 files changed, 188 insertions(+)

Copied: clementine/repos/community-staging-x86_64/PKGBUILD (from rev 437500, 
clementine/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-03 20:28:34 UTC (rev 437501)
@@ -0,0 +1,100 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Stéphane Gaudreault 
+# Contributor: BlackEagle 
+# Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.3.1
+pkgrel=21
+pkgdesc='A modern music player and library organizer'
+url=https://www.clementine-player.org/
+license=(GPL)
+arch=(x86_64)
+depends=(
+  chromaprint
+  crypto++
+  fftw
+  glew
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  libcdio
+  libechonest
+  libgl
+  libgpod
+  liblastfm
+  libmtp
+  libpulse
+  libx11
+  protobuf
+  qjson
+  qt4
+  sqlite
+  taglib
+  zlib
+)
+makedepends=(
+  boost
+  cmake
+  git
+  mesa
+  sparsehash
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'gst-libav: Libav plugin'
+  'gvfs: Various devices support'
+)
+source=(
+  git+https://github.com/clementine-player/Clementine.git#tag=${pkgver}
+  clementine-gcc6.patch
+  clementine-chromaprint1.4.0.patch
+  clementine-cryptopp6.patch
+)
+sha256sums=(
+  SKIP
+  05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee
+  4cc9c9df599df4a595c6acf4e129a54296c0a8e537627435e3df14e1e95447b0
+  e9c09dca76ed8fae2ecb089571396c9293f546871fb2f27cc37010dd5cba9e46
+)
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  cd Clementine
+
+  # Fix build with GCC 6
+  patch -p1 -i ../clementine-gcc6.patch
+  # https://github.com/clementine-player/Clementine/pull/5630
+  git cherry-pick -n 8a6cc8b5069265e1e92e22def985e22c5955e503
+  # Fix build with chromaprint 1.4.0
+  patch -p1 -i ../clementine-chromaprint1.4.0.patch
+  # Fix build with crypto++ 6.0.0 due to 
https://github.com/weidai11/cryptopp/issues/442
+  patch -p1 -i ../clementine-cryptopp6.patch
+  # FS#58413
+  git cherry-pick -n -m 1 75f9439843a0e9cdc26cd739d5e1dbd93bd974bc
+  # Fix DI.FM
+  git cherry-pick -n ddfa5e63f1ef0e243a007efbe576fceb9b2442e8
+}
+
+build() {
+  cd build
+
+  cmake ../Clementine \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr\
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-catch-value"
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
clementine/repos/community-staging-x86_64/clementine-chromaprint1.4.0.patch 
(from rev 437500, clementine/trunk/clementine-chromaprint1.4.0.patch)
===
--- community-staging-x86_64/clementine-chromaprint1.4.0.patch  
(rev 0)
+++ community-staging-x86_64/clementine-chromaprint1.4.0.patch  2019-03-03 
20:28:34 UTC (rev 437501)
@@ -0,0 +1,41 @@
+From ded312685735fc266d4154d355286eeb86db3bcd Mon Sep 17 00:00:00 2001
+From: Chocobozzz 
+Date: Thu, 8 Dec 2016 23:12:17 +0100
+Subject: [PATCH] Add compatibility with chromaprint >= 1.4
+
+---
+ src/musicbrainz/chromaprinter.cpp | 14 +++---
+ 1 file changed, 11 insertions(+), 3 deletions(-)
+
+diff --git a/src/musicbrainz/chromaprinter.cpp 
b/src/musicbrainz/chromaprinter.cpp
+index 9579b62ae..c7ad99e2e 100644
+--- a/src/musicbrainz/chromaprinter.cpp
 b/src/musicbrainz/chromaprinter.cpp
+@@ -143,16 +143,24 @@ QString Chromaprinter::CreateFingerprint() {
+   ChromaprintContext* chromaprint =
+   chromaprint_new(CHROMAPRINT_ALGORITHM_DEFAULT);
+   chromaprint_start(chromaprint, kDecodeRate, kDecodeChannels);
+-  chromaprint_feed(chromaprint, reinterpret_cast(data.data()),
++  chromaprint_feed(chromaprint, reinterpret_cast(data.data()),
+data.size() / 2);
+   chromaprint_finish(chromaprint);
+ 
+-  void* 

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

2019-03-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 3, 2019 @ 20:28:26
  Author: alucryd
Revision: 437500

protobuf 3.7.0: clementine 1.3.1-21

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 20:11:01 UTC (rev 437499)
+++ PKGBUILD2019-03-03 20:28:26 UTC (rev 437500)
@@ -5,30 +5,61 @@
 
 pkgname=clementine
 pkgver=1.3.1
-pkgrel=20
+pkgrel=21
 pkgdesc='A modern music player and library organizer'
-url='http://www.clementine-player.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('chromaprint' 'crypto++' 'fftw' 'gcc-libs' 'glew' 'glib2' 'glibc'
- 'gst-plugins-base-libs' 'gstreamer' 'libcdio' 'libechonest' 'libgl'
- 'libgpod' 'liblastfm' 'libmtp' 'libpulse' 'libx11' 'protobuf' 'qjson'
- 'qt4' 'sqlite' 'taglib' 'zlib')
-makedepends=('boost' 'cmake' 'git' 'mesa' 'sparsehash')
-optdepends=('gst-plugins-base: "Base" plugin libraries'
-'gst-plugins-good: "Good" plugin libraries'
-'gst-plugins-bad: "Bad" plugin libraries'
-'gst-plugins-ugly: "Ugly" plugin libraries'
-'gst-libav: Libav plugin'
-'gvfs: Various devices support')
-source=("git+https://github.com/clementine-player/Clementine.git#tag=${pkgver};
-'clementine-gcc6.patch'
-'clementine-chromaprint1.4.0.patch'
-'clementine-cryptopp6.patch')
-sha256sums=('SKIP'
-'05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee'
-'4cc9c9df599df4a595c6acf4e129a54296c0a8e537627435e3df14e1e95447b0'
-'e9c09dca76ed8fae2ecb089571396c9293f546871fb2f27cc37010dd5cba9e46')
+url=https://www.clementine-player.org/
+license=(GPL)
+arch=(x86_64)
+depends=(
+  chromaprint
+  crypto++
+  fftw
+  glew
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  libcdio
+  libechonest
+  libgl
+  libgpod
+  liblastfm
+  libmtp
+  libpulse
+  libx11
+  protobuf
+  qjson
+  qt4
+  sqlite
+  taglib
+  zlib
+)
+makedepends=(
+  boost
+  cmake
+  git
+  mesa
+  sparsehash
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'gst-libav: Libav plugin'
+  'gvfs: Various devices support'
+)
+source=(
+  git+https://github.com/clementine-player/Clementine.git#tag=${pkgver}
+  clementine-gcc6.patch
+  clementine-chromaprint1.4.0.patch
+  clementine-cryptopp6.patch
+)
+sha256sums=(
+  SKIP
+  05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee
+  4cc9c9df599df4a595c6acf4e129a54296c0a8e537627435e3df14e1e95447b0
+  e9c09dca76ed8fae2ecb089571396c9293f546871fb2f27cc37010dd5cba9e46
+)
 
 prepare() {
   if [[ -d build ]]; then
@@ -56,8 +87,8 @@
   cd build
 
   cmake ../Clementine \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr'\
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr\
 -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-catch-value"
   make
 }


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

2019-03-03 Thread Jan Steffens via arch-commits
Date: Sunday, March 3, 2019 @ 20:26:17
  Author: heftig
Revision: 347030

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 347028, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 20:26:16 UTC (rev 347029)
+++ PKGBUILD2019-03-03 20:26:17 UTC (rev 347030)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.42.5
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=d71a97f9615094e1dc083bbac2776ab94a85c62f  # tags/0.42.5^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 347028, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 20:26:17 UTC (rev 347030)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.42.6
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=bb8c62501d76232b8474de0d2c82d72cf4e8adb5  # tags/0.42.6^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-03 Thread Jan Steffens via arch-commits
Date: Sunday, March 3, 2019 @ 20:25:53
  Author: heftig
Revision: 347028

0.42.6-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 20:18:42 UTC (rev 347027)
+++ PKGBUILD2019-03-03 20:25:53 UTC (rev 347028)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.42.5
+pkgver=0.42.6
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -15,7 +15,7 @@
 provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=d71a97f9615094e1dc083bbac2776ab94a85c62f  # tags/0.42.5^0
+_commit=bb8c62501d76232b8474de0d2c82d72cf4e8adb5  # tags/0.42.6^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-03 Thread Jan Steffens via arch-commits
Date: Sunday, March 3, 2019 @ 20:26:16
  Author: heftig
Revision: 347029

archrelease: copy trunk to extra-x86_64

Added:
  libchamplain/repos/extra-x86_64/PKGBUILD
(from rev 347028, libchamplain/trunk/PKGBUILD)
Deleted:
  libchamplain/repos/extra-x86_64/PKGBUILD
  libchamplain/repos/extra-x86_64/build.diff

+
 PKGBUILD   |   79 -
 build.diff |  477 ---
 2 files changed, 38 insertions(+), 518 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 20:25:53 UTC (rev 347028)
+++ PKGBUILD2019-03-03 20:26:16 UTC (rev 347029)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andreas Radke 
-# Contributor: Michael Kanis 
-
-pkgname=libchamplain
-pkgver=0.12.17
-pkgrel=1
-pkgdesc="A map widget"
-url="https://wiki.gnome.org/Projects/libchamplain;
-license=(LGPL)
-arch=(x86_64)
-depends=(clutter-gtk libsoup cairo sqlite)
-makedepends=(gobject-introspection gtk-doc vala meson git)
-_commit=5d2f7f938471d9455aa08bd6bb1f0a244984713c  # tags/LIBCHAMPLAIN_0_12_17^0
-source=("git+https://gitlab.gnome.org/GNOME/libchamplain.git#commit=$_commit;
-build.diff)
-sha256sums=('SKIP'
-'1146f8cc78e5ab7986a9f047ff6b7a5e4ba60552907498a6097bb78bdacfec4d')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../build.diff
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libchamplain/repos/extra-x86_64/PKGBUILD (from rev 347028, 
libchamplain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 20:26:16 UTC (rev 347029)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.19
+pkgrel=1
+pkgdesc="A map widget"
+url="https://wiki.gnome.org/Projects/libchamplain;
+license=(LGPL)
+arch=(x86_64)
+depends=(clutter-gtk libsoup cairo sqlite)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+_commit=37493068c81f28773a910ab3a781fe83fd8fb6f3  # tags/LIBCHAMPLAIN_0_12_19^0
+source=("git+https://gitlab.gnome.org/GNOME/libchamplain.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: build.diff
===
--- build.diff  2019-03-03 20:25:53 UTC (rev 347028)
+++ build.diff  2019-03-03 20:26:16 UTC (rev 347029)
@@ -1,477 +0,0 @@
-diff --git i/champlain-gtk/meson.build w/champlain-gtk/meson.build
-index 8137bc7..241f592 100644
 i/champlain-gtk/meson.build
-+++ w/champlain-gtk/meson.build
-@@ -1,148 +1,149 @@
-+libchamplain_gtk_name = package_gtk_string.strip('lib')
-+
- libchamplain_gtk_public_h = [
-   'champlain-gtk.h',
-   'gtk-champlain-embed.h',
- ]
- 
- libchamplain_gtk_sources = [
-   'gtk-champlain-embed.c',
- ]
- 
-+libchamplain_gtk_requires = [
-+  gtk_dep,
-+  clutter_gtk_dep,
-+  libchamplain_sha,
-+]
-+
- libchamplain_gtk_deps = [
-   glib_dep,
-   gobject_dep,
-   gtk_dep,
-   clutter_gtk_dep,
-   libchamplain_dep,
- ]
- 
- libchamplain_gtk_srcdir = include_directories('.')
- 
- libchamplain_gtk_c_args = [
-   '-DHAVE_CONFIG_H',
-   '-DCHAMPLAIN_GTK_COMPILATION',
--  '-DG_LOG_DOMAIN="@0@"'.format(package_gtk_name),
-+  '-DG_LOG_DOMAIN="libchamplain-gtk"',
- ]
- 
- libchamplain_gtk_link_args = [
- ]
- 
-+libchamplain_gtk_includedir = join_paths(
-+  includedir,
-+  package_gtk_string,
-+  'champlain-gtk',
-+)
-+
- libchamplain_gtk_marshals = gnome.genmarshal(
-   'champlain-gtk-marshal',
-   sources: 'champlain-gtk-marshal.list',
-   prefix: '_champlain_gtk_marshal',
-   install_header: true,
--  install_dir: join_paths(
--pkgincludedir,
--'champlain-gtk',
--  )
-+  install_dir: libchamplain_gtk_includedir,
- )
- 
- libchamplain_gtk_enums = gnome.mkenums(
-   'champlain-gtk-enum-types',
-   sources: libchamplain_gtk_public_h,
-   h_template: 'champlain-gtk-enum-types.h.in',
-   c_template: 'champlain-gtk-enum-types.c.in',
-   install_header: true,
--  install_dir: join_paths(
--pkgincludedir,
--'champlain-gtk',
--  )
-+  install_dir: libchamplain_gtk_includedir,
- )
- 
- libchamplain_gtk_marshals_h = libchamplain_gtk_marshals.get(1)
- libchamplain_gtk_enums_h = libchamplain_gtk_enums.get(1)
- 
- libchamplain_gtk_sources += [
-   libchamplain_gtk_marshals,
-   libchamplain_gtk_enums,
- ]
- 
- 

[arch-commits] Commit in libchamplain/trunk (PKGBUILD build.diff)

2019-03-03 Thread Jan Steffens via arch-commits
Date: Sunday, March 3, 2019 @ 20:18:42
  Author: heftig
Revision: 347027

0.12.19-1

Modified:
  libchamplain/trunk/PKGBUILD
Deleted:
  libchamplain/trunk/build.diff

+
 PKGBUILD   |   11 -
 build.diff |  477 ---
 2 files changed, 4 insertions(+), 484 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 16:11:14 UTC (rev 347026)
+++ PKGBUILD2019-03-03 20:18:42 UTC (rev 347027)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=libchamplain
-pkgver=0.12.17
+pkgver=0.12.19
 pkgrel=1
 pkgdesc="A map widget"
 url="https://wiki.gnome.org/Projects/libchamplain;
@@ -11,11 +11,9 @@
 arch=(x86_64)
 depends=(clutter-gtk libsoup cairo sqlite)
 makedepends=(gobject-introspection gtk-doc vala meson git)
-_commit=5d2f7f938471d9455aa08bd6bb1f0a244984713c  # tags/LIBCHAMPLAIN_0_12_17^0
-source=("git+https://gitlab.gnome.org/GNOME/libchamplain.git#commit=$_commit;
-build.diff)
-sha256sums=('SKIP'
-'1146f8cc78e5ab7986a9f047ff6b7a5e4ba60552907498a6097bb78bdacfec4d')
+_commit=37493068c81f28773a910ab3a781fe83fd8fb6f3  # tags/LIBCHAMPLAIN_0_12_19^0
+source=("git+https://gitlab.gnome.org/GNOME/libchamplain.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -24,7 +22,6 @@
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../build.diff
 }
 
 build() {

Deleted: build.diff
===
--- build.diff  2019-03-03 16:11:14 UTC (rev 347026)
+++ build.diff  2019-03-03 20:18:42 UTC (rev 347027)
@@ -1,477 +0,0 @@
-diff --git i/champlain-gtk/meson.build w/champlain-gtk/meson.build
-index 8137bc7..241f592 100644
 i/champlain-gtk/meson.build
-+++ w/champlain-gtk/meson.build
-@@ -1,148 +1,149 @@
-+libchamplain_gtk_name = package_gtk_string.strip('lib')
-+
- libchamplain_gtk_public_h = [
-   'champlain-gtk.h',
-   'gtk-champlain-embed.h',
- ]
- 
- libchamplain_gtk_sources = [
-   'gtk-champlain-embed.c',
- ]
- 
-+libchamplain_gtk_requires = [
-+  gtk_dep,
-+  clutter_gtk_dep,
-+  libchamplain_sha,
-+]
-+
- libchamplain_gtk_deps = [
-   glib_dep,
-   gobject_dep,
-   gtk_dep,
-   clutter_gtk_dep,
-   libchamplain_dep,
- ]
- 
- libchamplain_gtk_srcdir = include_directories('.')
- 
- libchamplain_gtk_c_args = [
-   '-DHAVE_CONFIG_H',
-   '-DCHAMPLAIN_GTK_COMPILATION',
--  '-DG_LOG_DOMAIN="@0@"'.format(package_gtk_name),
-+  '-DG_LOG_DOMAIN="libchamplain-gtk"',
- ]
- 
- libchamplain_gtk_link_args = [
- ]
- 
-+libchamplain_gtk_includedir = join_paths(
-+  includedir,
-+  package_gtk_string,
-+  'champlain-gtk',
-+)
-+
- libchamplain_gtk_marshals = gnome.genmarshal(
-   'champlain-gtk-marshal',
-   sources: 'champlain-gtk-marshal.list',
-   prefix: '_champlain_gtk_marshal',
-   install_header: true,
--  install_dir: join_paths(
--pkgincludedir,
--'champlain-gtk',
--  )
-+  install_dir: libchamplain_gtk_includedir,
- )
- 
- libchamplain_gtk_enums = gnome.mkenums(
-   'champlain-gtk-enum-types',
-   sources: libchamplain_gtk_public_h,
-   h_template: 'champlain-gtk-enum-types.h.in',
-   c_template: 'champlain-gtk-enum-types.c.in',
-   install_header: true,
--  install_dir: join_paths(
--pkgincludedir,
--'champlain-gtk',
--  )
-+  install_dir: libchamplain_gtk_includedir,
- )
- 
- libchamplain_gtk_marshals_h = libchamplain_gtk_marshals.get(1)
- libchamplain_gtk_enums_h = libchamplain_gtk_enums.get(1)
- 
- libchamplain_gtk_sources += [
-   libchamplain_gtk_marshals,
-   libchamplain_gtk_enums,
- ]
- 
- install_headers(
-   libchamplain_gtk_public_h,
--  install_dir: join_paths(
--pkgincludedir,
--'champlain-gtk',
--  )
-+  install_dir: libchamplain_gtk_includedir,
- )
- 
- libchamplain_gtk_sha = library(
--  package_gtk_string,
-+  libchamplain_gtk_name,
-   libchamplain_gtk_sources,
-   version: lib_version,
-   include_directories: rootdir,
-   dependencies: libchamplain_gtk_deps,
-   c_args: libchamplain_gtk_c_args,
-   link_args: libchamplain_gtk_link_args,
-   install: true,
--  install_dir: libdir,
- )
- 
- libchamplain_gtk_dep_sources = [
-   libchamplain_gtk_enums_h,
-   libchamplain_gtk_marshals_h,
- ]
- 
- if generate_gir
-   libchamplain_gtk_gir_includes = [
- 'GObject-2.0',
- 'Clutter-1.0',
- 'Gtk-3.0',
- libchamplain_gir.get(0),
-   ]
- 
-   libchamplain_gtk_gir = gnome.generate_gir(
- libchamplain_gtk_sha,
- sources: libchamplain_gtk_sources + libchamplain_gtk_public_h,
- nsversion: api_version,
- namespace: 'GtkChamplain',
- symbol_prefix: 'gtk_champlain',
- identifier_prefix: 'GtkChamplain',
- header: 'champlain-gtk/champlain-gtk.h',
--export_packages: [package_gtk_string],
-+export_packages: [libchamplain_gtk_name],
- includes: ['Clutter-1.0', 'Gtk-3.0', libchamplain_gir.get(0)],
- link_with: libchamplain_gtk_sha,
- install: true,
--install_dir_gir: girdir,
--install_dir_typelib: 

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

2019-03-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 3, 2019 @ 20:10:52
  Author: alucryd
Revision: 437498

upgpkg: vbam 2.1.1-1

Modified:
  vbam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 19:52:04 UTC (rev 437497)
+++ PKGBUILD2019-03-03 20:10:52 UTC (rev 437498)
@@ -2,17 +2,33 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgbase=vbam
-pkgname=('vbam-sdl' 'vbam-wx')
-pkgver=2.1.0
-pkgrel=2
+pkgname=(
+  vbam-sdl
+  vbam-wx
+)
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='Nintendo GameBoy Advance emulator'
-arch=('x86_64')
-url='http://vba-m.com'
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'libgl' 'libpng' 'sdl2' 'sfml' 'zlib')
-makedepends=('cmake' 'ffmpeg' 'git' 'libglvnd' 'wxgtk3' 'zip')
-source=("git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#tag=v${pkgver};)
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://vba-m.com
+license=(GPL2)
+depends=(
+  libgl
+  libpng
+  sdl2
+  sfml
+  zlib
+)
+makedepends=(
+  cmake
+  ffmpeg
+  git
+  libglvnd
+  wxgtk3
+  zip
+)
+source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#tag=v${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
   for p in sdl wx; do
@@ -21,10 +37,6 @@
 fi
 mkdir build-$p
   done
-
-  cd visualboyadvance-m
-
-  git cherry-pick -n a8d0508cf299a58b2a659d6017b049db121de8ba  #FS59479
 }
 
 build() {
@@ -31,31 +43,31 @@
   cd build-sdl
 
   cmake ../visualboyadvance-m \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DENABLE_SDL='TRUE' \
--DENABLE_WX='FALSE' \
--DENABLE_LINK='TRUE'
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=TRUE \
+-DENABLE_SDL=TRUE \
+-DENABLE_WX=FALSE \
+-DENABLE_LINK=TRUE
   make
 
   cd ../build-wx
 
   cmake ../visualboyadvance-m \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DENABLE_SDL='FALSE' \
--DENABLE_WX='TRUE' \
--DENABLE_FFMPEG='TRUE' \
--DENABLE_LINK='TRUE' \
--DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-gtk3'
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=TRUE \
+-DENABLE_SDL=FALSE \
+-DENABLE_WX=TRUE \
+-DENABLE_FFMPEG=TRUE \
+-DENABLE_LINK=TRUE \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
   make
 }
 
 package_vbam-sdl() {
-  backup=('etc/vbam.cfg')
-  conflicts=('vbam-wx')
+  backup=(etc/vbam.cfg)
+  conflicts=(vbam-wx)
 
   make DESTDIR="${pkgdir}" -C build-sdl install
 }
@@ -62,10 +74,17 @@
 
 package_vbam-wx() {
   depends+=(
-'glib2' 'gtk3' 'openal' 'wxgtk3' 'zip'
-'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libswscale.so'
+glib2
+gtk3
+libavcodec.so
+libavformat.so
+libavutil.so
+libswscale.so
+openal
+wxgtk3
+zip
   )
-  conflicts=('vbam-sdl')
+  conflicts=(vbam-sdl)
 
   make DESTDIR="${pkgdir}" -C build-wx install
 }


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

2019-03-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 3, 2019 @ 20:11:01
  Author: alucryd
Revision: 437499

archrelease: copy trunk to community-x86_64

Added:
  vbam/repos/community-x86_64/PKGBUILD
(from rev 437498, vbam/trunk/PKGBUILD)
Deleted:
  vbam/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 20:10:52 UTC (rev 437498)
+++ PKGBUILD2019-03-03 20:11:01 UTC (rev 437499)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=vbam
-pkgname=('vbam-sdl' 'vbam-wx')
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Nintendo GameBoy Advance emulator'
-arch=('x86_64')
-url='http://vba-m.com'
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'libgl' 'libpng' 'sdl2' 'sfml' 'zlib')
-makedepends=('cmake' 'ffmpeg' 'git' 'libglvnd' 'wxgtk3' 'zip')
-source=("git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  for p in sdl wx; do
-if [[ -d build-$p ]]; then
-  rm -rf build-$p
-fi
-mkdir build-$p
-  done
-
-  cd visualboyadvance-m
-
-  git cherry-pick -n a8d0508cf299a58b2a659d6017b049db121de8ba  #FS59479
-}
-
-build() {
-  cd build-sdl
-
-  cmake ../visualboyadvance-m \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DENABLE_SDL='TRUE' \
--DENABLE_WX='FALSE' \
--DENABLE_LINK='TRUE'
-  make
-
-  cd ../build-wx
-
-  cmake ../visualboyadvance-m \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DENABLE_SDL='FALSE' \
--DENABLE_WX='TRUE' \
--DENABLE_FFMPEG='TRUE' \
--DENABLE_LINK='TRUE' \
--DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-gtk3'
-  make
-}
-
-package_vbam-sdl() {
-  backup=('etc/vbam.cfg')
-  conflicts=('vbam-wx')
-
-  make DESTDIR="${pkgdir}" -C build-sdl install
-}
-
-package_vbam-wx() {
-  depends+=(
-'glib2' 'gtk3' 'openal' 'wxgtk3' 'zip'
-'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libswscale.so'
-  )
-  conflicts=('vbam-sdl')
-
-  make DESTDIR="${pkgdir}" -C build-wx install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vbam/repos/community-x86_64/PKGBUILD (from rev 437498, 
vbam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 20:11:01 UTC (rev 437499)
@@ -0,0 +1,92 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=vbam
+pkgname=(
+  vbam-sdl
+  vbam-wx
+)
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Nintendo GameBoy Advance emulator'
+arch=(x86_64)
+url=https://vba-m.com
+license=(GPL2)
+depends=(
+  libgl
+  libpng
+  sdl2
+  sfml
+  zlib
+)
+makedepends=(
+  cmake
+  ffmpeg
+  git
+  libglvnd
+  wxgtk3
+  zip
+)
+source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  for p in sdl wx; do
+if [[ -d build-$p ]]; then
+  rm -rf build-$p
+fi
+mkdir build-$p
+  done
+}
+
+build() {
+  cd build-sdl
+
+  cmake ../visualboyadvance-m \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=TRUE \
+-DENABLE_SDL=TRUE \
+-DENABLE_WX=FALSE \
+-DENABLE_LINK=TRUE
+  make
+
+  cd ../build-wx
+
+  cmake ../visualboyadvance-m \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=TRUE \
+-DENABLE_SDL=FALSE \
+-DENABLE_WX=TRUE \
+-DENABLE_FFMPEG=TRUE \
+-DENABLE_LINK=TRUE \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+package_vbam-sdl() {
+  backup=(etc/vbam.cfg)
+  conflicts=(vbam-wx)
+
+  make DESTDIR="${pkgdir}" -C build-sdl install
+}
+
+package_vbam-wx() {
+  depends+=(
+glib2
+gtk3
+libavcodec.so
+libavformat.so
+libavutil.so
+libswscale.so
+openal
+wxgtk3
+zip
+  )
+  conflicts=(vbam-sdl)
+
+  make DESTDIR="${pkgdir}" -C build-wx install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 3, 2019 @ 19:51:55
  Author: alucryd
Revision: 437496

upgpkg: lollypop 0.9.924-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 19:21:19 UTC (rev 437495)
+++ PKGBUILD2019-03-03 19:51:55 UTC (rev 437496)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.922
+pkgver=0.9.924
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=(any)


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

2019-03-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 3, 2019 @ 19:52:04
  Author: alucryd
Revision: 437497

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 437496, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 19:51:55 UTC (rev 437496)
+++ PKGBUILD2019-03-03 19:52:04 UTC (rev 437497)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.922
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/gnumdk/lollypop
-license=(GPL)
-depends=(
-  gst-plugins-base-libs
-  gtk3
-  python-beautifulsoup4
-  python-cairo
-  python-dbus
-  python-gobject
-  python-pillow
-  totem-plparser
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  itstool
-  meson
-)
-optdepends=(
-  'easytag: Modify tags'
-  'flatpak: Flatpak Portal'
-  'gst-libav: FFmpeg plugin for GStreamer'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'kid3-qt: Store covers in tags'
-  'libsecret: Last.FM support'
-  'python-pylast: Last.FM support'
-  'python-wikipedia: Wikipedia support'
-)
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  arch-meson lollypop build \
---libexecdir='lib/lollypop'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 437496, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 19:52:04 UTC (rev 437497)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.924
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/gnumdk/lollypop
+license=(GPL)
+depends=(
+  gst-plugins-base-libs
+  gtk3
+  python-beautifulsoup4
+  python-cairo
+  python-dbus
+  python-gobject
+  python-pillow
+  totem-plparser
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  itstool
+  meson
+)
+optdepends=(
+  'easytag: Modify tags'
+  'flatpak: Flatpak Portal'
+  'gst-libav: FFmpeg plugin for GStreamer'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'kid3-qt: Store covers in tags'
+  'libsecret: Last.FM support'
+  'python-pylast: Last.FM support'
+  'python-wikipedia: Wikipedia support'
+)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  arch-meson lollypop build \
+--libexecdir='lib/lollypop'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 19:21:19
  Author: kgizdov
Revision: 437495

replace and conflict all offending variants

Modified:
  root/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 19:13:28 UTC (rev 437494)
+++ PKGBUILD2019-03-03 19:21:19 UTC (rev 437495)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.16.00
-pkgrel=3
+pkgrel=4
 pkgdesc='C++ data analysis framework and interpreter from CERN.'
 arch=('x86_64')
 url='http://root.cern.ch'
@@ -22,6 +22,7 @@
  'ftgl'
  'blas'
  'gcc-fortran'
+ 'gcc7'
  'giflib'
  'git'
  'gl2ps'
@@ -133,6 +134,8 @@
 mkdir -p "${srcdir}/build-cuda"
 cd "${srcdir}/build-cuda"
 
+CC=gcc-7 \
+CXX=g++-7 \
 CFLAGS="${CFLAGS} -pthread" \
 CXXFLAGS="${CXXFLAGS} -pthread" \
 LDFLAGS="${LDFLAGS} -pthread -Wl,--no-undefined" \
@@ -144,9 +147,9 @@
 }
 
 package_root() {
-provides=('root-extra')
-conflicts=('root-extra')
-replaces=('root-extra')
+provides=('root-extra' 'python-pyroot')
+replaces=('root-extra' 'python-pyroot')
+conflicts=('root-extra' 'python-pyroot' 'python2-pyroot')
 optdepends+=('gcc-fortran: Enable the Fortran components of ROOT')
 cd "${srcdir}/build"
 
@@ -191,7 +194,7 @@
 package_root-cuda() {
 pkgdesc='C++ data analysis framework and interpreter from CERN with GPU 
(CUDA) features enabled.'
 provides=('root' 'root-extra')
-conflicts=('root' 'root-extra')
+conflicts=('root' 'root-extra' 'python-pyroot' 'python2-pyroot')
 depends+=('cuda')
 cd "${srcdir}/build-cuda"
 


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

2019-03-03 Thread Gaëtan Bisson via arch-commits
Date: Sunday, March 3, 2019 @ 19:13:28
  Author: bisson
Revision: 437494

archrelease: copy trunk to community-staging-x86_64

Added:
  collectd/repos/community-staging-x86_64/
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 437493, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/lm_sensors5to6.patch
(from rev 437493, collectd/trunk/lm_sensors5to6.patch)
  collectd/repos/community-staging-x86_64/service
(from rev 437493, collectd/trunk/service)

--+
 PKGBUILD |   77 +
 lm_sensors5to6.patch |   69 +++
 service  |   13 
 3 files changed, 159 insertions(+)

Copied: collectd/repos/community-staging-x86_64/PKGBUILD (from rev 437493, 
collectd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-03 19:13:28 UTC (rev 437494)
@@ -0,0 +1,77 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.8.1
+pkgrel=4
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'mariadb-libs: mysql plugin'
+'systemd-libs: UdevNameAttr option'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'openipmi: ipmi plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: postgresql plugin'
+'python: python plugin'
+'rrdtool: rrdtool and rrdcached plugins'
+'lm_sensors: lm_sensors and sensors plugins'
+'libvirt: libvirt plugin'
+'libxml2: ascent and libvirt plugins'
+'yajl: curl_json plugin'
+'libatasmart: smart plugin'
+'lvm2: lvm plugin'
+'protobuf-c: write_riemann plugin'
+'mosquitto: MQTT plugin'
+'libmicrohttpd: prometheus plugin'
+'librabbitmq-c: amqp plugin')
+
+makedepends=(${optdepends[@]%:*})
+depends=('libltdl' 'iptables' 'libnsl')
+
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
+'lm_sensors5to6.patch'
+'service')
+sha256sums=('e796fda27ce06377f491ad91aa286962a68c2b54076aa77a29673d53204453da'
+'9946e796bcbc857160a540ccf38979a4dd722ec13e0761451523206b202591eb'
+'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
+
+backup=('etc/collectd.conf')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/ -Werror//g' -i configure
+   patch -p1 -i ../lm_sensors5to6.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export MAKEFLAGS='-j1'
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --with-python=/usr/bin/python \
+   --with-perl-bindings='INSTALLDIRS=vendor'
+   make all
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rmdir "${pkgdir}/var/run" # FS#30201
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
+   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
+}

Copied: collectd/repos/community-staging-x86_64/lm_sensors5to6.patch (from rev 
437493, collectd/trunk/lm_sensors5to6.patch)
===
--- community-staging-x86_64/lm_sensors5to6.patch   
(rev 0)
+++ community-staging-x86_64/lm_sensors5to6.patch   2019-03-03 19:13:28 UTC 
(rev 437494)
@@ -0,0 +1,69 @@
+diff -Naur old/src/sensors.c new/src/sensors.c
+--- old/src/sensors.c  2018-10-22 20:57:09.027242628 -1000
 new/src/sensors.c  2018-11-29 09:51:36.950814002 -1000
+@@ -149,7 +149,7 @@
+ static char *conffile = SENSORS_CONF_PATH;
+ /* #endif SENSORS_API_VERSION < 0x400 */
+ 
+-#elif (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500)
++#elif (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x600)
+ typedef struct featurelist {
+   const sensors_chip_name *chip;
+   const sensors_feature *feature;
+@@ -159,9 +159,9 @@
+ 
+ static char *conffile = NULL;
+ static _Bool use_labels = 0;
+-/* #endif (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500) */
++/* #endif (SENSORS_API_VERSION >= 0x400) && 

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

2019-03-03 Thread Gaëtan Bisson via arch-commits
Date: Sunday, March 3, 2019 @ 19:13:09
  Author: bisson
Revision: 437493

rebuild against protobuf-3.7.0

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 19:10:28 UTC (rev 437492)
+++ PKGBUILD2019-03-03 19:13:09 UTC (rev 437493)
@@ -3,7 +3,7 @@
 
 pkgname=collectd
 pkgver=5.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')


[arch-commits] Commit in xrootd/repos/community-x86_64 (4 files)

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 19:10:28
  Author: kgizdov
Revision: 437492

archrelease: copy trunk to community-x86_64

Added:
  xrootd/repos/community-x86_64/PKGBUILD
(from rev 437491, xrootd/trunk/PKGBUILD)
  xrootd/repos/community-x86_64/fix_signness.patch
(from rev 437491, xrootd/trunk/fix_signness.patch)
Deleted:
  xrootd/repos/community-x86_64/PKGBUILD
  xrootd/repos/community-x86_64/fix_signness.patch

+
 PKGBUILD   |  152 +--
 fix_signness.patch |   88 ++---
 2 files changed, 121 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 19:09:46 UTC (rev 437491)
+++ PKGBUILD2019-03-03 19:10:28 UTC (rev 437492)
@@ -1,75 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
-# Contributor: Alex Pearce < alex at alexpearce dot me >
-pkgname=xrootd
-provides=('python-xrootd' 'python-pyxrootd')
-pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
-pkgver=4.9.0
-pkgrel=1
-arch=('x86_64')
-url="http://xrootd.org;
-license=('LGPL3')
-depends=('ceph' 'python' 'cppunit')
-makedepends=('ceph' 'cmake' 'python')
-checkdepends=('cppunit')
-source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz"
-fix_signness.patch)
-sha256sums=('49791648bdc99ad87545f60d1808dacf926de7b843415ebdd181ccf43b2af8be'
-'f291968f0e17168330a422b43c92f1c2ec33f9c058f3310839ceeecff5e25f62')
-
-get_pyver () {
-python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-patch -Np1 -i "${srcdir}"/fix_signness.patch
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-# configure
-mkdir -p "${srcdir}/build"
-cd "${srcdir}/build"
-
-CFLAGS="${CFLAGS}" \
-CXXFLAGS="${CXXFLAGS}" \
-LDFLAGS="${LDFLAGS}" \
-cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DENABLE_TESTS=1 \
-  -DXRD_PYTHON_REQ_VERSION=$(get_pyver) \
-  "${srcdir}/${pkgbase}-${pkgver}"
-
-# build
-make
-}
-
-check() {
-cd "${srcdir}/build/tests"
-
-./common/text-runner ./XrdCephTests/libXrdCephTests.so "All Tests"
-
-##
-# This requires a running XRootD server with multiIP DNS forwarder and 
local disk servers
-# only run this if you have configured the env correctly,
-# examples in https://github.com/xrootd/xrootd-test-suite
-# sample environment can be configured like so:
-# export XRDTEST_MAINSERVERURL=metaman.xrd.test
-# or export XRDTEST_MAINSERVERURL=http://xrootd.cern.ch/
-# export XRDTEST_DISKSERVERURL=srv1.xrd.test
-# or export XRDTEST_DISKSERVERURL=http://xrootd.cern.ch/
-# export XRDTEST_DATAPATH=/tests/test-files/
-# export XRDTEST_LOCALFILE=/data/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
-# or export XRDTEST_LOCALFILE=/tmp/accwe.root
-# export 
XRDTEST_REMOTEFILE=${XRDTEST_MAINSERVERURL}${XRDTEST_DATAPATH}/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
-# or export XRDTEST_MULTIIPSERVERURL=multiip.xrd.test
-# ./common/text-runner ./XrdClTests/libXrdClTests.so "All Tests"
-}
-
-package() {
-cd "${srcdir}/build"
-make DESTDIR="${pkgdir}" install
-}

Copied: xrootd/repos/community-x86_64/PKGBUILD (from rev 437491, 
xrootd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 19:10:28 UTC (rev 437492)
@@ -0,0 +1,77 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
+# Contributor: Alex Pearce < alex at alexpearce dot me >
+pkgname=xrootd
+provides=('python-xrootd' 'python-pyxrootd')
+replaces=('python-xrootd' 'python-pyxrootd')
+conflicts=('python2-xrootd' 'python2-pyxrootd')
+pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
+pkgver=4.9.0
+pkgrel=2
+arch=('x86_64')
+url="http://xrootd.org;
+license=('LGPL3')
+depends=('ceph' 'python' 'cppunit')
+makedepends=('ceph' 'cmake' 'python')
+checkdepends=('cppunit')
+source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz"
+fix_signness.patch)
+sha256sums=('49791648bdc99ad87545f60d1808dacf926de7b843415ebdd181ccf43b2af8be'
+'f291968f0e17168330a422b43c92f1c2ec33f9c058f3310839ceeecff5e25f62')
+
+get_pyver () {
+python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -Np1 -i "${srcdir}"/fix_signness.patch
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+# configure
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+

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

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 19:09:46
  Author: kgizdov
Revision: 437491

replace python variants and conflict python2

Modified:
  xrootd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 19:08:14 UTC (rev 437490)
+++ PKGBUILD2019-03-03 19:09:46 UTC (rev 437491)
@@ -3,9 +3,11 @@
 # Contributor: Alex Pearce < alex at alexpearce dot me >
 pkgname=xrootd
 provides=('python-xrootd' 'python-pyxrootd')
+replaces=('python-xrootd' 'python-pyxrootd')
+conflicts=('python2-xrootd' 'python2-pyxrootd')
 pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://xrootd.org;
 license=('LGPL3')


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

2019-03-03 Thread Gaëtan Bisson via arch-commits
Date: Sunday, March 3, 2019 @ 19:08:14
  Author: bisson
Revision: 437490

archrelease: copy trunk to community-staging-x86_64

Added:
  unbound/repos/community-staging-x86_64/
  unbound/repos/community-staging-x86_64/PKGBUILD
(from rev 437489, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-x86_64/conf
(from rev 437489, unbound/trunk/conf)
  unbound/repos/community-staging-x86_64/hook
(from rev 437489, unbound/trunk/hook)
  unbound/repos/community-staging-x86_64/service
(from rev 437489, unbound/trunk/service)
  unbound/repos/community-staging-x86_64/sysusers.d
(from rev 437489, unbound/trunk/sysusers.d)
  unbound/repos/community-staging-x86_64/tmpfiles.d
(from rev 437489, unbound/trunk/tmpfiles.d)

+
 PKGBUILD   |   66 +++
 conf   |6 +
 hook   |   10 
 service|   13 +++
 sysusers.d |1 
 tmpfiles.d |1 
 6 files changed, 97 insertions(+)

Copied: unbound/repos/community-staging-x86_64/PKGBUILD (from rev 437489, 
unbound/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-03 19:08:14 UTC (rev 437490)
@@ -0,0 +1,66 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.9.0
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'service'
+'hook'
+'conf')
+sha256sums=('415af94b8392bc6b2c52e44ac8f17935cc6ddf2cc81edfb47c5be4ad205ab917'
+'SKIP'
+'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
+'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
+'a8a31511cb3d8c8092f0f9edb8887701eceac0108a177af8486c35a1d3ead601'
+'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
+'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-rpath \
+   --enable-dnscrypt \
+   --enable-dnstap \
+   --enable-pie \
+   --enable-relro-now \
+   --enable-subnet \
+   --enable-tfo-client \
+   --enable-tfo-server \
+   --with-conf-file=/etc/unbound/unbound.conf \
+   --with-pidfile=/run/unbound.pid \
+   --with-rootkey-file=/etc/trusted-key.key \
+   --with-libevent \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
+   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
+
+   # Trust anchor file available from within unbound's chroot.
+   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
+   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
+}

Copied: unbound/repos/community-staging-x86_64/conf (from rev 437489, 
unbound/trunk/conf)
===
--- community-staging-x86_64/conf   (rev 0)
+++ community-staging-x86_64/conf   2019-03-03 19:08:14 UTC (rev 437490)
@@ -0,0 +1,6 @@
+server:
+  use-syslog: yes
+  do-daemonize: no
+  username: "unbound"
+  directory: "/etc/unbound"
+  trust-anchor-file: trusted-key.key

Copied: unbound/repos/community-staging-x86_64/hook (from rev 437489, 
unbound/trunk/hook)
===
--- community-staging-x86_64/hook   (rev 0)
+++ community-staging-x86_64/hook   2019-03-03 19:08:14 UTC (rev 437490)
@@ -0,0 +1,10 @@
+[Trigger]
+Type = File
+Target = etc/trusted-key.key
+Operation = Install
+Operation = Upgrade
+
+[Action]
+Description = Updating trusted-key.key for unbound...
+When = PostTransaction
+Exec = /bin/cp -f 

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

2019-03-03 Thread Gaëtan Bisson via arch-commits
Date: Sunday, March 3, 2019 @ 19:07:12
  Author: bisson
Revision: 437489

rebuild against protobuf-3.7.0

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 18:58:50 UTC (rev 437488)
+++ PKGBUILD2019-03-03 19:07:12 UTC (rev 437489)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in papirus-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Sunday, March 3, 2019 @ 18:58:50
  Author: ffy00
Revision: 437488

archrelease: copy trunk to community-any

Added:
  papirus-icon-theme/repos/community-any/PKGBUILD
(from rev 437487, papirus-icon-theme/trunk/PKGBUILD)
Deleted:
  papirus-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 18:52:33 UTC (rev 437487)
+++ PKGBUILD2019-03-03 18:58:50 UTC (rev 437488)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20190302
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
-license=("LGPL3")
-depends=('gtk-update-icon-cache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('ec210b6507b60d3be2c62b02f8ac99ed079ab20f6da381afc1898f726d0ce1df19d1bed5aa29d40c6fac1cae78e45c56562be6c5ad615766c9c5295ec1cf6142')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 437487, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 18:58:50 UTC (rev 437488)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20190302
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('ec210b6507b60d3be2c62b02f8ac99ed079ab20f6da381afc1898f726d0ce1df19d1bed5aa29d40c6fac1cae78e45c56562be6c5ad615766c9c5295ec1cf6142')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in d-stdx-allocator/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Sunday, March 3, 2019 @ 18:52:33
  Author: ffy00
Revision: 437487

archrelease: copy trunk to community-x86_64

Added:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD
(from rev 437486, d-stdx-allocator/trunk/PKGBUILD)
Deleted:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 18:52:29 UTC (rev 437486)
+++ PKGBUILD2019-03-03 18:52:33 UTC (rev 437487)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=stdx-allocator
-pkgname=d-$_pkgname
-pkgver=3.0.1
-pkgrel=3
-pkgdesc='Extracted std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/stdx-allocator'
-license=('Boost')
-depends=('liblphobos' 'd-mir-core')
-makedepends=('meson' 'ldc')
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9a2b7c5efeba9b1080580769cf753691ec57361090803376d297cfb878206dfb')
-
-build() {
-  mkdir $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  meson test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: d-stdx-allocator/repos/community-x86_64/PKGBUILD (from rev 437486, 
d-stdx-allocator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 18:52:33 UTC (rev 437487)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=stdx-allocator
+pkgname=d-$_pkgname
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Extracted std.experimental.allocator'
+arch=('x86_64')
+url='https://github.com/dlang-community/stdx-allocator'
+license=('Boost')
+depends=('liblphobos' 'd-mir-core')
+makedepends=('meson' 'ldc')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be')
+
+build() {
+  mkdir $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  meson test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


[arch-commits] Commit in d-stdx-allocator/trunk (PKGBUILD)

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Sunday, March 3, 2019 @ 18:52:29
  Author: ffy00
Revision: 437486

upgpkg: d-stdx-allocator 3.0.2-1

Modified:
  d-stdx-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 18:47:54 UTC (rev 437485)
+++ PKGBUILD2019-03-03 18:52:29 UTC (rev 437486)
@@ -2,8 +2,8 @@
 
 _pkgname=stdx-allocator
 pkgname=d-$_pkgname
-pkgver=3.0.1
-pkgrel=3
+pkgver=3.0.2
+pkgrel=1
 pkgdesc='Extracted std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/stdx-allocator'
@@ -11,7 +11,7 @@
 depends=('liblphobos' 'd-mir-core')
 makedepends=('meson' 'ldc')
 source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9a2b7c5efeba9b1080580769cf753691ec57361090803376d297cfb878206dfb')
+sha512sums=('f4dc887225926cc4530314976e5e236c696a54c6e2ccdb48271b97b0c0a70882b70e92768c94c2932ccc9bd2282c3e953b27cf72088904458f7fc15234dca4be')
 
 build() {
   mkdir $_pkgname-$pkgver/build


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

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Sunday, March 3, 2019 @ 18:47:54
  Author: ffy00
Revision: 437485

archrelease: copy trunk to community-staging-x86_64

Added:
  cockatrice/repos/community-staging-x86_64/
  cockatrice/repos/community-staging-x86_64/PKGBUILD
(from rev 437484, cockatrice/trunk/PKGBUILD)

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

Copied: cockatrice/repos/community-staging-x86_64/PKGBUILD (from rev 437484, 
cockatrice/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-03 18:47:54 UTC (rev 437485)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cockatrice
+_pkgname=Cockatrice
+pkgver=2.6.2
+_tag=2018-12-20-Release-$pkgver
+pkgrel=2
+pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
+arch=('x86_64')
+url='https://cockatrice.github.io'
+license=('GPL2')
+depends=('qt5-base' 'protobuf' 'qt5-tools' 'qt5-svg' 'qt5-multimedia' 
'qt5-websockets')
+makedepends=('cmake' 'git' 'zlib')
+checkdepends=('gtest')
+optdepends=('zlib: Load zipped files in Oracle')
+provides=('cockatrice-client' 'cockatrice-server')
+conflicts=('cockatrice-client' 'cockatrice-server')
+source=("git+https://github.com/Cockatrice/Cockatrice.git#tag=$_tag;)
+sha512sums=('SKIP')
+
+build() {
+  mkdir -p $_pkgname/build
+  cd $_pkgname/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWITH_ORACLE=ON \
+   -DWITH_CLIENT=ON \
+   -DWITH_SERVER=ON \
+   -DTEST=ON
+
+  make
+}
+
+#check() {
+#  cd $_pkgname/build
+#
+#  make test
+#}
+
+package() {
+  cd $_pkgname/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Sunday, March 3, 2019 @ 18:44:27
  Author: ffy00
Revision: 437484

archrelease: copy trunk to staging-x86_64

Added:
  cockatrice/repos/staging-x86_64/
  cockatrice/repos/staging-x86_64/PKGBUILD
(from rev 437483, cockatrice/trunk/PKGBUILD)

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

Copied: cockatrice/repos/staging-x86_64/PKGBUILD (from rev 437483, 
cockatrice/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-03 18:44:27 UTC (rev 437484)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cockatrice
+_pkgname=Cockatrice
+pkgver=2.6.2
+_tag=2018-12-20-Release-$pkgver
+pkgrel=2
+pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
+arch=('x86_64')
+url='https://cockatrice.github.io'
+license=('GPL2')
+depends=('qt5-base' 'protobuf' 'qt5-tools' 'qt5-svg' 'qt5-multimedia' 
'qt5-websockets')
+makedepends=('cmake' 'git' 'zlib')
+checkdepends=('gtest')
+optdepends=('zlib: Load zipped files in Oracle')
+provides=('cockatrice-client' 'cockatrice-server')
+conflicts=('cockatrice-client' 'cockatrice-server')
+source=("git+https://github.com/Cockatrice/Cockatrice.git#tag=$_tag;)
+sha512sums=('SKIP')
+
+build() {
+  mkdir -p $_pkgname/build
+  cd $_pkgname/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWITH_ORACLE=ON \
+   -DWITH_CLIENT=ON \
+   -DWITH_SERVER=ON \
+   -DTEST=ON
+
+  make
+}
+
+#check() {
+#  cd $_pkgname/build
+#
+#  make test
+#}
+
+package() {
+  cd $_pkgname/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Sunday, March 3, 2019 @ 18:44:12
  Author: ffy00
Revision: 437483

protobuf 3.7.0 rebuild

Modified:
  cockatrice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 17:59:10 UTC (rev 437482)
+++ PKGBUILD2019-03-03 18:44:12 UTC (rev 437483)
@@ -4,7 +4,7 @@
 _pkgname=Cockatrice
 pkgver=2.6.2
 _tag=2018-12-20-Release-$pkgver
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
 arch=('x86_64')
 url='https://cockatrice.github.io'


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

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Sunday, March 3, 2019 @ 17:58:50
  Author: ffy00
Revision: 437481

upgpkg: openocd 1:0.10.0-2

Added:
  openocd/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 17:58:50 UTC (rev 437481)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Sergej Pupykin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Matthias Bauch 
+# Contributor: Laszlo Papp 
+# Contributor: Samuel Tardieu 
+
+pkgname=openocd
+pkgver=0.10.0
+epoch=1
+pkgrel=2
+pkgdesc='Debugging, in-system programming and boundary-scan testing for 
embedded target devices'
+arch=('x86_64')
+url='http://openocd.org'
+license=('GPL')
+depends=('libftdi' 'libftdi-compat' 'libusb' 'libusb-compat' 'hidapi')
+options=(!strip)
+_features=(amtjtagaccel armjtagew buspirate ftdi gw16012 jlink oocd_trace
+ opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi 
ulink usbprog vsllink
+ aice cmsis-dap dummy jtag_vpi openjtag_ftdi usb-blaster-2 usb_blaster_libftdi)
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('6c890c86c3339da49bd529e8674ca62bc7fce4a2a17798dcc5d70b4f7628b640d856651170a3f7e2e2a120989066e84d8439b56ff42ff2bd72446f9af0f28ba2')
+
+prepare() {
+  sed -i 's|ftdi_new();|(void*)12345;|g' $pkgname-$pkgver/configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  libtoolize
+  autoreconf
+  ./configure \
+   --prefix=/usr \
+   --disable-werror \
+   ${_features[@]/#/--enable-}
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"/usr/share/openocd/scripts/target && mv 1986*.cfg 1986be1t.cfg
+}


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

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Sunday, March 3, 2019 @ 17:59:10
  Author: ffy00
Revision: 437482

archrelease: copy trunk to community-x86_64

Added:
  openocd/repos/community-x86_64/
  openocd/repos/community-x86_64/PKGBUILD
(from rev 437481, openocd/trunk/PKGBUILD)

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

Copied: openocd/repos/community-x86_64/PKGBUILD (from rev 437481, 
openocd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-03 17:59:10 UTC (rev 437482)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Sergej Pupykin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Matthias Bauch 
+# Contributor: Laszlo Papp 
+# Contributor: Samuel Tardieu 
+
+pkgname=openocd
+pkgver=0.10.0
+epoch=1
+pkgrel=2
+pkgdesc='Debugging, in-system programming and boundary-scan testing for 
embedded target devices'
+arch=('x86_64')
+url='http://openocd.org'
+license=('GPL')
+depends=('libftdi' 'libftdi-compat' 'libusb' 'libusb-compat' 'hidapi')
+options=(!strip)
+_features=(amtjtagaccel armjtagew buspirate ftdi gw16012 jlink oocd_trace
+ opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi 
ulink usbprog vsllink
+ aice cmsis-dap dummy jtag_vpi openjtag_ftdi usb-blaster-2 usb_blaster_libftdi)
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('6c890c86c3339da49bd529e8674ca62bc7fce4a2a17798dcc5d70b4f7628b640d856651170a3f7e2e2a120989066e84d8439b56ff42ff2bd72446f9af0f28ba2')
+
+prepare() {
+  sed -i 's|ftdi_new();|(void*)12345;|g' $pkgname-$pkgver/configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  libtoolize
+  autoreconf
+  ./configure \
+   --prefix=/usr \
+   --disable-werror \
+   ${_features[@]/#/--enable-}
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"/usr/share/openocd/scripts/target && mv 1986*.cfg 1986be1t.cfg
+}


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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Sunday, March 3, 2019 @ 17:50:48
  Author: arojas
Revision: 437480

archrelease: copy trunk to community-staging-x86_64

Added:
  strawberry/repos/community-staging-x86_64/
  strawberry/repos/community-staging-x86_64/PKGBUILD
(from rev 437479, strawberry/trunk/PKGBUILD)

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

Copied: strawberry/repos/community-staging-x86_64/PKGBUILD (from rev 437479, 
strawberry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-03 17:50:48 UTC (rev 437480)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.5.2
+pkgrel=2
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="http://www.strawbs.org/;
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp desktop-file-utils)
+makedepends=(cmake boost)
+optdepends=('gst-libav: additional codecs'
+'gst-plugins-bad: additional codecs'
+'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('a7a1ad74fcd5039d21b1876814d258b53f7df3227b2c5522f5a403291c148244')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SYSTEM_TAGLIB=ON \
+-DENABLE_DEEZER=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Sunday, March 3, 2019 @ 17:50:26
  Author: arojas
Revision: 437479

protobuf 3.7 rebuild

Modified:
  strawberry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 17:47:38 UTC (rev 437478)
+++ PKGBUILD2019-03-03 17:50:26 UTC (rev 437479)
@@ -3,7 +3,7 @@
 
 pkgname=strawberry
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A music player aimed at audio enthusiasts and music collectors"
 arch=(x86_64)
 url="http://www.strawbs.org/;


[arch-commits] Commit in (openocd openocd/repos openocd/trunk)

2019-03-03 Thread Filipe Laíns via arch-commits
Date: Sunday, March 3, 2019 @ 17:47:38
  Author: ffy00
Revision: 437478

add root structure

Added:
  openocd/
  openocd/repos/
  openocd/trunk/


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

2019-03-03 Thread Alexander Rødseth via arch-commits
Date: Sunday, March 3, 2019 @ 17:26:06
  Author: arodseth
Revision: 437476

upgpkg: midori 8.0-1

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 16:08:58 UTC (rev 437475)
+++ PKGBUILD2019-03-03 17:26:06 UTC (rev 437476)
@@ -5,28 +5,26 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=midori
-pkgver=7.0
+pkgver=8.0
 pkgrel=1
 pkgdesc='Lightweight web browser'
-arch=('x86_64')
+arch=(x86_64)
 url='https://midori-browser.org/'
-license=('LGPL')
-depends=('aria2' 'gcr' 'gobject-introspection-runtime' 'libpeas' 'libxss'
- 'webkit2gtk' 'zeitgeist')
-makedepends=('bzr' 'cmake' 'git' 'gobject-introspection' 'intltool' 'ninja'
- 'vala')
+license=(LGPL)
+depends=(aria2 gcr gobject-introspection-runtime libpeas libxss webkit2gtk
+ zeitgeist)
+makedepends=(bzr cmake git gobject-introspection intltool ninja vala)
 optdepends=('gst-plugins-base: HTML5 OGG videos support'
 'gst-plugins-good: HTML5 H264 and WebM videos support'
 'gst-libav: HTML5 H264 videos support')
-options=('!emptydirs')
-source=("$pkgname::git+https://github.com/midori-browser/core.git#\
-tag=v${pkgver%.0}")
+options=(!emptydirs)
+source=("$pkgname::git+https://github.com/midori-browser/core.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
 build() {
   mkdir -p build
   cd build
-  cmake "../$pkgname" \
+  cmake "$srcdir/$pkgname" \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
@@ -39,5 +37,5 @@
   DESTDIR="$pkgdir" ninja -C build install
 }
 
-# getver: launchpad.net/midori/+download
+# getver: -u 8 
raw.githubusercontent.com/midori-browser/core/master/CMakeLists.txt
 # vim: ts=2 sw=2 et:


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

2019-03-03 Thread Alexander Rødseth via arch-commits
Date: Sunday, March 3, 2019 @ 17:26:19
  Author: arodseth
Revision: 437477

archrelease: copy trunk to community-x86_64

Added:
  midori/repos/community-x86_64/PKGBUILD
(from rev 437476, midori/trunk/PKGBUILD)
Deleted:
  midori/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 17:26:06 UTC (rev 437476)
+++ PKGBUILD2019-03-03 17:26:19 UTC (rev 437477)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=midori
-pkgver=7.0
-pkgrel=1
-pkgdesc='Lightweight web browser'
-arch=('x86_64')
-url='https://midori-browser.org/'
-license=('LGPL')
-depends=('aria2' 'gcr' 'gobject-introspection-runtime' 'libpeas' 'libxss'
- 'webkit2gtk' 'zeitgeist')
-makedepends=('bzr' 'cmake' 'git' 'gobject-introspection' 'intltool' 'ninja'
- 'vala')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-'gst-plugins-good: HTML5 H264 and WebM videos support'
-'gst-libav: HTML5 H264 videos support')
-options=('!emptydirs')
-source=("$pkgname::git+https://github.com/midori-browser/core.git#\
-tag=v${pkgver%.0}")
-md5sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
--DVALA_CFLAGS="$CFLAGS -fPIC -w" \
--G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: launchpad.net/midori/+download
-# vim: ts=2 sw=2 et:

Copied: midori/repos/community-x86_64/PKGBUILD (from rev 437476, 
midori/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 17:26:19 UTC (rev 437477)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=midori
+pkgver=8.0
+pkgrel=1
+pkgdesc='Lightweight web browser'
+arch=(x86_64)
+url='https://midori-browser.org/'
+license=(LGPL)
+depends=(aria2 gcr gobject-introspection-runtime libpeas libxss webkit2gtk
+ zeitgeist)
+makedepends=(bzr cmake git gobject-introspection intltool ninja vala)
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+'gst-plugins-good: HTML5 H264 and WebM videos support'
+'gst-libav: HTML5 H264 videos support')
+options=(!emptydirs)
+source=("$pkgname::git+https://github.com/midori-browser/core.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+-DVALA_CFLAGS="$CFLAGS -fPIC -w" \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: -u 8 
raw.githubusercontent.com/midori-browser/core/master/CMakeLists.txt
+# vim: ts=2 sw=2 et:


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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 16:11:14
  Author: jelle
Revision: 347026

archrelease: copy trunk to staging-x86_64

Added:
  libgadu/repos/staging-x86_64/
  libgadu/repos/staging-x86_64/PKGBUILD
(from rev 347025, libgadu/trunk/PKGBUILD)

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

Copied: libgadu/repos/staging-x86_64/PKGBUILD (from rev 347025, 
libgadu/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-03 16:11:14 UTC (rev 347026)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Mateusz Herych 
+
+pkgname=libgadu
+pkgver=1.12.2
+pkgrel=7
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('x86_64')
+url="http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz;)
+md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./protobufgen.sh
+  ./configure --prefix=/usr --disable-tests --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 16:11:08
  Author: jelle
Revision: 347025

upgpkg: libgadu 1.12.2-7

protobuf 3.7.0 rebuild

Modified:
  libgadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:41:31 UTC (rev 347024)
+++ PKGBUILD2019-03-03 16:11:08 UTC (rev 347025)
@@ -4,7 +4,7 @@
 
 pkgname=libgadu
 pkgver=1.12.2
-pkgrel=6
+pkgrel=7
 pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
 arch=('x86_64')
 url="http://libgadu.net/;


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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 16:08:51
  Author: jelle
Revision: 437474

upgpkg: curaengine 3.6.0-2

protobuf 3.7.0 rebuild

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 16:05:20 UTC (rev 437473)
+++ PKGBUILD2019-03-03 16:08:51 UTC (rev 437474)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
 url="https://github.com/Ultimaker/CuraEngine;
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;

"fix_mocksocket_tests.patch::https://github.com/Ultimaker/CuraEngine/commit/7349c981135f6460640c23527f02dea650304467.patch;)
 
sha512sums=('340dad4c697fb0d7b633091715a904ae7df8973626e217ae2528d0121723c07a6cf0bbc740b9ad9980f3b288fa690c9c3ee43d90914264855dace007bbb334c8'
-
'2371a984caec6b9972236f5579a4c928c6cf2c268dd994798b606ba4310333534aea52d2b465d64484081b00ab3550717d4abca3b7174f27f6e1941d43e31cff')
+
'72d424cb96db26e7e4170d2e208f3dbbabbea19e5e7c6a02b53ef47eddbcbb4dc20d045b2065e91acd8dc5f481345a9a3b5568781db9445d3af697555aba847e')
 
 prepare() {
   cd CuraEngine-${pkgver}


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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 16:08:58
  Author: jelle
Revision: 437475

archrelease: copy trunk to community-staging-x86_64

Added:
  curaengine/repos/community-staging-x86_64/
  curaengine/repos/community-staging-x86_64/PKGBUILD
(from rev 437474, curaengine/trunk/PKGBUILD)

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

Copied: curaengine/repos/community-staging-x86_64/PKGBUILD (from rev 437474, 
curaengine/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-03 16:08:58 UTC (rev 437475)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=curaengine
+pkgver=3.6.0
+pkgrel=2
+pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
+url="https://github.com/Ultimaker/CuraEngine;
+arch=('x86_64')
+license=('AGPL')
+depends=('arcus')
+# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
+# Package polyclipping in the repos
+checkdepends=('cppunit')
+makedepends=('cmake' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;
+   
"fix_mocksocket_tests.patch::https://github.com/Ultimaker/CuraEngine/commit/7349c981135f6460640c23527f02dea650304467.patch;)
+sha512sums=('340dad4c697fb0d7b633091715a904ae7df8973626e217ae2528d0121723c07a6cf0bbc740b9ad9980f3b288fa690c9c3ee43d90914264855dace007bbb334c8'
+
'72d424cb96db26e7e4170d2e208f3dbbabbea19e5e7c6a02b53ef47eddbcbb4dc20d045b2065e91acd8dc5f481345a9a3b5568781db9445d3af697555aba847e')
+
+prepare() {
+  cd CuraEngine-${pkgver}
+  patch -Np1 -i $srcdir/fix_mocksocket_tests.patch
+}
+
+build() {
+  cd CuraEngine-${pkgver}
+  mkdir -p build
+  cd build
+
+   cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=ON \
+ -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+check() {
+  cd CuraEngine-${pkgver}/build
+  make test
+}
+
+package() {
+  cd CuraEngine-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 16:05:20
  Author: jelle
Revision: 437473

archrelease: copy trunk to community-staging-x86_64

Added:
  arcus/repos/community-staging-x86_64/
  arcus/repos/community-staging-x86_64/PKGBUILD
(from rev 437472, arcus/trunk/PKGBUILD)

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

Copied: arcus/repos/community-staging-x86_64/PKGBUILD (from rev 437472, 
arcus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-03 16:05:20 UTC (rev 437473)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+# upstreamed renamed to libarcus
+pkgname=arcus
+pkgver=3.6.0
+pkgrel=2
+pkgdesc="Communication library between internal components for Ultimaker 
software"
+url="https://github.com/Ultimaker/libArcus;
+arch=('x86_64')
+license=('LGPL')
+makedepends=('cmake' 'sip')
+depends=('python' 'protobuf' 'python-sip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
+md5sums=('646aef825fa28591f40c4cc0504c2465')
+
+build() {
+  cd libArcus-${pkgver}
+  mkdir -p build
+  cd build
+  
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=OFF  \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
+
+  make
+}
+
+package() {
+  cd libArcus-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 16:05:12
  Author: jelle
Revision: 437472

upgpkg: arcus 3.6.0-2

protobuf 3.7.0 rebuild

Modified:
  arcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 15:59:45 UTC (rev 437471)
+++ PKGBUILD2019-03-03 16:05:12 UTC (rev 437472)
@@ -4,7 +4,7 @@
 # upstreamed renamed to libarcus
 pkgname=arcus
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Communication library between internal components for Ultimaker 
software"
 url="https://github.com/Ultimaker/libArcus;
 arch=('x86_64')


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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 15:59:45
  Author: jelle
Revision: 437471

archrelease: copy trunk to community-any

Added:
  python-jedi/repos/community-any/PKGBUILD
(from rev 437470, python-jedi/trunk/PKGBUILD)
  python-jedi/repos/community-any/fix-environment-cache.patch
(from rev 437470, python-jedi/trunk/fix-environment-cache.patch)
Deleted:
  python-jedi/repos/community-any/PKGBUILD
  python-jedi/repos/community-any/fix-environment-cache.patch

-+
 PKGBUILD|   86 +-
 fix-environment-cache.patch |   42 ++--
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 15:59:32 UTC (rev 437470)
+++ PKGBUILD2019-03-03 15:59:45 UTC (rev 437471)
@@ -1,43 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Danilo Bargen 
-# Contributor: Simon Conseil 
-# Contributor: Jesus Alvarez
-
-pkgbase=python-jedi
-pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.13.2
-pkgrel=1
-arch=('any')
-url="https://github.com/davidhalter/jedi;
-license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-parso' 'python2-parso')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/davidhalter/jedi/archive/v$pkgver.tar.gz;)
-sha256sums=('434f1a6a6afb7477f5b2934da7822fcdbe7d962abf0cec9f391117df493dde0c')
-
-check() {
-cd "$srcdir/jedi-${pkgver}"
-pytest test || warning 'Ignoring test_pyc failure'
-}
-
-package_python-jedi() {
-pkgdesc="Awesome autocompletion for python"
-depends=('python' 'python-parso')
-conflicts=('python3-jedi-git')
-cd "$srcdir/jedi-${pkgver}"
-python3 setup.py install --root="$pkgdir/" --optimize=1
-
-install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jedi() {
-pkgdesc="Awesome autocompletion for python2"
-depends=('python2' 'python2-parso')
-conflicts=('jedi-git' 'python2-jedi-git')
-cd "$srcdir/jedi-${pkgver}"
-python2 setup.py install --root="$pkgdir/" --optimize=1
-
-install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et

Copied: python-jedi/repos/community-any/PKGBUILD (from rev 437470, 
python-jedi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 15:59:45 UTC (rev 437471)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Danilo Bargen 
+# Contributor: Simon Conseil 
+# Contributor: Jesus Alvarez
+
+pkgbase=python-jedi
+pkgname=('python2-jedi' 'python-jedi')
+pkgver=0.13.3
+pkgrel=1
+arch=('any')
+url="https://github.com/davidhalter/jedi;
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-parso' 'python2-parso')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/davidhalter/jedi/archive/v$pkgver.tar.gz;)
+sha256sums=('e82c4933b4c9717276fa6528b91d7c667463ac2773ccecd076e6b068c70a6e0e')
+
+check() {
+cd "$srcdir/jedi-${pkgver}"
+pytest test || warning 'Ignoring test_pyc failure'
+}
+
+package_python-jedi() {
+pkgdesc="Awesome autocompletion for python"
+depends=('python' 'python-parso')
+conflicts=('python3-jedi-git')
+cd "$srcdir/jedi-${pkgver}"
+python3 setup.py install --root="$pkgdir/" --optimize=1
+
+install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jedi() {
+pkgdesc="Awesome autocompletion for python2"
+depends=('python2' 'python2-parso')
+conflicts=('jedi-git' 'python2-jedi-git')
+cd "$srcdir/jedi-${pkgver}"
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et

Deleted: fix-environment-cache.patch
===
--- fix-environment-cache.patch 2019-03-03 15:59:32 UTC (rev 437470)
+++ fix-environment-cache.patch 2019-03-03 15:59:45 UTC (rev 437471)
@@ -1,21 +0,0 @@
-diff -u -r jedi-0.13.1/jedi/api/environment.py 
jedi-0.13.1-fix/jedi/api/environment.py
 jedi-0.13.1/jedi/api/environment.py2018-10-02 17:07:35.0 
+
-+++ jedi-0.13.1-fix/jedi/api/environment.py2018-11-23 15:03:25.989461415 
+
-@@ -190,15 +190,11 @@
- 
- 
- def get_cached_default_environment():
--environment = _get_cached_default_environment()
--if environment.path != os.environ.get('VIRTUAL_ENV'):
--_get_cached_default_environment.clear_cache()
--return _get_cached_default_environment()
--return environment
-+return 

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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 15:59:32
  Author: jelle
Revision: 437470

upgpkg: python-jedi 0.13.3-1

Modified:
  python-jedi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 15:55:22 UTC (rev 437469)
+++ PKGBUILD2019-03-03 15:59:32 UTC (rev 437470)
@@ -5,7 +5,7 @@
 
 pkgbase=python-jedi
 pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.13.2
+pkgver=0.13.3
 pkgrel=1
 arch=('any')
 url="https://github.com/davidhalter/jedi;
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools' 'python-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-parso' 'python2-parso')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/davidhalter/jedi/archive/v$pkgver.tar.gz;)
-sha256sums=('434f1a6a6afb7477f5b2934da7822fcdbe7d962abf0cec9f391117df493dde0c')
+sha256sums=('e82c4933b4c9717276fa6528b91d7c667463ac2773ccecd076e6b068c70a6e0e')
 
 check() {
 cd "$srcdir/jedi-${pkgver}"


[arch-commits] Commit in bazel/repos/community-testing-x86_64 (18 files)

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 15:55:22
  Author: kgizdov
Revision: 437469

archrelease: copy trunk to community-testing-x86_64

Added:
  bazel/repos/community-testing-x86_64/PKGBUILD
(from rev 437468, bazel/trunk/PKGBUILD)
  bazel/repos/community-testing-x86_64/com_google_protobuf_java.BUILD
(from rev 437468, bazel/trunk/com_google_protobuf_java.BUILD)
  bazel/repos/community-testing-x86_64/main_protobuf_build.patch
(from rev 437468, bazel/trunk/main_protobuf_build.patch)
  bazel/repos/community-testing-x86_64/protobuf_build.patch
(from rev 437468, bazel/trunk/protobuf_build.patch)
  bazel/repos/community-testing-x86_64/protobuf_examples.patch
(from rev 437468, bazel/trunk/protobuf_examples.patch)
  bazel/repos/community-testing-x86_64/protobuf_googletest.patch
(from rev 437468, bazel/trunk/protobuf_googletest.patch)
  bazel/repos/community-testing-x86_64/protobuf_util_python.patch
(from rev 437468, bazel/trunk/protobuf_util_python.patch)
  bazel/repos/community-testing-x86_64/protobuf_version.patch
(from rev 437468, bazel/trunk/protobuf_version.patch)
  bazel/repos/community-testing-x86_64/workspace.patch
(from rev 437468, bazel/trunk/workspace.patch)
Deleted:
  bazel/repos/community-testing-x86_64/PKGBUILD
  bazel/repos/community-testing-x86_64/com_google_protobuf_java.BUILD
  bazel/repos/community-testing-x86_64/main_protobuf_build.patch
  bazel/repos/community-testing-x86_64/protobuf_build.patch
  bazel/repos/community-testing-x86_64/protobuf_examples.patch
  bazel/repos/community-testing-x86_64/protobuf_googletest.patch
  bazel/repos/community-testing-x86_64/protobuf_util_python.patch
  bazel/repos/community-testing-x86_64/protobuf_version.patch
  bazel/repos/community-testing-x86_64/workspace.patch

+
 PKGBUILD   |  255 +++
 com_google_protobuf_java.BUILD |   24 +--
 main_protobuf_build.patch  |   22 +--
 protobuf_build.patch   |  244 ++---
 protobuf_examples.patch|   34 ++---
 protobuf_googletest.patch  |   30 ++--
 protobuf_util_python.patch |   34 ++---
 protobuf_version.patch |   22 +--
 workspace.patch|   26 +--
 9 files changed, 346 insertions(+), 345 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 15:54:49 UTC (rev 437468)
+++ PKGBUILD2019-03-03 15:55:22 UTC (rev 437469)
@@ -1,127 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.23.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python' 'maven' 'gcc-libs'
- 'zlib' 'python-setuptools' 'python2-setuptools')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig
-
"protobuf-3.7.0.tgz::https://github.com/protocolbuffers/protobuf/archive/v3.7.0.tar.gz;
-
"gtest-1.8.0.tar.gz::https://github.com/google/googletest/archive/release-1.8.0.tar.gz;
-
"gtest-BUILD.bazel::https://raw.githubusercontent.com/google/googletest/v1.8.x/BUILD.bazel;
-
"gtest-WORKSPACE::https://raw.githubusercontent.com/google/googletest/v1.8.x/WORKSPACE;
-protobuf_build.patch
-protobuf_examples.patch
-protobuf_googletest.patch
-protobuf_util_python.patch
-protobuf_version.patch
-main_protobuf_build.patch
-workspace.patch)
-sha512sums=('e53cd008552d61eab00f94a73458b6ada5c0bcb659f6fc748d4178b6b7371f625def17f983b09b9e920710153e6fd1e15b53ca71d424e2b0a79cdd4c815af3bf'
-'SKIP'
-
'c570ece1d42706982dd87f601af6b3dd1d788d1b150b543190d10d2f070c67f0d006726ec4eafd3b9234a679e7ef77ac9d97749414f53f619287a1f23a0b739c'
-
'1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d'
-
'104ed7a953e6f5edbc9ba83dfc89f7f8140b17533800bf42bb043cb8bdeb46aaffa8baad29b4498a91f6f9504b6cc6e734462f7586e4d227a531a26264893973'
-
'8feab77750d869ee21ea0c18dc0e2941acfdab816d3ab13e80b7fecb8f5923c87ab6563ad48711dc1c7ed29fc7776010507dcd47f1e21da486cd7f6870da173d'
-
'f32084c8e00a411782df07b5a625faf0a3177efd8bd59d07479e46d2a9c4716209b4119ad49144e0b36aba4a63979ed356e07e30ed87a0d78d3c2ea20cbcaee5'
-
'196ff5f816c9d835aed92a678670ee24cdbd586e92303abad6a1d6a7a5c1e14d08a003d898176adb00f65d1372a599d2e6e2bd9ba97064292dbb3ae89c194012'
-

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

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 15:54:49
  Author: kgizdov
Revision: 437468

version bump

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 15:46:39 UTC (rev 437467)
+++ PKGBUILD2019-03-03 15:54:49 UTC (rev 437468)
@@ -1,10 +1,11 @@
 # Maintainer: Sven-Hendrik Haase 
+# Co-Maintainer: Konstantin Gizdov 
 # Contributor: Frederik Schwan 
 # Contributor: Simon Legner 
 
 pkgname=bazel
 pkgver=0.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
 license=('Apache')


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

2019-03-03 Thread Alexander Rødseth via arch-commits
Date: Sunday, March 3, 2019 @ 15:46:29
  Author: arodseth
Revision: 437466

upgpkg: liteide 35.5-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 15:30:52 UTC (rev 437465)
+++ PKGBUILD2019-03-03 15:46:29 UTC (rev 437466)
@@ -4,7 +4,7 @@
 # Contributor: Matthew Zimmerman 
 
 pkgname=liteide
-pkgver=35.3
+pkgver=35.5
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=(LGPL)


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

2019-03-03 Thread Alexander Rødseth via arch-commits
Date: Sunday, March 3, 2019 @ 15:46:39
  Author: arodseth
Revision: 437467

archrelease: copy trunk to community-x86_64

Added:
  liteide/repos/community-x86_64/PKGBUILD
(from rev 437466, liteide/trunk/PKGBUILD)
Deleted:
  liteide/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 15:46:29 UTC (rev 437466)
+++ PKGBUILD2019-03-03 15:46:39 UTC (rev 437467)
@@ -1,93 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=35.3
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=(LGPL)
-arch=(x86_64)
-url='https://github.com/visualfc/liteide'
-makedepends=(gcc-go git imagemagick mercurial setconf)
-depends=(go-tools qt5-webkit)
-optdepends=('go: go compiler'
-'gcc-go: go compiler')
-options=(!strip !emptydirs)
-source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  chmod +x "liteide-x"$pkgver"/build/"*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
-  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
-
-  # Fix the libpng warning: iCCP: known incorrect sRGB profile
-  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH="$PWD/go"
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  # Directories
-  install -d \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  # Executables
-  ls bin
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  # Resources
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  # Libraries and plugins
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  # License and license exception
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd "$srcdir"
-
-  # Desktop shortcut
-  install -Dm644 "liteide-x$pkgver/liteidex/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -d "$pkgdir/usr/share/pixmaps"
-  ln -s /usr/share/liteide/welcome/images/liteide400.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # Cleaning up
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# getver: 
raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD
-# vim: ts=2 sw=2 et:

Copied: liteide/repos/community-x86_64/PKGBUILD (from rev 437466, 
liteide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 15:46:39 UTC (rev 437467)
@@ -0,0 +1,93 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=35.5
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=(LGPL)
+arch=(x86_64)
+url='https://github.com/visualfc/liteide'
+makedepends=(gcc-go git imagemagick mercurial setconf)
+depends=(go-tools qt5-webkit)
+optdepends=('go: go compiler'
+'gcc-go: go compiler')
+options=(!strip !emptydirs)
+source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  chmod +x "liteide-x"$pkgver"/build/"*_*.sh
+
+  # Fix for FS#4662 until fixed by upstream
+  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
+  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
+  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
+
+  # Fix the libpng warning: iCCP: known incorrect sRGB profile
+  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
+}
+
+build() {
+  cd "liteide-x$pkgver/build"
+
+  mkdir -p go
+  export GOPATH="$PWD/go"
+  export QTDIR=/usr
+
+  ./update_pkg.sh
+  ./build_linux.sh
+}
+
+package() {
+  cd "liteide-x$pkgver/build/liteide"
+
+  # Directories
+  install -d \
+"$pkgdir/usr/lib/liteide" \
+"$pkgdir/usr/share/liteide" \
+"$pkgdir/usr/share/doc/$pkgname"
+
+  # Executables
+  ls bin
+  for binary in gotools gocode liteide; do # goimports
+

[arch-commits] Commit in bazel/repos/community-testing-x86_64 (18 files)

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 15:30:52
  Author: kgizdov
Revision: 437465

archrelease: copy trunk to community-testing-x86_64

Added:
  bazel/repos/community-testing-x86_64/PKGBUILD
(from rev 437464, bazel/trunk/PKGBUILD)
  bazel/repos/community-testing-x86_64/com_google_protobuf_java.BUILD
(from rev 437464, bazel/trunk/com_google_protobuf_java.BUILD)
  bazel/repos/community-testing-x86_64/main_protobuf_build.patch
(from rev 437464, bazel/trunk/main_protobuf_build.patch)
  bazel/repos/community-testing-x86_64/protobuf_build.patch
(from rev 437464, bazel/trunk/protobuf_build.patch)
  bazel/repos/community-testing-x86_64/protobuf_examples.patch
(from rev 437464, bazel/trunk/protobuf_examples.patch)
  bazel/repos/community-testing-x86_64/protobuf_googletest.patch
(from rev 437464, bazel/trunk/protobuf_googletest.patch)
  bazel/repos/community-testing-x86_64/protobuf_util_python.patch
(from rev 437464, bazel/trunk/protobuf_util_python.patch)
  bazel/repos/community-testing-x86_64/protobuf_version.patch
(from rev 437464, bazel/trunk/protobuf_version.patch)
  bazel/repos/community-testing-x86_64/workspace.patch
(from rev 437464, bazel/trunk/workspace.patch)
Deleted:
  bazel/repos/community-testing-x86_64/PKGBUILD
  bazel/repos/community-testing-x86_64/com_google_protobuf_java.BUILD
  bazel/repos/community-testing-x86_64/main_protobuf_build.patch
  bazel/repos/community-testing-x86_64/protobuf_build.patch
  bazel/repos/community-testing-x86_64/protobuf_examples.patch
  bazel/repos/community-testing-x86_64/protobuf_googletest.patch
  bazel/repos/community-testing-x86_64/protobuf_util_python.patch
  bazel/repos/community-testing-x86_64/protobuf_version.patch
  bazel/repos/community-testing-x86_64/workspace.patch

+
 PKGBUILD   |  254 +++
 com_google_protobuf_java.BUILD |   24 +--
 main_protobuf_build.patch  |   22 +--
 protobuf_build.patch   |  244 ++---
 protobuf_examples.patch|   34 ++---
 protobuf_googletest.patch  |   30 ++--
 protobuf_util_python.patch |   34 ++---
 protobuf_version.patch |   22 +--
 workspace.patch|   26 +--
 9 files changed, 345 insertions(+), 345 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 15:26:45 UTC (rev 437464)
+++ PKGBUILD2019-03-03 15:30:52 UTC (rev 437465)
@@ -1,127 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.23.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python' 'maven' 'gcc-libs'
- 'zlib' 'python-setuptools' 'python2-setuptools')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig
-
"protobuf-3.7.0.tgz::https://github.com/protocolbuffers/protobuf/archive/v3.7.0.tar.gz;
-
"gtest-1.8.0.tar.gz::https://github.com/google/googletest/archive/release-1.8.0.tar.gz;
-
"gtest-BUILD.bazel::https://raw.githubusercontent.com/google/googletest/v1.8.x/BUILD.bazel;
-
"gtest-WORKSPACE::https://raw.githubusercontent.com/google/googletest/v1.8.x/WORKSPACE;
-protobuf_build.patch
-protobuf_examples.patch
-protobuf_googletest.patch
-protobuf_util_python.patch
-protobuf_version.patch
-main_protobuf_build.patch
-workspace.patch)
-sha512sums=('e53cd008552d61eab00f94a73458b6ada5c0bcb659f6fc748d4178b6b7371f625def17f983b09b9e920710153e6fd1e15b53ca71d424e2b0a79cdd4c815af3bf'
-'SKIP'
-
'c570ece1d42706982dd87f601af6b3dd1d788d1b150b543190d10d2f070c67f0d006726ec4eafd3b9234a679e7ef77ac9d97749414f53f619287a1f23a0b739c'
-
'1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d'
-
'104ed7a953e6f5edbc9ba83dfc89f7f8140b17533800bf42bb043cb8bdeb46aaffa8baad29b4498a91f6f9504b6cc6e734462f7586e4d227a531a26264893973'
-
'8feab77750d869ee21ea0c18dc0e2941acfdab816d3ab13e80b7fecb8f5923c87ab6563ad48711dc1c7ed29fc7776010507dcd47f1e21da486cd7f6870da173d'
-
'f32084c8e00a411782df07b5a625faf0a3177efd8bd59d07479e46d2a9c4716209b4119ad49144e0b36aba4a63979ed356e07e30ed87a0d78d3c2ea20cbcaee5'
-
'196ff5f816c9d835aed92a678670ee24cdbd586e92303abad6a1d6a7a5c1e14d08a003d898176adb00f65d1372a599d2e6e2bd9ba97064292dbb3ae89c194012'
-

[arch-commits] Commit in bazel/trunk (9 files)

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 15:25:53
  Author: kgizdov
Revision: 437463

update to v0.23.0 and use protobuf 3.7.0

Added:
  bazel/trunk/com_google_protobuf_java.BUILD
  bazel/trunk/main_protobuf_build.patch
  bazel/trunk/protobuf_build.patch
  bazel/trunk/protobuf_examples.patch
  bazel/trunk/protobuf_googletest.patch
  bazel/trunk/protobuf_util_python.patch
  bazel/trunk/protobuf_version.patch
  bazel/trunk/workspace.patch
Modified:
  bazel/trunk/PKGBUILD

+
 PKGBUILD   |  111 +++
 com_google_protobuf_java.BUILD |   12 +++
 main_protobuf_build.patch  |   11 +++
 protobuf_build.patch   |  122 +++
 protobuf_examples.patch|   17 +
 protobuf_googletest.patch  |   15 
 protobuf_util_python.patch |   17 +
 protobuf_version.patch |   11 +++
 workspace.patch|   13 
 9 files changed, 318 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 14:01:33 UTC (rev 437462)
+++ PKGBUILD2019-03-03 15:25:53 UTC (rev 437463)
@@ -3,7 +3,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -10,15 +10,104 @@
 license=('Apache')
 url='https://bazel.io/'
 depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
+makedepends=('git' 'protobuf' 'python' 'maven' 'gcc-libs'
+ 'zlib' 'python-setuptools' 'python2-setuptools')
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('b93cd21f0f164c118b90efba761a9492eb9894e24f13ff468defd12b86c7e67f16e51060ac2fc4c2f8dbf51b1c833d41b255fdd8107988e5babf093cfc5b3254'
-'SKIP')
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig
+
"protobuf-3.7.0.tgz::https://github.com/protocolbuffers/protobuf/archive/v3.7.0.tar.gz;
+
"gtest-1.8.0.tar.gz::https://github.com/google/googletest/archive/release-1.8.0.tar.gz;
+
"gtest-BUILD.bazel::https://raw.githubusercontent.com/google/googletest/v1.8.x/BUILD.bazel;
+
"gtest-WORKSPACE::https://raw.githubusercontent.com/google/googletest/v1.8.x/WORKSPACE;
+protobuf_build.patch
+protobuf_examples.patch
+protobuf_googletest.patch
+protobuf_util_python.patch
+protobuf_version.patch
+main_protobuf_build.patch
+workspace.patch)
+sha512sums=('e53cd008552d61eab00f94a73458b6ada5c0bcb659f6fc748d4178b6b7371f625def17f983b09b9e920710153e6fd1e15b53ca71d424e2b0a79cdd4c815af3bf'
+'SKIP'
+
'c570ece1d42706982dd87f601af6b3dd1d788d1b150b543190d10d2f070c67f0d006726ec4eafd3b9234a679e7ef77ac9d97749414f53f619287a1f23a0b739c'
+
'1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d'
+
'104ed7a953e6f5edbc9ba83dfc89f7f8140b17533800bf42bb043cb8bdeb46aaffa8baad29b4498a91f6f9504b6cc6e734462f7586e4d227a531a26264893973'
+
'8feab77750d869ee21ea0c18dc0e2941acfdab816d3ab13e80b7fecb8f5923c87ab6563ad48711dc1c7ed29fc7776010507dcd47f1e21da486cd7f6870da173d'
+
'f32084c8e00a411782df07b5a625faf0a3177efd8bd59d07479e46d2a9c4716209b4119ad49144e0b36aba4a63979ed356e07e30ed87a0d78d3c2ea20cbcaee5'
+
'196ff5f816c9d835aed92a678670ee24cdbd586e92303abad6a1d6a7a5c1e14d08a003d898176adb00f65d1372a599d2e6e2bd9ba97064292dbb3ae89c194012'
+
'1adb79496c3306bf21f70deebca8aa710c6664dbee0c50e04f90f7bb4b01d76751a95593002238fc784fd72eaca49e123c5e7cb0545dad8352c5970a53fca67a'
+
'37aaca6d300318cd92d8e4333a43dd11a0228c96d5140e1c32f01178342493875740c84cc4527013898d10fa451e3805d1948c53b5419dd4a35e6733d8c6b14e'
+
'7da0920cbd531c59092a021d6f19285ac5d043432942d80cfe4806ff07f4396740b56a53331b066092aa592d1c477dd1021c1e8e5170d62ea649fab65c86333f'
+
'd061b8164654eb3c3872cb1824ea854cdacf5c94c1483209747e8bc13d0d40a78f913ac988b72317c757c2ed14b3d9edbe82f366c71fa29517a236f142d3a101'
+
'88cc6bc4e7bb1850bbc4eea8b578720b12ca765e6287b0e262f1aaf8b9403e88e316ff714ac11580f42c033f91966903ef77950ca166c8da513b97f0559ea9d2')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 
+prepare() {
+  ## First stage of
+  # Update protobuf as per instructions in
+  # 
https://github.com/bazelbuild/bazel/blob/master/third_party/protobuf/README.md
+  # with few modifications:
+  #  - build Java protobuf modules with maven
+  #  - use patches for consistency
+
+  mkdir "${srcdir}/third_party/protobuf/3.7.0"
+  cp -r "${srcdir}/protobuf-3.7.0"/* 

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

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 15:26:45
  Author: kgizdov
Revision: 437464

archrelease: copy trunk to community-testing-x86_64

Added:
  bazel/repos/community-testing-x86_64/
  bazel/repos/community-testing-x86_64/PKGBUILD
(from rev 437463, bazel/trunk/PKGBUILD)
  bazel/repos/community-testing-x86_64/com_google_protobuf_java.BUILD
(from rev 437463, bazel/trunk/com_google_protobuf_java.BUILD)
  bazel/repos/community-testing-x86_64/main_protobuf_build.patch
(from rev 437463, bazel/trunk/main_protobuf_build.patch)
  bazel/repos/community-testing-x86_64/protobuf_build.patch
(from rev 437463, bazel/trunk/protobuf_build.patch)
  bazel/repos/community-testing-x86_64/protobuf_examples.patch
(from rev 437463, bazel/trunk/protobuf_examples.patch)
  bazel/repos/community-testing-x86_64/protobuf_googletest.patch
(from rev 437463, bazel/trunk/protobuf_googletest.patch)
  bazel/repos/community-testing-x86_64/protobuf_util_python.patch
(from rev 437463, bazel/trunk/protobuf_util_python.patch)
  bazel/repos/community-testing-x86_64/protobuf_version.patch
(from rev 437463, bazel/trunk/protobuf_version.patch)
  bazel/repos/community-testing-x86_64/workspace.patch
(from rev 437463, bazel/trunk/workspace.patch)

+
 PKGBUILD   |  127 +++
 com_google_protobuf_java.BUILD |   12 +++
 main_protobuf_build.patch  |   11 +++
 protobuf_build.patch   |  122 +
 protobuf_examples.patch|   17 +
 protobuf_googletest.patch  |   15 
 protobuf_util_python.patch |   17 +
 protobuf_version.patch |   11 +++
 workspace.patch|   13 +++
 9 files changed, 345 insertions(+)

Copied: bazel/repos/community-testing-x86_64/PKGBUILD (from rev 437463, 
bazel/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-03-03 15:26:45 UTC (rev 437464)
@@ -0,0 +1,127 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.23.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python' 'maven' 'gcc-libs'
+ 'zlib' 'python-setuptools' 'python2-setuptools')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig
+
"protobuf-3.7.0.tgz::https://github.com/protocolbuffers/protobuf/archive/v3.7.0.tar.gz;
+
"gtest-1.8.0.tar.gz::https://github.com/google/googletest/archive/release-1.8.0.tar.gz;
+
"gtest-BUILD.bazel::https://raw.githubusercontent.com/google/googletest/v1.8.x/BUILD.bazel;
+
"gtest-WORKSPACE::https://raw.githubusercontent.com/google/googletest/v1.8.x/WORKSPACE;
+protobuf_build.patch
+protobuf_examples.patch
+protobuf_googletest.patch
+protobuf_util_python.patch
+protobuf_version.patch
+main_protobuf_build.patch
+workspace.patch)
+sha512sums=('e53cd008552d61eab00f94a73458b6ada5c0bcb659f6fc748d4178b6b7371f625def17f983b09b9e920710153e6fd1e15b53ca71d424e2b0a79cdd4c815af3bf'
+'SKIP'
+
'c570ece1d42706982dd87f601af6b3dd1d788d1b150b543190d10d2f070c67f0d006726ec4eafd3b9234a679e7ef77ac9d97749414f53f619287a1f23a0b739c'
+
'1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d'
+
'104ed7a953e6f5edbc9ba83dfc89f7f8140b17533800bf42bb043cb8bdeb46aaffa8baad29b4498a91f6f9504b6cc6e734462f7586e4d227a531a26264893973'
+
'8feab77750d869ee21ea0c18dc0e2941acfdab816d3ab13e80b7fecb8f5923c87ab6563ad48711dc1c7ed29fc7776010507dcd47f1e21da486cd7f6870da173d'
+
'f32084c8e00a411782df07b5a625faf0a3177efd8bd59d07479e46d2a9c4716209b4119ad49144e0b36aba4a63979ed356e07e30ed87a0d78d3c2ea20cbcaee5'
+
'196ff5f816c9d835aed92a678670ee24cdbd586e92303abad6a1d6a7a5c1e14d08a003d898176adb00f65d1372a599d2e6e2bd9ba97064292dbb3ae89c194012'
+
'1adb79496c3306bf21f70deebca8aa710c6664dbee0c50e04f90f7bb4b01d76751a95593002238fc784fd72eaca49e123c5e7cb0545dad8352c5970a53fca67a'
+
'37aaca6d300318cd92d8e4333a43dd11a0228c96d5140e1c32f01178342493875740c84cc4527013898d10fa451e3805d1948c53b5419dd4a35e6733d8c6b14e'
+
'7da0920cbd531c59092a021d6f19285ac5d043432942d80cfe4806ff07f4396740b56a53331b066092aa592d1c477dd1021c1e8e5170d62ea649fab65c86333f'
+

[arch-commits] Commit in pythia8/repos/community-x86_64 (9 files)

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 14:01:33
  Author: kgizdov
Revision: 437462

archrelease: copy trunk to community-x86_64

Added:
  pythia8/repos/community-x86_64/PKGBUILD
(from rev 437461, pythia8/trunk/PKGBUILD)
  pythia8/repos/community-x86_64/fix_lhapdf_build.patch
(from rev 437461, pythia8/trunk/fix_lhapdf_build.patch)
  pythia8/repos/community-x86_64/pythia8.sh
(from rev 437461, pythia8/trunk/pythia8.sh)
  pythia8/repos/community-x86_64/respect_lib_suffix.patch
(from rev 437461, pythia8/trunk/respect_lib_suffix.patch)
Deleted:
  pythia8/repos/community-x86_64/PKGBUILD
  pythia8/repos/community-x86_64/change_to_python2.patch
  pythia8/repos/community-x86_64/fix_lhapdf_build.patch
  pythia8/repos/community-x86_64/pythia8.sh
  pythia8/repos/community-x86_64/respect_lib_suffix.patch

--+
 PKGBUILD |  321 +
 change_to_python2.patch  |   12 -
 fix_lhapdf_build.patch   |   24 +--
 pythia8.sh   |6 
 respect_lib_suffix.patch |  282 +++
 5 files changed, 282 insertions(+), 363 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 14:00:48 UTC (rev 437461)
+++ PKGBUILD2019-03-03 14:01:33 UTC (rev 437462)
@@ -1,195 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Joshua Ellis < josh at jpellis dot me >
-# Contributor: Stefano Campanella < stefanocampanella1729 at gmail dot com >
-
-pkgbase=pythia8
-pkgname=('pythia8' 'python-pythia8' 'python2-pythia8')
-pkgver=8.2.40
-_pkgid="${pkgbase:0:-1}${pkgver//./}"
-pkgrel=7
-pkgdesc="High-energy physics events generator."
-arch=('x86_64')
-url="http://home.thep.lu.se/Pythia/;
-license=('GPL')
-depends=('python')
-makedepends=('python' 'python2' 'fastjet' 'hepmc' 'lhapdf>=6.2' 'root')
-source=("http://home.thep.lu.se/~torbjorn/pythia8/${_pkgid}.tgz;
-'pythia8.sh'
-'change_to_python2.patch'
-'fix_lhapdf_build.patch'
-'respect_lib_suffix.patch')
-sha256sums=('d27495d8ca7707d846f8c026ab695123c7c78c7860f04e2c002e483080418d8d'
-'4e373b685960e410024b4e33e22c2dea360dfedd7962837087332f428c974ae5'
-'bae1a65399cd2ee599db1758d60da2a1c93335ec4dbd30e323250c156f491086'
-'f7c70b069b350005ac7e9028617713dece9b82c1e8b0dc5fb1f2870abec1d94c'
-'4eb15725cfb5e287fdd9520cb4211b88ebc38a690b7522690ba0664d50bc8669')
-get_pyver () {
-python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-get_py2ver () {
-python2 -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-cd "${srcdir}/${_pkgid}"
-patch -p1 -i "${srcdir}/respect_lib_suffix.patch"
-patch -p1 -i "${srcdir}/fix_lhapdf_build.patch"
-
-cd "${srcdir}"
-cp -r "${_pkgid}" "${_pkgid}-py2"
-
-cd "${srcdir}/${_pkgid}-py2"
-patch -p1 -i "${srcdir}/change_to_python2.patch"
-}
-
-build() {
-_inc=/usr/include
-_lib=/usr/lib
-_share=/usr/share/${pkgbase}
-
-# with Python3
-cd "${srcdir}/${_pkgid}"
-# # no such package yet
-# --with-evtgen \
-# --with-evtgen-include=${_inc} \
-# --with-evtgen-lib=${_lib} \
-# # no such package yet
-# --with-hepmc3 \
-# --with-hepmc3-include=${_inc} \
-# --with-hepmc3-lib=${_lib} \
-# # no such package yet
-# --with-powheg \
-# --with-powheg-include=${_inc} \
-# --with-powheg-lib=${_lib} \
-# # no such package yet
-# --with-promc \
-# --with-promc-include=${_inc} \
-# --with-promc-lib=${_lib} \
-./configure --prefix=/usr \
---prefix-include=${_inc} \
---prefix-lib=${_lib} \
---prefix-share=${_share} \
---cxx-common="${CXXFLAGS} -fPIC" \
---cxx-shared="-shared ${LDFLAGS} -ldl" \
---enable-shared \
---with-fastjet3 \
---with-fastjet3-include=${_inc} \
---with-fastjet3-lib=${_lib} \
---with-gzip \
---with-gzip-include=${_inc} \
---with-gzip-lib=${_lib} \
---with-hepmc2 \
---with-hepmc2-include=${_inc} \
---with-hepmc2-lib=${_lib} \
---with-lhapdf5 \
---with-lhapdf5-include=${_inc} \
---with-lhapdf5-lib=${_lib} \
---with-lhapdf6 \
---with-lhapdf6-include=${_inc} \
---with-lhapdf6-lib=${_lib} \
---with-python \
---with-python-include="/usr/include/python$(get_pyver)m" \
---with-python-lib="/usr/lib/python$(get_pyver)" \
---with-root \
---with-root-include=/usr/include/root \
---with-root-lib=/usr/lib/root
-cd "${srcdir}/${_pkgid}"
-make
-
-# with 

[arch-commits] Commit in pythia8/trunk (PKGBUILD change_to_python2.patch)

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 14:00:48
  Author: kgizdov
Revision: 437461

remove python2 modules

Modified:
  pythia8/trunk/PKGBUILD
Deleted:
  pythia8/trunk/change_to_python2.patch

-+
 PKGBUILD|   75 +-
 change_to_python2.patch |   12 ---
 2 files changed, 3 insertions(+), 84 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:29:45 UTC (rev 437460)
+++ PKGBUILD2019-03-03 14:00:48 UTC (rev 437461)
@@ -3,16 +3,16 @@
 # Contributor: Stefano Campanella < stefanocampanella1729 at gmail dot com >
 
 pkgbase=pythia8
-pkgname=('pythia8' 'python-pythia8' 'python2-pythia8')
+pkgname=('pythia8' 'python-pythia8')
 pkgver=8.2.40
 _pkgid="${pkgbase:0:-1}${pkgver//./}"
-pkgrel=7
+pkgrel=8
 pkgdesc="High-energy physics events generator."
 arch=('x86_64')
 url="http://home.thep.lu.se/Pythia/;
 license=('GPL')
 depends=('python')
-makedepends=('python' 'python2' 'fastjet' 'hepmc' 'lhapdf>=6.2' 'root')
+makedepends=('python' 'fastjet' 'hepmc' 'lhapdf>=6.2' 'root')
 source=("http://home.thep.lu.se/~torbjorn/pythia8/${_pkgid}.tgz;
 'pythia8.sh'
 'change_to_python2.patch'
@@ -27,20 +27,10 @@
 python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
 }
 
-get_py2ver () {
-python2 -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
 prepare() {
 cd "${srcdir}/${_pkgid}"
 patch -p1 -i "${srcdir}/respect_lib_suffix.patch"
 patch -p1 -i "${srcdir}/fix_lhapdf_build.patch"
-
-cd "${srcdir}"
-cp -r "${_pkgid}" "${_pkgid}-py2"
-
-cd "${srcdir}/${_pkgid}-py2"
-patch -p1 -i "${srcdir}/change_to_python2.patch"
 }
 
 build() {
@@ -96,55 +86,6 @@
 --with-root-lib=/usr/lib/root
 cd "${srcdir}/${_pkgid}"
 make
-
-# with Python2
-cd "${srcdir}/${_pkgid}-py2"
-# # no such package yet
-# --with-evtgen \
-# --with-evtgen-include=${_inc} \
-# --with-evtgen-lib=${_lib} \
-# # no such package yet
-# --with-hepmc3 \
-# --with-hepmc3-include=${_inc} \
-# --with-hepmc3-lib=${_lib} \
-# # no such package yet
-# --with-powheg \
-# --with-powheg-include=${_inc} \
-# --with-powheg-lib=${_lib} \
-# # no such package yet
-# --with-promc \
-# --with-promc-include=${_inc} \
-# --with-promc-lib=${_lib} \
-./configure --prefix=/usr \
---prefix-include=${_inc} \
---prefix-lib=${_lib} \
---prefix-share=${_share} \
---cxx-common="${CXXFLAGS} -fPIC" \
---cxx-shared="-shared ${LDFLAGS} -ldl" \
---enable-shared \
---with-fastjet3 \
---with-fastjet3-include=${_inc} \
---with-fastjet3-lib=${_lib} \
---with-gzip \
---with-gzip-include=${_inc} \
---with-gzip-lib=${_lib} \
---with-hepmc2 \
---with-hepmc2-include=${_inc} \
---with-hepmc2-lib=${_lib} \
---with-lhapdf5 \
---with-lhapdf5-include=${_inc} \
---with-lhapdf5-lib=${_lib} \
---with-lhapdf6 \
---with-lhapdf6-include=${_inc} \
---with-lhapdf6-lib=${_lib} \
---with-python \
---with-python-include="/usr/include/python$(get_py2ver)" \
---with-python-lib="/usr/lib/python$(get_py2ver)" \
---with-root \
---with-root-include=/usr/include/root \
---with-root-lib=/usr/lib/root
-cd "${srcdir}/${_pkgid}-py2"
-make
 }
 
 package_pythia8() {
@@ -183,13 +124,3 @@
 install -Dm755 lib/pythia8.py 
"${pkgdir}/usr/lib/python$(get_pyver)/site-packages/pythia8.py"
 install -Dm644 lib/__pycache__/pythia8.cpython-37.pyc 
"${pkgdir}/usr/lib/python$(get_pyver)/site-packages/__pycache__/pythia8.cpython-37.pyc"
 }
-
-package_python2-pythia8() {
-pkgdesc="Python2 bindings for Pythia."
-depends=('pythia')
-cd "${srcdir}/${_pkgid}-py2"
-
-install -Dm755 lib/_pythia8.so 
"${pkgdir}/usr/lib/python$(get_py2ver)/site-packages/_pythia8.so"
-install -Dm755 lib/pythia8.py 
"${pkgdir}/usr/lib/python$(get_py2ver)/site-packages/pythia8.py"
-install -Dm644 lib/pythia8.pyc 
"${pkgdir}/usr/lib/python$(get_py2ver)/site-packages/pythia8.pyc"
-}

Deleted: change_to_python2.patch
===
--- change_to_python2.patch 2019-03-03 13:29:45 UTC (rev 437460)
+++ change_to_python2.patch 2019-03-03 14:00:48 UTC (rev 437461)
@@ -1,12 +0,0 @@
-diff -aur pythia8235-old/Makefile pythia8235-new/Makefile
 pythia8235-old/Makefile2018-11-28 00:54:49.657105842 +
-+++ pythia8235-new/Makefile2018-11-28 00:54:26.030804438 +
-@@ -134,7 +134,7 

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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:38:01
  Author: lfleischer
Revision: 347023

archrelease: copy trunk to staging-x86_64

Added:
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 347022, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/invalid-namespace.patch
(from rev 347022, protobuf-c/trunk/invalid-namespace.patch)

-+
 PKGBUILD|   38 ++
 invalid-namespace.patch |   23 +++
 2 files changed, 61 insertions(+)

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 347022, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-03 13:38:01 UTC (rev 347023)
@@ -0,0 +1,38 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
+invalid-namespace.patch)
+sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267'
+'050306bae86af55f90606613d3c362c3c93af779aa6be3e639c6a1df3c228c87')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../invalid-namespace.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/invalid-namespace.patch (from rev 
347022, protobuf-c/trunk/invalid-namespace.patch)
===
--- staging-x86_64/invalid-namespace.patch  (rev 0)
+++ staging-x86_64/invalid-namespace.patch  2019-03-03 13:38:01 UTC (rev 
347023)
@@ -0,0 +1,23 @@
+From 080724364a5aad61728f8eba57677467bf329088 Mon Sep 17 00:00:00 2001
+From: storyun 
+Date: Wed, 19 Sep 2018 11:34:48 +0900
+Subject: [PATCH] Invalid namespace
+
+google::protobuf::message::Reflaction is not exist namespace.
+---
+ t/generated-code2/cxx-generate-packed-data.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/generated-code2/cxx-generate-packed-data.cc 
b/t/generated-code2/cxx-generate-packed-data.cc
+index 4fd3e25..0865d2e 100644
+--- a/t/generated-code2/cxx-generate-packed-data.cc
 b/t/generated-code2/cxx-generate-packed-data.cc
+@@ -998,7 +998,7 @@ static void dump_test_packed_repeated_enum (void)
+ static void dump_test_unknown_fields (void)
+ {
+   EmptyMess mess;
+-  const google::protobuf::Message::Reflection *reflection = 
mess.GetReflection();
++  const google::protobuf::Reflection *reflection = mess.GetReflection();
+   google::protobuf::UnknownFieldSet *fs = 
reflection->MutableUnknownFields();
+ 
+ #if GOOGLE_PROTOBUF_VERSION >= 2001000


[arch-commits] Commit in protobuf-c/trunk (4 files)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:37:56
  Author: lfleischer
Revision: 347022

upgpkg: protobuf-c 1.3.1-2

protobuf 3.7.0 rebuild.

Added:
  protobuf-c/trunk/invalid-namespace.patch
Modified:
  protobuf-c/trunk/PKGBUILD
Deleted:
  protobuf-c/trunk/add-std-namespace-to-some-types.patch
  protobuf-c/trunk/protobuf36.patch

---+
 PKGBUILD  |   13 ++
 add-std-namespace-to-some-types.patch |  107 -
 invalid-namespace.patch   |   23 
 protobuf36.patch  |  157 
 4 files changed, 33 insertions(+), 267 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:25:30 UTC (rev 347021)
+++ PKGBUILD2019-03-03 13:37:56 UTC (rev 347022)
@@ -4,7 +4,7 @@
 
 pkgname=protobuf-c
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Protocol Buffers implementation in C'
 arch=('x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
@@ -11,9 +11,16 @@
 license=('BSD')
 depends=('protobuf')
 provides=('libprotobuf-c.so')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
+invalid-namespace.patch)
+sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267'
+'050306bae86af55f90606613d3c362c3c93af779aa6be3e639c6a1df3c228c87')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../invalid-namespace.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --disable-static

Deleted: add-std-namespace-to-some-types.patch
===
--- add-std-namespace-to-some-types.patch   2019-03-03 13:25:30 UTC (rev 
347021)
+++ add-std-namespace-to-some-types.patch   2019-03-03 13:37:56 UTC (rev 
347022)
@@ -1,107 +0,0 @@
-From 034e603d2a5e629c1c3fbac405638f8afb3ead51 Mon Sep 17 00:00:00 2001
-From: Fredrik Gustafsson 
-Date: Sun, 11 Mar 2018 08:57:46 +0100
-Subject: [PATCH] Add std:: to some types
-
-This is required for compilation to succeed on debian jessie with g++
-6.3.0.

- protoc-c/c_file.h   |  2 +-
- protoc-c/c_generator.cc |  8 
- protoc-c/c_helpers.cc   | 12 ++--
- 3 files changed, 11 insertions(+), 11 deletions(-)
-
-diff --git a/protoc-c/c_file.h b/protoc-c/c_file.h
-index ed38ce4..84df522 100644
 a/protoc-c/c_file.h
-+++ b/protoc-c/c_file.h
-@@ -104,7 +104,7 @@ class FileGenerator {
-   scoped_array > extension_generators_;
- 
-   // E.g. if the package is foo.bar, package_parts_ is {"foo", "bar"}.
--  vector package_parts_;
-+  std::vector package_parts_;
- 
-   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator);
- };
-diff --git a/protoc-c/c_generator.cc b/protoc-c/c_generator.cc
-index a0d0cb6..79a272f 100644
 a/protoc-c/c_generator.cc
-+++ b/protoc-c/c_generator.cc
-@@ -80,13 +80,13 @@ namespace c {
- //   "foo=bar,baz,qux=corge"
- // parses to the pairs:
- //   ("foo", "bar"), ("baz", ""), ("qux", "corge")
--void ParseOptions(const string& text, vector >* output) {
--  vector parts;
-+void ParseOptions(const string& text, std::vector 
>* output) {
-+  std::vector parts;
-   SplitStringUsing(text, ",", );
- 
-   for (unsigned i = 0; i < parts.size(); i++) {
- string::size_type equals_pos = parts[i].find_first_of('=');
--pair value;
-+std::pair value;
- if (equals_pos == string::npos) {
-   value.first = parts[i];
-   value.second = "";
-@@ -105,7 +105,7 @@ bool CGenerator::Generate(const FileDescriptor* file,
- const string& parameter,
- OutputDirectory* output_directory,
- string* error) const {
--  vector > options;
-+  std::vector > options;
-   ParseOptions(parameter, );
- 
-   // -
-diff --git a/protoc-c/c_helpers.cc b/protoc-c/c_helpers.cc
-index b79b5b0..71b8682 100644
 a/protoc-c/c_helpers.cc
-+++ b/protoc-c/c_helpers.cc
-@@ -177,7 +177,7 @@ string ToCamel(const string ) {
- }
- 
- string FullNameToLower(const string _name) {
--  vector pieces;
-+  std::vector pieces;
-   SplitStringUsing(full_name, ".", );
-   string rv = "";
-   for (unsigned i = 0; i < pieces.size(); i++) {
-@@ -188,7 +188,7 @@ string FullNameToLower(const string _name) {
-   return rv;
- }
- string FullNameToUpper(const string _name) {
--  vector pieces;
-+  std::vector pieces;
-   SplitStringUsing(full_name, ".", );
-   string rv = "";
-   for (unsigned i = 0; i < pieces.size(); i++) {
-@@ -199,7 +199,7 @@ string FullNameToUpper(const string _name) {
-   return rv;
- }
- string FullNameToC(const string _name) {
--  vector pieces;
-+  std::vector pieces;
-   SplitStringUsing(full_name, ".", );
-   string rv = "";
-   for (unsigned i = 0; i < 

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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Sunday, March 3, 2019 @ 13:25:30
  Author: arojas
Revision: 347021

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
(from rev 347020, imagemagick/trunk/IM7-GS-policy.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 347020, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 347020, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 IM7-GS-policy.patch |   20 +--
 PKGBUILD|  270 +-
 arch-fonts.diff |  214 +++
 3 files changed, 252 insertions(+), 252 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-03-03 13:25:08 UTC (rev 347020)
+++ IM7-GS-policy.patch 2019-03-03 13:25:30 UTC (rev 347021)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Copied: imagemagick/repos/extra-x86_64/IM7-GS-policy.patch (from rev 347020, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2019-03-03 13:25:30 UTC (rev 347021)
@@ -0,0 +1,10 @@
+--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
 ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
+@@ -68,6 +68,7 @@
+   
+   
+   
++  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 13:25:08 UTC (rev 347020)
+++ PKGBUILD2019-03-03 13:25:30 UTC (rev 347021)
@@ -1,135 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.29
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('41590d506e2b4a7df7325934cb906db067d5cbb387c80fb05643186c8b6439e3'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-
-  # Work around ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM7-GS-policy.patch
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check
-)
-
-package_libmagick() {
-  pkgdesc+=" (library)"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  

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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Sunday, March 3, 2019 @ 13:25:08
  Author: arojas
Revision: 347020

Update to 7.0.8.30

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:24:41 UTC (rev 347019)
+++ PKGBUILD2019-03-03 13:25:08 UTC (rev 347020)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.29
+pkgver=7.0.8.30
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('41590d506e2b4a7df7325934cb906db067d5cbb387c80fb05643186c8b6439e3'
+sha256sums=('e9fa2e8ede199a9084507d930a37432180547131af52c0687ebeb3c7906e36a0'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:24:41
  Author: lfleischer
Revision: 347019

xerces-c: use HTTPs

Modified:
  xerces-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:23:01 UTC (rev 347018)
+++ PKGBUILD2019-03-03 13:24:41 UTC (rev 347019)
@@ -8,10 +8,10 @@
 pkgrel=1
 pkgdesc="A validating XML parser written in a portable subset of C++"
 arch=('x86_64')
-url="http://xerces.apache.org/xerces-c/;
+url="https://xerces.apache.org/xerces-c/;
 license=('APACHE')
 depends=('gcc-libs' 'curl' 'libnsl')
-source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
+source=("https://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('7aac41029b0d7a5eadd31cc975b391c2')
 
 build() {


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:23:01
  Author: lfleischer
Revision: 347018

unzip: use HTTPs

Modified:
  unzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:22:05 UTC (rev 347017)
+++ PKGBUILD2019-03-03 13:23:01 UTC (rev 347018)
@@ -8,11 +8,11 @@
 _pkgver=${pkgver/./}
 pkgrel=13
 pkgdesc='For extracting and viewing files in .zip archives'
-url='http://www.info-zip.org/UnZip.html'
+url='https://www.info-zip.org/UnZip.html'
 arch=('x86_64')
 license=('custom')
 depends=('bzip2' 'bash')
-source=("http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz;
+source=("https://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz;
 'overflow-fsize.patch'
 'cve20149636.patch'
 'test_compr_eb.patch'


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 13:22:05
  Author: lfleischer
Revision: 347017

lirc: use HTTPs

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:44:20 UTC (rev 347016)
+++ PKGBUILD2019-03-03 13:22:05 UTC (rev 347017)
@@ -8,7 +8,7 @@
 epoch=1
 pkgdesc="Linux Infrared Remote Control utilities"
 arch=('x86_64')
-url="http://www.lirc.org/;
+url="https://www.lirc.org/;
 license=('GPL')
 depends=('alsa-lib' 'libx11' 'libftdi' 'libusb-compat')
 makedepends=('help2man' 'alsa-lib' 'libx11' 'libxslt' 'python' 
'python-setuptools')
@@ -17,7 +17,7 @@
 conflicts=('lirc-utils')
 replaces=('lirc-utils')
 backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
-source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
+source=("https://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
 lirc-0.10-build-fix.patch
 lirc.logrotate
 lirc.tmpfiles)


[arch-commits] Commit in papirus-icon-theme/trunk (PKGBUILD)

2019-03-03 Thread Felix Yan via arch-commits
Date: Sunday, March 3, 2019 @ 13:02:22
  Author: felixonmars
Revision: 437458

upgpkg: papirus-icon-theme 20190302-1

Modified:
  papirus-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 13:00:45 UTC (rev 437457)
+++ PKGBUILD2019-03-03 13:02:22 UTC (rev 437458)
@@ -3,7 +3,7 @@
 # Contributor: Grigorii Horos 
 
 pkgname=papirus-icon-theme
-pkgver=20190203
+pkgver=20190302
 pkgrel=1
 pkgdesc="Papirus icon theme"
 arch=('any')
@@ -11,7 +11,7 @@
 license=("LGPL3")
 depends=('gtk-update-icon-cache')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('40e274b31cf3f78512229c68c9fc52efcf7f2cb36db4c474052fd954e31ad5ca4f2345df9cc26017056a0604cc1cc9ccd77b4b703d6020da1a8aede571a82926')
+sha512sums=('ec210b6507b60d3be2c62b02f8ac99ed079ab20f6da381afc1898f726d0ce1df19d1bed5aa29d40c6fac1cae78e45c56562be6c5ad615766c9c5295ec1cf6142')
 
 package() {
   cd $pkgname-$pkgver


[arch-commits] Commit in papirus-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2019-03-03 Thread Felix Yan via arch-commits
Date: Sunday, March 3, 2019 @ 13:02:42
  Author: felixonmars
Revision: 437459

archrelease: copy trunk to community-any

Added:
  papirus-icon-theme/repos/community-any/PKGBUILD
(from rev 437458, papirus-icon-theme/trunk/PKGBUILD)
Deleted:
  papirus-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 13:02:22 UTC (rev 437458)
+++ PKGBUILD2019-03-03 13:02:42 UTC (rev 437459)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20190203
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
-license=("LGPL3")
-depends=('gtk-update-icon-cache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('40e274b31cf3f78512229c68c9fc52efcf7f2cb36db4c474052fd954e31ad5ca4f2345df9cc26017056a0604cc1cc9ccd77b4b703d6020da1a8aede571a82926')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 437458, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 13:02:42 UTC (rev 437459)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20190302
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('ec210b6507b60d3be2c62b02f8ac99ed079ab20f6da381afc1898f726d0ce1df19d1bed5aa29d40c6fac1cae78e45c56562be6c5ad615766c9c5295ec1cf6142')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xrootd/repos/community-x86_64 (3 files)

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 13:00:45
  Author: kgizdov
Revision: 437457

archrelease: copy trunk to community-x86_64

Added:
  xrootd/repos/community-x86_64/PKGBUILD
(from rev 437456, xrootd/trunk/PKGBUILD)
  xrootd/repos/community-x86_64/fix_signness.patch
(from rev 437456, xrootd/trunk/fix_signness.patch)
Deleted:
  xrootd/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |  246 +++
 fix_signness.patch |   44 +
 2 files changed, 119 insertions(+), 171 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 13:00:02 UTC (rev 437456)
+++ PKGBUILD2019-03-03 13:00:45 UTC (rev 437457)
@@ -1,171 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
-# Contributor: Alex Pearce < alex at alexpearce dot me >
-pkgbase=xrootd
-pkgname=('xrootd' 'python-xrootd' 'python-pyxrootd' 'python2-xrootd' 
'python2-pyxrootd')
-pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
-pkgver=4.8.5
-pkgrel=6
-arch=('x86_64')
-url="http://xrootd.org;
-license=('LGPL3')
-depends=('ceph' 'python' 'cppunit')
-makedepends=('ceph' 'cmake' 'python')
-checkdepends=('cppunit')
-source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz")
-sha256sums=('42e4d2cc6f8b442135f09bcc12c7be38b1a0c623a005cb5e69ff3d27997bdf73')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-# configure
-mkdir -p "${srcdir}/build"
-cd "${srcdir}/build"
-
-CFLAGS="${CFLAGS}" \
-CXXFLAGS="${CXXFLAGS}" \
-LDFLAGS="${LDFLAGS}" \
-cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DBUILD_TESTS=1 \
-  -DCPPUNIT_FOUND=1 \
-  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
-  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
-  -DXRD_PYTHON_REQ_VERSION=$( python -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
-  "${srcdir}/${pkgbase}-${pkgver}"
-
-cd "${srcdir}"
-mv "${srcdir}/build" "${srcdir}/build-py3"
-mkdir -p "${srcdir}/build"
-cd "${srcdir}/build"
-
-CFLAGS="${CFLAGS}" \
-CXXFLAGS="${CXXFLAGS}" \
-LDFLAGS="${LDFLAGS}" \
-cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DBUILD_TESTS=1 \
-  -DCPPUNIT_FOUND=1 \
-  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
-  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
-  -DXRD_PYTHON_REQ_VERSION=$( python2 -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
-  "${srcdir}/${pkgbase}-${pkgver}"
-mv "${srcdir}/build/bindings/python"  
"${srcdir}/build-py3/bindings/python2"
-
-# build
-cd "${srcdir}"
-rm -rf "${srcdir}/build"
-mv "${srcdir}/build-py3" "${srcdir}/build"
-cd "${srcdir}/build"
-
-# Python2 bindings first
-mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
-mv "${srcdir}/build/bindings/python2" "${srcdir}/build/bindings/python"
-make
-
-# Python bindings second
-mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python2"
-mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
-make -f "bindings/python/Makefile"
-mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
-}
-
-check() {
-cd "${srcdir}/build/tests"
-
-./common/text-runner ./XrdCephTests/libXrdCephTests.so "All Tests"
-
-##
-# This requires a running XRootD server with multiIP DNS forwarder and 
local disk servers
-# only run this if you have configured the env correctly,
-# examples in https://github.com/xrootd/xrootd-test-suite
-# sample environment can be configured like so:
-# export XRDTEST_MAINSERVERURL=metaman.xrd.test
-# or export XRDTEST_MAINSERVERURL=http://xrootd.cern.ch/
-# export XRDTEST_DISKSERVERURL=srv1.xrd.test
-# or export XRDTEST_DISKSERVERURL=http://xrootd.cern.ch/
-# export XRDTEST_DATAPATH=/tests/test-files/
-# export XRDTEST_LOCALFILE=/data/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
-# or export XRDTEST_LOCALFILE=/tmp/accwe.root
-# export 
XRDTEST_REMOTEFILE=${XRDTEST_MAINSERVERURL}${XRDTEST_DATAPATH}/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
-# or export XRDTEST_MULTIIPSERVERURL=multiip.xrd.test
-# ./common/text-runner ./XrdClTests/libXrdClTests.so "All Tests"
-}
-
-package_xrootd() {
-pkgdesc="Software framework for fast, low latency, scalable and fault 
tolerant data access."
-cd "${srcdir}/build"
-
-# Python first
-mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
-make DESTDIR="${pkgdir}" install
-mv "${srcdir}/build/bindings/python" 

[arch-commits] Commit in xrootd/trunk (PKGBUILD fix_signness.patch)

2019-03-03 Thread Konstantin Gizdov via arch-commits
Date: Sunday, March 3, 2019 @ 13:00:02
  Author: kgizdov
Revision: 437456

update to v 4.9.0

Added:
  xrootd/trunk/fix_signness.patch
Modified:
  xrootd/trunk/PKGBUILD

+
 PKGBUILD   |  136 +++
 fix_signness.patch |   44 
 2 files changed, 64 insertions(+), 116 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 12:40:18 UTC (rev 437455)
+++ PKGBUILD2019-03-03 13:00:02 UTC (rev 437456)
@@ -1,11 +1,11 @@
 # Maintainer: Konstantin Gizdov < arch at kge dot pw >
 # Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
 # Contributor: Alex Pearce < alex at alexpearce dot me >
-pkgbase=xrootd
-pkgname=('xrootd' 'python-xrootd' 'python-pyxrootd' 'python2-xrootd' 
'python2-pyxrootd')
+pkgname=xrootd
+provides=('python-xrootd' 'python-pyxrootd')
 pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
-pkgver=4.8.5
-pkgrel=6
+pkgver=4.9.0
+pkgrel=1
 arch=('x86_64')
 url="http://xrootd.org;
 license=('LGPL3')
@@ -12,9 +12,20 @@
 depends=('ceph' 'python' 'cppunit')
 makedepends=('ceph' 'cmake' 'python')
 checkdepends=('cppunit')
-source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz")
-sha256sums=('42e4d2cc6f8b442135f09bcc12c7be38b1a0c623a005cb5e69ff3d27997bdf73')
+source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz"
+fix_signness.patch)
+sha256sums=('49791648bdc99ad87545f60d1808dacf926de7b843415ebdd181ccf43b2af8be'
+'f291968f0e17168330a422b43c92f1c2ec33f9c058f3310839ceeecff5e25f62')
 
+get_pyver () {
+python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -Np1 -i "${srcdir}"/fix_signness.patch
+}
+
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"
 
@@ -28,48 +39,12 @@
 cmake -DCMAKE_BUILD_TYPE:STRING=Release \
   -DCMAKE_INSTALL_LIBDIR:PATH=lib \
   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DBUILD_TESTS=1 \
-  -DCPPUNIT_FOUND=1 \
-  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
-  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
-  -DXRD_PYTHON_REQ_VERSION=$( python -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
+  -DENABLE_TESTS=1 \
+  -DXRD_PYTHON_REQ_VERSION=$(get_pyver) \
   "${srcdir}/${pkgbase}-${pkgver}"
 
-cd "${srcdir}"
-mv "${srcdir}/build" "${srcdir}/build-py3"
-mkdir -p "${srcdir}/build"
-cd "${srcdir}/build"
-
-CFLAGS="${CFLAGS}" \
-CXXFLAGS="${CXXFLAGS}" \
-LDFLAGS="${LDFLAGS}" \
-cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DBUILD_TESTS=1 \
-  -DCPPUNIT_FOUND=1 \
-  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
-  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
-  -DXRD_PYTHON_REQ_VERSION=$( python2 -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
-  "${srcdir}/${pkgbase}-${pkgver}"
-mv "${srcdir}/build/bindings/python"  
"${srcdir}/build-py3/bindings/python2"
-
 # build
-cd "${srcdir}"
-rm -rf "${srcdir}/build"
-mv "${srcdir}/build-py3" "${srcdir}/build"
-cd "${srcdir}/build"
-
-# Python2 bindings first
-mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
-mv "${srcdir}/build/bindings/python2" "${srcdir}/build/bindings/python"
 make
-
-# Python bindings second
-mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python2"
-mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
-make -f "bindings/python/Makefile"
-mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
 }
 
 check() {
@@ -94,78 +69,7 @@
 # ./common/text-runner ./XrdClTests/libXrdClTests.so "All Tests"
 }
 
-package_xrootd() {
-pkgdesc="Software framework for fast, low latency, scalable and fault 
tolerant data access."
+package() {
 cd "${srcdir}/build"
-
-# Python first
-mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
 make DESTDIR="${pkgdir}" install
-mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
-
-rm -rf "${pkgdir}/usr/lib"/python*
 }
-
-package_python-xrootd() {
-pkgdesc="Python Client API for XRootD"
-depends=('xrootd')
-cd "${srcdir}/build"
-
-# Python3
-mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
-make -f "bindings/python/Makefile" DESTDIR="${pkgdir}" install
-rm -rf "${pkgdir}/usr/bin"
-rm -rf "${pkgdir}/usr/include"
-rm -rf "${pkgdir}/usr/share"
-rm -rf "${pkgdir}/usr/lib/"lib*.so*
-rm -rf "${pkgdir}/usr/lib/"python*/site-packages/pyxrootd*
-mv "${srcdir}/build/bindings/python" 

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

2019-03-03 Thread Felix Yan via arch-commits
Date: Sunday, March 3, 2019 @ 12:40:18
  Author: felixonmars
Revision: 437455

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 437454, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 12:39:43 UTC (rev 437454)
+++ PKGBUILD2019-03-03 12:40:18 UTC (rev 437455)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
- 'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'python2' 
'git' 'jq'
- 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('1387f83911c61d74909d26a287975ca0236b9e9f42670b5f5e48689c7f4f41065e47f3bf1649f12c05acb644e1a31d6b25de6df27fceff9f26f15c545b1c9dcf')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/cryptix/wav
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix env file permission
-  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
-
-  # Don't rely on deepin-session's location
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
-  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  rmdir "$pkgdir"/etc/X11/Xsession.d
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 437454, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 12:40:18 UTC (rev 437455)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.12.2
+pkgrel=2
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager' 'deepin-wm'
+ 'deepin-metacity' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'python2' 
'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
+sha512sums=('1387f83911c61d74909d26a287975ca0236b9e9f42670b5f5e48689c7f4f41065e47f3bf1649f12c05acb644e1a31d6b25de6df27fceff9f26f15c545b1c9dcf')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}


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

2019-03-03 Thread Felix Yan via arch-commits
Date: Sunday, March 3, 2019 @ 12:39:43
  Author: felixonmars
Revision: 437454

upgpkg: startdde 3.12.2-2

fix some dependencies

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 12:39:26 UTC (rev 437453)
+++ PKGBUILD2019-03-03 12:39:43 UTC (rev 437454)
@@ -4,12 +4,13 @@
 
 pkgname=startdde
 pkgver=3.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/startdde;
 license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager' 'deepin-wm'
+ 'deepin-metacity' 'libgnome-keyring')
 makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
  'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'python2' 
'git' 'jq'
  'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')


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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 12:39:26
  Author: jelle
Revision: 437453

Remove python2 variant

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 12:24:07 UTC (rev 437452)
+++ PKGBUILD2019-03-03 12:39:26 UTC (rev 437453)
@@ -3,7 +3,7 @@
 # Contributor: cdhotfire 
 
 pkgbase=python2-eyed3
-pkgname=('python2-eyed3' 'python-eyed3')
+pkgname=('python-eyed3')
 pkgver=0.8
 pkgrel=4
 # 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
@@ -12,21 +12,18 @@
 arch=('any')
 url="http://eyed3.nicfit.net/;
 license=('GPL')
-makedepends=('python2-setuptools' 'python-setuptools')
+depends=('python-setuptools')
+makedepends=('python-setuptools')
 
source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz)
-md5sums=('840626686e6b1bc6afca9eab99a0873a')
+sha256sums=('10109b76508a726042b2cd6a8fd02b6d6e551dc277901d74016b70e3c0e29ab5')
 options=(!emptydirs)
 
-package_python2-eyed3() {
-  depends=('python2-pathlib' 'python2-setuptools')
-  conflicts=('python-eyed3')
-
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+build() {
+  cd eyeD3-$pkgver
+  python setup.py build
 }
 
 package_python-eyed3() {
-  depends=('python-setuptools')
-  cd $srcdir/eyeD3-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
+  cd eyeD3-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 12:24:07
  Author: lfleischer
Revision: 437452

archrelease: copy trunk to community-x86_64

Added:
  python-llfuse/repos/community-x86_64/PKGBUILD
(from rev 437451, python-llfuse/trunk/PKGBUILD)
Deleted:
  python-llfuse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 12:24:00 UTC (rev 437451)
+++ PKGBUILD2019-03-03 12:24:07 UTC (rev 437452)
@@ -1,48 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Brendan MacDonell 
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/;
-license=('LGPL')
-depends=('fuse2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'cython')
-checkdepends=('python-pytest' 'python2-pytest')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
-md5sums=('9fbb82c0db909d139f9fafa27c76781e')
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/llfuse-${pkgver}"
-
-  set -x
-  pythonpath=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH"-2*)
-  PYTHONPATH="${pythonpath[0]}" python -m pytest
-  PYTHONPATH="${pythonpath[1]}" python2 -m pytest
-  set +x
-}
-
-package_python-llfuse() {
-  depends+=(python)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
-  depends+=(python2-contextlib2)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 437451, 
python-llfuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 12:24:07 UTC (rev 437452)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Brendan MacDonell 
+
+pkgname=python-llfuse
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="A set of Python bindings for the low level FUSE API."
+arch=('x86_64')
+url="https://bitbucket.org/nikratio/python-llfuse/;
+license=('LGPL')
+depends=('python' 'fuse2')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-pytest')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/75/b4/5248459ec0e7e1608814915479cb13e5baf89034b572e3d74d5c9219dd31/llfuse-$pkgver.tar.bz2;)
+md5sums=('4996674fa327c6c93174c1f71961ac6c')
+
+build() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py build_ext --inplace
+}
+
+check() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python -m pytest test/
+}
+
+package() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 12:24:00
  Author: lfleischer
Revision: 437451

upgpkg: python-llfuse 1.3.6-1

* Upstream update.
* Remove Python 2 support.

Modified:
  python-llfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 12:20:30 UTC (rev 437450)
+++ PKGBUILD2019-03-03 12:24:00 UTC (rev 437451)
@@ -1,48 +1,31 @@
 # Maintainer: Lukas Fleischer 
 # Contributor: Brendan MacDonell 
 
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.3.5
+pkgname=python-llfuse
+pkgver=1.3.6
 pkgrel=1
 pkgdesc="A set of Python bindings for the low level FUSE API."
 arch=('x86_64')
 url="https://bitbucket.org/nikratio/python-llfuse/;
 license=('LGPL')
-depends=('fuse2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'cython')
-checkdepends=('python-pytest' 'python2-pytest')
+depends=('python' 'fuse2')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-pytest')
 options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2;)
-md5sums=('9fbb82c0db909d139f9fafa27c76781e')
+source=("https://files.pythonhosted.org/packages/75/b4/5248459ec0e7e1608814915479cb13e5baf89034b572e3d74d5c9219dd31/llfuse-$pkgver.tar.bz2;)
+md5sums=('4996674fa327c6c93174c1f71961ac6c')
 
 build() {
   cd "${srcdir}/llfuse-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
+  python setup.py build_ext --inplace
 }
 
 check() {
   cd "${srcdir}/llfuse-${pkgver}"
-
-  set -x
-  pythonpath=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH"-2*)
-  PYTHONPATH="${pythonpath[0]}" python -m pytest
-  PYTHONPATH="${pythonpath[1]}" python2 -m pytest
-  set +x
+  python -m pytest test/
 }
 
-package_python-llfuse() {
-  depends+=(python)
-
+package() {
   cd "${srcdir}/llfuse-${pkgver}"
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-llfuse() {
-  depends+=(python2-contextlib2)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Sunday, March 3, 2019 @ 12:20:07
  Author: arojas
Revision: 437449

libvpx 1.8 rebuild

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:48:44 UTC (rev 437448)
+++ PKGBUILD2019-03-03 12:20:07 UTC (rev 437449)
@@ -2,7 +2,7 @@
 
 pkgname=seamonkey
 pkgver=2.49.4
-pkgrel=3
+pkgrel=4
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')


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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Sunday, March 3, 2019 @ 12:20:30
  Author: arojas
Revision: 437450

archrelease: copy trunk to community-staging-x86_64

Added:
  seamonkey/repos/community-staging-x86_64/
  seamonkey/repos/community-staging-x86_64/PKGBUILD
(from rev 437449, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-staging-x86_64/mozconfig
(from rev 437449, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-staging-x86_64/no-crmf.diff
(from rev 437449, seamonkey/trunk/no-crmf.diff)
  seamonkey/repos/community-staging-x86_64/patch-bug1435212.xz
(from rev 437449, seamonkey/trunk/patch-bug1435212.xz)
  seamonkey/repos/community-staging-x86_64/seamonkey-2.0-lang.patch
(from rev 437449, seamonkey/trunk/seamonkey-2.0-lang.patch)

--+
 PKGBUILD |   94 +
 mozconfig|   40 +++
 no-crmf.diff |   15 +++
 seamonkey-2.0-lang.patch |   11 +
 4 files changed, 160 insertions(+)

Copied: seamonkey/repos/community-staging-x86_64/PKGBUILD (from rev 437449, 
seamonkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-03 12:20:30 UTC (rev 437450)
@@ -0,0 +1,94 @@
+# Maintainer: Kyle Keen 
+
+pkgname=seamonkey
+pkgver=2.49.4
+pkgrel=4
+pkgdesc="SeaMonkey internet suite"
+arch=('x86_64')
+license=('MPL')
+depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'gtk3' 
'hunspell'  'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  
'mozilla-common'  'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu')
+makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
+optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
+'gst-plugins-bad: aac, vp8 and opus decoding'
+'gst-plugins-good: webm and mp4 demuxing'
+'gst-plugins-ugly: h.264 decoding')
+url="http://www.seamonkey-project.org/;
+source=("https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz;
+mozconfig
+seamonkey-2.0-lang.patch
+patch-bug1435212.xz
+   no-crmf.diff)
+sha256sums=('c8a66774d0a3525698b559fa2c41397186f2de99c5733e35b8eafb0ae5ccc4ee'
+'6ff9fd323eec175eb02cfefd3136c79491c3b40be0b1f899da7c75c2f76259ca'
+'ab19d10fbd6258aec37ab5e5efb12429814b2c24a1193284a48dd654311b4e2e'
+'dce68858694f820a9a1fc2428038a88ea00b4835cea0778734db794fea3bb21a'
+'fb85a538044c15471c12cf561d6aa74570f8de7b054a7063ef88ee1bdfc1ccbb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cp ../mozconfig .mozconfig
+  #patch -Np1 -i ../seamonkey-2.0-lang.patch
+
+  # FS#48404
+  #echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
+
+  # ffmpeg 4.0 patch from freebsd
+  # 
https://github.com/freebsd/freebsd-ports/blob/master/www/seamonkey/files/patch-bug1435212
+  patch -Np1 -d mozilla -i ../../patch-bug1435212
+
+  # Don't exit with error when some libs are missing which we have in
+  # system.
+  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
+
+  # configure script misdetects the preprocessor without an optimization level
+  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
+
+  # 2.26 build fix from wgnie (blfs ch 37)
+  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
+
+  # work around from FS#54395
+  patch -Np1 -d mozilla -i ../../no-crmf.diff
+  sed -i "s/'crmf',//" mozilla/security/manager/ssl/moz.build
+  sed -i 's/^.*-lcrmf/#&/' mozilla/config/external/nss/crmf/moz.build
+  sed -i 's/ -lcrmf"/"/' mozilla/old-configure.in.orig
+  sed -i 's/ -lcrmf"/"/' mozilla/old-configure
+  sed -i 's/SDK_LIBS = crmf/SDK_LIBS = /' 
mozilla/config/external/nss/Makefile.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
+  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
+  unset MAKEFLAGS
+  unset CPPFLAGS
+
+  # GCC 6
+  CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse 
-fno-schedule-insns2"
+  CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse 
-fno-schedule-insns2"
+
+  make -j1 -f client.mk build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make -j1 -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
+
+  rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
+  ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
+  ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
+
+  install -Dm644 suite/branding/nightly/icons/gtk/seamonkey.png \
+"$pkgdir/usr/share/pixmaps/seamonkey.png"
+
+  install -Dm644 mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop \
+"$pkgdir/usr/share/applications/seamonkey.desktop"
+  sed -i 

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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Sunday, March 3, 2019 @ 11:48:44
  Author: arojas
Revision: 437448

archrelease: copy trunk to community-staging-x86_64

Added:
  bluegriffon/repos/community-staging-x86_64/
  bluegriffon/repos/community-staging-x86_64/PKGBUILD
(from rev 437447, bluegriffon/trunk/PKGBUILD)
  bluegriffon/repos/community-staging-x86_64/bluegriffon.desktop
(from rev 437447, bluegriffon/trunk/bluegriffon.desktop)
  bluegriffon/repos/community-staging-x86_64/mozconfig
(from rev 437447, bluegriffon/trunk/mozconfig)
  bluegriffon/repos/community-staging-x86_64/no-crmf.diff
(from rev 437447, bluegriffon/trunk/no-crmf.diff)

-+
 PKGBUILD|  142 ++
 bluegriffon.desktop |   16 +
 mozconfig   |   31 ++
 no-crmf.diff|   15 +
 4 files changed, 204 insertions(+)

Copied: bluegriffon/repos/community-staging-x86_64/PKGBUILD (from rev 437447, 
bluegriffon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-03 11:48:44 UTC (rev 437448)
@@ -0,0 +1,142 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Balló György 
+
+pkgbase=bluegriffon
+pkgname=(bluegriffon)
+pkgver=3.1
+_gecko_dev_revision=042b84a # see config/gecko_dev_revision.txt
+pkgrel=5
+pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
+arch=('x86_64')
+url="http://bluegriffon.org/;
+license=('MPL' 'GPL' 'LGPL')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'mozilla-common' 'nss' 'libvpx' 'libxt' 
'startup-notification')
+makedepends=('autoconf2.13' 'gtk2' 'libpulse' 'python2' 'rust' 'unzip' 'yasm' 
'zip')
+options=('!emptydirs')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgbase}/archive/${pkgver}.tar.gz;
+
"gecko-dev-${_gecko_dev_revision}.tar.gz"::"https://github.com/mozilla/gecko-dev/archive/${_gecko_dev_revision}.tar.gz;
+"mozconfig"
+"${pkgbase}.desktop"
+
"bug_1353650_icu59.patch"::"https://hg.mozilla.org/integration/mozilla-inbound/raw-rev/605d00e70409;
+
"bug_1384062_systemresourcemonitor.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/8d9ae8c45dd0;
+
"bug_1427455-unused-variables.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/8e28a66b548b;
+
"bug_445128_install-dir.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/8f74ddd39f61;
+"no-crmf.diff")
+sha256sums=('4fb9b29f00ff4e94e78994308ffa52bce818978009e0d8229203d6ac4210b0f4'
+'01096e58c898e1b37cba581e1cc0f325d1c402091ccc4a2491543b39add40c6c'
+'d589572a0e36b8500ed12937727e540a13b635c7ac12621a10ff675250b61175'
+'882133b77840356985a81e496b4ddc443f8f33c068cfb7ef0858497820adcfff'
+'6417fda6af8e610556f662fca28b2c25ceedb3e6970923a4eec562389b00b6d6'
+'7760ebe71f4057cbd2f52b715abaf0d944c14c39e2bb2a5322114ad8451e12d9'
+'806cbe936720676ea8d82c5f2bb880ca632181b07b0cf24a47c064a3485b7c7f'
+'18fbcfda13dd7d30d3c1310da15a133f90bf9ce6b7cfa15de833928e7d9efe95'
+'02000d185e647aa20ca336e595b4004bb29cdae9d8f317f90078bdcc7a36e873')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd "${srcdir}/gecko-dev-${_gecko_dev_revision}"*/
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1427455
+  patch -Np1 -i ../bug_1427455-unused-variables.patch
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=445128
+  patch -Np1 -i ../bug_445128_install-dir.patch
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1371991
+  patch -Np1 -i ../no-crmf.diff
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1353650
+  patch -Np1 -i ../bug_1353650_icu59.patch
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1384062
+  patch -Np1 -i ../bug_1384062_systemresourcemonitor.patch
+
+  # Move files to their correct location
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" bluegriffon
+  cp "${srcdir}/mozconfig" .mozconfig
+
+  # Apply BlueGriffon's upstream customizations
+  patch -Np1 -i "bluegriffon/config/gecko_dev_content.patch"
+  patch -Np1 -i "bluegriffon/config/gecko_dev_idl.patch"
+}
+
+build() {
+  cd "${srcdir}/gecko-dev-${_gecko_dev_revision}"*/
+
+  # _FORTIFY_SOURCE causes configure failures
+  CPPFLAGS+=" -O2"
+
+  export PATH="$srcdir/path:$PATH"
+
+  # Build the package
+  ./mach build
+}
+
+package_bluegriffon() {
+  cd "${srcdir}/gecko-dev-${_gecko_dev_revision}"*/
+  DESTDIR="${pkgdir}" ./mach install
+
+  # Install icons
+  cp bluegriffon/branding/mozicon128.png bluegriffon/branding/default128.png
+  for _icon in 16 32 48 128 256; do
+  install -Dm644 bluegriffon/branding/default${_icon}.png \
+
"${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${pkgbase}.png"
+  done
+
+  # Install desktop file
+  install -Dm644 ../${pkgbase}.desktop \
+

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

2019-03-03 Thread Antonio Rojas via arch-commits
Date: Sunday, March 3, 2019 @ 11:48:19
  Author: arojas
Revision: 437447

libvpx 1.8 rebuild

Modified:
  bluegriffon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 10:11:14 UTC (rev 437446)
+++ PKGBUILD2019-03-03 11:48:19 UTC (rev 437447)
@@ -5,7 +5,7 @@
 pkgname=(bluegriffon)
 pkgver=3.1
 _gecko_dev_revision=042b84a # see config/gecko_dev_revision.txt
-pkgrel=4
+pkgrel=5
 pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
 arch=('x86_64')
 url="http://bluegriffon.org/;


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:44:14
  Author: lfleischer
Revision: 347015

upgpkg: bison 3.3.2-1

Upstream update.

Modified:
  bison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:32:56 UTC (rev 347014)
+++ PKGBUILD2019-03-03 11:44:14 UTC (rev 347015)
@@ -3,16 +3,16 @@
 # Contributor: Eric Belanger 
 
 pkgname=bison
-pkgver=3.2
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="The GNU general-purpose parser generator"
 arch=('x86_64')
 license=('GPL3')
-url="http://www.gnu.org/software/bison/bison.html;
+url="https://www.gnu.org/software/bison/bison.html;
 depends=('glibc' 'm4' 'sh')
 groups=('base-devel')
-source=("ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('35b07c9c7108d5aba9baff05b97cee3c'
+source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('c9b552dee234b2f6b66e56b27e5234c9'
  'SKIP')
 
 validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:44:20
  Author: lfleischer
Revision: 347016

archrelease: copy trunk to testing-x86_64

Added:
  bison/repos/testing-x86_64/
  bison/repos/testing-x86_64/PKGBUILD
(from rev 347015, bison/trunk/PKGBUILD)

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

Copied: bison/repos/testing-x86_64/PKGBUILD (from rev 347015, 
bison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-03 11:44:20 UTC (rev 347016)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+
+pkgname=bison
+pkgver=3.3.2
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('x86_64')
+license=('GPL3')
+url="https://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('c9b552dee234b2f6b66e56b27e5234c9'
+ 'SKIP')
+
+validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:32:37
  Author: lfleischer
Revision: 347013

m4: use HTTPs

Modified:
  m4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:32:12 UTC (rev 347012)
+++ PKGBUILD2019-03-03 11:32:37 UTC (rev 347013)
@@ -6,11 +6,11 @@
 pkgrel=2
 pkgdesc="The GNU macro processor"
 arch=('x86_64')
-url="http://www.gnu.org/software/m4;
+url="https://www.gnu.org/software/m4;
 license=('GPL3')
 groups=('base-devel')
 depends=('glibc' 'bash')
-source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig}
+source=(https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig}
 m4-1.4.18-glibc-change-work-around.patch)
 md5sums=('730bb15d96fffe47e148d1e09235af82'
  'SKIP'


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:32:56
  Author: lfleischer
Revision: 347014

make: use HTTPs

Modified:
  make/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:32:37 UTC (rev 347013)
+++ PKGBUILD2019-03-03 11:32:56 UTC (rev 347014)
@@ -6,11 +6,11 @@
 pkgrel=3
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('x86_64')
-url="http://www.gnu.org/software/make;
+url="https://www.gnu.org/software/make;
 license=('GPL3')
 groups=('base-devel')
 depends=('glibc' 'guile')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
 guile-2.2.patch
 make-4.2.1-glob1.patch
 make-4.2.1-glob2.patch


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:31:38
  Author: lfleischer
Revision: 347011

autoconf: use HTTPs

Modified:
  autoconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:29:24 UTC (rev 347010)
+++ PKGBUILD2019-03-03 11:31:38 UTC (rev 347011)
@@ -7,12 +7,12 @@
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
-url="http://www.gnu.org/software/autoconf;
+url="https://www.gnu.org/software/autoconf;
 groups=('base-devel')
 depends=('awk' 'm4' 'diffutils' 'sh')
 makedepends=('help2man')  # needed while perl patch is present
 checkdepends=('gcc-fortran')
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 autoconf-2.69-perl-5.22-autoscan.patch
 autoconf-2.69-perl-5.28.patch
 autoconf-2.69-libtool-compatibility.patch)


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:32:12
  Author: lfleischer
Revision: 347012

automake: use HTTPs

Modified:
  automake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 11:31:38 UTC (rev 347011)
+++ PKGBUILD2019-03-03 11:32:12 UTC (rev 347012)
@@ -8,7 +8,7 @@
 pkgdesc="A GNU tool for automatically creating Makefiles"
 arch=('any')
 license=('GPL')
-url="http://www.gnu.org/software/automake;
+url="https://www.gnu.org/software/automake;
 groups=('base-devel')
 depends=('perl' 'bash')
 makedepends=('autoconf')


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 11:29:24
  Author: lfleischer
Revision: 347010

flex: use GPG signature

Modified:
  flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 10:02:52 UTC (rev 347009)
+++ PKGBUILD2019-03-03 11:29:24 UTC (rev 347010)
@@ -12,10 +12,12 @@
 groups=('base-devel')
 depends=('glibc' 'm4' 'sh')
 makedepends=('help2man')
-source=("https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz;
+source=("https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz"{,.sig}
 "flex-pie.patch")
 md5sums=('2882e3179748cc9f9c23ec593d6adc8d'
+ 'SKIP'
  '0a8e8242b37c57b0bc0c6f673bceb5b7')
+validpgpkeys=('56C67868E93390AA1039AD1CE4B29C8D64885307') # Will Estes
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in lib32-openssl-1.0/repos/multilib-x86_64 (8 files)

2019-03-03 Thread Pierre Schmitz via arch-commits
Date: Sunday, March 3, 2019 @ 10:11:14
  Author: pierre
Revision: 437446

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-openssl-1.0/repos/multilib-x86_64/PKGBUILD
(from rev 437445, lib32-openssl-1.0/trunk/PKGBUILD)
  lib32-openssl-1.0/repos/multilib-x86_64/no-rpath.patch
(from rev 437445, lib32-openssl-1.0/trunk/no-rpath.patch)
  lib32-openssl-1.0/repos/multilib-x86_64/openssl-1.0-versioned-symbols.patch
(from rev 437445, 
lib32-openssl-1.0/trunk/openssl-1.0-versioned-symbols.patch)
  lib32-openssl-1.0/repos/multilib-x86_64/ssl3-test-failure.patch
(from rev 437445, lib32-openssl-1.0/trunk/ssl3-test-failure.patch)
Deleted:
  lib32-openssl-1.0/repos/multilib-x86_64/PKGBUILD
  lib32-openssl-1.0/repos/multilib-x86_64/no-rpath.patch
  lib32-openssl-1.0/repos/multilib-x86_64/openssl-1.0-versioned-symbols.patch
  lib32-openssl-1.0/repos/multilib-x86_64/ssl3-test-failure.patch

-+
 PKGBUILD|  134 
 no-rpath.patch  |   22 
 openssl-1.0-versioned-symbols.patch | 9334 +-
 ssl3-test-failure.patch |   52 
 4 files changed, 4771 insertions(+), 4771 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 437445:437446 to see the changes.


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

2019-03-03 Thread Pierre Schmitz via arch-commits
Date: Sunday, March 3, 2019 @ 10:08:05
  Author: pierre
Revision: 437445

upgpkg: lib32-openssl-1.0 1.0.2.r-1

Modified:
  lib32-openssl-1.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 10:07:06 UTC (rev 437444)
+++ PKGBUILD2019-03-03 10:08:05 UTC (rev 437445)
@@ -3,7 +3,7 @@
 # Contributor: Llewelyn Trahaearn 
 
 pkgname=lib32-openssl-1.0
-_ver=1.0.2q
+_ver=1.0.2r
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
@@ -16,7 +16,7 @@
 'no-rpath.patch'
 'ssl3-test-failure.patch'
 'openssl-1.0-versioned-symbols.patch')
-sha256sums=('5744cfcbcec2b1b48629f7354203bc1e5e9b5466998bbccc5b5fcde3b18eb684'
+sha256sums=('ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6'
 'SKIP'
 '754d6107a306311e15a1db6a1cc031b81691c8b9865e8809ac60ca6f184c957c'
 'c54ae87c602eaa1530a336ab7c6e22e12898e1941012349c153e52553df64a13'


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

2019-03-03 Thread Pierre Schmitz via arch-commits
Date: Sunday, March 3, 2019 @ 10:07:00
  Author: pierre
Revision: 437443

upgpkg: lib32-openssl 1:1.1.1.b-1

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 09:47:33 UTC (rev 437442)
+++ PKGBUILD2019-03-03 10:07:00 UTC (rev 437443)
@@ -3,7 +3,7 @@
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
 epoch=1
-_ver=1.1.1a
+_ver=1.1.1b
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
@@ -15,7 +15,7 @@
 optdepends=('ca-certificates')
 source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41'
+sha256sums=('5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b'
 'SKIP'
 '0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')


[arch-commits] Commit in lib32-openssl/repos/multilib-x86_64 (4 files)

2019-03-03 Thread Pierre Schmitz via arch-commits
Date: Sunday, March 3, 2019 @ 10:07:06
  Author: pierre
Revision: 437444

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
(from rev 437443, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
(from rev 437443, lib32-openssl/trunk/ca-dir.patch)
Deleted:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch

--+
 PKGBUILD |  124 -
 ca-dir.patch |   62 ++--
 2 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 10:07:00 UTC (rev 437443)
+++ PKGBUILD2019-03-03 10:07:06 UTC (rev 437444)
@@ -1,62 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-_pkgbasename=openssl
-pkgname=lib32-$_pkgbasename
-epoch=1
-_ver=1.1.1a
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
-arch=('x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('lib32-glibc' "${_pkgbasename}")
-optdepends=('ca-certificates')
-source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz"{,.asc}
-'ca-dir.patch')
-sha256sums=('fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41'
-'SKIP'
-'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
-validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
-
-prepare() {
-   cd "$srcdir"/$_pkgbasename-$_ver
-
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i "$srcdir"/ca-dir.patch
-}
-
-build() {
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd "$srcdir"/$_pkgbasename-$_ver
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
-   shared no-ssl3-method linux-elf \
-   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
-
-   make MAKEDEPPROG="${CC}" depend
-   make
-}
-
-check() {
-   cd "$srcdir"/$_pkgbasename-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i "$srcdir"/ca-dir.patch
-   make test
-   patch -p0 -i "$srcdir"/ca-dir.patch
-}
-
-package() {
-   cd "$srcdir"/$_pkgbasename-$_ver
-   make DESTDIR="$pkgdir" install_sw
-
-   rm -rf ${pkgdir}/{usr/{include,bin},etc}
-   mkdir -p "$pkgdir"/usr/share/licenses
-   ln -s $_pkgbasename "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-openssl/repos/multilib-x86_64/PKGBUILD (from rev 437443, 
lib32-openssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 10:07:06 UTC (rev 437444)
@@ -0,0 +1,62 @@
+# Maintainer: Pierre Schmitz 
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+epoch=1
+_ver=1.1.1b
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-glibc' "${_pkgbasename}")
+optdepends=('ca-certificates')
+source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz"{,.asc}
+'ca-dir.patch')
+sha256sums=('5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b'
+'SKIP'
+'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+
+prepare() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i "$srcdir"/ca-dir.patch
+}
+
+build() {
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd "$srcdir"/$_pkgbasename-$_ver
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
+   shared no-ssl3-method linux-elf \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make MAKEDEPPROG="${CC}" depend
+   make
+}
+
+check() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i "$srcdir"/ca-dir.patch
+   make test
+   patch -p0 -i "$srcdir"/ca-dir.patch
+}
+
+package() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+   make DESTDIR="$pkgdir" install_sw
+
+   rm -rf ${pkgdir}/{usr/{include,bin},etc}
+   mkdir -p 

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

2019-03-03 Thread Pierre Schmitz via arch-commits
Date: Sunday, March 3, 2019 @ 10:02:52
  Author: pierre
Revision: 347009

archrelease: copy trunk to staging-x86_64

Added:
  hefur/repos/staging-x86_64/
  hefur/repos/staging-x86_64/PKGBUILD
(from rev 347008, hefur/trunk/PKGBUILD)
  hefur/repos/staging-x86_64/hefurd.service
(from rev 347008, hefur/trunk/hefurd.service)
  hefur/repos/staging-x86_64/sysusers.conf
(from rev 347008, hefur/trunk/sysusers.conf)
  hefur/repos/staging-x86_64/tmpfiles.conf
(from rev 347008, hefur/trunk/tmpfiles.conf)

+
 PKGBUILD   |   45 +
 hefurd.service |   12 
 sysusers.conf  |1 +
 tmpfiles.conf  |2 ++
 4 files changed, 60 insertions(+)

Copied: hefur/repos/staging-x86_64/PKGBUILD (from rev 347008, 
hefur/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-03 10:02:52 UTC (rev 347009)
@@ -0,0 +1,45 @@
+# Maintainer: Pierre Schmitz 
+# Contributor: Alexandre Bique 
+
+pkgname=hefur
+pkgver=0.6
+pkgrel=6
+pkgdesc='A standalone and lightweight BitTorrent tracker'
+arch=('x86_64')
+url='https://github.com/abique/hefur'
+license=('MIT')
+makedepends=('git' 'cmake' 'docbook-xsl')
+depends=('gnutls' 'xz' 'protobuf')
+source=("git+https://github.com/abique/${pkgname}.git#tag=${pkgver};
+'hefurd.service' 'tmpfiles.conf' 'sysusers.conf')
+md5sums=('SKIP'
+ '3107be29769b8afde3574dc6e31d5b6a'
+ 'b884385d6c87c350172427da4ba2688f'
+ '7971708a1fe25c1b51e0a05e812f17c9')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+   git submodule init
+   git submodule update
+   sed -i "s/PROJECT_NUMBER.*/PROJECT_NUMBER=${pkgver}/g" Doxyfile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}/manual
+   xsltproc -o manual.html 
/usr/share/xml/docbook/xsl-stylesheets-*/html/docbook.xsl manual.xml
+
+   cd ${srcdir}/${pkgname}
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}/build
+   DESTDIR=${pkgdir} make install
+   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
+   install -D -m644 ${srcdir}/tmpfiles.conf 
${pkgdir}/usr/lib/tmpfiles.d/hefurd.conf
+   install -D -m644 ${srcdir}/sysusers.conf 
${pkgdir}/usr/lib/sysusers.d/hefurd.conf
+   install -D -m644 ${srcdir}/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
+}

Copied: hefur/repos/staging-x86_64/hefurd.service (from rev 347008, 
hefur/trunk/hefurd.service)
===
--- staging-x86_64/hefurd.service   (rev 0)
+++ staging-x86_64/hefurd.service   2019-03-03 10:02:52 UTC (rev 347009)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Hefur BitTorrent tracker
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
+User=hefur
+Group=hefur
+CPUSchedulingPolicy=batch
+
+[Install]
+WantedBy=multi-user.target

Copied: hefur/repos/staging-x86_64/sysusers.conf (from rev 347008, 
hefur/trunk/sysusers.conf)
===
--- staging-x86_64/sysusers.conf(rev 0)
+++ staging-x86_64/sysusers.conf2019-03-03 10:02:52 UTC (rev 347009)
@@ -0,0 +1 @@
+u hefur - - /var/lib/hefurd

Copied: hefur/repos/staging-x86_64/tmpfiles.conf (from rev 347008, 
hefur/trunk/tmpfiles.conf)
===
--- staging-x86_64/tmpfiles.conf(rev 0)
+++ staging-x86_64/tmpfiles.conf2019-03-03 10:02:52 UTC (rev 347009)
@@ -0,0 +1,2 @@
+d /run/hefur - hefur hefur -
+d /var/lib/hefurd - hefur hefur -


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

2019-03-03 Thread Pierre Schmitz via arch-commits
Date: Sunday, March 3, 2019 @ 10:02:36
  Author: pierre
Revision: 347008

upgpkg: hefur 0.6-6

Modified:
  hefur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 09:43:37 UTC (rev 347007)
+++ PKGBUILD2019-03-03 10:02:36 UTC (rev 347008)
@@ -3,7 +3,7 @@
 
 pkgname=hefur
 pkgver=0.6
-pkgrel=5
+pkgrel=6
 pkgdesc='A standalone and lightweight BitTorrent tracker'
 arch=('x86_64')
 url='https://github.com/abique/hefur'


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:47:33
  Author: lfleischer
Revision: 437442

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 09:47:30 UTC (rev 437441)
+++ PKGBUILD2019-03-03 09:47:33 UTC (rev 437442)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.36
-pkgrel=1
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
-
-package_python-magic() {
-  depends=('python')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-magic/repos/community-any/PKGBUILD (from rev 437441, 
python-magic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 09:47:33 UTC (rev 437442)
@@ -0,0 +1,22 @@
+# Maintainer: Lukas Fleischer 
+
+pkgname=python-magic
+pkgver=5.36
+pkgrel=2
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+depends=('python')
+makedepends=('python-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
+sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
+
+package_python-magic() {
+  cd "${srcdir}/file-${pkgver}/python"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:47:30
  Author: lfleischer
Revision: 437441

upgpkg: python-magic 5.36-2

Drop Python 2 support.

Modified:
  python-magic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 09:26:04 UTC (rev 437440)
+++ PKGBUILD2019-03-03 09:47:30 UTC (rev 437441)
@@ -1,31 +1,22 @@
 # Maintainer: Lukas Fleischer 
 
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
+pkgname=python-magic
 pkgver=5.36
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings to the magic library"
 arch=('any')
 url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 license=('custom')
 source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
 
sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
 
 package_python-magic() {
-  depends=('python')
+  cd "${srcdir}/file-${pkgver}/python"
 
-  cd "${srcdir}/file-${pkgver}/python"
   python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
 
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
   install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
 "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:43:37
  Author: lfleischer
Revision: 347007

archrelease: copy trunk to staging-x86_64

Added:
  protobuf/repos/staging-x86_64/
  protobuf/repos/staging-x86_64/PKGBUILD
(from rev 347006, protobuf/trunk/PKGBUILD)

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

Copied: protobuf/repos/staging-x86_64/PKGBUILD (from rev 347006, 
protobuf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-03 09:43:37 UTC (rev 347007)
@@ -0,0 +1,87 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.7.0
+_gtestver=1.8.0
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
+
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
+md5sums=('99ab003ca0e98c9dc40edbd60dd43633'
+ '16877098823401d1bf2ed7891d7dce36')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+
+  cp -r "$srcdir/googletest-release-${_gtestver}/googletest" 
third_party/googletest/googletest
+  cp -r "$srcdir/googletest-release-${_gtestver}/googlemock" 
third_party/googletest/googlemock
+
+  sed -r 's|/usr/bin/env python|/usr/bin/env python2|' -i 
third_party/googletest/googletest/scripts/*.py
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./autogen.sh
+
+  cd "$srcdir/$pkgbase-$pkgver/third_party/googletest/googletest"
+  autoreconf -fiv
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver/third_party/googletest/googlemock"
+  autoreconf -fiv
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C "$srcdir/$pkgbase-$pkgver" check
+}
+
+package_protobuf() {
+  replaces=('protobuf-cpp')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=('python2' 'python2-six' "protobuf=$pkgver")
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python2 setup.py install --root="$pkgdir" --cpp_implementation
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python3 setup.py install --root="$pkgdir" --cpp_implementation
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:43:34
  Author: lfleischer
Revision: 347006

upgpkg: protobuf 3.7.0-1

Upstream update.

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 02:51:21 UTC (rev 347005)
+++ PKGBUILD2019-03-03 09:43:34 UTC (rev 347006)
@@ -8,7 +8,7 @@
 
 pkgbase='protobuf'
 pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.6.1.3
+pkgver=3.7.0
 _gtestver=1.8.0
 pkgrel=1
 pkgdesc="Protocol Buffers - Google's data interchange format"
@@ -19,7 +19,7 @@
 makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
 
source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz;
 
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz;)
-md5sums=('df2b44d14d8745c06232d90f35845765'
+md5sums=('99ab003ca0e98c9dc40edbd60dd43633'
  '16877098823401d1bf2ed7891d7dce36')
 
 prepare() {


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:26:00
  Author: lfleischer
Revision: 437439

upgpkg: nickle 2.84-1

Upstream update.

Modified:
  nickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 09:24:05 UTC (rev 437438)
+++ PKGBUILD2019-03-03 09:26:00 UTC (rev 437439)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=nickle
-pkgver=2.82
-pkgrel=2
+pkgver=2.84
+pkgrel=1
 pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
 arch=('x86_64')
 url="http://nickle.org;
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('readline')
 source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7a94fe60d07d7b8db7b47781929fb8d3')
+md5sums=('cf2a1e403698835a152e56b625857e07')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:26:04
  Author: lfleischer
Revision: 437440

archrelease: copy trunk to community-x86_64

Added:
  nickle/repos/community-x86_64/PKGBUILD
(from rev 437439, nickle/trunk/PKGBUILD)
Deleted:
  nickle/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 09:26:00 UTC (rev 437439)
+++ PKGBUILD2019-03-03 09:26:04 UTC (rev 437440)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jan de Groot 
-
-pkgname=nickle
-pkgver=2.82
-pkgrel=2
-pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
-arch=('x86_64')
-url="http://nickle.org;
-license=('custom')
-depends=('readline')
-source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7a94fe60d07d7b8db7b47781929fb8d3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: nickle/repos/community-x86_64/PKGBUILD (from rev 437439, 
nickle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 09:26:04 UTC (rev 437440)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jan de Groot 
+
+pkgname=nickle
+pkgver=2.84
+pkgrel=1
+pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
+arch=('x86_64')
+url="http://nickle.org;
+license=('custom')
+depends=('readline')
+source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('cf2a1e403698835a152e56b625857e07')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:24:01
  Author: lfleischer
Revision: 437437

upgpkg: python-magic 5.36-1

Upstream update.

Modified:
  python-magic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 09:23:20 UTC (rev 437436)
+++ PKGBUILD2019-03-03 09:24:01 UTC (rev 437437)
@@ -2,7 +2,7 @@
 
 pkgbase=python-magic
 pkgname=(python-magic python2-magic)
-pkgver=5.35
+pkgver=5.36
 pkgrel=1
 pkgdesc="Python bindings to the magic library"
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 license=('custom')
 source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-sha512sums=('cbecc52e9209be8bc090752d0672efa181625d4e1e688e63edd1f5657b29bad69364a477fb4ed85d1fa413b8002c8578c86153d2acaaecce78446c0ca6ea9e38')
+sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
 
 package_python-magic() {
   depends=('python')


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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:24:05
  Author: lfleischer
Revision: 437438

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 09:24:01 UTC (rev 437437)
+++ PKGBUILD2019-03-03 09:24:05 UTC (rev 437438)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.35
-pkgrel=1
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-sha512sums=('cbecc52e9209be8bc090752d0672efa181625d4e1e688e63edd1f5657b29bad69364a477fb4ed85d1fa413b8002c8578c86153d2acaaecce78446c0ca6ea9e38')
-
-package_python-magic() {
-  depends=('python')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-magic/repos/community-any/PKGBUILD (from rev 437437, 
python-magic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 09:24:05 UTC (rev 437438)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.36
+pkgrel=1
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
+sha512sums=('3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751')
+
+package_python-magic() {
+  depends=('python')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_python2-magic() {
+  depends=('python2')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in privoxy/repos/community-x86_64 (10 files)

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:23:20
  Author: lfleischer
Revision: 437436

archrelease: copy trunk to community-x86_64

Added:
  privoxy/repos/community-x86_64/PKGBUILD
(from rev 437435, privoxy/trunk/PKGBUILD)
  privoxy/repos/community-x86_64/privoxy.install
(from rev 437435, privoxy/trunk/privoxy.install)
  privoxy/repos/community-x86_64/privoxy.logrotate.d
(from rev 437435, privoxy/trunk/privoxy.logrotate.d)
  privoxy/repos/community-x86_64/privoxy.service
(from rev 437435, privoxy/trunk/privoxy.service)
  privoxy/repos/community-x86_64/privoxy.sysusers
(from rev 437435, privoxy/trunk/privoxy.sysusers)
Deleted:
  privoxy/repos/community-x86_64/PKGBUILD
  privoxy/repos/community-x86_64/privoxy.install
  privoxy/repos/community-x86_64/privoxy.logrotate.d
  privoxy/repos/community-x86_64/privoxy.service
  privoxy/repos/community-x86_64/privoxy.sysusers

-+
 PKGBUILD|  124 +-
 privoxy.install |6 +-
 privoxy.logrotate.d |   18 +++
 privoxy.service |   24 -
 privoxy.sysusers|2 
 5 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 09:23:10 UTC (rev 437435)
+++ PKGBUILD2019-03-03 09:23:20 UTC (rev 437436)
@@ -1,62 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Juergen Hoetzel 
-# Contributor: basilburn (basilburn), Paul Bredbury (brebs)
-# Contributor: lolilolicon
-
-pkgname=privoxy
-pkgver=3.0.27
-pkgrel=1
-pkgdesc='A web proxy with advanced filtering capabilities.'
-arch=('x86_64')
-url='https://www.privoxy.org'
-license=('GPL2')
-depends=('pcre' 'zlib')
-makedepends=('autoconf')
-backup=('etc/privoxy/'{config,trust,match-all.action,{default,user}.{action,filter}}
-'etc/logrotate.d/privoxy')
-source=("https://downloads.sourceforge.net/ijbswa/${pkgname}-${pkgver}-stable-src.tar.gz;
-'privoxy.logrotate.d'
-'privoxy.sysusers'
-'privoxy.service')
-md5sums=('b8316a5908bcc681402cb9d0c4aad03d'
- 'e8196e745c765b398b3bfac68f370279'
- 'b16776164ab677282c44a8729743eca1'
- '99ecefbdab8d2260d9b217895b3adc73')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}-stable"
-
-  autoheader
-  autoconf
-  ./configure --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression
-
-  make
-  sed -i '
-s+^confdir \.+confdir /etc/privoxy+
-s+^logdir \.+logdir /var/log/privoxy+
-s+^#\?user-manual .*+user-manual /usr/share/doc/privoxy/user-manual/+' 
config
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}-stable"
-
-  install -Dm644 "$srcdir/privoxy.service" 
"$pkgdir/usr/lib/systemd/system/privoxy.service"
-  install -Dm644 "$srcdir/privoxy.sysusers" 
"$pkgdir/usr/lib/sysusers.d/privoxy.conf"
-  install -Dm644 "$srcdir/privoxy.logrotate.d" 
"$pkgdir/etc/logrotate.d/privoxy"
-
-  install -Dm755 {,"$pkgdir"/usr/bin/}privoxy
-  install -Dm644 {,"$pkgdir"/usr/share/man/man1/}privoxy.1
-  install -d -o42 -g42 "$pkgdir"/var/log/privoxy
-
-  install -d "$pkgdir"/etc/privoxy/
-  install -m644 config trust *.{action,filter} "$pkgdir"/etc/privoxy/ # -m0660 
upstream
-  find templates -type f -exec install -Dm644 '{}' "$pkgdir"/etc/privoxy/'{}' 
\;
-
-  (d=$pkgdir/usr/share/doc/privoxy
-  cd doc/webserver
-  install -Dm644 {privoxy-,"$d"/}index.html
-  install -m644 p_doc.css ../../{AUTHORS,README,ChangeLog} "$d"/
-  install -Dm644 {,"$d"/user-manual/}p_doc.css
-  find user-manual developer-manual faq man-page \( -name '*.html' -o -name 
'*.jpg' \) \
--exec install -Dm644 '{}' "$d"/'{}' \;)
-}

Copied: privoxy/repos/community-x86_64/PKGBUILD (from rev 437435, 
privoxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 09:23:20 UTC (rev 437436)
@@ -0,0 +1,62 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Juergen Hoetzel 
+# Contributor: basilburn (basilburn), Paul Bredbury (brebs)
+# Contributor: lolilolicon
+
+pkgname=privoxy
+pkgver=3.0.28
+pkgrel=1
+pkgdesc='A web proxy with advanced filtering capabilities.'
+arch=('x86_64')
+url='https://www.privoxy.org'
+license=('GPL2')
+depends=('pcre' 'zlib')
+makedepends=('autoconf')
+backup=('etc/privoxy/'{config,trust,match-all.action,{default,user}.{action,filter}}
+'etc/logrotate.d/privoxy')
+source=("https://downloads.sourceforge.net/ijbswa/${pkgname}-${pkgver}-stable-src.tar.gz;
+'privoxy.logrotate.d'
+'privoxy.sysusers'
+'privoxy.service')
+md5sums=('c7e8900d5aff33d9a5fc37ac28154f21'
+ 'e8196e745c765b398b3bfac68f370279'
+ 'b16776164ab677282c44a8729743eca1'
+ '99ecefbdab8d2260d9b217895b3adc73')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+
+  autoheader
+  autoconf
+  ./configure --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression
+
+  make
+  sed -i '
+s+^confdir 

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

2019-03-03 Thread Lukas Fleischer via arch-commits
Date: Sunday, March 3, 2019 @ 09:23:10
  Author: lfleischer
Revision: 437435

upgpkg: privoxy 3.0.28-1

Upstream update.

Modified:
  privoxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 08:51:01 UTC (rev 437434)
+++ PKGBUILD2019-03-03 09:23:10 UTC (rev 437435)
@@ -4,7 +4,7 @@
 # Contributor: lolilolicon
 
 pkgname=privoxy
-pkgver=3.0.27
+pkgver=3.0.28
 pkgrel=1
 pkgdesc='A web proxy with advanced filtering capabilities.'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'privoxy.logrotate.d'
 'privoxy.sysusers'
 'privoxy.service')
-md5sums=('b8316a5908bcc681402cb9d0c4aad03d'
+md5sums=('c7e8900d5aff33d9a5fc37ac28154f21'
  'e8196e745c765b398b3bfac68f370279'
  'b16776164ab677282c44a8729743eca1'
  '99ecefbdab8d2260d9b217895b3adc73')


  1   2   >