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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:21:25
  Author: lcarlier
Revision: 358038

upgpkg: spirv-tools 2019.3-1

upstream update 2019.3

Modified:
  spirv-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 05:15:26 UTC (rev 358037)
+++ PKGBUILD2019-07-16 05:21:25 UTC (rev 358038)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=spirv-tools
-pkgver=2018.5
+pkgver=2019.3
 pkgrel=1
 pkgdesc="API and commands for processing SPIR-V modules"
 arch=('x86_64')


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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:21:29
  Author: lcarlier
Revision: 358039

archrelease: copy trunk to extra-x86_64

Added:
  spirv-tools/repos/extra-x86_64/PKGBUILD
(from rev 358038, spirv-tools/trunk/PKGBUILD)
Deleted:
  spirv-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 05:21:25 UTC (rev 358038)
+++ PKGBUILD2019-07-16 05:21:29 UTC (rev 358039)
@@ -1,38 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=spirv-tools
-pkgver=2018.5
-pkgrel=1
-pkgdesc="API and commands for processing SPIR-V modules"
-arch=('x86_64')
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-groups=(vulkan-devel)
-depends=(gcc-libs)
-makedepends=(cmake python git)
-source=("git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${pkgver};
-git+git://github.com/KhronosGroup/SPIRV-Headers.git)
-sha256sums=('SKIP'
-'SKIP')
-
-build() {
-  cd SPIRV-Tools
-
-  rm -rf build && mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DSPIRV_WERROR=Off \
-  -DSPIRV-Headers_SOURCE_DIR=${srcdir}/SPIRV-Headers
-  make
-}
-
-package() {
-  cd SPIRV-Tools/build
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: spirv-tools/repos/extra-x86_64/PKGBUILD (from rev 358038, 
spirv-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 05:21:29 UTC (rev 358039)
@@ -0,0 +1,38 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=spirv-tools
+pkgver=2019.3
+pkgrel=1
+pkgdesc="API and commands for processing SPIR-V modules"
+arch=('x86_64')
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+groups=(vulkan-devel)
+depends=(gcc-libs)
+makedepends=(cmake python git)
+source=("git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${pkgver};
+git+https://github.com/KhronosGroup/SPIRV-Headers.git)
+sha256sums=('SKIP'
+'SKIP')
+
+build() {
+  cd SPIRV-Tools
+
+  rm -rf build && mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DSPIRV_WERROR=Off \
+  -DSPIRV-Headers_SOURCE_DIR=${srcdir}/SPIRV-Headers
+  make
+}
+
+package() {
+  cd SPIRV-Tools/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:15:21
  Author: lcarlier
Revision: 358036

upgpkg: vulkan-tools 1.1.113-1

upstream update 1.1.113

Modified:
  vulkan-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 05:07:12 UTC (rev 358035)
+++ PKGBUILD2019-07-16 05:15:21 UTC (rev 358036)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-tools
-pkgver=1.1.112
+pkgver=1.1.113
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
@@ -11,7 +11,7 @@
 makedepends=(git cmake python vulkan-headers libx11 wayland)
 
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398;)
-sha256sums=('99764c8f4d9e01aa9597f5b7c8eceac20f46745d7d327e179e329a874675cb92')
+sha256sums=('b7e000bffa1a036281dd6b06d6f09f7242bd8b8e0d084d6523ac56cd1ac9e64e')
 
 #pkgver() {
 #  cd "${srcdir}"/Vulkan-Tools*


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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:15:26
  Author: lcarlier
Revision: 358037

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 358036, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 05:15:21 UTC (rev 358036)
+++ PKGBUILD2019-07-16 05:15:26 UTC (rev 358037)
@@ -1,51 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-tools
-pkgver=1.1.112
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-pkgdesc="Vulkan Utilities and Tools"
-license=('custom')
-depends=(gcc-libs libxcb vulkan-icd-loader)
-makedepends=(git cmake python vulkan-headers libx11 wayland)
-source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398;)
-sha256sums=('99764c8f4d9e01aa9597f5b7c8eceac20f46745d7d327e179e329a874675cb92')
-
-#pkgver() {
-#  cd "${srcdir}"/Vulkan-Tools*
-#
-#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-Tools*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_CUBE=ON \
--DBUILD_VULKANINFO=ON \
--DBUILD_ICD=OFF \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}"/Vulkan-Tools*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-x86_64/PKGBUILD (from rev 358036, 
vulkan-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 05:15:26 UTC (rev 358037)
@@ -0,0 +1,51 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-tools
+pkgver=1.1.113
+pkgrel=1
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+pkgdesc="Vulkan Utilities and Tools"
+license=('custom')
+depends=(gcc-libs libxcb vulkan-icd-loader)
+makedepends=(git cmake python vulkan-headers libx11 wayland)
+source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398;)
+sha256sums=('b7e000bffa1a036281dd6b06d6f09f7242bd8b8e0d084d6523ac56cd1ac9e64e')
+
+#pkgver() {
+#  cd "${srcdir}"/Vulkan-Tools*
+#
+#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-Tools*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_CUBE=ON \
+-DBUILD_VULKANINFO=ON \
+-DBUILD_ICD=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}"/Vulkan-Tools*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in lib32-vulkan-icd-loader/repos/multilib-x86_64 (2 files)

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:13:13
  Author: lcarlier
Revision: 489898

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD
(from rev 489897, lib32-vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 05:13:08 UTC (rev 489897)
+++ PKGBUILD2019-07-16 05:13:13 UTC (rev 489898)
@@ -1,53 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-icd-loader
-pkgver=1.1.112
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
-depends=(lib32-glibc)
-optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43;)
-sha256sums=('26f8166d8bc1c4619309905263511b59c1ad1aa4177d0d3c511f46c46557b72d')
-
-#pkgver() {
-#  cd "${srcdir}/Vulkan-Loader"
-#
-#  echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  export ASFLAGS=--32
-  export CC="gcc -m32"
-  export CXX="g++ -m32"


-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD (from rev 
489897, lib32-vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 05:13:13 UTC (rev 489898)
@@ -0,0 +1,53 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-icd-loader
+pkgver=1.1.115
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
+depends=(lib32-glibc)
+optdepends=('lib32-vulkan-driver: packaged vulkan driver')
+source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43;)
+sha256sums=('25ae51a41f5df0b15d521188a3a963e7b1c4221762613852595622eafefcb600')
+
+#pkgver() {
+#  cd "${srcdir}/Vulkan-Loader"
+#
+#  echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  export ASFLAGS=--32
+  export CC="gcc -m32"
+  export CXX="g++ -m32"


+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in lib32-vulkan-icd-loader/trunk (PKGBUILD)

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:13:08
  Author: lcarlier
Revision: 489897

upgpkg: lib32-vulkan-icd-loader 1.1.115-1

upstream update 1.1.115

Modified:
  lib32-vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 04:59:52 UTC (rev 489896)
+++ PKGBUILD2019-07-16 05:13:08 UTC (rev 489897)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-icd-loader
-pkgver=1.1.112
+pkgver=1.1.115
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
@@ -12,7 +12,7 @@
 optdepends=('lib32-vulkan-driver: packaged vulkan driver')
 
source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43;)
-sha256sums=('26f8166d8bc1c4619309905263511b59c1ad1aa4177d0d3c511f46c46557b72d')
+sha256sums=('25ae51a41f5df0b15d521188a3a963e7b1c4221762613852595622eafefcb600')
 
 #pkgver() {
 #  cd "${srcdir}/Vulkan-Loader"


[arch-commits] Commit in vulkan-icd-loader/trunk (PKGBUILD)

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:07:08
  Author: lcarlier
Revision: 358034

upgpkg: vulkan-icd-loader 1.1.115-1

upstream update 1.1.115

Modified:
  vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 05:05:11 UTC (rev 358033)
+++ PKGBUILD2019-07-16 05:07:08 UTC (rev 358034)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-icd-loader
-pkgver=1.1.112
+pkgver=1.1.115
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -12,7 +12,7 @@
 optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
 
source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050;)
-sha256sums=('26f8166d8bc1c4619309905263511b59c1ad1aa4177d0d3c511f46c46557b72d')
+sha256sums=('25ae51a41f5df0b15d521188a3a963e7b1c4221762613852595622eafefcb600')
 
 #pkgver() {
 #  cd "${srcdir}"/Vulkan-Loader*


[arch-commits] Commit in vulkan-icd-loader/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:07:12
  Author: lcarlier
Revision: 358035

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD
(from rev 358034, vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 05:07:08 UTC (rev 358034)
+++ PKGBUILD2019-07-16 05:07:12 UTC (rev 358035)
@@ -1,48 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-icd-loader
-pkgver=1.1.112
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
-depends=(glibc)
-optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050;)
-sha256sums=('26f8166d8bc1c4619309905263511b59c1ad1aa4177d0d3c511f46c46557b72d')
-
-#pkgver() {
-#  cd "${srcdir}"/Vulkan-Loader*
-#
-#  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-  
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-icd-loader/repos/extra-x86_64/PKGBUILD (from rev 358034, 
vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 05:07:12 UTC (rev 358035)
@@ -0,0 +1,48 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-icd-loader
+pkgver=1.1.115
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
+depends=(glibc)
+optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
+source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050;)
+sha256sums=('25ae51a41f5df0b15d521188a3a963e7b1c4221762613852595622eafefcb600')
+
+#pkgver() {
+#  cd "${srcdir}"/Vulkan-Loader*
+#
+#  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:05:11
  Author: lcarlier
Revision: 358033

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 358032, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 05:05:06 UTC (rev 358032)
+++ PKGBUILD2019-07-16 05:05:11 UTC (rev 358033)
@@ -1,39 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.1.112
-pkgrel=1
-epoch=1
-pkgdesc="Vulkan header files"
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('APACHE')
-makedepends=(cmake git)
-provides=("vulkan-hpp=${pkgver}")
-groups=(vulkan-devel)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('612fd9a7d9b95f29253d759570f37a3dd6a073d4b2dc5e94a9734a23d9c476f5')
-
-#pkgver() {
-#  cd Vulkan-Headers*
-#
-#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd Vulkan-Headers*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers*/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 358032, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 05:05:11 UTC (rev 358033)
@@ -0,0 +1,39 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.1.115
+pkgrel=1
+epoch=1
+pkgdesc="Vulkan header files"
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('APACHE')
+makedepends=(cmake git)
+provides=("vulkan-hpp=${pkgver}")
+groups=(vulkan-devel)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
+sha256sums=('9298c9a591ecbfbe399b659eac2ae0ee8845601235859a741f38ced1a8144fe3')
+
+#pkgver() {
+#  cd Vulkan-Headers*
+#
+#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd Vulkan-Headers*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers*/build
+  
+  make DESTDIR="${pkgdir}" install
+}


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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:05:06
  Author: lcarlier
Revision: 358032

upgpkg: vulkan-headers 1:1.1.115-1

upstream update 1.1.115

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 05:03:20 UTC (rev 358031)
+++ PKGBUILD2019-07-16 05:05:06 UTC (rev 358032)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.1.112
+pkgver=1.1.115
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('612fd9a7d9b95f29253d759570f37a3dd6a073d4b2dc5e94a9734a23d9c476f5')
+sha256sums=('9298c9a591ecbfbe399b659eac2ae0ee8845601235859a741f38ced1a8144fe3')
 
 #pkgver() {
 #  cd Vulkan-Headers*


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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:03:15
  Author: lcarlier
Revision: 358030

upgpkg: vulkan-docs 1:1.1.115-1

upstream update 1.1.115

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 04:39:27 UTC (rev 358029)
+++ PKGBUILD2019-07-16 05:03:15 UTC (rev 358030)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.1.112
+pkgver=1.1.115
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -12,7 +12,7 @@
 makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
git)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('7760692b9386b45e84c5cce42a4d8df3e978f187afbfc1498b99614b33986d2a')
+sha256sums=('c5b736e272a9e03e34acf50227bc96c05b1999071884931ce07af81f2fee18ce')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"


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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 05:03:20
  Author: lcarlier
