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

2020-01-06 Thread Brett Cornwall via arch-commits
Date: Tuesday, January 7, 2020 @ 04:58:33
  Author: ainola
Revision: 549802

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 04:58:22 UTC (rev 549801)
+++ PKGBUILD2020-01-07 04:58:33 UTC (rev 549802)
@@ -1,52 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.9.1
-pkgrel=1
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
-arch=('x86_64')
-depends=(
-'freerdp'
-'libinput'
-'libxkbcommon'
-'opengl-driver'
-'pixman'
-'xcb-util-errors'
-'xcb-util-image'
-'xcb-util-wm'
-)
-makedepends=('meson' 'ninja' 'wayland-protocols')
-provides=(
-'libwlroots.so'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
-)
-sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
-'SKIP')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix=/usr \
---buildtype=plain \
--Dfreerdp=enabled \
--Dlibcap=enabled \
--Dlogind=enabled \
--Dlogind-provider=systemd \
--Dxcb-errors=enabled \
--Dxcb-icccm=enabled \
--Dxcb-xkb=enabled \
--Dxwayland=enabled \
--Dx11-backend=enabled
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-staging-x86_64/PKGBUILD (from rev 549801, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 04:58:33 UTC (rev 549802)
@@ -0,0 +1,57 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.9.1
+pkgrel=2
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+'libwinpr2.so'
+'libfreerdp2.so'
+'libinput'
+'libxkbcommon'
+'opengl-driver'
+'pixman'
+'xcb-util-errors'
+'xcb-util-image'
+'xcb-util-wm'
+)
+makedepends=(
+'meson'
+'ninja'
+'wayland-protocols'
+)
+provides=(
+'libwlroots.so'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
+'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix=/usr \
+--buildtype=plain \
+-Dfreerdp=enabled \
+-Dlibcap=enabled \
+-Dlogind=enabled \
+-Dlogind-provider=systemd \
+-Dxcb-errors=enabled \
+-Dxcb-icccm=enabled \
+-Dxcb-xkb=enabled \
+-Dxwayland=enabled \
+-Dx11-backend=enabled
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2020-01-06 Thread Brett Cornwall via arch-commits
Date: Tuesday, January 7, 2020 @ 04:58:22
  Author: ainola
Revision: 549801

rm freerdp dep; add rdp .so deps; provide libwlroots.so

Modified:
  wlroots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-07 04:43:53 UTC (rev 549800)
+++ PKGBUILD2020-01-07 04:58:22 UTC (rev 549801)
@@ -3,13 +3,14 @@
 
 pkgname=wlroots
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://github.com/swaywm/wlroots'
 arch=('x86_64')
 depends=(
-'freerdp'
+'libwinpr2.so'
+'libfreerdp2.so'
 'libinput'
 'libxkbcommon'
 'opengl-driver'
@@ -18,7 +19,11 @@
 'xcb-util-image'
 'xcb-util-wm'
 )
-makedepends=('meson' 'ninja' 'wayland-protocols')
+makedepends=(
+'meson'
+'ninja'
+'wayland-protocols'
+)
 provides=(
 'libwlroots.so'
 )


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

2020-01-06 Thread Jiachen Yang via arch-commits
Date: Tuesday, January 7, 2020 @ 04:43:53
  Author: farseerfc
Revision: 549800

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/
  
telegram-desktop/repos/community-testing-x86_64/0001-Dynamic-linking-system-libs.patch
(from rev 549799, 
telegram-desktop/trunk/0001-Dynamic-linking-system-libs.patch)
  
telegram-desktop/repos/community-testing-x86_64/0002-Dynamic-linking-system-qt.patch
(from rev 549799, 
telegram-desktop/trunk/0002-Dynamic-linking-system-qt.patch)
  telegram-desktop/repos/community-testing-x86_64/0004-gtk3.patch
(from rev 549799, telegram-desktop/trunk/0004-gtk3.patch)
  
telegram-desktop/repos/community-testing-x86_64/0005-Use-system-wide-fonts.patch
(from rev 549799, telegram-desktop/trunk/0005-Use-system-wide-fonts.patch)
  
telegram-desktop/repos/community-testing-x86_64/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
(from rev 549799, 
telegram-desktop/trunk/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch)
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 549799, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-testing-x86_64/series
(from rev 549799, telegram-desktop/trunk/series)
  telegram-desktop/repos/community-testing-x86_64/tg.protocol
(from rev 549799, telegram-desktop/trunk/tg.protocol)

--+
 0001-Dynamic-linking-system-libs.patch   |  340 +
 0002-Dynamic-linking-system-qt.patch |  165 ++
 0004-gtk3.patch  |   22 
 0005-Use-system-wide-fonts.patch |   64 ++
 0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch |   25 
 PKGBUILD |  100 +++
 series   |5 
 tg.protocol  |   11 
 8 files changed, 732 insertions(+)

Copied: 
telegram-desktop/repos/community-testing-x86_64/0001-Dynamic-linking-system-libs.patch
 (from rev 549799, 
telegram-desktop/trunk/0001-Dynamic-linking-system-libs.patch)
===
--- community-testing-x86_64/0001-Dynamic-linking-system-libs.patch 
(rev 0)
+++ community-testing-x86_64/0001-Dynamic-linking-system-libs.patch 
2020-01-07 04:43:53 UTC (rev 549800)
@@ -0,0 +1,340 @@
+From: John Zimmermann 
+--- a/cmake/external/crash_reports/CMakeLists.txt
 b/cmake/external/crash_reports/CMakeLists.txt
+@@ -7,6 +7,7 @@
+ add_library(external_crash_reports INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_crash_reports ALIAS external_crash_reports)
+ 
++if(NOT DESKTOP_APP_DISABLE_CRASH_REPORTS)
+ if (WIN32 OR LINUX OR build_macstore)
+ add_subdirectory(breakpad)
+ target_link_libraries(external_crash_reports
+@@ -20,3 +21,4 @@
+ desktop-app::external_crashpad
+ )
+ endif()
++endif()
+--- a/cmake/external/ffmpeg/CMakeLists.txt
 b/cmake/external/ffmpeg/CMakeLists.txt
+@@ -7,6 +7,18 @@
+ add_library(external_ffmpeg INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_ffmpeg ALIAS external_ffmpeg)
+ 
++if(DESKTOP_APP_USE_SYSTEM_LIBS)
++find_package(PkgConfig REQUIRED)
++pkg_check_modules(FFMPEG REQUIRED libavcodec libavformat libavutil 
libswresample libswscale)
++target_link_libraries(external_ffmpeg
++INTERFACE
++${FFMPEG_LIBRARIES}
++)
++target_include_directories(external_ffmpeg SYSTEM
++INTERFACE
++${FFMPEG_INCLUDE_DIRS}
++)
++else()
+ target_include_directories(external_ffmpeg SYSTEM
+ INTERFACE
+ ${libs_loc}/ffmpeg
+@@ -36,3 +48,4 @@
+ Xrender
+ )
+ endif()
++endif()
+--- a/cmake/external/openal/CMakeLists.txt
 b/cmake/external/openal/CMakeLists.txt
+@@ -7,6 +7,21 @@
+ add_library(external_openal INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_openal ALIAS external_openal)
+ 
++if(DESKTOP_APP_USE_SYSTEM_LIBS)
++find_package(OpenAL REQUIRED)
++target_include_directories(external_openal SYSTEM
++INTERFACE
++${OPENAL_INCLUDE_DIR}
++)
++target_link_libraries(external_openal
++INTERFACE
++${OPENAL_LIBRARY}
++)
++target_compile_definitions(external_openal
++INTERFACE
++AL_ALEXT_PROTOTYPES
++)
++else()
+ if (WIN32)
+ target_include_directories(external_openal SYSTEM
+ INTERFACE
+@@ -41,3 +56,4 @@
+ AL_LIBTYPE_STATIC
+ AL_ALEXT_PROTOTYPES
+ )
++endif()
+--- a/cmake/external/openssl/CMakeLists.txt
 b/cmake/external/openssl/CMakeLists.txt
+@@ -7,7 +7,13 @@
+ add_library(external_openssl INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_openssl ALIAS external_openssl)
+ 
+-if (LINUX)
++if(DESKTOP_APP_USE_SYSTEM_LIBS)
++find_package(OpenSSL REQUIRED)
++

[arch-commits] Commit in telegram-desktop/trunk (15 files)

2020-01-06 Thread Jiachen Yang via arch-commits
Date: Tuesday, January 7, 2020 @ 04:32:54
  Author: farseerfc
Revision: 549799

upgpkg: telegram-desktop 1.9.3-1

telegram-desktop 1.9.3

Added:
  telegram-desktop/trunk/0001-Dynamic-linking-system-libs.patch
  telegram-desktop/trunk/0002-Dynamic-linking-system-qt.patch
  telegram-desktop/trunk/0004-gtk3.patch
  telegram-desktop/trunk/0005-Use-system-wide-fonts.patch
  
telegram-desktop/trunk/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
  telegram-desktop/trunk/series
Modified:
  telegram-desktop/trunk/PKGBUILD
Deleted:
  telegram-desktop/trunk/CMakeLists.inj
  telegram-desktop/trunk/Revert-Change-some-private-header-includes.patch
  telegram-desktop/trunk/Revert-Disable-DemiBold-fallback-for-Semibold.patch
  telegram-desktop/trunk/Use-system-wide-font.patch
  telegram-desktop/trunk/libtgvoip.patch
  telegram-desktop/trunk/no-gtk2.patch
  telegram-desktop/trunk/tdesktop.patch
  telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch

--+
 0001-Dynamic-linking-system-libs.patch   |  340 +
 0002-Dynamic-linking-system-qt.patch |  165 
 0004-gtk3.patch  |   22 
 0005-Use-system-wide-fonts.patch |   64 +
 0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch |   25 
 CMakeLists.inj   |   20 
 PKGBUILD |  157 +---
 Revert-Change-some-private-header-includes.patch |   66 -
 Revert-Disable-DemiBold-fallback-for-Semibold.patch  |   30 
 Use-system-wide-font.patch   |   32 
 libtgvoip.patch  |   18 
 no-gtk2.patch|   32 
 series   |5 
 tdesktop.patch   |  466 -
 tdesktop_lottie_animation_qtdebug.patch  |   15 
 15 files changed, 683 insertions(+), 774 deletions(-)

Added: 0001-Dynamic-linking-system-libs.patch
===
--- 0001-Dynamic-linking-system-libs.patch  (rev 0)
+++ 0001-Dynamic-linking-system-libs.patch  2020-01-07 04:32:54 UTC (rev 
549799)
@@ -0,0 +1,340 @@
+From: John Zimmermann 
+--- a/cmake/external/crash_reports/CMakeLists.txt
 b/cmake/external/crash_reports/CMakeLists.txt
+@@ -7,6 +7,7 @@
+ add_library(external_crash_reports INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_crash_reports ALIAS external_crash_reports)
+ 
++if(NOT DESKTOP_APP_DISABLE_CRASH_REPORTS)
+ if (WIN32 OR LINUX OR build_macstore)
+ add_subdirectory(breakpad)
+ target_link_libraries(external_crash_reports
+@@ -20,3 +21,4 @@
+ desktop-app::external_crashpad
+ )
+ endif()
++endif()
+--- a/cmake/external/ffmpeg/CMakeLists.txt
 b/cmake/external/ffmpeg/CMakeLists.txt
+@@ -7,6 +7,18 @@
+ add_library(external_ffmpeg INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_ffmpeg ALIAS external_ffmpeg)
+ 
++if(DESKTOP_APP_USE_SYSTEM_LIBS)
++find_package(PkgConfig REQUIRED)
++pkg_check_modules(FFMPEG REQUIRED libavcodec libavformat libavutil 
libswresample libswscale)
++target_link_libraries(external_ffmpeg
++INTERFACE
++${FFMPEG_LIBRARIES}
++)
++target_include_directories(external_ffmpeg SYSTEM
++INTERFACE
++${FFMPEG_INCLUDE_DIRS}
++)
++else()
+ target_include_directories(external_ffmpeg SYSTEM
+ INTERFACE
+ ${libs_loc}/ffmpeg
+@@ -36,3 +48,4 @@
+ Xrender
+ )
+ endif()
++endif()
+--- a/cmake/external/openal/CMakeLists.txt
 b/cmake/external/openal/CMakeLists.txt
+@@ -7,6 +7,21 @@
+ add_library(external_openal INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_openal ALIAS external_openal)
+ 
++if(DESKTOP_APP_USE_SYSTEM_LIBS)
++find_package(OpenAL REQUIRED)
++target_include_directories(external_openal SYSTEM
++INTERFACE
++${OPENAL_INCLUDE_DIR}
++)
++target_link_libraries(external_openal
++INTERFACE
++${OPENAL_LIBRARY}
++)
++target_compile_definitions(external_openal
++INTERFACE
++AL_ALEXT_PROTOTYPES
++)
++else()
+ if (WIN32)
+ target_include_directories(external_openal SYSTEM
+ INTERFACE
+@@ -41,3 +56,4 @@
+ AL_LIBTYPE_STATIC
+ AL_ALEXT_PROTOTYPES
+ )
++endif()
+--- a/cmake/external/openssl/CMakeLists.txt
 b/cmake/external/openssl/CMakeLists.txt
+@@ -7,7 +7,13 @@
+ add_library(external_openssl INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_openssl ALIAS external_openssl)
+ 
+-if (LINUX)
++if(DESKTOP_APP_USE_SYSTEM_LIBS)
++find_package(OpenSSL REQUIRED)
++target_include_directories(external_openssl SYSTEM
++INTERFACE
++${OPENSSL_INCLUDE_DIR}
++)
++elseif (LINUX)
+ 

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

2020-01-06 Thread Jonas Witschel via arch-commits
Date: Monday, January 6, 2020 @ 22:52:37
  Author: diabonas
Revision: 549798

archrelease: copy trunk to community-x86_64

Added:
  tpm2-pkcs11/repos/community-x86_64/
  tpm2-pkcs11/repos/community-x86_64/PKGBUILD
(from rev 549797, tpm2-pkcs11/trunk/PKGBUILD)

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

Copied: tpm2-pkcs11/repos/community-x86_64/PKGBUILD (from rev 549797, 
tpm2-pkcs11/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-06 22:52:37 UTC (rev 549798)
@@ -0,0 +1,35 @@
+# Maintainer: Jonas Witschel 
+pkgname=tpm2-pkcs11
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-pkcs11'
+license=('BSD' 'custom:IPR')
+depends=('openssl' 'python-cryptography' 'python-pyasn1-modules' 'python-yaml' 
'sqlite' 'tpm2-tools')
+checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'libp11' 'opensc' 'tpm2-abrmd' 
'xxd')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('24242f44680d5d3b152d21fcda20e874669cee3a03524daccb41c5f72499858e3bd932bf470b356727089b80c3fc8ed9b4b3a34d8657d4ec8eaac7a063e2394f'
+'SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) 
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit 
--enable-integration)
+   make
+   cd tools
+   python setup.py build
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   cd tools
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in (4 files)

2020-01-06 Thread Jonas Witschel via arch-commits
Date: Monday, January 6, 2020 @ 22:52:25
  Author: diabonas
Revision: 549797

Add tpm2-pkcs11 1.0.1 to [community]

Added:
  tpm2-pkcs11/
  tpm2-pkcs11/repos/
  tpm2-pkcs11/trunk/
  tpm2-pkcs11/trunk/PKGBUILD

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

Added: tpm2-pkcs11/trunk/PKGBUILD
===
--- tpm2-pkcs11/trunk/PKGBUILD  (rev 0)
+++ tpm2-pkcs11/trunk/PKGBUILD  2020-01-06 22:52:25 UTC (rev 549797)
@@ -0,0 +1,35 @@
+# Maintainer: Jonas Witschel 
+pkgname=tpm2-pkcs11
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-pkcs11'
+license=('BSD' 'custom:IPR')
+depends=('openssl' 'python-cryptography' 'python-pyasn1-modules' 'python-yaml' 
'sqlite' 'tpm2-tools')
+checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'libp11' 'opensc' 'tpm2-abrmd' 
'xxd')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('24242f44680d5d3b152d21fcda20e874669cee3a03524daccb41c5f72499858e3bd932bf470b356727089b80c3fc8ed9b4b3a34d8657d4ec8eaac7a063e2394f'
+'SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts 
(Bill Roberts) 
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit 
--enable-integration)
+   make
+   cd tools
+   python setup.py build
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   cd tools
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 22:17:16
  Author: felixonmars
Revision: 549795

upgpkg: idris 1.3.2-47: rebuild with tasty-rerun 1.1.15

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 22:14:28 UTC (rev 549794)
+++ PKGBUILD2020-01-06 22:17:16 UTC (rev 549795)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.2
-pkgrel=46
+pkgrel=47
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/;
 license=("BSD")


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 22:17:24
  Author: felixonmars
Revision: 549796

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 549795, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 549795, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-06 22:17:24 UTC (rev 549796)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.2
+pkgrel=47
+pkgdesc="Functional Programming Language with Dependent Types"
+url="https://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec'
+ 'haskell-network' 'haskell-optparse-applicative' 
'haskell-parser-combinators'
+ 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 
'haskell-terminal-size'
+ 'haskell-uniplate' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('0cd2ecb38ae1d535a38f6f4fbe39ce6d5d4ff496b97214fb24968e9c5b726c824dc79528d00e89d800563b20d4c8b2d47f0c6613433d1380802a2bd10d0816f3')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/< *0.9/<1/' -e 's/< *0.15/<1/' idris.cabal
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly 
--ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-06 Thread Levente Polyak via arch-commits
Date: Monday, January 6, 2020 @ 22:14:28
  Author: anthraxx
Revision: 549794

archrelease: copy trunk to community-any

Added:
  sqlmap/repos/community-any/PKGBUILD
