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

2019-02-13 Thread Antonio Rojas via arch-commits
Date: Thursday, February 14, 2019 @ 07:43:45
  Author: arojas
Revision: 432174

archrelease: copy trunk to community-x86_64

Added:
  sundials/repos/community-x86_64/PKGBUILD
(from rev 432173, sundials/trunk/PKGBUILD)
Deleted:
  sundials/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 07:43:23 UTC (rev 432173)
+++ PKGBUILD2019-02-14 07:43:45 UTC (rev 432174)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Elmar Klausmeier 
-
-pkgname=sundials
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
-arch=(x86_64)
-url="https://computation.llnl.gov/casc/sundials/main.html;
-license=(BSD)
-depends=(openmpi)
-makedepends=(cmake gcc-fortran python)
-source=("http://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz;)
-sha256sums=('6656d6938aed9142e61a001b1ed9f4ee4f7eaf003613bf5a887e98a85904d375')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DMPI_ENABLE=ON \
--DPTHREAD_ENABLE=ON\
--DOPENMP_ENABLE=ON \
--DF77_INTERFACE_ENABLE=ON \
--DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-

Copied: sundials/repos/community-x86_64/PKGBUILD (from rev 432173, 
sundials/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 07:43:45 UTC (rev 432174)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elmar Klausmeier 
+
+pkgname=sundials
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
+arch=(x86_64)
+url="https://computation.llnl.gov/casc/sundials/main.html;
+license=(BSD)
+depends=(openmpi)
+makedepends=(cmake gcc-fortran python)
+source=("https://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz;)
+sha256sums=('280de1c27b2360170a6f46cb3799b2aee9dff3bddbafc8b08c291a47ab258aa5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DMPI_ENABLE=ON \
+-DPTHREAD_ENABLE=ON\
+-DOPENMP_ENABLE=ON \
+-DF77_INTERFACE_ENABLE=ON \
+-DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}
+


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

2019-02-13 Thread Antonio Rojas via arch-commits
Date: Thursday, February 14, 2019 @ 07:43:23
  Author: arojas
Revision: 432173

Update to 4.1.0

Modified:
  sundials/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 05:48:14 UTC (rev 432172)
+++ PKGBUILD2019-02-14 07:43:23 UTC (rev 432173)
@@ -2,7 +2,7 @@
 # Contributor: Elmar Klausmeier 
 
 pkgname=sundials
-pkgver=4.0.2
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(openmpi)
 makedepends=(cmake gcc-fortran python)
 
source=("https://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz;)
-sha256sums=('6656d6938aed9142e61a001b1ed9f4ee4f7eaf003613bf5a887e98a85904d375')
+sha256sums=('280de1c27b2360170a6f46cb3799b2aee9dff3bddbafc8b08c291a47ab258aa5')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in brltty/repos/extra-x86_64 (8 files)

2019-02-13 Thread Antonio Rojas via arch-commits
Date: Thursday, February 14, 2019 @ 07:21:07
  Author: arojas
Revision: 346255

archrelease: copy trunk to extra-x86_64

Added:
  brltty/repos/extra-x86_64/PKGBUILD
(from rev 346254, brltty/trunk/PKGBUILD)
  brltty/repos/extra-x86_64/brltty.install
(from rev 346254, brltty/trunk/brltty.install)
  brltty/repos/extra-x86_64/brltty.service
(from rev 346254, brltty/trunk/brltty.service)
  brltty/repos/extra-x86_64/brltty.sysusers
(from rev 346254, brltty/trunk/brltty.sysusers)
Deleted:
  brltty/repos/extra-x86_64/PKGBUILD
  brltty/repos/extra-x86_64/brltty.install
  brltty/repos/extra-x86_64/brltty.service
  brltty/repos/extra-x86_64/brltty.sysusers

-+
 PKGBUILD|   91 +++---
 brltty.install  |   24 +++---
 brltty.service  |   24 +++---
 brltty.sysusers |2 -
 4 files changed, 71 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 07:20:41 UTC (rev 346254)
+++ PKGBUILD2019-02-14 07:21:07 UTC (rev 346255)
@@ -1,45 +0,0 @@
-# Maintainer:
-# Contributor: Tom Gundersen 
-# Contributor: Jan de Groot 
-# Contributor: Giovanni Scafora 
-
-pkgname=brltty
-pkgver=5.6
-pkgrel=7
-pkgdesc="Braille display driver for Linux/Unix"
-arch=(x86_64)
-url="http://mielke.cc/brltty;
-license=(GPL LGPL)
-depends=(libxaw gpm icu tcl bluez-libs espeak)
-makedepends=(at-spi2-core tcl speech-dispatcher cython)
-optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
-'atk: ATK bridge for X11/GNOME accessibility'
-'speech-dispatcher: speech-dispatcher driver')
-backup=(etc/brltty.conf)
-options=('!emptydirs')
-install=brltty.install
-source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
-brltty.service brltty.sysusers)
-sha256sums=('6171258aca833bb2012afd9c63928573a48c3daab7b149a3e90001ba53beb80f'
-'a342a5e9d36f00a320e1d23d91c482bd5445af52588334307b7e9c09a8cc38ec'
-'0df1ab5cca644c6deb1090976a4e459243c15668fd5c3bafb278aa629878ec07')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---mandir=/usr/share/man \
---with-tables-directory=/usr/share/brltty \
---with-screen-driver=lx \
---enable-gpm \
---disable-java-bindings \
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-  install -Dm644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
-  install -Dm644 ../brltty.service 
"$pkgdir/usr/lib/systemd/system/brltty.service"
-  install -Dm644 ../brltty.sysusers "$pkgdir"/usr/lib/sysusers.d/brltty.conf
-}

Copied: brltty/repos/extra-x86_64/PKGBUILD (from rev 346254, 
brltty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 07:21:07 UTC (rev 346255)
@@ -0,0 +1,46 @@
+# Maintainer:
+# Contributor: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=5.6
+pkgrel=8
+pkgdesc="Braille display driver for Linux/Unix"
+arch=(x86_64)
+url="http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl bluez-libs)
+makedepends=(at-spi2-core tcl speech-dispatcher cython espeak)
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK bridge for X11/GNOME accessibility'
+'speech-dispatcher: speech-dispatcher driver'
+'espeak: espeak driver')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
+brltty.service brltty.sysusers)
+sha256sums=('6171258aca833bb2012afd9c63928573a48c3daab7b149a3e90001ba53beb80f'
+'a342a5e9d36f00a320e1d23d91c482bd5445af52588334307b7e9c09a8cc38ec'
+'0df1ab5cca644c6deb1090976a4e459243c15668fd5c3bafb278aa629878ec07')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--mandir=/usr/share/man \
+--with-tables-directory=/usr/share/brltty \
+--with-screen-driver=lx \
+--enable-gpm \
+--disable-java-bindings \
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  install -Dm644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
+  install -Dm644 ../brltty.service 
"$pkgdir/usr/lib/systemd/system/brltty.service"
+  install -Dm644 ../brltty.sysusers "$pkgdir"/usr/lib/sysusers.d/brltty.conf
+}

Deleted: brltty.install
===
--- brltty.install  2019-02-14 07:20:41 UTC (rev 346254)
+++ brltty.install  2019-02-14 07:21:07 UTC (rev 346255)
@@ -1,12 +0,0 @@
-post_install () {
- if [ ! -e /etc/brlapi.key ]; then
- mcookie >/etc/brlapi.key
- chmod 0640 /etc/brlapi.key
- chgrp brlapi /etc/brlapi.key
- echo "Please add your user 

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

2019-02-13 Thread Antonio Rojas via arch-commits
Date: Thursday, February 14, 2019 @ 07:20:41
  Author: arojas
Revision: 346254

make espeak optional (FS#61752)

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 00:59:36 UTC (rev 346253)
+++ PKGBUILD2019-02-14 07:20:41 UTC (rev 346254)
@@ -5,16 +5,17 @@
 
 pkgname=brltty
 pkgver=5.6
-pkgrel=7
+pkgrel=8
 pkgdesc="Braille display driver for Linux/Unix"
 arch=(x86_64)
 url="http://mielke.cc/brltty;
 license=(GPL LGPL)
-depends=(libxaw gpm icu tcl bluez-libs espeak)
-makedepends=(at-spi2-core tcl speech-dispatcher cython)
+depends=(libxaw gpm icu tcl bluez-libs)
+makedepends=(at-spi2-core tcl speech-dispatcher cython espeak)
 optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
 'atk: ATK bridge for X11/GNOME accessibility'
-'speech-dispatcher: speech-dispatcher driver')
+'speech-dispatcher: speech-dispatcher driver'
+'espeak: espeak driver')
 backup=(etc/brltty.conf)
 options=('!emptydirs')
 install=brltty.install


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

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, February 14, 2019 @ 05:48:14
  Author: svenstaro
Revision: 432172

archrelease: copy trunk to community-x86_64

Added:
  zeroc-ice/repos/community-x86_64/PKGBUILD
(from rev 432171, zeroc-ice/trunk/PKGBUILD)
  zeroc-ice/repos/community-x86_64/zeroc-ice.sysusers
(from rev 432171, zeroc-ice/trunk/zeroc-ice.sysusers)
Deleted:
  zeroc-ice/repos/community-x86_64/PKGBUILD
  zeroc-ice/repos/community-x86_64/zeroc-ice.sysusers

+
 PKGBUILD   |  174 ---
 zeroc-ice.sysusers |2 
 2 files changed, 83 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 05:48:06 UTC (rev 432171)