Revision: 358031

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 358030, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 05:03:15 UTC (rev 358030)
+++ PKGBUILD2019-07-16 05:03:20 UTC (rev 358031)
@@ -1,35 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.1.112
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
git)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('7760692b9386b45e84c5cce42a4d8df3e978f187afbfc1498b99614b33986d2a')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  ./makeAllExts html
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v out/*.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 358030, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 05:03:20 UTC (rev 358031)
@@ -0,0 +1,35 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.1.115
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
git)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('c5b736e272a9e03e34acf50227bc96c05b1999071884931ce07af81f2fee18ce')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts html
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  mv -v out/*.html "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}


[arch-commits] Commit in lib32-sqlite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 04:59:52
  Author: lcarlier
Revision: 489896

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD
(from rev 489895, lib32-sqlite/trunk/PKGBUILD)
Deleted:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 04:59:48 UTC (rev 489895)
+++ PKGBUILD2019-07-16 04:59:52 UTC (rev 489896)
@@ -1,59 +0,0 @@
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_srcver=328
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="https://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(https://www.sqlite.org/2019/sqlite-src-${_srcver}.zip)
-sha1sums=('21c391f177ac39750e5a8ac61d07550bf6befb4a')
-options=('!makeflags')
-
-prepare() {
-  cd "$srcdir"/sqlite-src-$_srcver
-  autoreconf -vfi
-}
-
-build() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_ENABLE_RTREE=1 \
- -DSQLITE_SECURE_DELETE \
- -DSQLITE_MAX_VARIABLE_NUMBER=25 \
- -DSQLITE_MAX_EXPR_DEPTH=1"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---disable-tcl \
---disable-static
-
-  make
-}
-
-package() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 489895, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 04:59:52 UTC (rev 489896)
@@ -0,0 +1,59 @@
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_srcver=329
+pkgver=3.29.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="https://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(https://www.sqlite.org/2019/sqlite-src-${_srcver}.zip)
+sha1sums=('e8862aa46fb70e25c8006a1fe519067a1fa9e618')
+options=('!makeflags')
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-tcl \
+--disable-static
+
+  make
+}
+
+package() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 16, 2019 @ 04:59:48
  Author: lcarlier
Revision: 489895

upgpkg: lib32-sqlite 3.29.0-1

upstreeam update 3.29.0

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 23:51:14 UTC (rev 489894)
+++ PKGBUILD2019-07-16 04:59:48 UTC (rev 489895)
@@ -4,8 +4,8 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=328
-pkgver=3.28.0
+_srcver=329
+pkgver=3.29.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(https://www.sqlite.org/2019/sqlite-src-${_srcver}.zip)
-sha1sums=('21c391f177ac39750e5a8ac61d07550bf6befb4a')
+sha1sums=('e8862aa46fb70e25c8006a1fe519067a1fa9e618')
 options=('!makeflags')
 
 prepare() {


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Tuesday, July 16, 2019 @ 04:39:17
  Author: heftig
Revision: 358028

0.3.9-1

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 04:34:09 UTC (rev 358027)
+++ PKGBUILD2019-07-16 04:39:17 UTC (rev 358028)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo-plugins
-pkgver=0.3.8
+pkgver=0.3.9
 pkgrel=1
 pkgdesc="A collection of plugins for the Grilo framework"
 url="https://gitlab.gnome.org/GNOME/grilo-plugins;
@@ -14,7 +14,7 @@
 optdepends=('dleyna-server: DLNA plugin'
 'tracker-miners: Tracker plugin')
 groups=(gnome)
-_commit=29dc976e010bfff6d0bfd92aae886944e8e708b8  # tags/grilo-plugins-0.3.8^0
+_commit=0f3bce0fcf8b157ef0e6bdcc02c0fbb92f5a26b9  # tags/grilo-plugins-0.3.9^0
 source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -34,7 +34,7 @@
 
 check() {
   # Unreliable tests using websites...
-  meson test -C build || :
+  meson test -C build --print-errorlogs || :
 }
 
 package() {


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Tuesday, July 16, 2019 @ 04:39:27
  Author: heftig
Revision: 358029

archrelease: copy trunk to extra-x86_64

Added:
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 358028, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 04:39:17 UTC (rev 358028)
+++ PKGBUILD2019-07-16 04:39:27 UTC (rev 358029)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo-plugins
-pkgver=0.3.8
-pkgrel=1
-pkgdesc="A collection of plugins for the Grilo framework"
-url="https://gitlab.gnome.org/GNOME/grilo-plugins;
-arch=(x86_64)
-license=(LGPL)
-depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint 
gst-plugins-bad
- gmime3)
-makedepends=(git meson gperf yelp-tools)
-checkdepends=(gst-plugins-good gst-plugins-base)
-optdepends=('dleyna-server: DLNA plugin'
-'tracker-miners: Tracker plugin')
-groups=(gnome)
-_commit=29dc976e010bfff6d0bfd92aae886944e8e708b8  # tags/grilo-plugins-0.3.8^0
-source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # Unreliable tests using websites...
-  meson test -C build || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: grilo-plugins/repos/extra-x86_64/PKGBUILD (from rev 358028, 
grilo-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 04:39:27 UTC (rev 358029)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.3.9
+pkgrel=1
+pkgdesc="A collection of plugins for the Grilo framework"
+url="https://gitlab.gnome.org/GNOME/grilo-plugins;
+arch=(x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint 
gst-plugins-bad
+ gmime3)
+makedepends=(git meson gperf yelp-tools)
+checkdepends=(gst-plugins-good gst-plugins-base)
+optdepends=('dleyna-server: DLNA plugin'
+'tracker-miners: Tracker plugin')
+groups=(gnome)
+_commit=0f3bce0fcf8b157ef0e6bdcc02c0fbb92f5a26b9  # tags/grilo-plugins-0.3.9^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # Unreliable tests using websites...
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Tuesday, July 16, 2019 @ 04:34:09
  Author: heftig
Revision: 358027

archrelease: copy trunk to extra-x86_64

Added:
  gnome-builder/repos/extra-x86_64/PKGBUILD
(from rev 358025, gnome-builder/trunk/PKGBUILD)
Deleted:
  gnome-builder/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 04:34:09 UTC (rev 358026)
+++ PKGBUILD2019-07-16 04:34:09 UTC (rev 358027)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.32.3
-pkgrel=2
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils ctags
- libpeas vte3 vala python-jedi autoconf-archive sysprof 
flatpak-builder gspell libdazzle
- template-glib jsonrpc-glib python-sphinx webkit2gtk glade python-lxml 
meson)
-makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
- python-sphinx_rtd_theme)
-checkdepends=(xorg-server-xvfb)
-optdepends=('gnome-code-assistance: Legacy assistance services')
-groups=(gnome-extra)
-_commit=da17179909ec1a1fbcb8aa713978804e970058a5  # tags/3.32.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D help=true
-  ninja -C build
-}
-
-check() {
-  xvfb-run meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-builder/repos/extra-x86_64/PKGBUILD (from rev 358025, 
gnome-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 04:34:09 UTC (rev 358027)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.32.4
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils ctags
+ libpeas vte3 vala python-jedi autoconf-archive sysprof 
flatpak-builder gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx webkit2gtk glade python-lxml 
meson)
+makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
+ python-sphinx_rtd_theme)
+checkdepends=(xorg-server-xvfb)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=6854e08c105feb655ca3ad3253dd3571b838cabe  # tags/3.32.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D help=true
+  ninja -C build
+}
+
+check() {
+  xvfb-run meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Tuesday, July 16, 2019 @ 04:33:56
  Author: heftig
Revision: 358025

3.32.4-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-16 04:30:46 UTC (rev 358024)
+++ PKGBUILD2019-07-16 04:33:56 UTC (rev 358025)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.32.3
-pkgrel=2
+pkgver=3.32.4
+pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(x86_64)
@@ -15,7 +15,7 @@
 checkdepends=(xorg-server-xvfb)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=da17179909ec1a1fbcb8aa713978804e970058a5  # tags/3.32.3^0
+_commit=6854e08c105feb655ca3ad3253dd3571b838cabe  # tags/3.32.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Tuesday, July 16, 2019 @ 04:34:09
  Author: heftig
Revision: 358026

archrelease: copy trunk to extra-x86_64

Added:
  grilo/repos/extra-x86_64/PKGBUILD
(from rev 358025, grilo/trunk/PKGBUILD)
Deleted:
  grilo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 04:33:56 UTC (rev 358025)
+++ PKGBUILD2019-07-16 04:34:09 UTC (rev 358026)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo
-pkgver=0.3.7
-pkgrel=1
-pkgdesc="Framework that provides access to various sources of multimedia 
content"
-url="https://wiki.gnome.org/Projects/Grilo;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
-makedepends=(gobject-introspection gtk-doc vala git meson)
-optdepends=('grilo-plugins: Plugins for grilo')
-_commit=019a838f7752b42d9766e0f2f898ae0315666c3a  # tags/grilo-0.3.7^0
-source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^grilo-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 358025, 
grilo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 04:34:09 UTC (rev 358026)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="https://wiki.gnome.org/Projects/Grilo;
+arch=(x86_64)
+license=(LGPL)
+depends=(libxml2 libsoup liboauth totem-plparser)
+makedepends=(gobject-introspection gtk-doc vala git meson gtk3)
+optdepends=('grilo-plugins: Plugins for grilo'
+'gtk3: Test UI')
+_commit=5a751bfae88be9c1724838c1cbbeded9b6d03760  # tags/grilo-0.3.8^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Tuesday, July 16, 2019 @ 04:30:46
  Author: heftig
Revision: 358024

0.3.8-1

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 20:08:07 UTC (rev 358023)
+++ PKGBUILD2019-07-16 04:30:46 UTC (rev 358024)
@@ -1,16 +1,17 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo
-pkgver=0.3.7
+pkgver=0.3.8
 pkgrel=1
 pkgdesc="Framework that provides access to various sources of multimedia 
content"
 url="https://wiki.gnome.org/Projects/Grilo;
 arch=(x86_64)
 license=(LGPL)
-depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
-makedepends=(gobject-introspection gtk-doc vala git meson)
-optdepends=('grilo-plugins: Plugins for grilo')
-_commit=019a838f7752b42d9766e0f2f898ae0315666c3a  # tags/grilo-0.3.7^0
+depends=(libxml2 libsoup liboauth totem-plparser)
+makedepends=(gobject-introspection gtk-doc vala git meson gtk3)
+optdepends=('grilo-plugins: Plugins for grilo'
+'gtk3: Test UI')
+_commit=5a751bfae88be9c1724838c1cbbeded9b6d03760  # tags/grilo-0.3.8^0
 source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,12 +25,12 @@
 }
 
 build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
+  arch-meson $pkgname build
   ninja -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {


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

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 23:50:44
  Author: ainola
Revision: 489892

waybar: move spdlog from deps to makedeps

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 23:45:54 UTC (rev 489891)
+++ PKGBUILD2019-07-15 23:50:44 UTC (rev 489892)
@@ -2,7 +2,7 @@
 
 pkgname=waybar
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/;
@@ -14,11 +14,11 @@
 'libdbusmenu-gtk3'
 'libpulse'
 'libmpdclient'
-'spdlog'
 )
 # Sway is needed for building support for workspace and window title modules
 makedepends=(
 'meson'
+'spdlog'
 'sway'
 )
 optdepends=(


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

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 23:50:51
  Author: ainola
Revision: 489893

archrelease: copy trunk to community-staging-x86_64

Added:
  waybar/repos/community-staging-x86_64/PKGBUILD
(from rev 489892, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 23:50:44 UTC (rev 489892)
+++ PKGBUILD2019-07-15 23:50:51 UTC (rev 489893)
@@ -1,40 +0,0 @@
-# Maintainer: Brett Cornwall 
-
-pkgname=waybar
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/;
-license=('MIT')
-depends=(
-'fmt'
-'gtkmm3'
-'jsoncpp'
-'libdbusmenu-gtk3'
-'libpulse'
-'libmpdclient'
-'spdlog'
-)
-# Sway is needed for building support for workspace and window title modules
-makedepends=(
-'meson'
-'sway'
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;)
-sha256sums=('5100ea9a2ebd2326c791c05d68fc692eaf8c500b21850758205a0a61a0dc77de')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr build
-ninja -C build
-}
-
-package() {
-cd "Waybar-$pkgver"
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: waybar/repos/community-staging-x86_64/PKGBUILD (from rev 489892, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 23:50:51 UTC (rev 489893)
@@ -0,0 +1,40 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=waybar
+pkgver=0.7.1
+pkgrel=2
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'fmt'
+'gtkmm3'
+'jsoncpp'
+'libdbusmenu-gtk3'
+'libpulse'
+'libmpdclient'
+)
+# Sway is needed for building support for workspace and window title modules
+makedepends=(
+'meson'
+'spdlog'
+'sway'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;)
+sha256sums=('5100ea9a2ebd2326c791c05d68fc692eaf8c500b21850758205a0a61a0dc77de')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in spdlog/repos/community-staging-any (3 files)

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 23:43:52
  Author: ainola
Revision: 489890

archrelease: copy trunk to community-staging-any

Added:
  spdlog/repos/community-staging-any/PKGBUILD
(from rev 489889, spdlog/trunk/PKGBUILD)
Deleted:
  spdlog/repos/community-staging-any/PKGBUILD
  spdlog/repos/community-staging-any/rm_bundled_fmt.patch

--+
 PKGBUILD |   95 ++---
 rm_bundled_fmt.patch |   34 -
 2 files changed, 43 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 23:43:45 UTC (rev 489889)
+++ PKGBUILD2019-07-15 23:43:52 UTC (rev 489890)
@@ -1,52 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Luca Weiss
-# Contributor: Michael Yang
-
-pkgname=spdlog
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Very fast, header-only/compiled, C++ logging library'
-arch=('any')
-url='https://github.com/gabime/spdlog'
-license=('MIT')
-makedepends=('cmake' 'fmt')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;
-rm_bundled_fmt.patch
-)
-sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70'
-'2eee548ad3b12f48c1e6175a0af4f94d942244d4b2eb8351fccac6f53523b80c')
-
-prepare() {
-mkdir -p build
-
-# Don't duplicate code from another project...
-# https://github.com/gabime/spdlog/issues/1146
-patch -d "$pkgname-$pkgver" -p1 < rm_bundled_fmt.patch
-}
-
-build() {
-cd build
-cmake ../"$pkgname-$pkgver" \
--DSPDLOG_BUILD_BENCH=OFF \
--DSPDLOG_BUILD_EXAMPLES=OFF \
--DSPDLOG_FMT_EXTERNAL=ON \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-make
-}
-
-check() {
-cd build
-make test
-}
-
-package() {
-cd build
-make DESTDIR="$pkgdir" install
-install -Dm644 ../"$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-# Prevent usage of these bundled headers
-rm -r "$pkgdir/usr/include/spdlog/fmt/bundled/"
-}

Copied: spdlog/repos/community-staging-any/PKGBUILD (from rev 489889, 
spdlog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 23:43:52 UTC (rev 489890)
@@ -0,0 +1,43 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Luca Weiss
+# Contributor: Michael Yang
+
+pkgname=spdlog
+pkgver=1.3.1
+pkgrel=3
+pkgdesc='Very fast, header-only/compiled, C++ logging library'
+arch=('any')
+url='https://github.com/gabime/spdlog'
+license=('MIT')
+makedepends=('cmake' 'fmt')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;
+)
+sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70')
+
+prepare() {
+mkdir build
+}
+
+build() {
+cd build
+cmake ../"$pkgname-$pkgver" \
+-DSPDLOG_BUILD_BENCH=OFF \
+-DSPDLOG_BUILD_EXAMPLES=OFF \
+-DSPDLOG_FMT_EXTERNAL=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make
+}
+
+check() {
+cd build
+make test
+}
+
+package() {
+cd build
+make DESTDIR="$pkgdir" install
+install -Dm644 ../"$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}

Deleted: rm_bundled_fmt.patch
===
--- rm_bundled_fmt.patch2019-07-15 23:43:45 UTC (rev 489889)
+++ rm_bundled_fmt.patch2019-07-15 23:43:52 UTC (rev 489890)
@@ -1,34 +0,0 @@
 a/include/spdlog/fmt/fmt.h 2019-01-18 03:13:07.0 -0700
-+++ b/include/spdlog/fmt/fmt.h 2019-07-15 08:26:04.026378588 -0600
-@@ -10,16 +10,5 @@
- // By default spdlog include its own copy.
- //
- 
--#if !defined(SPDLOG_FMT_EXTERNAL)
--#ifndef FMT_HEADER_ONLY
--#define FMT_HEADER_ONLY
--#endif
--#ifndef FMT_USE_WINDOWS_H
--#define FMT_USE_WINDOWS_H 0
--#endif
--#include "bundled/core.h"
--#include "bundled/format.h"
--#else // external fmtlib
- #include 
- #include 
--#endif
 a/include/spdlog/fmt/ostr.h2019-01-18 03:13:07.0 -0700
-+++ b/include/spdlog/fmt/ostr.h2019-07-15 08:26:48.034108854 -0600
-@@ -7,12 +7,4 @@
- //
- // include bundled or external copy of fmtlib's ostream support
- //
--#if !defined(SPDLOG_FMT_EXTERNAL)
--#ifndef FMT_HEADER_ONLY
--#define FMT_HEADER_ONLY
--#endif
--#include "bundled/ostream.h"
--#include "fmt.h"
--#else
- #include 
--#endif


[arch-commits] Commit in spdlog/trunk (rm_bundled_fmt.patch)

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 23:43:45
  Author: ainola
Revision: 489889

spdlog: rm rm_bundled_fmt.patch

Deleted:
  spdlog/trunk/rm_bundled_fmt.patch

--+
 rm_bundled_fmt.patch |   34 --
 1 file changed, 34 deletions(-)

Deleted: rm_bundled_fmt.patch
===
--- rm_bundled_fmt.patch2019-07-15 23:42:59 UTC (rev 489888)
+++ rm_bundled_fmt.patch2019-07-15 23:43:45 UTC (rev 489889)
@@ -1,34 +0,0 @@
 a/include/spdlog/fmt/fmt.h 2019-01-18 03:13:07.0 -0700
-+++ b/include/spdlog/fmt/fmt.h 2019-07-15 08:26:04.026378588 -0600
-@@ -10,16 +10,5 @@
- // By default spdlog include its own copy.
- //
- 
--#if !defined(SPDLOG_FMT_EXTERNAL)
--#ifndef FMT_HEADER_ONLY
--#define FMT_HEADER_ONLY
--#endif
--#ifndef FMT_USE_WINDOWS_H
--#define FMT_USE_WINDOWS_H 0
--#endif
--#include "bundled/core.h"
--#include "bundled/format.h"
--#else // external fmtlib
- #include 
- #include 
--#endif
 a/include/spdlog/fmt/ostr.h2019-01-18 03:13:07.0 -0700
-+++ b/include/spdlog/fmt/ostr.h2019-07-15 08:26:48.034108854 -0600
-@@ -7,12 +7,4 @@
- //
- // include bundled or external copy of fmtlib's ostream support
- //
--#if !defined(SPDLOG_FMT_EXTERNAL)
--#ifndef FMT_HEADER_ONLY
--#define FMT_HEADER_ONLY
--#endif
--#include "bundled/ostream.h"
--#include "fmt.h"
--#else
- #include 
--#endif


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

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 23:42:59
  Author: ainola
Revision: 489888

spdlog: Don't patch out bundled fmt headers

Modified:
  spdlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 21:13:51 UTC (rev 489887)
+++ PKGBUILD2019-07-15 23:42:59 UTC (rev 489888)
@@ -4,7 +4,7 @@
 
 pkgname=spdlog
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Very fast, header-only/compiled, C++ logging library'
 arch=('any')
 url='https://github.com/gabime/spdlog'
@@ -12,17 +12,11 @@
 makedepends=('cmake' 'fmt')
 source=(
 
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;
-rm_bundled_fmt.patch
 )
-sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70'
-'2eee548ad3b12f48c1e6175a0af4f94d942244d4b2eb8351fccac6f53523b80c')
+sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70')
 
 prepare() {
-mkdir -p build
-
-# Don't duplicate code from another project...
-# https://github.com/gabime/spdlog/issues/1146
-patch -d "$pkgname-$pkgver" -p1 < rm_bundled_fmt.patch
+mkdir build
 }
 
 build() {
@@ -46,7 +40,4 @@
 cd build
 make DESTDIR="$pkgdir" install
 install -Dm644 ../"$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-# Prevent usage of these bundled headers
-rm -r "$pkgdir/usr/include/spdlog/fmt/bundled/"
 }


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

2019-07-15 Thread David Runge via arch-commits
Date: Monday, July 15, 2019 @ 21:13:42
  Author: dvzrv
Revision: 489886

upgpkg: cacti 1.2.5-1

Upgrading to 1.2.5.

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 20:18:13 UTC (rev 489885)
+++ PKGBUILD2019-07-15 21:13:42 UTC (rev 489886)
@@ -3,7 +3,7 @@
 # Contributor: tuxbubling 
 
 pkgname=cacti
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc="Network graphing solution using RRDTool"
 arch=('any')
@@ -20,7 +20,7 @@
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
 install="${pkgname}.install"
-sha512sums=('b3b296a59eb5ba2c83ddc4fb7c44f121808a5444daa9d87cf4be5364d80ed91034b0ea1a68e117a555e87a5ae574e8de890ddbc16fe543b4c4888ecb259efbe5'
+sha512sums=('991847ded6045c8c6111c58c5f8687f2497183a545158924bba92ee5d0b7de3e658ddbfce6f59c651fa29118aedb271a438c5668a3db4b93f97f82fe721f0a32'
 
'a87241b12226fcad9e161d0f4cd344161015b5fa8e2f1f3af4431d22bd87aad8a4f9553226baed98d48376819e75266a50fd796b1c884b4e597ccf38a5e4de01'
 
'847e2b791de44d0790a2fdb81c77c8af9a66da9d44500f3f8a8d1c0f406d3a20082cc8fef1c6afe4de93ad989d35c79c9809abe14693a9ac6ea74d4696e3b6c1'
 
'e833e411f74e3c32589ba83cb1b2f28ca9b35931626480ab7daa63420d47ecfc3061e6703323646b69e1d98536b6f3afdd36faa483fb13aac9b818af0c6e')


[arch-commits] Commit in cacti/repos/community-any (10 files)

2019-07-15 Thread David Runge via arch-commits
Date: Monday, July 15, 2019 @ 21:13:51
  Author: dvzrv
Revision: 489887

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 489886, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/cacti.install
(from rev 489886, cacti/trunk/cacti.install)
  cacti/repos/community-any/cacti.sysusers
(from rev 489886, cacti/trunk/cacti.sysusers)
  cacti/repos/community-any/cacti.tmpfiles
(from rev 489886, cacti/trunk/cacti.tmpfiles)
  cacti/repos/community-any/cacti.uwsgi
(from rev 489886, cacti/trunk/cacti.uwsgi)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/cacti.install
  cacti/repos/community-any/cacti.sysusers
  cacti/repos/community-any/cacti.tmpfiles
  cacti/repos/community-any/cacti.uwsgi

+
 PKGBUILD   |  322 +++
 cacti.install  |   18 +--
 cacti.sysusers |2 
 cacti.tmpfiles |   34 ++---
 cacti.uwsgi|   76 ++--
 5 files changed, 226 insertions(+), 226 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 21:13:42 UTC (rev 489886)
+++ PKGBUILD2019-07-15 21:13:51 UTC (rev 489887)
@@ -1,161 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: tuxbubling 
-
-pkgname=cacti
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="Network graphing solution using RRDTool"
-arch=('any')
-url="https://www.cacti.net;
-license=('GPL2')
-depends=('php-gd' 'php-snmp' 'rrdtool' 'ttf-dejavu')
-optdepends=('mariadb: use local MySQL server'
-'php-fpm: run in fastCGI process manager'
-'uwsgi: run as local application container')
-backup=('etc/webapps/cacti/.htaccess'
-'etc/webapps/cacti/config.php')
-source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
-"${pkgname}.uwsgi"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-install="${pkgname}.install"
-sha512sums=('b3b296a59eb5ba2c83ddc4fb7c44f121808a5444daa9d87cf4be5364d80ed91034b0ea1a68e117a555e87a5ae574e8de890ddbc16fe543b4c4888ecb259efbe5'
-
'a87241b12226fcad9e161d0f4cd344161015b5fa8e2f1f3af4431d22bd87aad8a4f9553226baed98d48376819e75266a50fd796b1c884b4e597ccf38a5e4de01'
-
'847e2b791de44d0790a2fdb81c77c8af9a66da9d44500f3f8a8d1c0f406d3a20082cc8fef1c6afe4de93ad989d35c79c9809abe14693a9ac6ea74d4696e3b6c1'
-
'e833e411f74e3c32589ba83cb1b2f28ca9b35931626480ab7daa63420d47ecfc3061e6703323646b69e1d98536b6f3afdd36faa483fb13aac9b818af0c6e')
-
-prepare() {
-  # adding default .htaccess
-  echo "Require all denied" > "${pkgname}-htaccess"
-  cd "${pkgname}-${pkgver}"
-  # setting correct install path for spine
-  sed -e 's|/usr/local/spine/bin/spine|/usr/bin/spine|g' \
-  -i install/functions.php
-  # setting correct path for dejavu font
-  sed -e 's|/usr/share/fonts/dejavu/|/usr/share/fonts/TTF/|g' -i lib/rrd.php
-  # remove unneeded executable bits
-  find . -executable -type f -and -not -path "*scripts*" -exec chmod -c 644 {} 
\;
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # webapp
-  install -vDm 644 include/config.php -t "${pkgdir}/etc/webapps/${pkgname}"
-  rm -v include/config.php
-  install -vDm 644 *.{php,sql} -t "${pkgdir}/usr/share/webapps/${pkgname}"
-  install -vDm 644 cli/{*.php,.htaccess} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/cli"
-  install -vDm 644 docs/*.{css,html,sql} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/docs"
-  install -vDm 644 docs/images/*.png \
--t "${pkgdir}/usr/share/webapps/${pkgname}/docs/images"
-  install -vDm 644 formats/*.{format,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/formats"
-  install -vDm 644 images/*.{gif,ico,png,svg} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/images"
-  install -vDm 644 include/{*.{php,js},cacti_version} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include"
-  install -vDm 644 include/content/{*.{html,php},README} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/content"
-  install -vDm 644 include/fa/index.php \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa"
-  install -vDm 644 include/fa/css/*.{css,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/css"
-  install -vDm 644 include/fa/less/*.{less,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/less"
-  install -vDm 644 include/fa/scss/*.{php,scss} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/scss"
-  install -vDm 644 include/fa/webfonts/*.{eot,php,svg,ttf,woff,woff2} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/webfonts"
-  install -vDm 644 include/fonts/*.ttf \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fonts"
-  install -vDm 644 include/js/*.{js,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/js"
-  install -vDm 644 include/js/LC_MESSAGES/*.{js,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/js/LC_MESSAGES"
-  

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

2019-07-15 Thread Anatol Pomozov via arch-commits
Date: Monday, July 15, 2019 @ 20:18:13
  Author: anatolik
Revision: 489885

archrelease: copy trunk to community-testing-x86_64

Added:
  fossil/repos/community-testing-x86_64/
  fossil/repos/community-testing-x86_64/PKGBUILD
(from rev 489884, fossil/trunk/PKGBUILD)
  fossil/repos/community-testing-x86_64/fossil-xinetd
(from rev 489884, fossil/trunk/fossil-xinetd)
  fossil/repos/community-testing-x86_64/fossil.service
(from rev 489884, fossil/trunk/fossil.service)
  fossil/repos/community-testing-x86_64/fossil.socket
(from rev 489884, fossil/trunk/fossil.socket)

+
 PKGBUILD   |   44 
 fossil-xinetd  |   23 +++
 fossil.service |   11 +++
 fossil.socket  |   10 ++
 4 files changed, 88 insertions(+)

Copied: fossil/repos/community-testing-x86_64/PKGBUILD (from rev 489884, 
fossil/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-15 20:18:13 UTC (rev 489885)
@@ -0,0 +1,44 @@
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=2.9
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(x86_64)
+license=(BSD)
+url='https://www.fossil-scm.org'
+depends=(openssl zlib sqlite)
+makedepends=(tcl)
+optdepends=(tcl)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  https://www.fossil-scm.org/index.html/uv/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'1cb2ada92d43e3e7e008fe77f5e743d301c7ea34d4c36c42f255f873e73d8b4f')
+
+build() {
+  cd fossil-$pkgver
+  ./configure --prefix=/usr --json --disable-internal-sqlite --with-tcl=/usr 
--with-tcl-private-stubs=1
+  # headers and translate targets are problematic with parallel jobs
+  #make -j1 bld bld/headers
+  make
+}
+
+package() {
+  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
+  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
+  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
+
+  cd fossil-$pkgver
+  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
+  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
+  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: fossil/repos/community-testing-x86_64/fossil-xinetd (from rev 489884, 
fossil/trunk/fossil-xinetd)
===
--- community-testing-x86_64/fossil-xinetd  (rev 0)
+++ community-testing-x86_64/fossil-xinetd  2019-07-15 20:18:13 UTC (rev 
489885)
@@ -0,0 +1,23 @@
+service fossil
+{
+#better not change any of these
+type = UNLISTED
+socket_type = stream
+protocol = tcp
+wait = no
+user = root
+server = /usr/bin/fossil
+
+#only change these
+#http port, fossil will listen
+port = 8055
+
+#change this path to where your fossil repositories are
+server_args = http /var/fossil
+
+#comment next line to enable remote access
+only_from = 127.0.0.1 localhost
+
+#change to `no` to activate fossil
+disable = yes
+}

Copied: fossil/repos/community-testing-x86_64/fossil.service (from rev 489884, 
fossil/trunk/fossil.service)
===
--- community-testing-x86_64/fossil.service (rev 0)
+++ community-testing-x86_64/fossil.service 2019-07-15 20:18:13 UTC (rev 
489885)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fossil service
+
+[Service]
+# /var/fossil is the default path to fossil repositories
+ExecStart=-/usr/bin/fossil http /var/fossil
+StandardInput=socket
+# Uncomment this line to use fossil with URL prefix
+# This allows fossil to generate correct hyperlinks and redirects when
+# hosted within virtual directory (e.g. nginx reverse-proxy setups)
+#Environment=SCRIPT_NAME=/fossil

Copied: fossil/repos/community-testing-x86_64/fossil.socket (from rev 489884, 
fossil/trunk/fossil.socket)
===
--- community-testing-x86_64/fossil.socket  (rev 0)
+++ community-testing-x86_64/fossil.socket  2019-07-15 20:18:13 UTC (rev 
489885)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Fossil socket
+
+[Socket]
+# TCP port to listen on
+ListenStream=8055
+Accept=yes
+
+[Install]
+WantedBy=sockets.target


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

2019-07-15 Thread Anatol Pomozov via arch-commits
Date: Monday, July 15, 2019 @ 20:17:41
  Author: anatolik
Revision: 489884

upgpkg: fossil 2.9-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 20:15:05 UTC (rev 489883)
+++ PKGBUILD2019-07-15 20:17:41 UTC (rev 489884)
@@ -3,7 +3,7 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(x86_64)
@@ -22,7 +22,7 @@
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'6a32bec73de26ff5cc8bbb0b7b45360f4e4145931fd215ed91414ed190b3715d')
+'1cb2ada92d43e3e7e008fe77f5e743d301c7ea34d4c36c42f255f873e73d8b4f')
 
 build() {
   cd fossil-$pkgver


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

2019-07-15 Thread Anatol Pomozov via arch-commits
Date: Monday, July 15, 2019 @ 20:15:05
  Author: anatolik
Revision: 489883

archrelease: copy trunk to community-testing-x86_64

Added:
  fio/repos/community-testing-x86_64/
  fio/repos/community-testing-x86_64/PKGBUILD
(from rev 489882, fio/trunk/PKGBUILD)

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

Copied: fio/repos/community-testing-x86_64/PKGBUILD (from rev 489882, 
fio/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-15 20:15:05 UTC (rev 489883)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=3.15
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('1b248dd4597a0915225cd606705bdd917fb15b210511e879c050771cceba3598')
+
+prepare() {
+  cd fio-fio-$pkgver
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2019-07-15 Thread Anatol Pomozov via arch-commits
Date: Monday, July 15, 2019 @ 20:14:44
  Author: anatolik
Revision: 489882

upgpkg: fio 3.15-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 19:48:18 UTC (rev 489881)
+++ PKGBUILD2019-07-15 20:14:44 UTC (rev 489882)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.14
+pkgver=3.15
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -16,17 +16,11 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
-
fix_glusterfs.patch::https://github.com/axboe/fio/commit/ce4d13ca162df4127ec3b5911553802c53396705.patch)
-sha256sums=('d8abdbdab457164243496ca813f6313a7423d384cc70be063811568443475343'
-'c2bcb3421f1fa838759dc5d9055ab9d4c099bb4c94f7ed321b70c401f95aad48')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('1b248dd4597a0915225cd606705bdd917fb15b210511e879c050771cceba3598')
 
 prepare() {
   cd fio-fio-$pkgver
-
-  # https://github.com/axboe/fio/issues/781
-  patch -p1 < ../fix_glusterfs.patch
-
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
 }
 


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

2019-07-15 Thread Anatol Pomozov via arch-commits
Date: Monday, July 15, 2019 @ 20:08:07
  Author: anatolik
Revision: 358023

archrelease: copy trunk to testing-x86_64

Added:
  strace/repos/testing-x86_64/
  strace/repos/testing-x86_64/PKGBUILD
(from rev 358022, strace/trunk/PKGBUILD)

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

Copied: strace/repos/testing-x86_64/PKGBUILD (from rev 358022, 
strace/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-15 20:08:07 UTC (rev 358023)
@@ -0,0 +1,34 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=5.2
+pkgrel=1
+pkgdesc='A diagnostic, debugging and instructional userspace tracer'
+arch=(x86_64)
+url='https://strace.io/'
+license=(BSD)
+depends=(perl libunwind)
+source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
+sha1sums=('64eb4d62f055bde0c6b00be3137c5cae64e16841'
+  'SKIP')
+validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-libunwind
+  make
+}
+
+check() {
+  # tests do not work in chroot environment. TODO: fixit.
+  # make -C $pkgname-$pkgver check
+  true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-15 Thread Anatol Pomozov via arch-commits
Date: Monday, July 15, 2019 @ 20:07:46
  Author: anatolik
Revision: 358022

upgpkg: strace 5.2-1

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 17:34:55 UTC (rev 358021)
+++ PKGBUILD2019-07-15 20:07:46 UTC (rev 358022)
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc='A diagnostic, debugging and instructional userspace tracer'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(BSD)
 depends=(perl libunwind)
 
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha1sums=('6474260dcc66aa1f591acee31ae6a1a457b34656'
+sha1sums=('64eb4d62f055bde0c6b00be3137c5cae64e16841'
   'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 


[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2019-07-15 Thread Eli Schwartz via arch-commits
Date: Monday, July 15, 2019 @ 19:48:18
  Author: eschwartz
Revision: 489881

Revert r471985: the isl website does not support https

The changing checksum indicates that what is actually downloaded is an html
page -- due to a redirect to the http-only frontpage.

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 18:10:39 UTC (rev 489880)
+++ PKGBUILD2019-07-15 19:48:18 UTC (rev 489881)
@@ -9,7 +9,7 @@
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(x86_64)
-url='https://gcc.gnu.org/'
+url='http://gcc.gnu.org/'
 license=(GPL LGPL FDL)
 depends=($_target-binutils zlib libmpc)
 makedepends=(gmp mpfr $_target-newlib)
@@ -17,10 +17,10 @@
 options=(!emptydirs !strip)
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-   https://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+   http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
 sha256sums=('79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0'
 'SKIP'
-'939f524d62ea7738c505aee4cb355107c57c3cc748fa90af2092cf9925687839')
+'d18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

 
 if [ -n "$_snapshot" ]; then


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Monday, July 15, 2019 @ 18:10:39
  Author: heftig
Revision: 489880

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 489879, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 489879, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 489879, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 489879, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 489879, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   56 +
 PKGBUILD   |  359 
 firefox-developer-edition.desktop  |  651 +++
 firefox-install-dir.patch  |   85 -
 firefox-symbolic.svg   |  128 +-
 5 files changed, 684 insertions(+), 595 deletions(-)

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 489879, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-07-15 
18:10:39 UTC (rev 489880)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index 0b808ef215f06..28911c0ffeaec 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+index 0686ff814916b..ae4a4ea55f420 100644
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ #include "ScreenHelperGTK.h"
+ #include "HeadlessScreenHelper.h"
+ #include "mozilla/widget/ScreenManager.h"
+@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
+ // option when program uses gdk_set_program_class().
+ //
+ // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
+-nsAutoString brandName;
+-mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
+-if (!brandName.IsEmpty()) {
+-  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
++if (gAppData) {
++  gdk_set_program_class(gAppData->remotingName);
+ }
+   }
+ 
+-- 
+2.21.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 18:08:15 UTC (rev 489879)
+++ PKGBUILD2019-07-15 18:10:39 UTC (rev 489880)
@@ -1,178 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=69.0b4
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 

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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Monday, July 15, 2019 @ 18:08:15
  Author: heftig
Revision: 489879

69.0b4-2

Added:
  
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch
Modified:
  firefox-developer-edition/trunk/PKGBUILD
  firefox-developer-edition/trunk/firefox-developer-edition.desktop
  firefox-developer-edition/trunk/firefox-install-dir.patch

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   56 +++
 PKGBUILD   |   51 +++--
 firefox-developer-edition.desktop  |   43 +--
 firefox-install-dir.patch  |   51 ++---
 4 files changed, 145 insertions(+), 56 deletions(-)

Added: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-07-15 
18:08:15 UTC (rev 489879)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index 0b808ef215f06..28911c0ffeaec 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+index 0686ff814916b..ae4a4ea55f420 100644
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ #include "ScreenHelperGTK.h"
+ #include "HeadlessScreenHelper.h"
+ #include "mozilla/widget/ScreenManager.h"
+@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
+ // option when program uses gdk_set_program_class().
+ //
+ // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
+-nsAutoString brandName;
+-mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
+-if (!brandName.IsEmpty()) {
+-  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
++if (gAppData) {
++  gdk_set_program_class(gAppData->remotingName);
+ }
+   }
+ 
+-- 
+2.21.0
+

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 15:50:11 UTC (rev 489878)
+++ PKGBUILD2019-07-15 18:08:15 UTC (rev 489879)
@@ -3,32 +3,34 @@
 
 pkgname=firefox-developer-edition
 pkgver=69.0b4
-pkgrel=1
+pkgrel=2
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
 license=('MPL' 'GPL' 'LGPL')
 url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
+depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 
'dbus-glib'
+ 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
+makedepends=('unzip' 'zip' 'diffutils' 'python2-setuptools' 'yasm' 'mesa' 
'imake' 'inetutils'
+ 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'clang' 'llvm' 'jack' 
'gtk2'
+ 'python' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
 'pulseaudio: Audio support'
 'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
+'hunspell-en_US: Spell checking, American English')
 replaces=('firefox-developer')
 options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-

[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Monday, July 15, 2019 @ 17:34:55
  Author: lcarlier
Revision: 358021

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 358020, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 358020, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-07-15 17:34:55 UTC (rev 358021)
@@ -0,0 +1,86 @@
+# Maintainer: Thomas Bächler 
+
+pkgbase=linux-firmware
+pkgname=(linux-firmware amd-ucode)
+_commit=d52556e4592e64023157a83fb0f483661f23ac0e
+pkgver=20190712.d52556e
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+options=(!strip)
+validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed;)
+
+prepare() {
+  echo ${pkgbase}
+
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  mkdir -p kernel/x86/microcode
+  cat ${pkgbase}/amd-ucode/microcode_amd*.bin > 
kernel/x86/microcode/AuthenticAMD.bin
+  # Make the .bin reproducible 
+  [ ! -z $SOURCE_DATE_EPOCH ] && touch -d @$SOURCE_DATE_EPOCH 
kernel/x86/microcode/AuthenticAMD.bin
+  echo kernel/x86/microcode/AuthenticAMD.bin | bsdcpio -o -H newc -R 0:0 > 
amd-ucode.img
+}
+
+package_linux-firmware() {
+  groups=('base')
+  conflicts=('linux-firmware-git'
+ 'kernel26-firmware'
+ 'ar9170-fw'
+ 'iwlwifi-1000-ucode'
+ 'iwlwifi-3945-ucode'
+ 'iwlwifi-4965-ucode'
+ 'iwlwifi-5000-ucode'
+ 'iwlwifi-5150-ucode'
+ 'iwlwifi-6000-ucode'
+ 'rt2870usb-fw'
+ 'rt2x00-rt61-fw'
+ 'rt2x00-rt71w-fw')
+  replaces=('kernel26-firmware'
+'ar9170-fw'
+'iwlwifi-1000-ucode'
+'iwlwifi-3945-ucode'
+'iwlwifi-4965-ucode'
+'iwlwifi-5000-ucode'
+'iwlwifi-5150-ucode'
+'iwlwifi-6000-ucode'
+'rt2870usb-fw'
+'rt2x00-rt61-fw'
+'rt2x00-rt71w-fw')
+
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+
+package_amd-ucode() {
+  pkgdesc='Microcode update files for AMD CPUs'
+
+  install -D -m0644 amd-ucode.img "${pkgdir}"/boot/amd-ucode.img  
+  install -D -m0644 "${srcdir}/${pkgbase}/LICENSE.amd-ucode" 
"${pkgdir}/usr/share/licenses/amd-ucode/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('SKIP')


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

2019-07-15 Thread Laurent Carlier via arch-commits
Date: Monday, July 15, 2019 @ 17:34:51
  Author: lcarlier
Revision: 358020

upgpkg: linux-firmware 20190712.d52556e-1

sync with upstream

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 11:57:19 UTC (rev 358019)
+++ PKGBUILD2019-07-15 17:34:51 UTC (rev 358020)
@@ -2,8 +2,8 @@
 
 pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
-_commit=70e43940b05e8d6e0c5f15b5e2d67760f1581ece
-pkgver=20190628.70e4394
+_commit=d52556e4592e64023157a83fb0f483661f23ac0e
+pkgver=20190712.d52556e
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)

2019-07-15 Thread Daniel Bermond via arch-commits
Date: Monday, July 15, 2019 @ 15:50:11
  Author: dbermond
Revision: 489878

archrelease: copy trunk to community-x86_64

Added:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 489877, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 15:49:42 UTC (rev 489877)
+++ PKGBUILD2019-07-15 15:50:11 UTC (rev 489878)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-_srcname=compute-runtime
-pkgname=intel-${_srcname}
-pkgver=19.26.13286
-pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
-arch=(x86_64)
-url="https://01.org/compute-runtime;
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva)
-optdepends=('libva: for cl_intel_va_api_media_sharing'
-'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver)
-source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('74ab6290300b86993ec498216b053acf3fff1f624e714d73a1be9e1c45189d43')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${_srcname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DNEO_DRIVER_VERSION=${pkgver}
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 489877, 
intel-compute-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 15:50:11 UTC (rev 489878)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=compute-runtime
+pkgname=intel-${_srcname}
+pkgver=19.27.13361
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver)
+source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('094f4bb6312216d9dd7bec26af4826171ff673f1d83f0652dc5efdf4199f0d86')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_DRIVER_VERSION=${pkgver}
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-07-15 Thread Daniel Bermond via arch-commits
Date: Monday, July 15, 2019 @ 15:49:42
  Author: dbermond
Revision: 489877

upgpkg: intel-compute-runtime 19.27.13361-1

Updated to version 19.27.13361

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 14:54:07 UTC (rev 489876)
+++ PKGBUILD2019-07-15 15:49:42 UTC (rev 489877)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.26.13286
+pkgver=19.27.13361
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('74ab6290300b86993ec498216b053acf3fff1f624e714d73a1be9e1c45189d43')
+sha256sums=('094f4bb6312216d9dd7bec26af4826171ff673f1d83f0652dc5efdf4199f0d86')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in spdlog/repos/community-staging-any (3 files)

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 14:54:07
  Author: ainola
Revision: 489876

archrelease: copy trunk to community-staging-any

Added:
  spdlog/repos/community-staging-any/PKGBUILD
(from rev 489875, spdlog/trunk/PKGBUILD)
  spdlog/repos/community-staging-any/rm_bundled_fmt.patch
(from rev 489875, spdlog/trunk/rm_bundled_fmt.patch)
Deleted:
  spdlog/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   97 ++---
 rm_bundled_fmt.patch |   34 +
 2 files changed, 86 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 14:53:49 UTC (rev 489875)
+++ PKGBUILD2019-07-15 14:54:07 UTC (rev 489876)
@@ -1,45 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Luca Weiss
-# Contributor: Michael Yang
-
-pkgname=spdlog
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Very fast, header-only/compiled, C++ logging library'
-arch=('any')
-url='https://github.com/gabime/spdlog'
-license=('MIT')
-makedepends=('cmake' 'fmt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;)
-sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../"$pkgname-$pkgver" \
--DSPDLOG_BUILD_BENCH=OFF \
--DSPDLOG_BUILD_EXAMPLES=OFF \
--DSPDLOG_FMT_EXTERNAL=ON \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-make
-}
-
-check() {
-cd build
-make test
-}
-
-package() {
-cd build
-make DESTDIR="$pkgdir" install
-install -Dm644 ../"$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-# Don't duplicate code from another project...
-# https://github.com/gabime/spdlog/issues/1146
-rm -r "$pkgdir/usr/include/spdlog/fmt/"
-}

Copied: spdlog/repos/community-staging-any/PKGBUILD (from rev 489875, 
spdlog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 14:54:07 UTC (rev 489876)
@@ -0,0 +1,52 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Luca Weiss
+# Contributor: Michael Yang
+
+pkgname=spdlog
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='Very fast, header-only/compiled, C++ logging library'
+arch=('any')
+url='https://github.com/gabime/spdlog'
+license=('MIT')
+makedepends=('cmake' 'fmt')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;
+rm_bundled_fmt.patch
+)
+sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70'
+'2eee548ad3b12f48c1e6175a0af4f94d942244d4b2eb8351fccac6f53523b80c')
+
+prepare() {
+mkdir -p build
+
+# Don't duplicate code from another project...
+# https://github.com/gabime/spdlog/issues/1146
+patch -d "$pkgname-$pkgver" -p1 < rm_bundled_fmt.patch
+}
+
+build() {
+cd build
+cmake ../"$pkgname-$pkgver" \
+-DSPDLOG_BUILD_BENCH=OFF \
+-DSPDLOG_BUILD_EXAMPLES=OFF \
+-DSPDLOG_FMT_EXTERNAL=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make
+}
+
+check() {
+cd build
+make test
+}
+
+package() {
+cd build
+make DESTDIR="$pkgdir" install
+install -Dm644 ../"$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+# Prevent usage of these bundled headers
+rm -r "$pkgdir/usr/include/spdlog/fmt/bundled/"
+}

Copied: spdlog/repos/community-staging-any/rm_bundled_fmt.patch (from rev 
489875, spdlog/trunk/rm_bundled_fmt.patch)
===
--- rm_bundled_fmt.patch(rev 0)
+++ rm_bundled_fmt.patch2019-07-15 14:54:07 UTC (rev 489876)
@@ -0,0 +1,34 @@
+--- a/include/spdlog/fmt/fmt.h 2019-01-18 03:13:07.0 -0700
 b/include/spdlog/fmt/fmt.h 2019-07-15 08:26:04.026378588 -0600
+@@ -10,16 +10,5 @@
+ // By default spdlog include its own copy.
+ //
+ 
+-#if !defined(SPDLOG_FMT_EXTERNAL)
+-#ifndef FMT_HEADER_ONLY
+-#define FMT_HEADER_ONLY
+-#endif
+-#ifndef FMT_USE_WINDOWS_H
+-#define FMT_USE_WINDOWS_H 0
+-#endif
+-#include "bundled/core.h"
+-#include "bundled/format.h"
+-#else // external fmtlib
+ #include 
+ #include 
+-#endif
+--- a/include/spdlog/fmt/ostr.h2019-01-18 03:13:07.0 -0700
 b/include/spdlog/fmt/ostr.h2019-07-15 08:26:48.034108854 -0600
+@@ -7,12 +7,4 @@
+ //
+ // include bundled or external copy of fmtlib's ostream support
+ //
+-#if !defined(SPDLOG_FMT_EXTERNAL)
+-#ifndef FMT_HEADER_ONLY
+-#define FMT_HEADER_ONLY
+-#endif
+-#include "bundled/ostream.h"
+-#include "fmt.h"
+-#else
+ #include 
+-#endif


[arch-commits] Commit in spdlog/trunk (PKGBUILD rm_bundled_fmt.patch)

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 14:53:49
  Author: ainola
Revision: 489875

spdlog: Patch out bundled fmt headers

Added:
  spdlog/trunk/rm_bundled_fmt.patch
Modified:
  spdlog/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 rm_bundled_fmt.patch |   34 ++
 2 files changed, 47 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 14:46:33 UTC (rev 489874)
+++ PKGBUILD2019-07-15 14:53:49 UTC (rev 489875)
@@ -4,17 +4,25 @@
 
 pkgname=spdlog
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Very fast, header-only/compiled, C++ logging library'
 arch=('any')
 url='https://github.com/gabime/spdlog'
 license=('MIT')
 makedepends=('cmake' 'fmt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;)
-sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;
+rm_bundled_fmt.patch
+)
+sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70'
+'2eee548ad3b12f48c1e6175a0af4f94d942244d4b2eb8351fccac6f53523b80c')
 
 prepare() {
 mkdir -p build
+
+# Don't duplicate code from another project...
+# https://github.com/gabime/spdlog/issues/1146
+patch -d "$pkgname-$pkgver" -p1 < rm_bundled_fmt.patch
 }
 
 build() {
@@ -39,7 +47,6 @@
 make DESTDIR="$pkgdir" install
 install -Dm644 ../"$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
 
-# Don't duplicate code from another project...
-# https://github.com/gabime/spdlog/issues/1146
-rm -r "$pkgdir/usr/include/spdlog/fmt/"
+# Prevent usage of these bundled headers
+rm -r "$pkgdir/usr/include/spdlog/fmt/bundled/"
 }

Added: rm_bundled_fmt.patch
===
--- rm_bundled_fmt.patch(rev 0)
+++ rm_bundled_fmt.patch2019-07-15 14:53:49 UTC (rev 489875)
@@ -0,0 +1,34 @@
+--- a/include/spdlog/fmt/fmt.h 2019-01-18 03:13:07.0 -0700
 b/include/spdlog/fmt/fmt.h 2019-07-15 08:26:04.026378588 -0600
+@@ -10,16 +10,5 @@
+ // By default spdlog include its own copy.
+ //
+ 
+-#if !defined(SPDLOG_FMT_EXTERNAL)
+-#ifndef FMT_HEADER_ONLY
+-#define FMT_HEADER_ONLY
+-#endif
+-#ifndef FMT_USE_WINDOWS_H
+-#define FMT_USE_WINDOWS_H 0
+-#endif
+-#include "bundled/core.h"
+-#include "bundled/format.h"
+-#else // external fmtlib
+ #include 
+ #include 
+-#endif
+--- a/include/spdlog/fmt/ostr.h2019-01-18 03:13:07.0 -0700
 b/include/spdlog/fmt/ostr.h2019-07-15 08:26:48.034108854 -0600
+@@ -7,12 +7,4 @@
+ //
+ // include bundled or external copy of fmtlib's ostream support
+ //
+-#if !defined(SPDLOG_FMT_EXTERNAL)
+-#ifndef FMT_HEADER_ONLY
+-#define FMT_HEADER_ONLY
+-#endif
+-#include "bundled/ostream.h"
+-#include "fmt.h"
+-#else
+ #include 
+-#endif


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

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 14:46:24
  Author: ainola
Revision: 489873

upgpkg: waybar 0.7.1-1

Include spdlog dep.

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 13:57:04 UTC (rev 489872)
+++ PKGBUILD2019-07-15 14:46:24 UTC (rev 489873)
@@ -1,7 +1,7 @@
 # Maintainer: Brett Cornwall 
 
 pkgname=waybar
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
@@ -14,6 +14,7 @@
 'libdbusmenu-gtk3'
 'libpulse'
 'libmpdclient'
+'spdlog'
 )
 # Sway is needed for building support for workspace and window title modules
 makedepends=(
@@ -24,7 +25,7 @@
 'otf-font-awesome: Icons in the default configuration'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;)
-sha256sums=('413bff4691c8c8b9d9cb98219063cf0c7c9cb05c946313984c8969009f172659')
+sha256sums=('5100ea9a2ebd2326c791c05d68fc692eaf8c500b21850758205a0a61a0dc77de')
 
 build() {
 cd "Waybar-$pkgver"


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

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 14:46:33
  Author: ainola
Revision: 489874

archrelease: copy trunk to community-staging-x86_64

Added:
  waybar/repos/community-staging-x86_64/
  waybar/repos/community-staging-x86_64/PKGBUILD
(from rev 489873, waybar/trunk/PKGBUILD)

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

Copied: waybar/repos/community-staging-x86_64/PKGBUILD (from rev 489873, 
waybar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-15 14:46:33 UTC (rev 489874)
@@ -0,0 +1,40 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=waybar
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'fmt'
+'gtkmm3'
+'jsoncpp'
+'libdbusmenu-gtk3'
+'libpulse'
+'libmpdclient'
+'spdlog'
+)
+# Sway is needed for building support for workspace and window title modules
+makedepends=(
+'meson'
+'sway'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;)
+sha256sums=('5100ea9a2ebd2326c791c05d68fc692eaf8c500b21850758205a0a61a0dc77de')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 13:57:04
  Author: ainola
Revision: 489872

archrelease: copy trunk to community-staging-any

Added:
  spdlog/repos/community-staging-any/
  spdlog/repos/community-staging-any/PKGBUILD
(from rev 489871, spdlog/trunk/PKGBUILD)

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

Copied: spdlog/repos/community-staging-any/PKGBUILD (from rev 489871, 
spdlog/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-07-15 13:57:04 UTC (rev 489872)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Luca Weiss
+# Contributor: Michael Yang
+
+pkgname=spdlog
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Very fast, header-only/compiled, C++ logging library'
+arch=('any')
+url='https://github.com/gabime/spdlog'
+license=('MIT')
+makedepends=('cmake' 'fmt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;)
+sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../"$pkgname-$pkgver" \
+-DSPDLOG_BUILD_BENCH=OFF \
+-DSPDLOG_BUILD_EXAMPLES=OFF \
+-DSPDLOG_FMT_EXTERNAL=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make
+}
+
+check() {
+cd build
+make test
+}
+
+package() {
+cd build
+make DESTDIR="$pkgdir" install
+install -Dm644 ../"$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+# Don't duplicate code from another project...
+# https://github.com/gabime/spdlog/issues/1146
+rm -r "$pkgdir/usr/include/spdlog/fmt/"
+}


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

2019-07-15 Thread Brett Cornwall via arch-commits
Date: Monday, July 15, 2019 @ 13:55:04
  Author: ainola
Revision: 489871

Add spdlog (6 votes), a waybar dependency

Added:
  spdlog/
  spdlog/repos/
  spdlog/trunk/
  spdlog/trunk/PKGBUILD

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

Added: spdlog/trunk/PKGBUILD
===
--- spdlog/trunk/PKGBUILD   (rev 0)
+++ spdlog/trunk/PKGBUILD   2019-07-15 13:55:04 UTC (rev 489871)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Luca Weiss
+# Contributor: Michael Yang
+
+pkgname=spdlog
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Very fast, header-only/compiled, C++ logging library'
+arch=('any')
+url='https://github.com/gabime/spdlog'
+license=('MIT')
+makedepends=('cmake' 'fmt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;)
+sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../"$pkgname-$pkgver" \
+-DSPDLOG_BUILD_BENCH=OFF \
+-DSPDLOG_BUILD_EXAMPLES=OFF \
+-DSPDLOG_FMT_EXTERNAL=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make
+}
+
+check() {
+cd build
+make test
+}
+
+package() {
+cd build
+make DESTDIR="$pkgdir" install
+install -Dm644 ../"$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+# Don't duplicate code from another project...
+# https://github.com/gabime/spdlog/issues/1146
+rm -r "$pkgdir/usr/include/spdlog/fmt/"
+}


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

2019-07-15 Thread Sergej Pupykin via arch-commits
Date: Monday, July 15, 2019 @ 12:35:42
  Author: spupykin
Revision: 489870

archrelease: copy trunk to community-any

Added:
  redmine/repos/community-any/Gemfile.local
(from rev 489869, redmine/trunk/Gemfile.local)
  redmine/repos/community-any/PKGBUILD
(from rev 489869, redmine/trunk/PKGBUILD)
  redmine/repos/community-any/redmine.service
(from rev 489869, redmine/trunk/redmine.service)
Deleted:
  redmine/repos/community-any/Gemfile.local
  redmine/repos/community-any/PKGBUILD
  redmine/repos/community-any/redmine.service

-+
 Gemfile.local   |   26 +++---
 PKGBUILD|   98 +++---
 redmine.service |   30 
 3 files changed, 77 insertions(+), 77 deletions(-)

Deleted: Gemfile.local
===
--- Gemfile.local   2019-07-15 12:35:31 UTC (rev 489869)
+++ Gemfile.local   2019-07-15 12:35:42 UTC (rev 489870)
@@ -1,13 +0,0 @@
-gem "xpath", "< 4.0"
-gem "capybara", "~> 2.13"
-gem "ffi", "= 1.10.0"
-gem "childprocess", "= 0.9.0"
-gem "docile", "= 1.1.5"
-gem "metaclass", "= 0.0.4"
-gem "mocha", ">= 0"
-gem "puma", "~> 3.7"
-gem "rubyzip", "= 1.2.2"
-gem "selenium-webdriver", ">= 0"
-gem "simplecov", "~> 0.14.1"
-gem "mysql2", "~> 0.5.0"
-gem "pg", "~> 1.1.4"

Copied: redmine/repos/community-any/Gemfile.local (from rev 489869, 
redmine/trunk/Gemfile.local)
===
--- Gemfile.local   (rev 0)
+++ Gemfile.local   2019-07-15 12:35:42 UTC (rev 489870)
@@ -0,0 +1,13 @@
+gem "xpath", "< 4.0"
+gem "capybara", "~> 2.13"
+gem "ffi", "= 1.10.0"
+gem "childprocess", "= 0.9.0"
+gem "docile", "= 1.1.5"
+gem "metaclass", "= 0.0.4"
+gem "mocha", ">= 0"
+gem "puma", "~> 3.7"
+gem "rubyzip", "= 1.2.2"
+gem "selenium-webdriver", ">= 0"
+gem "simplecov", "~> 0.14.1"
+gem "mysql2", "~> 0.5.0"
+gem "pg", "~> 1.1.4"

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 12:35:31 UTC (rev 489869)
+++ PKGBUILD2019-07-15 12:35:42 UTC (rev 489870)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Federico Cuello 
-
-pkgname=redmine
-pkgver=4.0.3
-pkgrel=2
-pkgdesc="A flexible project management web application written using Ruby on 
Rails framework."
-arch=('any')
-url="https://www.redmine.org;
-license=('GPL2')
-depends=('ruby' 'libmagick6' 'ruby-bundler' 'libxml2' 'libxslt')
-makedepends=('mariadb-libs' 'postgresql-libs')
-optdepends=('apache: A supported application server'
-'nginx: A supported application server'
-'mysql: MySQL database support'
-'postgresql: PostgreSQL database support'
-'sqlite: SQLite database support')
-source=("$url/releases/$pkgname-$pkgver.tar.gz"
-   "Gemfile.local"
-   "redmine.service")
-sha512sums=('010b6c190b762bb12ee936c043eda9ee532384c1ac408883919d59cd782ef1797fccb94c20619e3d454e68cea624ad9c81c91b748c50a27505b03ae63b3b46ac'
-
'750ae2aa12ab6b94ab818f329b95e7aa04a148512472548a3d2f91df4af59709dd841d553402d4332e6fc49a8bb643b17e5bacb1c26a99702fde32cae053ec29'
-
'aa2186ed970667baf8b80c4b65fce76291074bed25cf8e78c6a265afb6e8a00c67eb195ceb8fc021cdc0b70731a008ccb64cdd28f492e130d469a71f364d40a7')
-
-build() {
-cd "$srcdir"/redmine-$pkgver
-
-export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
-cp "${srcdir}"/Gemfile.local Gemfile.local
-bundle lock
-bundle install --no-cache --deployment --without development test
-}
-
-package() {
-install -dm 755 "$pkgdir"/usr/share/webapps/
-cp -a --no-preserve=ownership "$srcdir"/redmine-$pkgver 
"$pkgdir"/usr/share/webapps/redmine
-
-install -Dm0644 "${srcdir}"/redmine.service 
"${pkgdir}"/usr/lib/systemd/system/redmine.service
-
-cd "$pkgdir"/usr/share/webapps/redmine
-rm -rf files log
-install -dm0755 -o http -g http "$pkgdir"/var/lib/redmine/files
-install -dm0755 -o http -g http "$pkgdir"/var/log/redmine
-mv tmp "$pkgdir"/var/lib/redmine/tmp
-chown -R http:http "$pkgdir"/var/lib/redmine/tmp
-ln -s /var/log/redmine log
-ln -s /var/lib/redmine/files files
-ln -s /var/lib/redmine/tmp tmp
-}

Copied: redmine/repos/community-any/PKGBUILD (from rev 489869, 
redmine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 12:35:42 UTC (rev 489870)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Federico Cuello 
+
+pkgname=redmine
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="A flexible project management web application written using Ruby on 
Rails framework."
+arch=('any')
+url="https://www.redmine.org;
+license=('GPL2')
+depends=('ruby' 'libmagick6' 'ruby-bundler' 'libxml2' 'libxslt')
+makedepends=('mariadb-libs' 'postgresql-libs')
+optdepends=('apache: A supported application server'
+ 

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

2019-07-15 Thread Sergej Pupykin via arch-commits
Date: Monday, July 15, 2019 @ 12:35:31
  Author: spupykin
Revision: 489869

upgpkg: redmine 4.0.4-1

Modified:
  redmine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 12:25:20 UTC (rev 489868)
+++ PKGBUILD2019-07-15 12:35:31 UTC (rev 489869)
@@ -2,8 +2,8 @@
 # Contributor: Federico Cuello 
 
 pkgname=redmine
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.0.4
+pkgrel=1
 pkgdesc="A flexible project management web application written using Ruby on 
Rails framework."
 arch=('any')
 url="https://www.redmine.org;
@@ -18,7 +18,7 @@
 source=("$url/releases/$pkgname-$pkgver.tar.gz"
"Gemfile.local"
"redmine.service")
-sha512sums=('010b6c190b762bb12ee936c043eda9ee532384c1ac408883919d59cd782ef1797fccb94c20619e3d454e68cea624ad9c81c91b748c50a27505b03ae63b3b46ac'
+sha512sums=('61775c1cc5d373676d1610c344e828ecc7c9e63e2e517908ebfaa19a42bc12dc4677c8aa5f49b288d0a716a8705bcb66b2ee228b9f0d22c56cbd68f6e1072c4f'
 
'750ae2aa12ab6b94ab818f329b95e7aa04a148512472548a3d2f91df4af59709dd841d553402d4332e6fc49a8bb643b17e5bacb1c26a99702fde32cae053ec29'
 
'aa2186ed970667baf8b80c4b65fce76291074bed25cf8e78c6a265afb6e8a00c67eb195ceb8fc021cdc0b70731a008ccb64cdd28f492e130d469a71f364d40a7')
 


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

2019-07-15 Thread Sergej Pupykin via arch-commits
Date: Monday, July 15, 2019 @ 12:25:20
  Author: spupykin
Revision: 489868

archrelease: copy trunk to community-x86_64

Added:
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 489867, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 489867, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 489867, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 489867, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 489867, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

--+
 PKGBUILD |  106 -
 openvswitch.install  |   26 ++--
 openvswitch.tmpfiles |2 
 ovs-vswitchd.service |   30 ++---
 ovsdb-server.service |   14 +++---
 5 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 12:25:02 UTC (rev 489867)
+++ PKGBUILD2019-07-15 12:25:20 UTC (rev 489868)
@@ -1,53 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.11.0
-pkgrel=1
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl' 'libcap-ng')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('f4b01d7376d7298bc6e7fa7a6067229ca7c7e299394e5ea9aff651d52edfdbee'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-x86_64/PKGBUILD (from rev 489867, 
openvswitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 12:25:20 UTC (rev 489868)
@@ -0,0 +1,53 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco 
+
+pkgname=openvswitch
+pkgver=2.11.1
+pkgrel=1
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org;
+license=('APACHE')
+arch=(x86_64)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl' 'libcap-ng')
+makedepends=('python2-six')
+optdepends=('python2-six')
+sha256sums=('c1296ae44a7b176150915e33bc497cc0a7a02caeba84ea43ce9b6a2509d9b5dc'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-rundir=/run/openvswitch \
+--sbindir=/usr/bin \
+PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 

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

2019-07-15 Thread Sergej Pupykin via arch-commits
Date: Monday, July 15, 2019 @ 12:25:02
  Author: spupykin
Revision: 489867

upgpkg: openvswitch 2.11.1-1

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 12:02:58 UTC (rev 489866)
+++ PKGBUILD2019-07-15 12:25:02 UTC (rev 489867)
@@ -3,7 +3,7 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.11.0
+pkgver=2.11.1
 pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
@@ -17,7 +17,7 @@
 depends=('openssl' 'libcap-ng')
 makedepends=('python2-six')
 optdepends=('python2-six')
-sha256sums=('f4b01d7376d7298bc6e7fa7a6067229ca7c7e299394e5ea9aff651d52edfdbee'
+sha256sums=('c1296ae44a7b176150915e33bc497cc0a7a02caeba84ea43ce9b6a2509d9b5dc'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
 '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')


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

2019-07-15 Thread Antonio Rojas via arch-commits
Date: Monday, July 15, 2019 @ 12:02:20
  Author: arojas
Revision: 489865

Bring back so.1 symlink for cross-distro compatibility (FS#63070)

Modified:
  lib32-bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 11:24:47 UTC (rev 489864)
+++ PKGBUILD2019-07-15 12:02:20 UTC (rev 489865)
@@ -4,7 +4,7 @@
 _pkgbasename=bzip2
 pkgname=lib32-bzip2
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-quality data compression program (32-bit)"
 arch=('x86_64')
 license=('custom')
@@ -29,6 +29,7 @@
   install -dm755 "$pkgdir"/usr/lib32
   cp -a libbz2.so* "$pkgdir"/usr/lib32
   ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib32/libbz2.so
+  ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib32/libbz2.so.1 # For compatibility 
with some other distros
 
   install -Dm644 libbz2.a "$pkgdir"/usr/lib32/libbz2.a
 


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

2019-07-15 Thread Antonio Rojas via arch-commits
Date: Monday, July 15, 2019 @ 12:02:58
  Author: arojas
Revision: 489866

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-bzip2/repos/multilib-testing-x86_64/
  lib32-bzip2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 489865, lib32-bzip2/trunk/PKGBUILD)

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

Copied: lib32-bzip2/repos/multilib-testing-x86_64/PKGBUILD (from rev 489865, 
lib32-bzip2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-07-15 12:02:58 UTC (rev 489866)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: TryA 
+
+_pkgbasename=bzip2
+pkgname=lib32-bzip2
+pkgver=1.0.8
+pkgrel=2
+pkgdesc="A high-quality data compression program (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="https://sourceware.org/bzip2/;
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(https://sourceware.org/pub/bzip2/$_pkgbasename-$pkgver.tar.gz{,.sig})
+sha512sums=('083f5e675d73f3233c7930ebe20425a533feedeaaa9d8cc86831312a6581cefbe6ed0d08d2fa89be81082f2a5abdabca8b3c080bf97218a1bd59dc118a30b9f3'
+'SKIP')
+validpgpkeys=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A') # Mark Wielaard 

+
+build() {
+  cd ${_pkgbasename}-${pkgver}
+ 
+  make -f Makefile-libbz2_so CC="gcc -m32 $CFLAGS $LDFLAGS"
+  make libbz2.a CC="gcc -m32 $CFLAGS $LDFLAGS"
+}
+
+package(){
+  cd ${_pkgbasename}-${pkgver}
+
+  install -dm755 "$pkgdir"/usr/lib32
+  cp -a libbz2.so* "$pkgdir"/usr/lib32
+  ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib32/libbz2.so
+  ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib32/libbz2.so.1 # For compatibility 
with some other distros
+
+  install -Dm644 libbz2.a "$pkgdir"/usr/lib32/libbz2.a
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-07-15 Thread Antonio Rojas via arch-commits
Date: Monday, July 15, 2019 @ 11:57:19
  Author: arojas
Revision: 358019

archrelease: copy trunk to testing-x86_64

Added:
  bzip2/repos/testing-x86_64/
  bzip2/repos/testing-x86_64/PKGBUILD
(from rev 358018, bzip2/trunk/PKGBUILD)

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

Copied: bzip2/repos/testing-x86_64/PKGBUILD (from rev 358018, 
bzip2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-15 11:57:19 UTC (rev 358019)
@@ -0,0 +1,52 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Judd  
+
+pkgname=bzip2
+pkgver=1.0.8
+pkgrel=2
+pkgdesc="A high-quality data compression program"
+arch=('x86_64')
+license=('custom')
+url="https://sourceware.org/bzip2/;
+groups=('base')
+depends=('glibc' 'sh')
+source=(https://sourceware.org/pub/bzip2/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269'
+'SKIP')
+validpgpkeys=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A') # Mark Wielaard 

+
+build() {
+  cd $pkgname-$pkgver
+
+  make -f Makefile-libbz2_so CC="gcc $CFLAGS $LDFLAGS"
+  make bzip2 bzip2recover CC="gcc $CFLAGS $LDFLAGS"
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/{bin,lib,include,share/man/man1}
+
+  install -m755 bzip2-shared "$pkgdir"/usr/bin/bzip2
+  install -m755 bzip2recover bzdiff bzgrep bzmore "$pkgdir"/usr/bin
+  ln -sf bzip2 "$pkgdir"/usr/bin/bunzip2
+  ln -sf bzip2 "$pkgdir"/usr/bin/bzcat
+
+  cp -a libbz2.so* "$pkgdir"/usr/lib
+  ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib/libbz2.so
+  ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib/libbz2.so.1 # For compatibility 
with some other distros
+
+  install -m644 bzlib.h "$pkgdir"/usr/include/
+
+  install -m644 bzip2.1 "$pkgdir"/usr/share/man/man1/
+  ln -sf bzip2.1 "$pkgdir"/usr/share/man/man1/bunzip2.1
+  ln -sf bzip2.1 "$pkgdir"/usr/share/man/man1/bzcat.1
+  ln -sf bzip2.1 "$pkgdir"/usr/share/man/man1/bzip2recover.1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-07-15 Thread Antonio Rojas via arch-commits
Date: Monday, July 15, 2019 @ 11:56:45
  Author: arojas
Revision: 358018

Bring back so.1 symlink for cross-distro compatibility (FS#63070)

Modified:
  bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 11:06:36 UTC (rev 358017)
+++ PKGBUILD2019-07-15 11:56:45 UTC (rev 358018)
@@ -3,7 +3,7 @@
 
 pkgname=bzip2
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-quality data compression program"
 arch=('x86_64')
 license=('custom')
@@ -39,6 +39,7 @@
 
   cp -a libbz2.so* "$pkgdir"/usr/lib
   ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib/libbz2.so
+  ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib/libbz2.so.1 # For compatibility 
with some other distros
 
   install -m644 bzlib.h "$pkgdir"/usr/include/
 


[arch-commits] Commit in kcptun/repos/community-x86_64 (6 files)

2019-07-15 Thread Felix Yan via arch-commits
Date: Monday, July 15, 2019 @ 11:24:47
  Author: felixonmars
Revision: 489864

archrelease: copy trunk to community-x86_64

Added:
  kcptun/repos/community-x86_64/PKGBUILD
(from rev 489863, kcptun/trunk/PKGBUILD)
  kcptun/repos/community-x86_64/kcptun-server@.service
(from rev 489863, kcptun/trunk/kcptun-server@.service)
  kcptun/repos/community-x86_64/kcptun@.service
(from rev 489863, kcptun/trunk/kcptun@.service)
Deleted:
  kcptun/repos/community-x86_64/PKGBUILD
  kcptun/repos/community-x86_64/kcptun-server@.service
  kcptun/repos/community-x86_64/kcptun@.service

+
 PKGBUILD   |   92 +++
 kcptun-server@.service |   22 +--
 kcptun@.service|   26 ++---
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 11:24:31 UTC (rev 489863)
+++ PKGBUILD2019-07-15 11:24:47 UTC (rev 489864)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=kcptun
-pkgver=20190714
-pkgrel=1
-pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
-arch=('x86_64')
-url="https://github.com/xtaci/kcptun;
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
-'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('8f0dd2ff5977156124b0f8d77ba525235a5a67e1c3dcab6978f2c0d4b0ba34c2eedf8928a37a980e0fd3c92eee9b12fbafa2ec14b6fbcd1426204b2de926bb83'
-
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
-
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
-
-prepare() {
-  cd kcptun-$pkgver
-
-  mkdir -p .gopath/src/github.com/xtaci
-  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
-  export GOPATH="$PWD/.gopath:/usr/share/gocode"
-}
-
-build() {
-  cd "$srcdir"/kcptun-$pkgver/client
-  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-
-  cd "$srcdir"/kcptun-$pkgver/server
-  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd kcptun-$pkgver
-
-  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
-  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  install -dm755 "$pkgdir"/etc/kcptun
-  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
-  install -Dm644 "$srcdir/kcptun-server@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun-server@.service
-}

Copied: kcptun/repos/community-x86_64/PKGBUILD (from rev 489863, 
kcptun/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2019-07-15 11:24:47 UTC (rev 489864)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=kcptun
+pkgver=20190715
+pkgrel=1
+pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
+arch=('x86_64')
+url="https://github.com/xtaci/kcptun;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
+'kcptun@.service' 'kcptun-server@.service')
+sha512sums=('74b0c8db618c88b049ced2787e7996893a979dabdeb220bd48ffd6db0653a42d59f66c0dceb95aa9d510035a627e9eebbd2ccbf73332be79702f43eb62ce159c'
+
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
+
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
+
+prepare() {
+  cd kcptun-$pkgver
+
+  mkdir -p .gopath/src/github.com/xtaci
+  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+}
+
+build() {
+  cd "$srcdir"/kcptun-$pkgver/client
+  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
+
+  cd "$srcdir"/kcptun-$pkgver/server
+  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd kcptun-$pkgver
+
+  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
+  install -Dm755 server/build/kcptun-server "

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

2019-07-15 Thread Felix Yan via arch-commits
Date: Monday, July 15, 2019 @ 11:24:31
  Author: felixonmars
Revision: 489863

upgpkg: kcptun 20190715-1

Modified:
  kcptun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 11:22:56 UTC (rev 489862)
+++ PKGBUILD2019-07-15 11:24:31 UTC (rev 489863)
@@ -2,7 +2,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=kcptun
-pkgver=20190714
+pkgver=20190715
 pkgrel=1
 pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
 'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('8f0dd2ff5977156124b0f8d77ba525235a5a67e1c3dcab6978f2c0d4b0ba34c2eedf8928a37a980e0fd3c92eee9b12fbafa2ec14b6fbcd1426204b2de926bb83'
+sha512sums=('74b0c8db618c88b049ced2787e7996893a979dabdeb220bd48ffd6db0653a42d59f66c0dceb95aa9d510035a627e9eebbd2ccbf73332be79702f43eb62ce159c'
 
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
 
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
 


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

2019-07-15 Thread Felix Yan via arch-commits
Date: Monday, July 15, 2019 @ 11:22:56
  Author: felixonmars
Revision: 489862

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 11:22:22 UTC (rev 489861)
+++ PKGBUILD2019-07-15 11:22:56 UTC (rev 489862)
@@ -1,67 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.6.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' 'python-wcwidth' 
'python2-wcwidth')
-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=('102748a0af2e3acdea1fc094828019502411c955068c28dddaeb613c84c97ba24698727a9e3a71c4eac804029c4118ab8d941859e91a6295849bc7b077fc4d6f')
-
-prepare() {
-  sed -i 's/==0/>=0/' pytest-$pkgver/setup.py
-  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' 'python-wcwidth')
-
-  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-wcwidth'
-   '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 489861, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 11:22:56 UTC (rev 489862)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=4.6.2
+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' 'python-wcwidth' 
'python2-wcwidth')
+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=('cb84885bd4ab4e1a430870c50e657554943b76fcfd91c29ecc595c29f4b506a61cf11eff97c410ce75676ba4bd7c2a677a2f10e280b90bf50cefe2e2793c0a5a')
+
+prepare() {
+  sed -i 's/==0/>=0/' pytest-$pkgver/setup.py
+  cp -a pytest-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-$pkgver
+  python setup.py build
+
+  cd 

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

2019-07-15 Thread Felix Yan via arch-commits
Date: Monday, July 15, 2019 @ 11:22:22
  Author: felixonmars
Revision: 489861

upgpkg: python-pytest 4.6.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 10:53:25 UTC (rev 489860)
+++ PKGBUILD2019-07-15 11:22:22 UTC (rev 489861)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.6.1
+pkgver=4.6.2
 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=('102748a0af2e3acdea1fc094828019502411c955068c28dddaeb613c84c97ba24698727a9e3a71c4eac804029c4118ab8d941859e91a6295849bc7b077fc4d6f')
+sha512sums=('cb84885bd4ab4e1a430870c50e657554943b76fcfd91c29ecc595c29f4b506a61cf11eff97c410ce75676ba4bd7c2a677a2f10e280b90bf50cefe2e2793c0a5a')
 
 prepare() {
   sed -i 's/==0/>=0/' pytest-$pkgver/setup.py


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 11:06:31
  Author: andyrtr
Revision: 358016

upgpkg: xorg-xwininfo 1.1.5-1

upstream update 1.1.5

Modified:
  xorg-xwininfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 11:05:19 UTC (rev 358015)
+++ PKGBUILD2019-07-15 11:06:31 UTC (rev 358016)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xwininfo
-pkgver=1.1.4
+pkgver=1.1.5
 pkgrel=1
 pkgdesc="Command-line utility to print information about windows on an X 
server"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'libx11')
 groups=('xorg-apps' 'xorg')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2{,.sig})
-sha512sums=('d3ab103a0a311e08d1eabc4346750c21eb7d2fbcdc27cab0989a2624b9cd488911614fcf9832603353450114b1231a8f8262cab16e090a0d458d83ec7b6b959b'
+sha512sums=('a3268bbafac94e589fdd47554a965910d40df7cc3d9c36c7c24fa4f5dd49615484d5916ccb41efca9cd4cf9d8981a4c60953b921220b3f4f57f9cce0e1a6'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 11:06:36
  Author: andyrtr
Revision: 358017

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xwininfo/repos/extra-x86_64/PKGBUILD
(from rev 358016, xorg-xwininfo/trunk/PKGBUILD)
Deleted:
  xorg-xwininfo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 11:06:31 UTC (rev 358016)
+++ PKGBUILD2019-07-15 11:06:36 UTC (rev 358017)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xwininfo
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="Command-line utility to print information about windows on an X 
server"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxcb')
-makedepends=('xorg-util-macros' 'libx11')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2{,.sig})
-sha512sums=('d3ab103a0a311e08d1eabc4346750c21eb7d2fbcdc27cab0989a2624b9cd488911614fcf9832603353450114b1231a8f8262cab16e090a0d458d83ec7b6b959b'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-
-build() {
-  cd xwininfo-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xwininfo-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xwininfo/repos/extra-x86_64/PKGBUILD (from rev 358016, 
xorg-xwininfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 11:06:36 UTC (rev 358017)
@@ -0,0 +1,30 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xwininfo
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="Command-line utility to print information about windows on an X 
server"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros' 'libx11')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xwininfo-${pkgver}.tar.bz2{,.sig})
+sha512sums=('a3268bbafac94e589fdd47554a965910d40df7cc3d9c36c7c24fa4f5dd49615484d5916ccb41efca9cd4cf9d8981a4c60953b921220b3f4f57f9cce0e1a6'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+
+build() {
+  cd xwininfo-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xwininfo-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 11:05:19
  Author: andyrtr
Revision: 358015

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xman/repos/extra-x86_64/PKGBUILD
(from rev 358014, xorg-xman/trunk/PKGBUILD)
Deleted:
  xorg-xman/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 11:05:14 UTC (rev 358014)
+++ PKGBUILD2019-07-15 11:05:19 UTC (rev 358015)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 113771 2011-03-10 15:39:50Z jgc $
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xman
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="Unix manual page viewer"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxaw' 'libxt')
-makedepends=('xorg-util-macros' 'xproto' 'libxmu')
-source=(https://xorg.freedesktop.org/archive/individual/app/xman-${pkgver}.tar.bz2{,.sig})
-sha512sums=('785e973eb15b0300de08aace24f3604dfee61421c7f64ea4cde2e280480bf5d3ad797ab8208668dc023a375494f8db7534fbcaa1c1ef16e79464fdd017b5da68'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-
-build() {
-  cd xman-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xman-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xman/repos/extra-x86_64/PKGBUILD (from rev 358014, 
xorg-xman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 11:05:19 UTC (rev 358015)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xman
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="Unix manual page viewer"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxaw' 'libxt')
+makedepends=('xorg-util-macros' 'xproto' 'libxmu')
+source=(https://xorg.freedesktop.org/archive/individual/app/xman-${pkgver}.tar.bz2{,.sig})
+sha512sums=('f6b2be424a79f298bf1a81edce4172572195c9efc9454e5b7b7046f344ed08154c77ccaa763ccdf3f1a30b64aa4802783bf813ee637437ccb1fba434fc5d4400'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+
+build() {
+  cd xman-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xman-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 11:05:14
  Author: andyrtr
Revision: 358014

upgpkg: xorg-xman 1.1.5-1

upstream update 1.1.5

Modified:
  xorg-xman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 10:59:40 UTC (rev 358013)
+++ PKGBUILD2019-07-15 11:05:14 UTC (rev 358014)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xman
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.1.5
+pkgrel=1
 pkgdesc="Unix manual page viewer"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -11,7 +11,7 @@
 depends=('libxaw' 'libxt')
 makedepends=('xorg-util-macros' 'xproto' 'libxmu')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xman-${pkgver}.tar.bz2{,.sig})
-sha512sums=('785e973eb15b0300de08aace24f3604dfee61421c7f64ea4cde2e280480bf5d3ad797ab8208668dc023a375494f8db7534fbcaa1c1ef16e79464fdd017b5da68'
+sha512sums=('f6b2be424a79f298bf1a81edce4172572195c9efc9454e5b7b7046f344ed08154c77ccaa763ccdf3f1a30b64aa4802783bf813ee637437ccb1fba434fc5d4400'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:59:35
  Author: andyrtr
Revision: 358012

upgpkg: xorg-xclock 1.0.9-1

upstream update 1.0.9

Modified:
  xorg-xclock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 10:58:17 UTC (rev 358011)
+++ PKGBUILD2019-07-15 10:59:35 UTC (rev 358012)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xclock
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc="X clock"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
 makedepends=('xorg-util-macros')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2{,.sig})
-sha512sums=('1272221ace3657505bae1b22f181e9ecbf1710900c89a860c8ceae47ae31ca5e75b6557c37dc0a881a0a24c9597b9a07f46200926feb1013f1e2e995111a7646'
+sha512sums=('fcbac0b4ab1cea4ae0751ce1c0c6302048e5d98d459873c7580e4ca786ec49fa27f73e5831bdfe135abb5cfeabe886456276e9d01351ea7905c606f40f84522d'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:59:40
  Author: andyrtr
Revision: 358013

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xclock/repos/extra-x86_64/PKGBUILD
(from rev 358012, xorg-xclock/trunk/PKGBUILD)
Deleted:
  xorg-xclock/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 10:59:35 UTC (rev 358012)
+++ PKGBUILD2019-07-15 10:59:40 UTC (rev 358013)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xclock
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="X clock"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
-makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2{,.sig})
-sha512sums=('1272221ace3657505bae1b22f181e9ecbf1710900c89a860c8ceae47ae31ca5e75b6557c37dc0a881a0a24c9597b9a07f46200926feb1013f1e2e995111a7646'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-
-build() {
-  cd "xclock-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "xclock-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xclock/repos/extra-x86_64/PKGBUILD (from rev 358012, 
xorg-xclock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 10:59:40 UTC (rev 358013)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xclock
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="X clock"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2{,.sig})
+sha512sums=('fcbac0b4ab1cea4ae0751ce1c0c6302048e5d98d459873c7580e4ca786ec49fa27f73e5831bdfe135abb5cfeabe886456276e9d01351ea7905c606f40f84522d'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+
+build() {
+  cd "xclock-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "xclock-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:58:17
  Author: andyrtr
Revision: 358011

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xbiff/repos/extra-x86_64/PKGBUILD
(from rev 358010, xorg-xbiff/trunk/PKGBUILD)
Deleted:
  xorg-xbiff/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 10:58:11 UTC (rev 358010)
+++ PKGBUILD2019-07-15 10:58:17 UTC (rev 358011)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xbiff
-pkgver=1.0.3
-pkgrel=4
-pkgdesc="Watch mailboxes for new message delivery"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxaw' 'libxext')
-makedepends=('xorg-util-macros' 'xbitmaps')
-source=(https://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2)
-sha512sums=('e9fa72817cae5fd6c052a4a59fcd6c696ae9d3f5fd8eecb0e9b0d8994258201cf5f4ae99845dd03e3da56e378eb214658e4450c9291a29399d9ece8af3b9f9e9')
-
-build() {
-  cd "${srcdir}/xbiff-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xbiff-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xbiff/repos/extra-x86_64/PKGBUILD (from rev 358010, 
xorg-xbiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 10:58:17 UTC (rev 358011)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xbiff
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="Watch mailboxes for new message delivery"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxaw' 'libxext')
+makedepends=('xorg-util-macros' 'xbitmaps')
+source=(https://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2{,.sig})
+sha512sums=('0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+
+build() {
+  cd "xbiff-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "xbiff-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:58:11
  Author: andyrtr
Revision: 358010

upgpkg: xorg-xbiff 1.0.4-1

upstream update 1.0.4

Modified:
  xorg-xbiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 10:56:00 UTC (rev 358009)
+++ PKGBUILD2019-07-15 10:58:11 UTC (rev 358010)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xbiff
-pkgver=1.0.3
-pkgrel=4
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="Watch mailboxes for new message delivery"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
@@ -9,17 +9,19 @@
 license=('custom')
 depends=('libxaw' 'libxext')
 makedepends=('xorg-util-macros' 'xbitmaps')
-source=(https://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2)
-sha512sums=('e9fa72817cae5fd6c052a4a59fcd6c696ae9d3f5fd8eecb0e9b0d8994258201cf5f4ae99845dd03e3da56e378eb214658e4450c9291a29399d9ece8af3b9f9e9')
+source=(https://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2{,.sig})
+sha512sums=('0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 
 build() {
-  cd "${srcdir}/xbiff-${pkgver}"
+  cd "xbiff-${pkgver}"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xbiff-${pkgver}"
+  cd "xbiff-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:55:53
  Author: andyrtr
Revision: 358008

upgpkg: xorg-xbacklight 1.2.3-1

upstream update 1.2.3

Modified:
  xorg-xbacklight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 10:54:51 UTC (rev 358007)
+++ PKGBUILD2019-07-15 10:55:53 UTC (rev 358008)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xbacklight
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="RandR-based backlight control application"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2{,.sig})
-sha512sums=('4dca70ef8e3494b19ea126c46395807cddc007b2b09a133810daeb77ae27fa36ac4eec7813828248fc195abe27f59700cfa58ee65ef3a020a51f73e5107678ec'
+sha512sums=('717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:56:00
  Author: andyrtr
Revision: 358009

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xbacklight/repos/extra-x86_64/PKGBUILD
(from rev 358008, xorg-xbacklight/trunk/PKGBUILD)
Deleted:
  xorg-xbacklight/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 10:55:53 UTC (rev 358008)
+++ PKGBUILD2019-07-15 10:56:00 UTC (rev 358009)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xbacklight
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="RandR-based backlight control application"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('xcb-util')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2{,.sig})
-sha512sums=('4dca70ef8e3494b19ea126c46395807cddc007b2b09a133810daeb77ae27fa36ac4eec7813828248fc195abe27f59700cfa58ee65ef3a020a51f73e5107678ec'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-
-build() {
-  cd xbacklight-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xbacklight-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xbacklight/repos/extra-x86_64/PKGBUILD (from rev 358008, 
xorg-xbacklight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 10:56:00 UTC (rev 358009)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xbacklight
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="RandR-based backlight control application"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('xcb-util')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2{,.sig})
+sha512sums=('717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+
+build() {
+  cd xbacklight-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xbacklight-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:54:46
  Author: andyrtr
Revision: 358006

upgpkg: xorg-setxkbmap 1.3.2-1

upstream update 1.3.2

Modified:
  xorg-setxkbmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 10:53:22 UTC (rev 358005)
+++ PKGBUILD2019-07-15 10:54:46 UTC (rev 358006)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=xorg-setxkbmap
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc='Set the keyboard using the X Keyboard Extension'
 url='https://xorg.freedesktop.org/'
 license=('custom')
@@ -11,7 +11,7 @@
 depends=('libxkbfile')
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2{,.sig})
-sha256sums=('a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1'
+sha512sums=('bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 groups=('xorg-apps' 'xorg')


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:54:51
  Author: andyrtr
Revision: 358007

archrelease: copy trunk to extra-x86_64

Added:
  xorg-setxkbmap/repos/extra-x86_64/PKGBUILD
(from rev 358006, xorg-setxkbmap/trunk/PKGBUILD)
Deleted:
  xorg-setxkbmap/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 10:54:46 UTC (rev 358006)
+++ PKGBUILD2019-07-15 10:54:51 UTC (rev 358007)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Jan de Groot 
-
-pkgname=xorg-setxkbmap
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Set the keyboard using the X Keyboard Extension'
-url='https://xorg.freedesktop.org/'
-license=('custom')
-arch=('x86_64')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2{,.sig})
-sha256sums=('a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-groups=('xorg-apps' 'xorg')
-
-build() {
-   cd setxkbmap-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd setxkbmap-${pkgver}
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-setxkbmap/repos/extra-x86_64/PKGBUILD (from rev 358006, 
xorg-setxkbmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 10:54:51 UTC (rev 358007)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Jan de Groot 
+
+pkgname=xorg-setxkbmap
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Set the keyboard using the X Keyboard Extension'
+url='https://xorg.freedesktop.org/'
+license=('custom')
+arch=('x86_64')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2{,.sig})
+sha512sums=('bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+groups=('xorg-apps' 'xorg')
+
+build() {
+   cd setxkbmap-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd setxkbmap-${pkgver}
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:53:22
  Author: andyrtr
Revision: 358005

archrelease: copy trunk to extra-x86_64

Added:
  libice/repos/extra-x86_64/PKGBUILD
(from rev 358004, libice/trunk/PKGBUILD)
Deleted:
  libice/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 10:53:14 UTC (rev 358004)
+++ PKGBUILD2019-07-15 10:53:22 UTC (rev 358005)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=libice
-pkgver=1.0.9
-pkgrel=2
-pkgdesc="X11 Inter-Client Exchange library"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-depends=('glibc' 'xproto')
-makedepends=('xtrans>=1.2.5' 'xorg-util-macros')
-source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2{,.sig})
-license=('custom')
-sha256sums=('8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-
-build() {
-  cd libICE-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd libICE-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libice/repos/extra-x86_64/PKGBUILD (from rev 358004, 
libice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 10:53:22 UTC (rev 358005)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=libice
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="X11 Inter-Client Exchange library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+depends=('glibc' 'xproto')
+makedepends=('xtrans>=1.2.5' 'xorg-util-macros')
+source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2{,.sig})
+license=('custom')
+sha512sums=('2f1ef2c32c833c71894a08fa7e7ed53f301f6c7bd22485d71c12884d8e8b36b99f362ec886349dcc84d08edc81c8b2cea035320831d64974edeba021b433c468'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+
+build() {
+  cd libICE-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd libICE-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-07-15 Thread Andreas Radke via arch-commits
Date: Monday, July 15, 2019 @ 10:53:14
  Author: andyrtr
Revision: 358004

upgpkg: libice 1.0.10-1

upstream update 1.0.10

Modified:
  libice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 10:49:55 UTC (rev 358003)
+++ PKGBUILD2019-07-15 10:53:14 UTC (rev 358004)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=libice
-pkgver=1.0.9
-pkgrel=2
+pkgver=1.0.10
+pkgrel=1
 pkgdesc="X11 Inter-Client Exchange library"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xtrans>=1.2.5' 'xorg-util-macros')
 source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2{,.sig})
 license=('custom')
-sha256sums=('8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202'
+sha512sums=('2f1ef2c32c833c71894a08fa7e7ed53f301f6c7bd22485d71c12884d8e8b36b99f362ec886349dcc84d08edc81c8b2cea035320831d64974edeba021b433c468'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Monday, July 15, 2019 @ 10:06:34
  Author: heftig
Revision: 358002

archrelease: copy trunk to extra-x86_64

Added:
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 358001, evolution/trunk/PKGBUILD)
Deleted:
  evolution/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 10:06:27 UTC (rev 358001)
+++ PKGBUILD2019-07-15 10:06:34 UTC (rev 358002)
@@ -1,70 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.32.3
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gtkspell3 libcryptui gnome-autoar)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gtk-doc yelp-tools git cmake)
-options=(!emptydirs)
-_commit=98d5873564f011322082d26129b1d73192af97fc  # tags/3.32.3^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  cmake -H$pkgbase -Bbuild \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_SMIME=ON \
--DENABLE_GTK_DOC=ON
-  cmake --build build
-}
-
-package_evolution() {
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-### Split
-  local x
-  for x in bogofilter spamassassin; do
-mkdir -p $x/usr/{lib/evolution/modules,share/metainfo}
-mv {"$pkgdir",$x}/usr/lib/evolution/modules/module-$x.so
-mv {"$pkgdir",$x}/usr/share/metainfo/org.gnome.Evolution-$x.metainfo.xml
-  done
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  mv bogofilter/usr "$pkgdir"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  mv spamassassin/usr "$pkgdir"
-}

Copied: evolution/repos/extra-x86_64/PKGBUILD (from rev 358001, 
evolution/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 10:06:34 UTC (rev 358002)
@@ -0,0 +1,70 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.32.4
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gtkspell3 libcryptui gnome-autoar)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gtk-doc yelp-tools git cmake)
+options=(!emptydirs)
+_commit=6357e2975923f5f7314b2c0d352a99243aa49117  # tags/3.32.4^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  cmake -H$pkgbase -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_SMIME=ON \
+-DENABLE_GTK_DOC=ON
+  cmake --build build
+}
+
+package_evolution() {
+  optdepends=('highlight: text highlight plugin'
+  'evolution-spamassassin: Spamassassin spam check plugin'
+  'evolution-bogofilter: Bogofilter spam check plugin')
+  groups=(gnome-extra)
+
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+### Split
+  local x
+  for x in bogofilter spamassassin; do
+mkdir -p $x/usr/{lib/evolution/modules,share/metainfo}
+mv {"$pkgdir",$x}/usr/lib/evolution/modules/module-$x.so
+mv {"$pkgdir",$x}/usr/share/metainfo/org.gnome.Evolution-$x.metainfo.xml
+  done
+}
+
+
+package_evolution-bogofilter() {
+  pkgdesc="Spam filtering for Evolution, using Bogofilter"
+  depends=("evolution=$pkgver" bogofilter)
+
+  mv bogofilter/usr "$pkgdir"
+}
+
+package_evolution-spamassassin() {
+  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
+  depends=("evolution=$pkgver" spamassassin)
+
+  mv spamassassin/usr 

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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Monday, July 15, 2019 @ 10:06:27
  Author: heftig
Revision: 358001

3.32.4-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 09:55:11 UTC (rev 358000)
+++ PKGBUILD2019-07-15 10:06:27 UTC (rev 358001)
@@ -3,7 +3,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.32.3
+pkgver=3.32.4
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -14,7 +14,7 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gtk-doc yelp-tools git cmake)
 options=(!emptydirs)
-_commit=98d5873564f011322082d26129b1d73192af97fc  # tags/3.32.3^0
+_commit=6357e2975923f5f7314b2c0d352a99243aa49117  # tags/3.32.4^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-07-15 Thread Bruno Pagani via arch-commits
Date: Monday, July 15, 2019 @ 10:00:23
  Author: archange
Revision: 489775

archrelease: copy trunk to community-x86_64

Added:
  cozy-stack/repos/community-x86_64/PKGBUILD
(from rev 489774, cozy-stack/trunk/PKGBUILD)
  cozy-stack/repos/community-x86_64/cozy-stack.service
(from rev 489774, cozy-stack/trunk/cozy-stack.service)
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
(from rev 489774, cozy-stack/trunk/cozy-stack.sysusers)
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
(from rev 489774, cozy-stack/trunk/cozy-stack.tmpfiles)
  cozy-stack/repos/community-x86_64/cozy.yml
(from rev 489774, cozy-stack/trunk/cozy.yml)
Deleted:
  cozy-stack/repos/community-x86_64/PKGBUILD
  cozy-stack/repos/community-x86_64/cozy-stack.service
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
  cozy-stack/repos/community-x86_64/cozy.yml

-+
 PKGBUILD|  100 +-
 cozy-stack.service  |   66 -
 cozy-stack.sysusers |2 -
 cozy-stack.tmpfiles |6 +--
 cozy.yml|   58 ++---
 5 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 09:59:53 UTC (rev 489774)
+++ PKGBUILD2019-07-15 10:00:23 UTC (rev 489775)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-stack
-pkgver=1.2.8
-pkgrel=1
-epoch=1
-pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
-arch=(x86_64)
-url="https://cozy.io;
-license=(AGPL3)
-backup=(etc/cozy/cozy.yml)
-depends=(couchdb imagemagick git)
-makedepends=(go-pie)
-#optdepends=('cozy-coclyco: X.509 certificates management for instances'
-optdepends=('nodejs: konnectors without isolation'
-'nsjail: isolated konnectors'
-'smtp-forwarder: to allow sending mail to users')
-source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz;
-"cozy.yml"
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha256sums=('6c6953d19e1d988ce4dc531b0bb8c194b4cf12bfb7beaf7f91a6b7823009ae57'
-'c4ed4b0831308261017fe7d532787ed8aa542ca5ecac65f5770edb29793415ef'
-'ad9b40170e2b07d5aa5ea6d444ad16c96bb39adb5ff579db5cc39cb4e2ec3f91'
-'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'
-'fd333c2fd0de859890204554f52a5c64b953664f6cb262b20bb839aa70ed9ecb')
-
-build() {
-export GOPATH="${srcdir}"/cozy-stack
-cd cozy-stack/src/github.com/cozy/cozy-stack
-go build -v -o "${srcdir}"/bin/cozy-stack \
- -gcflags "all=-trimpath=${GOPATH}" \
- -asmflags "all=-trimpath=${GOPATH}" \
- -ldflags "-X 
github.com/cozy/cozy-stack/pkg/config.Version=${pkgver} \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildTime=$(date -u 
+"%Y-%m-%dT%H:%M:%SZ") \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildMode=production \
-   -linkmode external -extldflags ${LDFLAGS} -s -w"
-}
-
-package() {
-install -Dm755 bin/cozy-stack -t "${pkgdir}"/usr/bin/
-install -Dm644 cozy.yml -t "${pkgdir}"/etc/cozy/
-install -Dm644 cozy-stack/src/github.com/cozy/cozy-stack/cozy.example.yaml 
-t "${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-node-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-nsjail-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: cozy-stack/repos/community-x86_64/PKGBUILD (from rev 489774, 
cozy-stack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 10:00:23 UTC (rev 489775)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-stack
+pkgver=1.2.9
+pkgrel=1
+epoch=1
+pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
+arch=(x86_64)
+url="https://cozy.io;
+license=(AGPL3)
+backup=(etc/cozy/cozy.yml)
+depends=(couchdb imagemagick git)
+makedepends=(go-pie)
+#optdepends=('cozy-coclyco: X.509 certificates management for instances'
+optdepends=('nodejs: konnectors without isolation'
+'nsjail: isolated konnectors'
+'smtp-forwarder: to allow sending mail to users')
+source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz;
+"cozy.yml"
+

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

2019-07-15 Thread Bruno Pagani via arch-commits
Date: Monday, July 15, 2019 @ 09:59:53
  Author: archange
Revision: 489774

upgpkg: cozy-stack 1:1.2.9-1

Modified:
  cozy-stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 09:28:23 UTC (rev 489773)
+++ PKGBUILD2019-07-15 09:59:53 UTC (rev 489774)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cozy-stack
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 epoch=1
 pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
@@ -20,7 +20,7 @@
 "${pkgname}.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha256sums=('6c6953d19e1d988ce4dc531b0bb8c194b4cf12bfb7beaf7f91a6b7823009ae57'
+sha256sums=('bd43429251a2cdba1b2645f2a3fb3a69032e97f3a21de96d7aeba98c82291dc5'
 'c4ed4b0831308261017fe7d532787ed8aa542ca5ecac65f5770edb29793415ef'
 'ad9b40170e2b07d5aa5ea6d444ad16c96bb39adb5ff579db5cc39cb4e2ec3f91'
 'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'


[arch-commits] Commit in evolution-data-server/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-15 Thread Jan Steffens via arch-commits
Date: Monday, July 15, 2019 @ 09:55:11
  Author: heftig
Revision: 358000

archrelease: copy trunk to extra-x86_64

Added:
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 357999, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-x86_64/PKGBUILD

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

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

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


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Monday, July 15, 2019 @ 09:54:59
  Author: heftig
Revision: 357999

3.32.4-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 09:02:13 UTC (rev 357998)
+++ PKGBUILD2019-07-15 09:54:59 UTC (rev 357999)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.32.3
+pkgver=3.32.4
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -10,7 +10,7 @@
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake)
 license=(GPL)
-_commit=e35e60f8fbc503e679117566f973012ce6856fa9  # tags/3.32.3^0
+_commit=08a0e971cd06c40caf735984e847c10ba1fbe5f7  # tags/3.32.4^0
 
source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-07-15 Thread David Runge via arch-commits
Date: Monday, July 15, 2019 @ 09:28:11
  Author: dvzrv
Revision: 489772

upgpkg: dpf-plugins 1.3-1

Upgrading to 1.3. Adding default desktop files for all standalone applications 
using gendesk.

Modified:
  dpf-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 08:07:23 UTC (rev 489771)
+++ PKGBUILD2019-07-15 09:28:11 UTC (rev 489772)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=dpf-plugins
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="Collection of DPF-based plugins"
 arch=('x86_64')
@@ -8,16 +8,59 @@
 license=('ISC' 'GPL2' 'GPL3' 'LGPL3' 'MIT')
 groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
 depends=('libglvnd')
-makedepends=('dssi' 'ladspa' 'lv2' 'projectm')
+makedepends=('dssi' 'gendesk' 'ladspa' 'lv2' 'projectm')
 optdepends=('jack: for standalone applications'
 'liblo: for dssi plugins'
 'projectm: for ProM plugin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/DISTRHO/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('6790673ba44757e461f56cce360395870b127eef454f22822b7f4a1a6f15ad4ee573e84def3b2b39e969415fc1f934b3d1222a72d4a285a7dc51a9f9c9ae4cf8')
+sha512sums=('ead34a69824c43fcfab0652c42ada46c488e29848bad92601aac33e32d9576ba9f9dafdf068505ba9d96d526b1c32da78253a593bcc272d6d03654a8cab3ee9b')
 
 prepare() {
   mv -v "DPF-Plugins-${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
+  declare -A comments=(
+["3BandEQ"]="A three band equalizer"
+["3BandSplitter"]="A three band splitter"
+["AmplitudeImposer"]="Takes 2 stereo inputs and imposes the amplitude 
envelope of the first one on the second one"
+["CycleShifter"]="Reads in a cycle's-worth of the input signal, then (once 
the whole cycle's been read in) outputs it again, on top of the current output"
+["Kars"]="Simple karplus-strong plucked string synth"
+["MVerb"]="A studio quality, open-source reverb"
+["MaBitCrush"]="A bit crusher"
+["MaFreeverb"]="A reverb based on freeverb"
+["MaGigaverb"]="A reverb based on gigaverb"
+["MaPitchshift"]="A pitch shifter"
+["Nekobi"]="A simple single-oscillator synth based on the Roland TB-303"
+["PingPongPan"]="A Ping Pong Panner"
+["ProM"]="An awesome music visualizer"
+["SoulForce"]="A fairly standard waveshaping distortion plugin"
+["glBars"]="An OpenGL bars visualization plugin"
+  )
+  declare -A generic=(
+["3BandEQ"]="Equalizer"
+["3BandSplitter"]="Splitter"
+["AmplitudeImposer"]="Wave Shaper"
+["CycleShifter"]="Cyclic Input Processor"
+["Kars"]="Plucked string synthesizer"
+["MVerb"]="Reverb"
+["MaBitCrush"]="Bit crusher"
+["MaFreeverb"]="Reverb"
+["MaGigaverb"]="Reverb"
+["MaPitchshift"]="Pitch shifter"
+["Nekobi"]="Synthesizer"
+["PingPongPan"]="Ping Pong Panner"
+["ProM"]="Music visualizer"
+["SoulForce"]="Waveshaping Distortion"
+["glBars"]="Bars Visualization"
+  )
+  for name in "${!comments[@]}"; do
+gendesk -n \
+--pkgname "${name,,}" \
+--name "${name}" \
+--exec "/usr/bin/${name}" \
+--pkgdesc "${comments[$name]}" \
+--genericname "${generic[$name]}" \
+--categories "AudioVideo;Audio"
+  done
 }
 
 build() {
@@ -47,4 +90,5 @@
 -t "${pkgdir}/usr/share/licenses/${pkgname}/CycleShifter/"
   install -vDm 644 plugins/SoulForce/LICENSE \
 -t "${pkgdir}/usr/share/licenses/${pkgname}/SoulForce/"
+  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications"
 }


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

2019-07-15 Thread David Runge via arch-commits
Date: Monday, July 15, 2019 @ 09:28:23
  Author: dvzrv
Revision: 489773

archrelease: copy trunk to community-x86_64

Added:
  dpf-plugins/repos/community-x86_64/PKGBUILD
(from rev 489772, dpf-plugins/trunk/PKGBUILD)
Deleted:
  dpf-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  144 +++--
 1 file changed, 94 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 09:28:11 UTC (rev 489772)
+++ PKGBUILD2019-07-15 09:28:23 UTC (rev 489773)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-pkgname=dpf-plugins
-pkgver=1.2
-pkgrel=1
-pkgdesc="Collection of DPF-based plugins"
-arch=('x86_64')
-url="https://github.com/DISTRHO/DPF-Plugins;
-license=('ISC' 'GPL2' 'GPL3' 'LGPL3' 'MIT')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('libglvnd')
-makedepends=('dssi' 'ladspa' 'lv2' 'projectm')
-optdepends=('jack: for standalone applications'
-'liblo: for dssi plugins'
-'projectm: for ProM plugin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/DISTRHO/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('6790673ba44757e461f56cce360395870b127eef454f22822b7f4a1a6f15ad4ee573e84def3b2b39e969415fc1f934b3d1222a72d4a285a7dc51a9f9c9ae4cf8')
-
-prepare() {
-  mv -v "DPF-Plugins-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make BUILD_VST=true \
-   BUILD_DSSI=true \
-   BUILD_LV2=true \
-   BUILD_JACK=true
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" \
-   PREFIX=/usr \
-   install
-  # docs
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # licenses
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 dpf/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/dpf/"
-  install -vDm 644 plugins/Kars/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/Kars/"
-  install -vDm 644 plugins/AmplitudeImposer/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/AmplitudeImposer/"
-  install -vDm 644 plugins/CycleShifter/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/CycleShifter/"
-  install -vDm 644 plugins/SoulForce/LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}/SoulForce/"
-}

Copied: dpf-plugins/repos/community-x86_64/PKGBUILD (from rev 489772, 
dpf-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 09:28:23 UTC (rev 489773)
@@ -0,0 +1,94 @@
+# Maintainer: David Runge 
+pkgname=dpf-plugins
+pkgver=1.3
+pkgrel=1
+pkgdesc="Collection of DPF-based plugins"
+arch=('x86_64')
+url="https://github.com/DISTRHO/DPF-Plugins;
+license=('ISC' 'GPL2' 'GPL3' 'LGPL3' 'MIT')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('libglvnd')
+makedepends=('dssi' 'gendesk' 'ladspa' 'lv2' 'projectm')
+optdepends=('jack: for standalone applications'
+'liblo: for dssi plugins'
+'projectm: for ProM plugin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/DISTRHO/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('ead34a69824c43fcfab0652c42ada46c488e29848bad92601aac33e32d9576ba9f9dafdf068505ba9d96d526b1c32da78253a593bcc272d6d03654a8cab3ee9b')
+
+prepare() {
+  mv -v "DPF-Plugins-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  declare -A comments=(
+["3BandEQ"]="A three band equalizer"
+["3BandSplitter"]="A three band splitter"
+["AmplitudeImposer"]="Takes 2 stereo inputs and imposes the amplitude 
envelope of the first one on the second one"
+["CycleShifter"]="Reads in a cycle's-worth of the input signal, then (once 
the whole cycle's been read in) outputs it again, on top of the current output"
+["Kars"]="Simple karplus-strong plucked string synth"
+["MVerb"]="A studio quality, open-source reverb"
+["MaBitCrush"]="A bit crusher"
+["MaFreeverb"]="A reverb based on freeverb"
+["MaGigaverb"]="A reverb based on gigaverb"
+["MaPitchshift"]="A pitch shifter"
+["Nekobi"]="A simple single-oscillator synth based on the Roland TB-303"
+["PingPongPan"]="A Ping Pong Panner"
+["ProM"]="An awesome music visualizer"
+["SoulForce"]="A fairly standard waveshaping distortion plugin"
+["glBars"]="An OpenGL bars visualization plugin"
+  )
+  declare -A generic=(
+["3BandEQ"]="Equalizer"
+["3BandSplitter"]="Splitter"
+["AmplitudeImposer"]="Wave Shaper"
+["CycleShifter"]="Cyclic Input Processor"
+["Kars"]="Plucked string synthesizer"
+["MVerb"]="Reverb"
+["MaBitCrush"]="Bit crusher"
+["MaFreeverb"]="Reverb"
+["MaGigaverb"]="Reverb"
+["MaPitchshift"]="Pitch shifter"
+["Nekobi"]="Synthesizer"
+["PingPongPan"]="Ping Pong Panner"
+["ProM"]="Music visualizer"
+

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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Monday, July 15, 2019 @ 09:02:13
  Author: heftig
Revision: 357998

Lowercase StartupWMClass

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/firefox.desktop

-+
 PKGBUILD|2 +-
 firefox.desktop |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 08:36:44 UTC (rev 357997)
+++ PKGBUILD2019-07-15 09:02:13 UTC (rev 357998)
@@ -24,7 +24,7 @@
 $pkgname.desktop firefox-symbolic.svg)
 sha256sums=('f7d61a08820088f1280d27f0808e355152c1dd0c94625fd077ced7319e522565'
 'SKIP'
-'4a783dca1f88e003c72f32d22719a0915f3fa576adbc492240e7cc250246ce10'
+'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33'
 '9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 

Modified: firefox.desktop
===
--- firefox.desktop 2019-07-15 08:36:44 UTC (rev 357997)
+++ firefox.desktop 2019-07-15 09:02:13 UTC (rev 357998)
@@ -119,7 +119,7 @@
 Type=Application
 
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;
 StartupNotify=true
-StartupWMClass=Firefox
+StartupWMClass=firefox
 Categories=Network;WebBrowser;
 Actions=new-window;new-private-window;
 


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

2019-07-15 Thread Jan Steffens via arch-commits
Date: Monday, July 15, 2019 @ 08:36:44
  Author: heftig
Revision: 357997

Don't strip; let install do it

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 08:04:46 UTC (rev 357996)
+++ PKGBUILD2019-07-15 08:36:44 UTC (rev 357997)
@@ -19,7 +19,7 @@
 'pulseaudio: Audio support'
 'speech-dispatcher: Text-to-Speech'
 'hunspell-en_US: Spell checking, American English')
-options=(!emptydirs !makeflags)
+options=(!emptydirs !makeflags !strip)
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 $pkgname.desktop firefox-symbolic.svg)
 sha256sums=('f7d61a08820088f1280d27f0808e355152c1dd0c94625fd077ced7319e522565'


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

2019-07-15 Thread Thore Bödecker via arch-commits
Date: Monday, July 15, 2019 @ 08:07:20
  Author: foxxx0
Revision: 489770

upgpkg: babeltrace 1.5.7-1

update to 1.5.7

Modified:
  babeltrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 08:04:49 UTC (rev 489769)
+++ PKGBUILD2019-07-15 08:07:20 UTC (rev 489770)
@@ -3,7 +3,7 @@
 # Contributor: Manuel Mendez 
 
 pkgname=babeltrace
-pkgver=1.5.6
+pkgver=1.5.7
 pkgrel=1
 pkgdesc="Command-line trace converter"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('popt' 'util-linux' 'glib2' 'elfutils')
 makedepends=('popt' 'util-linux' 'glib2' 'elfutils')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/efficios/babeltrace/archive/v${pkgver}.tar.gz;)
-sha512sums=('c6d80f3875f42d9dd3ce48c57df7797849a2c7b90a8ea73f47d2dd60363bdfc6f47284a735d15d83faeeb239aeaf75c78c015809cc8786989743d756c97fa936')
+sha512sums=('044c06e0f1fe0844f30c7c21181e9a548f20cf80938e4f4a1aff3e0fcafd69faee89df81b8fb1d6574526b4275195f0068d1967778dc354641612c1982e1be26')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-07-15 Thread Thore Bödecker via arch-commits
Date: Monday, July 15, 2019 @ 08:07:23
  Author: foxxx0
Revision: 489771

archrelease: copy trunk to community-x86_64

Added:
  babeltrace/repos/community-x86_64/PKGBUILD
(from rev 489770, babeltrace/trunk/PKGBUILD)
Deleted:
  babeltrace/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-15 08:07:20 UTC (rev 489770)
+++ PKGBUILD2019-07-15 08:07:23 UTC (rev 489771)
@@ -1,33 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Philippe Proulx 
-# Contributor: Manuel Mendez 
-
-pkgname=babeltrace
-pkgver=1.5.6
-pkgrel=1
-pkgdesc="Command-line trace converter"
-arch=('x86_64')
-url="https://diamon.org/babeltrace;
-license=('MIT' 'GPL2' 'LGPL2.1')
-depends=('popt' 'util-linux' 'glib2' 'elfutils')
-makedepends=('popt' 'util-linux' 'glib2' 'elfutils')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/efficios/babeltrace/archive/v${pkgver}.tar.gz;)
-sha512sums=('c6d80f3875f42d9dd3ce48c57df7797849a2c7b90a8ea73f47d2dd60363bdfc6f47284a735d15d83faeeb239aeaf75c78c015809cc8786989743d756c97fa936')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-autoreconf --install
-./configure --prefix='/usr'
-make
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make check
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: babeltrace/repos/community-x86_64/PKGBUILD (from rev 489770, 
babeltrace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-15 08:07:23 UTC (rev 489771)
@@ -0,0 +1,33 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Philippe Proulx 
+# Contributor: Manuel Mendez 
+
+pkgname=babeltrace
+pkgver=1.5.7
+pkgrel=1
+pkgdesc="Command-line trace converter"
+arch=('x86_64')
+url="https://diamon.org/babeltrace;
+license=('MIT' 'GPL2' 'LGPL2.1')
+depends=('popt' 'util-linux' 'glib2' 'elfutils')
+makedepends=('popt' 'util-linux' 'glib2' 'elfutils')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/efficios/babeltrace/archive/v${pkgver}.tar.gz;)
+sha512sums=('044c06e0f1fe0844f30c7c21181e9a548f20cf80938e4f4a1aff3e0fcafd69faee89df81b8fb1d6574526b4275195f0068d1967778dc354641612c1982e1be26')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+autoreconf --install
+./configure --prefix='/usr'
+make
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make check
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-07-15 Thread Christian Hesse via arch-commits
Date: Monday, July 15, 2019 @ 07:03:18
  Author: eworm
Revision: 489768

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-e2fsprogs/repos/multilib-testing-x86_64/
  lib32-e2fsprogs/repos/multilib-testing-x86_64/PKGBUILD
(from rev 489767, lib32-e2fsprogs/trunk/PKGBUILD)

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

Copied: lib32-e2fsprogs/repos/multilib-testing-x86_64/PKGBUILD (from rev 
489767, lib32-e2fsprogs/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-07-15 07:03:18 UTC (rev 489768)
@@ -0,0 +1,41 @@
+# Maintainer:  Ionut Biru 
+# Contributor: mightyjaym 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=e2fsprogs
+pkgname=lib32-e2fsprogs
+pkgver=1.45.3
+pkgrel=1
+pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net;
+depends=('lib32-util-linux' $_pkgbasename)
+makedepends=('bc' 'gcc-multilib')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
+sha256sums=('90d10066b815e27b0b4875f0d5e396c663e0bf55aa3ca10868978d10c6ffe595'
+'SKIP')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--with-root-prefix="" \
+--enable-elf-shlibs \
+--disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-libs
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-07-15 Thread Christian Hesse via arch-commits
Date: Monday, July 15, 2019 @ 07:03:16
  Author: eworm
Revision: 489767

upgpkg: lib32-e2fsprogs 1.45.3-1

new upstream release

Modified:
  lib32-e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 05:06:38 UTC (rev 489766)
+++ PKGBUILD2019-07-15 07:03:16 UTC (rev 489767)
@@ -4,7 +4,7 @@
 
 _pkgbasename=e2fsprogs
 pkgname=lib32-e2fsprogs
-pkgver=1.45.2
+pkgver=1.45.3
 pkgrel=1
 pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('bc' 'gcc-multilib')
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

 
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
-sha256sums=('4952c9ae91e36d762e13cc5b9e8f7eeb5453e4aee4cd9b7402e73f2d4e65e009'
+sha256sums=('90d10066b815e27b0b4875f0d5e396c663e0bf55aa3ca10868978d10c6ffe595'
 'SKIP')
 
 build() {


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

2019-07-15 Thread Christian Hesse via arch-commits
Date: Monday, July 15, 2019 @ 07:02:50
  Author: eworm
Revision: 357994

upgpkg: e2fsprogs 1.45.3-1

new upstream release

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-15 02:06:41 UTC (rev 357993)
+++ PKGBUILD2019-07-15 07:02:50 UTC (rev 357994)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=e2fsprogs
-pkgver=1.45.2
+pkgver=1.45.3
 pkgrel=1
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

 
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
 'MIT-LICENSE')
-sha256sums=('4952c9ae91e36d762e13cc5b9e8f7eeb5453e4aee4cd9b7402e73f2d4e65e009'
+sha256sums=('90d10066b815e27b0b4875f0d5e396c663e0bf55aa3ca10868978d10c6ffe595'
 'SKIP'
 'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
 


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

2019-07-15 Thread Christian Hesse via arch-commits
Date: Monday, July 15, 2019 @ 07:02:57
  Author: eworm
Revision: 357995

archrelease: copy trunk to testing-x86_64

Added:
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 357994, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 357994, e2fsprogs/trunk/PKGBUILD)

-+
 MIT-LICENSE |   25 +
 PKGBUILD|   66 ++
 2 files changed, 91 insertions(+)

Copied: e2fsprogs/repos/testing-x86_64/MIT-LICENSE (from rev 357994, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-x86_64/MIT-LICENSE  (rev 0)
+++ testing-x86_64/MIT-LICENSE  2019-07-15 07:02:57 UTC (rev 357995)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/testing-x86_64/PKGBUILD (from rev 357994, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-15 07:02:57 UTC (rev 357995)
@@ -0,0 +1,66 @@
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=e2fsprogs
+pkgver=1.45.3
+pkgrel=1
+pkgdesc="Ext2/3/4 filesystem utilities"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'libutil-linux')
+makedepends=('util-linux')
+backup=('etc/mke2fs.conf')
+options=('staticlibs')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
+'MIT-LICENSE')
+sha256sums=('90d10066b815e27b0b4875f0d5e396c663e0bf55aa3ca10868978d10c6ffe595'
+'SKIP'
+'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
+
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+  --prefix=/usr \
+  --with-root-prefix="" \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin \
+  --enable-elf-shlibs \
+  --disable-fsck \
+  --disable-uuidd \
+  --disable-libuuid \
+  --disable-libblkid
+
+  make
+}
+
+package() {
+  unset MAKEFLAGS
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
+
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
+  sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' 
"${pkgdir}/usr/bin/compile_et"
+
+  # remove static libraries with a shared counterpart
+  rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
+
+  # install MIT license
+  install -Dm644 "${srcdir}/MIT-LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE"
+}