(from rev 549793, sqlmap/trunk/PKGBUILD)
Deleted:
  sqlmap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 22:14:23 UTC (rev 549793)
+++ PKGBUILD2020-01-06 22:14:28 UTC (rev 549794)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evan Teitelman 
-# Contributor: fxbru 
-
-pkgname=sqlmap
-pkgver=1.3.11
-pkgrel=1
-pkgdesc='Automatic SQL injection and database takeover tool'
-url='http://sqlmap.org'
-arch=('any')
-license=('GPL2')
-depends=('python' 'sh')
-backup=('etc/sqlmap.conf')
-source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b0f25a4ba27787ab55cc939969bcc7ddbe550558759859424be478e6363f8bc3')
-sha512sums=('4351037ff76af21d2eb0ad8ce8f7d5b2cfd4a093528ccd492471f46bde9027442ec69eab2ea4048ff67f63f64f844d86a8961db56df55639c1a47d14c19ad567')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m compileall .
-  python -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/etc"
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/opt/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-
-  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
-  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
-  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
-  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
-
-  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python sqlmap.py "\$@"
-EOF
-  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python sqlmapapi.py "\$@"
-EOF
-
-  chmod 755 "${pkgdir}/usr/bin/sqlmap"
-  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlmap/repos/community-any/PKGBUILD (from rev 549793, 
sqlmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 22:14:28 UTC (rev 549794)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evan Teitelman 
+# Contributor: fxbru 
+
+pkgname=sqlmap
+pkgver=1.4
+pkgrel=1
+pkgdesc='Automatic SQL injection and database takeover tool'
+url='http://sqlmap.org'
+arch=('any')
+license=('GPL2')
+depends=('python' 'sh')
+backup=('etc/sqlmap.conf')
+source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a913d177a3ab9e64fc6df1d755e3907323214beceb3a48fae6ea867df1cc434b')
+sha512sums=('c91042bfcdf34b108f17e276086144ba8bb84ea33942a42682075a3140ba82e45b72647dc692190de6690d60f7dd91aaeda3d5852892a0d5f637f097288d6519')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m compileall .
+  python -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/etc"
+  install -d "${pkgdir}/usr/bin"
+  install -d "${pkgdir}/opt/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+
+  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
+  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
+  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
+  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
+
+  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python sqlmap.py "\$@"
+EOF
+  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python sqlmapapi.py "\$@"
+EOF
+
+  chmod 755 "${pkgdir}/usr/bin/sqlmap"
+  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-06 Thread Levente Polyak via arch-commits
Date: Monday, January 6, 2020 @ 22:14:23
  Author: anthraxx
Revision: 549793

upgpkg: sqlmap 1.4-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 22:00:57 UTC (rev 549792)
+++ PKGBUILD2020-01-06 22:14:23 UTC (rev 549793)
@@ -3,7 +3,7 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.3.11
+pkgver=1.4
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -12,8 +12,8 @@
 depends=('python' 'sh')
 backup=('etc/sqlmap.conf')
 
source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b0f25a4ba27787ab55cc939969bcc7ddbe550558759859424be478e6363f8bc3')
-sha512sums=('4351037ff76af21d2eb0ad8ce8f7d5b2cfd4a093528ccd492471f46bde9027442ec69eab2ea4048ff67f63f64f844d86a8961db56df55639c1a47d14c19ad567')
+sha256sums=('a913d177a3ab9e64fc6df1d755e3907323214beceb3a48fae6ea867df1cc434b')
+sha512sums=('c91042bfcdf34b108f17e276086144ba8bb84ea33942a42682075a3140ba82e45b72647dc692190de6690d60f7dd91aaeda3d5852892a0d5f637f097288d6519')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-01-06 Thread Antonio Rojas via arch-commits
Date: Monday, January 6, 2020 @ 22:09:21
  Author: arojas
Revision: 372698

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-python/repos/extra-x86_64/PKGBUILD
(from rev 372697, kdevelop-python/trunk/PKGBUILD)
Deleted:
  kdevelop-python/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 22:09:10 UTC (rev 372697)
+++ PKGBUILD2020-01-06 22:09:21 UTC (rev 372698)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=5.4.5
-pkgrel=1
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop python)
-makedepends=(extra-cmake-modules)
-optdepends=('python-pycodestyle: for Python style checking')
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig}
-
kdev-python3.8.patch::https://github.com/KDE/kdev-python/commit/e23fa8f15a.patch)
-sha256sums=('a8469886df9a81f3f16db31474a9ed440b1a60224eb28505b5ac63479ad45812'
-'SKIP'
-'0d23e9555e2d054b37e4412a0f0af7f87af6c8207d934e029ddecc7deee1ba98')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  mkdir -p build
-
-  # Support Python 3.8
-  cd kdev-python-$pkgver
-  patch -Np1 -i ../kdev-python3.8.patch
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-python/repos/extra-x86_64/PKGBUILD (from rev 372697, 
kdevelop-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 22:09:21 UTC (rev 372698)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.4.6
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+optdepends=('python-pycodestyle: for Python style checking')
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig}
+
kdev-python3.8.patch::https://github.com/KDE/kdev-python/commit/e23fa8f15a.patch)
+sha256sums=('1feb4a494740c3a35bb02967078c994b80c630db5d004ce469c22b217ae2bc51'
+'SKIP'
+'0d23e9555e2d054b37e4412a0f0af7f87af6c8207d934e029ddecc7deee1ba98')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+
+  # Support Python 3.8
+  cd kdev-python-$pkgver
+  patch -Np1 -i ../kdev-python3.8.patch
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-01-06 Thread Antonio Rojas via arch-commits
Date: Monday, January 6, 2020 @ 22:09:10
  Author: arojas