+++ PKGBUILD2019-02-14 05:48:14 UTC (rev 432172)
@@ -1,92 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Joe George 
-# Contributor: Daniel Spies 
-# Contributor: Otto Allmendinger 
-
-pkgname=(zeroc-ice zeroc-ice-java)
-pkgbase=(zeroc-ice)
-pkgver=3.7.1
-pkgrel=1
-pkgdesc="An object-oriented middleware that provides RPC functionality"
-arch=(x86_64)
-url="https://zeroc.com;
-license=(GPL custom:ice)
-makedepends=(bzip2 gradle 'java-environment=8' gcc7)
-depends=(mcpp lmdb)
-source=(
-
"ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz;
-
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz;
-zeroc-ice.sysusers
-)
-sha256sums=('b1526ab9ba80a3d5f314dacf22674dff005efb9866774903d0efca5a0fab326d'
-'92530c87b12471df0cae98a7329039fa42902a9d7909eb32915fdc866b419e8a'
-'5fdbb1ed753e84e6b49c529e171af848e74a8890fe485dfe1d2bbec3c198dd90')
-
-_make_args=(
-"OPTIMIZE=yes"
-"USR_DIR_INSTALL=yes"
-"prefix=/usr"
-"CONFIGS=shared cpp11-shared"
-"SKIP=slice2py"
-)
-
-build() {
-  cd ${srcdir}/ice-${pkgver}
-  export CC=gcc-7
-  export CXX=g++-7
-  GRADLE=gradle make srcs -j$(nproc) "${_make_args[@]}" "LANGUAGES=cpp java"
-}
-
-package_zeroc-ice() {
-  backup=("etc/glacier2router.conf"
-  "etc/icegridnode.conf"
-  "etc/icegridregistry.conf"
-  )
-
-  cd ${srcdir}/ice-${pkgver}
-
-  make install "${_make_args[@]}" DESTDIR="${pkgdir}" "LANGUAGES=cpp"
-  install -Dm644 ${srcdir}/ice-${pkgver}/ICE_LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  rm -f ${pkgdir}/usr/share/Ice-${pkgver}/LICENSE
-  rm -f ${pkgdir}/usr/share/Ice-${pkgver}/ICE_LICENSE
-
-  if [ $CARCH = "x86_64" ]; then
-  rm -df ${pkgdir}/usr/lib/
-  mv ${pkgdir}/usr/lib64/ ${pkgdir}/usr/lib/
-  fi
-
-  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/glacier2router.conf 
${pkgdir}/etc/glacier2router.conf
-  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridnode.conf 
${pkgdir}/etc/icegridnode.conf
-  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridregistry.conf 
${pkgdir}/etc/icegridregistry.conf
-
-  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/glacier2router.service \
- ${pkgdir}/usr/lib/systemd/system/glacier2router.service
-  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridnode.service 
\
- ${pkgdir}/usr/lib/systemd/system/icegridnode.service
-  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridregistry.service \
- ${pkgdir}/usr/lib/systemd/system/icegridregistry.service
-
-  mkdir -p ${pkgdir}/var/lib/ice/icegrid/{node1,registry}
-  chown -R 101:101 ${pkgdir}/var/lib/ice
-
-  install -Dm644 ${srcdir}/zeroc-ice.sysusers 
${pkgdir}/usr/lib/sysusers.d/$pkgname.conf
-}
-
-package_zeroc-ice-java() {
-  makedepends=(gradle 'java-environment=8')
-  depends=(zeroc-ice java-environment)
-
-  for d in ${srcdir}/ice-${pkgver}/java ${srcdir}/ice-${pkgver}/java-compat; do
-  cd $d
-  gradle \
-  --gradle-user-home=/tmp/zeroc-ice-java \
-  --no-daemon \
-  -PdbHome=/usr/share/java/berkeleydb \
-  -Pprefix=${pkgdir}/usr/share/java/zeroc-ice install
-
-  done
-
-  mv ${pkgdir}/usr/share/java/zeroc-ice/lib/* 
${pkgdir}/usr/share/java/zeroc-ice/
-  rmdir ${pkgdir}/usr/share/java/zeroc-ice/lib
-}

Copied: zeroc-ice/repos/community-x86_64/PKGBUILD (from rev 432171, 
zeroc-ice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 05:48:14 UTC (rev 432172)
@@ -0,0 +1,82 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Joe George 
+# Contributor: Daniel Spies 
+# Contributor: Otto Allmendinger 
+
+pkgname=(zeroc-ice zeroc-ice-java)
+pkgbase=(zeroc-ice)
+pkgver=3.7.2
+pkgrel=1
+pkgdesc="An object-oriented middleware that provides RPC functionality"
+arch=(x86_64)
+url="https://zeroc.com;
+license=(GPL custom:ice)
+makedepends=(bzip2 gradle java-environment)
+depends=(mcpp lmdb)
+source=(
+

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

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, February 14, 2019 @ 05:48:06
  Author: svenstaro
Revision: 432171

upgpkg: zeroc-ice 3.7.2-1

Modified:
  zeroc-ice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 02:34:00 UTC (rev 432170)
+++ PKGBUILD2019-02-14 05:48:06 UTC (rev 432171)
@@ -5,13 +5,13 @@
 
 pkgname=(zeroc-ice zeroc-ice-java)
 pkgbase=(zeroc-ice)
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc="An object-oriented middleware that provides RPC functionality"
 arch=(x86_64)
 url="https://zeroc.com;
 license=(GPL custom:ice)
-makedepends=(bzip2 gradle 'java-environment=8' gcc7)
+makedepends=(bzip2 gradle java-environment)
 depends=(mcpp lmdb)
 source=(
 
"ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz;
@@ -18,8 +18,8 @@
 
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz;
 zeroc-ice.sysusers
 )
-sha256sums=('b1526ab9ba80a3d5f314dacf22674dff005efb9866774903d0efca5a0fab326d'
-'92530c87b12471df0cae98a7329039fa42902a9d7909eb32915fdc866b419e8a'
+sha256sums=('e329a24abf94a4772a58a0fe61af4e707743a272c854552eef3d7833099f40f9'
+'4a1aa0bfe3b2ec8ca9b834cbf3b1300fc48e25ccffe82a7a1b6d2f46644ba0bc'
 '5fdbb1ed753e84e6b49c529e171af848e74a8890fe485dfe1d2bbec3c198dd90')
 
 _make_args=(
@@ -32,9 +32,7 @@
 
 build() {
   cd ${srcdir}/ice-${pkgver}
-  export CC=gcc-7
-  export CXX=g++-7
-  GRADLE=gradle make srcs -j$(nproc) "${_make_args[@]}" "LANGUAGES=cpp java"
+  make "${_make_args[@]}" "LANGUAGES=cpp java"
 }
 
 package_zeroc-ice() {
@@ -51,10 +49,8 @@
   rm -f ${pkgdir}/usr/share/Ice-${pkgver}/LICENSE
   rm -f ${pkgdir}/usr/share/Ice-${pkgver}/ICE_LICENSE
 
-  if [ $CARCH = "x86_64" ]; then
-  rm -df ${pkgdir}/usr/lib/
-  mv ${pkgdir}/usr/lib64/ ${pkgdir}/usr/lib/
-  fi
+  rm -df ${pkgdir}/usr/lib/
+  mv ${pkgdir}/usr/lib64/ ${pkgdir}/usr/lib/
 
   install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/glacier2router.conf 
${pkgdir}/etc/glacier2router.conf
   install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridnode.conf 
${pkgdir}/etc/icegridnode.conf
@@ -77,16 +73,10 @@
   makedepends=(gradle 'java-environment=8')
   depends=(zeroc-ice java-environment)
 
-  for d in ${srcdir}/ice-${pkgver}/java ${srcdir}/ice-${pkgver}/java-compat; do
-  cd $d
-  gradle \
-  --gradle-user-home=/tmp/zeroc-ice-java \
-  --no-daemon \
-  -PdbHome=/usr/share/java/berkeleydb \
-  -Pprefix=${pkgdir}/usr/share/java/zeroc-ice install
+  cd ${srcdir}/ice-${pkgver}
 
-  done
+  export GRADLE_USER_HOME=/tmp
+  make install "${_make_args[@]}" DESTDIR="${pkgdir}" "LANGUAGES=java"
 
-  mv ${pkgdir}/usr/share/java/zeroc-ice/lib/* 
${pkgdir}/usr/share/java/zeroc-ice/
-  rmdir ${pkgdir}/usr/share/java/zeroc-ice/lib
+  rm -rf "${pkgdir}"/usr/share/ice
 }


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

2019-02-13 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, February 14, 2019 @ 02:34:00
  Author: yan12125
Revision: 432170

archrelease: copy trunk to community-x86_64

Added:
  pcmanfm-qt/repos/community-x86_64/PKGBUILD
(from rev 432169, pcmanfm-qt/trunk/PKGBUILD)
Deleted:
  pcmanfm-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 02:33:41 UTC (rev 432169)
+++ PKGBUILD2019-02-14 02:34:00 UTC (rev 432170)
@@ -1,43 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=pcmanfm-qt
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="The LXQt file manager, Qt port of PCManFM"
-arch=("x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("desktop-file-utils" "libfm-qt" "lxmenu-data")
-makedepends=("lxqt-build-tools")
-optdepends=(
-   "gvfs: for trash support, mounting with udisks and remote filesystems"
-   "gvfs-mtp: MTP support (Media Transfer Protocol)"
-   "xarchiver: archive management"
-)
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=('5dc7fc3de03c10f77c7d8cec790449c55a33ef840c30c5b753a9cf6b97d0dfb6'
-'SKIP')
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Copied: pcmanfm-qt/repos/community-x86_64/PKGBUILD (from rev 432169, 
pcmanfm-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 02:34:00 UTC (rev 432170)
@@ -0,0 +1,45 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=pcmanfm-qt
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="The LXQt file manager, Qt port of PCManFM"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org;
+license=("GPL2")
+depends=("desktop-file-utils" "libfm-qt" "lxmenu-data")
+makedepends=("lxqt-build-tools")
+optdepends=(
+   "gvfs: for trash support, mounting with udisks and remote filesystems"
+   "gvfs-mtp: MTP support (Media Transfer Protocol)"
+   "xarchiver: archive management"
+   "qt5-translations: allow keyboard shortcuts to function in some 
languages (e.g. German)"
+)
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=('5dc7fc3de03c10f77c7d8cec790449c55a33ef840c30c5b753a9cf6b97d0dfb6'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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


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

2019-02-13 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, February 14, 2019 @ 02:33:41
  Author: yan12125
Revision: 432169

upgpkg: pcmanfm-qt 0.14.0-2

Fixes FS#58182

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 02:25:51 UTC (rev 432168)
+++ PKGBUILD2019-02-14 02:33:41 UTC (rev 432169)
@@ -1,12 +1,13 @@
 # Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
 
 pkgname=pcmanfm-qt
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
 groups=("lxqt")
-url="http://lxqt.org;
+url="https://lxqt.org;
 license=("GPL2")
 depends=("desktop-file-utils" "libfm-qt" "lxmenu-data")
 makedepends=("lxqt-build-tools")
@@ -14,6 +15,7 @@
"gvfs: for trash support, mounting with udisks and remote filesystems"
"gvfs-mtp: MTP support (Media Transfer Protocol)"
"xarchiver: archive management"
+   "qt5-translations: allow keyboard shortcuts to function in some 
languages (e.g. German)"
 )
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;


[arch-commits] Commit in gitlab/repos/community-x86_64 (20 files)

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, February 14, 2019 @ 01:20:13
  Author: svenstaro
Revision: 432167

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 432166, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 432166, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 432166, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 432166, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 432166, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 432166, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 432166, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 432166, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 432166, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 432166, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  436 +++---
 gitlab-backup.service   |   40 ++--
 gitlab-backup.timer |   20 +-
 gitlab-mailroom.service |   44 ++--
 gitlab-sidekiq.service  |   62 +++---
 gitlab-unicorn.service  |   68 +++
 gitlab.install  |   40 ++--
 gitlab.logrotate|   22 +-
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 10 files changed, 374 insertions(+), 374 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 01:19:56 UTC (rev 432166)
+++ PKGBUILD2019-02-14 01:20:13 UTC (rev 432167)
@@ -1,218 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=11.7.4
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('c58f5167d216d7ac3182070a636b305fbb38f6bd9fc79646156e0b83c6553b1f20175d0ea63bba93a31fc2bcb53334bfa7bdfc204c9ab139b36e316ce47273fc'
-
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
-
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
-
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'
-
'fdb698c86057574aecaa1f1503f3d3319e06d5e872c676d58590b48bb7b3483b837bc991136eb2cc4b2cea68b52d294b8c1b382c9659f14027a923ac3c17d6d5'
-

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

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, February 14, 2019 @ 01:19:56
  Author: svenstaro
Revision: 432166

upgpkg: gitlab 11.7.5-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 01:01:16 UTC (rev 432165)
+++ PKGBUILD2019-02-14 01:19:56 UTC (rev 432166)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=11.7.4
+pkgver=11.7.5
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -38,7 +38,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('c58f5167d216d7ac3182070a636b305fbb38f6bd9fc79646156e0b83c6553b1f20175d0ea63bba93a31fc2bcb53334bfa7bdfc204c9ab139b36e316ce47273fc'
+sha512sums=('6a2be50c3b919678ef3f40893ed9ecb5d47da497c548d001ebbdc36b0496a0b902e8ae97d88f0c3d4b982b9fb8826fe4932e4f7769b4c66db94b67ccbeb73c9b'
 
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
 
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
 
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'


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

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, February 14, 2019 @ 01:01:16
  Author: svenstaro
Revision: 432165

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 432164, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 432164, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  138 
 gitlab-gitaly.service |   50 -
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 01:01:08 UTC (rev 432164)
+++ PKGBUILD2019-02-14 01:01:16 UTC (rev 432165)
@@ -1,69 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab-gitaly
-pkgver=1.17.0
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=(glibc ruby2.5 libxml2 libxslt)
-options=(!buildflags)
-makedepends=(go ruby2.5-bundler cmake)
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('d3bee79b0cb9eabe64a2f12ced0750d3b4f96e602b75b0a19676c42dcfb94f04eb7092d133521a3c5c8141d2b5100be8913cdc204fa12ecb430cc0a6072dab83'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-"*
-
-  sed -i "s/bundle install/bundle-2.5 install/" Makefile
-  sed -i "s/bundle config/bundle-2.5 config/" Makefile
-  sed -i "s/bundle show/bundle-2.5 show/" Makefile
-  sed -i "s/bundle/bundle-2.5/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.5/" internal/linguist/linguist.go
-  sed -i "s/bundle/bundle-2.5/" _support/makegen.go
-  sed -i "s/\"ruby\"/\"ruby-2.5\"/" internal/linguist/linguist.go
-  sed -i "s/env ruby/env ruby-2.5/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.5/" ruby/bin/ruby-cd
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
-
-  # https://github.com/bundler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
-}
-
-build() {
-  cd "gitaly-"*
-
-  make build
-}
-
-package() {
-  cd "gitaly-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 432164, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 01:01:16 UTC (rev 432165)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-gitaly
+pkgver=1.19.1
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby2.5 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.5-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
+"gitlab-gitaly.service")

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

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, February 14, 2019 @ 01:01:08
  Author: svenstaro
Revision: 432164

upgpkg: gitlab-gitaly 1.19.1-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 00:58:54 UTC (rev 432163)
+++ PKGBUILD2019-02-14 01:01:08 UTC (rev 432164)
@@ -4,7 +4,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
-pkgver=1.17.0
+pkgver=1.19.1
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('d3bee79b0cb9eabe64a2f12ced0750d3b4f96e602b75b0a19676c42dcfb94f04eb7092d133521a3c5c8141d2b5100be8913cdc204fa12ecb430cc0a6072dab83'
+sha512sums=('ba9740451a541c4b12cabce8630d2031ec25df9655c3eeae0a30402837b749c68b16e6b74d5d06955b4c318465e8381a76a47772fa8367037af828b9f553ecb1'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


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

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, February 14, 2019 @ 00:55:10
  Author: svenstaro
Revision: 432152

upgpkg: gitlab-workhorse 8.3.1-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 00:50:21 UTC (rev 432151)
+++ PKGBUILD2019-02-14 00:55:10 UTC (rev 432152)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=8.3.0
+pkgver=8.3.1
 pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go-pie')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
 "gitlab-workhorse.service")
-sha512sums=('5af66248fe63145e74c0c1ed57c01af0d8b5afb3c1f0e0c7eebbf3295612cbf39970439201a31f50ad68f971069766ae576b3e1ba266cb762a1159b5c7bb'
+sha512sums=('201f4d92e640ee902757a91095104de6a6a5e11caff24fdb44a475c5c7a631993485edd728f6685c949bfe23a5a156aded7cfe77a7cf4bbcade4c1fd2de14ae7'
 
'c5ce0e47fa186cf9374e9771e99df0346c3652a20dd43257a6d50003b083e78cb2ed65abdbd45cc4062114023f7b112793c25136e2d6b118e1ba30623f16be83')
 
 build() {


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

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, February 14, 2019 @ 00:55:21
  Author: svenstaro
Revision: 432153

archrelease: copy trunk to community-x86_64

Added:
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 432152, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 432152, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

--+
 PKGBUILD |   70 ++---
 gitlab-workhorse.service |   44 ++--
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 00:55:10 UTC (rev 432152)
+++ PKGBUILD2019-02-14 00:55:21 UTC (rev 432153)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=8.3.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
-"gitlab-workhorse.service")
-sha512sums=('5af66248fe63145e74c0c1ed57c01af0d8b5afb3c1f0e0c7eebbf3295612cbf39970439201a31f50ad68f971069766ae576b3e1ba266cb762a1159b5c7bb'
-
'c5ce0e47fa186cf9374e9771e99df0346c3652a20dd43257a6d50003b083e78cb2ed65abdbd45cc4062114023f7b112793c25136e2d6b118e1ba30623f16be83')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-x86_64/PKGBUILD (from rev 432152, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 00:55:21 UTC (rev 432153)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=8.3.1
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('201f4d92e640ee902757a91095104de6a6a5e11caff24fdb44a475c5c7a631993485edd728f6685c949bfe23a5a156aded7cfe77a7cf4bbcade4c1fd2de14ae7'
+
'c5ce0e47fa186cf9374e9771e99df0346c3652a20dd43257a6d50003b083e78cb2ed65abdbd45cc4062114023f7b112793c25136e2d6b118e1ba30623f16be83')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gitlab-workhorse.service
===
--- gitlab-workhorse.service2019-02-14 00:55:10 UTC (rev 432152)
+++ gitlab-workhorse.service2019-02-14 00:55:21 UTC (rev 432153)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -listenNetwork unix 
-listenAddr /run/gitlab/gitlab-workhorse.socket -authBackend 
http://localhost:8080 -authSocket /var/lib/gitlab/sockets/gitlab.socket 
-documentRoot /usr/share/webapps/gitlab/public
-ExecStop=/usr/bin/kill -QUIT $MAINPID
-ExecReload=/usr/bin/kill -USR2 $MAINPID
-Restart=on-failure
-RestartSec=1
-
-[Install]
-WantedBy=multi-user.target


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:50:21
  Author: ffy00
Revision: 432151

archrelease: copy trunk to community-x86_64

Added:
  sdrangel/repos/community-x86_64/PKGBUILD
(from rev 432150, sdrangel/trunk/PKGBUILD)
  sdrangel/repos/community-x86_64/sdrangel-opencv4.patch
(from rev 432150, sdrangel/trunk/sdrangel-opencv4.patch)
Deleted:
  sdrangel/repos/community-x86_64/PKGBUILD
  sdrangel/repos/community-x86_64/sdrangel-opencv4.patch

+
 PKGBUILD   |  106 ++--
 sdrangel-opencv4.patch |  174 +++
 2 files changed, 140 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 00:50:16 UTC (rev 432150)
+++ PKGBUILD2019-02-14 00:50:21 UTC (rev 432151)
@@ -1,53 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgname=sdrangel
-pkgver=4.1.0
-pkgrel=2
-pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
-arch=('x86_64')
-url='https://github.com/f4exb/sdrangel'
-license=('GPL3')
-depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
- 'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
- 'qt5-base' 'qt5-tools' 'qt5-multimedia') # QT5
-makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'boost')
-optdepends=('ffmpeg: DATV demodulator'
-'rtl-sdr: RTLSDR support'
-'hackrf: HackRF support'
-'limesuite: LimeSDR support'
-'bladerf: BladeRF support'
-'airspy: AirSPY support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" 
sdrangel-opencv4.patch)
-sha512sums=('bb8f1170ad00af88d35a2e595bb24d3f12281163a078610223db07a717b56156a10e2aaea2e0f766b153cf689ca2737fa8df38a04a984466494c6cd78fc629e3'
-
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
-
-prepare() {
-  sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' 
$pkgname-$pkgver/desktop/sdrangel.desktop
-  cd $pkgname-$pkgver
-  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
-}
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
--DCM256CC_INCLUDE_DIR=/usr/include/cm256cc
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  # Install .desktop file
-  install -Dm 644 ../desktop/sdrangel_icon.xpm 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
-  install -Dm 644 ../desktop/sdrangel.desktop 
"$pkgdir"/usr/share/applications/adrangel.desktop
-}
-

Copied: sdrangel/repos/community-x86_64/PKGBUILD (from rev 432150, 
sdrangel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 00:50:21 UTC (rev 432151)
@@ -0,0 +1,53 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=sdrangel
+pkgver=4.4.3
+pkgrel=1
+pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
+arch=('x86_64')
+url='https://github.com/f4exb/sdrangel'
+license=('GPL3')
+depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
+ 'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
+ 'qt5-base' 'qt5-tools' 'qt5-multimedia') # QT5
+makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'boost')
+optdepends=('ffmpeg: DATV demodulator'
+'rtl-sdr: RTLSDR support'
+'hackrf: HackRF support'
+'limesuite: LimeSDR support'
+'bladerf: BladeRF support'
+'airspy: AirSPY support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" 
sdrangel-opencv4.patch)
+sha512sums=('c5148519fd210453f386904294724bbeacd3b726d18b54f1c1133f3516ad9eb0478bde9231614a3e46e6fd5766b44ac0997e10ebe607d0ab0c880bd22b049fc5'
+
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
+
+prepare() {
+  sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' 
$pkgname-$pkgver/desktop/sdrangel.desktop
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
+}
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
+-DCM256CC_INCLUDE_DIR=/usr/include/cm256cc
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+
+  # Install .desktop file
+  install -Dm 644 ../desktop/sdrangel_icon.xpm 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
+  install -Dm 644 ../desktop/sdrangel.desktop 
"$pkgdir"/usr/share/applications/adrangel.desktop
+}
+

Deleted: 

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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:50:16
  Author: ffy00
Revision: 432150

upgpkg: sdrangel 4.4.3-1

Modified:
  sdrangel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 00:41:50 UTC (rev 432149)
+++ PKGBUILD2019-02-14 00:50:16 UTC (rev 432150)
@@ -2,8 +2,8 @@
 # Contributor: Michal Krenek (Mikos) 
 
 pkgname=sdrangel
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.4.3
+pkgrel=1
 pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
 arch=('x86_64')
 url='https://github.com/f4exb/sdrangel'
@@ -19,7 +19,7 @@
 'bladerf: BladeRF support'
 'airspy: AirSPY support')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" 
sdrangel-opencv4.patch)
-sha512sums=('bb8f1170ad00af88d35a2e595bb24d3f12281163a078610223db07a717b56156a10e2aaea2e0f766b153cf689ca2737fa8df38a04a984466494c6cd78fc629e3'
+sha512sums=('c5148519fd210453f386904294724bbeacd3b726d18b54f1c1133f3516ad9eb0478bde9231614a3e46e6fd5766b44ac0997e10ebe607d0ab0c880bd22b049fc5'
 
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
 
 prepare() {


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:41:43
  Author: ffy00
Revision: 432148

upgpkg: bladerf 2.0.2-1

Modified:
  bladerf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 00:38:15 UTC (rev 432147)
+++ PKGBUILD2019-02-14 00:41:43 UTC (rev 432148)
@@ -5,10 +5,10 @@
 # keeping it more modular for now though
 
 pkgname=bladerf
-_libver=1.9.0
+_libver=2.0.2
 _CLIver=1.5.1
-_FPGAver=0.7.1
-_firmver=2.0.0
+_FPGAver=0.10.2
+_firmver=2.3.2
 pkgver=$_libver
 pkgrel=1
 pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
@@ -26,10 +26,10 @@
 "https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
 "https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
 
-md5sums=('bcf89b36e767aefe19ea7046cfe264e9'
- '1bb0990d1aab4786f27f26068796fa48'
- 'd54374c3a72524f44cdf7a27f2c45964'
- '7b7426c9eb4ccbf0c32e04fd578a75ae')
+md5sums=('ac1ace151d1039c5a88d59b155e17e02'
+ '4aabf1617901423569f425db93598884'
+ '33641f8a126bef1c0b7e6ba8bedda93f'
+ 'c823ea5aa2c25c26bbaf4ab395ac559d')
 
 # bladeRF-cli is bundled with libbladeRF
 # bladeRF-cli can use libtecla (aur)?


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:41:50
  Author: ffy00
Revision: 432149

archrelease: copy trunk to community-x86_64

Added:
  bladerf/repos/community-x86_64/PKGBUILD
(from rev 432148, bladerf/trunk/PKGBUILD)
Deleted:
  bladerf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 00:41:43 UTC (rev 432148)
+++ PKGBUILD2019-02-14 00:41:50 UTC (rev 432149)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-# it looks like the release model has gotten better
-# keeping it more modular for now though
-
-pkgname=bladerf
-_libver=1.9.0
-_CLIver=1.5.1
-_FPGAver=0.7.1
-_firmver=2.0.0
-pkgver=$_libver
-pkgrel=1
-pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
-url="https://github.com/Nuand/bladeRF;
-# https://github.com/Nuand/bladeRF/tags
-arch=('x86_64')
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake' 'help2man' 'doxygen')
-#backup=("etc/bladerf.cfg")
-
-source=(
-"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz;
-"https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf;
-"https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
-"https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
-
-md5sums=('bcf89b36e767aefe19ea7046cfe264e9'
- '1bb0990d1aab4786f27f26068796fa48'
- 'd54374c3a72524f44cdf7a27f2c45964'
- '7b7426c9eb4ccbf0c32e04fd578a75ae')
-
-# bladeRF-cli is bundled with libbladeRF
-# bladeRF-cli can use libtecla (aur)?
-
-prepare() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  # FS#47168
-  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
-
-  # todo, report warning
-  sed -i '94i add_definitions(-Wno-error=format-truncation)' 
host/CMakeLists.txt
-
-  # FS#55326
-  sed -i '44s/^else/#&/' host/misc/udev/CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  mkdir -p build
-  cd build
-  CFLAGS+=" -Wno-error=stringop-truncation" cmake \
--DCMAKE_BUILD_TYPE=Release \
--DINSTALL_UDEV_RULES=ON \
--DBUILD_DOCUMENTATION=ON \
--DCMAKE_INSTALL_LIBDIR:PATH=lib \
--Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-  # ENABLE_FX3_BUILD needs cypress toolchain
-  # really really wants to put files in /usr/lib64
-}
-
-package() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver/build"
-  make DESTDIR="${pkgdir}" install
-  cd "$srcdir"
-  install -Dm644 "bladeRF_fw_v$_firmver.img" 
"$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
-  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
-  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
-
-  # FS#54105
-  cd "$pkgdir/etc/udev/rules.d/"
-  mv 88-nuand.rules 70-nuand.rules
-}

Copied: bladerf/repos/community-x86_64/PKGBUILD (from rev 432148, 
bladerf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 00:41:50 UTC (rev 432149)
@@ -0,0 +1,76 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+# it looks like the release model has gotten better
+# keeping it more modular for now though
+
+pkgname=bladerf
+_libver=2.0.2
+_CLIver=1.5.1
+_FPGAver=0.10.2
+_firmver=2.3.2
+pkgver=$_libver
+pkgrel=1
+pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
+url="https://github.com/Nuand/bladeRF;
+# https://github.com/Nuand/bladeRF/tags
+arch=('x86_64')
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake' 'help2man' 'doxygen')
+#backup=("etc/bladerf.cfg")
+
+source=(
+"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz;
+"https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf;
+"https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
+"https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
+
+md5sums=('ac1ace151d1039c5a88d59b155e17e02'
+ '4aabf1617901423569f425db93598884'
+ '33641f8a126bef1c0b7e6ba8bedda93f'
+ 'c823ea5aa2c25c26bbaf4ab395ac559d')
+
+# bladeRF-cli is bundled with libbladeRF
+# bladeRF-cli can use libtecla (aur)?
+
+prepare() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  # FS#47168
+  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
+
+  # todo, report warning
+  sed -i '94i add_definitions(-Wno-error=format-truncation)' 
host/CMakeLists.txt
+
+  # FS#55326
+  sed -i '44s/^else/#&/' host/misc/udev/CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  mkdir -p build
+  cd build
+  CFLAGS+=" -Wno-error=stringop-truncation" cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DINSTALL_UDEV_RULES=ON \
+-DBUILD_DOCUMENTATION=ON \
+-DCMAKE_INSTALL_LIBDIR:PATH=lib \
+-Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
+

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

2019-02-13 Thread Levente Polyak via arch-commits
Date: Thursday, February 14, 2019 @ 00:38:15
  Author: anthraxx
Revision: 346247

archrelease: copy trunk to extra-x86_64

Added:
  stoken/repos/extra-x86_64/
  stoken/repos/extra-x86_64/PKGBUILD
(from rev 346246, stoken/trunk/PKGBUILD)

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

Copied: stoken/repos/extra-x86_64/PKGBUILD (from rev 346246, 
stoken/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-02-14 00:38:15 UTC (rev 346247)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stephen Brown II 
+
+pkgname=stoken
+pkgver=0.92
+pkgrel=2
+pkgdesc='RSA SecurID-compatible software token for Linux/UNIX systems'
+url='https://github.com/cernekee/stoken'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('nettle' 'libxml2')
+makedepends=('gtk3')
+optdepends=('gtk3: required for stoken-gui')
+provides=('libstoken.so')
+source=(https://downloads.sourceforge.net/stoken/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('aa2b481b058e4caf068f7e747a2dcf5772bcbf278a4f89bc9efcbf82bcc9ef5a'
+'SKIP')
+validpgpkeys=('45DFF2D5205FE8CD74C2EE6C63B81599BC0B0D65')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-zope.testing/repos/community-any (PKGBUILD PKGBUILD)

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:38:15
  Author: ffy00
Revision: 432147

archrelease: copy trunk to community-any

Added:
  python-zope.testing/repos/community-any/PKGBUILD
(from rev 432146, python-zope.testing/trunk/PKGBUILD)
Deleted:
  python-zope.testing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 00:37:59 UTC (rev 432146)
+++ PKGBUILD2019-02-14 00:38:15 UTC (rev 432147)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgbase=python-zope.testing
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=4.6.2
-pkgrel=1
-arch=('any')
-pkgdesc="Zope testing frameworks"
-url="https://github.com/zopefoundation/$_pkgname;
-license=('custom:ZPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('5eb5946ca22ac29138a43660a0d28282a0cd89ed9c18aab01ac0fa62107d79b4ff8d5c4b4278b8ddb5ef578e71d9f48eb6c1ded619c43917ccba0bd4a5167d1f')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  msg2 "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  msg2 "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  msg2 "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py -q test -q
-
-  msg2 "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py -q test -q
-}
-
-package_python-zope.testing() {
-  depends=('python')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-zope.testing() {
-  depends=('python2')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-zope.testing/repos/community-any/PKGBUILD (from rev 432146, 
python-zope.testing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 00:38:15 UTC (rev 432147)
@@ -0,0 +1,56 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=python-zope.testing
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=4.7
+pkgrel=1
+arch=('any')
+pkgdesc="Zope testing frameworks"
+url="https://github.com/zopefoundation/$_pkgname;
+license=('custom:ZPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('8d285e64a5ec0f7df8e12e8887246f76b14a6bf8c5e1febd83afbd2baff28bc7ce98bbc4fffae69678270219fab84849b05a892cbd94674b3925623d338b0176')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  msg2 "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  msg2 "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  msg2 "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py -q test -q
+
+  msg2 "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py -q test -q
+}
+
+package_python-zope.testing() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-zope.testing() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-zope.testing/trunk (PKGBUILD)

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:37:59
  Author: ffy00
Revision: 432146

upgpkg: python-zope.testing 4.7-1

Modified:
  python-zope.testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 00:20:18 UTC (rev 432145)
+++ PKGBUILD2019-02-14 00:37:59 UTC (rev 432146)
@@ -3,7 +3,7 @@
 pkgbase=python-zope.testing
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=4.6.2
+pkgver=4.7
 pkgrel=1
 arch=('any')
 pkgdesc="Zope testing frameworks"
@@ -11,7 +11,7 @@
 license=('custom:ZPL')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('5eb5946ca22ac29138a43660a0d28282a0cd89ed9c18aab01ac0fa62107d79b4ff8d5c4b4278b8ddb5ef578e71d9f48eb6c1ded619c43917ccba0bd4a5167d1f')
+sha512sums=('8d285e64a5ec0f7df8e12e8887246f76b14a6bf8c5e1febd83afbd2baff28bc7ce98bbc4fffae69678270219fab84849b05a892cbd94674b3925623d338b0176')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


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

2019-02-13 Thread Levente Polyak via arch-commits
Date: Thursday, February 14, 2019 @ 00:37:44
  Author: anthraxx
Revision: 346246

addpkg: stoken 0.92-2

Added:
  stoken/
  stoken/repos/
  stoken/trunk/
  stoken/trunk/PKGBUILD

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

Added: stoken/trunk/PKGBUILD
===
--- stoken/trunk/PKGBUILD   (rev 0)
+++ stoken/trunk/PKGBUILD   2019-02-14 00:37:44 UTC (rev 346246)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stephen Brown II 
+
+pkgname=stoken
+pkgver=0.92
+pkgrel=2
+pkgdesc='RSA SecurID-compatible software token for Linux/UNIX systems'
+url='https://github.com/cernekee/stoken'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('nettle' 'libxml2')
+makedepends=('gtk3')
+optdepends=('gtk3: required for stoken-gui')
+provides=('libstoken.so')
+source=(https://downloads.sourceforge.net/stoken/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('aa2b481b058e4caf068f7e747a2dcf5772bcbf278a4f89bc9efcbf82bcc9ef5a'
+'SKIP')
+validpgpkeys=('45DFF2D5205FE8CD74C2EE6C63B81599BC0B0D65')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-13 Thread Levente Polyak via arch-commits
Date: Thursday, February 14, 2019 @ 00:33:16
  Author: anthraxx
Revision: 346245

archrelease: copy trunk to extra-x86_64

Added:
  openmpi/repos/extra-x86_64/PKGBUILD
(from rev 346244, openmpi/trunk/PKGBUILD)
Deleted:
  openmpi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 00:33:08 UTC (rev 346244)
+++ PKGBUILD2019-02-14 00:33:16 UTC (rev 346245)
@@ -1,62 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Stéphane Gaudreault 
-
-pkgname=openmpi
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='High performance message passing library (MPI)'
-url='https://www.open-mpi.org'
-arch=('x86_64')
-license=('custom:OpenMPI')
-depends=('libltdl' 'hwloc' 'openssh' 'zlib' 'libnl')
-makedepends=('inetutils' 'valgrind' 'gcc-fortran')
-optdepends=('gcc-fortran: fortran support')
-options=('staticlibs')
-source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8be04307c00f51401d3fb9d837321781ea7c79f2a5a4a2e5d4eaedc874087ab6')
-sha512sums=('700821df676de5f85ce2793298242dcaea73f585f89540e30999792a568f193545a9f9b2bcb3ea22effa3bf14744531c4eb5fc4c84a8d7bbe5e5fdd76ab3a04a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc/${pkgname} \
---enable-mpi-fortran=all \
---libdir=/usr/lib/${pkgname} \
---with-threads=posix \
---enable-mpi-thread-multiple \
---enable-smp-locks \
---enable-builtin-atomics \
---enable-mpi-cxx \
---with-valgrind \
---enable-memchecker \
---enable-pretty-print-stacktrace \
---without-slurm \
---with-hwloc=/usr \
---with-libltdl=/usr  \
-FC=/usr/bin/gfortran \
-LDFLAGS="${LDFLAGS} -Wl,-z,noexecstack"
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # FS#28583
-  install -dm 755 "${pkgdir}/usr/lib/pkgconfig"
-  for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
-ln -sf "/usr/lib/openmpi/pkgconfig/${i}" "${pkgdir}/usr/lib/pkgconfig/"
-  done
-
-  install -dm 755 "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}" > "${pkgdir}"/etc/ld.so.conf.d/${pkgname}.conf
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: openmpi/repos/extra-x86_64/PKGBUILD (from rev 346244, 
openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 00:33:16 UTC (rev 346245)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=openmpi
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='High performance message passing library (MPI)'
+url='https://www.open-mpi.org'
+arch=('x86_64')
+license=('custom:OpenMPI')
+depends=('libltdl' 'hwloc' 'openssh' 'zlib' 'libnl')
+makedepends=('inetutils' 'valgrind' 'gcc-fortran')
+optdepends=('gcc-fortran: fortran support')
+options=('staticlibs')
+source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2f0b8a36cfeb7354b45dda3c5425ef8393c9b04115570b615213faaa3f97366b')
+sha512sums=('978097dcbb16df2a616dcbbef9536fed0f7be40914daa8f927882d91bdda9265e54334fc12aeef49b41073d8782321b5611a7e9c71182258a45bca5f640e927b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc/${pkgname} \
+--enable-mpi-fortran=all \
+--libdir=/usr/lib/${pkgname} \
+--with-threads=posix \
+--enable-mpi-thread-multiple \
+--enable-smp-locks \
+--enable-builtin-atomics \
+--enable-mpi-cxx \
+--with-valgrind \
+--enable-memchecker \
+--enable-pretty-print-stacktrace \
+--without-slurm \
+--with-hwloc=/usr \
+--with-libltdl=/usr  \
+FC=/usr/bin/gfortran \
+LDFLAGS="${LDFLAGS} -Wl,-z,noexecstack"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # FS#28583
+  install -dm 755 "${pkgdir}/usr/lib/pkgconfig"
+  for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+ln -sf "/usr/lib/openmpi/pkgconfig/${i}" "${pkgdir}/usr/lib/pkgconfig/"
+  done
+
+  install -dm 755 "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}" > "${pkgdir}"/etc/ld.so.conf.d/${pkgname}.conf
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-13 Thread Levente Polyak via arch-commits
Date: Thursday, February 14, 2019 @ 00:33:08
  Author: anthraxx
Revision: 346244

upgpkg: openmpi 4.0.0-1

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 23:11:14 UTC (rev 346243)
+++ PKGBUILD2019-02-14 00:33:08 UTC (rev 346244)
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=openmpi
-pkgver=3.1.3
+pkgver=4.0.0
 pkgrel=1
 pkgdesc='High performance message passing library (MPI)'
 url='https://www.open-mpi.org'
@@ -14,8 +14,8 @@
 optdepends=('gcc-fortran: fortran support')
 options=('staticlibs')
 
source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8be04307c00f51401d3fb9d837321781ea7c79f2a5a4a2e5d4eaedc874087ab6')
-sha512sums=('700821df676de5f85ce2793298242dcaea73f585f89540e30999792a568f193545a9f9b2bcb3ea22effa3bf14744531c4eb5fc4c84a8d7bbe5e5fdd76ab3a04a')
+sha256sums=('2f0b8a36cfeb7354b45dda3c5425ef8393c9b04115570b615213faaa3f97366b')
+sha512sums=('978097dcbb16df2a616dcbbef9536fed0f7be40914daa8f927882d91bdda9265e54334fc12aeef49b41073d8782321b5611a7e9c71182258a45bca5f640e927b')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:20:18
  Author: ffy00
Revision: 432145

archrelease: copy trunk to community-any

Added:
  python2-secretstorage/repos/community-any/PKGBUILD
(from rev 432144, python2-secretstorage/trunk/PKGBUILD)
Deleted:
  python2-secretstorage/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 00:20:12 UTC (rev 432144)
+++ PKGBUILD2019-02-14 00:20:18 UTC (rev 432145)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=python2-secretstorage
-_pkgname=${pkgname#python2-}
-pkgver=2.3.1
-pkgrel=1
-epoch=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://github.com/mitya57/secretstorage;
-license=('BSD')
-depends=('python2-dbus' 'python2-cryptography')
-makedepends=('python2-setuptools')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('0a22937d5772ac43e3a5f5a0dc101911322386f23cb46036d1f0962b879a1896ba7a2852aed85ebb5cb6b0919a0da6517b3eb2f5dc7c69c7b5c4b7875145f66e')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python2 setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed"
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  # Install the license
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-secretstorage/repos/community-any/PKGBUILD (from rev 432144, 
python2-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 00:20:18 UTC (rev 432145)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python2-secretstorage
+_pkgname=${pkgname#python2-}
+pkgver=3.1.1
+pkgrel=1
+epoch=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage;
+license=('BSD')
+depends=('python2-dbus' 'python2-cryptography')
+makedepends=('python2-setuptools')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('6ebc8e57ea926be18aa4dca9859e1cc93ac9b285a766fc9fa154bdf45c848d7584fe5ea2c2084297e8feabe038b640370916cad4903bee25b285c55f3c47db2a')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed"
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # Install the license
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:20:12
  Author: ffy00
Revision: 432144

upgpkg: python2-secretstorage 1:3.1.1-1

Modified:
  python2-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 00:19:01 UTC (rev 432143)
+++ PKGBUILD2019-02-14 00:20:12 UTC (rev 432144)
@@ -2,7 +2,7 @@
 
 pkgname=python2-secretstorage
 _pkgname=${pkgname#python2-}
-pkgver=2.3.1
+pkgver=3.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('0a22937d5772ac43e3a5f5a0dc101911322386f23cb46036d1f0962b879a1896ba7a2852aed85ebb5cb6b0919a0da6517b3eb2f5dc7c69c7b5c4b7875145f66e')
+sha512sums=('6ebc8e57ea926be18aa4dca9859e1cc93ac9b285a766fc9fa154bdf45c848d7584fe5ea2c2084297e8feabe038b640370916cad4903bee25b285c55f3c47db2a')
 
 build() {
   cd $_pkgname-$pkgver


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:19:01
  Author: ffy00
Revision: 432143

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 00:18:46 UTC (rev 432142)
+++ PKGBUILD2019-02-14 00:19:01 UTC (rev 432143)
@@ -1,68 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=17.1.1
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="https://github.com/jaraco/keyring;
-license=('PSF' 'MIT')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
- 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
-  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('19fb785376db8e1e7a87917b29e8094e14d689ac60cd299047c4e8fa3ecdb029c377df0b77bd2c89a463ddaa9eae165b5355d8d7e7d758fd367dd50cd0d06f1a')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py pytest
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage')
-  optdepends=('python-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage')
-  optdepends=('python2-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 432142, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 00:19:01 UTC (rev 432143)
@@ -0,0 +1,68 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=18.0.0
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="https://github.com/jaraco/keyring;
+license=('PSF' 'MIT')
+optdepends=('python-keyrings-alt: Alternative backends')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
+ 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
+  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('3863f2cd89131d7e927e55691b4eb4b7c2599af189525293d0948aef5215efbbbd74d45db3cd4885ba5b18a79f0fa0b0edc3783a020a6702f6a6fb7ed86b2cf2')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py pytest
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-keyring() {
+  depends=('python-entrypoints' 

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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:18:46
  Author: ffy00
Revision: 432142

upgpkg: python-keyring 18.0.0-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 00:08:42 UTC (rev 432141)
+++ PKGBUILD2019-02-14 00:18:46 UTC (rev 432142)
@@ -8,7 +8,7 @@
 pkgbase=python-keyring
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=17.1.1
+pkgver=18.0.0
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -20,7 +20,7 @@
 checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
   'python2-pytest-runner' 'python-dbus' 'python2-dbus')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('19fb785376db8e1e7a87917b29e8094e14d689ac60cd299047c4e8fa3ecdb029c377df0b77bd2c89a463ddaa9eae165b5355d8d7e7d758fd367dd50cd0d06f1a')
+sha512sums=('3863f2cd89131d7e927e55691b4eb4b7c2599af189525293d0948aef5215efbbbd74d45db3cd4885ba5b18a79f0fa0b0edc3783a020a6702f6a6fb7ed86b2cf2')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:08:42
  Author: ffy00
Revision: 432141

archrelease: copy trunk to community-x86_64

Added:
  limesuite/repos/community-x86_64/PKGBUILD
(from rev 432140, limesuite/trunk/PKGBUILD)
Deleted:
  limesuite/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-14 00:07:51 UTC (rev 432140)
+++ PKGBUILD2019-02-14 00:08:42 UTC (rev 432141)
@@ -1,73 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=limesuite
-pkgver=18.10.0
-pkgrel=2
-pkgdesc='Driver and GUI for LMS7002M-based SDR platforms (LimeSDR, Novena RF7, 
etc.)'
-arch=('x86_64')
-url='https://github.com/myriadrf/LimeSuite'
-license=('Apache')
-depends=('sqlite3' 'wxgtk2' 'freeglut' 'libusb>=1.0' 'soapysdr' 'wget' 
'gnuplot' 'glew' 'fltk')
-makedepends=('cmake' 'doxygen' 'octave')
-optdepends=('octave: Octave plugin')
-provides=('soapylms7')
-conflicts=('soapylms7')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('696113d1726dd2f86994f0c0771ceaf5d1c9fa53ee8a1dec50069d885f6b294d0cee2bc2a25d85a0d2b06415f4840479e8643a5be085eecca08834206ea15f5b')
-
-prepare() {
-  cd LimeSuite-$pkgver
-
-  # Change mode to 666 and ommit plugdev group
-  sed -i 's|MODE="660", GROUP="plugdev"|MODE="666"|g' 
udev-rules/64-limesuite.rules
-}
-
-build() {
-  mkdir -p LimeSuite-$pkgver/build
-  cd LimeSuite-$pkgver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_UTILITIES=True \
--DENABLE_LIME_UTIL=True \
--DCMAKE_SKIP_RPATH=True \
--DENABLE_DESKTOP=False \
--DENABLE_SOAPY_LMS7=True \
--DENABLE_EVB7COM=True \
--DENABLE_PCIE_XILLYBUS=True \
--DENABLE_REMOTE=True \
--DENABLE_QUICKTEST=True \
--DENABLE_MCU_TESTBENCH=True \
--DENABLE_FTDI=True \
--DENABLE_FX3=True \
--DENABLE_STREAM_UNITE=True \
--DENABLE_EXAMPLES=True \
--DENABLE_HEADERS=True \
--DENABLE_GUI=True \
--DENABLE_OCTAVE=True \
--DENABLE_API_DOXYGEN=True \
--DLIME_SUITE_EXTVER=$pkgver
-
- #-DENABLE_NOVENARF7=True \
-
-  make
-}
-
-package() {
-  cd LimeSuite-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  # Install udev rules, changing mode to 666 and ommitting plugdev group
-  install -Dm 644 ../udev-rules/64-limesuite.rules 
"$pkgdir"/etc/udev/rules.d/64-limesuite.rules
-
-  # Install icons and .desktop file
-  install -Dm 644 ../Desktop/lime-suite-128.png 
"$pkgdir"/usr/share/pixmaps/lime-suite.png
-  install -Dm 755 ../Desktop/lime-suite.desktop 
"$pkgdir"/usr/share/applications/lime-suite.desktop
-
-  # Install documentation
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r --no-preserve=ownership ../docs/LMS_API_Documentation/* 
"$pkgdir"/usr/share/doc/$pkgname
-}
-

Copied: limesuite/repos/community-x86_64/PKGBUILD (from rev 432140, 
limesuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-14 00:08:42 UTC (rev 432141)
@@ -0,0 +1,73 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=limesuite
+pkgver=19.01.0
+pkgrel=1
+pkgdesc='Driver and GUI for LMS7002M-based SDR platforms (LimeSDR, Novena RF7, 
etc.)'
+arch=('x86_64')
+url='https://github.com/myriadrf/LimeSuite'
+license=('Apache')
+depends=('sqlite3' 'wxgtk2' 'freeglut' 'libusb>=1.0' 'soapysdr' 'wget' 
'gnuplot' 'glew' 'fltk')
+makedepends=('cmake' 'doxygen' 'octave')
+optdepends=('octave: Octave plugin')
+provides=('soapylms7')
+conflicts=('soapylms7')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('e7fdd680c9998b0a2cc9aad5b00b925f33efbca3e1149a89f3937629851dd1eb8fe23ffab0b47b4c9e0c7952e491e086f6394dae62f166e4f4688474200086ce')
+
+prepare() {
+  cd LimeSuite-$pkgver
+
+  # Change mode to 666 and ommit plugdev group
+  sed -i 's|MODE="660", GROUP="plugdev"|MODE="666"|g' 
udev-rules/64-limesuite.rules
+}
+
+build() {
+  mkdir -p LimeSuite-$pkgver/build
+  cd LimeSuite-$pkgver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_UTILITIES=True \
+-DENABLE_LIME_UTIL=True \
+-DCMAKE_SKIP_RPATH=True \
+-DENABLE_DESKTOP=False \
+-DENABLE_SOAPY_LMS7=True \
+-DENABLE_EVB7COM=True \
+-DENABLE_PCIE_XILLYBUS=True \
+-DENABLE_REMOTE=True \
+-DENABLE_QUICKTEST=True \
+-DENABLE_MCU_TESTBENCH=True \
+-DENABLE_FTDI=True \
+-DENABLE_FX3=True \
+-DENABLE_STREAM_UNITE=True \
+-DENABLE_EXAMPLES=True \
+-DENABLE_HEADERS=True \
+-DENABLE_GUI=True \
+-DENABLE_OCTAVE=True \
+-DENABLE_API_DOXYGEN=True \
+-DLIME_SUITE_EXTVER=$pkgver
+
+ #-DENABLE_NOVENARF7=True \
+
+  make
+}
+
+package() {
+  cd LimeSuite-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+
+  # 

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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:07:51
  Author: ffy00
Revision: 432140

upgpkg: limesuite 19.01.0-1

Modified:
  limesuite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 23:52:57 UTC (rev 432139)
+++ PKGBUILD2019-02-14 00:07:51 UTC (rev 432140)
@@ -1,8 +1,8 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=limesuite
-pkgver=18.10.0
-pkgrel=2
+pkgver=19.01.0
+pkgrel=1
 pkgdesc='Driver and GUI for LMS7002M-based SDR platforms (LimeSDR, Novena RF7, 
etc.)'
 arch=('x86_64')
 url='https://github.com/myriadrf/LimeSuite'
@@ -13,7 +13,7 @@
 provides=('soapylms7')
 conflicts=('soapylms7')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('696113d1726dd2f86994f0c0771ceaf5d1c9fa53ee8a1dec50069d885f6b294d0cee2bc2a25d85a0d2b06415f4840479e8643a5be085eecca08834206ea15f5b')
+sha512sums=('e7fdd680c9998b0a2cc9aad5b00b925f33efbca3e1149a89f3937629851dd1eb8fe23ffab0b47b4c9e0c7952e491e086f6394dae62f166e4f4688474200086ce')
 
 prepare() {
   cd LimeSuite-$pkgver


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 23:52:57
  Author: ffy00
Revision: 432139

archrelease: copy trunk to community-x86_64

Added:
  d-stdx-allocator/repos/community-x86_64/PKGBUILD
(from rev 432138, 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-02-13 23:52:44 UTC (rev 432138)
+++ PKGBUILD2019-02-13 23:52:57 UTC (rev 432139)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=d-stdx-allocator
-_pkgname=stdx-allocator
-pkgver=2.77.3
-pkgrel=4
-pkgdesc='Extracted std.experimental.allocator'
-arch=('x86_64')
-url='https://github.com/dlang-community/stdx-allocator'
-license=('Boost')
-depends=('liblphobos')
-makedepends=('meson' 'ldc' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('cf558f19bffe555c4f022ab2090b9ad46086eb1dfe7be02cd9fa7451d1b857a6')
-
-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 432138, 
d-stdx-allocator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 23:52:57 UTC (rev 432139)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=stdx-allocator
+pkgname=d-$_pkgname
+pkgver=3.0.1
+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")
+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
+}
+


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 23:52:44
  Author: ffy00
Revision: 432138

upgpkg: d-stdx-allocator 3.0.1-1

Modified:
  d-stdx-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 23:10:17 UTC (rev 432137)
+++ PKGBUILD2019-02-13 23:52:44 UTC (rev 432138)
@@ -1,17 +1,17 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
-pkgname=d-stdx-allocator
 _pkgname=stdx-allocator
-pkgver=2.77.3
-pkgrel=4
+pkgname=d-$_pkgname
+pkgver=3.0.1
+pkgrel=1
 pkgdesc='Extracted std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/stdx-allocator'
 license=('Boost')
-depends=('liblphobos')
-makedepends=('meson' 'ldc' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('cf558f19bffe555c4f022ab2090b9ad46086eb1dfe7be02cd9fa7451d1b857a6')
+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
@@ -19,7 +19,7 @@
 
   export DC=ldc
 
-  arch-meson
+  arch-meson ..
 
   ninja
 }


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

2019-02-13 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, February 13, 2019 @ 23:11:14
  Author: bisson
Revision: 346243

db-move: moved gnupg from [testing] to [core] (x86_64)

Added:
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 346242, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 346242, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|   67 +
 /install |   41 +
 core-x86_64/PKGBUILD |   67 -
 core-x86_64/install  |   41 -
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-02-13 23:11:12 UTC (rev 346242)
+++ core-x86_64/PKGBUILD2019-02-13 23:11:14 UTC (rev 346243)
@@ -1,67 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.2.12
-pkgrel=2
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='https://www.gnupg.org/'
-license=('GPL')
-arch=('x86_64')
-checkdepends=('openssh')
-makedepends=('libldap' 'libusb-compat' 'pcsclite')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon'
-'pcsclite: scdaemon')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb'
-'SKIP')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg "${pkgdir}"/usr/bin/gpg2
-   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-x86_64/PKGBUILD (from rev 346242, 
gnupg/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-02-13 23:11:14 UTC (rev 346243)
@@ -0,0 +1,67 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.13
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('76c787a955f9e6e0ead47c9be700bfb9d454f955a7b7c7e697aa719bac7b11d8'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   

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

2019-02-13 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, February 13, 2019 @ 23:11:12
  Author: bisson
Revision: 346242

db-move: moved libassuan from [testing] to [core] (x86_64)

Added:
  libassuan/repos/core-x86_64/PKGBUILD
(from rev 346241, libassuan/repos/testing-x86_64/PKGBUILD)
Deleted:
  libassuan/repos/core-x86_64/PKGBUILD
  libassuan/repos/testing-x86_64/

--+
 /PKGBUILD|   31 +++
 core-x86_64/PKGBUILD |   31 ---
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-02-13 21:53:24 UTC (rev 346241)
+++ core-x86_64/PKGBUILD2019-02-13 23:11:12 UTC (rev 346242)
@@ -1,31 +0,0 @@
-# Contributor: Tobias Powalowski 
-# Maintainer: Gaetan Bisson 
-
-pkgname=libassuan
-pkgver=2.5.2
-pkgrel=1
-pkgdesc='IPC library used by some GnuPG related software'
-url='http://www.gnupg.org/related_software/libassuan/'
-arch=('x86_64')
-license=('GPL')
-depends=('libgpg-error')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('986b1bf277e375f7a960450fbb8ffbd45294d06598916ad4ebf79aee0cb788e7'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libassuan/repos/core-x86_64/PKGBUILD (from rev 346241, 
libassuan/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-02-13 23:11:12 UTC (rev 346242)
@@ -0,0 +1,31 @@
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.5.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='https://www.gnupg.org/related_software/libassuan/'
+arch=('x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('91bcb0403866b4e7c4bc1cc52ed4c364a9b5414b3994f718c70303f7f765e702'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-02-13 Thread David Runge via arch-commits
Date: Wednesday, February 13, 2019 @ 23:10:17
  Author: dvzrv
Revision: 432137

archrelease: copy trunk to community-x86_64

Added:
  xjadeo/repos/community-x86_64/PKGBUILD
(from rev 432136, xjadeo/trunk/PKGBUILD)
Deleted:
  xjadeo/repos/community-x86_64/PKGBUILD
  xjadeo/repos/community-x86_64/xjadeo.desktop

+
 PKGBUILD   |   91 +--
 xjadeo.desktop |8 
 2 files changed, 48 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 23:10:09 UTC (rev 432136)
+++ PKGBUILD2019-02-13 23:10:17 UTC (rev 432137)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=xjadeo
-pkgver=0.8.8
-pkgrel=1
-pkgdesc="A simple video player that is synchronized to jack transport."
-arch=('x86_64')
-url="http://xjadeo.sourceforge.net;
-license=('GPL2')
-depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libltc' 'libxpm' 'portmidi')
-makedepends=('glu')
-backup=('etc/xjadeorc')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"${pkgname}.desktop")
-sha512sums=('b7e5d4f4f14d1370419e9dadd7c2a7fd6ff7879a86ecca3842e89d22ab36760f0dadb2e3bd6390403ca31061fcade8ccfe8647853cfc620dc3d02353005a54dc'
-
'50239162b461feeeb4d9d0d7d947d176d182e279a772977fc7300877565ed6b49244033ab63606d32f6b01f2a38ceecb29ab6da537288974627111306e2dc718')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-
-  # rc file
-  install -vDm 644 doc/xjadeorc "${pkgdir}/etc/xjadeorc"
-
-  # desktop file
-  install -vDm 644 "../${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # icon
-  install -vDm 644 "src/${pkgname}/icons/xjadeoH128.png" \
-"$pkgdir/usr/share/pixmaps/${pkgname}.png"
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: xjadeo/repos/community-x86_64/PKGBUILD (from rev 432136, 
xjadeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 23:10:17 UTC (rev 432137)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=xjadeo
+pkgver=0.8.9
+pkgrel=1
+pkgdesc="A simple video player that is synchronized to jack transport"
+arch=('x86_64')
+url="http://xjadeo.sourceforge.net;
+license=('GPL2')
+depends=('ffmpeg' 'imlib2' 'liblo' 'libltc' 'libxpm' 'portmidi')
+makedepends=('gendesk' 'glu')
+backup=('etc/xjadeorc')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('66a810e8c276600d5557c856e9206d11f4bed868d8e7ac490dcbdbafe95a90cc1b42d38fd73ccdeb2b685c9eafc0fc4b736f2a7174645bdd6706970ab2c16774')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+
+  # rc file
+  install -vDm 644 doc/xjadeorc -t "${pkgdir}/etc/"
+
+  # desktop file
+  install -vDm 644 "${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+
+  # icon
+  install -vDm 644 "src/${pkgname}/icons/xjadeoH128.png" \
+"$pkgdir/usr/share/pixmaps/${pkgname}.png"
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}

Deleted: xjadeo.desktop
===
--- xjadeo.desktop  2019-02-13 23:10:09 UTC (rev 432136)
+++ xjadeo.desktop  2019-02-13 23:10:17 UTC (rev 432137)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Exec=xjadeo
-Type=Application
-Terminal=false
-Name=XJadeo
-Comment=XJadeo Jack Video Player
-Categories=AudioVideo;
-Icon=xjadeo
\ No newline at end of file


[arch-commits] Commit in xjadeo/trunk (PKGBUILD xjadeo.desktop)

2019-02-13 Thread David Runge via arch-commits
Date: Wednesday, February 13, 2019 @ 23:10:09
  Author: dvzrv
Revision: 432136

upgpkg: xjadeo 0.8.9-1

Upgrading to 0.8.9. Removing jack from depends (pulled in by ffmpeg).

Modified:
  xjadeo/trunk/PKGBUILD
Deleted:
  xjadeo/trunk/xjadeo.desktop

+
 PKGBUILD   |   28 +---
 xjadeo.desktop |8 
 2 files changed, 17 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 23:05:23 UTC (rev 432135)
+++ PKGBUILD2019-02-13 23:10:09 UTC (rev 432136)
@@ -2,20 +2,26 @@
 # Contributor: speps 
 
 pkgname=xjadeo
-pkgver=0.8.8
+pkgver=0.8.9
 pkgrel=1
-pkgdesc="A simple video player that is synchronized to jack transport."
+pkgdesc="A simple video player that is synchronized to jack transport"
 arch=('x86_64')
 url="http://xjadeo.sourceforge.net;
 license=('GPL2')
-depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libltc' 'libxpm' 'portmidi')
-makedepends=('glu')
+depends=('ffmpeg' 'imlib2' 'liblo' 'libltc' 'libxpm' 'portmidi')
+makedepends=('gendesk' 'glu')
 backup=('etc/xjadeorc')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"${pkgname}.desktop")
-sha512sums=('b7e5d4f4f14d1370419e9dadd7c2a7fd6ff7879a86ecca3842e89d22ab36760f0dadb2e3bd6390403ca31061fcade8ccfe8647853cfc620dc3d02353005a54dc'
-
'50239162b461feeeb4d9d0d7d947d176d182e279a772977fc7300877565ed6b49244033ab63606d32f6b01f2a38ceecb29ab6da537288974627111306e2dc718')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('66a810e8c276600d5557c856e9206d11f4bed868d8e7ac490dcbdbafe95a90cc1b42d38fd73ccdeb2b685c9eafc0fc4b736f2a7174645bdd6706970ab2c16774')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --categories "AudioVideo;Audio"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
@@ -28,11 +34,11 @@
   make DESTDIR="${pkgdir}/" install
 
   # rc file
-  install -vDm 644 doc/xjadeorc "${pkgdir}/etc/xjadeorc"
+  install -vDm 644 doc/xjadeorc -t "${pkgdir}/etc/"
 
   # desktop file
-  install -vDm 644 "../${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -vDm 644 "${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
 
   # icon
   install -vDm 644 "src/${pkgname}/icons/xjadeoH128.png" \

Deleted: xjadeo.desktop
===
--- xjadeo.desktop  2019-02-13 23:05:23 UTC (rev 432135)
+++ xjadeo.desktop  2019-02-13 23:10:09 UTC (rev 432136)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Exec=xjadeo
-Type=Application
-Terminal=false
-Name=XJadeo
-Comment=XJadeo Jack Video Player
-Categories=AudioVideo;
-Icon=xjadeo
\ No newline at end of file


[arch-commits] Commit in d-mir-core/trunk (PKGBUILD)

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 23:05:13
  Author: ffy00
Revision: 432134

upgpkg: d-mir-core 0.2.1-1

Added:
  d-mir-core/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 23:05:13 UTC (rev 432134)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=mir-core
+pkgname=d-$_pkgname
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Base software building blocks and conventions for libmir'
+arch=('x86_64')
+url='https://github.com/libmir/mir-core'
+license=('custom:BSL')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('26d1ef401118cd9da069dd45a2e6717974c0de48a12cac4b2c44400962ae10a39180f4606c73dde0d06cee31af034c1d5f9f7ba09a88e775b12836ee0f24eaac')
+
+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
+
+  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in d-mir-core/repos (community-x86_64 community-x86_64/PKGBUILD)

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 23:05:23
  Author: ffy00
Revision: 432135

archrelease: copy trunk to community-x86_64

Added:
  d-mir-core/repos/community-x86_64/
  d-mir-core/repos/community-x86_64/PKGBUILD
(from rev 432134, d-mir-core/trunk/PKGBUILD)

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

Copied: d-mir-core/repos/community-x86_64/PKGBUILD (from rev 432134, 
d-mir-core/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-02-13 23:05:23 UTC (rev 432135)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=mir-core
+pkgname=d-$_pkgname
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Base software building blocks and conventions for libmir'
+arch=('x86_64')
+url='https://github.com/libmir/mir-core'
+license=('custom:BSL')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('26d1ef401118cd9da069dd45a2e6717974c0de48a12cac4b2c44400962ae10a39180f4606c73dde0d06cee31af034c1d5f9f7ba09a88e775b12836ee0f24eaac')
+
+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
+
+  install -Dm 644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in (d-mir-core d-mir-core/repos d-mir-core/trunk)

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 22:59:10
  Author: ffy00
Revision: 432133

add root structure

Added:
  d-mir-core/
  d-mir-core/repos/
  d-mir-core/trunk/


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 22:53:21
  Author: ffy00
Revision: 432131

upgpkg: dsdcc 1.8.4-1

Modified:
  dsdcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 22:50:00 UTC (rev 432130)
+++ PKGBUILD2019-02-13 22:53:21 UTC (rev 432131)
@@ -2,8 +2,8 @@
 # Contributor: Michal Krenek (Mikos) 
 
 pkgname=dsdcc
-pkgver=1.8.3
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
 pkgdesc="Digital Speech Decoder (DSD) rewritten as a C++ library"
 arch=('x86_64')
 url="https://github.com/f4exb/dsdcc;
@@ -11,7 +11,7 @@
 depends=('mbelib' 'serialdv')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0c865969948c5c9dd80900cb0656605d603a2ab688f98d6641bb3a6d97b592ed')
+sha256sums=('397ef68eab3892968256267a68049f91a89fb93d0412f2bbf538d0ca65229991')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 22:53:27
  Author: ffy00
Revision: 432132

archrelease: copy trunk to community-x86_64

Added:
  dsdcc/repos/community-x86_64/PKGBUILD
(from rev 432131, dsdcc/trunk/PKGBUILD)
Deleted:
  dsdcc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 22:53:21 UTC (rev 432131)
+++ PKGBUILD2019-02-13 22:53:27 UTC (rev 432132)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgname=dsdcc
-pkgver=1.8.3
-pkgrel=2
-pkgdesc="Digital Speech Decoder (DSD) rewritten as a C++ library"
-arch=('x86_64')
-url="https://github.com/f4exb/dsdcc;
-license=('GPL3')
-depends=('mbelib' 'serialdv')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0c865969948c5c9dd80900cb0656605d603a2ab688f98d6641bb3a6d97b592ed')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -i 's|LIBSERIAL_NAMES|LIBSERIALDV_NAMES|g' 
cmake/Modules/FindSerialDV.cmake
-}
-
-build() {
-  mkdir -p "$srcdir"/$pkgname-$pkgver/build
-  cd "$srcdir"/$pkgname-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBSERIALDV_INCLUDE_DIR=/usr/include/serialdv \
--DUSE_MBELIB=ON
-
-  make
-
-  # Build tests
-  cd "$srcdir"/$pkgname-$pkgver/testfec
-
-  make
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver/testfec
-
-  ./qr
-  ./golay20
-  ./golay23
-  ./golay24
-  ./hamming7
-  ./hamming12
-  ./hamming15
-  ./hamming16
-  ./viterbi
-  ./viterbi35
-  ./crc
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: dsdcc/repos/community-x86_64/PKGBUILD (from rev 432131, 
dsdcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 22:53:27 UTC (rev 432132)
@@ -0,0 +1,59 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=dsdcc
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="Digital Speech Decoder (DSD) rewritten as a C++ library"
+arch=('x86_64')
+url="https://github.com/f4exb/dsdcc;
+license=('GPL3')
+depends=('mbelib' 'serialdv')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('397ef68eab3892968256267a68049f91a89fb93d0412f2bbf538d0ca65229991')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's|LIBSERIAL_NAMES|LIBSERIALDV_NAMES|g' 
cmake/Modules/FindSerialDV.cmake
+}
+
+build() {
+  mkdir -p "$srcdir"/$pkgname-$pkgver/build
+  cd "$srcdir"/$pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBSERIALDV_INCLUDE_DIR=/usr/include/serialdv \
+-DUSE_MBELIB=ON
+
+  make
+
+  # Build tests
+  cd "$srcdir"/$pkgname-$pkgver/testfec
+
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver/testfec
+
+  ./qr
+  ./golay20
+  ./golay23
+  ./golay24
+  ./hamming7
+  ./hamming12
+  ./hamming15
+  ./hamming16
+  ./viterbi
+  ./viterbi35
+  ./crc
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 22:49:54
  Author: ffy00
Revision: 432129

upgpkg: python-cairosvg 2.3.0-1

Modified:
  python-cairosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 22:49:35 UTC (rev 432128)
+++ PKGBUILD2019-02-13 22:49:54 UTC (rev 432129)
@@ -3,7 +3,7 @@
 
 pkgname=python-cairosvg
 _pkgname=CairoSVG
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
 arch=('any')
@@ -12,18 +12,13 @@
 depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
 replaces=('cairosvg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;
-
'https://github.com/Kozea/CairoSVG/commit/1f403ad229f0e2782d6427a79f0fbeb6b76148b6.patch')
-sha512sums=('26cf72ffb6551f54801def0694661ac7a1c911cba132108d9d52328f9946b11243c7256f76509602a17f106a82b40685038d15ee706d696d509f77022ebd4d08'
-
'0f216de848e2f81701f701e21425e3d948d3bab30f94462f9bbce825066fc22ea217595cb80fe1827f60b79f2b54fc5bbdd830afcbee786b99f1b8b650ec76b1')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
+sha512sums=('1969ac42836d875cc014738b952ff1c92f2eae74c1b78f70274f4de2f6e764e7d25589b43a7c725a4866c245e5fb300c87b653cc8345f802e062947363329158')
 
 prepare() {
   cd $_pkgname-$pkgver
 
   cp -r cairosvg test_non_regression/cairosvg_reference/
-
-  # Fix tests
-  patch -p1 < "$srcdir"/1f403ad229f0e2782d6427a79f0fbeb6b76148b6.patch
 }
 
 build() {


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 22:50:00
  Author: ffy00
Revision: 432130

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 22:49:54 UTC (rev 432129)
+++ PKGBUILD2019-02-13 22:50:00 UTC (rev 432130)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=python-cairosvg
-_pkgname=CairoSVG
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
-arch=('any')
-url='http://cairosvg.org'
-license=('LGPL3')
-depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
-replaces=('cairosvg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;
-
'https://github.com/Kozea/CairoSVG/commit/1f403ad229f0e2782d6427a79f0fbeb6b76148b6.patch')
-sha512sums=('26cf72ffb6551f54801def0694661ac7a1c911cba132108d9d52328f9946b11243c7256f76509602a17f106a82b40685038d15ee706d696d509f77022ebd4d08'
-
'0f216de848e2f81701f701e21425e3d948d3bab30f94462f9bbce825066fc22ea217595cb80fe1827f60b79f2b54fc5bbdd830afcbee786b99f1b8b650ec76b1')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  cp -r cairosvg test_non_regression/cairosvg_reference/
-
-  # Fix tests
-  patch -p1 < "$srcdir"/1f403ad229f0e2782d6427a79f0fbeb6b76148b6.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-cairosvg/repos/community-any/PKGBUILD (from rev 432129, 
python-cairosvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 22:50:00 UTC (rev 432130)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-cairosvg
+_pkgname=CairoSVG
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
+arch=('any')
+url='https://cairosvg.org'
+license=('LGPL3')
+depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
+replaces=('cairosvg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
+sha512sums=('1969ac42836d875cc014738b952ff1c92f2eae74c1b78f70274f4de2f6e764e7d25589b43a7c725a4866c245e5fb300c87b653cc8345f802e062947363329158')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  cp -r cairosvg test_non_regression/cairosvg_reference/
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in fanficfare/trunk (PKGBUILD changelog.txt)

2019-02-13 Thread Eli Schwartz via arch-commits
Date: Wednesday, February 13, 2019 @ 22:49:22
  Author: eschwartz
Revision: 432127

upgpkg: fanficfare 3.5.0-1

upstream release

Modified:
  fanficfare/trunk/PKGBUILD
  fanficfare/trunk/changelog.txt

---+
 PKGBUILD  |4 ++--
 changelog.txt |   36 +++-
 2 files changed, 17 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 22:42:55 UTC (rev 432126)
+++ PKGBUILD2019-02-13 22:49:22 UTC (rev 432127)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
  'python-html2text')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('495e0126b93d77e8f24290fb64e536f3e2cbc84e31419e4313efdf28537601d1')
+sha256sums=('5eb273c9a9cfbee06645cd966baa890c26f0ddcba93148aaa90c41f45da53c2c')
 
 build() {
 cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===
--- changelog.txt   2019-02-13 22:42:55 UTC (rev 432126)
+++ changelog.txt   2019-02-13 22:49:22 UTC (rev 432127)
@@ -1,3 +1,18 @@
+Version 3.5.0 - 11 Feb 2019
+- Update Translations.
+- Remove firefly.populli.org -- now on AO3.
+- Remove fhsarchive.com -- now on AO3.
+- Add www.mugglenetfanfiction.com as replacement for removed
+  fanfiction.mugglenet.com.
+- Fix for int(pages) in adapter_adultfanfictionorg. Closes #375
+- Fix author parsing at webnovelcom - pull request #372 from Rikkitp
+- Remember original href in data-orighref attr with epub
+  internalize_text_links so inserted 'earlier' chapters don't break internal
+  links.
+- Add always_login setting to base_xenforo for SV login-required story with
+  404 result.
+- Ignore current Virtual Library when checking for existing story ID.
+
 Version 3.4.0 - 07 Jan 2019
 - Fix defaults.ini add_to_titlepage_entries for hentai-foundry.com
 - Fix metadata parsing for adapter_siyecouk
@@ -18,24 +33,3 @@
 - Fix for AO3 login site changes.
 - Add bookmarkprivate and bookmarkrec site-specific metadata to
   adapter_archiveofourownorg
-
-Version 3.3.0 - 18 Dec 2018
-- Accept archiveofourown.com for archiveofourown.org. archiveofourown.org
-  remains the 'canonical' domain.
-- Update translations
-- Workaround for adapter_hentaifoundrycom bad dateUpdated value.
-- New Site: www.hentai-foundry.com - Stories only.
-- Improve recursion-proofing of replace_metadata for performance and duplicate
-  lines.
-- Don't cache file: URLs. Option --save-cache can mask changes to _filelist
-  files while debugging.
-- Don't sleep when fetching file: URLs.
-- Remove defunct site www.artemis-fowl.com
-- Remove defunct site asr3.slashzone.org
-- Remove defunct site tolkienfanfiction.com
-- Remove defunct site fanfiction.tenhawkpresents.com
-- Remove defunct site unknowableroom.org
-- Remove defunct site mujaji.net
-- Update adapter_harrypotterfanfictioncom for site change.
-- Change for adapter_storiesonlinenet for 'Full Access' stories.
-- base_xenforoforum_adapter - Fix for buggy threadmarks on SV thread 46020.


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

2019-02-13 Thread Eli Schwartz via arch-commits
Date: Wednesday, February 13, 2019 @ 22:49:35
  Author: eschwartz
Revision: 432128

archrelease: copy trunk to community-any

Added:
  fanficfare/repos/community-any/PKGBUILD
(from rev 432127, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-any/changelog.txt
(from rev 432127, fanficfare/trunk/changelog.txt)
Deleted:
  fanficfare/repos/community-any/PKGBUILD
  fanficfare/repos/community-any/changelog.txt

---+
 PKGBUILD  |   50 ++--
 changelog.txt |   76 +---
 2 files changed, 60 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 22:49:22 UTC (rev 432127)
+++ PKGBUILD2019-02-13 22:49:35 UTC (rev 432128)
@@ -1,25 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname};
-license=('Apache')
-changelog=changelog.txt
-depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
- 'python-html2text')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('495e0126b93d77e8f24290fb64e536f3e2cbc84e31419e4313efdf28537601d1')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py build
-}
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: fanficfare/repos/community-any/PKGBUILD (from rev 432127, 
fanficfare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 22:49:35 UTC (rev 432128)
@@ -0,0 +1,25 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="A tool for downloading fanfiction to eBook formats"
+arch=('any')
+url="https://github.com/JimmXinu/${_pkgname};
+license=('Apache')
+changelog=changelog.txt
+depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
+ 'python-html2text')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('5eb273c9a9cfbee06645cd966baa890c26f0ddcba93148aaa90c41f45da53c2c')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}

Deleted: changelog.txt
===
--- changelog.txt   2019-02-13 22:49:22 UTC (rev 432127)
+++ changelog.txt   2019-02-13 22:49:35 UTC (rev 432128)
@@ -1,41 +0,0 @@
-Version 3.4.0 - 07 Jan 2019
-- Fix defaults.ini add_to_titlepage_entries for hentai-foundry.com
-- Fix metadata parsing for adapter_siyecouk
-- Fix adapter_whoficcom for site changes.
-- Update translations.
-- Fix AO3 logout url used to detect when already logged in.
-- Add conditionals_use_lists(default:true) setting for replace_metadata &
-  Include/Exclude metadata conditionals. Might change existing behavior for 
some
-  users.
-- Remove outdated comment.
-- Allow ==, !=, =~ and !~ in replace_metadata conditionals like
-  in/exclude_metadata.
-- Additional metadata edit recursion proofing.
-- Allow animated gifs through Calibre Image proc -- need to remove gif.py
-  later.
-- Update some comments in adapter_archiveofourownorg
-- Additional fix for AO3 login site changes.
-- Fix for AO3 login site changes.
-- Add bookmarkprivate and bookmarkrec site-specific metadata to
-  adapter_archiveofourownorg
-
-Version 3.3.0 - 18 Dec 2018
-- Accept archiveofourown.com for archiveofourown.org. archiveofourown.org
-  remains the 'canonical' domain.
-- Update translations
-- Workaround for adapter_hentaifoundrycom bad dateUpdated value.
-- New Site: www.hentai-foundry.com - Stories only.
-- Improve recursion-proofing of replace_metadata for performance and duplicate
-  lines.
-- Don't cache file: URLs. Option --save-cache can mask changes to _filelist
-  files while debugging.
-- Don't sleep when fetching file: URLs.
-- Remove defunct site www.artemis-fowl.com
-- Remove defunct site asr3.slashzone.org
-- Remove defunct site tolkienfanfiction.com
-- Remove defunct site fanfiction.tenhawkpresents.com
-- Remove defunct site unknowableroom.org
-- Remove defunct site mujaji.net
-- Update adapter_harrypotterfanfictioncom for site change.
-- Change for adapter_storiesonlinenet for 'Full Access' stories.
-- base_xenforoforum_adapter - Fix for buggy threadmarks on SV thread 46020.

Copied: fanficfare/repos/community-any/changelog.txt (from rev 432127, 
fanficfare/trunk/changelog.txt)
===
--- changelog.txt   (rev 0)
+++ changelog.txt  

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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 22:42:55
  Author: ffy00
Revision: 432126

archrelease: copy trunk to community-x86_64

Added:
  budgie-extras/repos/community-x86_64/PKGBUILD
(from rev 432125, budgie-extras/trunk/PKGBUILD)
Deleted:
  budgie-extras/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 22:42:44 UTC (rev 432125)
+++ PKGBUILD2019-02-13 22:42:55 UTC (rev 432126)
@@ -1,32 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=budgie-extras
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Additional Budgie Desktop enhancements for the user experience'
-arch=('x86_64')
-license=('GPL3')
-url='https://github.com/UbuntuBudgie/budgie-extras'
-depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
- 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
- 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
-makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('99a207744df3f1462fdc3f493feece0f6c065ef7667a10ee9efd21ff3639b5b29474bb07a43d87d2f49f39ef3fa20cf3a57e2685d377dcabd6b064ee005d3cdb')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson .. \
-   -D b_pie=false
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: budgie-extras/repos/community-x86_64/PKGBUILD (from rev 432125, 
budgie-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 22:42:55 UTC (rev 432126)
@@ -0,0 +1,32 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Additional Budgie Desktop enhancements for the user experience'
+arch=('x86_64')
+license=('GPL3')
+url='https://github.com/UbuntuBudgie/budgie-extras'
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('119ed6f2ca039ca20a2dc2e482e326d81db025cf805ea0147511a3587de319101f853c8b06489128dc55d628713ca01f13284462bf742ab6b14c679ded982456')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson .. \
+   -D b_pie=false
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 22:42:44
  Author: ffy00
Revision: 432125

upgpkg: budgie-extras 0.8.0-1

Modified:
  budgie-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 21:53:08 UTC (rev 432124)
+++ PKGBUILD2019-02-13 22:42:44 UTC (rev 432125)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=budgie-extras
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Additional Budgie Desktop enhancements for the user experience'
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib')
 makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('99a207744df3f1462fdc3f493feece0f6c065ef7667a10ee9efd21ff3639b5b29474bb07a43d87d2f49f39ef3fa20cf3a57e2685d377dcabd6b064ee005d3cdb')
+sha512sums=('119ed6f2ca039ca20a2dc2e482e326d81db025cf805ea0147511a3587de319101f853c8b06489128dc55d628713ca01f13284462bf742ab6b14c679ded982456')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 21:53:08
  Author: ffy00
Revision: 432124

use https instead of http

Modified:
  python-cairosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 21:52:24 UTC (rev 432123)
+++ PKGBUILD2019-02-13 21:53:08 UTC (rev 432124)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
 arch=('any')
-url='http://cairosvg.org'
+url='https://cairosvg.org'
 license=('LGPL3')
 depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')


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

2019-02-13 Thread Andreas Radke via arch-commits
Date: Wednesday, February 13, 2019 @ 21:53:07
  Author: andyrtr
Revision: 346240

upgpkg: getmail 5.11-1

upstream update 5.11

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:14:00 UTC (rev 346239)
+++ PKGBUILD2019-02-13 21:53:07 UTC (rev 346240)
@@ -2,7 +2,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.9
+pkgver=5.11
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 # no signature, no https
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('bd0c6784dc04382323c4c61d4eb62532e9dc2b4cfd2e562f10e20adc83166e89')
+sha256sums=('086647c7ccde5b1346354d924ca3020660dc096a41b67207217d6b0a81b92ba2')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-02-13 Thread Andreas Radke via arch-commits
Date: Wednesday, February 13, 2019 @ 21:53:24
  Author: andyrtr
Revision: 346241

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 346240, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 21:53:07 UTC (rev 346240)
+++ PKGBUILD2019-02-13 21:53:24 UTC (rev 346241)
@@ -1,34 +0,0 @@
-# Maintainer: Andreas Radke 
-# Committer: Manolis Tzanidakis 
-
-pkgname=getmail
-pkgver=5.9
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail;
-license=("GPL")
-depends=('python2')
-optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
-# no signature, no https
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('bd0c6784dc04382323c4c61d4eb62532e9dc2b4cfd2e562f10e20adc83166e89')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
-  # recheck
-  head -1 $(find . -name '*.py')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 346240, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 21:53:24 UTC (rev 346241)
@@ -0,0 +1,34 @@
+# Maintainer: Andreas Radke 
+# Committer: Manolis Tzanidakis 
+
+pkgname=getmail
+pkgver=5.11
+pkgrel=1
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail;
+license=("GPL")
+depends=('python2')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
+# no signature, no https
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+sha256sums=('086647c7ccde5b1346354d924ca3020660dc096a41b67207217d6b0a81b92ba2')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
+  # recheck
+  head -1 $(find . -name '*.py')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 21:52:24
  Author: ffy00
Revision: 432123

use https instead of http

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 21:51:32 UTC (rev 432122)
+++ PKGBUILD2019-02-13 21:52:24 UTC (rev 432123)
@@ -4,9 +4,9 @@
 pkgname=pandoc
 pkgver=2.6
 pkgrel=5
-pkgdesc="Conversion between markup formats"
-url="http://pandoc.org;
-license=("GPL")
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
  'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 21:51:32
  Author: ffy00
Revision: 432122

use https instead of http

Modified:
  java-xmlgraphics-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 21:50:11 UTC (rev 432121)
+++ PKGBUILD2019-02-13 21:51:32 UTC (rev 432122)
@@ -1,4 +1,5 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Lukas Fleischer 
 # Contributor: Stefan Husmann 
 # Contributor: Simon Lipp 
 
@@ -5,10 +6,10 @@
 pkgname=java-xmlgraphics-commons
 pkgver=2.3
 pkgrel=1
-pkgdesc='Common components between FOP and Batik.'
+pkgdesc='Common components between FOP and Batik'
 arch=('any')
-url='http://xmlgraphics.apache.org/commons/'
-license=(APACHE)
+url='https://xmlgraphics.apache.org/commons/'
+license=('Apache')
 depends=('java-runtime')
 
source=("https://www.apache.org/dist/xmlgraphics/commons/binaries/xmlgraphics-commons-$pkgver-bin.tar.gz"{,.asc})
 
sha512sums=('348c25591a79c7c0400b05ad5e15b0c2fd9f15eb07f49c2054c21362f14186aec174263de7224f9127bd55446fbf8ac460b7ece2aa4a92d9a173bba7fde3ebe3'
@@ -16,6 +17,5 @@
 validpgpkeys=('5C9A30FF22B2C02F30261C305B93F1DF7CDB6DEA') # Simon Steiner
 
 package() {
-  install -Dm644 
"$srcdir"/xmlgraphics-commons-$pkgver/build/xmlgraphics-commons-$pkgver.jar \
-"$pkgdir"/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar
+  install -Dm 644 
"$srcdir"/xmlgraphics-commons-$pkgver/build/xmlgraphics-commons-$pkgver.jar 
"$pkgdir"/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar
 }


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 21:50:11
  Author: ffy00
Revision: 432121

use https instead of http

Modified:
  java-commons-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 21:43:54 UTC (rev 432120)
+++ PKGBUILD2019-02-13 21:50:11 UTC (rev 432121)
@@ -1,4 +1,5 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Lukas Fleischer 
 # Contributor: Stefan Husmann 
 # Contributor: Simon Lipp 
 
@@ -7,8 +8,8 @@
 pkgrel=1
 pkgdesc='IO related classes for Java.'
 arch=('any')
-url='http://commons.apache.org/io/'
-license=(APACHE)
+url='https://commons.apache.org/io/'
+license=('APACHE')
 depends=('java-runtime')
 
source=("https://www.apache.org/dist/commons/io/binaries/commons-io-$pkgver-bin.tar.gz"{,.asc})
 
sha512sums=('fa52de7d51c4a37c828ef8f655d6023f1e286ae0f8c6f5b3daeb3154db44d84c2e8b6dbb93b2e530d9ba3b5b5e73ad1af487e3ed81a90ed35e3bd206ccdceb50'
@@ -17,6 +18,6 @@
   'CD5464315F0B98C77E6E8ECD9DAADC1C9FCC82D0') # Benedikt Ritter
 
 package() {
-   install -Dm644 "$srcdir/commons-io-${pkgver}/commons-io-${pkgver}.jar" \
- "$pkgdir/usr/share/java/commons-io/commons-io.jar"
+  install -Dm 644 "$srcdir"/commons-io-$pkgver/commons-io-$pkgver.jar 
"$pkgdir"/usr/share/java/commons-io/commons-io.jar"
 }
+


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 21:43:54
  Author: ffy00
Revision: 432120

use https instead of http

Modified:
  java-batik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 21:43:41 UTC (rev 432119)
+++ PKGBUILD2019-02-13 21:43:54 UTC (rev 432120)
@@ -1,4 +1,5 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Lukas Fleischer 
 # Contributor: Stefan Husmann 
 # Contributor: Simon Lipp 
 
@@ -7,11 +8,11 @@
 pkgrel=1
 pkgdesc='SVG library for Java.'
 arch=('any')
-url='http://xmlgraphics.apache.org/batik/'
-license=(APACHE)
+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})
+source=("https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-$pkgver.tar.gz"{,.asc})
 
sha512sums=('a5a0f16144d5688bd72a76d664086dca10e6d2679eb3c18e5a7e774c01833d336a6b7f2b3822ca1e185dd919aa800a2b77d4965cce0dacde19e5027f709bfbe7'
 'SKIP')
 validpgpkeys=('9D5F9D9B3E21B585E8F4551082036989D56B5F17'  # Luis Bernardo
@@ -18,15 +19,17 @@
   '5C9A30FF22B2C02F30261C305B93F1DF7CDB6DEA') # Simon Steiner
 
 build() {
-   cd "$srcdir/batik-$pkgver"
-   ant all-jar
+  cd batik-$pkgver
+
+  ant all-jar
 }
 
 package() {
-   install -d "$pkgdir/usr/share/java/batik"
+  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
 
-   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/"
+  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 fd/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 13, 2019 @ 21:43:41
  Author: svenstaro
Revision: 432119

archrelease: copy trunk to community-x86_64

Added:
  fd/repos/community-x86_64/PKGBUILD
(from rev 432118, fd/trunk/PKGBUILD)
Deleted:
  fd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 21:39:43 UTC (rev 432118)
+++ PKGBUILD2019-02-13 21:43:41 UTC (rev 432119)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Daniel M. Capella 
-
-pkgname=fd
-pkgver=7.3.0
-pkgrel=1
-pkgdesc='Simple, fast and user-friendly alternative to find'
-arch=('x86_64')
-url=https://github.com/sharkdp/fd
-license=('MIT' 'APACHE')
-depends=('gcc-libs')
-makedepends=('rust')
-replaces=('fd-rs')
-source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('48a7a9b41463070d26c76018909c527c4a33efd6b6c7e68184ff1e477bb87483ce7ed49c214893a01de0c57579026fe0616b989d169eed001529d377028371d5')
-
-build() {
-  cd fd-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd fd-$pkgver
-  cargo test --release
-}
-
-package() {
-  cd fd-$pkgver
-  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.bash 
"$pkgdir"/usr/share/bash-completion/completions/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
-  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
-  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
-  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
-  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fd/repos/community-x86_64/PKGBUILD (from rev 432118, fd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 21:43:41 UTC (rev 432119)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Daniel M. Capella 
+
+pkgname=fd
+pkgver=7.3.0
+pkgrel=1
+pkgdesc='Simple, fast and user-friendly alternative to find'
+arch=('x86_64')
+url=https://github.com/sharkdp/fd
+license=('MIT' 'APACHE')
+depends=('gcc-libs')
+makedepends=('rust')
+replaces=('fd-rs')
+source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('48a7a9b41463070d26c76018909c527c4a33efd6b6c7e68184ff1e477bb87483ce7ed49c214893a01de0c57579026fe0616b989d169eed001529d377028371d5')
+
+build() {
+  cd fd-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd fd-$pkgver
+  cargo test --release
+}
+
+package() {
+  cd fd-$pkgver
+  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.bash 
"$pkgdir"/usr/share/bash-completion/completions/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
+  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
+  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
+  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 21:38:07
  Author: ffy00
Revision: 432117

use https instead of http

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 20:56:37 UTC (rev 432116)
+++ PKGBUILD2019-02-13 21:38:07 UTC (rev 432117)
@@ -8,7 +8,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
+pkgdesc='D programming language compiler and standard library'
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
 pkgver=2.084.0
@@ -15,7 +15,7 @@
 pkgrel=1
 epoch=1
 arch=('x86_64')
-url="http://www.dlang.org;
+url='https://www.dlang.org'
 makedepends=('git' 'ldc' 'strip-nondeterminism')
 source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
 "git+https://github.com/dlang/druntime.git#tag=v$pkgver;
@@ -22,8 +22,8 @@
 "git+https://github.com/dlang/phobos.git#tag=v$pkgver;
 
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz;
 
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig;
-"dmd.conf"
-"dmd-doc.desktop")
+'dmd.conf'
+'dmd-doc.desktop')
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
@@ -134,3 +134,4 @@
 install -Dm644 "$srcdir"/druntime/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-druntime
 install -Dm644 "$srcdir"/phobos/LICENSE_1_0.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
+


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 21:39:43
  Author: ffy00
Revision: 432118

use https instead of http

Modified:
  gtkd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 21:38:07 UTC (rev 432117)
+++ PKGBUILD2019-02-13 21:39:43 UTC (rev 432118)
@@ -9,31 +9,31 @@
 pkgrel=1
 pkgdesc='D bindings for GTK+ and related libraries.'
 arch=('x86_64')
-url='http://gtkd.org/'
+url='https://gtkd.org'
 license=('LGPL')
 depends=('liblphobos' 'gtk3')
 makedepends=('ldc')
 optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
-source=("https://github.com/gtkd-developers/GtkD/archive/v${pkgver}.tar.gz;)
+source=("https://github.com/gtkd-developers/GtkD/archive/v$pkgver.tar.gz;)
 
sha512sums=('b75f8cb46de371a1f0ea344f0471b89667f84581e318daa30333a4646c132fe5431e58b9d31a2cfc789ddfc50d0cf9dc8d8a7e349823392c15a2eae5cecc88d1')
 
 build() {
-cd ${srcdir}/GtkD-${pkgver}
+cd GtkD-$pkgver
 
 make \
-DC='ldc' \
-LDFLAGS="-L=\"$LDFLAGS\"" \
-libdir='lib/' \
-shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
+   DC='ldc' \
+   LDFLAGS="-L=\"$LDFLAGS\"" \
+   libdir='lib/' \
+   shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
 }
 
 package() {
-cd ${srcdir}/GtkD-${pkgver}
+cd GtkD-$pkgver
 
 make \
-prefix='/usr' \
-libdir='lib/' \
-DESTDIR="${pkgdir}/" \
-install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
+   prefix='/usr' \
+   libdir='lib/' \
+   DESTDIR="$pkgdir" \
+   install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
 }
 


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

2019-02-13 Thread Maxim Baz via arch-commits
Date: Wednesday, February 13, 2019 @ 20:56:32
  Author: maximbaz
Revision: 432115

upgpkg: fd 7.3.0-1

Modified:
  fd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 20:04:59 UTC (rev 432114)
+++ PKGBUILD2019-02-13 20:56:32 UTC (rev 432115)
@@ -1,21 +1,23 @@
 # Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 # Contributor: Daniel M. Capella 
 
 pkgname=fd
-pkgver=7.2.0
+pkgver=7.3.0
 pkgrel=1
 pkgdesc='Simple, fast and user-friendly alternative to find'
 arch=('x86_64')
 url=https://github.com/sharkdp/fd
 license=('MIT' 'APACHE')
+depends=('gcc-libs')
 makedepends=('rust')
 replaces=('fd-rs')
 source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('22823904e4a1645a6f248501e507cad6ef08341ac69d0e9675571a202fa2316fe6c85b274fc958676da6a8e26399b26bdb78fdca876146b0e91b4780948d8ca2')
+sha512sums=('48a7a9b41463070d26c76018909c527c4a33efd6b6c7e68184ff1e477bb87483ce7ed49c214893a01de0c57579026fe0616b989d169eed001529d377028371d5')
 
 build() {
   cd fd-$pkgver
-  cargo build --release
+  cargo build --release --locked
 }
 
 check() {


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

2019-02-13 Thread Maxim Baz via arch-commits
Date: Wednesday, February 13, 2019 @ 20:56:37
  Author: maximbaz
Revision: 432116

archrelease: copy trunk to community-x86_64

Added:
  fd/repos/community-x86_64/PKGBUILD
(from rev 432115, fd/trunk/PKGBUILD)
Deleted:
  fd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 20:56:32 UTC (rev 432115)
+++ PKGBUILD2019-02-13 20:56:37 UTC (rev 432116)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel M. Capella 
-
-pkgname=fd
-pkgver=7.2.0
-pkgrel=1
-pkgdesc='Simple, fast and user-friendly alternative to find'
-arch=('x86_64')
-url=https://github.com/sharkdp/fd
-license=('MIT' 'APACHE')
-makedepends=('rust')
-replaces=('fd-rs')
-source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('22823904e4a1645a6f248501e507cad6ef08341ac69d0e9675571a202fa2316fe6c85b274fc958676da6a8e26399b26bdb78fdca876146b0e91b4780948d8ca2')
-
-build() {
-  cd fd-$pkgver
-  cargo build --release
-}
-
-check() {
-  cd fd-$pkgver
-  cargo test --release
-}
-
-package() {
-  cd fd-$pkgver
-  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.bash 
"$pkgdir"/usr/share/bash-completion/completions/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
-  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
-  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
-  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
-  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fd/repos/community-x86_64/PKGBUILD (from rev 432115, fd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 20:56:37 UTC (rev 432116)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Daniel M. Capella 
+
+pkgname=fd
+pkgver=7.3.0
+pkgrel=1
+pkgdesc='Simple, fast and user-friendly alternative to find'
+arch=('x86_64')
+url=https://github.com/sharkdp/fd
+license=('MIT' 'APACHE')
+depends=('gcc-libs')
+makedepends=('rust')
+replaces=('fd-rs')
+source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('48a7a9b41463070d26c76018909c527c4a33efd6b6c7e68184ff1e477bb87483ce7ed49c214893a01de0c57579026fe0616b989d169eed001529d377028371d5')
+
+build() {
+  cd fd-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd fd-$pkgver
+  cargo test --release
+}
+
+package() {
+  cd fd-$pkgver
+  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.bash 
"$pkgdir"/usr/share/bash-completion/completions/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
+  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
+  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
+  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 13, 2019 @ 20:04:59
  Author: arojas
Revision: 432114

archrelease: copy trunk to community-x86_64

Added:
  singular/repos/community-x86_64/PKGBUILD
(from rev 432113, singular/trunk/PKGBUILD)
  singular/repos/community-x86_64/singular-polymake-3.3.patch
(from rev 432113, singular/trunk/singular-polymake-3.3.patch)
Deleted:
  singular/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   81 +++--
 singular-polymake-3.3.patch |  116 ++
 2 files changed, 160 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 20:04:19 UTC (rev 432113)
+++ PKGBUILD2019-02-13 20:04:59 UTC (rev 432114)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-1-1
-_patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-#pkgver=${_majver//-/.}
-pkgrel=3
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(x86_64)
-url="http://www.singular.uni-kl.de/;
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;)
-#source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;)
-sha256sums=('79d6ed8489ef08eed4d4f4b8f8be4ab4da70f611e0b8889fdc6f825f25981a84')
-options=(!zipman)
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-  # Fix ownership
-  chown -R root:root "$pkgdir"/usr/share/singular/html 
"$pkgdir"/usr/share/info "$pkgdir"/usr/share/doc/singular.idx
-  # Fix singular.idx location 
https://www.singular.uni-kl.de:8002/trac/ticket/842
-  mv "$pkgdir"/usr/share/doc/singular.idx "$pkgdir"/usr/share/singular
-  rm -r "$pkgdir"/usr/share/doc
-}

Copied: singular/repos/community-x86_64/PKGBUILD (from rev 432113, 
singular/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 20:04:59 UTC (rev 432114)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-1-1
+_patchver=4
+pkgver=${_majver//-/.}.p${_patchver}
+#pkgver=${_majver//-/.}
+pkgrel=4
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(x86_64)
+url="https://www.singular.uni-kl.de/;
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2 polymake)
+optdepends=('python2: Python interface' 'polymake: Polymake module')
+source=("https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;
+singular-polymake-3.3.patch)
+#source=("https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;)
+sha256sums=('79d6ed8489ef08eed4d4f4b8f8be4ab4da70f611e0b8889fdc6f825f25981a84'
+'683fd857562928833209f70765a6348a547d41bda6293b59a6e8ced54d062efc')
+options=(!zipman)
+
+prepare() {
+  cd singular-${_majver//-/.}
+  patch -p1 -i ../singular-polymake-3.3.patch # Fix build with polymake 3.3
+}
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+  # Fix ownership
+  chown -R root:root "$pkgdir"/usr/share/singular/html 
"$pkgdir"/usr/share/info "$pkgdir"/usr/share/doc/singular.idx
+  # Fix singular.idx location 
https://www.singular.uni-kl.de:8002/trac/ticket/842
+  mv "$pkgdir"/usr/share/doc/singular.idx "$pkgdir"/usr/share/singular
+  rm -r "$pkgdir"/usr/share/doc
+}

Copied: singular/repos/community-x86_64/singular-polymake-3.3.patch (from rev 
432113, singular/trunk/singular-polymake-3.3.patch)
===
--- singular-polymake-3.3.patch (rev 0)
+++ singular-polymake-3.3.patch 2019-02-13 20:04:59 UTC (rev 432114)
@@ -0,0 +1,116 @@
+diff --git a/Singular/dyn_modules/polymake/polymake_conversion.cc 
b/Singular/dyn_modules/polymake/polymake_conversion.cc
+index 7d6411997..896db9ca9 100644
+--- a/Singular/dyn_modules/polymake/polymake_conversion.cc
 b/Singular/dyn_modules/polymake/polymake_conversion.cc
+@@ -403,7 +403,7 @@ gfan::ZFan* PmFan2ZFan (polymake::perl::Object* pf)
+ int n = pf->give("N_MAXIMAL_CONES");
+ for (int i=0; iCallPolymakeMethod("cone",i);
++  polymake::perl::Object pmcone=pf->call_method("cone",i);
+   gfan::ZCone* zc=PmCone2ZCone();
+   zf->insert(*zc);
+ }
+diff --git a/Singular/dyn_modules/polymake/polymake_wrapper.cc 

[arch-commits] Commit in singular/trunk (PKGBUILD singular-polymake-3.3.patch)

2019-02-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 13, 2019 @ 20:04:19
  Author: arojas
Revision: 432113

Build with polymake

Added:
  singular/trunk/singular-polymake-3.3.patch
Modified:
  singular/trunk/PKGBUILD

-+
 PKGBUILD|   17 --
 singular-polymake-3.3.patch |  116 ++
 2 files changed, 128 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 20:02:30 UTC (rev 432112)
+++ PKGBUILD2019-02-13 20:04:19 UTC (rev 432113)
@@ -6,19 +6,26 @@
 _patchver=4
 pkgver=${_majver//-/.}.p${_patchver}
 #pkgver=${_majver//-/.}
-pkgrel=3
+pkgrel=4
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="https://www.singular.uni-kl.de/;
 license=(GPL)
 depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;)
+makedepends=(doxygen python2 polymake)
+optdepends=('python2: Python interface' 'polymake: Polymake module')
+source=("https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;
+singular-polymake-3.3.patch)
 
#source=("https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;)
-sha256sums=('79d6ed8489ef08eed4d4f4b8f8be4ab4da70f611e0b8889fdc6f825f25981a84')
+sha256sums=('79d6ed8489ef08eed4d4f4b8f8be4ab4da70f611e0b8889fdc6f825f25981a84'
+'683fd857562928833209f70765a6348a547d41bda6293b59a6e8ced54d062efc')
 options=(!zipman)
 
+prepare() {
+  cd singular-${_majver//-/.}
+  patch -p1 -i ../singular-polymake-3.3.patch # Fix build with polymake 3.3
+}
+
 build() {
   cd singular-${_majver//-/.}
   ./configure --prefix=/usr --libexecdir=/usr/lib

Added: singular-polymake-3.3.patch
===
--- singular-polymake-3.3.patch (rev 0)
+++ singular-polymake-3.3.patch 2019-02-13 20:04:19 UTC (rev 432113)
@@ -0,0 +1,116 @@
+diff --git a/Singular/dyn_modules/polymake/polymake_conversion.cc 
b/Singular/dyn_modules/polymake/polymake_conversion.cc
+index 7d6411997..896db9ca9 100644
+--- a/Singular/dyn_modules/polymake/polymake_conversion.cc
 b/Singular/dyn_modules/polymake/polymake_conversion.cc
+@@ -403,7 +403,7 @@ gfan::ZFan* PmFan2ZFan (polymake::perl::Object* pf)
+ int n = pf->give("N_MAXIMAL_CONES");
+ for (int i=0; iCallPolymakeMethod("cone",i);
++  polymake::perl::Object pmcone=pf->call_method("cone",i);
+   gfan::ZCone* zc=PmCone2ZCone();
+   zf->insert(*zc);
+ }
+diff --git a/Singular/dyn_modules/polymake/polymake_wrapper.cc 
b/Singular/dyn_modules/polymake/polymake_wrapper.cc
+index a43eb66cd..3f73bd4f8 100644
+--- a/Singular/dyn_modules/polymake/polymake_wrapper.cc
 b/Singular/dyn_modules/polymake/polymake_wrapper.cc
+@@ -34,7 +34,7 @@ static BOOLEAN bbpolytope_Op2(int op, leftv res, leftv i1, 
leftv i2)
+   polymake::perl::Object* pp = ZPolytope2PmPolytope(zp);
+   polymake::perl::Object* pq = ZPolytope2PmPolytope(zq);
+   polymake::perl::Object pms;
+-  CallPolymakeFunction("minkowski_sum", *pp, *pq) >> pms;
++  polymake::call_function("minkowski_sum", *pp, *pq) >> pms;
+   ms = PmPolytope2ZPolytope();
+   delete pp;
+   delete pq;
+@@ -1063,7 +1063,7 @@ BOOLEAN PMlatticePoints(leftv res, leftv args)
+ {
+   polymake::perl::Object* p = ZPolytope2PmPolytope(zp);
+   #if (POLYMAKEVERSION >=214)
+-  polymake::Matrix lp = 
p->CallPolymakeMethod("LATTICE_POINTS");
++  polymake::Matrix lp = 
p->call_method("LATTICE_POINTS");
+   #elif (POLYMAKEVERSION >=212)
+   polymake::Matrix lp = p->give("LATTICE_POINTS");
+   #else
+@@ -1291,7 +1291,7 @@ BOOLEAN PMhilbertBasis(leftv res, leftv args)
+ {
+   polymake::perl::Object* p = ZPolytope2PmPolytope(zp);
+   #if (POLYMAKEVERSION >=214)
+-  polymake::Matrix lp = 
p->CallPolymakeMethod("HILBERT_BASIS");
++  polymake::Matrix lp = 
p->call_method("HILBERT_BASIS");
+   #elif (POLYMAKEVERSION >=212)
+   polymake::Matrix lp = p->give("HILBERT_BASIS");
+   #else
+@@ -1375,7 +1375,7 @@ BOOLEAN PMminkowskiSum(leftv res, leftv args)
+ polymake::perl::Object* pp = ZPolytope2PmPolytope(zp);
+ polymake::perl::Object* pq = ZPolytope2PmPolytope(zq);
+ polymake::perl::Object pms;
+-CallPolymakeFunction("minkowski_sum", *pp, *pq) >> pms;
++polymake::call_function("minkowski_sum", *pp, *pq) >> pms;
+ delete pp;
+ delete pq;
+ ms = PmPolytope2ZPolytope();
+@@ -1403,7 +1403,7 @@ BOOLEAN PMminkowskiSum(leftv res, leftv args)
+ polymake::perl::Object* pp = ZPolytope2PmPolytope(zp);
+ 

[arch-commits] Commit in kodi-addon-visualization-goom/repos (community-x86_64)

2019-02-13 Thread Ike Devolder via arch-commits
Date: Wednesday, February 13, 2019 @ 20:02:28
  Author: idevolder
Revision: 432110

db-remove: kodi-addon-visualization-goom removed by idevolder

Deleted:
  kodi-addon-visualization-goom/repos/community-x86_64/


[arch-commits] Commit in kodi-addon-screensaver-cpblobs/repos (community-x86_64)

2019-02-13 Thread Ike Devolder via arch-commits
Date: Wednesday, February 13, 2019 @ 20:02:29
  Author: idevolder
Revision: 432111

db-remove: kodi-addon-screensaver-cpblobs removed by idevolder

Deleted:
  kodi-addon-screensaver-cpblobs/repos/community-x86_64/


[arch-commits] Commit in kodi-addon-visualization-fishbmc/repos (community-x86_64)

2019-02-13 Thread Ike Devolder via arch-commits
Date: Wednesday, February 13, 2019 @ 20:02:26
  Author: idevolder
Revision: 432109

db-remove: kodi-addon-visualization-fishbmc removed by idevolder

Deleted:
  kodi-addon-visualization-fishbmc/repos/community-x86_64/


[arch-commits] Commit in kodi-addon-screensaver-asterwave/repos (community-x86_64)

2019-02-13 Thread Ike Devolder via arch-commits
Date: Wednesday, February 13, 2019 @ 20:02:30
  Author: idevolder
Revision: 432112

db-remove: kodi-addon-screensaver-asterwave removed by idevolder

Deleted:
  kodi-addon-screensaver-asterwave/repos/community-x86_64/


[arch-commits] Commit in kodi-addon-screensaver-rsxs/repos (community-x86_64)

2019-02-13 Thread Ike Devolder via arch-commits
Date: Wednesday, February 13, 2019 @ 20:02:25
  Author: idevolder
Revision: 432108

db-remove: kodi-addon-screensaver-rsxs removed by idevolder

Deleted:
  kodi-addon-screensaver-rsxs/repos/community-x86_64/


[arch-commits] Commit in kodi-addon-adsp-basic/repos (community-x86_64)

2019-02-13 Thread Ike Devolder via arch-commits
Date: Wednesday, February 13, 2019 @ 19:57:06
  Author: idevolder
Revision: 432105

db-remove: kodi-addon-adsp-basic removed by idevolder

Deleted:
  kodi-addon-adsp-basic/repos/community-x86_64/


[arch-commits] Commit in kodi-addon-adsp-freesurround/repos (community-x86_64)

2019-02-13 Thread Ike Devolder via arch-commits
Date: Wednesday, February 13, 2019 @ 19:57:09
  Author: idevolder
Revision: 432107

db-remove: kodi-addon-adsp-freesurround removed by idevolder

Deleted:
  kodi-addon-adsp-freesurround/repos/community-x86_64/


[arch-commits] Commit in kodi-addon-adsp-biquad-filters/repos (community-x86_64)

2019-02-13 Thread Ike Devolder via arch-commits
Date: Wednesday, February 13, 2019 @ 19:57:08
  Author: idevolder
Revision: 432106

db-remove: kodi-addon-adsp-biquad-filters removed by idevolder

Deleted:
  kodi-addon-adsp-biquad-filters/repos/community-x86_64/


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

2019-02-13 Thread Eli Schwartz via arch-commits
Date: Wednesday, February 13, 2019 @ 19:01:38
  Author: eschwartz
Revision: 432104

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 432103, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code-liveshare.diff
(from rev 432103, code/trunk/code-liveshare.diff)
  code/repos/community-x86_64/code.js
(from rev 432103, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 432103, code/trunk/code.sh)
  code/repos/community-x86_64/product_json.diff
(from rev 432103, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code-liveshare.diff
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/product_json.diff

-+
 PKGBUILD|  242 +-
 code-liveshare.diff |   24 ++--
 code.js |   58 +--
 code.sh |6 -
 product_json.diff   |   42 
 5 files changed, 186 insertions(+), 186 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 19:01:18 UTC (rev 432103)
+++ PKGBUILD2019-02-13 19:01:38 UTC (rev 432104)
@@ -1,121 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-pkgver=1.31.0
-pkgrel=1
-arch=('x86_64')
-url='https://github.com/Microsoft/vscode'
-license=('MIT')
-depends=('electron2' 'libsecret' 'libxkbfile' 'ripgrep')
-# doesn't build without old nodejs: 
https://github.com/Microsoft/vscode/issues/49292
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-carbon')
-source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
-'code.js'
-'code.sh'
-'product_json.diff'
-'code-liveshare.diff')
-sha512sums=('SKIP'
-
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'3cccafe4ba72efe5583c7afdae5099e8efd4c98a072fedc40209f6ec5070e71dfd37f53ed67fc0f093be21b7fc4cd114475ef1772cdb99c31d925bab6a7f6714'
-
'3c4bf0942ba9f1ba33937cc08e87caa8d6c030b862f99b2bac9ce6665739dd6a5f5a255b617c3f27ffd49df35563efa32f2c1a6240f9e19f16356bb12edac891'
-
'0bd10ca06dea22854e47fc45d833756ee8d7bf714c88f63feef44e0b0b5da052fba3c27d001865e3389f391cd7b888d92dc0ba44029fa5c736225da3cf2f9a46')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p1 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
-  patch -p1 < ../code-liveshare.diff
-
-  # Build native modules for system electron
-  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
-  cd $pkgname
-
-  yarn install --arch=$_vscode_arch
-
-  # The default memory limit may be too low for current versions of node
-  # to successfully build vscode. Change it if this number still doesn't
-  # work for your system.
-  mem_limit="--max_old_space_size=4096"
-
-  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
-  then
-  echo
-  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
-  echo "*** you will need to raise your max open file limit."
-  echo "*** You can check this for more information on how to increase 
this limit:"
-  echo "***
https://ro-che.info/articles/2017-03-26-increase-open-files-limit;
-  exit 1
-  fi
-}
-
-package() {
-  # Install resource files
-  install -dm 755 "$pkgdir"/usr/lib/$pkgname
-  cp -r --no-preserve=ownership --preserve=mode 
VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/
-
-  # replace statically included binary with system copy
-  ln -sf /usr/bin/rg 
"$pkgdir"/usr/lib/code/node_modules.asar.unpacked/vscode-ripgrep/bin/rg
-
-  # Install binary
-  install -Dm 755 code.sh "$pkgdir"/usr/bin/code-oss
-  install -Dm 755 code.js "$pkgdir"/usr/lib/$pkgname/code.js
-  ln -sf /usr/bin/code-oss "$pkgdir"/usr/bin/code
-
-  # Install 

[arch-commits] Commit in code/trunk (PKGBUILD code.sh)

2019-02-13 Thread Eli Schwartz via arch-commits
Date: Wednesday, February 13, 2019 @ 19:01:18
  Author: eschwartz
Revision: 432103

upgpkg: code 1.31.0-2

upstream now supports electron 3.x

Modified:
  code/trunk/PKGBUILD
  code/trunk/code.sh

--+
 PKGBUILD |8 
 code.sh  |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:49:08 UTC (rev 432102)
+++ PKGBUILD2019-02-13 19:01:18 UTC (rev 432103)
@@ -5,11 +5,11 @@
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 pkgver=1.31.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://github.com/Microsoft/vscode'
 license=('MIT')
-depends=('electron2' 'libsecret' 'libxkbfile' 'ripgrep')
+depends=('electron' 'libsecret' 'libxkbfile' 'ripgrep')
 # doesn't build without old nodejs: 
https://github.com/Microsoft/vscode/issues/49292
 makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-carbon')
 source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
@@ -19,7 +19,7 @@
 'code-liveshare.diff')
 sha512sums=('SKIP'
 
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'3cccafe4ba72efe5583c7afdae5099e8efd4c98a072fedc40209f6ec5070e71dfd37f53ed67fc0f093be21b7fc4cd114475ef1772cdb99c31d925bab6a7f6714'
+
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
 
'3c4bf0942ba9f1ba33937cc08e87caa8d6c030b862f99b2bac9ce6665739dd6a5f5a255b617c3f27ffd49df35563efa32f2c1a6240f9e19f16356bb12edac891'
 
'0bd10ca06dea22854e47fc45d833756ee8d7bf714c88f63feef44e0b0b5da052fba3c27d001865e3389f391cd7b888d92dc0ba44029fa5c736225da3cf2f9a46')
 
@@ -58,7 +58,7 @@
   patch -p1 < ../code-liveshare.diff
 
   # Build native modules for system electron
-  local _target=$(

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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:49:08
  Author: ffy00
Revision: 432102

use https instead of http

Modified:
  pulseview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:48:48 UTC (rev 432101)
+++ PKGBUILD2019-02-13 18:49:08 UTC (rev 432102)
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('libsigrok' 'libsigrokdecode' 'qt5-base' 'qt5-svg' 'boost-libs')
 makedepends=('cmake' 'boost')
-source=("http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz;)
+source=("https://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz;)
 
sha512sums=('0bae4357be312bf6e997885270887a5bcc0a8dfb6914e63bb0d5abb35389b6681748e0e4667556ad432c5432c861185bcdd8da7815fb570fc8a2fbbf5eed3801')
 
 build() {


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:48:48
  Author: ffy00
Revision: 432101

use https instead of http

Modified:
  libsigrokdecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:48:22 UTC (rev 432100)
+++ PKGBUILD2019-02-13 18:48:48 UTC (rev 432101)
@@ -10,7 +10,7 @@
 url='https://www.sigrok.org/wiki/Libsigrokdecode'
 license=('GPL3')
 depends=('glib2' 'python')
-source=("http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz;)
+source=("https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz;)
 
sha512sums=('49d0cba3a5fe17593165c3669dc8530e4e68497369b461f39b63c903f41a3060766c23d44c4112c9b9a5e740ae1e2c03a735494ac798dc631f3913079be04e22')
 
 build() {


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:48:22
  Author: ffy00
Revision: 432100

use https instead of http

Modified:
  libserialport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:40:58 UTC (rev 432099)
+++ PKGBUILD2019-02-13 18:48:22 UTC (rev 432100)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc='A minimal library that provides OS abstraction when interfacing 
serial ports'
 arch=('x86_64')
-url='http://sigrok.org/wiki/Libserialport'
+url='https://sigrok.org/wiki/Libserialport'
 license=('GPL3')
 depends=('glibc')
 
source=("https://sigrok.org/download/source/libserialport/libserialport-$pkgver.tar.gz;)


[arch-commits] Commit in iio-sensor-proxy/trunk (PKGBUILD)

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:40:58
  Author: ffy00
Revision: 432099

upgpkg: iio-sensor-proxy 2.5-2

Modified:
  iio-sensor-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:38:48 UTC (rev 432098)
+++ PKGBUILD2019-02-13 18:40:58 UTC (rev 432099)
@@ -6,7 +6,7 @@
 
 pkgname=iio-sensor-proxy
 pkgver=2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='IIO accelerometer sensor to input device proxy'
 arch=('x86_64')
 url='https://github.com/hadess/iio-sensor-proxy'
@@ -24,7 +24,8 @@
--bindir=/usr/bin \
--sbindir=/usr/bin \
--libdir=/usr/lib \
-   --libexecdir=/usr/lib
+   --libexecdir=/usr/lib \
+   --with-dbuspolicydir
 
   make
 }


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:38:33
  Author: ffy00
Revision: 432095

upgpkg: arduino-cli 0.3.4.alpha.preview-1

Modified:
  arduino-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:37:04 UTC (rev 432094)
+++ PKGBUILD2019-02-13 18:38:33 UTC (rev 432095)
@@ -1,9 +1,9 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=arduino-cli
-_pkgver=0.3.3-alpha.preview
+_pkgver=0.3.4-alpha.preview
 pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=1
 arch=('x86_64')
 pkgdesc='Arduino command line interface'
 url='https://github.com/arduino/arduino-cli'
@@ -11,7 +11,7 @@
 groups=('arduino')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
-sha512sums=('217ec44db600e9667c15b201064448fe8eda86e9708969c7df5931bfe52529e62ec9133dce7ef3a9fb304965d3a0e3177dd54997d515e853114a00ed1226fc21')
+sha512sums=('f8519b8b9419d083f8e28a3011ab634e40fe8ee2ee550dc0026a1f86fe76a68d51b1279f85cee365246d72052059bf8526ca1b00a48a61663d07c96c1b81e0a5')
 
 prepare(){
   export GOPATH="$srcdir"/gopath


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:38:39
  Author: ffy00
Revision: 432096

archrelease: copy trunk to community-x86_64

Added:
  arduino-cli/repos/community-x86_64/PKGBUILD
(from rev 432095, arduino-cli/trunk/PKGBUILD)
Deleted:
  arduino-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 18:38:33 UTC (rev 432095)
+++ PKGBUILD2019-02-13 18:38:39 UTC (rev 432096)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=arduino-cli
-_pkgver=0.3.3-alpha.preview
-pkgver=${_pkgver//-/.}
-pkgrel=3
-arch=('x86_64')
-pkgdesc='Arduino command line interface'
-url='https://github.com/arduino/arduino-cli'
-license=('GPL3')
-groups=('arduino')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
-sha512sums=('217ec44db600e9667c15b201064448fe8eda86e9708969c7df5931bfe52529e62ec9133dce7ef3a9fb304965d3a0e3177dd54997d515e853114a00ed1226fc21')
-
-prepare(){
-  export GOPATH="$srcdir"/gopath
-
-  mkdir -p "$GOPATH"/src/github.com/arduino
-  ln -rTsf "$pkgname-$_pkgver" "$GOPATH"/src/github.com/arduino/arduino-cli
-  cd "$GOPATH"/src/github.com/arduino/arduino-cli
-}
-
-build(){
-  export GOPATH="$srcdir"/gopath
-  cd "$GOPATH"/src/github.com/arduino/arduino-cli
-
-  go build \
-   -gcflags "all=-trimpath=$GOPATH" \
-   -asmflags "all=-trimpath=$GOPATH" \
-   -ldflags "-extldflags $LDFLAGS" \
-   .
-}
-
-package() {
-  install -Dm 755 $pkgname-$_pkgver/$pkgname "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: arduino-cli/repos/community-x86_64/PKGBUILD (from rev 432095, 
arduino-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 18:38:39 UTC (rev 432096)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=arduino-cli
+_pkgver=0.3.4-alpha.preview
+pkgver=${_pkgver//-/.}
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Arduino command line interface'
+url='https://github.com/arduino/arduino-cli'
+license=('GPL3')
+groups=('arduino')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
+sha512sums=('f8519b8b9419d083f8e28a3011ab634e40fe8ee2ee550dc0026a1f86fe76a68d51b1279f85cee365246d72052059bf8526ca1b00a48a61663d07c96c1b81e0a5')
+
+prepare(){
+  export GOPATH="$srcdir"/gopath
+
+  mkdir -p "$GOPATH"/src/github.com/arduino
+  ln -rTsf "$pkgname-$_pkgver" "$GOPATH"/src/github.com/arduino/arduino-cli
+  cd "$GOPATH"/src/github.com/arduino/arduino-cli
+}
+
+build(){
+  export GOPATH="$srcdir"/gopath
+  cd "$GOPATH"/src/github.com/arduino/arduino-cli
+
+  go build \
+   -gcflags "all=-trimpath=$GOPATH" \
+   -asmflags "all=-trimpath=$GOPATH" \
+   -ldflags "-extldflags $LDFLAGS" \
+   .
+}
+
+package() {
+  install -Dm 755 $pkgname-$_pkgver/$pkgname "$pkgdir"/usr/bin/$pkgname
+}
+


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:37:04
  Author: ffy00
Revision: 432094

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 18:36:59 UTC (rev 432093)
+++ PKGBUILD2019-02-13 18:37:04 UTC (rev 432094)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.5.0
-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')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('2ed076667296716b5f4254690616d5dc77fca4c00e508658972bc13b76c9c4931243811b6d73114c385233bbec69c48cc184e547717cc774210169d20df1df0c')
-
-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 432093, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 18:37:04 UTC (rev 432094)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.5.0
+pkgrel=2
+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=('2ed076667296716b5f4254690616d5dc77fca4c00e508658972bc13b76c9c4931243811b6d73114c385233bbec69c48cc184e547717cc774210169d20df1df0c')
+
+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-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:36:59
  Author: ffy00
Revision: 432093

upgpkg: pulseeffects 4.5.0-2

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:32:38 UTC (rev 432092)
+++ PKGBUILD2019-02-13 18:36:59 UTC (rev 432093)
@@ -3,7 +3,7 @@
 
 pkgname=pulseeffects
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
 url='https://github.com/wwmm/pulseeffects'
@@ -15,7 +15,8 @@
 optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
 'zam-plugins: maximizer'
 'rubberband: pitch shifting'
-'mda.lv2: loudness')
+'mda.lv2: loudness'
+'lsp-plugins: eqqualizer')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 
sha512sums=('2ed076667296716b5f4254690616d5dc77fca4c00e508658972bc13b76c9c4931243811b6d73114c385233bbec69c48cc184e547717cc774210169d20df1df0c')
 


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

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:32:38
  Author: ffy00
Revision: 432092

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 18:32:27 UTC (rev 432091)
+++ PKGBUILD2019-02-13 18:32:38 UTC (rev 432092)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.5.0
-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')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('2ed076667296716b5f4254690616d5dc77fca4c00e508658972bc13b76c9c4931243811b6d73114c385233bbec69c48cc184e547717cc774210169d20df1df0c')
-
-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 432091, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 18:32:38 UTC (rev 432092)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.5.0
+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')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('2ed076667296716b5f4254690616d5dc77fca4c00e508658972bc13b76c9c4931243811b6d73114c385233bbec69c48cc184e547717cc774210169d20df1df0c')
+
+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 arduino-cli/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Wednesday, February 13, 2019 @ 18:32:27
  Author: ffy00
Revision: 432091

archrelease: copy trunk to community-x86_64

Added:
  arduino-cli/repos/community-x86_64/PKGBUILD
(from rev 432090, arduino-cli/trunk/PKGBUILD)
Deleted:
  arduino-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 18:25:05 UTC (rev 432090)
+++ PKGBUILD2019-02-13 18:32:27 UTC (rev 432091)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=arduino-cli
-_pkgver=0.3.3-alpha.preview
-pkgver=${_pkgver//-/.}
-pkgrel=3
-arch=('x86_64')
-pkgdesc='Arduino command line interface'
-url='https://github.com/arduino/arduino-cli'
-license=('GPL3')
-groups=('arduino')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
-sha512sums=('217ec44db600e9667c15b201064448fe8eda86e9708969c7df5931bfe52529e62ec9133dce7ef3a9fb304965d3a0e3177dd54997d515e853114a00ed1226fc21')
-
-prepare(){
-  export GOPATH="$srcdir"/gopath
-
-  mkdir -p "$GOPATH"/src/github.com/arduino
-  ln -rTsf "$pkgname-$_pkgver" "$GOPATH"/src/github.com/arduino/arduino-cli
-  cd "$GOPATH"/src/github.com/arduino/arduino-cli
-}
-
-build(){
-  export GOPATH="$srcdir"/gopath
-  cd "$GOPATH"/src/github.com/arduino/arduino-cli
-
-  go build \
-   -gcflags "all=-trimpath=$GOPATH" \
-   -asmflags "all=-trimpath=$GOPATH" \
-   -ldflags "-extldflags $LDFLAGS" \
-   .
-}
-
-package() {
-  install -Dm 755 $pkgname-$_pkgver/$pkgname "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: arduino-cli/repos/community-x86_64/PKGBUILD (from rev 432090, 
arduino-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 18:32:27 UTC (rev 432091)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=arduino-cli
+_pkgver=0.3.3-alpha.preview
+pkgver=${_pkgver//-/.}
+pkgrel=3
+arch=('x86_64')
+pkgdesc='Arduino command line interface'
+url='https://github.com/arduino/arduino-cli'
+license=('GPL3')
+groups=('arduino')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz;)
+sha512sums=('217ec44db600e9667c15b201064448fe8eda86e9708969c7df5931bfe52529e62ec9133dce7ef3a9fb304965d3a0e3177dd54997d515e853114a00ed1226fc21')
+
+prepare(){
+  export GOPATH="$srcdir"/gopath
+
+  mkdir -p "$GOPATH"/src/github.com/arduino
+  ln -rTsf "$pkgname-$_pkgver" "$GOPATH"/src/github.com/arduino/arduino-cli
+  cd "$GOPATH"/src/github.com/arduino/arduino-cli
+}
+
+build(){
+  export GOPATH="$srcdir"/gopath
+  cd "$GOPATH"/src/github.com/arduino/arduino-cli
+
+  go build \
+   -gcflags "all=-trimpath=$GOPATH" \
+   -asmflags "all=-trimpath=$GOPATH" \
+   -ldflags "-extldflags $LDFLAGS" \
+   .
+}
+
+package() {
+  install -Dm 755 $pkgname-$_pkgver/$pkgname "$pkgdir"/usr/bin/$pkgname
+}
+


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

2019-02-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 13, 2019 @ 18:25:05
  Author: arojas
Revision: 432090

archrelease: copy trunk to community-staging-x86_64

Added:
  gap/repos/community-staging-x86_64/
  gap/repos/community-staging-x86_64/PKGBUILD
(from rev 432089, gap/trunk/PKGBUILD)
  gap/repos/community-staging-x86_64/gap-polymake-3.3.patch
(from rev 432089, gap/trunk/gap-polymake-3.3.patch)
  gap/repos/community-staging-x86_64/gap-sagemath-1.patch
(from rev 432089, gap/trunk/gap-sagemath-1.patch)
  gap/repos/community-staging-x86_64/gap-sagemath-2.patch
(from rev 432089, gap/trunk/gap-sagemath-2.patch)
  gap/repos/community-staging-x86_64/gap-sagemath-3.patch
(from rev 432089, gap/trunk/gap-sagemath-3.patch)
  gap/repos/community-staging-x86_64/gap.sh
(from rev 432089, gap/trunk/gap.sh)

+
 PKGBUILD   |  108 ++
 gap-polymake-3.3.patch |   26 
 gap-sagemath-1.patch   |   74 
 gap-sagemath-2.patch   |  122 +
 gap-sagemath-3.patch   |  269 +++
 gap.sh |7 +
 6 files changed, 606 insertions(+)

Copied: gap/repos/community-staging-x86_64/PKGBUILD (from rev 432089, 
gap/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-13 18:25:05 UTC (rev 432090)
@@ -0,0 +1,108 @@
+# Maintainer: Antonio Rojas 
+# Contributor:  TDY 
+# Contributor: Rémy Oudompheng 
+
+pkgbase=gap
+pkgname=(gap gap-doc gap-packages)
+pkgver=4.10.0
+pkgrel=6
+pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
+arch=(x86_64)
+url="https://www.gap-system.org/;
+license=(GPL)
+source=("https://www.gap-system.org/pub/gap/gap-${pkgver%.*}/tar.gz/gap-$pkgver.tar.gz;
 gap.sh
+gap-sagemath-1.patch gap-sagemath-2.patch gap-sagemath-3.patch
+gap-polymake-3.3.patch)
+sha256sums=('314b8d949c0bb01ef8bee199b29571d42714df660aba0d76ded254f58295904f'
+'143fb8a79a52c007903cce13407850df309ef803a9b00398d05169355917de46'
+'e5f0a71ae5cdcc6596330834ef9fb0a0183890a9cf874a7eb88b819b0030a33b'
+'3b66e6b320f56119b1d8eb804a94ee3a7ea71af10bd4f99a61bae32840e62c87'
+'511414a8d085a9ef9de5f921fdd45e4bbb3f33c2d88b821da06dfc267c182ddc'
+'c92849b2643e0e21ffdcfa230fb23fe4a276ec15402f178d5d69ddb0e537fbbe')
+makedepends=(libxaw givaro mpfi normaliz boost c-xsc zeromq fplll polymake 
wget chrpath)
+
+prepare() {
+  cd gap-$pkgver
+
+# Use system normaliz
+  sed -e '/build-normaliz.sh/d' -i bin/BuildPackages.sh
+# Disable anupq package, it's i686 only
+  rm -r pkg/anupq-*
+
+# Patches to make sagemath work with GAP's libgap
+  patch -p1 -i ../gap-sagemath-1.patch
+  patch -p1 -i ../gap-sagemath-2.patch
+  patch -p1 -i ../gap-sagemath-3.patch
+
+  cd pkg/PolymakeInterface*
+  patch -p2 -i "$srcdir"/gap-polymake-3.3.patch # Fix build of 
PolymakeInterface with polymake 3.3
+}
+
+build() {
+  cd gap-$pkgver
+  ./configure --prefix=/usr --with-gmp=system
+  make
+
+  cd pkg
+  export MAKEFLAGS='-j1' # Fix build of carat package
+  ../bin/BuildPackages.sh
+}
+
+_standardpkgs=(GAPDoc-* primgrp-* SmallGrp-* transgrp atlasrep autpgrp-* 
alnuth-* crisp-* ctbllib FactInt-* fga irredsol-* laguna-*
+   polenta-* polycyclic-* resclasses-* sophus-* tomlib-*)
+
+package_gap() {
+  depends=(gmp zlib)
+  optdepends=('gap-packages: extra packages' 'gap-doc: documentation')
+  conflicts=(libgap)
+  replaces=(gap-data libgap gap-4.8 gap-4.8-data)
+  cd gap-$pkgver
+
+  make DESTDIR="$pkgdir" install-headers install-libgap
+# Install missing header
+  install -Dm644 gen/config.h -t "$pkgdir"/usr/include/gap
+
+  mkdir -p "$pkgdir"/usr/{bin,lib/gap/pkg}
+  cp -r grp lib "$pkgdir"/usr/lib/gap
+  for _pkg in ${_standardpkgs[@]}; do
+cp -r pkg/$_pkg "$pkgdir"/usr/lib/gap/pkg
+  done
+  install -Dm755 gap -t "$pkgdir"/usr/lib/gap
+# Install launcher script
+  install -Dm755 "$srcdir"/gap.sh "$pkgdir"/usr/bin/gap
+}
+
+package_gap-doc() {
+  depends=(gap)
+  replaces=(gap-4.8-doc)
+  pkgdesc="Documentation for GAP"
+  cd gap-$pkgver
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r doc "$pkgdir"/usr/lib/gap
+}
+
+package_gap-packages() {
+  depends=(gap)
+  replaces=(gap-4.8-packages)
+  optdepends=('normaliz: Normaliz interface package' 'libxaw: xgap package' 
'c-xsc: float package' 'mpfi: float package'
+  'libmpc: float package' 'fplll: float package' 'zeromq: ZeroMQ 
interface package'
+  'polymake: Polymake interface package' 'curl: curl interface 
package')
+  pkgdesc="Extra packages for GAP"
+  cd gap-$pkgver
+
+  mkdir -p "$pkgdir"/usr/lib/gap
+  cp -r pkg "$pkgdir"/usr/lib/gap
+
+# provided by main gap package
+  for _pkg in ${_standardpkgs[@]}; do
+rm -r "$pkgdir"/usr/lib/gap/pkg/$_pkg
+  done
+
+# fix RPATH
+  chrpath -r \$ORIGIN/../lib/ 

[arch-commits] Commit in gap/trunk (PKGBUILD gap-polymake-3.3.patch)

2019-02-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 13, 2019 @ 18:21:39
  Author: arojas
Revision: 432089

polymake 3.3 rebuild

Added:
  gap/trunk/gap-polymake-3.3.patch
Modified:
  gap/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 gap-polymake-3.3.patch |   26 ++
 2 files changed, 34 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 17:55:06 UTC (rev 432088)
+++ PKGBUILD2019-02-13 18:21:39 UTC (rev 432089)
@@ -5,18 +5,20 @@
 pkgbase=gap
 pkgname=(gap gap-doc gap-packages)
 pkgver=4.10.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
 arch=(x86_64)
 url="https://www.gap-system.org/;
 license=(GPL)
 
source=("https://www.gap-system.org/pub/gap/gap-${pkgver%.*}/tar.gz/gap-$pkgver.tar.gz;
 gap.sh
-gap-sagemath-1.patch gap-sagemath-2.patch gap-sagemath-3.patch)
+gap-sagemath-1.patch gap-sagemath-2.patch gap-sagemath-3.patch
+gap-polymake-3.3.patch)
 sha256sums=('314b8d949c0bb01ef8bee199b29571d42714df660aba0d76ded254f58295904f'
 '143fb8a79a52c007903cce13407850df309ef803a9b00398d05169355917de46'
 'e5f0a71ae5cdcc6596330834ef9fb0a0183890a9cf874a7eb88b819b0030a33b'
 '3b66e6b320f56119b1d8eb804a94ee3a7ea71af10bd4f99a61bae32840e62c87'
-'511414a8d085a9ef9de5f921fdd45e4bbb3f33c2d88b821da06dfc267c182ddc')
+'511414a8d085a9ef9de5f921fdd45e4bbb3f33c2d88b821da06dfc267c182ddc'
+'c92849b2643e0e21ffdcfa230fb23fe4a276ec15402f178d5d69ddb0e537fbbe')
 makedepends=(libxaw givaro mpfi normaliz boost c-xsc zeromq fplll polymake 
wget chrpath)
 
 prepare() {
@@ -31,6 +33,9 @@
   patch -p1 -i ../gap-sagemath-1.patch
   patch -p1 -i ../gap-sagemath-2.patch
   patch -p1 -i ../gap-sagemath-3.patch
+
+  cd pkg/PolymakeInterface*
+  patch -p2 -i "$srcdir"/gap-polymake-3.3.patch # Fix build of 
PolymakeInterface with polymake 3.3
 }
 
 build() {

Added: gap-polymake-3.3.patch
===
--- gap-polymake-3.3.patch  (rev 0)
+++ gap-polymake-3.3.patch  2019-02-13 18:21:39 UTC (rev 432089)
@@ -0,0 +1,26 @@
+diff --git a/PolymakeInterface/src/polymake_fan.cpp 
b/PolymakeInterface/src/polymake_fan.cpp
+index e3914d7b..9e1b164b 100644
+--- a/PolymakeInterface/src/polymake_fan.cpp
 b/PolymakeInterface/src/polymake_fan.cpp
+@@ -93,7 +93,7 @@ Obj REAL_FAN_BY_RAYS_AND_CONES( Polymake_Data* data, Obj 
rays, Obj cones ){
+   return NULL;
+ }
+ #endif
+-incMatr[i] += INT_INTOBJ( numb ) - 1;
++incMatr[i] += (pm::Set)pm::scalar2set(INT_INTOBJ( numb ) - 1);
+   }
+   }
+ 
+diff --git a/PolymakeInterface/src/polymake_matroid.cpp 
b/PolymakeInterface/src/polymake_matroid.cpp
+index 4f33795b..5ea2e8d2 100644
+--- a/PolymakeInterface/src/polymake_matroid.cpp
 b/PolymakeInterface/src/polymake_matroid.cpp
+@@ -52,7 +52,7 @@ Obj REAL_CREATE_MATROID_ABSTRACT( Polymake_Data* data, Obj 
size, Obj elements ){
+   int current_length = LEN_PLIST( current_basis_list );
+   
+   for( int i=1;i<=current_length;i++){
+-  incMatr[current_basis] += INT_INTOBJ( ELM_PLIST( 
current_basis_list, i ) ) - 1;
++  incMatr[current_basis] += (pm::Set)pm::scalar2set(INT_INTOBJ( 
ELM_PLIST( current_basis_list, i ) ) - 1);
+   }
+   
+   }


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

2019-02-13 Thread Andreas Radke via arch-commits
Date: Wednesday, February 13, 2019 @ 18:14:00
  Author: andyrtr
Revision: 346239

archrelease: copy trunk to testing-x86_64

Added:
  claws-mail/repos/testing-x86_64/
  claws-mail/repos/testing-x86_64/PKGBUILD
(from rev 346238, claws-mail/trunk/PKGBUILD)

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

Copied: claws-mail/repos/testing-x86_64/PKGBUILD (from rev 346238, 
claws-mail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-02-13 18:14:00 UTC (rev 346239)
@@ -0,0 +1,64 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.3
+pkgrel=2
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical' 'dillo' 'python'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+#'pygtk: needed for python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'libgdata:  for gdata plugin'
+'poppler-glib:  for pdf viewer plugin'
+'ghostscript:   for pdf viewer plugin'
+'libical:   for vcalendar plugin'
+'dillo: for html viewer plugin')
+provides=('claws')
+source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
+sha256sums=('504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2'
+'SKIP')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install extra tools
+  cd tools
+  install -m755 -d ${pkgdir}/usr/lib/claws-mail/tools
+  for files in *.pl *.py *.sh kdeservicemenu multiwebsearch.conf tb2claws-mail 
update-po uudec uuooffice README; do
+cp -arv $files ${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}


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

2019-02-13 Thread Andreas Radke via arch-commits
Date: Wednesday, February 13, 2019 @ 18:13:49
  Author: andyrtr
Revision: 346238

upgpkg: claws-mail 3.17.3-2

build with python v3 - drop python v2/pygtk based python plugin

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:11:16 UTC (rev 346237)
+++ PKGBUILD2019-02-13 18:13:49 UTC (rev 346238)
@@ -2,7 +2,7 @@
 
 pkgname=claws-mail
 pkgver=3.17.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ based e-mail client."
 arch=('x86_64')
 license=('GPL3')
@@ -11,12 +11,11 @@
  'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('spamassassin' 'bogofilter' 'valgrind'
  # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk' 
'libytnef' 'libical' 'dillo'
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical' 'dillo' 'python'
  # deps to build the docs
  'docbook-utils' 'texlive-formatsextra')
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'pygtk: needed for python plugin'
+optdepends=('python:needed for some tools'
+#'pygtk: needed for python plugin'
 'perl:  needed for some tools and perl plugin'
 'spamassassin:  adds support for spamfiltering'
 'bogofilter:adds support for spamfiltering'
@@ -32,8 +31,6 @@
 'ghostscript:   for pdf viewer plugin'
 'libical:   for vcalendar plugin'
 'dillo: for html viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
 provides=('claws')
 
source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
 sha256sums=('504e1f5a6f0880192662826ac07bcd083c3167b3db7143858617d6c51233d2f2'
@@ -40,23 +37,8 @@
 'SKIP')
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix new versioned enchant pkgconfig detection
-  sed -i "s:PKG_CHECK_MODULES(ENCHANT, enchant >= 
1.4.0:PKG_CHECK_MODULES(ENCHANT, enchant-2 >= 1.4.0:" configure.ac
-  sed -i "s:--cflags enchant:--cflags enchant-2:" configure.ac
-
-  autoreconf -vfi
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-}
-
 build() {
   cd ${pkgname}-${pkgver}
-
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-
   ./configure --prefix=/usr --disable-static \
 --enable-enchant \
 --enable-gnutls \
@@ -64,7 +46,7 @@
 --enable-crash-dialog \
 --enable-pgpmime-plugin \
 --enable-spamassassin-plugin \
---enable-bogofilter-plugin   # --help
+--enable-bogofilter-plugin
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


[arch-commits] Commit in festival/repos/extra-x86_64 (12 files)

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 18:11:16
  Author: felixonmars
Revision: 346237

archrelease: copy trunk to extra-x86_64

Added:
  festival/repos/extra-x86_64/PKGBUILD
(from rev 346236, festival/trunk/PKGBUILD)
  festival/repos/extra-x86_64/festconfig.patch
(from rev 346236, festival/trunk/festconfig.patch)
  festival/repos/extra-x86_64/festival-2.4-compat.patch
(from rev 346236, festival/trunk/festival-2.4-compat.patch)
  festival/repos/extra-x86_64/festival-gcc47.patch
(from rev 346236, festival/trunk/festival-gcc47.patch)
  festival/repos/extra-x86_64/festival-shared-build.patch
(from rev 346236, festival/trunk/festival-shared-build.patch)
  festival/repos/extra-x86_64/speechconfig.patch
(from rev 346236, festival/trunk/speechconfig.patch)
Deleted:
  festival/repos/extra-x86_64/PKGBUILD
  festival/repos/extra-x86_64/festconfig.patch
  festival/repos/extra-x86_64/festival-2.4-compat.patch
  festival/repos/extra-x86_64/festival-gcc47.patch
  festival/repos/extra-x86_64/festival-shared-build.patch
  festival/repos/extra-x86_64/speechconfig.patch

-+
 PKGBUILD|  279 +++-
 festconfig.patch|  168 -
 festival-2.4-compat.patch   |  730 +-
 festival-gcc47.patch|  118 +++---
 festival-shared-build.patch |  144 
 speechconfig.patch  |  258 +++---
 6 files changed, 848 insertions(+), 849 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 18:10:44 UTC (rev 346236)
+++ PKGBUILD2019-02-13 18:11:16 UTC (rev 346237)
@@ -1,140 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: netcrusher < tobias AT miglix DOT eu >
-# Contributor: Andrea Scarpino 
-# Contributor: Simo Leone 
-
-pkgname=festival
-pkgver=2.4
-pkgrel=3
-pkgdesc="A general multi-lingual speech synthesis system"
-arch=(x86_64)
-url="http://www.cstr.ed.ac.uk/projects/festival/;
-license=(BSD GPL custom)
-depends=(perl alsa-lib)
-options=('!makeflags')
-source=(http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/$pkgname-$pkgver-release.tar.gz
-
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/speech_tools-$pkgver-release.tar.gz
-
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/festlex_CMU.tar.gz
-
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/festlex_OALD.tar.gz
-
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/festlex_POSLEX.tar.gz
-speechconfig.patch
-festconfig.patch
-   festival-2.4-compat.patch
-festival-shared-build.patch
-festival-gcc47.patch)
-sha512sums=('7c8eb6812c587623ea0877d5c792418ace2787f71087929d867adc4714ba13612da6e431dde89ca234330a83bf76519306c1302623e837a6fbfa4c4416b32231'
-
'e6931216069fd3ea791ad22f8657fddd73b18296221e12cbbdf9241d2efda7821ea80a549e595151343533039107a00f939b52f7dc1034a6d9cf2f57d7baefa7'
-
'c293344020fd3337193303cd5dfb7e2b0a1012770a484d8bccaae921b0c61b75699204bec45fee0db754506d6f1558fd616866cc94e76afcbb85a4dcbcf9542b'
-
'dc7ec5db71ef331f4c4460a741392d548e037369d47080dc734e912aa312bd5c11e66cdcb94bdc4746a3f6c16c0e0294ce159f07b46e350b85c0afab07cc2064'
-
'd7f96621fd98bcd3c84f0188fc6ac5a006e2cbb535279693be3341d51148344360f68e67962f08c4041df1e3527de9b30705b13fb9859ad91e3c804704eb5348'
-
'a50f876baed49404be9611f01d8762822ae2566c779176a857b4a0aa17fd1e96be429ac10e7f3e1b5aa65525a0e4030194d4b61e0d308086c45df7b45ad4f1be'
-
'94f654904baeaa3ac3a68e382fdc3b9937c01062924891fef48dbd08403fafcfbff32a92b7064d0e9813bae58239cff83d4aecd786b866f9e2178d2b7942df15'
-
'246396fd37105025fad4c85df3c3d6060b41712aa555320d89d7c5b40e6231e22c35b79d6c4c235a1b7891595556e3f963d62b5efcd784cc54b30eff166ee914'
-
'd9d2202f1f7d6c8df35a3ded9423f0105644356807b0873ffc3ad71987f5c5d9b3490c767a8e5a39011e748627695b62e696ecf5955f77e2375a736795997f73'
-
'685bb1bde730ea6332fab0d1ac96632511ab3f9b99411689c07eeda2276c089fc8ff2c2bdd5d59e23524482d24b8ce6d1e9e0e65bde991c591eb9c4216f8')
-
-prepare() {
-  patch -Np0 -i speechconfig.patch
-  patch -Np0 -i festconfig.patch
-
-  # fix build with new gcc versions and build shared libs - taken from Mageia
-  patch -Np0 -i festival-shared-build.patch
-  patch -Np0 -i festival-gcc47.patch
-
-  patch -Np0 -i festival-2.4-compat.patch
-  
-  # Avoid make failure on making scripts and docs
-  sed -i "s#examples bin doc#examples#" festival/Makefile
-}
-
-build() {
-  # Build Speech Tools first
-  cd speech_tools
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make OPTIMISE_CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" 
OPTIMISE_CCFLAGS="${CFLAGS} -fno-strict-aliasing"
-
-  # Build Festival itself
-  cd ../festival
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}"
-}
-
-package() {
-  # Install Speech Tools first

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

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 18:10:44
  Author: felixonmars
Revision: 346236

upgpkg: festival 2.4-4

apply changes from FS#58872

Modified:
  festival/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:09:07 UTC (rev 346235)
+++ PKGBUILD2019-02-13 18:10:44 UTC (rev 346236)
@@ -5,7 +5,7 @@
 
 pkgname=festival
 pkgver=2.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A general multi-lingual speech synthesis system"
 arch=(x86_64)
 url="http://www.cstr.ed.ac.uk/projects/festival/;
@@ -19,7 +19,7 @@
 
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/festlex_POSLEX.tar.gz
 speechconfig.patch
 festconfig.patch
-   festival-2.4-compat.patch
+festival-2.4-compat.patch
 festival-shared-build.patch
 festival-gcc47.patch)
 
sha512sums=('7c8eb6812c587623ea0877d5c792418ace2787f71087929d867adc4714ba13612da6e431dde89ca234330a83bf76519306c1302623e837a6fbfa4c4416b32231'
@@ -51,12 +51,12 @@
   # Build Speech Tools first
   cd speech_tools
   ./configure --prefix=/usr --sysconfdir=/etc
-  make OPTIMISE_CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" 
OPTIMISE_CCFLAGS="${CFLAGS} -fno-strict-aliasing"
+  make OPTIMISE_CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing 
-fno-delete-null-pointer-checks -std=gnu++98" OPTIMISE_CCFLAGS="${CFLAGS} 
-fno-strict-aliasing"
 
   # Build Festival itself
   cd ../festival
   ./configure --prefix=/usr --sysconfdir=/etc
-  make OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}"
+  make OPTIMISE_CXXFLAGS="${CXXFLAGS} -fno-delete-null-pointer-checks 
-std=gnu++98" OPTIMISE_CCFLAGS="${CFLAGS}"
 }
 
 package() {


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

2019-02-13 Thread Jan Steffens via arch-commits
Date: Wednesday, February 13, 2019 @ 18:09:07
  Author: heftig
Revision: 346235

archrelease: copy trunk to extra-x86_64

Added:
  libgit2-glib/repos/extra-x86_64/PKGBUILD
(from rev 346234, libgit2-glib/trunk/PKGBUILD)
Deleted:
  libgit2-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 18:08:41 UTC (rev 346234)
+++ PKGBUILD2019-02-13 18:09:07 UTC (rev 346235)
@@ -1,42 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libgit2-glib
-pkgver=0.27.7
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="https://wiki.gnome.org/Projects/Libgit2-glib;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection python-gobject python2 vala gtk-doc git 
meson)
-_commit=97becd4ca4642d8a03b2153df65e01f220d80757  # tags/v0.27.7^0
-source=("git+https://gitlab.gnome.org/GNOME/libgit2-glib.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;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
-  cp -a "$pkgdir"/usr/lib/python{3.7,2.7}
-  for _v in 2.7 3.7; do
-python$_v -m compileall -d /usr/lib/python$_v "$pkgdir/usr/lib/python$_v"
-python$_v -O -m compileall -d /usr/lib/python$_v 
"$pkgdir/usr/lib/python$_v"
-  done
-}

Copied: libgit2-glib/repos/extra-x86_64/PKGBUILD (from rev 346234, 
libgit2-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 18:09:07 UTC (rev 346235)
@@ -0,0 +1,42 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.27.8
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="https://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python-gobject python2 vala gtk-doc git 
meson)
+_commit=423aad961068321604ce98c8b65761ddaf6b80f0  # tags/v0.27.8^0
+source=("git+https://gitlab.gnome.org/GNOME/libgit2-glib.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;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
+  cp -a "$pkgdir"/usr/lib/python{3.7,2.7}
+  for _v in 2.7 3.7; do
+python$_v -m compileall -d /usr/lib/python$_v "$pkgdir/usr/lib/python$_v"
+python$_v -O -m compileall -d /usr/lib/python$_v 
"$pkgdir/usr/lib/python$_v"
+  done
+}


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

2019-02-13 Thread Jan Steffens via arch-commits
Date: Wednesday, February 13, 2019 @ 18:08:41
  Author: heftig
Revision: 346234

0.27.8-1

Modified:
  libgit2-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 18:07:26 UTC (rev 346233)
+++ PKGBUILD2019-02-13 18:08:41 UTC (rev 346234)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libgit2-glib
-pkgver=0.27.7
+pkgver=0.27.8
 pkgrel=1
 pkgdesc="GLib wrapper for libgit2"
 url="https://wiki.gnome.org/Projects/Libgit2-glib;
@@ -10,7 +10,7 @@
 arch=(x86_64)
 depends=(glib2 libgit2)
 makedepends=(gobject-introspection python-gobject python2 vala gtk-doc git 
meson)
-_commit=97becd4ca4642d8a03b2153df65e01f220d80757  # tags/v0.27.7^0
+_commit=423aad961068321604ce98c8b65761ddaf6b80f0  # tags/v0.27.8^0
 source=("git+https://gitlab.gnome.org/GNOME/libgit2-glib.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 18:07:26
  Author: felixonmars
Revision: 346233

archrelease: copy trunk to testing-x86_64

Added:
  python-cffi/repos/testing-x86_64/
  python-cffi/repos/testing-x86_64/PKGBUILD
(from rev 346232, python-cffi/trunk/PKGBUILD)

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

Copied: python-cffi/repos/testing-x86_64/PKGBUILD (from rev 346232, 
python-cffi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-02-13 18:07:26 UTC (rev 346233)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: lilydjwg 
+
+pkgbase=python-cffi
+pkgname=(python-cffi python2-cffi)
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Foreign Function Interface for Python calling C code"
+arch=('x86_64')
+url="http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/cffi/cffi/get/v$pkgver.tar.gz;)
+sha512sums=('020d00eccc0e1bbcb3b6fc4b9d682e6a733f83aef146bf52f63f0c391e110037e5b182aba590925d14f51afe7e459af1e66bd7dadf6a2c4531db31e2d1b95ffd')
+
+prepare() {
+  mv cffi-cffi-* cffi-$pkgver
+  cp -a cffi-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cffi-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cffi-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cffi-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cffi-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-cffi() {
+  depends=('python-pycparser')
+
+  cd cffi-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2-pycparser')
+
+  cd cffi-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 18:07:08
  Author: felixonmars
Revision: 346232

upgpkg: python-cffi 1.12.0-1

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 17:48:58 UTC (rev 346231)
+++ PKGBUILD2019-02-13 18:07:08 UTC (rev 346232)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cffi
 pkgname=(python-cffi python2-cffi)
-pkgver=1.11.5
-pkgrel=2
+pkgver=1.12.0
+pkgrel=1
 pkgdesc="Foreign Function Interface for Python calling C code"
 arch=('x86_64')
 url="http://cffi.readthedocs.org/;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/cffi/cffi/get/v$pkgver.tar.gz;)
-sha512sums=('f2f485aa8c541f82a0caef41ef48f7c0b3432208588e4748463fd7ceffb762c645751d66e910b7d56b22cc51a2e99305a626de4abc2f2fae13c6a58009d41651')
+sha512sums=('020d00eccc0e1bbcb3b6fc4b9d682e6a733f83aef146bf52f63f0c391e110037e5b182aba590925d14f51afe7e459af1e66bd7dadf6a2c4531db31e2d1b95ffd')
 
 prepare() {
   mv cffi-cffi-* cffi-$pkgver


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

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 17:55:06
  Author: felixonmars
Revision: 432088

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 17:54:45 UTC (rev 432087)
+++ PKGBUILD2019-02-13 17:55:06 UTC (rev 432088)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/;
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
- 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
- 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
- 'python2-funcsigs' 'python2-pathlib2')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
-  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
-  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('f0139a887c16db5eb3858c352c65e86a75d9393a64d724321874a5a7375b79a6ab6f0f231735a7d7a0e866aaf02a2de4b823989f155493e0ad9d512072e92ed2')
-
-prepare() {
-  cp -a pytest-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
-
-  cd "$srcdir"/pytest-$pkgver
-  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
-   'python-atomicwrites')
-
-  cd pytest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
-   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs' 
'python2-pathlib2')
-
-  cd pytest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  mv "$pkgdir"/usr/bin/pytest{,2}
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 432087, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 17:55:06 UTC (rev 432088)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
+ 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
+ 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
+ 'python2-funcsigs' 'python2-pathlib2')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
+  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('402e7aa19e8508e5b008e21c7465939bdaafb8ebc023b95295dcd5a6c6b55c2a12675ce10a1f2a4fadd67a73d42a03f8af0cad4b6969f05100cc80d29ecc15d7')
+
+prepare() {
+  cp -a pytest-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
+
+  cd "$srcdir"/pytest-$pkgver
+  

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

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 17:54:45
  Author: felixonmars
Revision: 432087

upgpkg: python-pytest 4.2.1-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 17:44:35 UTC (rev 432086)
+++ PKGBUILD2019-02-13 17:54:45 UTC (rev 432087)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('f0139a887c16db5eb3858c352c65e86a75d9393a64d724321874a5a7375b79a6ab6f0f231735a7d7a0e866aaf02a2de4b823989f155493e0ad9d512072e92ed2')
+sha512sums=('402e7aa19e8508e5b008e21c7465939bdaafb8ebc023b95295dcd5a6c6b55c2a12675ce10a1f2a4fadd67a73d42a03f8af0cad4b6969f05100cc80d29ecc15d7')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2019-02-13 Thread Dave Reisner via arch-commits
Date: Wednesday, February 13, 2019 @ 17:48:37
  Author: dreisner
Revision: 346230

upgpkg: kmod 26-2

- backport fix to avoid overlinking libkmod.so against libssl.so

Added:
  kmod/trunk/0001-Link-against-libcrypto-not-all-of-openssl.patch
Modified:
  kmod/trunk/PKGBUILD

--+
 0001-Link-against-libcrypto-not-all-of-openssl.patch |   75 +
 PKGBUILD |   17 ++-
 2 files changed, 88 insertions(+), 4 deletions(-)

Added: 0001-Link-against-libcrypto-not-all-of-openssl.patch
===
--- 0001-Link-against-libcrypto-not-all-of-openssl.patch
(rev 0)
+++ 0001-Link-against-libcrypto-not-all-of-openssl.patch2019-02-13 
17:48:37 UTC (rev 346230)
@@ -0,0 +1,75 @@
+From 924b16f1b2001bf31e0688c9273e40e8f2f665c5 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Wed, 13 Feb 2019 10:24:51 -0500
+Subject: [PATCH] Link against libcrypto, not all of openssl
+
+In the previous build setup, libkmod.so would link to not just
+libcrypto.so, but also libssl.so:
+
+$ readelf -d /lib/libkmod.so | grep NEEDED
+ 0x0001 (NEEDED) Shared library: [liblzma.so.5]
+ 0x0001 (NEEDED) Shared library: [libz.so.1]
+ 0x0001 (NEEDED) Shared library: [libssl.so.1.1]
+ 0x0001 (NEEDED) Shared library: [libcrypto.so.1.1]
+ 0x0001 (NEEDED) Shared library: [libc.so.6]
+
+We don't need any symbols from libssl, though. This patch ensures that
+we pass 'libcrypto' to pkgconfig rather than 'openssl', getting only the
+library that we need:
+
+$ readelf -d tools/kmod | grep NEEDED
+ 0x0001 (NEEDED) Shared library: [liblzma.so.5]
+ 0x0001 (NEEDED) Shared library: [libz.so.1]
+ 0x0001 (NEEDED) Shared library: [libcrypto.so.1.1]
+ 0x0001 (NEEDED) Shared library: [libc.so.6]
+---
+ Makefile.am  | 6 +++---
+ configure.ac | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index ddb25f0..758f4f0 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -35,8 +35,8 @@ SED_PROCESS = \
+   -e 's,@liblzma_LIBS\@,${liblzma_LIBS},g' \
+   -e 's,@zlib_CFLAGS\@,${zlib_CFLAGS},g' \
+   -e 's,@zlib_LIBS\@,${zlib_LIBS},g' \
+-  -e 's,@openssl_CFLAGS\@,${openssl_CFLAGS},g' \
+-  -e 's,@openssl_LIBS\@,${openssl_LIBS},g' \
++  -e 's,@libcrypto_CFLAGS\@,${libcrypto_CFLAGS},g' \
++  -e 's,@libcrypto_LIBS\@,${libcrypto_LIBS},g' \
+   < $< > $@ || rm $@
+ 
+ %.pc: %.pc.in Makefile
+@@ -89,7 +89,7 @@ libkmod_libkmod_la_DEPENDENCIES = \
+   ${top_srcdir}/libkmod/libkmod.sym
+ libkmod_libkmod_la_LIBADD = \
+   shared/libshared.la \
+-  ${liblzma_LIBS} ${zlib_LIBS} ${openssl_LIBS}
++  ${liblzma_LIBS} ${zlib_LIBS} ${libcrypto_LIBS}
+ 
+ noinst_LTLIBRARIES += libkmod/libkmod-internal.la
+ libkmod_libkmod_internal_la_SOURCES = $(libkmod_libkmod_la_SOURCES)
+diff --git a/configure.ac b/configure.ac
+index ee72283..dffe278 100644
+--- a/configure.ac
 b/configure.ac
+@@ -110,12 +110,12 @@ AC_ARG_WITH([openssl],
+   AS_HELP_STRING([--with-openssl], [handle PKCS7 signatures 
@<:@default=disabled@:>@]),
+   [], [with_openssl=no])
+ AS_IF([test "x$with_openssl" != "xno"], [
+-  PKG_CHECK_MODULES([openssl], [openssl >= 1.1.0])
++  PKG_CHECK_MODULES([libcrypto], [libcrypto >= 1.1.0])
+   AC_DEFINE([ENABLE_OPENSSL], [1], [Enable openssl for modinfo.])
+ ], [
+   AC_MSG_NOTICE([openssl support not requested])
+ ])
+-CC_FEATURE_APPEND([with_features], [with_openssl], [OPENSSL])
++CC_FEATURE_APPEND([with_features], [with_openssl], [LIBCRYPTO])
+ 
+ AC_ARG_WITH([bashcompletiondir],
+   AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions 
directory]),
+-- 
+2.20.1
+

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 17:35:44 UTC (rev 346229)
+++ PKGBUILD2019-02-13 17:48:37 UTC (rev 346230)
@@ -2,12 +2,12 @@
 
 pkgname=kmod
 pkgver=26
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux kernel module management tools and library"
 arch=('x86_64')
 url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
 license=('GPL2')
-depends=('glibc' 'zlib' 'xz')
+depends=('glibc' 'zlib' 'openssl' 'xz')
 makedepends=('gtk-doc')
 checkdepends=('linux-headers' 'libelf')
 options=('strip' 'debug')
@@ -16,12 +16,21 @@
 replaces=('module-init-tools')
 validpgpkeys=('EAB33C9690013C733916AC839BA2A5A630CBEA53')  # Lucas DeMarchi
 
source=("https://www.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar."{xz,sign}
-"depmod-search.conf")
+"depmod-search.conf"
+'0001-Link-against-libcrypto-not-all-of-openssl.patch')
 md5sums=('1129c243199bdd7db01b55a61aa19601'
  

[arch-commits] Commit in kmod/repos/testing-x86_64 (5 files)

2019-02-13 Thread Dave Reisner via arch-commits
Date: Wednesday, February 13, 2019 @ 17:48:58
  Author: dreisner
Revision: 346231

archrelease: copy trunk to testing-x86_64

Added:
  kmod/repos/testing-x86_64/0001-Link-against-libcrypto-not-all-of-openssl.patch
(from rev 346230, 
kmod/trunk/0001-Link-against-libcrypto-not-all-of-openssl.patch)
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 346230, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 346230, kmod/trunk/depmod-search.conf)
Deleted:
  kmod/repos/testing-x86_64/PKGBUILD
  kmod/repos/testing-x86_64/depmod-search.conf

--+
 0001-Link-against-libcrypto-not-all-of-openssl.patch |   75 
 PKGBUILD |  151 +
 depmod-search.conf   |   10 -
 3 files changed, 160 insertions(+), 76 deletions(-)

Copied: 
kmod/repos/testing-x86_64/0001-Link-against-libcrypto-not-all-of-openssl.patch 
(from rev 346230, 
kmod/trunk/0001-Link-against-libcrypto-not-all-of-openssl.patch)
===
--- 0001-Link-against-libcrypto-not-all-of-openssl.patch
(rev 0)
+++ 0001-Link-against-libcrypto-not-all-of-openssl.patch2019-02-13 
17:48:58 UTC (rev 346231)
@@ -0,0 +1,75 @@
+From 924b16f1b2001bf31e0688c9273e40e8f2f665c5 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Wed, 13 Feb 2019 10:24:51 -0500
+Subject: [PATCH] Link against libcrypto, not all of openssl
+
+In the previous build setup, libkmod.so would link to not just
+libcrypto.so, but also libssl.so:
+
+$ readelf -d /lib/libkmod.so | grep NEEDED
+ 0x0001 (NEEDED) Shared library: [liblzma.so.5]
+ 0x0001 (NEEDED) Shared library: [libz.so.1]
+ 0x0001 (NEEDED) Shared library: [libssl.so.1.1]
+ 0x0001 (NEEDED) Shared library: [libcrypto.so.1.1]
+ 0x0001 (NEEDED) Shared library: [libc.so.6]
+
+We don't need any symbols from libssl, though. This patch ensures that
+we pass 'libcrypto' to pkgconfig rather than 'openssl', getting only the
+library that we need:
+
+$ readelf -d tools/kmod | grep NEEDED
+ 0x0001 (NEEDED) Shared library: [liblzma.so.5]
+ 0x0001 (NEEDED) Shared library: [libz.so.1]
+ 0x0001 (NEEDED) Shared library: [libcrypto.so.1.1]
+ 0x0001 (NEEDED) Shared library: [libc.so.6]
+---
+ Makefile.am  | 6 +++---
+ configure.ac | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index ddb25f0..758f4f0 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -35,8 +35,8 @@ SED_PROCESS = \
+   -e 's,@liblzma_LIBS\@,${liblzma_LIBS},g' \
+   -e 's,@zlib_CFLAGS\@,${zlib_CFLAGS},g' \
+   -e 's,@zlib_LIBS\@,${zlib_LIBS},g' \
+-  -e 's,@openssl_CFLAGS\@,${openssl_CFLAGS},g' \
+-  -e 's,@openssl_LIBS\@,${openssl_LIBS},g' \
++  -e 's,@libcrypto_CFLAGS\@,${libcrypto_CFLAGS},g' \
++  -e 's,@libcrypto_LIBS\@,${libcrypto_LIBS},g' \
+   < $< > $@ || rm $@
+ 
+ %.pc: %.pc.in Makefile
+@@ -89,7 +89,7 @@ libkmod_libkmod_la_DEPENDENCIES = \
+   ${top_srcdir}/libkmod/libkmod.sym
+ libkmod_libkmod_la_LIBADD = \
+   shared/libshared.la \
+-  ${liblzma_LIBS} ${zlib_LIBS} ${openssl_LIBS}
++  ${liblzma_LIBS} ${zlib_LIBS} ${libcrypto_LIBS}
+ 
+ noinst_LTLIBRARIES += libkmod/libkmod-internal.la
+ libkmod_libkmod_internal_la_SOURCES = $(libkmod_libkmod_la_SOURCES)
+diff --git a/configure.ac b/configure.ac
+index ee72283..dffe278 100644
+--- a/configure.ac
 b/configure.ac
+@@ -110,12 +110,12 @@ AC_ARG_WITH([openssl],
+   AS_HELP_STRING([--with-openssl], [handle PKCS7 signatures 
@<:@default=disabled@:>@]),
+   [], [with_openssl=no])
+ AS_IF([test "x$with_openssl" != "xno"], [
+-  PKG_CHECK_MODULES([openssl], [openssl >= 1.1.0])
++  PKG_CHECK_MODULES([libcrypto], [libcrypto >= 1.1.0])
+   AC_DEFINE([ENABLE_OPENSSL], [1], [Enable openssl for modinfo.])
+ ], [
+   AC_MSG_NOTICE([openssl support not requested])
+ ])
+-CC_FEATURE_APPEND([with_features], [with_openssl], [OPENSSL])
++CC_FEATURE_APPEND([with_features], [with_openssl], [LIBCRYPTO])
+ 
+ AC_ARG_WITH([bashcompletiondir],
+   AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions 
directory]),
+-- 
+2.20.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 17:48:37 UTC (rev 346230)
+++ PKGBUILD2019-02-13 17:48:58 UTC (rev 346231)
@@ -1,71 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=kmod
-pkgver=26
-pkgrel=1
-pkgdesc="Linux kernel module management tools and library"
-arch=('x86_64')
-url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
-license=('GPL2')
-depends=('glibc' 'zlib' 'xz')
-makedepends=('gtk-doc')

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

2019-02-13 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, February 13, 2019 @ 17:44:35
  Author: bisson
Revision: 432086

archrelease: copy trunk to community-x86_64

Added:
  fdm/repos/community-x86_64/PKGBUILD
(from rev 432084, fdm/trunk/PKGBUILD)
Deleted:
  fdm/repos/community-x86_64/PKGBUILD
  fdm/repos/community-x86_64/openssl-1.1.0.patch

-+
 PKGBUILD|   78 ++
 openssl-1.1.0.patch |   31 ---
 2 files changed, 35 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 17:44:34 UTC (rev 432085)
+++ PKGBUILD2019-02-13 17:44:35 UTC (rev 432086)
@@ -1,43 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Gaetan Bisson 
-# Contributor: Jeff Mickey 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=fdm
-pkgver=1.9
-pkgrel=4
-pkgdesc='Program to fetch and deliver mail'
-url='https://github.com/nicm/fdm'
-license=('BSD')
-arch=('x86_64')
-depends=('openssl' 'tdb' 'zlib')
-source=("https://github.com/nicm/fdm/releases/download/${pkgver}/fdm-${pkgver}.tar.gz;
-'openssl-1.1.0.patch')
-sha256sums=('16416c38a9a7e32d187220cc5ae61a51463d5e4e47419c5c513f422523d39914'
-'334122758841e7d03d691267a634d5b3fda3ab7dbd9852a810349c4ea618b0cb')
-
-options=('!makeflags')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../openssl-1.1.0.patch
-   autoreconf -fi
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-   sed '3,17p;d' fdm.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-   install -d "${pkgdir}/usr/share/doc/${pkgname}"
-   cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: fdm/repos/community-x86_64/PKGBUILD (from rev 432084, 
fdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 17:44:35 UTC (rev 432086)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jeff Mickey 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=fdm
+pkgver=2.0
+pkgrel=1
+pkgdesc='Program to fetch and deliver mail'
+url='https://github.com/nicm/fdm'
+license=('BSD')
+arch=('x86_64')
+depends=('openssl' 'tdb' 'zlib')
+source=("https://github.com/nicm/fdm/releases/download/${pkgver}/fdm-${pkgver}.tar.gz;)
+sha256sums=('06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4')
+
+options=('!makeflags')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+   sed '3,17p;d' fdm.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+   install -d "${pkgdir}/usr/share/doc/${pkgname}"
+   cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
+}

Deleted: openssl-1.1.0.patch
===
--- openssl-1.1.0.patch 2019-02-13 17:44:34 UTC (rev 432085)
+++ openssl-1.1.0.patch 2019-02-13 17:44:35 UTC (rev 432086)
@@ -1,31 +0,0 @@
-From 070cee8d1efba1ca260777a204fba7cdfe676ca5 Mon Sep 17 00:00:00 2001
-From: Nicholas Marriott 
-Date: Tue, 17 Jan 2017 23:14:03 +
-Subject: [PATCH] Look for OPENSSL_init_ssl, from Tomasz Miasko.
-

- configure.ac | 7 ++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 5793c2d..161040c 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -93,11 +93,16 @@ if test "x$found_libcrypto" = xno; then
-   AC_MSG_ERROR("libcrypto not found")
- fi
- AC_SEARCH_LIBS(
--  SSL_library_init,
-+  OPENSSL_init_ssl,
-   [ssl],
-   found_libssl=yes,
-   found_libssl=no
- )
-+AC_SEARCH_LIBS(
-+  SSL_library_init,
-+  [ssl],
-+  found_libssl=yes
-+)
- if test "x$found_libssl" = xno; then
-   AC_MSG_ERROR("libssl not found")
- fi


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

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 17:44:34
  Author: felixonmars
Revision: 432085

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-13 17:44:14 UTC (rev 432084)
+++ PKGBUILD2019-02-13 17:44:34 UTC (rev 432085)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: David Runge 
-# Contributor: DonVla 
-# Contributor: Hervé Cauwelier 
-
-pkgbase=python-xapian
-pkgname=('python-xapian' 'python2-xapian')
-_realname=xapian-bindings
-pkgver=1.4.9
-epoch=1
-pkgrel=1
-pkgdesc="Python bindings for Xapian"
-arch=('x86_64')
-url="https://xapian.org/docs/bindings/python/;
-license=('GPL2')
-makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('cddc6cedfd571d565619ade0a4c9bfee8d688ca3d06d77368c8d673d3c9d1296b652122836debc84a4d54724c2bf0639a009396bf587ed4b8901a6bfe508851d')
-
-prepare() {
-  cd "${_realname}-${pkgver}"
-  autoreconf -vfi
-  cd ..
-  mv -v "${_realname}-$pkgver" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-$pkgver" "${pkgname[1]}-${pkgver}"
-  cd "${pkgname[1]}-${pkgver}"
-  # fix shebang of examples
-  sed -i '1s/python/python2/' python/docs/examples/*.py
-  export XAPIAN_CONFIG=/usr/bin/xapian-config
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-python3
-  make
-  cd ../"${pkgname[1]}-${pkgver}"
-  PYTHON2=/usr/bin/python2
-  ./configure --prefix=/usr \
-  --with-python
-  make
-}
-
-package_python-xapian() {
-  pkgdesc="Python 3.x bindings for Xapian"
-  depends=('python' "xapian-core=$epoch:$pkgver")
-  cd "${pkgname[0]}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
--vDm644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO}
-}
-
-package_python2-xapian() {
-  pkgdesc="Python 2.x bindings for Xapian"
-  depends=('python2' "xapian-core=$epoch:$pkgver")
-  cd "${pkgname[1]}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
--vDm644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-xapian/repos/community-x86_64/PKGBUILD (from rev 432084, 
python-xapian/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-13 17:44:34 UTC (rev 432085)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: David Runge 
+# Contributor: DonVla 
+# Contributor: Hervé Cauwelier 
+
+pkgbase=python-xapian
+pkgname=('python-xapian' 'python2-xapian')
+_realname=xapian-bindings
+pkgver=1.4.10
+epoch=1
+pkgrel=1
+pkgdesc="Python bindings for Xapian"
+arch=('x86_64')
+url="https://xapian.org/docs/bindings/python/;
+license=('GPL2')
+makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
+sha512sums=('e993c33820f7606e17ee6ff5a13bdcb91beceec6a8443298ff06a3160052e96caff3aca30908c68a8a695429ec51189a86404b69c5525e5770741637cc63bbc1')
+
+prepare() {
+  cd "${_realname}-${pkgver}"
+  autoreconf -vfi
+  cd ..
+  mv -v "${_realname}-$pkgver" "${pkgname[0]}-${pkgver}"
+  cp -av "${pkgname[0]}-$pkgver" "${pkgname[1]}-${pkgver}"
+  cd "${pkgname[1]}-${pkgver}"
+  # fix shebang of examples
+  sed -i '1s/python/python2/' python/docs/examples/*.py
+  export XAPIAN_CONFIG=/usr/bin/xapian-config
+}
+
+build() {
+  cd "${pkgname[0]}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-python3
+  make
+  cd ../"${pkgname[1]}-${pkgver}"
+  PYTHON2=/usr/bin/python2
+  ./configure --prefix=/usr \
+  --with-python
+  make
+}
+
+package_python-xapian() {
+  pkgdesc="Python 3.x bindings for Xapian"
+  depends=('python' "xapian-core=$epoch:$pkgver")
+  cd "${pkgname[0]}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
+-vDm644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO}
+}
+
+package_python2-xapian() {
+  pkgdesc="Python 2.x bindings for Xapian"
+  depends=('python2' "xapian-core=$epoch:$pkgver")
+  cd "${pkgname[1]}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
+-vDm644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO}
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 17:44:14
  Author: felixonmars
Revision: 432084

upgpkg: python-xapian 1:1.4.10-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 17:44:07 UTC (rev 432083)
+++ PKGBUILD2019-02-13 17:44:14 UTC (rev 432084)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.9
+pkgver=1.4.10
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('cddc6cedfd571d565619ade0a4c9bfee8d688ca3d06d77368c8d673d3c9d1296b652122836debc84a4d54724c2bf0639a009396bf587ed4b8901a6bfe508851d')
+sha512sums=('e993c33820f7606e17ee6ff5a13bdcb91beceec6a8443298ff06a3160052e96caff3aca30908c68a8a695429ec51189a86404b69c5525e5770741637cc63bbc1')
 
 prepare() {
   cd "${_realname}-${pkgver}"


[arch-commits] Commit in fdm/trunk (PKGBUILD openssl-1.1.0.patch)

2019-02-13 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, February 13, 2019 @ 17:44:07
  Author: bisson
Revision: 432083

upstream update

Modified:
  fdm/trunk/PKGBUILD
Deleted:
  fdm/trunk/openssl-1.1.0.patch

-+
 PKGBUILD|   16 
 openssl-1.1.0.patch |   31 ---
 2 files changed, 4 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 17:38:18 UTC (rev 432082)
+++ PKGBUILD2019-02-13 17:44:07 UTC (rev 432083)
@@ -4,26 +4,18 @@
 # Contributor: Grigorios Bouzakis 
 
 pkgname=fdm
-pkgver=1.9
-pkgrel=4
+pkgver=2.0
+pkgrel=1
 pkgdesc='Program to fetch and deliver mail'
 url='https://github.com/nicm/fdm'
 license=('BSD')
 arch=('x86_64')
 depends=('openssl' 'tdb' 'zlib')
-source=("https://github.com/nicm/fdm/releases/download/${pkgver}/fdm-${pkgver}.tar.gz;
-'openssl-1.1.0.patch')
-sha256sums=('16416c38a9a7e32d187220cc5ae61a51463d5e4e47419c5c513f422523d39914'
-'334122758841e7d03d691267a634d5b3fda3ab7dbd9852a810349c4ea618b0cb')
+source=("https://github.com/nicm/fdm/releases/download/${pkgver}/fdm-${pkgver}.tar.gz;)
+sha256sums=('06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4')
 
 options=('!makeflags')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../openssl-1.1.0.patch
-   autoreconf -fi
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr

Deleted: openssl-1.1.0.patch
===
--- openssl-1.1.0.patch 2019-02-13 17:38:18 UTC (rev 432082)
+++ openssl-1.1.0.patch 2019-02-13 17:44:07 UTC (rev 432083)
@@ -1,31 +0,0 @@
-From 070cee8d1efba1ca260777a204fba7cdfe676ca5 Mon Sep 17 00:00:00 2001
-From: Nicholas Marriott 
-Date: Tue, 17 Jan 2017 23:14:03 +
-Subject: [PATCH] Look for OPENSSL_init_ssl, from Tomasz Miasko.
-

- configure.ac | 7 ++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 5793c2d..161040c 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -93,11 +93,16 @@ if test "x$found_libcrypto" = xno; then
-   AC_MSG_ERROR("libcrypto not found")
- fi
- AC_SEARCH_LIBS(
--  SSL_library_init,
-+  OPENSSL_init_ssl,
-   [ssl],
-   found_libssl=yes,
-   found_libssl=no
- )
-+AC_SEARCH_LIBS(
-+  SSL_library_init,
-+  [ssl],
-+  found_libssl=yes
-+)
- if test "x$found_libssl" = xno; then
-   AC_MSG_ERROR("libssl not found")
- fi


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

2019-02-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 13, 2019 @ 17:38:05
  Author: svenstaro
Revision: 432081

upgpkg: emscripten 1.38.27-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 16:31:19 UTC (rev 432080)
+++ PKGBUILD2019-02-13 17:38:05 UTC (rev 432081)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.38.25
+pkgver=1.38.27
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
@@ -20,9 +20,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha512sums=('6b9658454ecd7e2d30506f81f015b9188e2aaca7e85ede4644cca4e98caa9e011a3f84a80545313b6d500df788e40188e687ac66e27b3b31300e77027e56c59e'
-
'ae5d6d7c9acdeb5803983902aaf7abe4d46942ebfc9dc73c3297486ada78bbc32de0a93f3ff9f1f81a9e58a2c2dcda15925be0c36785916983b2490100b671a9'
-
'7bdd633a6956c6c58d4c0b0cedf119fb316547d9f87f08092509af5e2d06addb4bb2873d213d6dfc819b0fc3d83b71c7b684e6462d819d6c5db18666ec52c167'
+sha512sums=('d0990d0b9e806ebf39fec80954650b3aa72e3ba052f5c40fec7f4b3f598acab689a2db2cf44df94722766cf3c80e04612261b40df35041c4d7932b34b8f86647'
+
'f134e1754aedad6d907aabf775c5d3356b99b15ce050ea2278eac28546629e2c63b33e6f6d9cc2e962458af92f0d68ee4a9f8858f54c6575727a539141b23823'
+
'16c3ed32241ad557e9e33369c19eb35e35707ea835b25dd7b9ccb41408a231a88125dd2b044fab4d5995edf67e274e423e0c7b184a6a168aa8fbc03ad82b71a4'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


  1   2   >