Revision: 372697

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 372696, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 22:08:52 UTC (rev 372696)
+++ PKGBUILD2020-01-06 22:09:10 UTC (rev 372697)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=5.4.5
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha256sums=('f8126131f521b2497fa62ad79ba276a68a45e40b48406c6686658708780ade32'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-php-$pkgver \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD (from rev 372696, 
kdevelop-php/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 22:09:10 UTC (rev 372697)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.4.6
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
+sha256sums=('6cc00a091bee419a405f1bd3e01d934456d10787a9505645a9479f7e5b519093'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-php-$pkgver \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-01-06 Thread Antonio Rojas via arch-commits
Date: Monday, January 6, 2020 @ 22:08:52
  Author: arojas
Revision: 372696

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop/repos/extra-x86_64/PKGBUILD
(from rev 372695, kdevelop/trunk/PKGBUILD)
Deleted:
  kdevelop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 22:08:22 UTC (rev 372695)
+++ PKGBUILD2020-01-06 22:08:52 UTC (rev 372696)
@@ -1,52 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.4.5
-_clangver=9.0.1
-pkgrel=2
-pkgdesc='C++ IDE using KDE technologies'
-arch=(x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
- kcmutils threadweaver knewstuff)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
-optdepends=('konsole: embedded terminal'
-'git: Git support' 'subversion: SVN support'
-'gdb: GNU debugger support' 'lldb: LLDB debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration'
-'meson: meson integration'
-'qt5-tools: qthelp plugin'
-'okteta: GNU debugger support'
-'plasma-framework: for the plasma addons'
-'purpose: patch review plugin'
-'astyle: astyle plugin'
-'cppcheck: code analyzer' 'heaptrack: memory profiler'
-'clazy: clazy analyzer plugin')
-conflicts=(kdevelop-qmljs kdevplatform)
-replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('92c0504ff8c3ef730881e021adc7d6e945d8db0cbc0f3ff81280008ad35b7023'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 372695, 
kdevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 22:08:52 UTC (rev 372696)
@@ -0,0 +1,52 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.4.6
+_clangver=9.0.1
+pkgrel=1
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5f97ed98db9e7723a450cc9ff2a7a1020f407b3d8cb9260fde1906b678cd5506'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdevelop (3 files)

2020-01-06 Thread Antonio Rojas via arch-commits
Date: Monday, January 6, 2020 @ 22:08:22
  Author: arojas
Revision: 372695

Update to 5.4.6

Modified:
  kdevelop-php/trunk/PKGBUILD
  kdevelop-python/trunk/PKGBUILD
  kdevelop/trunk/PKGBUILD

+
 -php/trunk/PKGBUILD|4 ++--
 -python/trunk/PKGBUILD |4 ++--
 trunk/PKGBUILD |6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2020-01-06 20:52:03 UTC (rev 372694)
+++ trunk/PKGBUILD  2020-01-06 22:08:22 UTC (rev 372695)
@@ -3,9 +3,9 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.4.5
+pkgver=5.4.6
 _clangver=9.0.1
-pkgrel=2
+pkgrel=1
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
@@ -29,7 +29,7 @@
 conflicts=(kdevelop-qmljs kdevplatform)
 replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('92c0504ff8c3ef730881e021adc7d6e945d8db0cbc0f3ff81280008ad35b7023'
+sha256sums=('5f97ed98db9e7723a450cc9ff2a7a1020f407b3d8cb9260fde1906b678cd5506'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 


Modified: -php/trunk/PKGBUILD
===
--- -php/trunk/PKGBUILD 2020-01-06 20:52:03 UTC (rev 372694)
+++ -php/trunk/PKGBUILD 2020-01-06 22:08:22 UTC (rev 372695)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=5.4.5
+pkgver=5.4.6
 pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(kdevelop)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha256sums=('f8126131f521b2497fa62ad79ba276a68a45e40b48406c6686658708780ade32'
+sha256sums=('6cc00a091bee419a405f1bd3e01d934456d10787a9505645a9479f7e5b519093'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 


Modified: -python/trunk/PKGBUILD
===
--- -python/trunk/PKGBUILD  2020-01-06 20:52:03 UTC (rev 372694)
+++ -python/trunk/PKGBUILD  2020-01-06 22:08:22 UTC (rev 372695)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=5.4.5
+pkgver=5.4.6
 pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 optdepends=('python-pycodestyle: for Python style checking')
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig}
 
kdev-python3.8.patch::https://github.com/KDE/kdev-python/commit/e23fa8f15a.patch)
-sha256sums=('a8469886df9a81f3f16db31474a9ed440b1a60224eb28505b5ac63479ad45812'
+sha256sums=('1feb4a494740c3a35bb02967078c994b80c630db5d004ce469c22b217ae2bc51'
 'SKIP'
 '0d23e9555e2d054b37e4412a0f0af7f87af6c8207d934e029ddecc7deee1ba98')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 



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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 22:00:57
  Author: felixonmars
Revision: 549792

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 549791, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 549791, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-06 22:00:57 UTC (rev 549792)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20191230
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse' 
'haskell-magic'
+ 'haskell-memory' 'haskell-microlens' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 
'haskell-network-multicast'
+ 'haskell-network-uri' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-path-pieces' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup -j1
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 22:00:49
  Author: felixonmars
Revision: 549791

upgpkg: git-annex 7.20191230-6: rebuild with tasty-rerun 1.1.15

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 21:53:30 UTC (rev 549790)
+++ PKGBUILD2020-01-06 22:00:49 UTC (rev 549791)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20191230
-pkgrel=5
+pkgrel=6
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 21:53:30
  Author: felixonmars
Revision: 549790

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 549789, haskell-tasty-rerun/trunk/PKGBUILD)

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

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
549789, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-06 21:53:30 UTC (rev 549790)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.15
+pkgrel=1
+pkgdesc="Rerun only tests which failed in a previous test run"
+url="https://github.com/ocharles/tasty-rerun;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-split' 
'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c05e0cd8f2351c8d6a512d3039d6f718c4bf879b2465530817f6e54e9074456c9e7e2960ee9af47bac2f39e83adcd024631f83d97f1765c3e708f73ffcf124f3')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 21:53:19
  Author: felixonmars
Revision: 549789

upgpkg: haskell-tasty-rerun 1.1.15-1: rebuild with tasty-rerun 1.1.15

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 21:50:24 UTC (rev 549788)
+++ PKGBUILD2020-01-06 21:53:19 UTC (rev 549789)
@@ -3,17 +3,16 @@
 
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
-pkgver=1.1.14
-pkgrel=41
-pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+pkgver=1.1.15
+pkgrel=1
+pkgdesc="Rerun only tests which failed in a previous test run"
 url="https://github.com/ocharles/tasty-rerun;
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-reducers'
- 'haskell-split' 'haskell-tagged' 'haskell-tasty')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-split' 
'haskell-tagged' 'haskell-tasty')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('eed20b7f224b0069e3194909c7b8905e8745766dcc3b1cd5dd89ecea7f055a302bc7550d0752c5a2a300a7471d418f2da62fbf5d136bfbb7e68d00900e3e3f44')
+sha512sums=('c05e0cd8f2351c8d6a512d3039d6f718c4bf879b2465530817f6e54e9074456c9e7e2960ee9af47bac2f39e83adcd024631f83d97f1765c3e708f73ffcf124f3')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 21:49:59
  Author: felixonmars
Revision: 549784

upgpkg: taskell 1.9.0.0-5: rebuild with tzdata 0.1.20190911.0

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 21:48:32 UTC (rev 549783)
+++ PKGBUILD2020-01-06 21:49:59 UTC (rev 549784)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.9.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 21:50:06
  Author: felixonmars
Revision: 549785

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 549784, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 549784, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-06 21:50:06 UTC (rev 549785)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('22cf1ed3d46157ccda6391b470d87c28bf6637bc193d758f580a1cf86bbc7b30b0efb19dc63650364cff896757b4869f3e46f0b3118ead62ee732d8e12a8226f')
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 21:48:25
  Author: felixonmars
Revision: 549782

upgpkg: haskell-tz 0.1.3.3-5: rebuild with tzdata 0.1.20190911.0

Modified:
  haskell-tz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 21:47:26 UTC (rev 549781)
+++ PKGBUILD2020-01-06 21:48:25 UTC (rev 549782)
@@ -3,7 +3,7 @@
 _hkgname=tz
 pkgname=haskell-tz
 pkgver=0.1.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Efficient time zone handling'
 arch=(x86_64)
 url='https://hackage.haskell.org/package/tz'


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 21:48:32
  Author: felixonmars
Revision: 549783

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tz/repos/community-staging-x86_64/PKGBUILD (from rev 549782, 
haskell-tz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-06 21:48:32 UTC (rev 549783)
@@ -0,0 +1,50 @@
+# Maintainer: Jelle van der Waa 
+
+_hkgname=tz
+pkgname=haskell-tz
+pkgver=0.1.3.3
+pkgrel=5
+pkgdesc='Efficient time zone handling'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/tz'
+license=(BSD)
+depends=(ghc-libs haskell-vector haskell-data-default haskell-tzdata)
+checkdepends=(haskell-test-framework-th haskell-hunit haskell-quickcheck
+  haskell-test-framework-quickcheck2 haskell-test-framework-hunit)
+makedepends=(ghc)
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('54dacfde056e5f860062e1dcf9fe9a384e8725bb195d404b4b9a24ff50faaa777ff077330e06f336d369a61a855c0e09e3475477e1b34030dbab6d7c661a2452')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--enable-tests \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 21:47:26
  Author: felixonmars
Revision: 549781

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tzdata/repos/community-staging-x86_64/PKGBUILD (from rev 
549780, haskell-tzdata/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-06 21:47:26 UTC (rev 549781)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tzdata
+pkgname=haskell-tzdata
+pkgver=0.1.20190911.0
+pkgrel=1
+pkgdesc="Haskell package that distributes the standard time zone database"
+url="https://github.com/nilcons/haskell-tzdata;
+license=('Apache')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vector')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-test-framework-th')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f4c4fec7a8fb7c4706ee73ad19f3b96b7299b524dffcdf012c1236c866755c1e6a08434e22f0a58aae89d3b9c79bcd72a4c58fdfa7cad25db3786fe30db252fa')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-06 Thread Felix Yan via arch-commits
Date: Monday, January 6, 2020 @ 21:47:17
  Author: felixonmars
Revision: 549780

upgpkg: haskell-tzdata 0.1.20190911.0-1: rebuild with tzdata 0.1.20190911.0

Modified:
  haskell-tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 19:59:07 UTC (rev 549779)
+++ PKGBUILD2020-01-06 21:47:17 UTC (rev 549780)
@@ -2,8 +2,8 @@
 
 _hkgname=tzdata
 pkgname=haskell-tzdata
-pkgver=0.1.20190325.0
-pkgrel=2
+pkgver=0.1.20190911.0
+pkgrel=1
 pkgdesc="Haskell package that distributes the standard time zone database"
 url="https://github.com/nilcons/haskell-tzdata;
 license=('Apache')
@@ -12,7 +12,7 @@
 makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
  'haskell-test-framework-th')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('6d0d0ab2ebc34bb969c5ca5855e4d2d614171333449a24e1af32d3789cece1a66a4f9e783f08862ae7f85cd368a00e72dee77eebfb0bb40c5cad5d545c692843')
+sha512sums=('f4c4fec7a8fb7c4706ee73ad19f3b96b7299b524dffcdf012c1236c866755c1e6a08434e22f0a58aae89d3b9c79bcd72a4c58fdfa7cad25db3786fe30db252fa')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (4 files)

2020-01-06 Thread Levente Polyak via arch-commits
Date: Monday, January 6, 2020 @ 20:52:03
  Author: anthraxx
Revision: 372694

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 372693, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 372693, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  416 -
 config   |21184 ++---
 2 files changed, 10800 insertions(+), 10800 deletions(-)

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


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

2020-01-06 Thread Levente Polyak via arch-commits
Date: Monday, January 6, 2020 @ 20:51:56
  Author: anthraxx
Revision: 372693

upgpkg: linux-hardened 5.4.8.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |8 
 config   |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 19:32:21 UTC (rev 372692)
+++ PKGBUILD2020-01-06 20:51:56 UTC (rev 372693)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.4.7.a
+pkgver=5.4.8.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -27,11 +27,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('abc9b21d9146d95853dac35f4c4489a0199aff53ee6eee4b0563d1b37079fcc9'
+sha256sums=('42c414c902193f9e8a1b70c728ca440de02d85dc29102f52ef98cfbf20d29a52'
 'SKIP'
-'f7b09fec3efe947d7789026b41201c6663cbf5c2c18cb4c5748a9d3fddf94004'
+'08f37a33ab9bca30f6fea22fce1273cd6a169be81f8660d55c256bc13a793c19'
 'SKIP'
-'f2c16fe7d1163c7f1b350725c44b86afde6834d92ddb30974a4ba14204ba284a')
+'b7c143dbbb752623a1835dad9727968509b7c45b2468d5127809517cceb5b8c1')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2020-01-06 19:32:21 UTC (rev 372692)
+++ config  2020-01-06 20:51:56 UTC (rev 372693)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.7 Kernel Configuration
+# Linux/x86 5.4.8 Kernel Configuration
 #
 
 #


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

2020-01-06 Thread Antonio Rojas via arch-commits
Date: Monday, January 6, 2020 @ 19:59:07
  Author: arojas
Revision: 549779

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 19:57:30 UTC (rev 549778)
+++ PKGBUILD2020-01-06 19:59:07 UTC (rev 549779)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fredrick Brennan 
-# Contributor: Stephan Eisvogel 
-
-pkgname=python-pikepdf
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='Read and write PDFs with Python, powered by qpdf'
-arch=(x86_64)
-url='https://github.com/pikepdf/pikepdf'
-license=(MPL2)
-makedepends=(pybind11 python-setuptools)
-depends=(python-lxml qpdf)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz;)
-sha256sums=('be5b0302895baad6c9cbc162ffcc405c70698e1a85f016a8bda6d3591e65')
-
-build() {
-  cd pikepdf-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pikepdf-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pikepdf/repos/community-x86_64/PKGBUILD (from rev 549778, 
python-pikepdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 19:59:07 UTC (rev 549779)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fredrick Brennan 
+# Contributor: Stephan Eisvogel 
+
+pkgname=python-pikepdf
+pkgver=1.8.3
+pkgrel=1
+pkgdesc='Read and write PDFs with Python, powered by qpdf'
+arch=(x86_64)
+url='https://github.com/pikepdf/pikepdf'
+license=(MPL2)
+makedepends=(pybind11 python-setuptools)
+depends=(python-lxml qpdf)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz;)
+sha256sums=('7c1f0fe4327bc70a7da2626f458346d8c2a8a7c34f829d8131285b6b1d4471b4')
+
+build() {
+  cd pikepdf-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pikepdf-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-01-06 Thread Antonio Rojas via arch-commits
Date: Monday, January 6, 2020 @ 19:57:30
  Author: arojas
Revision: 549778

Update to 1.8.3

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 19:39:20 UTC (rev 549777)
+++ PKGBUILD2020-01-06 19:57:30 UTC (rev 549778)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel 
 
 pkgname=python-pikepdf
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(pybind11 python-setuptools)
 depends=(python-lxml qpdf)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz;)
-sha256sums=('be5b0302895baad6c9cbc162ffcc405c70698e1a85f016a8bda6d3591e65')
+sha256sums=('7c1f0fe4327bc70a7da2626f458346d8c2a8a7c34f829d8131285b6b1d4471b4')
 
 build() {
   cd pikepdf-$pkgver


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

2020-01-06 Thread Kpcyrd via arch-commits
Date: Monday, January 6, 2020 @ 19:39:20
  Author: kpcyrd
Revision: 549777

archrelease: copy trunk to community-x86_64

Added:
  yggdrasil/repos/community-x86_64/
  yggdrasil/repos/community-x86_64/PKGBUILD
(from rev 549776, yggdrasil/trunk/PKGBUILD)
  yggdrasil/repos/community-x86_64/yggdrasil.sysusers
(from rev 549776, yggdrasil/trunk/yggdrasil.sysusers)

+
 PKGBUILD   |   37 +
 yggdrasil.sysusers |2 ++
 2 files changed, 39 insertions(+)

Copied: yggdrasil/repos/community-x86_64/PKGBUILD (from rev 549776, 
yggdrasil/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-06 19:39:20 UTC (rev 549777)
@@ -0,0 +1,37 @@
+# Maintainer: kpcyrd 
+# Contributor: Knut Ahlers 
+
+pkgname=yggdrasil
+pkgver=0.3.12
+pkgrel=2
+pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay 
network"
+arch=('x86_64')
+url="https://github.com/yggdrasil-network/yggdrasil-go;
+license=('LGPL3')
+depends=('glibc')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/yggdrasil-network/yggdrasil-go/archive/v${pkgver}.tar.gz;
+'yggdrasil.sysusers')
+sha512sums=('7277f08c49bf23f30f579f3c983076a2e53731efe0ca7df987448728a2272e36fca6b14825389d2512b6914e36f2316c2dd769aa1008de9cd108740ec93df294'
+
'b78d1f5efeeba184588ba7bdb2249d976aec160daa59742e032983da1aedad062d15c7c97cba3eba69412a0f7904ee123d98b58f859892d71188c25624295c32')
+b2sums=('6c801dfb9cae33d6637c1aaa8d2e48a997dcb4315ad0b854dae2dac7528d8c8a7fc2b64567efea05385a2717bbacf8a738cd7e07f81b1bda1fde661fcd084f9c'
+
'3cf5bfb3c09908f841b39f7206bb472e50e60f10d1b87ab6def97a7212e27627f1e795bbaffd964d2d27a80fbbd1a3be63d63c59793ec1967c02f48b8462c08b')
+
+build() {
+  cd "${pkgname}-go-${pkgver}"
+  PKGNAME="${pkgname}" PKGVER="${pkgver}" \
+CGO_LDFLAGS="${LDFLAGS}" \
+GOFLAGS="-trimpath" \
+./build
+}
+
+package() {
+  cd "${pkgname}-go-${pkgver}"
+  install -Dm755 "yggdrasil" "${pkgdir}/usr/bin/yggdrasil"
+  install -Dm755 "yggdrasilctl" "${pkgdir}/usr/bin/yggdrasilctl"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 contrib/systemd/yggdrasil.service -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm644 "${srcdir}/yggdrasil.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/yggdrasil.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: yggdrasil/repos/community-x86_64/yggdrasil.sysusers (from rev 549776, 
yggdrasil/trunk/yggdrasil.sysusers)
===
--- community-x86_64/yggdrasil.sysusers (rev 0)
+++ community-x86_64/yggdrasil.sysusers 2020-01-06 19:39:20 UTC (rev 549777)
@@ -0,0 +1,2 @@
+#Type Name  ID  GECOS Home directory Shell
+g yggdrasil -   -


[arch-commits] Commit in (5 files)

2020-01-06 Thread Kpcyrd via arch-commits
Date: Monday, January 6, 2020 @ 19:39:05
  Author: kpcyrd
Revision: 549776

addpkg: yggdrasil 0.3.12-2

Added:
  yggdrasil/
  yggdrasil/repos/
  yggdrasil/trunk/
  yggdrasil/trunk/PKGBUILD
  yggdrasil/trunk/yggdrasil.sysusers

+
 PKGBUILD   |   37 +
 yggdrasil.sysusers |2 ++
 2 files changed, 39 insertions(+)

Added: yggdrasil/trunk/PKGBUILD
===
--- yggdrasil/trunk/PKGBUILD(rev 0)
+++ yggdrasil/trunk/PKGBUILD2020-01-06 19:39:05 UTC (rev 549776)
@@ -0,0 +1,37 @@
+# Maintainer: kpcyrd 
+# Contributor: Knut Ahlers 
+
+pkgname=yggdrasil
+pkgver=0.3.12
+pkgrel=2
+pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay 
network"
+arch=('x86_64')
+url="https://github.com/yggdrasil-network/yggdrasil-go;
+license=('LGPL3')
+depends=('glibc')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/yggdrasil-network/yggdrasil-go/archive/v${pkgver}.tar.gz;
+'yggdrasil.sysusers')
+sha512sums=('7277f08c49bf23f30f579f3c983076a2e53731efe0ca7df987448728a2272e36fca6b14825389d2512b6914e36f2316c2dd769aa1008de9cd108740ec93df294'
+
'b78d1f5efeeba184588ba7bdb2249d976aec160daa59742e032983da1aedad062d15c7c97cba3eba69412a0f7904ee123d98b58f859892d71188c25624295c32')
+b2sums=('6c801dfb9cae33d6637c1aaa8d2e48a997dcb4315ad0b854dae2dac7528d8c8a7fc2b64567efea05385a2717bbacf8a738cd7e07f81b1bda1fde661fcd084f9c'
+
'3cf5bfb3c09908f841b39f7206bb472e50e60f10d1b87ab6def97a7212e27627f1e795bbaffd964d2d27a80fbbd1a3be63d63c59793ec1967c02f48b8462c08b')
+
+build() {
+  cd "${pkgname}-go-${pkgver}"
+  PKGNAME="${pkgname}" PKGVER="${pkgver}" \
+CGO_LDFLAGS="${LDFLAGS}" \
+GOFLAGS="-trimpath" \
+./build
+}
+
+package() {
+  cd "${pkgname}-go-${pkgver}"
+  install -Dm755 "yggdrasil" "${pkgdir}/usr/bin/yggdrasil"
+  install -Dm755 "yggdrasilctl" "${pkgdir}/usr/bin/yggdrasilctl"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 contrib/systemd/yggdrasil.service -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm644 "${srcdir}/yggdrasil.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/yggdrasil.conf"
+}
+
+# vim: ts=2 sw=2 et:

Added: yggdrasil/trunk/yggdrasil.sysusers
===
--- yggdrasil/trunk/yggdrasil.sysusers  (rev 0)
+++ yggdrasil/trunk/yggdrasil.sysusers  2020-01-06 19:39:05 UTC (rev 549776)
@@ -0,0 +1,2 @@
+#Type Name  ID  GECOS Home directory Shell
+g yggdrasil -   -


[arch-commits] Commit in four-in-a-row/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 19:32:21
  Author: heftig
Revision: 372692

archrelease: copy trunk to extra-x86_64

Added:
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 372691, four-in-a-row/trunk/PKGBUILD)
Deleted:
  four-in-a-row/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 19:32:10 UTC (rev 372691)
+++ PKGBUILD2020-01-06 19:32:21 UTC (rev 372692)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=four-in-a-row
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-url="https://wiki.gnome.org/Apps/Four-in-a-row;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 gsound librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=7d19fccc0e815d9f5181aa00cd0489090370626d  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: four-in-a-row/repos/extra-x86_64/PKGBUILD (from rev 372691, 
four-in-a-row/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 19:32:21 UTC (rev 372692)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=four-in-a-row
+pkgver=3.34.3
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+url="https://wiki.gnome.org/Apps/Four-in-a-row;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 gsound librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=71cf30a081f1820740facfeec2127fb474e93c68  # tags/3.34.3^0
+source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD)

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 19:32:10
  Author: heftig
Revision: 372691

3.34.3-1

Modified:
  four-in-a-row/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 18:39:24 UTC (rev 372690)
+++ PKGBUILD2020-01-06 19:32:10 UTC (rev 372691)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=four-in-a-row
-pkgver=3.34.1
+pkgver=3.34.3
 pkgrel=1
 pkgdesc="Make lines of the same color to win"
 url="https://wiki.gnome.org/Apps/Four-in-a-row;
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=7d19fccc0e815d9f5181aa00cd0489090370626d  # tags/3.34.1^0
+_commit=71cf30a081f1820740facfeec2127fb474e93c68  # tags/3.34.3^0
 source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-01-06 Thread Brett Cornwall via arch-commits
Date: Monday, January 6, 2020 @ 18:55:05
  Author: ainola
Revision: 549775

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 18:54:52 UTC (rev 549774)
+++ PKGBUILD2020-01-06 18:55:05 UTC (rev 549775)
@@ -1,49 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.9.0
-pkgrel=1
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
-arch=('x86_64')
-depends=(
-'freerdp'
-'libinput'
-'libxkbcommon'
-'opengl-driver'
-'pixman'
-'xcb-util-errors'
-'xcb-util-image'
-'xcb-util-wm'
-)
-makedepends=('meson' 'ninja' 'wayland-protocols')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
-)
-sha256sums=('334220a1d550dc5b20d28fb7b27b9b7c23f9c6d5ef5ad82c67ef127458ce2790'
-'SKIP')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix=/usr \
---buildtype=plain \
--Dfreerdp=enabled \
--Dlibcap=enabled \
--Dlogind=enabled \
--Dlogind-provider=systemd \
--Dxcb-errors=enabled \
--Dxcb-icccm=enabled \
--Dxcb-xkb=enabled \
--Dxwayland=enabled \
--Dx11-backend=enabled
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-staging-x86_64/PKGBUILD (from rev 549774, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 18:55:05 UTC (rev 549775)
@@ -0,0 +1,52 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.9.1
+pkgrel=1
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+'freerdp'
+'libinput'
+'libxkbcommon'
+'opengl-driver'
+'pixman'
+'xcb-util-errors'
+'xcb-util-image'
+'xcb-util-wm'
+)
+makedepends=('meson' 'ninja' 'wayland-protocols')
+provides=(
+'libwlroots.so'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
+'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix=/usr \
+--buildtype=plain \
+-Dfreerdp=enabled \
+-Dlibcap=enabled \
+-Dlogind=enabled \
+-Dlogind-provider=systemd \
+-Dxcb-errors=enabled \
+-Dxcb-icccm=enabled \
+-Dxcb-xkb=enabled \
+-Dxwayland=enabled \
+-Dx11-backend=enabled
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2020-01-06 Thread Brett Cornwall via arch-commits
Date: Monday, January 6, 2020 @ 18:54:52
  Author: ainola
Revision: 549774

upgpkg: wlroots 0.9.1-1

Modified:
  wlroots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 18:39:10 UTC (rev 549773)
+++ PKGBUILD2020-01-06 18:54:52 UTC (rev 549774)
@@ -2,7 +2,7 @@
 # Contributor: Omar Pakker
 
 pkgname=wlroots
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
@@ -19,11 +19,14 @@
 'xcb-util-wm'
 )
 makedepends=('meson' 'ninja' 'wayland-protocols')
+provides=(
+'libwlroots.so'
+)
 source=(
 
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
 
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
 )
-sha256sums=('334220a1d550dc5b20d28fb7b27b9b7c23f9c6d5ef5ad82c67ef127458ce2790'
+sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
 'SKIP')
 validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:39:12
  Author: heftig
Revision: 372686

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 18:39:10 UTC (rev 372685)
+++ PKGBUILD2020-01-06 18:39:12 UTC (rev 372686)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-taquin
-pkgver=3.34.2
-pkgrel=1
-pkgdesc="Move tiles so that they reach their places"
-url="https://wiki.gnome.org/Apps/Taquin;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 librsvg gsound)
-makedepends=(meson vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=7d62a13d4545293c2a47ad54d1c3a1b2a08c58eb  # tags/3.34.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-taquin/repos/extra-x86_64/PKGBUILD (from rev 372684, 
gnome-taquin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 18:39:12 UTC (rev 372686)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-taquin
+pkgver=3.34.3
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 librsvg gsound)
+makedepends=(meson vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=60aa931f77638371ec7b09f6b204777c6a259517  # tags/3.34.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in firefox-i18n/repos (testing-any testing-any/PKGBUILD)

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:39:24
  Author: heftig
Revision: 372690

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 372689, firefox-i18n/trunk/PKGBUILD)

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

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 372689, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-01-06 18:39:24 UTC (rev 372690)
@@ -0,0 +1,234 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Baechler 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Michal Hybner 
+# Contributor: Andrea Scarpino 
+
+pkgbase=firefox-i18n
+pkgver=72.0
+pkgrel=1
+pkgdesc="Language pack for Firefox"
+arch=(any)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/;
+
+_languages=(
+  'ach"Acholi"'
+  'af "Afrikaans"'
+  'an "Aragonese"'
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'az "Azerbaijani"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn "Bengali"'
+  'br "Breton"'
+  'bs "Bosnian"'
+  'ca-valencia "Catalan (Valencian)"'
+  'ca "Catalan"'
+  'cak"Maya Kaqchikel"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-CA  "English (Canadian)"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'eo "Esperanto"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-CL  "Spanish (Chile)"'
+  'es-ES  "Spanish (Spain)"'
+  'es-MX  "Spanish (Mexico)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fa "Persian"'
+  'ff "Fulah"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'gn "Guarani"'
+  'gu-IN  "Gujarati (India)"'
+  'he "Hebrew"'
+  'hi-IN  "Hindi (India)"'
+  'hr "Croatian"'
+  'hsb"Upper Sorbian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'ia "Interlingua"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'ka "Georgian"'
+  'kab"Kabyle"'
+  'kk "Kazakh"'
+  'km "Khmer"'
+  'kn "Kannada"'
+  'ko "Korean"'
+  'lij"Ligurian"'
+  'lt "Lithuanian"'
+  'lv "Latvian"'
+  'mk "Macedonian"'
+  'mr "Marathi"'
+  'ms "Malay"'
+  'my "Burmese"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'ne-NP  "Nepali"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'oc "Occitan"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'son"Songhai"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta "Tamil"'
+  'te "Telugu"'
+  'th "Thai"'
+  'tl "Tagalog"'
+  'tr "Turkish"'
+  'trs"Chicahuaxtla Triqui"'
+  'uk "Ukrainian"'
+  'ur "Urdu"'
+  'uz "Uzbek"'
+  'vi "Vietnamese"'
+  'xh "Xhosa"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=firefox-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Firefox"
+  depends=("firefox>=$pkgver")
+  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
+}
+
+sha256sums=('3294473e483abcb031dffd14f2e80dd20b9e5a6f99077da0488195633b89c474'
+'d48e9edab9616fcdd5dbe0ed4e6bc198fc226fc7513146033c7ea2aeaa621d94'
+'b300111f7f6ba2aa1684f254946cce9eedb6570bf5c8ba1d518f2de477051553'
+'9ae7d8c0faf78f10648a114037eb80d8af309bbfe8404f1e3840257ec0844244'
+'b606196ce815d11d2aeea1412cf052c44297491d2c36a0bdf80b93f663d38137'
+'3652e09239257d3c14118692980561c71b5d909edffdec24b4cb72190da225ec'
+'99a504dc44067539d9dee93cca39982b5c3989a2da542d6551d4452c599d24c8'
+'b400fcb965db2bec4fd8f508ce5a927d79b7a2a633e0adde5f8ccb7eda46dfc3'
+'9ad7646ec55061ec0f7c1ade89d9bfa4c3c4ab4f70561791f2b9d5732286c059'
+'680534382090073baba3aad5eb5110984ccdefb51c20b358625ffc602e09f869'
+'72fcbb74f8dc81bd24d9530d7ef0e3534aebd25ed7dca6f7ef112442cc3f0eba'
+

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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:39:13
  Author: heftig
Revision: 372687

archrelease: copy trunk to extra-x86_64

Added:
  iagno/repos/extra-x86_64/PKGBUILD
(from rev 372684, iagno/trunk/PKGBUILD)
Deleted:
  iagno/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 18:39:12 UTC (rev 372686)
+++ PKGBUILD2020-01-06 18:39:13 UTC (rev 372687)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.34.3
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-url="https://wiki.gnome.org/Apps/Iagno;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gsound librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=ff3d25521b5e40cf534a4b61b32c44dbea9e453a  # tags/3.34.3^0
-source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: iagno/repos/extra-x86_64/PKGBUILD (from rev 372684, 
iagno/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 18:39:13 UTC (rev 372687)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.34.4
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gsound librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=fb77042556c700749063614a14adce8f3a3d26d7  # tags/3.34.4^0
+source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:39:10
  Author: heftig
Revision: 549773

archrelease: copy trunk to community-x86_64

Added:
  gnome-boxes/repos/community-x86_64/PKGBUILD
(from rev 549772, gnome-boxes/trunk/PKGBUILD)
Deleted:
  gnome-boxes/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 18:35:28 UTC (rev 549772)
+++ PKGBUILD2020-01-06 18:39:10 UTC (rev 549773)
@@ -1,47 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Stefano Facchini 
-
-pkgname=gnome-boxes
-pkgver=3.34.2
-pkgrel=1
-pkgdesc="Simple GNOME application to access remote or virtual systems"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Boxes;
-license=('LGPL')
-groups=('gnome')
-depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgudev' 'libosinfo' 'libsecret'
- 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk' 'tracker' 'webkit2gtk' 
'freerdp')
-makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 
'spice-protocol' 'vala')
-_commit=2edb94153b163759d18195c511d6cf5212fd1bfe  # tags/v3.34.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/gtk-frdp.git;
-"git+https://gitlab.gnome.org/felipeborges/libovf-glib.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp"
-  git config --local submodule.subprojects/libovf-glib.url 
"$srcdir/libovf-glib"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-boxes/repos/community-x86_64/PKGBUILD (from rev 549772, 
gnome-boxes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 18:39:10 UTC (rev 549773)
@@ -0,0 +1,47 @@
+# Maintainer: Balló György 
+# Contributor: Stefano Facchini 
+
+pkgname=gnome-boxes
+pkgver=3.34.3
+pkgrel=1
+pkgdesc="Simple GNOME application to access remote or virtual systems"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+groups=('gnome')
+depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgudev' 'libosinfo' 'libsecret'
+ 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk' 'tracker' 'webkit2gtk' 
'freerdp')
+makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 
'spice-protocol' 'vala')
+_commit=c3bce5984eb53cc883850969f3e4a3e8e2cc6d44  # tags/v3.34.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/gtk-frdp.git;
+"git+https://gitlab.gnome.org/felipeborges/libovf-glib.git;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp"
+  git config --local submodule.subprojects/libovf-glib.url 
"$srcdir/libovf-glib"
+  git submodule update
+}
+
+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 pacrunner/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:39:08
  Author: heftig
Revision: 372684

archrelease: copy trunk to extra-x86_64

Added:
  pacrunner/repos/extra-x86_64/PKGBUILD
(from rev 372683, pacrunner/trunk/PKGBUILD)
Deleted:
  pacrunner/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 18:37:38 UTC (rev 372683)
+++ PKGBUILD2020-01-06 18:39:08 UTC (rev 372684)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=pacrunner
-pkgver=0.14
-pkgrel=1
-pkgdesc="Proxy configuration daemon"
-arch=(x86_64)
-url="https://git.kernel.org/pub/scm/network/connman/pacrunner.git;
-license=(GPL2 LGPL2.1)
-depends=(glib2 dbus curl)
-makedepends=(git)
-_commit=531dd59c60ddbecb46eab820aa5314b4be0b7d30  # tags/0.14^0
-source=("git+https://git.kernel.org/pub/scm/network/connman/pacrunner.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-dbusconfdir=/usr/share \
---enable-pie \
---enable-duktape \
---enable-curl
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 /dev/stdin "$pkgdir/usr/lib/systemd/system/pacrunner.service" 
<
+
+pkgname=pacrunner
+pkgver=0.17
+pkgrel=1
+pkgdesc="Proxy configuration daemon"
+arch=(x86_64)
+url="https://git.kernel.org/pub/scm/network/connman/pacrunner.git;
+license=(GPL2 LGPL2.1)
+depends=(glib2 dbus curl)
+makedepends=(git)
+_commit=6f2ba9396ead9909c9f427651ee005834fbd05a8  # tags/0.17^0
+source=("git+https://git.kernel.org/pub/scm/network/connman/pacrunner.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-dbusconfdir=/usr/share \
+--enable-pie \
+--enable-duktape \
+--enable-curl
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/systemd/system/pacrunner.service" 
<

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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:39:14
  Author: heftig
Revision: 372688

archrelease: copy trunk to testing-x86_64

Added:
  firefox/repos/testing-x86_64/
  
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 372684, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 372684, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 372684, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/upload-symbol-archive
(from rev 372684, firefox/trunk/upload-symbol-archive)

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   55 ++
 PKGBUILD   |  225 +
 firefox.desktop|  340 +++
 upload-symbol-archive  |   25 +
 4 files changed, 645 insertions(+)

Copied: 
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 372684, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
(rev 0)
+++ testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
2020-01-06 18:39:14 UTC (rev 372688)
@@ -0,0 +1,55 @@
+From 83f234464554c7f4393cd1dbdeb3a68d3ae0ccae Mon Sep 17 00:00:00 2001
+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 984b998133bd..b6c9f013940c 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3746,11 +3746,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 0daa78fdbbad..49038d0bb1c8 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"
+@@ -175,10 +176,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.24.0
+

Copied: firefox/repos/testing-x86_64/PKGBUILD (from rev 372684, 
firefox/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-06 18:39:14 UTC (rev 372688)
@@ -0,0 +1,225 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jakub Schmidtke 
+
+pkgname=firefox
+pkgver=72.0
+pkgrel=1
+pkgdesc="Standalone web browser from mozilla.org"
+arch=(x86_64)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/;
+depends=(gtk3 libxt startup-notification mime-types dbus-glib ffmpeg nss
+ 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')
+options=(!emptydirs !makeflags !strip)
+source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
+0001-Use-remoting-name-for-GDK-application-names.patch
+$pkgname.desktop)
+sha256sums=('6473b2d854828b5d3dbe4b01093e8993141de7707d5d01eb32bd16a469b46708'
+'SKIP'
+'5f7ac724a5c5afd9322b1e59006f4170ea5354ca1e0e60dab08b7784c2d8463c'
+

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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:39:10
  Author: heftig
Revision: 372685

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 18:39:08 UTC (rev 372684)
+++ PKGBUILD2020-01-06 18:39:10 UTC (rev 372685)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-klotski
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Slide blocks to solve the puzzle"
-url="https://wiki.gnome.org/Apps/Klotski;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=d69466fa775b5cc6d6c24ff914ccfb92c7374bfb  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-klotski/repos/extra-x86_64/PKGBUILD (from rev 372684, 
gnome-klotski/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 18:39:10 UTC (rev 372685)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-klotski
+pkgver=3.34.3
+pkgrel=1
+pkgdesc="Slide blocks to solve the puzzle"
+url="https://wiki.gnome.org/Apps/Klotski;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=4ecd86f166bca12cd0224a49f86323db39911bfa  # tags/3.34.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:39:14
  Author: heftig
Revision: 372689

archrelease: copy trunk to extra-x86_64

Added:
  dconf-editor/repos/extra-x86_64/PKGBUILD
(from rev 372684, dconf-editor/trunk/PKGBUILD)
Deleted:
  dconf-editor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 18:39:14 UTC (rev 372688)
+++ PKGBUILD2020-01-06 18:39:14 UTC (rev 372689)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=dconf-editor
-pkgver=3.34.2
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/dconf;
-license=(GPL3)
-groups=(gnome-extra)
-depends=(gtk3 dconf)
-makedepends=(vala meson appstream-glib git)
-_commit=c55cb4c5f49bdd56e3b16cfc56455d5aa6e3d461  # tags/3.34.2^0
-source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/extra-x86_64/PKGBUILD (from rev 372684, 
dconf-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 18:39:14 UTC (rev 372689)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.34.3
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/dconf;
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala meson appstream-glib git)
+_commit=ac2cb3964920924504544804c515d850b905ac16  # tags/3.34.3^0
+source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:37:33
  Author: heftig
Revision: 372682

72.0-1

Modified:
  firefox/trunk/PKGBUILD
Deleted:
  firefox/trunk/0001-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch

-+
 0001-Bug-1212502-Switch-mozinfo-to-using-the-distro-packa.patch | 7312 
--
 PKGBUILD|   19 
 2 files changed, 7 insertions(+), 7324 deletions(-)

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


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:37:38
  Author: heftig
Revision: 372683

0.17-1

Modified:
  pacrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 18:37:33 UTC (rev 372682)
+++ PKGBUILD2020-01-06 18:37:38 UTC (rev 372683)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=pacrunner
-pkgver=0.14
+pkgver=0.17
 pkgrel=1
 pkgdesc="Proxy configuration daemon"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2 LGPL2.1)
 depends=(glib2 dbus curl)
 makedepends=(git)
-_commit=531dd59c60ddbecb46eab820aa5314b4be0b7d30  # tags/0.14^0
+_commit=6f2ba9396ead9909c9f427651ee005834fbd05a8  # tags/0.17^0
 
source=("git+https://git.kernel.org/pub/scm/network/connman/pacrunner.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:35:36
  Author: heftig
Revision: 372681

3.34.3-1

Modified:
  dconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 18:33:43 UTC (rev 372680)
+++ PKGBUILD2020-01-06 18:35:36 UTC (rev 372681)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=dconf-editor
-pkgver=3.34.2
+pkgver=3.34.3
 pkgrel=1
 pkgdesc="dconf Editor"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 groups=(gnome-extra)
 depends=(gtk3 dconf)
 makedepends=(vala meson appstream-glib git)
-_commit=c55cb4c5f49bdd56e3b16cfc56455d5aa6e3d461  # tags/3.34.2^0
+_commit=ac2cb3964920924504544804c515d850b905ac16  # tags/3.34.3^0
 source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:35:28
  Author: heftig
Revision: 549772

3.34.3-1

Modified:
  gnome-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 15:52:50 UTC (rev 549771)
+++ PKGBUILD2020-01-06 18:35:28 UTC (rev 549772)
@@ -2,7 +2,7 @@
 # Contributor: Stefano Facchini 
 
 pkgname=gnome-boxes
-pkgver=3.34.2
+pkgver=3.34.3
 pkgrel=1
 pkgdesc="Simple GNOME application to access remote or virtual systems"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgudev' 'libosinfo' 'libsecret'
  'libvirt-glib' 'mtools' 'qemu' 'spice-gtk' 'tracker' 'webkit2gtk' 
'freerdp')
 makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 
'spice-protocol' 'vala')
-_commit=2edb94153b163759d18195c511d6cf5212fd1bfe  # tags/v3.34.2^0
+_commit=c3bce5984eb53cc883850969f3e4a3e8e2cc6d44  # tags/v3.34.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/gtk-frdp.git;
 "git+https://gitlab.gnome.org/felipeborges/libovf-glib.git;)


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:33:43
  Author: heftig
Revision: 372680

3.34.3-1

Modified:
  gnome-klotski/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 18:33:39 UTC (rev 372679)
+++ PKGBUILD2020-01-06 18:33:43 UTC (rev 372680)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-klotski
-pkgver=3.34.0
+pkgver=3.34.3
 pkgrel=1
 pkgdesc="Slide blocks to solve the puzzle"
 url="https://wiki.gnome.org/Apps/Klotski;
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg libgnome-games-support)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=d69466fa775b5cc6d6c24ff914ccfb92c7374bfb  # tags/3.34.0^0
+_commit=4ecd86f166bca12cd0224a49f86323db39911bfa  # tags/3.34.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:33:37
  Author: heftig
Revision: 372678

3.34.4-1

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 17:53:44 UTC (rev 372677)
+++ PKGBUILD2020-01-06 18:33:37 UTC (rev 372678)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=iagno
-pkgver=3.34.3
+pkgver=3.34.4
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
 url="https://wiki.gnome.org/Apps/Iagno;
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=ff3d25521b5e40cf534a4b61b32c44dbea9e453a  # tags/3.34.3^0
+_commit=fb77042556c700749063614a14adce8f3a3d26d7  # tags/3.34.4^0
 source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 18:33:39
  Author: heftig
Revision: 372679

3.34.3-1

Modified:
  gnome-taquin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 18:33:37 UTC (rev 372678)
+++ PKGBUILD2020-01-06 18:33:39 UTC (rev 372679)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-taquin
-pkgver=3.34.2
+pkgver=3.34.3
 pkgrel=1
 pkgdesc="Move tiles so that they reach their places"
 url="https://wiki.gnome.org/Apps/Taquin;
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg gsound)
 makedepends=(meson vala yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=7d62a13d4545293c2a47ad54d1c3a1b2a08c58eb  # tags/3.34.2^0
+_commit=60aa931f77638371ec7b09f6b204777c6a259517  # tags/3.34.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-01-06 Thread Anatol Pomozov via arch-commits
Date: Monday, January 6, 2020 @ 17:53:44
  Author: anatolik
Revision: 372677

archrelease: copy trunk to extra-x86_64

Added:
  libevent/repos/extra-x86_64/
  
libevent/repos/extra-x86_64/0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch
(from rev 372676, 
libevent/trunk/0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch)
  libevent/repos/extra-x86_64/PKGBUILD
(from rev 372676, libevent/trunk/PKGBUILD)

---+
 0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch |   31 ++
 PKGBUILD  |   46 
++
 2 files changed, 77 insertions(+)

Copied: 
libevent/repos/extra-x86_64/0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch
 (from rev 372676, 
libevent/trunk/0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch)
===
--- 
extra-x86_64/0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch  
(rev 0)
+++ 
extra-x86_64/0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch  
2020-01-06 17:53:44 UTC (rev 372677)
@@ -0,0 +1,31 @@
+From 497ef904d544ac51de43934549dbeccce8e6e8f8 Mon Sep 17 00:00:00 2001
+From: Azat Khuzhin 
+Date: Mon, 1 Jul 2019 23:54:02 +0300
+Subject: [PATCH] Warn if forked from the event loop during event_reinit()
+
+Calling fork() from the event loop is not a great idea, since at least
+it shares some internal pipes (for handling signals) before
+event_reinit() call
+
+Closes: #833
+---
+ event.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/event.c b/event.c
+index fa4f2802e..aa6c6fba3 100644
+--- a/event.c
 b/event.c
+@@ -1003,6 +1003,12 @@ event_reinit(struct event_base *base)
+ 
+   EVBASE_ACQUIRE_LOCK(base, th_base_lock);
+ 
++  if (base->running_loop) {
++  event_warnx("%s: forked from the event_loop.", __func__);
++  res = -1;
++  goto done;
++  }
++
+   evsel = base->evsel;
+ 
+   /* check if this event mechanism requires reinit on the backend */

Copied: libevent/repos/extra-x86_64/PKGBUILD (from rev 372676, 
libevent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-01-06 17:53:44 UTC (rev 372677)
@@ -0,0 +1,46 @@
+# Maintainer: Tom Gundersen 
+# Contributor: Judd 
+
+pkgname=libevent
+pkgver=2.1.11
+pkgrel=5
+pkgdesc="An event notification library"
+arch=('x86_64')
+url="https://libevent.org/;
+license=('BSD')
+depends=('openssl')
+makedepends=('cmake' 'python')
+optdepends=('python: to use event_rpcgen.py')
+source=(https://github.com/libevent/libevent/releases/download/release-$pkgver-stable/$pkgname-$pkgver-stable.tar.gz{,.asc}
+
https://raw.githubusercontent.com/libevent/libevent/release-2.1.11-stable/cmake/Uninstall.cmake.in
+0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch)
+sha256sums=('a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d'
+'SKIP'
+'1584d6e36642d930ac99d014a485fe886ec705b3f998d128c6d6f227e0454b72'
+'436e56c74c0af0b70c43eaae6bd32b760601d2d5fa98b8d2d026ffad18474e13')
+validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA'
+  '9E3AC83A27974B84D1B3401DB86086848EF8686D')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-stable
+  patch -Np1 -R < 
../0001-Warn-if-forked-from-the-event-loop-during-event_reinit.patch
+
+  cp -n ../Uninstall.cmake.in cmake # 
https://github.com/libevent/libevent/issues/914 
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-stable
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DEVENT__LIBRARY_TYPE=SHARED -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}-stable
+  cmake --build build --target test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-stable
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+  install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE
+}


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

2020-01-06 Thread Anatol Pomozov via arch-commits
Date: Monday, January 6, 2020 @ 17:53:23
  Author: anatolik
Revision: 372676

upgpkg: libevent 2.1.11-5: Instruct CMake to use shared libraries by default

Modified:
  libevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 17:03:08 UTC (rev 372675)
+++ PKGBUILD2020-01-06 17:53:23 UTC (rev 372676)
@@ -3,7 +3,7 @@
 
 pkgname=libevent
 pkgver=2.1.11
-pkgrel=4
+pkgrel=5
 pkgdesc="An event notification library"
 arch=('x86_64')
 url="https://libevent.org/;
@@ -30,13 +30,13 @@
 
 build() {
   cd ${pkgname}-${pkgver}-stable
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -S . -B build
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DEVENT__LIBRARY_TYPE=SHARED -S . -B build
   cmake --build build
 }
 
 check() {
   cd ${pkgname}-${pkgver}-stable
-#  cmake --build build --target test
+  cmake --build build --target test
 }
 
 package() {


[arch-commits] Commit in archlinux-xdg-menu/repos/community-any (PKGBUILD PKGBUILD)

2020-01-06 Thread Jelle van der Waa via arch-commits
Date: Monday, January 6, 2020 @ 15:52:50
  Author: jelle
Revision: 549771

archrelease: copy trunk to community-any

Added:
  archlinux-xdg-menu/repos/community-any/PKGBUILD
(from rev 549770, archlinux-xdg-menu/trunk/PKGBUILD)
Deleted:
  archlinux-xdg-menu/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 15:52:42 UTC (rev 549770)
+++ PKGBUILD2020-01-06 15:52:50 UTC (rev 549771)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=archlinux-xdg-menu
-pkgver=0.7.6.3
-pkgrel=1
-pkgdesc="automatic generate WM menu from xdg files"
-arch=('any')
-url="http://wiki.archlinux.org/index.php/XdgMenu;
-license=("GPL")
-depends=('perl' 'perl-xml-parser')
-optdepends=('sux: for xdg_menu_su')
-backup=("etc/update-menus.conf"
-   "etc/xdg/menus/arch-applications.menu")
-source=("https://arch.p5n.pp.ru/~sergej/dl/2018/arch-xdg-menu-$pkgver.tar.gz;)
-sha256sums=('b99668bee882da7bf0ac247e1d9274b75a062bfe0af12efb994d97e40e361914')
-
-package() {
-  cd "$srcdir"
-  install -D -m 0755 xdg_menu "$pkgdir"/usr/bin/xdg_menu
-  install -D -m 0755 xdg_menu_su "$pkgdir"/usr/bin/xdg_menu_su
-  install -D -m 0755 update-menus "$pkgdir"/usr/bin/update-menus
-  install -D -m 0644 update-menus.conf "$pkgdir"/etc/update-menus.conf
-  mkdir -p "$pkgdir"/usr/share/desktop-directories/
-  cp arch-desktop-directories/* "$pkgdir"/usr/share/desktop-directories/
-  mkdir -p "$pkgdir"/etc/xdg/menus/
-  cp arch-xdg-menu/* "$pkgdir"/etc/xdg/menus/
-  mkdir -p "$pkgdir"//var/cache/xdg-menu
-}

Copied: archlinux-xdg-menu/repos/community-any/PKGBUILD (from rev 549770, 
archlinux-xdg-menu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 15:52:50 UTC (rev 549771)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=archlinux-xdg-menu
+pkgver=0.7.6.3
+pkgrel=2
+pkgdesc="automatic generate WM menu from xdg files"
+arch=('any')
+url="https://wiki.archlinux.org/index.php/XdgMenu;
+license=("GPL")
+depends=('perl' 'perl-xml-parser')
+#optdepends=('sux: for xdg_menu_su')
+backup=("etc/update-menus.conf"
+   "etc/xdg/menus/arch-applications.menu")
+source=("https://arch.p5n.pp.ru/~sergej/dl/2018/arch-xdg-menu-$pkgver.tar.gz;)
+sha256sums=('b99668bee882da7bf0ac247e1d9274b75a062bfe0af12efb994d97e40e361914')
+
+package() {
+  cd "$srcdir"
+  install -D -m 0755 xdg_menu "$pkgdir"/usr/bin/xdg_menu
+  install -D -m 0755 xdg_menu_su "$pkgdir"/usr/bin/xdg_menu_su
+  install -D -m 0755 update-menus "$pkgdir"/usr/bin/update-menus
+  install -D -m 0644 update-menus.conf "$pkgdir"/etc/update-menus.conf
+  mkdir -p "$pkgdir"/usr/share/desktop-directories/
+  cp arch-desktop-directories/* "$pkgdir"/usr/share/desktop-directories/
+  mkdir -p "$pkgdir"/etc/xdg/menus/
+  cp arch-xdg-menu/* "$pkgdir"/etc/xdg/menus/
+  mkdir -p "$pkgdir"//var/cache/xdg-menu
+}


[arch-commits] Commit in archlinux-xdg-menu/trunk (PKGBUILD)

2020-01-06 Thread Jelle van der Waa via arch-commits
Date: Monday, January 6, 2020 @ 15:52:42
  Author: jelle
Revision: 549770

upgpkg: archlinux-xdg-menu 0.7.6.3-2

Rebuild to remove non-existant optdepend

Modified:
  archlinux-xdg-menu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 15:45:13 UTC (rev 549769)
+++ PKGBUILD2020-01-06 15:52:42 UTC (rev 549770)
@@ -3,7 +3,7 @@
 
 pkgname=archlinux-xdg-menu
 pkgver=0.7.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="automatic generate WM menu from xdg files"
 arch=('any')
 url="https://wiki.archlinux.org/index.php/XdgMenu;


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

2020-01-06 Thread David Runge via arch-commits
Date: Monday, January 6, 2020 @ 15:45:13
  Author: dvzrv
Revision: 549769

archrelease: copy trunk to community-x86_64

Added:
  marsyas/repos/community-x86_64/PKGBUILD
(from rev 549768, marsyas/trunk/PKGBUILD)
Deleted:
  marsyas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 15:42:06 UTC (rev 549768)
+++ PKGBUILD2020-01-06 15:45:13 UTC (rev 549769)
@@ -1,75 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-# Contributor: MeMi69 
-
-pkgname=marsyas
-pkgver=0.5.0
-pkgrel=6
-pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
-arch=('x86_64')
-url="http://marsyas.info;
-license=('GPL2')
-groups=('pro-audio')
-depends=('jack' 'lame' 'libmad')
-optdepends=('pd: use ibt_pd external'
-'python2: required for marmonitors.py'
-'qt5-declarative: required for marsyas-inspector'
-'vamp-plugin-sdk: use vamp plugin')
-makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'pd' 'python2' 
'qt5-declarative' 'swig' 'vamp-plugin-sdk')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/version-$pkgver.tar.gz;)
-sha512sums=('0ff8943028753c70d409e78a8c5487da2006b7599c8909c0e0050433a6e7051f32b3c5f31fe833085a479d0486e4c96c5f4a4bd63ac00ee68b89dee941aebc9a')
-
-prepare() {
-  mv -v "${pkgname}-version-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  mkdir -p build
-  # fixing python2 scripts shebang
-  sed -e 's/ python/ python2/' \
-  -i src/swig/python/{modules,scripts}/*.py src/${pkgname}_python/*.py
-  # fixing broken call to env in python scripts
-  sed -e 's/evn/env/' \
-  -i src/swig/python/{modules,scripts}/*.py src/${pkgname}_python/*.py
-  # fixing build of vamp plugins
-  sed -e 
's|"MarSystemTemplateBasic.h"||' \
-  -e 
's|"MarSystemTemplateAdvanced.h"||'
 \
-  -i src/mvamp/MarsyasIBT.h
-  # fixing build of pd external
-  sed -e 's|= atom_getsymbol(argv+1)->s_name|= 
const_cast(atom_getsymbol(argv+1)->s_name)|' \
-  -i src/marsyas_pd/ibt_pd.cpp
-  sed -e 's/--export-dynamic/-export-dynamic/g' \
-  -i src/marsyas_pd/CMakeLists.txt
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  _python_lib=$( echo /usr/lib/python2* )
-  _python_include=$( echo /usr/include/python2* )
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=1 \
--DWITH_MAD=1 \
--DWITH_LAME=1 \
--DWITH_PD=1 \
--DPYTHON_LIBRARY=${_python_lib} \
--DPYTHON_INCLUDE_PATH=${_python_include} \
--DWITH_SWIG=1 \
--DWITH_VAMP=1 \
--DWITH_VORBIS=1 \
-..
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-  # pd external
-  install -vDm 755 lib/ibt_pd.pd_linux \
--vDm 644 ../src/${pkgname}_pd/ibt_pd-help.pd \
--t "${pkgdir}/usr/lib/pd/extra/"
-  # vamp plugin
-  install -vDm 755 lib/mvamp.so -t "${pkgdir}/usr/lib/vamp"
-  # docs
-  install -vDm 644 ../{AUTHORS,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  # rename sfinfo https://bugs.archlinux.org/task/60787
-  mv -v "${pkgdir}/usr/bin/sfinfo" "${pkgdir}/usr/bin/${pkgname}-sfinfo"
-}

Copied: marsyas/repos/community-x86_64/PKGBUILD (from rev 549768, 
marsyas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 15:45:13 UTC (rev 549769)
@@ -0,0 +1,70 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+# Contributor: MeMi69 
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=7
+pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
+arch=('x86_64')
+url="http://marsyas.info;
+license=('GPL2')
+groups=('pd-externals' 'pro-audio' 'vamp-plugins')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'lame' 'libjack.so' 'libmad'
+'libvorbisfile.so')
+makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'pd' 'qt5-base'
+'qt5-declarative' 'libvamp-sdk.so')
+optdepends=('pd: for ibt_pd external'
+'qt5-base: for MarGrid2, MarLpc, MarPhasevocoder, MarPlayer and 
marsyas-inspector'
+'qt5-declarative: for marsyas-inspector'
+'libvamp-sdk.so: for vamp plugin')
+provides=('libmarsyas.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/version-$pkgver.tar.gz;)
+sha512sums=('0ff8943028753c70d409e78a8c5487da2006b7599c8909c0e0050433a6e7051f32b3c5f31fe833085a479d0486e4c96c5f4a4bd63ac00ee68b89dee941aebc9a')
+
+prepare() {
+  mv -v "${pkgname}-version-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fixing build of vamp plugins
+  sed -e 
's|"MarSystemTemplateBasic.h"||' \
+  -e 
's|"MarSystemTemplateAdvanced.h"||'
 \
+  -i src/mvamp/MarsyasIBT.h
+  # fixing build of pd external
+  sed -e 's|= 

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

2020-01-06 Thread David Runge via arch-commits
Date: Monday, January 6, 2020 @ 15:42:06
  Author: dvzrv
Revision: 549768

upgpkg: marsyas 0.5.0-7: Updating maintainer info. Adding all direct library 
dependencies.
Adding qt5-base to optdepends (for several executables). Adding package to 
pd-externals and vamp-plugins groups. Removing python2 (only) module, built 
using swig.
Simplifying cmake setup.

Modified:
  marsyas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 15:32:40 UTC (rev 549767)
+++ PKGBUILD2020-01-06 15:42:06 UTC (rev 549768)
@@ -1,21 +1,24 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Felix Yan 
 # Contributor: MeMi69 
 
 pkgname=marsyas
 pkgver=0.5.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
 arch=('x86_64')
 url="http://marsyas.info;
 license=('GPL2')
-groups=('pro-audio')
-depends=('jack' 'lame' 'libmad')
-optdepends=('pd: use ibt_pd external'
-'python2: required for marmonitors.py'
-'qt5-declarative: required for marsyas-inspector'
-'vamp-plugin-sdk: use vamp plugin')
-makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'pd' 'python2' 
'qt5-declarative' 'swig' 'vamp-plugin-sdk')
+groups=('pd-externals' 'pro-audio' 'vamp-plugins')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'lame' 'libjack.so' 'libmad'
+'libvorbisfile.so')
+makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'pd' 'qt5-base'
+'qt5-declarative' 'libvamp-sdk.so')
+optdepends=('pd: for ibt_pd external'
+'qt5-base: for MarGrid2, MarLpc, MarPhasevocoder, MarPlayer and 
marsyas-inspector'
+'qt5-declarative: for marsyas-inspector'
+'libvamp-sdk.so: for vamp plugin')
+provides=('libmarsyas.so')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/version-$pkgver.tar.gz;)
 
sha512sums=('0ff8943028753c70d409e78a8c5487da2006b7599c8909c0e0050433a6e7051f32b3c5f31fe833085a479d0486e4c96c5f4a4bd63ac00ee68b89dee941aebc9a')
 
@@ -22,13 +25,6 @@
 prepare() {
   mv -v "${pkgname}-version-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
-  mkdir -p build
-  # fixing python2 scripts shebang
-  sed -e 's/ python/ python2/' \
-  -i src/swig/python/{modules,scripts}/*.py src/${pkgname}_python/*.py
-  # fixing broken call to env in python scripts
-  sed -e 's/evn/env/' \
-  -i src/swig/python/{modules,scripts}/*.py src/${pkgname}_python/*.py
   # fixing build of vamp plugins
   sed -e 
's|"MarSystemTemplateBasic.h"||' \
   -e 
's|"MarSystemTemplateAdvanced.h"||'
 \
@@ -41,34 +37,33 @@
 }
 
 build() {
-  cd "${pkgname}-${pkgver}/build"
-  _python_lib=$( echo /usr/lib/python2* )
-  _python_include=$( echo /usr/include/python2* )
+  cd "${pkgname}-${pkgver}"
+  # disabling build of python module, as it's python2 only:
+  # https://github.com/marsyas/marsyas/issues/71
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=1 \
--DWITH_MAD=1 \
--DWITH_LAME=1 \
--DWITH_PD=1 \
--DPYTHON_LIBRARY=${_python_lib} \
--DPYTHON_INCLUDE_PATH=${_python_include} \
--DWITH_SWIG=1 \
--DWITH_VAMP=1 \
--DWITH_VORBIS=1 \
-..
-  make
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_MAD=ON \
+-DWITH_LAME=ON \
+-DWITH_PD=ON \
+-DWITH_SWIG=OFF \
+-DWITH_VAMP=ON \
+-DWITH_VORBIS=ON \
+-B build \
+-S .
+  make VERBOSE=1 -C build
 }
 
 package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install -C build
   # pd external
-  install -vDm 755 lib/ibt_pd.pd_linux \
--vDm 644 ../src/${pkgname}_pd/ibt_pd-help.pd \
+  install -vDm 755 build/lib/ibt_pd.pd_linux \
+-vDm 644 src/${pkgname}_pd/ibt_pd-help.pd \
 -t "${pkgdir}/usr/lib/pd/extra/"
   # vamp plugin
-  install -vDm 755 lib/mvamp.so -t "${pkgdir}/usr/lib/vamp"
+  install -vDm 755 build/lib/mvamp.so -t "${pkgdir}/usr/lib/vamp"
   # docs
-  install -vDm 644 ../{AUTHORS,README,TODO} \
+  install -vDm 644 {AUTHORS,README,TODO} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
   # rename sfinfo https://bugs.archlinux.org/task/60787
   mv -v "${pkgdir}/usr/bin/sfinfo" "${pkgdir}/usr/bin/${pkgname}-sfinfo"


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

2020-01-06 Thread Antonio Rojas via arch-commits
Date: Monday, January 6, 2020 @ 15:32:40
  Author: arojas
Revision: 549767

archrelease: copy trunk to community-x86_64

Added:
  zn_poly/repos/community-x86_64/PKGBUILD
(from rev 549766, zn_poly/trunk/PKGBUILD)
Deleted:
  zn_poly/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 15:32:18 UTC (rev 549766)
+++ PKGBUILD2020-01-06 15:32:40 UTC (rev 549767)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=zn_poly
-pkgver=0.9.1
-pkgrel=2
-pkgdesc="Polynomial arithmetic over Z/nZ"
-arch=(x86_64)
-url="https://gitlab.com/sagemath/zn_poly/;
-license=(GPL)
-depends=(gmp)
-makedepends=(python2)
-source=("https://gitlab.com/sagemath/zn_poly/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d11aea5646cd72ea44ce8dd0d996cf2ea498e882ed96304a74481c4eb6e01093')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 makemakefile.py --prefix=/usr --cflags="$CFLAGS -fPIC" 
--cxxflags="$CXXFLAGS" --ldflags="$LDFLAGS" > makefile
-  make
-  make libzn_poly.so
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 makemakefile.py --prefix="$pkgdir"/usr > makefile
-  make install
-# Install shared library
-  cp libzn_poly.so "$pkgdir"/usr/lib
-}

Copied: zn_poly/repos/community-x86_64/PKGBUILD (from rev 549766, 
zn_poly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 15:32:40 UTC (rev 549767)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=zn_poly
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Polynomial arithmetic over Z/nZ"
+arch=(x86_64)
+url="https://gitlab.com/sagemath/zn_poly/;
+license=(GPL)
+depends=(gmp)
+makedepends=(python)
+source=("https://gitlab.com/sagemath/zn_poly/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6b4bb9f931d7ccc4cd5727faad87fbc3eed2e6a91cbd7f7c32138f6cfde39c6b')
+
+build() {
+  cd $pkgname-$pkgver
+  python makemakefile.py --prefix=/usr --cflags="$CFLAGS -fPIC" 
--cxxflags="$CXXFLAGS" --ldflags="$LDFLAGS" > makefile
+  make
+  make libzn_poly.so
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python makemakefile.py --prefix="$pkgdir"/usr > makefile
+  make install
+# Install shared library
+  cp libzn_poly.so "$pkgdir"/usr/lib
+}


[arch-commits] Commit in zn_poly/trunk (PKGBUILD zn_poly-python3.patch)

2020-01-06 Thread Antonio Rojas via arch-commits
Date: Monday, January 6, 2020 @ 15:32:18
  Author: arojas
Revision: 549766

Update to 0.9.2

Modified:
  zn_poly/trunk/PKGBUILD
Deleted:
  zn_poly/trunk/zn_poly-python3.patch

---+
 PKGBUILD  |   15 -
 zn_poly-python3.patch |  433 
 2 files changed, 4 insertions(+), 444 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 15:21:59 UTC (rev 549765)
+++ PKGBUILD2020-01-06 15:32:18 UTC (rev 549766)
@@ -2,8 +2,8 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=zn_poly
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="Polynomial arithmetic over Z/nZ"
 arch=(x86_64)
 url="https://gitlab.com/sagemath/zn_poly/;
@@ -10,16 +10,9 @@
 license=(GPL)
 depends=(gmp)
 makedepends=(python)
-source=("https://gitlab.com/sagemath/zn_poly/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
- zn_poly-python3.patch)
-sha256sums=('d11aea5646cd72ea44ce8dd0d996cf2ea498e882ed96304a74481c4eb6e01093'
-'c72736011693c9d603f0f4f8e58208b7e7923747fac2d63aadc3fec13f3d9e77')
+source=("https://gitlab.com/sagemath/zn_poly/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6b4bb9f931d7ccc4cd5727faad87fbc3eed2e6a91cbd7f7c32138f6cfde39c6b')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../zn_poly-python3.patch # Fix build with python3
-}
-
 build() {
   cd $pkgname-$pkgver
   python makemakefile.py --prefix=/usr --cflags="$CFLAGS -fPIC" 
--cxxflags="$CXXFLAGS" --ldflags="$LDFLAGS" > makefile

Deleted: zn_poly-python3.patch
===
--- zn_poly-python3.patch   2020-01-06 15:21:59 UTC (rev 549765)
+++ zn_poly-python3.patch   2020-01-06 15:32:18 UTC (rev 549766)
@@ -1,433 +0,0 @@
-commit f2bada31fd09f09c744d8ff0e1fab82c53dbf830
-Author: Jeroen Demeyer 
-Date:   Tue Feb 12 15:08:39 2019 +0100
-
-Make makemakefile.py compatible with Python 3
-
-diff --git a/makemakefile.py b/makemakefile.py
-index fa2b851..acb6084 100644
 a/makemakefile.py
-+++ b/makemakefile.py
-@@ -147,213 +147,221 @@ cpp_libs = libs + " -L" + ntl_lib_dir + " -lntl"
- 
- import time
- 
--print "#"
--print "# Do not edit directly -- this file was auto-generated"
--print "# by makemakefile.py on " + time.strftime("%a, %d %b %Y %H:%M:%S 
+",
-- time.gmtime())
--print "#"
--print "# (makemakefile.py patched for Sage, 04/2012)"
--print
--
--print
--print "CC ?= gcc"
--print "CPP ?= cpp"
--print "CFLAGS = " + cflags
--print "CPPFLAGS = " + cppflags
--print "LDFLAGS = " + ldflags
--print "INCLUDES = " + includes # These are options to the C preprocessor.
--print "LIBS = " + libs # These are linker options passed to the compiler.
--print
--print "AR ?= ar"
--print "RANLIB ?= ranlib"
--print
--print "SHARED_FLAG ?= -shared"
--print "SONAME_FLAG ?= -soname" # '-h' for the Sun/Solaris linker
--
--print
--print "CXX ?= g++" # The C++ compiler.
--print "CXXFLAGS = " + cxxflags # Options passed to the C++ compiler.
--print "CPP_INCLUDES = " + cpp_includes
--print "CPP_LIBS = " + cpp_libs
--
--print
--print "HEADERS = " + " ".join(install_headers + other_headers)
--print "LIBOBJS = " + " ".join([x + ".o" for x in lib_modules])
--print "TESTOBJS = " + " ".join([x + "-DEBUG.o" for x in
--   lib_modules + test_modules + testprof_modules])
--print "PROFOBJS = " + " ".join([x + ".o" for x in
--   lib_modules + prof_modules + noncpp_prof_modules + testprof_modules])
--print "CPP_PROFOBJS = " + " ".join([x + ".o" for x in
--   lib_modules + prof_modules + cpp_prof_modules + testprof_modules])
--print "TUNEOBJS = " + " ".join([x + ".o" for x in
--   lib_modules + tune_modules + testprof_modules + prof_modules +
--   noncpp_prof_modules if x not in ("src/tuning", "profile/prof_main")])
--print "ZN_POLY_TUNING = " + str(int(zn_poly_tuning))
--print "ZN_POLY_VERSION = " + version
--print "ZN_POLY_ABI_VERSION = " + abi_version
--
--print
--print "all: libzn_poly.a"
--print
--print "test: test/test"
--print "tune: tune/tune"
--print
--print "check: test"
--print "\ttest/test -quick all"
--print
--print "install:"
--print "\tmkdir -p %s/include/zn_poly" % prefix
--print "\tmkdir -p %s/lib" % prefix
--print "\tcp libzn_poly.a %s/lib" % prefix
--print "\tcp include/zn_poly.h %s/include/zn_poly" % prefix
--print "\tcp include/wide_arith.h %s/include/zn_poly" % prefix
--print
--print "clean:"
--print "\trm -f *.o"
--print "\trm -f test/*.o"
--print "\trm -f profile/*.o"
--print "\trm -f tune/*.o"
--print "\trm -f src/tuning.c"
--print "\trm -f src/*.o"
--print "\trm -f demo/bernoulli/*.o"
--print "\trm -f libzn_poly.a"
--print "\trm -f libzn_poly.dylib"
--print "\trm -f libzn_poly*.so*"
--print "\trm -f libzn_poly*.dll.a"
--print "\trm -f cygzn_poly.dll"
--print "\trm -f test/test"
--print "\trm -f tune/tune"
-+now = time.strftime("%a, %d %b %Y %H:%M:%S +", time.gmtime())
-+print(

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

2020-01-06 Thread Santiago Torres-Arias via arch-commits
Date: Monday, January 6, 2020 @ 15:21:59
  Author: sangy
Revision: 549765

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 549764, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 15:21:39 UTC (rev 549764)
+++ PKGBUILD2020-01-06 15:21:59 UTC (rev 549765)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=("any")
-url="https://pypi.python.org/pypi/udiskie;
-license=("MIT")
-depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" 
"gtk3" "libnotify" "python-keyutils")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("libappindicator-gtk3: --appindicator support")
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-sha256sums=('ac72a9e37d6110dfdcb804ccb990623de8bfb9cd061d34c77f60acdd60cdaaf9')
-
-build(){
-   cd "$pkgname-$pkgver"
-   python setup.py build
-   make -C doc
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
-   install -m644 completions/zsh/* "$pkgdir/usr/share/zsh/site-functions"
-}

Copied: udiskie/repos/community-any/PKGBUILD (from rev 549764, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 15:21:59 UTC (rev 549765)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=("any")
+url="https://pypi.python.org/pypi/udiskie;
+license=("MIT")
+depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" 
"gtk3" "libnotify" "python-keyutils")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("libappindicator-gtk3: --appindicator support")
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
+sha256sums=('ba6e2271c7aa4402197b3ef74281937ee5d209df1d63d0a7b6e5583952d06821')
+
+build(){
+   cd "$pkgname-$pkgver"
+   python setup.py build
+   make -C doc
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
+   install -m644 completions/zsh/* "$pkgdir/usr/share/zsh/site-functions"
+}


[arch-commits] Commit in (libxxf86misc)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 15:21:39
  Author: andyrtr
Revision: 549764

remove dead package

Deleted:
  libxxf86misc/


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

2020-01-06 Thread Santiago Torres-Arias via arch-commits
Date: Monday, January 6, 2020 @ 15:21:17
  Author: sangy
Revision: 549763

upgpkg: udiskie 2.0.2-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 15:19:52 UTC (rev 549762)
+++ PKGBUILD2020-01-06 15:21:17 UTC (rev 549763)
@@ -4,7 +4,7 @@
 # Contributor: Byron Clark 
 
 pkgname=udiskie
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=("any")
@@ -14,7 +14,7 @@
 makedepends=("asciidoc" "python-setuptools")
 optdepends=("libappindicator-gtk3: --appindicator support")
 
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-sha256sums=('ac72a9e37d6110dfdcb804ccb990623de8bfb9cd061d34c77f60acdd60cdaaf9')
+sha256sums=('ba6e2271c7aa4402197b3ef74281937ee5d209df1d63d0a7b6e5583952d06821')
 
 build(){
cd "$pkgname-$pkgver"


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

2020-01-06 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 15:12:36
  Author: heftig
Revision: 372674

72.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:42:50 UTC (rev 372673)
+++ PKGBUILD2020-01-06 15:12:36 UTC (rev 372674)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=71.0
+pkgver=72.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -136,99 +136,99 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('cf652b9ed7d386b349daeb0f499e8ce4375df35290a7774851503f354846c536'
-'56543c0aa58dd67b1803be3f2488f317a54fa535dc003ca8799e33127c2b78af'
-'bb89da620d169d92c9e8b8896cf5011bb67d3bc4fd98e8839b6e0f8229c3924b'
-'d3362b818132ecb349695a0f93b3e19beb3faa11dd5dc95ee5642831714c1d8a'
-'3d0b9bb389f069eb2567489b5ba7db7a98dc3622fcae83d9400a487aa7212ab8'
-'e40ac04093edea8ce626d3587a430de6329ef5987e797025022aa084653cb442'
-'e0e79bc75a4794e4a95e628793ceb26222c401f391896de12dc5eb8365c9f9e2'
-'232a6540b2dd98acaee8834dd1b69121e3b6e8ef6860c0ad773f32de50461806'
-'1212982cf519bb1bcbef9780f5a2a581f8cb699004288522aeeec1d4c9f9fe9a'
-'a8675f235e78903682a63f8081163b21f7a9e97f9c7f7fc8719bca60e2d98765'
-'89176a3834b0cc505512a4c773c4beec83e4a6f28340a82c8f1215dd936cb6e9'
-'5f667c5e8df2402aab72703e959f807394784db7656dc58ec045a0faf2e40e7b'
-'b0bff572b83ef93ccf64ccfdb8f72a8f2e6704b0713c7b0205f61e632b0fe543'
-'1186faaf141a9959304827ed48fb0ad8fb76a35c5da22206a4ed9d810fbde708'
-'3af82ac38b85705747598dfa620b6bbfdf0942b5b982bfa38de4fe3f84991f55'
-'343ae0dcf6f699bf8a1f80dcb6872cef3004e2adf1a4321605fca41fc3ba574b'
-'ae84577c92fbfdbf0abdf06837224bae44c1e751c12362f9e219a22f2be3c0c3'
-'13baa9f7ae37889042d32a076c002a20dde75e07fa242451e3eca3122bd53120'
-'3d9ec5318ffe44155c20c5cdc5297b0723262e142e9cb88fb1a7d1dd3c938858'
-'bbb45ef571813e54aa90a27d46045dcf7e2b3f330b1e00f7b312855eee4e49e8'
-'69696ac349c8882d7cf9c2f73311a32fa87e8375ad53eeb19e816a6a421e130b'
-'b39fa9abe17926e443fba873b1a94c01f1079b5b5eaea38acce672df4b112e30'
-'dd0d16f94861e946bae5c06d6035062871138b3be0d5232ceb07f01f5b585855'
-'cb4df3b4f01ecc15c53b920a2ef7dda5f5a5d25260badbf9ab15bad8164e1dc8'
-'4e92d694315d4b86f5de40c8097d12afb2c1392f68d0d2ad7e6d8d5f87bdc7e6'
-'de14599fe4373a0bb8ee7b76366ec8b678596bae29ed8fa2a2e944528a245021'
-'4d5390bca4e6ce539ffcd20d4d68c4eb6640d928d7250b80b837a95c7dd94e21'
-'9e29e5c922978ae964aea3e4746141995acb9e1a962519df0e4590d2ed11d5de'
-'9f3bbfc1ed9704b2ff6586f6df0921b867db8e2f29dbd5b7c3fdcc8e0d8145af'
-'38a0ba7c00e3a9aecd9b94b19b178dd7a6ffa62c68a4629199366867681d0e98'
-'4d05a7787a060696bc0eff98dc6586acd5004baf6d21a2c34d9ca10cd8cc96ff'
-'4320f72b2cf9c9635fd7558df7f2c949c0f2b6dab346ca2c52c4909c5ad9d80d'
-'73fbfed8db9cf3e2679b0e952786e883a6bf2fc8856b85f8c7df8efc5c43ee0f'
-'56a5d9e7859ed34adbe372fe39ce2e124a2ad761bdc27a45251efe997a2867db'
-'2816a0d301edd4250834b6fd4b658c4181a0724f3299d7990917c80c84e31493'
-'ee131ba35da77bf5fd6880027be715a298c0c3913342e019e287db4f4f9def45'
-'9d0b9eaf6c74bddaef39b619e5701ad315d9c96116336eec84a974dfc71aeece'
-'04d2f011e91ff6110b197b0900cab78fb04852e82f8fa13798a318e2aaa3db40'
-'f69c5d70534b5dc73d213f741f7a34e89611ab9b558bef9f4cdb726381495585'
-'03b574d7b2cc43cc44a157501c759298832a9e823d27fbff85cf1ccf93ccab4c'
-'333dd8d1cb1de3ff5598d5514fd0d4f1e4210b0a182bf0347eb4cacab3cd778d'
-'28a93c5a727f564bc3e45e5cc4a4a98221eba0571a3735a5bab3126934ed336f'
-'24a14382155ffaa3866e2e643f02c5309d6ae17d8fc107cbba50f39d33a2a5cd'
-'01c67c6844cd7eb2894bec7da7ae1cc44d85dc1a62c67b797feaa8e16e33a861'
-'c8e87721446c2c327912877c1231fc03b561fb384d8c1bab063c35d30a10b27e'
-'2cd07fd271da1881d14d966389a9c01faba73aefd10367e024ec5b125187d042'
-'1f68805bdcd20797fc16eb9e0cc485830232e00152d610d3d66def45bd249649'
-'89898ebb743f1c50ccc18c98dfec67eade72314aa1377c313173eca5e515fd4f'
-'7f52ee3b51746e4edae6f690bbdff67bf61930a69cb48dec62ef8856f09f70ae'
-'da9db6437911cb5ae3fe16a8a989ff6c0a9e1a55df30c9f3c517be75690d80e7'
-'611a115e2838f1d2d29754966575a801729af2db27b29e6e4d9e076e22d5120d'
-'5b9399e9e63bc2cf4a452c933989bc35dc0f7a88e51ed66c04624d6efd4846a1'
-'2e1e3db2d48338b04a2949c078904ed6cbc9857d3ee0d74c987fbb2ed444c1c6'
-

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

2020-01-06 Thread Jelle van der Waa via arch-commits
Date: Monday, January 6, 2020 @ 14:50:16
  Author: jelle
Revision: 549761

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 14:50:07 UTC (rev 549760)
+++ PKGBUILD2020-01-06 14:50:16 UTC (rev 549761)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: josephgbr 
-
-pkgname=lib32-libgusb
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-arch=(x86_64)
-url=https://github.com/hughsie/libgusb
-license=(LGPL2.1)
-depends=(
-  lib32-glib2
-  lib32-libusb
-  libgusb
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk-doc
-  meson
-  python2
-  vala
-)
-source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson libgusb build \
---libdir='/usr/lib32'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libgusb/repos/multilib-x86_64/PKGBUILD (from rev 549760, 
lib32-libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 14:50:16 UTC (rev 549761)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+
+pkgname=lib32-libgusb
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='GObject wrapper for libusb1'
+arch=(x86_64)
+url=https://github.com/hughsie/libgusb
+license=(LGPL2.1)
+depends=(
+  lib32-glib2
+  lib32-libusb
+  libgusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  arch-meson libgusb build \
+--libdir='/usr/lib32'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-06 Thread Jelle van der Waa via arch-commits
Date: Monday, January 6, 2020 @ 14:50:07
  Author: jelle
Revision: 549760

upgpkg: lib32-libgusb 0.3.1-2

Remove python2 makedepend

Modified:
  lib32-libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:38:27 UTC (rev 549759)
+++ PKGBUILD2020-01-06 14:50:07 UTC (rev 549760)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-libgusb
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='GObject wrapper for libusb1'
 arch=(x86_64)
 url=https://github.com/hughsie/libgusb
@@ -19,7 +19,6 @@
   gobject-introspection
   gtk-doc
   meson
-  python2
   vala
 )
 
source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)


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

2020-01-06 Thread Laurent Carlier via arch-commits
Date: Monday, January 6, 2020 @ 14:42:44
  Author: lcarlier
Revision: 372672

upgpkg: libglvnd 1.3.0-2: replace glproto with xorgproto

Modified:
  libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:35:12 UTC (rev 372671)
+++ PKGBUILD2020-01-06 14:42:44 UTC (rev 372672)
@@ -2,12 +2,12 @@
 
 pkgname=libglvnd
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
 url="https://github.com/NVIDIA/libglvnd;
 license=('custom:BSD-like')
-makedepends=('libxext' 'libx11' 'glproto' 'python' 'meson')
+makedepends=('libxext' 'libx11' 'xorgproto' 'python' 'meson')
 provides=('libgl' 'libegl' 'libgles')
 
source=("$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${pkgver}/libglvnd-v${pkgver}.tar.gz;
 LICENSE)


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

2020-01-06 Thread Laurent Carlier via arch-commits
Date: Monday, January 6, 2020 @ 14:42:50
  Author: lcarlier
Revision: 372673

archrelease: copy trunk to extra-x86_64

Added:
  libglvnd/repos/extra-x86_64/LICENSE
(from rev 372672, libglvnd/trunk/LICENSE)
  libglvnd/repos/extra-x86_64/PKGBUILD
(from rev 372672, libglvnd/trunk/PKGBUILD)
Deleted:
  libglvnd/repos/extra-x86_64/LICENSE
  libglvnd/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |   52 +--
 PKGBUILD |   62 ++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-01-06 14:42:44 UTC (rev 372672)
+++ LICENSE 2020-01-06 14:42:50 UTC (rev 372673)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE 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
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/extra-x86_64/LICENSE (from rev 372672, 
libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-01-06 14:42:50 UTC (rev 372673)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 14:42:44 UTC (rev 372672)
+++ PKGBUILD2020-01-06 14:42:50 UTC (rev 372673)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=libglvnd
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd;
-license=('custom:BSD-like')
-makedepends=('libxext' 'libx11' 'glproto' 'python' 'meson')
-provides=('libgl' 'libegl' 'libgles')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${pkgver}/libglvnd-v${pkgver}.tar.gz;
-LICENSE)
-sha512sums=('277d0951596fee654fa90b6c644ccde781d83732bb6caa13ad57103198caa9702732922efd9c84cfbe1689ff40b9d710d9d375f5b4a2f0c86c88c8b3e2b3f732'
-
'bf0f4a7e04220a407400f89226ecc1f798cc43035f2538cc8860e5088e1f84140baf0d4b0b28f66e4b802d4d6925769a1297c24e1ba39c1c093902b2931781a5')
-
-build() {
-  arch-meson $pkgname-v$pkgver build \
--D gles1=false
-
-  ninja -C build
-}
-
-package() {
- 

[arch-commits] Commit in nginx-mod-ndk-set-misc/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:38:27
  Author: bpiotrowski
Revision: 549759

Switch to nginx-src

Modified:
  nginx-mod-ndk-set-misc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:37:01 UTC (rev 549758)
+++ PKGBUILD2020-01-06 14:38:27 UTC (rev 549759)
@@ -1,6 +1,5 @@
 # Maintainer: Massimiliano Torromeo 
 
-_nginxver=1.16.1
 _setmiscver=0.32
 _ndkver=0.3.1
 
@@ -10,23 +9,23 @@
 pkgrel=2
 
 arch=('x86_64')
-depends=("nginx=$_nginxver")
+depends=('nginx')
+makedepends=('nginx-src')
 url="https://github.com/openresty/set-misc-nginx-module;
 license=('BSD')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/openresty/set-misc-nginx-module/archive/v$_setmiscver/set-misc-$_setmiscver.tar.gz

https://github.com/simpl/ngx_devel_kit/archive/v$_ndkver/ngx_devel_kit-$_ndkver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'f1ad2459c4ee6a61771aa84f77871f4bfe42943a4aa4c30c62ba3f981f52c201'
+sha256sums=('f1ad2459c4ee6a61771aa84f77871f4bfe42943a4aa4c30c62ba3f981f52c201'
 '0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat \
  --add-dynamic-module=../ngx_devel_kit-$_ndkver \
  --add-dynamic-module=../set-misc-nginx-module-$_setmiscver
@@ -36,7 +35,7 @@
 package_nginx-mod-ndk() {
pkgdesc="Nginx module that adds additional generic tools that module 
developers can use in their own modules"
 
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
install -Dm755 ndk_http_module.so 
"$pkgdir"/usr/lib/nginx/modules/ndk_http_module.so
 
cd "$srcdir"/ngx_devel_kit-$_ndkver
@@ -45,9 +44,9 @@
 
 package_nginx-mod-set-misc() {
pkgdesc="Nginx module that adds various set_xxx directives"
-   depends=("nginx=$_nginxver" 'nginx-mod-ndk')
+   depends=("nginx" 'nginx-mod-ndk')
 
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
install -Dm755 ngx_http_set_misc_module.so 
"$pkgdir"/usr/lib/nginx/modules/ngx_http_set_misc_module.so
 
install -Dm644 
"$srcdir"/set-misc-nginx-module-$_setmiscver/README.markdown \


[arch-commits] Commit in nginx-mod-redis2/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:37:01
  Author: bpiotrowski
Revision: 549758

Switch to nginx-src

Modified:
  nginx-mod-redis2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:36:59 UTC (rev 549757)
+++ PKGBUILD2020-01-06 14:37:01 UTC (rev 549758)
@@ -5,31 +5,30 @@
 pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.1
 
 pkgdesc='Nginx upstream module for the Redis 2.0 protocol'
 arch=('x86_64')
-depends=("nginx=$_nginxver")
+depends=('nginx')
+makedepends=('nginx-src')
 url="https://github.com/openresty/redis2-nginx-module;
 license=('BSD')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'d255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438')
+sha256sums=('d255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
make modules
 }
 
 package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


[arch-commits] Commit in nginx-mod-pagespeed/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:36:57
  Author: bpiotrowski
Revision: 549756

Switch to nginx-src

Modified:
  nginx-mod-pagespeed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:36:53 UTC (rev 549755)
+++ PKGBUILD2020-01-06 14:36:57 UTC (rev 549756)
@@ -6,25 +6,22 @@
 
 _modname="ngx_pagespeed"
 
-_nginxver=1.16.1
 _pagespeedver=$pkgver-stable
 _psolver=$pkgver
 
 pkgdesc="PageSpeed module for nginx"
 arch=('x86_64')
-depends=("nginx=$_nginxver" "libutil-linux")
+depends=('nginx' "libutil-linux")
+makedepends=('nginx-src')
 url="https://www.ngxpagespeed.com/;
 license=('Apache')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/pagespeed/ngx_pagespeed/archive/v$_pagespeedver/$_modname-$_pagespeedver.tar.gz

pagespeed-$_psolver-x86_64.tar.gz::https://dl.google.com/dl/page-speed/psol/$_psolver-x64.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'68242a30308b21f13de9a36f2aea5c3e34e8a4c0b7c6a37d3369334f6f847d36'
+sha256sums=('68242a30308b21f13de9a36f2aea5c3e34e8a4c0b7c6a37d3369334f6f847d36'
 'df3ba3c8fc54e13845d0a1daa7a6e3d983126c23912851bbf8ba35be646a434f')
 
 prepare() {
@@ -34,13 +31,15 @@
 }
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../incubator-pagespeed-ngx-$_pagespeedver
make modules
 }
 
 package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in ngx_*.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


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

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:36:53
  Author: bpiotrowski
Revision: 549755

Switch to nginx-src

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:34:28 UTC (rev 549754)
+++ PKGBUILD2020-01-06 14:36:53 UTC (rev 549755)
@@ -4,19 +4,17 @@
 pkgname=(passenger mod_passenger nginx-mod-passenger)
 pkgver=6.0.4
 pkgrel=2
-_nginxver=1.16.1
 pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
 arch=('x86_64')
 url="https://www.phusionpassenger.com;
 _watch="https://github.com/phusion/passenger/releases;
 license=('MIT')
-makedepends=('ruby-rake' 'ruby-rack' 'curl' 'apache')
+makedepends=('ruby-rake' 'ruby-rack' 'curl' 'apache' 'nginx-src')
 options=('!emptydirs' 'staticlibs')
 validpgpkeys=('D5F0851426939232F437AB722AC745A50A212A8C'
   '16378A33A6EF16762922526E561F9B9CAC40B2F7'  # 
auto-software-sign...@phusion.nl
   'B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

 
source=(https://s3.amazonaws.com/phusion-passenger/releases/passenger-$pkgver.tar.gz{,.asc}
-https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc})
 sha256sums=('ec1e4b555c176642c1c316897177d54b6f7d369490280e8ee3e54644e40b250b'
 'SKIP'
 'f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
@@ -23,7 +21,8 @@
 'SKIP')
 
 build(){
-  cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+  cd "$srcdir"/nginx
   ./configure --with-compat 
--add-dynamic-module=../$pkgbase-$pkgver/src/nginx_module
   make modules
 
@@ -59,12 +58,12 @@
 
 package_nginx-mod-passenger() {
   pkgdesc="Passenger nginx module"
-  depends=('passenger' "nginx=$_nginxver")
+  depends=('passenger' "nginx")
 
   install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-  cd "$srcdir"/nginx-$_nginxver/objs
+  cd "$srcdir"/nginx/objs
   for mod in ngx_*.so; do
 install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
   done


[arch-commits] Commit in nginx-mod-redis/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:36:59
  Author: bpiotrowski
Revision: 549757

Switch to nginx-src

Modified:
  nginx-mod-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:36:57 UTC (rev 549756)
+++ PKGBUILD2020-01-06 14:36:59 UTC (rev 549757)
@@ -5,25 +5,24 @@
 pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.1
 
 pkgdesc='Nginx module for redis caching'
 arch=('x86_64')
-depends=("nginx=$_nginxver")
+depends=('nginx')
+makedepends=('nginx-src')
 url="https://www.nginx.com/resources/wiki/modules/redis/;
 license=('CUSTOM')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
+sha256sums=('21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
make modules
 }
@@ -32,7 +31,7 @@
install -Dm644 "$srcdir"/ngx_http_redis-$pkgver/LICENSE \
   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


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

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:35:12
  Author: bpiotrowski
Revision: 372671

Add pkgdesc for nginx-src

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:10:03 UTC (rev 372670)
+++ PKGBUILD2020-01-06 14:35:12 UTC (rev 372671)
@@ -143,6 +143,7 @@
 }
 
 package_nginx-src() {
+  pkgdesc="Source code of nginx $pkgver, useful for building modules"
   depends=()
   install -d "$pkgdir/usr/src"
   cp -r $pkgbase-$pkgver-src "$pkgdir/usr/src/nginx"


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:34:28
  Author: bpiotrowski
Revision: 549754

Switch to nginx-src

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:34:19 UTC (rev 549753)
+++ PKGBUILD2020-01-06 14:34:28 UTC (rev 549754)
@@ -5,31 +5,30 @@
 pkgrel=8
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.1
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('x86_64')
-depends=("nginx=$_nginxver")
+depends=('nginx')
+makedepends=('nginx-src')
 url="https://github.com/openresty/srcache-nginx-module;
 license=('BSD')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
+sha256sums=('3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
make modules
 }
 
 package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


[arch-commits] Commit in nginx-mod-naxsi/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:34:19
  Author: bpiotrowski
Revision: 549753

Switch to nginx-src

Modified:
  nginx-mod-naxsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:32:42 UTC (rev 549752)
+++ PKGBUILD2020-01-06 14:34:19 UTC (rev 549753)
@@ -5,32 +5,31 @@
 pkgrel=5
 
 _modname=naxsi
-_nginxver=1.16.1
 
 pkgdesc='Nginx Anti XSS & SQL Injection'
 arch=('x86_64')
-depends=("nginx=$_nginxver")
+depends=('nginx')
+makedepends=('nginx-src')
 url="https://github.com/nbs-system/naxsi;
 license=('GPL3')
 backup=('etc/nginx/naxsi_core.rules')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/nbs-system/$_modname/archive/$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4')
+sha256sums=('0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../$_modname-$pkgver/naxsi_src
make modules
 }
 
 package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


[arch-commits] Commit in nginx-mod-njs/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:32:42
  Author: bpiotrowski
Revision: 549752

Switch to nginx-src

Modified:
  nginx-mod-njs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:29:56 UTC (rev 549751)
+++ PKGBUILD2020-01-06 14:32:42 UTC (rev 549752)
@@ -5,25 +5,24 @@
 pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.1
 
 pkgdesc='nginScript module for nginx'
 arch=('x86_64')
-depends=("nginx=$_nginxver")
+depends=('nginx')
+makedepends=('nginx-src')
 url="https://nginx.org/en/docs/njs_about.html;
 license=('CUSTOM')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'ece30dfa3e889981646f323d62330f7bbab30af1030639986a7fd9876794d3c6')
+sha256sums=('ece30dfa3e889981646f323d62330f7bbab30af1030639986a7fd9876794d3c6')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
make modules
 }
@@ -32,7 +31,7 @@
install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


[arch-commits] Commit in nginx-mod-modsecurity/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:29:56
  Author: bpiotrowski
Revision: 549751

Switch to nginx-src

Modified:
  nginx-mod-modsecurity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:26:37 UTC (rev 549750)
+++ PKGBUILD2020-01-06 14:29:56 UTC (rev 549751)
@@ -4,16 +4,15 @@
 epoch=1
 pkgver=1.0.1
 pkgrel=1
-_nginxver=1.16.1
 
 pkgdesc='ModSecurity v3 Nginx Connector (module for nginx)'
 arch=('x86_64')
-depends=("nginx=$_nginxver" 'libmodsecurity')
+depends=('nginx' 'libmodsecurity')
+makedepends=('nginx-src')
 url="https://github.com/SpiderLabs/ModSecurity-nginx;
 license=('GPL3')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v$pkgver/modsecurity-nginx-v$pkgver.tar.gz{,.asc}
 )
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8'  # Maxim Dounin 

@@ -24,13 +23,15 @@
 'SKIP')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+   cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../modsecurity-nginx-v$pkgver
make modules
 }
 
 package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir/usr/lib/nginx/modules/$mod"
done


[arch-commits] Commit in nginx-mod-memc/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:26:37
  Author: bpiotrowski
Revision: 549750

Switch to nginx-src

Modified:
  nginx-mod-memc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:25:57 UTC (rev 549749)
+++ PKGBUILD2020-01-06 14:26:37 UTC (rev 549750)
@@ -5,16 +5,15 @@
 pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.1
 
 pkgdesc='Extended version of the standard memcached module for nginx'
 arch=('x86_64')
-depends=("nginx=$_nginxver")
+depends=('nginx')
+makedepends=('nginx-src')
 url="https://github.com/openresty/memc-nginx-module;
 license=('BSD')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

@@ -23,13 +22,13 @@
 '8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+   cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
make modules
 }
 
 package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


[arch-commits] Commit in nginx-mod-geoip2/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:25:57
  Author: bpiotrowski
Revision: 549749

Switch to nginx-src

Modified:
  nginx-mod-geoip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:24:40 UTC (rev 549748)
+++ PKGBUILD2020-01-06 14:25:57 UTC (rev 549749)
@@ -5,25 +5,24 @@
 pkgrel=1
 
 _modname="ngx_http_geoip2_module"
-_nginxver=1.16.1
 
 pkgdesc="Nginx GeoIP2 module"
 arch=('x86_64')
-depends=("nginx=$_nginxver" 'libmaxminddb')
+depends=('nginx' 'libmaxminddb')
+makedepends=('nginx-src')
 url="https://github.com/leev/ngx_http_geoip2_module;
 license=('BSD')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7')
+sha256sums=('41378438c833e313a18869d0c4a72704b4835c30acaf7fd68013ab6732ff78a7')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
make modules
 }
@@ -32,7 +31,7 @@
install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in ngx_*.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


[arch-commits] Commit in nginx-mod-echo/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:24:40
  Author: bpiotrowski
Revision: 549748

Switch to nginx-src

Modified:
  nginx-mod-echo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:23:46 UTC (rev 549747)
+++ PKGBUILD2020-01-06 14:24:40 UTC (rev 549748)
@@ -5,25 +5,24 @@
 pkgrel=7
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.1
 
 pkgdesc='Nginx module that provides directives "echo", "sleep", "time" and 
more'
 arch=('x86_64')
-depends=("nginx=$_nginxver")
+depends=('nginx')
+makedepends=('nginx-src')
 url="https://github.com/openresty/echo-nginx-module;
 license=('BSD')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
+sha256sums=('2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
make modules
 }
@@ -32,7 +31,7 @@
install -Dm644 "$srcdir/"$_modname-nginx-module-$pkgver/LICENSE \
   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


[arch-commits] Commit in (5 files)

2020-01-06 Thread Thore Bödecker via arch-commits
Date: Monday, January 6, 2020 @ 14:23:46
  Author: foxxx0
Revision: 549747

re-add python2 variant as separate package

Added:
  python2-tempora/
  python2-tempora/repos/
  python2-tempora/trunk/
  python2-tempora/trunk/LICENSE
  python2-tempora/trunk/PKGBUILD

--+
 LICENSE  |7 +++
 PKGBUILD |   46 ++
 2 files changed, 53 insertions(+)

Added: python2-tempora/trunk/LICENSE
===
--- python2-tempora/trunk/LICENSE   (rev 0)
+++ python2-tempora/trunk/LICENSE   2020-01-06 14:23:46 UTC (rev 549747)
@@ -0,0 +1,7 @@
+Copyright Jason R. Coombs
+
+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.

Added: python2-tempora/trunk/PKGBUILD
===
--- python2-tempora/trunk/PKGBUILD  (rev 0)
+++ python2-tempora/trunk/PKGBUILD  2020-01-06 14:23:46 UTC (rev 549747)
@@ -0,0 +1,46 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Laurent Soest 
+
+pkgname='python2-tempora'
+_pkgbase="${pkgname//python2-/}"
+pkgver=1.14.1
+pkgrel=5
+pkgdesc="Objects and routines pertaining to date and time (tempora)."
+arch=('any')
+url="https://github.com/jaraco/tempora;
+license=('MIT')
+depends=('python2' 'python2-six' 'python2-pytz' 'python2-jaraco')
+makedepends=('python2-setuptools' 'python2-setuptools-scm' 'python2-six'
+ 'python2-pytz' 'python2-jaraco')
+checkdepends=('python2-tox' 'python2-backports.unittest_mock')
+source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;
+'LICENSE')
+sha512sums=('4ecd5430d4d90959b0985908a1e4f239a56ce0026cd315ef6b8c204b645caccb135db76bb2ca9cb95bc65bdf337b61e7c31514eb9c85036771469b6a058edfbb'
+
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
+
+build() {
+# setuptools wont find version from git tag
+
+export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+python2 ./setup.py build
+}
+
+check() {
+# setuptools wont find version from git tag
+export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+tox2
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+python2 ./setup.py install --root="${pkgdir}" --optimize=1
+
+# the author has promised to include a LICENSE file in future releases:
+# https://github.com/jaraco/skeleton/issues/1
+# for now the LICENSE file has been taken from:
+# https://github.com/jaraco/skeleton/blob/skeleton/LICENSE
+install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in nginx-mod-cache_purge/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:22:41
  Author: bpiotrowski
Revision: 549746

Switch to nginx-src

Modified:
  nginx-mod-cache_purge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:22:01 UTC (rev 549745)
+++ PKGBUILD2020-01-06 14:22:41 UTC (rev 549746)
@@ -5,16 +5,15 @@
 pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.1
 
 pkgdesc='Nginx module with ability to purge content from FastCGI, proxy, SCGI 
and uWSGI caches'
 arch=('x86_64')
 depends=('nginx')
+makedepends=('nginx-src')
 url="https://github.com/nginx-modules/ngx_cache_purge;
 license=('CUSTOM')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/nginx-modules/ngx_cache_purge/archive/$pkgver/ngx_cache_purge-$pkgver.tar.gz
 )
 
@@ -22,12 +21,12 @@
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin 

 )
 
-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'2df8501c7ffcac44d4932939faa686fc3cc56e05cfc05bc411bda3313b05dbdd')
+sha256sums=('2df8501c7ffcac44d4932939faa686fc3cc56e05cfc05bc411bda3313b05dbdd')
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+  cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../ngx_cache_purge-$pkgver
make modules
 }
@@ -36,7 +35,7 @@
install -Dm644 "$srcdir"/ngx_cache_purge-$pkgver/LICENSE \
   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


[arch-commits] Commit in nginx-mod-brotli/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:22:01
  Author: bpiotrowski
Revision: 549745

Switch to nginx-src

Modified:
  nginx-mod-brotli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:21:12 UTC (rev 549744)
+++ PKGBUILD2020-01-06 14:22:01 UTC (rev 549745)
@@ -6,30 +6,29 @@
 pkgrel=6
 
 _modname="ngx_${pkgname#nginx-mod-}"
-_nginxver=1.16.1
 
 pkgdesc="Brotli compression filter module for nginx"
 arch=('x86_64')
-depends=("nginx=$_nginxver" 'brotli')
+depends=("nginx" 'brotli')
+makedepends=("nginx-src")
 url="https://github.com/eustas/ngx_brotli;
 license=('CUSTOM')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/eustas/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'309af9e96c10e80f1884acea96379980979581adc287ce338f084607bd48c185')
+sha256sums=('309af9e96c10e80f1884acea96379980979581adc287ce338f084607bd48c185')
 
 prepare() {
+  cp -r /usr/src/nginx .
+
cd "$srcdir"/$_modname-$pkgver
sed 's@/usr/local@/usr@' -i config
 }
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+   cd "$srcdir"/nginx
./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
make modules
 }
@@ -38,7 +37,7 @@
install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in ngx_*.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


[arch-commits] Commit in nginx-mod-auth-pam/trunk (PKGBUILD)

2020-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, January 6, 2020 @ 14:21:12
  Author: bpiotrowski
Revision: 549744

Switch to nginx-src

Modified:
  nginx-mod-auth-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:18:52 UTC (rev 549743)
+++ PKGBUILD2020-01-06 14:21:12 UTC (rev 549744)
@@ -5,32 +5,31 @@
 pkgrel=8
 
 _modname=ngx_http_auth_pam_module
-_nginxver=1.16.1
 
 pkgdesc='Nginx module to use PAM for simple http authentication'
 arch=('x86_64')
-depends=("nginx=$_nginxver" 'pam')
+depends=("nginx" 'pam')
+makedepends=("nginx-src")
 url="https://github.com/sto/ngx_http_auth_pam_module;
 license=('BSD')
 
 source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}

https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz

$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
-'SKIP'
-'77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
+sha256sums=('77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
 '1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
 
 prepare() {
+  cp -r /usr/src/nginx .
+
cd "$srcdir"/$_modname-$pkgver
patch -p1 -i "$srcdir"/$_modname-critlog.patch
 }
 
 build() {
-   cd "$srcdir"/nginx-$_nginxver
+   cd "$srcdir"/nginx
./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
make modules
 }
@@ -39,7 +38,7 @@
install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-   cd "$srcdir"/nginx-$_nginxver/objs
+   cd "$srcdir"/nginx/objs
for mod in *.so; do
install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
done


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

2020-01-06 Thread Maxime Gauduin via arch-commits
Date: Monday, January 6, 2020 @ 14:18:52
  Author: alucryd
Revision: 549743

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 14:18:45 UTC (rev 549742)
+++ PKGBUILD2020-01-06 14:18:52 UTC (rev 549743)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-promise
-pkgver=2.2.0
-pkgrel=3
-pkgdesc='Ultra-performant Promise implementation in Python'
-url=https://github.com/syrusakbary/promise
-arch=(any)
-license=(MIT)
-depends=(
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/syrusakbary/promise.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd promise
-
-  python setup.py build
-}
-
-package() {
-  cd promise
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-promise/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-promise/repos/community-any/PKGBUILD (from rev 549742, 
python-promise/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 14:18:52 UTC (rev 549743)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-promise
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Ultra-performant Promise implementation in Python'
+url=https://github.com/syrusakbary/promise
+arch=(any)
+license=(MIT)
+depends=(
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/syrusakbary/promise.git#tag=ad8ebe68cd9c9686793e3449457f175a0fe43226)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd promise
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd promise
+
+  python setup.py build
+}
+
+package() {
+  cd promise
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-promise/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-06 Thread Maxime Gauduin via arch-commits
Date: Monday, January 6, 2020 @ 14:18:45
  Author: alucryd
Revision: 549742

upgpkg: python-promise 2.3.0-1

Modified:
  python-promise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:11:47 UTC (rev 549741)
+++ PKGBUILD2020-01-06 14:18:45 UTC (rev 549742)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-promise
-pkgver=2.2.0
-pkgrel=3
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='Ultra-performant Promise implementation in Python'
 url=https://github.com/syrusakbary/promise
 arch=(any)
@@ -14,9 +14,15 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/syrusakbary/promise.git#tag=v${pkgver})
+source=(git+https://github.com/syrusakbary/promise.git#tag=ad8ebe68cd9c9686793e3449457f175a0fe43226)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd promise
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   cd promise
 


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

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:11:47
  Author: andyrtr
Revision: 549741

makedepend on xorgproto

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 13:51:07 UTC (rev 549740)
+++ PKGBUILD2020-01-06 14:11:47 UTC (rev 549741)
@@ -50,7 +50,7 @@
  'sdl_ttf'
  'vde2'
  'xalan-c'
- 'xf86driproto'
+ 'xorgproto'
  'xorg-server-devel')
 
source=("https://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}.tar.bz2;
 # We need to build a modified version of vboxsf for Linux 4.16


[arch-commits] Commit in xf86-video-dummy/trunk (PKGBUILD)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:10:03
  Author: andyrtr
Revision: 372670

makedepend on xorgproto

Modified:
  xf86-video-dummy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:09:36 UTC (rev 372669)
+++ PKGBUILD2020-01-06 14:10:03 UTC (rev 372670)
@@ -8,7 +8,7 @@
 url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'xf86dgaproto')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'xorgproto')
 conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})


[arch-commits] Commit in xf86-video-voodoo/trunk (PKGBUILD)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:09:36
  Author: andyrtr
Revision: 372669

makedepend on xorgproto

Modified:
  xf86-video-voodoo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:08:00 UTC (rev 372668)
+++ PKGBUILD2020-01-06 14:09:36 UTC (rev 372669)
@@ -8,7 +8,7 @@
 url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'xf86dgaproto')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'xorgproto')
 conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.diff)


[arch-commits] Commit in xf86-input-vmmouse/trunk (PKGBUILD)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:07:36
  Author: andyrtr
Revision: 372667

makedepend on xorgproto

Modified:
  xf86-input-vmmouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:07:02 UTC (rev 372666)
+++ PKGBUILD2020-01-06 14:07:36 UTC (rev 372667)
@@ -8,7 +8,7 @@
 license=('custom')
 url="https://xorg.freedesktop.org/;
 depends=('systemd-libs')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'xorgproto')
 conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})


[arch-commits] Commit in xf86-input-void/trunk (PKGBUILD)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:08:00
  Author: andyrtr
Revision: 372668

makedepend on xorgproto

Modified:
  xf86-input-void/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:07:36 UTC (rev 372667)
+++ PKGBUILD2020-01-06 14:08:00 UTC (rev 372668)
@@ -8,7 +8,7 @@
 license=('custom')
 url="https://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'xorgproto')
 conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})


[arch-commits] Commit in xf86-input-libinput/trunk (PKGBUILD)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:07:02
  Author: andyrtr
Revision: 372666

makedepend on xorgproto

Modified:
  xf86-input-libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:06:27 UTC (rev 372665)
+++ PKGBUILD2020-01-06 14:07:02 UTC (rev 372666)
@@ -8,7 +8,7 @@
 license=('custom')
 url="http://xorg.freedesktop.org/;
 depends=('libinput>=1.2.0')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'xorgproto')
 conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
 groups=('xorg-drivers')
 
source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})


[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:06:27
  Author: andyrtr
Revision: 372665

makedepend on xorgproto

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:05:46 UTC (rev 372664)
+++ PKGBUILD2020-01-06 14:06:27 UTC (rev 372665)
@@ -9,7 +9,7 @@
 url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('systemd-libs' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'xorgproto')
 conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
 options=('!makeflags')
 groups=('xorg-drivers')


[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:05:46
  Author: andyrtr
Revision: 372664

makedepend on xorgproto

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:04:53 UTC (rev 372663)
+++ PKGBUILD2020-01-06 14:05:46 UTC (rev 372664)
@@ -11,7 +11,7 @@
 license=('MIT')
 url="https://xorg.freedesktop.org/;
 depends=('libxtst' 'libevdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'xorgproto')
 conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
 replaces=('synaptics')
 provides=('synaptics')


[arch-commits] Commit in xf86-input-elographics/trunk (PKGBUILD)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:04:53
  Author: andyrtr
Revision: 372663

makedepend on xorgproto

Modified:
  xf86-input-elographics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:00:58 UTC (rev 372662)
+++ PKGBUILD2020-01-06 14:04:53 UTC (rev 372663)
@@ -8,7 +8,7 @@
 license=('custom')
 url="https://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'resourceproto' 
'scrnsaverproto')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'xorgproto')
 conflicts=('xorg-server<1.19' 'X-ABI-XINPUT_VERSION<24.1' 
'X-ABI-XINPUT_VERSION>=25')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 
sha512sums=('90e9eb3441a78288fbfbb2b108f212b8cfa3d5aaf25a0e88a5e40783cd36bc2d60e02ba390a5f0071eaa37f77e61f0d7ce6d9dbde4f6db21a86ca3294decff97'


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

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:00:58
  Author: andyrtr
Revision: 372662

makedepend on xorgproto

Modified:
  xorg-xinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 14:00:35 UTC (rev 372661)
+++ PKGBUILD2020-01-06 14:00:58 UTC (rev 372662)
@@ -8,7 +8,7 @@
 url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('libx11' 'libxi>=1.5.99.2' 'xorg-xrandr' 'libxinerama')
-makedepends=('xorg-util-macros' 'inputproto' 'libxfixes')
+makedepends=('xorg-util-macros' 'xorgproto' 'libxfixes')
 groups=('xorg-apps' 'xorg')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2{,.sig})
 
sha512sums=('cb2fef866ac5a71dbca3e23b4ecadaca38e65dc1b30f8bb024bad92486554fafc472706619a1af04c746a4f53ce6aea827d694b9f4f0c7d0d46bb1da81984076'


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

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 14:00:35
  Author: andyrtr
Revision: 372661

makedepend on xorgproto

Modified:
  xorg-xkbutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 13:52:10 UTC (rev 372660)
+++ PKGBUILD2020-01-06 14:00:35 UTC (rev 372661)
@@ -8,7 +8,7 @@
 url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('libxaw' 'libxt' 'libx11')
-makedepends=('xorg-util-macros' 'xproto' 'inputproto')
+makedepends=('xorg-util-macros' 'xorgproto')
 groups=('xorg-apps' 'xorg')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.bz2)
 
sha512sums=('5bb6cb52ac02a4ec18332559853815585ca86e00e8c6452483af10c4db75811fe00952575dbbad5b7d03b9d6498830fb45d617b1b3c5c1cea8445f1131856a4d')


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

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 13:52:10
  Author: andyrtr
Revision: 372660

makedepend on xorgproto

Modified:
  xorg-xdriinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 13:48:44 UTC (rev 372659)
+++ PKGBUILD2020-01-06 13:52:10 UTC (rev 372660)
@@ -8,7 +8,7 @@
 url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('libx11' 'libgl')
-makedepends=('xorg-util-macros' 'glproto')
+makedepends=('xorg-util-macros' 'xorgproto')
 groups=('xorg-apps' 'xorg')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xdriinfo-${pkgver}.tar.bz2{,.sig})
 
sha512sums=('7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f'


[arch-commits] Commit in xf86-video-qxl/trunk (PKGBUILD)

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 13:51:07
  Author: andyrtr
Revision: 549740

makedepend on xorgproto

Modified:
  xf86-video-qxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 13:43:18 UTC (rev 549739)
+++ PKGBUILD2020-01-06 13:51:07 UTC (rev 549740)
@@ -14,8 +14,7 @@
 depends=('spice')
 optdepends=('python2: for Xspice')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0' 'spice-protocol'
-   'xf86dgaproto' 'xproto' 'fontsproto' 'randrproto' 'renderproto'
-   'videoproto' 'resourceproto' 'scrnsaverproto' 'git' 'libcacard')
+   'xorgproto' 'git' 'libcacard')
 conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
 validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
 
source=("https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"{,.sig})


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

2020-01-06 Thread Andreas Radke via arch-commits
Date: Monday, January 6, 2020 @ 13:48:44
  Author: andyrtr
Revision: 372659

makedepend on xorgproto

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 13:42:01 UTC (rev 372658)
+++ PKGBUILD2020-01-06 13:48:44 UTC (rev 372659)
@@ -7,8 +7,8 @@
 pkgver=19.3.1
 pkgrel=1
 arch=('x86_64')
-makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
- 'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'wayland-protocols'
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
+ 'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols'
  'elfutils' 'llvm' 'libomxil-bellagio' 'libclc' 'clang' 'libglvnd' 
'libunwind' 'lm_sensors'
  'libxrandr' 'valgrind' 'glslang' 'meson')
 url="https://www.mesa3d.org/;


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

2020-01-06 Thread Jelle van der Waa via arch-commits
Date: Monday, January 6, 2020 @ 13:43:18
  Author: jelle
Revision: 549739

archrelease: copy trunk to community-x86_64

Added:
  ptex/repos/community-x86_64/PKGBUILD
(from rev 549738, ptex/trunk/PKGBUILD)
Deleted:
  ptex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 13:43:06 UTC (rev 549738)
+++ PKGBUILD2020-01-06 13:43:18 UTC (rev 549739)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=ptex
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Per-Face Texture Mapping for Production Rendering"
-arch=(x86_64)
-url="http://ptex.us/;
-license=('BSD')
-depends=(zlib)
-makedepends=(git doxygen python2 cmake)
-source=("https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz;)
-sha512sums=('2d9d320e4205236a4eff05ec3c67d085624809ebefa89fa3b943d18a8b2b6a5f61c022a4cc4363a7c6ceccfb9eac4f8738dff2e90a3355814f2c4ff096c09992')
-
-prepare() {
-   cd "$pkgname-$pkgver"/src
-
-sed -i "s/python/python2/g" tests/run_tests.py
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-
-mkdir -p build && cd build
-   cmake .. \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr
-
-make
-}
-
-package() {
-   cd "$pkgname-$pkgver"/build
-
-# install -d ${pkgdir}/usr/share
-make DESTDIR="$pkgdir" install
-
-# cp -r install/{bin,include,lib} ${pkgdir}/usr
-# cp -r install/doc ${pkgdir}/usr/share/
-
-install -Dm644 ../src/doc/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/License.txt
-}

Copied: ptex/repos/community-x86_64/PKGBUILD (from rev 549738, 
ptex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 13:43:18 UTC (rev 549739)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=ptex
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="Per-Face Texture Mapping for Production Rendering"
+arch=(x86_64)
+url="http://ptex.us/;
+license=('BSD')
+depends=(zlib)
+makedepends=(git doxygen cmake)
+source=("https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz;)
+sha512sums=('2d9d320e4205236a4eff05ec3c67d085624809ebefa89fa3b943d18a8b2b6a5f61c022a4cc4363a7c6ceccfb9eac4f8738dff2e90a3355814f2c4ff096c09992')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+mkdir -p build && cd build
+   cmake .. \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr
+
+make
+}
+
+check() {
+   cd "$pkgname-$pkgver/build"
+make test V=1
+}
+
+package() {
+   cd "$pkgname-$pkgver"/build
+
+# install -d ${pkgdir}/usr/share
+make DESTDIR="$pkgdir" install
+
+# cp -r install/{bin,include,lib} ${pkgdir}/usr
+# cp -r install/doc ${pkgdir}/usr/share/
+
+install -Dm644 ../src/doc/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/License.txt
+}


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

2020-01-06 Thread Jelle van der Waa via arch-commits
Date: Monday, January 6, 2020 @ 13:43:06
  Author: jelle
Revision: 549738

upgpkg: ptex 2.3.0-2

Rebuild to remove python2 makedepend

Modified:
  ptex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 13:36:36 UTC (rev 549737)
+++ PKGBUILD2020-01-06 13:43:06 UTC (rev 549738)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=ptex
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Per-Face Texture Mapping for Production Rendering"
 arch=(x86_64)
 url="http://ptex.us/;


  1   2   >