[arch-commits] Commit in tensorflow/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 07:54:01 Author: svenstaro Revision: 539719 upgpkg: tensorflow 2.1.0rc2-1 Modified: tensorflow/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:37:32 UTC (rev 539718) +++ PKGBUILD2019-12-24 07:54:01 UTC (rev 539719) @@ -5,9 +5,9 @@ pkgbase=tensorflow pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda python-tensorflow python-tensorflow-opt python-tensorflow-cuda python-tensorflow-opt-cuda) -pkgver=2.1.0rc1 -_pkgver=2.1.0-rc1 -pkgrel=2 +pkgver=2.1.0rc2 +_pkgver=2.1.0-rc2 +pkgrel=1 pkgdesc="Library for computation using data flow graphs for scalable machine learning" url="https://www.tensorflow.org/"; license=('APACHE') @@ -20,7 +20,7 @@ 'python-pasta: tf_upgrade_v2 tool') source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz"; Add-grpc-fix-for-gettid.patch) -sha512sums=('e5b07da84a5ec7cd5f329b81a59835a858a7d1d43398555f1d81d6746829f6132d4153fd2506f97985f4424bab0b21b7c7938c873dc5e5e4004756bc5a885c12' +sha512sums=('7b8c9a83b5c25b36f680cfdaeefdc932cab93ecfc25622cd46ac14b2f5582eea4f04c6bdd5d63058266d5e0bf2cd9e1fb7a0647be62fb4ec4b910b0e7b4214e0' '64442ef4cf0527cc321b7425273fd998c8e961af0ffbf1bb0a401cdd9237e95cdcebd8c18416e02a5225fabfd53cf0b694a3486791fffbc3e472a8ffaa4b28ff') get_pyver () { @@ -38,6 +38,7 @@ prepare() { patch -Np1 -d tensorflow-${_pkgver} -i "$srcdir"/Add-grpc-fix-for-gettid.patch + echo "2.0.0-" > tensorflow-${_pkgver}/.bazelversion cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
[arch-commits] Commit in tensorflow/repos/community-x86_64 (4 files)
Date: Tuesday, December 24, 2019 @ 07:54:15 Author: svenstaro Revision: 539720 archrelease: copy trunk to community-x86_64 Added: tensorflow/repos/community-x86_64/Add-grpc-fix-for-gettid.patch (from rev 539719, tensorflow/trunk/Add-grpc-fix-for-gettid.patch) tensorflow/repos/community-x86_64/PKGBUILD (from rev 539719, tensorflow/trunk/PKGBUILD) Deleted: tensorflow/repos/community-x86_64/Add-grpc-fix-for-gettid.patch tensorflow/repos/community-x86_64/PKGBUILD ---+ Add-grpc-fix-for-gettid.patch | 226 PKGBUILD | 533 2 files changed, 380 insertions(+), 379 deletions(-) Deleted: Add-grpc-fix-for-gettid.patch === --- Add-grpc-fix-for-gettid.patch 2019-12-24 07:54:01 UTC (rev 539719) +++ Add-grpc-fix-for-gettid.patch 2019-12-24 07:54:15 UTC (rev 539720) @@ -1,113 +0,0 @@ -From e50d1fa554154b7e398ef7a0357f646e22cd51cf Mon Sep 17 00:00:00 2001 -From: Jianjun Liu -Date: Thu, 29 Aug 2019 14:56:13 +0800 -Subject: [PATCH] Add grpc fix for gettid - -Add gettid fix on gettid conflict because of glibc - -Signed-off-by: Jianjun Liu - tensorflow/workspace.bzl | 1 + - third_party/Rename-gettid-functions.patch | 78 +++ - 2 files changed, 79 insertions(+) - create mode 100644 third_party/Rename-gettid-functions.patch - -diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl -index 55d7eb93..33e86087 100755 a/tensorflow/workspace.bzl -+++ b/tensorflow/workspace.bzl -@@ -486,6 +486,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""): - # WARNING: make sure ncteisen@ and vpai@ are cc-ed on any CL to change the below rule - tf_http_archive( - name = "grpc", -+ patch_file = clean_dep("//third_party:Rename-gettid-functions.patch"), - sha256 = "67a6c26db56f345f7cee846e681db2c23f919eba46dd639b09462d1b6203d28c", - strip_prefix = "grpc-4566c2a29ebec0835643b972eb99f4306c4234a3", - system_build_file = clean_dep("//third_party/systemlibs:grpc.BUILD"), -diff --git a/third_party/Rename-gettid-functions.patch b/third_party/Rename-gettid-functions.patch -new file mode 100644 -index ..90bd9115 /dev/null -+++ b/third_party/Rename-gettid-functions.patch -@@ -0,0 +1,78 @@ -+From d1d017390b799c59d6fdf7b8afa6136d218bdd61 Mon Sep 17 00:00:00 2001 -+From: Benjamin Peterson -+Date: Fri, 3 May 2019 08:11:00 -0700 -+Subject: [PATCH] Rename gettid() functions. -+ -+glibc 2.30 will declare its own gettid; see https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92. Rename the grpc versions to avoid naming conflicts. -+--- -+ src/core/lib/gpr/log_linux.cc | 4 ++-- -+ src/core/lib/gpr/log_posix.cc | 4 ++-- -+ src/core/lib/iomgr/ev_epollex_linux.cc | 4 ++-- -+ 3 files changed, 6 insertions(+), 6 deletions(-) -+ -+diff --git a/src/core/lib/gpr/log_linux.cc b/src/core/lib/gpr/log_linux.cc -+index 561276f0c20..8b597b4cf2f 100644 -+--- a/src/core/lib/gpr/log_linux.cc - b/src/core/lib/gpr/log_linux.cc -+@@ -40,7 +40,7 @@ -+ #include -+ #include -+ -+-static long gettid(void) { return syscall(__NR_gettid); } -++static long sys_gettid(void) { return syscall(__NR_gettid); } -+ -+ void gpr_log(const char* file, int line, gpr_log_severity severity, -+ const char* format, ...) { -+@@ -70,7 +70,7 @@ void gpr_default_log(gpr_log_func_args* args) { -+ gpr_timespec now = gpr_now(GPR_CLOCK_REALTIME); -+ struct tm tm; -+ static __thread long tid = 0; -+- if (tid == 0) tid = gettid(); -++ if (tid == 0) tid = sys_gettid(); -+ -+ timer = static_cast(now.tv_sec); -+ final_slash = strrchr(args->file, '/'); -+diff --git a/src/core/lib/gpr/log_posix.cc b/src/core/lib/gpr/log_posix.cc -+index b6edc14ab6b..2f7c6ce3760 100644 -+--- a/src/core/lib/gpr/log_posix.cc - b/src/core/lib/gpr/log_posix.cc -+@@ -31,7 +31,7 @@ -+ #include -+ #include -+ -+-static intptr_t gettid(void) { return (intptr_t)pthread_self(); } -++static intptr_t sys_gettid(void) { return (intptr_t)pthread_self(); } -+ -+ void gpr_log(const char* file, int line, gpr_log_severity severity, -+ const char* format, ...) { -+@@ -86,7 +86,7 @@ void gpr_default_log(gpr_log_func_args* args) { -+ char* prefix; -+ gpr_asprintf(&prefix, "%s%s.%09d %7" PRIdPTR " %s:%d]", -+gpr_log_severity_string(args->severity), time_buffer, -+- (int)(now.tv_nsec), gettid(), display_file, args->line); -++ (int)(now.tv_nsec), sys_gettid(), display_file, args->line); -+ -+ fprintf(stderr, "%-70s %s\n", prefix, args->message); -+ gpr_free(prefix); -+diff --git a/src/core/lib/iomgr/ev_epollex_linux.cc b/src/core/lib/iomgr/ev_epollex_linux.cc -+index 08116b3ab53..76f59844312 100644 -+--- a/src/core/lib/iomgr/ev_epollex_linux.cc - b/src/core/lib/iomg
[arch-commits] Commit in wireguard-arch/repos/community-testing-x86_64 (2 files)
Date: Tuesday, December 24, 2019 @ 05:37:32 Author: heftig Revision: 539718 archrelease: copy trunk to community-testing-x86_64 Added: wireguard-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539713, wireguard-arch/trunk/PKGBUILD) Deleted: wireguard-arch/repos/community-testing-x86_64/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:31 UTC (rev 539717) +++ PKGBUILD2019-12-24 05:37:32 UTC (rev 539718) @@ -1,32 +0,0 @@ -# Maintainer: Christian Hesse - -pkgname=wireguard-arch -pkgver=0.0.20191219 -pkgrel=3 -pkgdesc='Wireguard module for Arch Kernel' -url='https://www.wireguard.com/' -arch=('x86_64') -license=('GPL') -makedepends=('linux-headers' "wireguard-dkms>=$pkgver") -conflicts=('wireguard-dkms') -provides=('WIREGUARD-MODULE') - -build() { -_kernver=$( + +pkgname=wireguard-arch +pkgver=0.0.20191219 +pkgrel=4 +pkgdesc='Wireguard module for Arch Kernel' +url='https://www.wireguard.com/' +arch=('x86_64') +license=('GPL') +makedepends=('linux-headers' "wireguard-dkms>=$pkgver") +conflicts=('wireguard-dkms') +provides=('WIREGUARD-MODULE') + +build() { +_kernver=$(
[arch-commits] Commit in r8168/repos/community-testing-x86_64 (4 files)
Date: Tuesday, December 24, 2019 @ 05:37:31 Author: heftig Revision: 539717 archrelease: copy trunk to community-testing-x86_64 Added: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 539710, r8168/trunk/PKGBUILD) r8168/repos/community-testing-x86_64/kernel-5.4.patch (from rev 539710, r8168/trunk/kernel-5.4.patch) Deleted: r8168/repos/community-testing-x86_64/PKGBUILD r8168/repos/community-testing-x86_64/kernel-5.4.patch --+ PKGBUILD | 94 ++--- kernel-5.4.patch | 24 ++--- 2 files changed, 59 insertions(+), 59 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:30 UTC (rev 539716) +++ PKGBUILD2019-12-24 05:37:31 UTC (rev 539717) @@ -1,47 +0,0 @@ -# Maintainer: Massimiliano Torromeo -# Contributor: Bob Fanger < bfanger(at)gmail > -# Contributor: Filip , Det < nimetonmaili(at)gmail > - -pkgname=r8168 -pkgver=8.047.05 -pkgrel=9 -pkgdesc="A kernel module for Realtek 8168 network cards" -url="http://www.realtek.com.tw"; -license=("GPL") -arch=('x86_64') -makedepends=('linux-headers') -source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz - kernel-5.4.patch) -sha256sums=('1344bf3d8a1d01a1be8805b48940be1b946b5e694ca75bd14ed1c76fd4c3d67b' -'be79c151c6323bb4d340e31e44fae25a36a93d317812fe5d75c54649ed2508b0') - -prepare() { - cd "$pkgname-$pkgver" - patch -Np1 -i ../kernel-5.4.patch -} - -build() { - local KERNEL_VERSION=$( +# Contributor: Bob Fanger < bfanger(at)gmail > +# Contributor: Filip , Det < nimetonmaili(at)gmail > + +pkgname=r8168 +pkgver=8.047.05 +pkgrel=10 +pkgdesc="A kernel module for Realtek 8168 network cards" +url="http://www.realtek.com.tw"; +license=("GPL") +arch=('x86_64') +makedepends=('linux-headers') +source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz + kernel-5.4.patch) +sha256sums=('1344bf3d8a1d01a1be8805b48940be1b946b5e694ca75bd14ed1c76fd4c3d67b' +'be79c151c6323bb4d340e31e44fae25a36a93d317812fe5d75c54649ed2508b0') + +prepare() { + cd "$pkgname-$pkgver" + patch -Np1 -i ../kernel-5.4.patch +} + +build() { + local KERNEL_VERSION=$( - #include - --#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) && LINUX_VERSION_CODE < KERNEL_VERSION(5,4,0) - #include - #endif - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,37) Copied: r8168/repos/community-testing-x86_64/kernel-5.4.patch (from rev 539710, r8168/trunk/kernel-5.4.patch) === --- kernel-5.4.patch(rev 0) +++ kernel-5.4.patch2019-12-24 05:37:31 UTC (rev 539717) @@ -0,0 +1,12 @@ +diff -u -r r8168-8.047.05/src/r8168_n.c r8168-8.047.05-5.4/src/r8168_n.c +--- r8168-8.047.05/src/r8168_n.c 2019-11-25 18:01:38.0 + r8168-8.047.05-5.4/src/r8168_n.c 2019-11-25 23:36:15.427988367 + +@@ -56,7 +56,7 @@ + #include + #include + +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) && LINUX_VERSION_CODE < KERNEL_VERSION(5,4,0) + #include + #endif + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,37)
[arch-commits] Commit in linux/repos/testing-x86_64 (PKGBUILD PKGBUILD config config)
Date: Tuesday, December 24, 2019 @ 05:37:34 Author: heftig Revision: 372202 archrelease: copy trunk to testing-x86_64 Added: linux/repos/testing-x86_64/PKGBUILD (from rev 372199, linux/trunk/PKGBUILD) linux/repos/testing-x86_64/config (from rev 372199, linux/trunk/config) Deleted: linux/repos/testing-x86_64/PKGBUILD linux/repos/testing-x86_64/config --+ PKGBUILD | 400 - config |21218 ++--- 2 files changed, 10809 insertions(+), 10809 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 372201:372202 to see the changes.
[arch-commits] Commit in linux-zen/repos/testing-x86_64 (4 files)
Date: Tuesday, December 24, 2019 @ 05:37:35 Author: heftig Revision: 372203 archrelease: copy trunk to testing-x86_64 Added: linux-zen/repos/testing-x86_64/PKGBUILD (from rev 372200, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-x86_64/config (from rev 372200, linux-zen/trunk/config) Deleted: linux-zen/repos/testing-x86_64/PKGBUILD linux-zen/repos/testing-x86_64/config --+ PKGBUILD | 400 - config |21292 ++--- 2 files changed, 10846 insertions(+), 10846 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 372202:372203 to see the changes.
[arch-commits] Commit in nvidia/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:37:32 Author: heftig Revision: 372200 archrelease: copy trunk to testing-x86_64 Added: nvidia/repos/testing-x86_64/PKGBUILD (from rev 372199, nvidia/trunk/PKGBUILD) Deleted: nvidia/repos/testing-x86_64/PKGBUILD --+ PKGBUILD | 158 ++--- 1 file changed, 79 insertions(+), 79 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:02 UTC (rev 372199) +++ PKGBUILD2019-12-24 05:37:32 UTC (rev 372200) @@ -1,79 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Maintainer: Felix Yan -# Contributor: Thomas Baechler - -pkgbase=nvidia -pkgname=(nvidia nvidia-dkms) -pkgver=440.44 -pkgrel=6 -pkgdesc="NVIDIA drivers for linux" -arch=('x86_64') -url="https://www.nvidia.com/"; -makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers') -license=('custom') -options=('!strip') -_pkg="NVIDIA-Linux-x86_64-${pkgver}" -source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";) -sha512sums=('c0c0e19cdb82d47575adbcf46e23580977cf7a5097edfb9d76464c2e678a44f556d8c2d0d49515a86b6765f57176460193c6951927e24c278e6a7f411f89f26b') - -prepare() { -sh "${_pkg}.run" --extract-only -cd "${_pkg}" - -cp -a kernel kernel-dkms -cd kernel-dkms -sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf -sed -i 's/__JOBS/`nproc`/' dkms.conf -sed -i 's/__DKMS_MODULES//' dkms.conf -sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\ -DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\ -BUILT_MODULE_NAME[1]="nvidia-uvm"\ -DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\ -BUILT_MODULE_NAME[2]="nvidia-modeset"\ -DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\ -BUILT_MODULE_NAME[3]="nvidia-drm"\ -DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf - -# Gift for linux-rt guys -sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 NV_EXCLUDE_BUILD_MODULES/' dkms.conf -} - -build() { -cd "${_pkg}"/kernel -make SYSSRC=/usr/src/linux module -} - -package_nvidia() { -pkgdesc="NVIDIA drivers for linux" -depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd') - -_extradir="/usr/lib/modules/$( +# Maintainer: Felix Yan +# Contributor: Thomas Baechler + +pkgbase=nvidia +pkgname=(nvidia nvidia-dkms) +pkgver=440.44 +pkgrel=7 +pkgdesc="NVIDIA drivers for linux" +arch=('x86_64') +url="https://www.nvidia.com/"; +makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers') +license=('custom') +options=('!strip') +_pkg="NVIDIA-Linux-x86_64-${pkgver}" +source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";) +sha512sums=('c0c0e19cdb82d47575adbcf46e23580977cf7a5097edfb9d76464c2e678a44f556d8c2d0d49515a86b6765f57176460193c6951927e24c278e6a7f411f89f26b') + +prepare() { +sh "${_pkg}.run" --extract-only +cd "${_pkg}" + +cp -a kernel kernel-dkms +cd kernel-dkms +sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf +sed -i 's/__JOBS/`nproc`/' dkms.conf +sed -i 's/__DKMS_MODULES//' dkms.conf +sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\ +DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[1]="nvidia-uvm"\ +DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[2]="nvidia-modeset"\ +DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[3]="nvidia-drm"\ +DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf + +# Gift for linux-rt guys +sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 NV_EXCLUDE_BUILD_MODULES/' dkms.conf +} + +build() { +cd "${_pkg}"/kernel +make SYSSRC=/usr/src/linux module +} + +package_nvidia() { +pkgdesc="NVIDIA drivers for linux" +depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd') + +_extradir="/usr/lib/modules/$(
[arch-commits] Commit in ndiswrapper-arch/repos/community-testing-x86_64 (6 files)
Date: Tuesday, December 24, 2019 @ 05:37:27 Author: heftig Revision: 539712 archrelease: copy trunk to community-testing-x86_64 Added: ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539709, ndiswrapper-arch/trunk/PKGBUILD) ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch (from rev 539709, ndiswrapper-arch/trunk/kernel-5.3.patch) ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch (from rev 539709, ndiswrapper-arch/trunk/kernel-5.4.patch) Deleted: ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch --+ PKGBUILD | 80 +++--- kernel-5.3.patch | 138 ++--- kernel-5.4.patch | 44 3 files changed, 131 insertions(+), 131 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:26 UTC (rev 539711) +++ PKGBUILD2019-12-24 05:37:27 UTC (rev 539712) @@ -1,40 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: maz-1 - -pkgname=ndiswrapper-arch -pkgver=1.62 -pkgrel=14 -pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors, kernel module for Arch kernel" -arch=('x86_64') -url="https://sourceforge.net/projects/ndiswrapper/"; -license=('GPL') -makedepends=('linux-headers') -provides=('NDISWRAPPER-MODULE') -replaces=('ndiswrapper-module') -source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz"; -'kernel-5.3.patch' 'kernel-5.4.patch') -sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783' - 'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d' - '36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429') - -prepare() { - cd ndiswrapper-$pkgver - patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch - patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch -} - -build() { - _kernver="$( +# Contributor: maz-1 + +pkgname=ndiswrapper-arch +pkgver=1.62 +pkgrel=15 +pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors, kernel module for Arch kernel" +arch=('x86_64') +url="https://sourceforge.net/projects/ndiswrapper/"; +license=('GPL') +makedepends=('linux-headers') +provides=('NDISWRAPPER-MODULE') +replaces=('ndiswrapper-module') +source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz"; +'kernel-5.3.patch' 'kernel-5.4.patch') +sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783' + 'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d' + '36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429') + +prepare() { + cd ndiswrapper-$pkgver + patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch + patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch +} + +build() { + _kernver="$(task = NULL; - info->count = 0; - #ifdef CONFIG_SMP -+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) - cpumask_setall(&info->cpus_allowed); -+#else -+ cpumask_setall(&info->cpus_mask); -+#endif - #endif - } - } while (0); -diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h -index 3c4c6ff..8a71ae3 100644 a/ndiswrapper/driver/ntoskernel.h -+++ b/ndiswrapper/driver/ntoskernel.h -@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS]; - #endif /* CONFIG_SMP */ - - #ifndef tsk_cpus_allowed -+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) - #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed) -+#else -+#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_mask) -+#endif - #endif - - #ifndef __packed -@@ -631,7 +635,12 @@ struct irql_info { - int count; - struct mutex lock; - #ifdef CONFIG_SMP -+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) - cpumask_t cpus_allowed; -+#else -+ const cpumask_t *cpus_ptr; -+ cpumask_t cpus_mask; -+#endif - #endif - struct task_struct *task; - }; -@@ -658,7 +667,11 @@ static inline KIRQL raise_irql(KIRQL newirql) - /* TODO: is this enough to pin down to current cpu? */ - #ifdef CONFIG_SMP - assert(task_cpu(current) == smp_processor_id()); -+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) - cpumask_copy(&info->cpus_allowed, tsk_cpus_allowed(current)); -+#else -
[arch-commits] Commit in tp_smapi/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:37:23 Author: heftig Revision: 539709 archrelease: copy trunk to community-testing-x86_64 Added: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 539708, tp_smapi/trunk/PKGBUILD) Deleted: tp_smapi/repos/community-testing-x86_64/PKGBUILD --+ PKGBUILD | 100 ++--- 1 file changed, 50 insertions(+), 50 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:07 UTC (rev 539708) +++ PKGBUILD2019-12-24 05:37:23 UTC (rev 539709) @@ -1,50 +0,0 @@ -# Maintainer: Lukas Fleischer -# Contributor: xduugu -# Contributor: nh2 -# Contributor: Steven Davidovitz -# Contributor: Nick B -# Contributor: Christof Musik -# Contributor: Stefan Rupp -# Contributor: Ignas Anikevicius - -pkgname=tp_smapi -pkgver=0.43 -pkgrel=162 -pkgdesc="Modules for ThinkPad's SMAPI functionality" -arch=('x86_64') -url='https://github.com/evgeni/tp_smapi' -license=('GPL') -makedepends=('linux-headers' 'git') -_commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43 -source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^tp-smapi\///;s/-/+/g' -} - -build() { - cd $pkgname - - # https://bugs.archlinux.org/task/54975 (kernel has no _GLOBAL_OFFSET_TABLE_): - # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt breaks the modules - - make HDAPS=1 KVER="$( +# Contributor: xduugu +# Contributor: nh2 +# Contributor: Steven Davidovitz +# Contributor: Nick B +# Contributor: Christof Musik +# Contributor: Stefan Rupp +# Contributor: Ignas Anikevicius + +pkgname=tp_smapi +pkgver=0.43 +pkgrel=163 +pkgdesc="Modules for ThinkPad's SMAPI functionality" +arch=('x86_64') +url='https://github.com/evgeni/tp_smapi' +license=('GPL') +makedepends=('linux-headers' 'git') +_commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43 +source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^tp-smapi\///;s/-/+/g' +} + +build() { + cd $pkgname + + # https://bugs.archlinux.org/task/54975 (kernel has no _GLOBAL_OFFSET_TABLE_): + # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt breaks the modules + + make HDAPS=1 KVER="$(
[arch-commits] Commit in acpi_call/repos/community-testing-x86_64 (4 files)
Date: Tuesday, December 24, 2019 @ 05:37:29 Author: heftig Revision: 539715 archrelease: copy trunk to community-testing-x86_64 Added: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 539709, acpi_call/trunk/PKGBUILD) acpi_call/repos/community-testing-x86_64/dkms.conf (from rev 539709, acpi_call/trunk/dkms.conf) Deleted: acpi_call/repos/community-testing-x86_64/PKGBUILD acpi_call/repos/community-testing-x86_64/dkms.conf ---+ PKGBUILD | 124 ++-- dkms.conf | 18 2 files changed, 71 insertions(+), 71 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:28 UTC (rev 539714) +++ PKGBUILD2019-12-24 05:37:29 UTC (rev 539715) @@ -1,62 +0,0 @@ -# Maintainer: Maxime Gauduin -# Contributor: mortzu -# Contributor: fnord0 - -pkgbase=acpi_call -pkgname=(acpi_call acpi_call-dkms) -pkgver=1.1.0 -pkgrel=269 -pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' -url='https://github.com/mkottman/acpi_call' -arch=('x86_64') -license=('GPL') -makedepends=('linux-headers') -source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz"; -dkms.conf) -sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0' -'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a') - -prepare() { - cd $pkgbase-$pkgver - - # Fix build with Linux >= 3.17 - sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c - - # Fix build with Linux >= 4.12 - sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c -} - -build() { - cd $pkgbase-$pkgver - make KVERSION="$( +# Contributor: mortzu +# Contributor: fnord0 + +pkgbase=acpi_call +pkgname=(acpi_call acpi_call-dkms) +pkgver=1.1.0 +pkgrel=270 +pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' +url='https://github.com/mkottman/acpi_call' +arch=('x86_64') +license=('GPL') +makedepends=('linux-headers') +source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz"; +dkms.conf) +sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0' +'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a') + +prepare() { + cd $pkgbase-$pkgver + + # Fix build with Linux >= 3.17 + sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c + + # Fix build with Linux >= 4.12 + sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c +} + +build() { + cd $pkgbase-$pkgver + make KVERSION="$(
[arch-commits] Commit in vhba-module/repos/community-testing-x86_64 (6 files)
Date: Tuesday, December 24, 2019 @ 05:37:28 Author: heftig Revision: 539714 archrelease: copy trunk to community-testing-x86_64 Added: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 539709, vhba-module/trunk/60-vhba.rules) vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 539709, vhba-module/trunk/PKGBUILD) vhba-module/repos/community-testing-x86_64/dkms.conf (from rev 539709, vhba-module/trunk/dkms.conf) Deleted: vhba-module/repos/community-testing-x86_64/60-vhba.rules vhba-module/repos/community-testing-x86_64/PKGBUILD vhba-module/repos/community-testing-x86_64/dkms.conf ---+ 60-vhba.rules |2 - PKGBUILD | 106 dkms.conf | 18 - 3 files changed, 63 insertions(+), 63 deletions(-) Deleted: 60-vhba.rules === --- 60-vhba.rules 2019-12-24 05:37:28 UTC (rev 539713) +++ 60-vhba.rules 2019-12-24 05:37:28 UTC (rev 539714) @@ -1 +0,0 @@ -ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess" Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 539709, vhba-module/trunk/60-vhba.rules) === --- 60-vhba.rules (rev 0) +++ 60-vhba.rules 2019-12-24 05:37:28 UTC (rev 539714) @@ -0,0 +1 @@ +ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess" Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:28 UTC (rev 539713) +++ PKGBUILD2019-12-24 05:37:28 UTC (rev 539714) @@ -1,53 +0,0 @@ -# Maintainer: Ray Rashif -# Contributor: Mateusz Herych -# Contributor: Charles Lindsay - -pkgbase=vhba-module -pkgname=(vhba-module vhba-module-dkms) -pkgver=20190831 -pkgrel=29 -pkgdesc="Kernel module that emulates SCSI devices" -url="https://cdemu.sourceforge.io/"; -arch=(x86_64) -license=(GPL) -makedepends=('linux-headers') -source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2"; -60-vhba.rules dkms.conf) -sha256sums=('9a83772cf8bec15723f7a8105a0aae3faa057edbd5595e6c081e5803a8996bf9' -'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b' -'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7') - -prepare() { - cd $pkgbase-$pkgver - sed -i 's/20190302/20190410/' Makefile # Fixup VHBA_VERSION -} - -build() { - cd $pkgbase-$pkgver - make KERNELRELEASE="$( +# Contributor: Mateusz Herych +# Contributor: Charles Lindsay + +pkgbase=vhba-module +pkgname=(vhba-module vhba-module-dkms) +pkgver=20190831 +pkgrel=30 +pkgdesc="Kernel module that emulates SCSI devices" +url="https://cdemu.sourceforge.io/"; +arch=(x86_64) +license=(GPL) +makedepends=('linux-headers') +source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2"; +60-vhba.rules dkms.conf) +sha256sums=('9a83772cf8bec15723f7a8105a0aae3faa057edbd5595e6c081e5803a8996bf9' +'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b' +'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7') + +prepare() { + cd $pkgbase-$pkgver + sed -i 's/20190302/20190410/' Makefile # Fixup VHBA_VERSION +} + +build() { + cd $pkgbase-$pkgver + make KERNELRELEASE="$(
[arch-commits] Commit in deepin-anything-arch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:37:07 Author: heftig Revision: 539708 5.0.1-36: linux 5.4.6.arch3-1 Modified: deepin-anything-arch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:37:05 UTC (rev 539707) +++ PKGBUILD2019-12-24 05:37:07 UTC (rev 539708) @@ -2,7 +2,7 @@ pkgname=deepin-anything-arch pkgver=5.0.1 -pkgrel=35 +pkgrel=36 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel" arch=('x86_64') url="https://github.com/linuxdeepin/deepin-anything";
[arch-commits] Commit in wireguard-arch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:37:05 Author: heftig Revision: 539707 0.0.20191219-4: linux 5.4.6.arch3-1 Modified: wireguard-arch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:37:03 UTC (rev 539706) +++ PKGBUILD2019-12-24 05:37:05 UTC (rev 539707) @@ -2,7 +2,7 @@ pkgname=wireguard-arch pkgver=0.0.20191219 -pkgrel=3 +pkgrel=4 pkgdesc='Wireguard module for Arch Kernel' url='https://www.wireguard.com/' arch=('x86_64')
[arch-commits] Commit in broadcom-wl/repos/community-testing-x86_64 (2 files)
Date: Tuesday, December 24, 2019 @ 05:37:25 Author: heftig Revision: 539710 archrelease: copy trunk to community-testing-x86_64 Added: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 539709, broadcom-wl/trunk/PKGBUILD) Deleted: broadcom-wl/repos/community-testing-x86_64/PKGBUILD --+ PKGBUILD | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:23 UTC (rev 539709) +++ PKGBUILD2019-12-24 05:37:25 UTC (rev 539710) @@ -1,41 +0,0 @@ -# Maintainer: Eli Schwartz - -_module=broadcom-wl -_kernelname= # Build against stock -ARCH kernel -#_kernelname=-custom # Build against kernel with a different name -pkgname=${_module}${_kernelname} -pkgver=6.30.223.271 -pkgrel=155 -pkgdesc='Broadcom 802.11 Linux STA wireless driver' -arch=('x86_64') -url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure' -license=('custom') -makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}") - -build() { -_kernver=$( + +_module=broadcom-wl +_kernelname= # Build against stock -ARCH kernel +#_kernelname=-custom # Build against kernel with a different name +pkgname=${_module}${_kernelname} +pkgver=6.30.223.271 +pkgrel=156 +pkgdesc='Broadcom 802.11 Linux STA wireless driver' +arch=('x86_64') +url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure' +license=('custom') +makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}") + +build() { +_kernver=$(
[arch-commits] Commit in nvidia-390xx/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:37:01 Author: heftig Revision: 372198 390.132-12: linux 5.4.6.arch3-1 Modified: nvidia-390xx/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:19:44 UTC (rev 372197) +++ PKGBUILD2019-12-24 05:37:01 UTC (rev 372198) @@ -5,7 +5,7 @@ pkgbase=nvidia-390xx pkgname=(nvidia-390xx nvidia-390xx-dkms) pkgver=390.132 -pkgrel=11 +pkgrel=12 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch" arch=('x86_64') url="https://www.nvidia.com/";
[arch-commits] Commit in ndiswrapper-arch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:37:03 Author: heftig Revision: 539706 1.62-15: linux 5.4.6.arch3-1 Modified: ndiswrapper-arch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:36:59 UTC (rev 539705) +++ PKGBUILD2019-12-24 05:37:03 UTC (rev 539706) @@ -3,7 +3,7 @@ pkgname=ndiswrapper-arch pkgver=1.62 -pkgrel=14 +pkgrel=15 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors, kernel module for Arch kernel" arch=('x86_64') url="https://sourceforge.net/projects/ndiswrapper/";
[arch-commits] Commit in nvidia/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:37:02 Author: heftig Revision: 372199 440.44-7: linux 5.4.6.arch3-1 Modified: nvidia/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:37:01 UTC (rev 372198) +++ PKGBUILD2019-12-24 05:37:02 UTC (rev 372199) @@ -5,7 +5,7 @@ pkgbase=nvidia pkgname=(nvidia nvidia-dkms) pkgver=440.44 -pkgrel=6 +pkgrel=7 pkgdesc="NVIDIA drivers for linux" arch=('x86_64') url="https://www.nvidia.com/";
[arch-commits] Commit in nvidia-390xx/repos/testing-x86_64 (8 files)
Date: Tuesday, December 24, 2019 @ 05:37:33 Author: heftig Revision: 372201 archrelease: copy trunk to testing-x86_64 Added: nvidia-390xx/repos/testing-x86_64/PKGBUILD (from rev 372199, nvidia-390xx/trunk/PKGBUILD) nvidia-390xx/repos/testing-x86_64/kernel-4.16.patch (from rev 372199, nvidia-390xx/trunk/kernel-4.16.patch) nvidia-390xx/repos/testing-x86_64/kernel-5.1.patch (from rev 372199, nvidia-390xx/trunk/kernel-5.1.patch) nvidia-390xx/repos/testing-x86_64/kernel-5.2.patch (from rev 372199, nvidia-390xx/trunk/kernel-5.2.patch) Deleted: nvidia-390xx/repos/testing-x86_64/PKGBUILD nvidia-390xx/repos/testing-x86_64/kernel-4.16.patch nvidia-390xx/repos/testing-x86_64/kernel-5.1.patch nvidia-390xx/repos/testing-x86_64/kernel-5.2.patch ---+ PKGBUILD | 172 +- kernel-4.16.patch | 66 ++--- kernel-5.1.patch | 260 ++-- kernel-5.2.patch | 36 +++ 4 files changed, 267 insertions(+), 267 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:32 UTC (rev 372200) +++ PKGBUILD2019-12-24 05:37:33 UTC (rev 372201) @@ -1,86 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Maintainer: Felix Yan -# Contributor: Thomas Baechler - -pkgbase=nvidia-390xx -pkgname=(nvidia-390xx nvidia-390xx-dkms) -pkgver=390.132 -pkgrel=11 -pkgdesc="NVIDIA drivers for linux, 390xx legacy branch" -arch=('x86_64') -url="https://www.nvidia.com/"; -makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-headers') -conflicts=('nvidia') -license=('custom') -options=('!strip') -_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" -source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run"; -'kernel-4.16.patch') -sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d' -'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385') - -prepare() { -sh "${_pkg}.run" --extract-only -cd "${_pkg}" - -# Restore phys_to_dma support (still needed for 396.18) -# https://bugs.archlinux.org/task/58074 -patch -Np1 -i ../kernel-4.16.patch - -cp -a kernel kernel-dkms -cd kernel-dkms -sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf -sed -i 's/__JOBS/`nproc`/' dkms.conf -sed -i 's/__DKMS_MODULES//' dkms.conf -sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\ -DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\ -BUILT_MODULE_NAME[1]="nvidia-uvm"\ -DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\ -BUILT_MODULE_NAME[2]="nvidia-modeset"\ -DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\ -BUILT_MODULE_NAME[3]="nvidia-drm"\ -DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf - -# Gift for linux-rt guys -sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 NV_EXCLUDE_BUILD_MODULES/' dkms.conf -} - -build() { -cd "${_pkg}"/kernel -make SYSSRC=/usr/src/linux module -} - -package_nvidia-390xx() { -pkgdesc="NVIDIA drivers for linux, 390xx legacy branch" -depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd') - -_extradir="/usr/lib/modules/$( +# Maintainer: Felix Yan +# Contributor: Thomas Baechler + +pkgbase=nvidia-390xx +pkgname=(nvidia-390xx nvidia-390xx-dkms) +pkgver=390.132 +pkgrel=12 +pkgdesc="NVIDIA drivers for linux, 390xx legacy branch" +arch=('x86_64') +url="https://www.nvidia.com/"; +makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-headers') +conflicts=('nvidia') +license=('custom') +options=('!strip') +_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" +source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run"; +'kernel-4.16.patch') +sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d' +'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385') + +prepare() { +sh "${_pkg}.run" --extract-only +cd "${_pkg}" + +# Restore phys_to_dma support (still needed for 396.18) +# https://bugs.archlinux.org/task/58074 +patch -Np1 -i ../kernel-4.16.patch + +cp -a kernel kernel-dkms +cd kernel-dkms +sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf +sed -i 's/__JOBS/`nproc`/' dkms.conf +sed -i 's/__DKMS_MODULES//' dkms.conf +sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\ +DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[1]="nvidia-uvm"\ +DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[2]="nvidia-modeset"\ +DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[3]="nvidia-drm"\ +DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf + +# Gift for linux-rt guys +sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 NV_EXCLUDE_BUILD_MODULES/' dkms.conf +} + +build() { +cd "${_pkg}"/kernel +make SYSSRC=/usr/src/linux module +} + +package_nvidia-390xx() { +pkgdesc="NVIDIA driv
[arch-commits] Commit in virtualbox-modules-arch/repos/community-testing-x86_64 (2 files)
Date: Tuesday, December 24, 2019 @ 05:37:30 Author: heftig Revision: 539716 archrelease: copy trunk to community-testing-x86_64 Added: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539709, virtualbox-modules-arch/trunk/PKGBUILD) Deleted: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD --+ PKGBUILD | 116 ++--- 1 file changed, 58 insertions(+), 58 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:29 UTC (rev 539715) +++ PKGBUILD2019-12-24 05:37:30 UTC (rev 539716) @@ -1,58 +0,0 @@ -# Maintainer: Sébastien Luttringer -# Contributor: Ionut Biru - -pkgbase=virtualbox-modules-arch -pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch') -pkgver=6.1.0 -pkgrel=6 -arch=('x86_64') -url='http://virtualbox.org' -license=('GPL') -makedepends=('linux-headers' - "virtualbox-host-dkms>=$pkgver" - "virtualbox-guest-dkms>=$pkgver") - -build() { -_kernver=$( + +pkgbase=virtualbox-modules-arch +pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch') +pkgver=6.1.0 +pkgrel=7 +arch=('x86_64') +url='http://virtualbox.org' +license=('GPL') +makedepends=('linux-headers' + "virtualbox-host-dkms>=$pkgver" + "virtualbox-guest-dkms>=$pkgver") + +build() { +_kernver=$(
[arch-commits] Commit in bbswitch/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:37:28 Author: heftig Revision: 539713 archrelease: copy trunk to community-testing-x86_64 Added: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 539709, bbswitch/trunk/PKGBUILD) Deleted: bbswitch/repos/community-testing-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:27 UTC (rev 539712) +++ PKGBUILD2019-12-24 05:37:28 UTC (rev 539713) @@ -1,38 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: M0Rf30 -# Contributor: Samsagax - -pkgbase=bbswitch -pkgname=(bbswitch bbswitch-dkms) -pkgver=0.8 -pkgrel=274 -pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" -arch=('x86_64') -url="http://github.com/Bumblebee-Project/bbswitch"; -license=('GPL') -makedepends=('linux-headers') -source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";) -md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') - -build() { - cd ${pkgbase}-${pkgver} - make KDIR=/usr/src/linux -} - -package_bbswitch() { - depends=('linux') - - cd ${pkgbase}-${pkgver} - _extradir="/usr/lib/modules/$( +# Contributor: M0Rf30 +# Contributor: Samsagax + +pkgbase=bbswitch +pkgname=(bbswitch bbswitch-dkms) +pkgver=0.8 +pkgrel=275 +pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" +arch=('x86_64') +url="http://github.com/Bumblebee-Project/bbswitch"; +license=('GPL') +makedepends=('linux-headers') +source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";) +md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') + +build() { + cd ${pkgbase}-${pkgver} + make KDIR=/usr/src/linux +} + +package_bbswitch() { + depends=('linux') + + cd ${pkgbase}-${pkgver} + _extradir="/usr/lib/modules/$(
[arch-commits] Commit in acpi_call/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:36:59 Author: heftig Revision: 539705 1.1.0-270: linux 5.4.6.arch3-1 Modified: acpi_call/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:36:58 UTC (rev 539704) +++ PKGBUILD2019-12-24 05:36:59 UTC (rev 539705) @@ -5,7 +5,7 @@ pkgbase=acpi_call pkgname=(acpi_call acpi_call-dkms) pkgver=1.1.0 -pkgrel=269 +pkgrel=270 pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' url='https://github.com/mkottman/acpi_call' arch=('x86_64')
[arch-commits] Commit in deepin-anything-arch/repos/community-testing-x86_64 (2 files)
Date: Tuesday, December 24, 2019 @ 05:37:26 Author: heftig Revision: 539711 archrelease: copy trunk to community-testing-x86_64 Added: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539709, deepin-anything-arch/trunk/PKGBUILD) Deleted: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 05:37:25 UTC (rev 539710) +++ PKGBUILD2019-12-24 05:37:26 UTC (rev 539711) @@ -1,28 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=deepin-anything-arch -pkgver=5.0.1 -pkgrel=35 -pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel" -arch=('x86_64') -url="https://github.com/linuxdeepin/deepin-anything"; -license=('GPL3') -makedepends=('linux-headers') -provides=('DEEPIN-ANYTHING-MODULE') -replaces=('deepin-anything-module') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";) -sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14') - -build() { - cd deepin-anything-$pkgver - make -C kernelmod kdir=/usr/src/linux -} - -package() { - depends=('linux') - - cd deepin-anything-$pkgver - local extradir=/usr/lib/modules/$( + +pkgname=deepin-anything-arch +pkgver=5.0.1 +pkgrel=36 +pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel" +arch=('x86_64') +url="https://github.com/linuxdeepin/deepin-anything"; +license=('GPL3') +makedepends=('linux-headers') +provides=('DEEPIN-ANYTHING-MODULE') +replaces=('deepin-anything-module') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";) +sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14') + +build() { + cd deepin-anything-$pkgver + make -C kernelmod kdir=/usr/src/linux +} + +package() { + depends=('linux') + + cd deepin-anything-$pkgver + local extradir=/usr/lib/modules/$(
[arch-commits] Commit in virtualbox-modules-arch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:36:54 Author: heftig Revision: 539701 6.1.0-7: linux 5.4.6.arch3-1 Modified: virtualbox-modules-arch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:36:53 UTC (rev 539700) +++ PKGBUILD2019-12-24 05:36:54 UTC (rev 539701) @@ -4,7 +4,7 @@ pkgbase=virtualbox-modules-arch pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch') pkgver=6.1.0 -pkgrel=6 +pkgrel=7 arch=('x86_64') url='http://virtualbox.org' license=('GPL')
[arch-commits] Commit in r8168/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:36:57 Author: heftig Revision: 539703 8.047.05-10: linux 5.4.6.arch3-1 Modified: r8168/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:36:55 UTC (rev 539702) +++ PKGBUILD2019-12-24 05:36:57 UTC (rev 539703) @@ -4,7 +4,7 @@ pkgname=r8168 pkgver=8.047.05 -pkgrel=9 +pkgrel=10 pkgdesc="A kernel module for Realtek 8168 network cards" url="http://www.realtek.com.tw"; license=("GPL")
[arch-commits] Commit in broadcom-wl/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:36:53 Author: heftig Revision: 539700 6.30.223.271-156: linux 5.4.6.arch3-1 Modified: broadcom-wl/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:36:52 UTC (rev 539699) +++ PKGBUILD2019-12-24 05:36:53 UTC (rev 539700) @@ -5,7 +5,7 @@ #_kernelname=-custom # Build against kernel with a different name pkgname=${_module}${_kernelname} pkgver=6.30.223.271 -pkgrel=155 +pkgrel=156 pkgdesc='Broadcom 802.11 Linux STA wireless driver' arch=('x86_64') url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
[arch-commits] Commit in tp_smapi/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:36:52 Author: heftig Revision: 539699 0.43-163: linux 5.4.6.arch3-1 Modified: tp_smapi/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:27:17 UTC (rev 539698) +++ PKGBUILD2019-12-24 05:36:52 UTC (rev 539699) @@ -9,7 +9,7 @@ pkgname=tp_smapi pkgver=0.43 -pkgrel=162 +pkgrel=163 pkgdesc="Modules for ThinkPad's SMAPI functionality" arch=('x86_64') url='https://github.com/evgeni/tp_smapi'
[arch-commits] Commit in vhba-module/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:36:58 Author: heftig Revision: 539704 20190831-30: linux 5.4.6.arch3-1 Modified: vhba-module/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:36:57 UTC (rev 539703) +++ PKGBUILD2019-12-24 05:36:58 UTC (rev 539704) @@ -5,7 +5,7 @@ pkgbase=vhba-module pkgname=(vhba-module vhba-module-dkms) pkgver=20190831 -pkgrel=29 +pkgrel=30 pkgdesc="Kernel module that emulates SCSI devices" url="https://cdemu.sourceforge.io/"; arch=(x86_64)
[arch-commits] Commit in bbswitch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:36:55 Author: heftig Revision: 539702 0.8-275: linux 5.4.6.arch3-1 Modified: bbswitch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:36:54 UTC (rev 539701) +++ PKGBUILD2019-12-24 05:36:55 UTC (rev 539702) @@ -5,7 +5,7 @@ pkgbase=bbswitch pkgname=(bbswitch bbswitch-dkms) pkgver=0.8 -pkgrel=274 +pkgrel=275 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" arch=('x86_64') url="http://github.com/Bumblebee-Project/bbswitch";
[arch-commits] Commit in linux/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:19:44 Author: heftig Revision: 372197 5.4.6.arch3-1 Modified: linux/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 05:19:42 UTC (rev 372196) +++ PKGBUILD2019-12-24 05:19:44 UTC (rev 372197) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgbase=linux -pkgver=5.4.6.arch2 +pkgver=5.4.6.arch3 pkgrel=1 pkgdesc='Linux' _srctag=v${pkgver%.*}-${pkgver##*.}
[arch-commits] Commit in linux-zen/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 05:19:42 Author: heftig Revision: 372196 5.4.6.zen3-1 Modified: linux-zen/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:53:35 UTC (rev 372195) +++ PKGBUILD2019-12-24 05:19:42 UTC (rev 372196) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgbase=linux-zen -pkgver=5.4.6.zen2 +pkgver=5.4.6.zen3 pkgrel=1 pkgdesc='Linux ZEN' _srctag=v${pkgver%.*}-${pkgver##*.}
[arch-commits] Commit in linux-firmware/repos (3 files)
Date: Tuesday, December 24, 2019 @ 03:53:35 Author: heftig Revision: 372195 archrelease: copy trunk to testing-any Added: linux-firmware/repos/testing-any/ linux-firmware/repos/testing-any/0001-Update-iwlwifi-firmware.patch.xz (from rev 372194, linux-firmware/trunk/0001-Update-iwlwifi-firmware.patch.xz) linux-firmware/repos/testing-any/PKGBUILD (from rev 372194, linux-firmware/trunk/PKGBUILD) --+ PKGBUILD | 92 + 1 file changed, 92 insertions(+) Copied: linux-firmware/repos/testing-any/0001-Update-iwlwifi-firmware.patch.xz (from rev 372194, linux-firmware/trunk/0001-Update-iwlwifi-firmware.patch.xz) === (Binary files differ) Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 372194, linux-firmware/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2019-12-24 03:53:35 UTC (rev 372195) @@ -0,0 +1,92 @@ +# Maintainer: Thomas Bächler + +pkgbase=linux-firmware +pkgname=(linux-firmware amd-ucode) +_commit=6871bffa79ed240696986837cfb17b272ff57466 # master +pkgver=20191220.6871bff +pkgrel=1 +pkgdesc="Firmware files for Linux" +makedepends=('git') +arch=('any') +url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"; +license=('GPL2' 'GPL3' 'custom') +options=(!strip) +source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed"; +0001-Update-iwlwifi-firmware.patch.xz) +sha256sums=('SKIP' +'9a2e7151c8b1235dacbe6fcc06c77a919fd9ac1495de173cab0ed200e2bec82e') +validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer + +prepare() { + cd ${pkgname} + + # https://bugs.archlinux.org/task/64703 + git apply -3 ../0001-Update-iwlwifi-firmware.patch +} + +pkgver() { + cd ${pkgname} + + # Commit date + short rev + echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD).$(git rev-parse --short HEAD) +} + +build() { + mkdir -p kernel/x86/microcode + cat ${pkgbase}/amd-ucode/microcode_amd*.bin > kernel/x86/microcode/AuthenticAMD.bin + + # Reproducibility: set the timestamp on the bin file + if [[ -n $SOURCE_DATE_EPOCH ]]; then +touch -d @$SOURCE_DATE_EPOCH kernel/x86/microcode/AuthenticAMD.bin + fi + + # Reproducibility: strip the inode and device numbers from the cpio archive + echo kernel/x86/microcode/AuthenticAMD.bin | +bsdtar --uid 0 --gid 0 -cnf - -T - | +bsdtar --null -cf - --format=newc @- > amd-ucode.img +} + +package_linux-firmware() { + conflicts=('linux-firmware-git' + 'kernel26-firmware' + 'ar9170-fw' + 'iwlwifi-1000-ucode' + 'iwlwifi-3945-ucode' + 'iwlwifi-4965-ucode' + 'iwlwifi-5000-ucode' + 'iwlwifi-5150-ucode' + 'iwlwifi-6000-ucode' + 'rt2870usb-fw' + 'rt2x00-rt61-fw' + 'rt2x00-rt71w-fw') + replaces=('kernel26-firmware' +'ar9170-fw' +'iwlwifi-1000-ucode' +'iwlwifi-3945-ucode' +'iwlwifi-4965-ucode' +'iwlwifi-5000-ucode' +'iwlwifi-5150-ucode' +'iwlwifi-6000-ucode' +'rt2870usb-fw' +'rt2x00-rt61-fw' +'rt2x00-rt71w-fw') + + cd ${pkgname} + + make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install + + install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 LICEN* WHENCE + + # Trigger a microcode reload for configurations not using early updates + echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' | +install -Dm644 /dev/stdin "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf" +} + +package_amd-ucode() { + pkgdesc='Microcode update files for AMD CPUs' + + install -Dt "${pkgdir}/boot" -m644 amd-ucode.img + install -Dm644 ${pkgbase}/LICENSE.amd-ucode "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in linux-firmware/trunk (3 files)
Date: Tuesday, December 24, 2019 @ 03:53:08 Author: heftig Revision: 372194 20191220.6871bff-1 Added: linux-firmware/trunk/0001-Update-iwlwifi-firmware.patch.xz Modified: linux-firmware/trunk/PKGBUILD Deleted: linux-firmware/trunk/0001-iwlwifi-Add-Core47-firmwares.patch.xz ---+ 0001-Update-iwlwifi-firmware.patch.xz |1 + PKGBUILD | 10 +- 2 files changed, 6 insertions(+), 5 deletions(-) Added: 0001-Update-iwlwifi-firmware.patch.xz === (Binary files differ) Index: linux-firmware/trunk/0001-Update-iwlwifi-firmware.patch.xz === --- 0001-Update-iwlwifi-firmware.patch.xz 2019-12-24 03:27:21 UTC (rev 372193) +++ 0001-Update-iwlwifi-firmware.patch.xz 2019-12-24 03:53:08 UTC (rev 372194) Property changes on: linux-firmware/trunk/0001-Update-iwlwifi-firmware.patch.xz ___ Added: svn:mime-type ## -0,0 +1 ## +application/x-xz \ No newline at end of property Deleted: 0001-iwlwifi-Add-Core47-firmwares.patch.xz === (Binary files differ) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:27:21 UTC (rev 372193) +++ PKGBUILD2019-12-24 03:53:08 UTC (rev 372194) @@ -2,8 +2,8 @@ pkgbase=linux-firmware pkgname=(linux-firmware amd-ucode) -_commit=eefb5f7410150c00d0ab5c41c5d817ae9bf449b3 # tags/20191215^0 -pkgver=20191215.eefb5f7 +_commit=6871bffa79ed240696986837cfb17b272ff57466 # master +pkgver=20191220.6871bff pkgrel=1 pkgdesc="Firmware files for Linux" makedepends=('git') @@ -12,9 +12,9 @@ license=('GPL2' 'GPL3' 'custom') options=(!strip) source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed"; -0001-iwlwifi-Add-Core47-firmwares.patch.xz) +0001-Update-iwlwifi-firmware.patch.xz) sha256sums=('SKIP' -'df4a7996a45091fcad92dff7e0b0dbb6c545bf12681fb9183085f5a7ee28ec83') +'9a2e7151c8b1235dacbe6fcc06c77a919fd9ac1495de173cab0ed200e2bec82e') validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer prepare() { @@ -21,7 +21,7 @@ cd ${pkgname} # https://bugs.archlinux.org/task/64703 - git apply -3 ../0001-iwlwifi-Add-Core47-firmwares.patch + git apply -3 ../0001-Update-iwlwifi-firmware.patch } pkgver() {
[arch-commits] Commit in linux/repos (3 files)
Date: Tuesday, December 24, 2019 @ 03:27:20 Author: heftig Revision: 372192 archrelease: copy trunk to testing-x86_64 Added: linux/repos/testing-x86_64/ linux/repos/testing-x86_64/PKGBUILD (from rev 372190, linux/trunk/PKGBUILD) linux/repos/testing-x86_64/config (from rev 372190, linux/trunk/config) --+ PKGBUILD | 200 + config |10609 + 2 files changed, 10809 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 372191:372192 to see the changes.
[arch-commits] Commit in nvidia/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:27:18 Author: heftig Revision: 372190 archrelease: copy trunk to testing-x86_64 Added: nvidia/repos/testing-x86_64/ nvidia/repos/testing-x86_64/PKGBUILD (from rev 372189, nvidia/trunk/PKGBUILD) --+ PKGBUILD | 79 + 1 file changed, 79 insertions(+) Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 372189, nvidia/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2019-12-24 03:27:18 UTC (rev 372190) @@ -0,0 +1,79 @@ +# Maintainer: Sven-Hendrik Haase +# Maintainer: Felix Yan +# Contributor: Thomas Baechler + +pkgbase=nvidia +pkgname=(nvidia nvidia-dkms) +pkgver=440.44 +pkgrel=6 +pkgdesc="NVIDIA drivers for linux" +arch=('x86_64') +url="https://www.nvidia.com/"; +makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers') +license=('custom') +options=('!strip') +_pkg="NVIDIA-Linux-x86_64-${pkgver}" +source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";) +sha512sums=('c0c0e19cdb82d47575adbcf46e23580977cf7a5097edfb9d76464c2e678a44f556d8c2d0d49515a86b6765f57176460193c6951927e24c278e6a7f411f89f26b') + +prepare() { +sh "${_pkg}.run" --extract-only +cd "${_pkg}" + +cp -a kernel kernel-dkms +cd kernel-dkms +sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf +sed -i 's/__JOBS/`nproc`/' dkms.conf +sed -i 's/__DKMS_MODULES//' dkms.conf +sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\ +DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[1]="nvidia-uvm"\ +DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[2]="nvidia-modeset"\ +DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[3]="nvidia-drm"\ +DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf + +# Gift for linux-rt guys +sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 NV_EXCLUDE_BUILD_MODULES/' dkms.conf +} + +build() { +cd "${_pkg}"/kernel +make SYSSRC=/usr/src/linux module +} + +package_nvidia() { +pkgdesc="NVIDIA drivers for linux" +depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd') + +_extradir="/usr/lib/modules/$(
[arch-commits] Commit in nvidia-390xx/repos (5 files)
Date: Tuesday, December 24, 2019 @ 03:27:19 Author: heftig Revision: 372191 archrelease: copy trunk to testing-x86_64 Added: nvidia-390xx/repos/testing-x86_64/ nvidia-390xx/repos/testing-x86_64/PKGBUILD (from rev 372189, nvidia-390xx/trunk/PKGBUILD) nvidia-390xx/repos/testing-x86_64/kernel-4.16.patch (from rev 372189, nvidia-390xx/trunk/kernel-4.16.patch) nvidia-390xx/repos/testing-x86_64/kernel-5.1.patch (from rev 372189, nvidia-390xx/trunk/kernel-5.1.patch) nvidia-390xx/repos/testing-x86_64/kernel-5.2.patch (from rev 372189, nvidia-390xx/trunk/kernel-5.2.patch) ---+ PKGBUILD | 86 ++ kernel-4.16.patch | 33 + kernel-5.1.patch | 130 kernel-5.2.patch | 18 +++ 4 files changed, 267 insertions(+) Copied: nvidia-390xx/repos/testing-x86_64/PKGBUILD (from rev 372189, nvidia-390xx/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2019-12-24 03:27:19 UTC (rev 372191) @@ -0,0 +1,86 @@ +# Maintainer: Sven-Hendrik Haase +# Maintainer: Felix Yan +# Contributor: Thomas Baechler + +pkgbase=nvidia-390xx +pkgname=(nvidia-390xx nvidia-390xx-dkms) +pkgver=390.132 +pkgrel=11 +pkgdesc="NVIDIA drivers for linux, 390xx legacy branch" +arch=('x86_64') +url="https://www.nvidia.com/"; +makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-headers') +conflicts=('nvidia') +license=('custom') +options=('!strip') +_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" +source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run"; +'kernel-4.16.patch') +sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d' +'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385') + +prepare() { +sh "${_pkg}.run" --extract-only +cd "${_pkg}" + +# Restore phys_to_dma support (still needed for 396.18) +# https://bugs.archlinux.org/task/58074 +patch -Np1 -i ../kernel-4.16.patch + +cp -a kernel kernel-dkms +cd kernel-dkms +sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf +sed -i 's/__JOBS/`nproc`/' dkms.conf +sed -i 's/__DKMS_MODULES//' dkms.conf +sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\ +DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[1]="nvidia-uvm"\ +DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[2]="nvidia-modeset"\ +DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\ +BUILT_MODULE_NAME[3]="nvidia-drm"\ +DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf + +# Gift for linux-rt guys +sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 NV_EXCLUDE_BUILD_MODULES/' dkms.conf +} + +build() { +cd "${_pkg}"/kernel +make SYSSRC=/usr/src/linux module +} + +package_nvidia-390xx() { +pkgdesc="NVIDIA drivers for linux, 390xx legacy branch" +depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd') + +_extradir="/usr/lib/modules/$( ++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0) + #include ++#else ++#include ++#endif + #endif + + #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64) +diff --git a/kernel/conftest.sh b/kernel/conftest.sh +index b23dbb4..42dc576 100755 +--- a/kernel/conftest.sh b/kernel/conftest.sh +@@ -1906,7 +1906,12 @@ compile_test() { + # Determine if the phys_to_dma function is present. + # + CODE=" ++#include ++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0) + #include ++#else ++#include ++#endif + void conftest_phys_to_dma(void) { + phys_to_dma(); + }" Copied: nvidia-390xx/repos/testing-x86_64/kernel-5.1.patch (from rev 372189, nvidia-390xx/trunk/kernel-5.1.patch) === --- testing-x86_64/kernel-5.1.patch (rev 0) +++ testing-x86_64/kernel-5.1.patch 2019-12-24 03:27:19 UTC (rev 372191) @@ -0,0 +1,130 @@ +diff --git a/kernel/common/inc/nv-list-helpers.h b/kernel/common/inc/nv-list-helpers.h +index 0aed851..d6304c9 100644 +--- a/kernel/common/inc/nv-list-helpers.h b/kernel/common/inc/nv-list-helpers.h +@@ -26,6 +26,8 @@ + #include + #include "conftest.h" + ++#include ++ + #if !defined (list_for_each) + #define list_for_each(pos, head) \ + for (pos = (head)->next; pos != (head); pos = (pos)->next) +@@ -91,10 +93,12 @@ + list_entry((pos)->member.next, typeof(*(pos)), member) + #endif + ++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 1, 0) + static inline int list_is_first(const struct list_head *list, + const struct list_head *head) + { + return list->prev == head; + } ++#endif + + #endif // __NV_LIST_HELPERS_H__ +diff --git a/kernel/nvidia-drm/nvidia-drm-conn
[arch-commits] Commit in tp_smapi/repos (2 files)
Date: Tuesday, December 24, 2019 @ 03:27:13 Author: heftig Revision: 539689 archrelease: copy trunk to community-testing-x86_64 Added: tp_smapi/repos/community-testing-x86_64/ tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 539688, tp_smapi/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 539688, tp_smapi/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:13 UTC (rev 539689) @@ -0,0 +1,50 @@ +# Maintainer: Lukas Fleischer +# Contributor: xduugu +# Contributor: nh2 +# Contributor: Steven Davidovitz +# Contributor: Nick B +# Contributor: Christof Musik +# Contributor: Stefan Rupp +# Contributor: Ignas Anikevicius + +pkgname=tp_smapi +pkgver=0.43 +pkgrel=162 +pkgdesc="Modules for ThinkPad's SMAPI functionality" +arch=('x86_64') +url='https://github.com/evgeni/tp_smapi' +license=('GPL') +makedepends=('linux-headers' 'git') +_commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43 +source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^tp-smapi\///;s/-/+/g' +} + +build() { + cd $pkgname + + # https://bugs.archlinux.org/task/54975 (kernel has no _GLOBAL_OFFSET_TABLE_): + # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt breaks the modules + + make HDAPS=1 KVER="$(
[arch-commits] Commit in acpi_call/repos (3 files)
Date: Tuesday, December 24, 2019 @ 03:27:14 Author: heftig Revision: 539693 archrelease: copy trunk to community-testing-x86_64 Added: acpi_call/repos/community-testing-x86_64/ acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 539688, acpi_call/trunk/PKGBUILD) acpi_call/repos/community-testing-x86_64/dkms.conf (from rev 539688, acpi_call/trunk/dkms.conf) ---+ PKGBUILD | 62 dkms.conf |9 2 files changed, 71 insertions(+) Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 539688, acpi_call/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:14 UTC (rev 539693) @@ -0,0 +1,62 @@ +# Maintainer: Maxime Gauduin +# Contributor: mortzu +# Contributor: fnord0 + +pkgbase=acpi_call +pkgname=(acpi_call acpi_call-dkms) +pkgver=1.1.0 +pkgrel=269 +pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' +url='https://github.com/mkottman/acpi_call' +arch=('x86_64') +license=('GPL') +makedepends=('linux-headers') +source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz"; +dkms.conf) +sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0' +'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a') + +prepare() { + cd $pkgbase-$pkgver + + # Fix build with Linux >= 3.17 + sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c + + # Fix build with Linux >= 4.12 + sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c +} + +build() { + cd $pkgbase-$pkgver + make KVERSION="$(
[arch-commits] Commit in virtualbox-modules-arch/repos (2 files)
Date: Tuesday, December 24, 2019 @ 03:27:16 Author: heftig Revision: 539697 archrelease: copy trunk to community-testing-x86_64 Added: virtualbox-modules-arch/repos/community-testing-x86_64/ virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539694, virtualbox-modules-arch/trunk/PKGBUILD) --+ PKGBUILD | 58 ++ 1 file changed, 58 insertions(+) Copied: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539694, virtualbox-modules-arch/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:16 UTC (rev 539697) @@ -0,0 +1,58 @@ +# Maintainer: Sébastien Luttringer +# Contributor: Ionut Biru + +pkgbase=virtualbox-modules-arch +pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch') +pkgver=6.1.0 +pkgrel=6 +arch=('x86_64') +url='http://virtualbox.org' +license=('GPL') +makedepends=('linux-headers' + "virtualbox-host-dkms>=$pkgver" + "virtualbox-guest-dkms>=$pkgver") + +build() { +_kernver=$(
[arch-commits] Commit in vhba-module/repos (4 files)
Date: Tuesday, December 24, 2019 @ 03:27:15 Author: heftig Revision: 539694 archrelease: copy trunk to community-testing-x86_64 Added: vhba-module/repos/community-testing-x86_64/ vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 539688, vhba-module/trunk/60-vhba.rules) vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 539688, vhba-module/trunk/PKGBUILD) vhba-module/repos/community-testing-x86_64/dkms.conf (from rev 539688, vhba-module/trunk/dkms.conf) ---+ 60-vhba.rules |1 + PKGBUILD | 53 + dkms.conf |9 + 3 files changed, 63 insertions(+) Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 539688, vhba-module/trunk/60-vhba.rules) === --- community-testing-x86_64/60-vhba.rules (rev 0) +++ community-testing-x86_64/60-vhba.rules 2019-12-24 03:27:15 UTC (rev 539694) @@ -0,0 +1 @@ +ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess" Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 539688, vhba-module/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:15 UTC (rev 539694) @@ -0,0 +1,53 @@ +# Maintainer: Ray Rashif +# Contributor: Mateusz Herych +# Contributor: Charles Lindsay + +pkgbase=vhba-module +pkgname=(vhba-module vhba-module-dkms) +pkgver=20190831 +pkgrel=29 +pkgdesc="Kernel module that emulates SCSI devices" +url="https://cdemu.sourceforge.io/"; +arch=(x86_64) +license=(GPL) +makedepends=('linux-headers') +source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2"; +60-vhba.rules dkms.conf) +sha256sums=('9a83772cf8bec15723f7a8105a0aae3faa057edbd5595e6c081e5803a8996bf9' +'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b' +'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7') + +prepare() { + cd $pkgbase-$pkgver + sed -i 's/20190302/20190410/' Makefile # Fixup VHBA_VERSION +} + +build() { + cd $pkgbase-$pkgver + make KERNELRELEASE="$(
[arch-commits] Commit in ndiswrapper-arch/repos (4 files)
Date: Tuesday, December 24, 2019 @ 03:27:17 Author: heftig Revision: 539698 archrelease: copy trunk to community-testing-x86_64 Added: ndiswrapper-arch/repos/community-testing-x86_64/ ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539695, ndiswrapper-arch/trunk/PKGBUILD) ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch (from rev 539696, ndiswrapper-arch/trunk/kernel-5.3.patch) ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch (from rev 539696, ndiswrapper-arch/trunk/kernel-5.4.patch) --+ PKGBUILD | 40 ++ kernel-5.3.patch | 69 + kernel-5.4.patch | 22 3 files changed, 131 insertions(+) Copied: ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539695, ndiswrapper-arch/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:17 UTC (rev 539698) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan +# Contributor: maz-1 + +pkgname=ndiswrapper-arch +pkgver=1.62 +pkgrel=14 +pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors, kernel module for Arch kernel" +arch=('x86_64') +url="https://sourceforge.net/projects/ndiswrapper/"; +license=('GPL') +makedepends=('linux-headers') +provides=('NDISWRAPPER-MODULE') +replaces=('ndiswrapper-module') +source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz"; +'kernel-5.3.patch' 'kernel-5.4.patch') +sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783' + 'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d' + '36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429') + +prepare() { + cd ndiswrapper-$pkgver + patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch + patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch +} + +build() { + _kernver="$(task = NULL; + info->count = 0; + #ifdef CONFIG_SMP ++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) + cpumask_setall(&info->cpus_allowed); ++#else ++ cpumask_setall(&info->cpus_mask); ++#endif + #endif + } + } while (0); +diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h +index 3c4c6ff..8a71ae3 100644 +--- a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h +@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS]; + #endif /* CONFIG_SMP */ + + #ifndef tsk_cpus_allowed ++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) + #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed) ++#else ++#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_mask) ++#endif + #endif + + #ifndef __packed +@@ -631,7 +635,12 @@ struct irql_info { + int count; + struct mutex lock; + #ifdef CONFIG_SMP ++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) + cpumask_t cpus_allowed; ++#else ++ const cpumask_t *cpus_ptr; ++ cpumask_t cpus_mask; ++#endif + #endif + struct task_struct *task; + }; +@@ -658,7 +667,11 @@ static inline KIRQL raise_irql(KIRQL newirql) + /* TODO: is this enough to pin down to current cpu? */ + #ifdef CONFIG_SMP + assert(task_cpu(current) == smp_processor_id()); ++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) + cpumask_copy(&info->cpus_allowed, tsk_cpus_allowed(current)); ++#else ++ cpumask_copy(&info->cpus_mask, tsk_cpus_allowed(current)); ++#endif + set_cpus_allowed_ptr(current, cpumask_of(smp_processor_id())); + #endif + put_cpu_var(irql_info); +@@ -682,7 +695,11 @@ static inline void lower_irql(KIRQL oldirql) + if (--info->count == 0) { + info->task = NULL; + #ifdef CONFIG_SMP ++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) + set_cpus_allowed_ptr(current, &info->cpus_allowed); ++#else ++ set_cpus_allowed_ptr(current, &info->cpus_mask); ++#endif + #endif + mutex_unlock(&info->lock); + } Copied: ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch (from rev 539696, ndiswrapper-arch/trunk/kernel-5.4.patch) === --- community-testing-x86_64/kernel-5.4.patch (rev 0) +++ community-testing-x86_64/kernel-5.4.patch 2019-12-24 03:27:17 UTC (rev 539698) @@ -0,0 +1,22 @@ +diff -u -r ndiswrapper-1.62/driver/wrapndis.c ndiswrapper-1.62-5.4/driver/wrapndis.c +--- ndiswrapper-1.62/driver/wrapndis.c 2019-02-11 04:11:14.0 + ndiswrapper-1.62-5.4/driver/wr
[arch-commits] Commit in broadcom-wl/repos (2 files)
Date: Tuesday, December 24, 2019 @ 03:27:16 Author: heftig Revision: 539696 archrelease: copy trunk to community-testing-x86_64 Added: broadcom-wl/repos/community-testing-x86_64/ broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 539692, broadcom-wl/trunk/PKGBUILD) --+ PKGBUILD | 41 + 1 file changed, 41 insertions(+) Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 539692, broadcom-wl/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:16 UTC (rev 539696) @@ -0,0 +1,41 @@ +# Maintainer: Eli Schwartz + +_module=broadcom-wl +_kernelname= # Build against stock -ARCH kernel +#_kernelname=-custom # Build against kernel with a different name +pkgname=${_module}${_kernelname} +pkgver=6.30.223.271 +pkgrel=155 +pkgdesc='Broadcom 802.11 Linux STA wireless driver' +arch=('x86_64') +url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure' +license=('custom') +makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}") + +build() { +_kernver=$(
[arch-commits] Commit in wireguard-arch/repos (2 files)
Date: Tuesday, December 24, 2019 @ 03:27:14 Author: heftig Revision: 539692 archrelease: copy trunk to community-testing-x86_64 Added: wireguard-arch/repos/community-testing-x86_64/ wireguard-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539688, wireguard-arch/trunk/PKGBUILD) --+ PKGBUILD | 32 1 file changed, 32 insertions(+) Copied: wireguard-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539688, wireguard-arch/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:14 UTC (rev 539692) @@ -0,0 +1,32 @@ +# Maintainer: Christian Hesse + +pkgname=wireguard-arch +pkgver=0.0.20191219 +pkgrel=3 +pkgdesc='Wireguard module for Arch Kernel' +url='https://www.wireguard.com/' +arch=('x86_64') +license=('GPL') +makedepends=('linux-headers' "wireguard-dkms>=$pkgver") +conflicts=('wireguard-dkms') +provides=('WIREGUARD-MODULE') + +build() { +_kernver=$(
[arch-commits] Commit in linux-zen/repos (3 files)
Date: Tuesday, December 24, 2019 @ 03:27:21 Author: heftig Revision: 372193 archrelease: copy trunk to testing-x86_64 Added: linux-zen/repos/testing-x86_64/ linux-zen/repos/testing-x86_64/PKGBUILD (from rev 372190, linux-zen/trunk/PKGBUILD) linux-zen/repos/testing-x86_64/config (from rev 372190, linux-zen/trunk/config) --+ PKGBUILD | 200 + config |10646 + 2 files changed, 10846 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 372192:372193 to see the changes.
[arch-commits] Commit in deepin-anything-arch/repos (2 files)
Date: Tuesday, December 24, 2019 @ 03:27:15 Author: heftig Revision: 539695 archrelease: copy trunk to community-testing-x86_64 Added: deepin-anything-arch/repos/community-testing-x86_64/ deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539691, deepin-anything-arch/trunk/PKGBUILD) --+ PKGBUILD | 28 1 file changed, 28 insertions(+) Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 539691, deepin-anything-arch/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:15 UTC (rev 539695) @@ -0,0 +1,28 @@ +# Maintainer: Felix Yan + +pkgname=deepin-anything-arch +pkgver=5.0.1 +pkgrel=35 +pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel" +arch=('x86_64') +url="https://github.com/linuxdeepin/deepin-anything"; +license=('GPL3') +makedepends=('linux-headers') +provides=('DEEPIN-ANYTHING-MODULE') +replaces=('deepin-anything-module') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";) +sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14') + +build() { + cd deepin-anything-$pkgver + make -C kernelmod kdir=/usr/src/linux +} + +package() { + depends=('linux') + + cd deepin-anything-$pkgver + local extradir=/usr/lib/modules/$(
[arch-commits] Commit in r8168/repos (3 files)
Date: Tuesday, December 24, 2019 @ 03:27:14 Author: heftig Revision: 539691 archrelease: copy trunk to community-testing-x86_64 Added: r8168/repos/community-testing-x86_64/ r8168/repos/community-testing-x86_64/PKGBUILD (from rev 539688, r8168/trunk/PKGBUILD) r8168/repos/community-testing-x86_64/kernel-5.4.patch (from rev 539688, r8168/trunk/kernel-5.4.patch) --+ PKGBUILD | 47 +++ kernel-5.4.patch | 12 2 files changed, 59 insertions(+) Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 539688, r8168/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:14 UTC (rev 539691) @@ -0,0 +1,47 @@ +# Maintainer: Massimiliano Torromeo +# Contributor: Bob Fanger < bfanger(at)gmail > +# Contributor: Filip , Det < nimetonmaili(at)gmail > + +pkgname=r8168 +pkgver=8.047.05 +pkgrel=9 +pkgdesc="A kernel module for Realtek 8168 network cards" +url="http://www.realtek.com.tw"; +license=("GPL") +arch=('x86_64') +makedepends=('linux-headers') +source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz + kernel-5.4.patch) +sha256sums=('1344bf3d8a1d01a1be8805b48940be1b946b5e694ca75bd14ed1c76fd4c3d67b' +'be79c151c6323bb4d340e31e44fae25a36a93d317812fe5d75c54649ed2508b0') + +prepare() { + cd "$pkgname-$pkgver" + patch -Np1 -i ../kernel-5.4.patch +} + +build() { + local KERNEL_VERSION=$( + #include + +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) && LINUX_VERSION_CODE < KERNEL_VERSION(5,4,0) + #include + #endif + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,37)
[arch-commits] Commit in bbswitch/repos (2 files)
Date: Tuesday, December 24, 2019 @ 03:27:13 Author: heftig Revision: 539690 archrelease: copy trunk to community-testing-x86_64 Added: bbswitch/repos/community-testing-x86_64/ bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 539688, bbswitch/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 539688, bbswitch/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2019-12-24 03:27:13 UTC (rev 539690) @@ -0,0 +1,38 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: M0Rf30 +# Contributor: Samsagax + +pkgbase=bbswitch +pkgname=(bbswitch bbswitch-dkms) +pkgver=0.8 +pkgrel=274 +pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" +arch=('x86_64') +url="http://github.com/Bumblebee-Project/bbswitch"; +license=('GPL') +makedepends=('linux-headers') +source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";) +md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') + +build() { + cd ${pkgbase}-${pkgver} + make KDIR=/usr/src/linux +} + +package_bbswitch() { + depends=('linux') + + cd ${pkgbase}-${pkgver} + _extradir="/usr/lib/modules/$(
[arch-commits] Commit in nvidia/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:58 Author: heftig Revision: 372189 440.44-6: linux 5.4.6.arch2-1 Modified: nvidia/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:20:56 UTC (rev 372188) +++ PKGBUILD2019-12-24 03:20:58 UTC (rev 372189) @@ -5,7 +5,7 @@ pkgbase=nvidia pkgname=(nvidia nvidia-dkms) pkgver=440.44 -pkgrel=5 +pkgrel=6 pkgdesc="NVIDIA drivers for linux" arch=('x86_64') url="https://www.nvidia.com/";
[arch-commits] Commit in nvidia-390xx/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:56 Author: heftig Revision: 372188 390.132-11: linux 5.4.6.arch2-1 Modified: nvidia-390xx/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:05:45 UTC (rev 372187) +++ PKGBUILD2019-12-24 03:20:56 UTC (rev 372188) @@ -5,7 +5,7 @@ pkgbase=nvidia-390xx pkgname=(nvidia-390xx nvidia-390xx-dkms) pkgver=390.132 -pkgrel=10 +pkgrel=11 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch" arch=('x86_64') url="https://www.nvidia.com/";
[arch-commits] Commit in ndiswrapper-arch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:59 Author: heftig Revision: 539686 1.62-14: linux 5.4.6.arch2-1 Modified: ndiswrapper-arch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:20:55 UTC (rev 539685) +++ PKGBUILD2019-12-24 03:20:59 UTC (rev 539686) @@ -3,7 +3,7 @@ pkgname=ndiswrapper-arch pkgver=1.62 -pkgrel=13 +pkgrel=14 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors, kernel module for Arch kernel" arch=('x86_64') url="https://sourceforge.net/projects/ndiswrapper/";
[arch-commits] Commit in r8168/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:52 Author: heftig Revision: 539683 8.047.05-9: linux 5.4.6.arch2-1 Modified: r8168/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:20:51 UTC (rev 539682) +++ PKGBUILD2019-12-24 03:20:52 UTC (rev 539683) @@ -4,7 +4,7 @@ pkgname=r8168 pkgver=8.047.05 -pkgrel=8 +pkgrel=9 pkgdesc="A kernel module for Realtek 8168 network cards" url="http://www.realtek.com.tw"; license=("GPL")
[arch-commits] Commit in vhba-module/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:54 Author: heftig Revision: 539684 20190831-29: linux 5.4.6.arch2-1 Modified: vhba-module/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:20:52 UTC (rev 539683) +++ PKGBUILD2019-12-24 03:20:54 UTC (rev 539684) @@ -5,7 +5,7 @@ pkgbase=vhba-module pkgname=(vhba-module vhba-module-dkms) pkgver=20190831 -pkgrel=28 +pkgrel=29 pkgdesc="Kernel module that emulates SCSI devices" url="https://cdemu.sourceforge.io/"; arch=(x86_64)
[arch-commits] Commit in deepin-anything-arch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:21:03 Author: heftig Revision: 539688 5.0.1-35: linux 5.4.6.arch2-1 Modified: deepin-anything-arch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:21:01 UTC (rev 539687) +++ PKGBUILD2019-12-24 03:21:03 UTC (rev 539688) @@ -2,7 +2,7 @@ pkgname=deepin-anything-arch pkgver=5.0.1 -pkgrel=34 +pkgrel=35 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel" arch=('x86_64') url="https://github.com/linuxdeepin/deepin-anything";
[arch-commits] Commit in acpi_call/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:55 Author: heftig Revision: 539685 1.1.0-269: linux 5.4.6.arch2-1 Modified: acpi_call/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:20:54 UTC (rev 539684) +++ PKGBUILD2019-12-24 03:20:55 UTC (rev 539685) @@ -5,7 +5,7 @@ pkgbase=acpi_call pkgname=(acpi_call acpi_call-dkms) pkgver=1.1.0 -pkgrel=268 +pkgrel=269 pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' url='https://github.com/mkottman/acpi_call' arch=('x86_64')
[arch-commits] Commit in wireguard-arch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:21:01 Author: heftig Revision: 539687 0.0.20191219-3: linux 5.4.6.arch2-1 Modified: wireguard-arch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:20:59 UTC (rev 539686) +++ PKGBUILD2019-12-24 03:21:01 UTC (rev 539687) @@ -2,7 +2,7 @@ pkgname=wireguard-arch pkgver=0.0.20191219 -pkgrel=2 +pkgrel=3 pkgdesc='Wireguard module for Arch Kernel' url='https://www.wireguard.com/' arch=('x86_64')
[arch-commits] Commit in tp_smapi/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:48 Author: heftig Revision: 539679 0.43-162: linux 5.4.6.arch2-1 Modified: tp_smapi/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 01:52:15 UTC (rev 539678) +++ PKGBUILD2019-12-24 03:20:48 UTC (rev 539679) @@ -9,7 +9,7 @@ pkgname=tp_smapi pkgver=0.43 -pkgrel=161 +pkgrel=162 pkgdesc="Modules for ThinkPad's SMAPI functionality" arch=('x86_64') url='https://github.com/evgeni/tp_smapi'
[arch-commits] Commit in broadcom-wl/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:49 Author: heftig Revision: 539680 6.30.223.271-155: linux 5.4.6.arch2-1 Modified: broadcom-wl/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:20:48 UTC (rev 539679) +++ PKGBUILD2019-12-24 03:20:49 UTC (rev 539680) @@ -5,7 +5,7 @@ #_kernelname=-custom # Build against kernel with a different name pkgname=${_module}${_kernelname} pkgver=6.30.223.271 -pkgrel=154 +pkgrel=155 pkgdesc='Broadcom 802.11 Linux STA wireless driver' arch=('x86_64') url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
[arch-commits] Commit in virtualbox-modules-arch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:50 Author: heftig Revision: 539681 6.1.0-6: linux 5.4.6.arch2-1 Modified: virtualbox-modules-arch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:20:49 UTC (rev 539680) +++ PKGBUILD2019-12-24 03:20:50 UTC (rev 539681) @@ -4,7 +4,7 @@ pkgbase=virtualbox-modules-arch pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch') pkgver=6.1.0 -pkgrel=5 +pkgrel=6 arch=('x86_64') url='http://virtualbox.org' license=('GPL')
[arch-commits] Commit in bbswitch/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:20:51 Author: heftig Revision: 539682 0.8-274: linux 5.4.6.arch2-1 Modified: bbswitch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:20:50 UTC (rev 539681) +++ PKGBUILD2019-12-24 03:20:51 UTC (rev 539682) @@ -5,7 +5,7 @@ pkgbase=bbswitch pkgname=(bbswitch bbswitch-dkms) pkgver=0.8 -pkgrel=273 +pkgrel=274 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" arch=('x86_64') url="http://github.com/Bumblebee-Project/bbswitch";
[arch-commits] Commit in linux/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:05:40 Author: heftig Revision: 372186 5.4.6.arch2-1 Modified: linux/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 01:52:13 UTC (rev 372185) +++ PKGBUILD2019-12-24 03:05:40 UTC (rev 372186) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgbase=linux -pkgver=5.4.6.arch1 +pkgver=5.4.6.arch2 pkgrel=1 pkgdesc='Linux' _srctag=v${pkgver%.*}-${pkgver##*.}
[arch-commits] Commit in linux-zen/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 03:05:45 Author: heftig Revision: 372187 5.4.6.zen2-1 Modified: linux-zen/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 03:05:40 UTC (rev 372186) +++ PKGBUILD2019-12-24 03:05:45 UTC (rev 372187) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgbase=linux-zen -pkgver=5.4.6.zen1 +pkgver=5.4.6.zen2 pkgrel=1 pkgdesc='Linux ZEN' _srctag=v${pkgver%.*}-${pkgver##*.}
[arch-commits] Commit in bullet/repos/extra-x86_64 (4 files)
Date: Tuesday, December 24, 2019 @ 01:52:13 Author: svenstaro Revision: 372185 archrelease: copy trunk to extra-x86_64 Added: bullet/repos/extra-x86_64/PKGBUILD (from rev 372184, bullet/trunk/PKGBUILD) bullet/repos/extra-x86_64/bullet3_examplebrowser.sh (from rev 372184, bullet/trunk/bullet3_examplebrowser.sh) Deleted: bullet/repos/extra-x86_64/PKGBUILD bullet/repos/extra-x86_64/bullet3_examplebrowser.sh ---+ PKGBUILD | 168 ++-- bullet3_examplebrowser.sh |8 +- 2 files changed, 88 insertions(+), 88 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 01:52:05 UTC (rev 372184) +++ PKGBUILD2019-12-24 01:52:13 UTC (rev 372185) @@ -1,84 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Christoph Zeiler - -pkgbase=bullet -pkgname=('bullet' 'bullet-docs' 'python-pybullet') -pkgver=2.88 -pkgrel=3 -pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation" -arch=('x86_64') -url="http://www.bulletphysics.com/Bullet/"; -license=('custom:zlib') -makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy' 'python-setuptools') -source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz"; -bullet3_examplebrowser.sh) -sha512sums=('15face1940d496c96fd19a44139d11d2cbb629526c40432be4a0eef5fa9a532c842ec7318248c0359a080f2034111bf1a3c2d3a6fd789bec675bd368fac7bd93' - '8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81') - -prepare() { - mkdir bullet3-${pkgver}/build -} - -build() { - cd bullet3-${pkgver}/build - - cmake .. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_SHARED_LIBS=1 \ - -DINSTALL_LIBS=1 \ - -DINSTALL_EXTRA_LIBS=1 \ - -DBUILD_PYBULLET=ON \ - -DBUILD_PYBULLET_NUMPY=ON \ - -DBUILD_OPENGL3_DEMOS=ON \ - -DCMAKE_BUILD_TYPE=Release - - make - - cd .. - python setup.py build - doxygen -} - -package_bullet() { - optdepends=('glu: for the example browser' - 'python: python bindings' - 'python-numpy: python bindings' - 'bullet-docs: documentation') - - cd bullet3-${pkgver}/build - - make DESTDIR=${pkgdir} install - - install -Dm755 examples/pybullet/pybullet.so.${pkgver} ${pkgdir}/usr/lib/libpybullet.so.${pkgver} - install -Dm755 examples/ExampleBrowser/libBulletExampleBrowserLib.so.${pkgver} ${pkgdir}/usr/lib/libBulletExampleBrowserLib.so.${pkgver} - install -Dm755 examples/OpenGLWindow/libOpenGLWindow.so ${pkgdir}/usr/lib/libOpenGLWindow.so - install -Dm755 examples/ThirdPartyLibs/Gwen/libgwen.so ${pkgdir}/usr/lib/libgwen.so - install -Dm755 examples/ThirdPartyLibs/BussIK/libBussIK.so ${pkgdir}/usr/lib/libBussIK.so - install -Dm755 ${srcdir}/bullet3_examplebrowser.sh ${pkgdir}/usr/bin/bullet3_examplebrowser - install -Dm755 examples/ExampleBrowser/App_ExampleBrowser ${pkgdir}/opt/bullet/App_ExampleBrowser - cp -r data ${pkgdir}/opt/bullet/ - - install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE -} - -package_python-pybullet() { - pkgdesc="Bullet Python bindings" - depends+=('bullet') - - cd bullet3-${pkgver} - - python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build -} - -package_bullet-docs() { - pkgdesc="Documentation for bullet" - - cd bullet3-${pkgver} - - # install docs - install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf ${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf - install -Dm644 docs/Bullet_User_Manual.pdf ${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf - install -Dm644 docs/BulletQuickstart.pdf ${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf - cp -r html ${pkgdir}/usr/share/doc/bullet/html -} -# vim: sw=2 ts=2 et: Copied: bullet/repos/extra-x86_64/PKGBUILD (from rev 372184, bullet/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-24 01:52:13 UTC (rev 372185) @@ -0,0 +1,84 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Christoph Zeiler + +pkgbase=bullet +pkgname=('bullet' 'bullet-docs' 'python-pybullet') +pkgver=2.89 +pkgrel=1 +pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation" +arch=('x86_64') +url="http://www.bulletphysics.com/Bullet/"; +license=('custom:zlib') +makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy' 'python-setuptools') +source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz"; +bullet3_examplebrowser.sh) +sha512sums=('3c4ba6a3b3623ef44dd4a23e0bc2e90dec1f2b7af463edcb886e110feac1dfb4a91945f0ed640052cac228318539e275976d37238102fb10a0f78aef065a730b' + '8741ad94b6c46c226d89aebc8ab06d8a11bac
[arch-commits] Commit in teeworlds/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 24, 2019 @ 01:52:15 Author: svenstaro Revision: 539678 archrelease: copy trunk to community-x86_64 Added: teeworlds/repos/community-x86_64/PKGBUILD (from rev 539677, teeworlds/trunk/PKGBUILD) Deleted: teeworlds/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 124 ++--- 1 file changed, 62 insertions(+), 62 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 01:52:10 UTC (rev 539677) +++ PKGBUILD2019-12-24 01:52:15 UTC (rev 539678) @@ -1,62 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Allan McRae -# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at] -# Contributor: [vEX] -# Contributor: Daniel J Griffiths -pkgname=teeworlds -pkgver=0.7.3.1 -_pkgver=0.7.3.1 -pkgrel=1 -pkgdesc='Fast-paced multiplayer 2D shooter game' -arch=('x86_64') -url='https://www.teeworlds.com' -license=('custom') -depends=('alsa-lib' 'glu' 'sdl2' 'freetype2') -makedepends=('python' 'bam' 'mesa' 'imagemagick' 'gendesk' 'git') -source=("git+git://github.com/teeworlds/teeworlds.git#tag=$_pkgver" -"git+git://github.com/teeworlds/teeworlds-maps.git" -"git+git://github.com/teeworlds/teeworlds-translation.git" - "bam-v0.5.1.tar.gz::https://github.com/matricks/bam/archive/v0.5.1.tar.gz";) -sha512sums=('SKIP' -'SKIP' -'SKIP' - 'e6f1b3daad6073c58b0e3cbf836bb0a6b66f0c36532d6e6eca9949239ab8b584cc88f892cce6f74974e370a8a688f33a95dde86dd65cc1790e49e5f8aeab0fef') - -prepare() { - convert +set date:create +set date:modify "${pkgname}/other/icons/teeworlds.ico" "${srcdir}/${pkgname}.png" - gendesk -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \ ---name 'Teeworlds' --categories 'Game;ArcadeGame' - - cd teeworlds - git submodule init - git config submodule."datasrc/languages".url ${srcdir}/teeworlds-translation - git config submodule."datasrc/maps".url ${srcdir}/teeworlds-maps - git submodule update -} - -build() { - cd bam-0.5.1 - ./make_unix.sh - cd .. - - cd teeworlds - ../bam-0.5.1/bam conf=release -} - -package() { - cd teeworlds - - # Install data files - mkdir -p ${pkgdir}/usr/share/${pkgname}/data - cp -r build/x86_64/release/data/* ${pkgdir}/usr/share/${pkgname}/data - - install -Dm755 build/x86_64/release/${pkgname} ${pkgdir}/usr/bin/${pkgname} - install -Dm755 build/x86_64/release/${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv - - install -Dm644 ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop - install -Dm644 ${srcdir}/${pkgname}-0.png ${pkgdir}/usr/share/pixmaps/${pkgname}.png - - install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt -} - -# vim:set ts=2 sw=2 et: Copied: teeworlds/repos/community-x86_64/PKGBUILD (from rev 539677, teeworlds/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-24 01:52:15 UTC (rev 539678) @@ -0,0 +1,62 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Allan McRae +# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at] +# Contributor: [vEX] +# Contributor: Daniel J Griffiths +pkgname=teeworlds +pkgver=0.7.4 +_pkgver=0.7.4 +pkgrel=1 +pkgdesc='Fast-paced multiplayer 2D shooter game' +arch=('x86_64') +url='https://www.teeworlds.com' +license=('custom') +depends=('alsa-lib' 'glu' 'sdl2' 'freetype2') +makedepends=('python' 'bam' 'mesa' 'imagemagick' 'gendesk' 'git') +source=("git+git://github.com/teeworlds/teeworlds.git#tag=$_pkgver" +"git+git://github.com/teeworlds/teeworlds-maps.git" +"git+git://github.com/teeworlds/teeworlds-translation.git" + "bam-v0.5.1.tar.gz::https://github.com/matricks/bam/archive/v0.5.1.tar.gz";) +sha512sums=('SKIP' +'SKIP' +'SKIP' + 'e6f1b3daad6073c58b0e3cbf836bb0a6b66f0c36532d6e6eca9949239ab8b584cc88f892cce6f74974e370a8a688f33a95dde86dd65cc1790e49e5f8aeab0fef') + +prepare() { + convert +set date:create +set date:modify "${pkgname}/other/icons/teeworlds.ico" "${srcdir}/${pkgname}.png" + gendesk -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \ +--name 'Teeworlds' --categories 'Game;ArcadeGame' + + cd teeworlds + git submodule init + git config submodule."datasrc/languages".url ${srcdir}/teeworlds-translation + git config submodule."datasrc/maps".url ${srcdir}/teeworlds-maps + git submodule update +} + +build() { + cd bam-0.5.1 + ./make_unix.sh + cd .. + + cd teeworlds + ../bam-0.5.1/bam conf=release +} + +package() { + cd teeworlds + + # Install data files + mkdir -p ${pkgdir}/usr/share/${pkgname}/data + cp -r build/x86_64/release/data/* ${pkgdir}/usr/share/${pkgname}/data + + install -Dm755 build/x86_64/release/${pkgname} ${pkgdir}/usr/bin/${pkgname} + install -Dm755 build/x86_64/release/${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv + + inst
[arch-commits] Commit in teeworlds/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 01:52:10 Author: svenstaro Revision: 539677 upgpkg: teeworlds 0.7.4-1 Modified: teeworlds/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 01:45:07 UTC (rev 539676) +++ PKGBUILD2019-12-24 01:52:10 UTC (rev 539677) @@ -4,8 +4,8 @@ # Contributor: [vEX] # Contributor: Daniel J Griffiths pkgname=teeworlds -pkgver=0.7.3.1 -_pkgver=0.7.3.1 +pkgver=0.7.4 +_pkgver=0.7.4 pkgrel=1 pkgdesc='Fast-paced multiplayer 2D shooter game' arch=('x86_64')
[arch-commits] Commit in bullet/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 01:52:05 Author: svenstaro Revision: 372184 upgpkg: bullet 2.89-1 Modified: bullet/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 00:02:26 UTC (rev 372183) +++ PKGBUILD2019-12-24 01:52:05 UTC (rev 372184) @@ -3,8 +3,8 @@ pkgbase=bullet pkgname=('bullet' 'bullet-docs' 'python-pybullet') -pkgver=2.88 -pkgrel=3 +pkgver=2.89 +pkgrel=1 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation" arch=('x86_64') url="http://www.bulletphysics.com/Bullet/"; @@ -12,7 +12,7 @@ makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy' 'python-setuptools') source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz"; bullet3_examplebrowser.sh) -sha512sums=('15face1940d496c96fd19a44139d11d2cbb629526c40432be4a0eef5fa9a532c842ec7318248c0359a080f2034111bf1a3c2d3a6fd789bec675bd368fac7bd93' +sha512sums=('3c4ba6a3b3623ef44dd4a23e0bc2e90dec1f2b7af463edcb886e110feac1dfb4a91945f0ed640052cac228318539e275976d37238102fb10a0f78aef065a730b' '8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81') prepare() {
[arch-commits] Commit in bazel/repos/community-x86_64 (4 files)
Date: Tuesday, December 24, 2019 @ 01:45:07 Author: svenstaro Revision: 539676 archrelease: copy trunk to community-x86_64 Added: bazel/repos/community-x86_64/PKGBUILD (from rev 539675, bazel/trunk/PKGBUILD) bazel/repos/community-x86_64/grpc_rename_gettid.patch (from rev 539675, bazel/trunk/grpc_rename_gettid.patch) Deleted: bazel/repos/community-x86_64/PKGBUILD bazel/repos/community-x86_64/grpc_rename_gettid.patch --+ PKGBUILD | 85 +++- grpc_rename_gettid.patch | 156 ++--- 2 files changed, 117 insertions(+), 124 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 01:44:58 UTC (rev 539675) +++ PKGBUILD2019-12-24 01:45:07 UTC (rev 539676) @@ -1,46 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Maintainer: Konstantin Gizdov -# Contributor: Frederik Schwan -# Contributor: Simon Legner - -pkgname=bazel -pkgver=1.2.1 -pkgrel=1 -pkgdesc='Correct, reproducible, and fast builds for everyone' -arch=('x86_64') -license=('Apache') -url='https://bazel.io/' -depends=('java-environment=11' 'libarchive' 'zip' 'unzip') -makedepends=('git' 'protobuf' 'python') -options=('!distcc' '!strip') -source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip"; - "https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig"; -'grpc_rename_gettid.patch') -sha512sums=('bc0e6526bfbb8725a4f2ae95fc88b9301b64559325fca3bcf5a9bc642cec2b2284eb9a6ce0699f1f910378b89ee23657dbea7928a92cc1900f1f2f405ff3' -'SKIP' - '0d4dc5c5931ff3a16bb9ac228ec560fc0115444a3d3787f12866e11e8b3833ee8a26cc65c97aa9898c1f7a6c380820d62544d2ed7bed0d6f21aa4293e244eb04') -validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0') - -prepare() { - # fix gRPC: https://github.com/grpc/grpc/pull/18950 - patch -Np0 -i "${srcdir}/grpc_rename_gettid.patch" -d third_party/grpc -} - -build() { - env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh - ./output/bazel build scripts:bazel-complete.bash - cd output - ./bazel shutdown -} - -package() { - install -Dm755 "${srcdir}/scripts/packages/bazel.sh" "${pkgdir}/usr/bin/bazel" - install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real" - install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" "${pkgdir}/usr/share/bash-completion/completions/bazel" - install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" "${pkgdir}/usr/share/zsh/site-functions/_bazel" - mkdir -p "${pkgdir}/opt/bazel" - for d in examples third_party tools; do -cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/" - done -} -# vim:set ts=2 sw=2 et: Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 539675, bazel/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-24 01:45:07 UTC (rev 539676) @@ -0,0 +1,39 @@ +# Maintainer: Sven-Hendrik Haase +# Maintainer: Konstantin Gizdov +# Contributor: Frederik Schwan +# Contributor: Simon Legner + +pkgname=bazel +pkgver=2.0.0 +pkgrel=1 +pkgdesc='Correct, reproducible, and fast builds for everyone' +arch=('x86_64') +license=('Apache') +url='https://bazel.io/' +depends=('java-environment=11' 'libarchive' 'zip' 'unzip') +makedepends=('git' 'protobuf' 'python') +options=('!distcc' '!strip') +source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip"; + "https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig";) +sha512sums=('db609e9d0ee0cdbfb999de850db17907af02dc26e605f4617dfeb2fbac5c30c4c0a9f48c6ba3673ffe8babb5b9e157cc51c32832015b85ed279b6b160506cdae' +'SKIP') +validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0') + +build() { + env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh + ./output/bazel build scripts:bazel-complete.bash + cd output + ./bazel shutdown +} + +package() { + install -Dm755 "${srcdir}/scripts/packages/bazel.sh" "${pkgdir}/usr/bin/bazel" + install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real" + install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" "${pkgdir}/usr/share/bash-completion/completions/bazel" + install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" "${pkgdir}/usr/share/zsh/site-functions/_bazel" + mkdir -p "${pkgdir}/opt/bazel" + for d in examples third_party tools; do +cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/" + done +} +# vim:set ts=2 sw=2 et: Deleted: grpc_rename_gettid.patch === --- grpc_rename_gettid.patch2019-12-24 01:44:58 UTC (rev 539675) +++ grpc_rename_gettid.patch2019-12-24 01:45:07 UTC (rev 539676) @@ -1,78 +0,0 @@ -From d1d017390b799c59d6fdf7b8afa6136d218bdd61 Mon Sep 17
[arch-commits] Commit in bazel/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 01:44:58 Author: svenstaro Revision: 539675 upgpkg: bazel 2.0.0-1 Modified: bazel/trunk/PKGBUILD --+ PKGBUILD | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 00:24:50 UTC (rev 539674) +++ PKGBUILD2019-12-24 01:44:58 UTC (rev 539675) @@ -4,7 +4,7 @@ # Contributor: Simon Legner pkgname=bazel -pkgver=1.2.1 +pkgver=2.0.0 pkgrel=1 pkgdesc='Correct, reproducible, and fast builds for everyone' arch=('x86_64') @@ -14,18 +14,11 @@ makedepends=('git' 'protobuf' 'python') options=('!distcc' '!strip') source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip"; - "https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig"; -'grpc_rename_gettid.patch') -sha512sums=('bc0e6526bfbb8725a4f2ae95fc88b9301b64559325fca3bcf5a9bc642cec2b2284eb9a6ce0699f1f910378b89ee23657dbea7928a92cc1900f1f2f405ff3' -'SKIP' - '0d4dc5c5931ff3a16bb9ac228ec560fc0115444a3d3787f12866e11e8b3833ee8a26cc65c97aa9898c1f7a6c380820d62544d2ed7bed0d6f21aa4293e244eb04') + "https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig";) +sha512sums=('db609e9d0ee0cdbfb999de850db17907af02dc26e605f4617dfeb2fbac5c30c4c0a9f48c6ba3673ffe8babb5b9e157cc51c32832015b85ed279b6b160506cdae' +'SKIP') validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0') -prepare() { - # fix gRPC: https://github.com/grpc/grpc/pull/18950 - patch -Np0 -i "${srcdir}/grpc_rename_gettid.patch" -d third_party/grpc -} - build() { env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh ./output/bazel build scripts:bazel-complete.bash
[arch-commits] Commit in libev/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 24, 2019 @ 00:24:50 Author: arojas Revision: 539674 archrelease: copy trunk to community-x86_64 Added: libev/repos/community-x86_64/PKGBUILD (from rev 539673, libev/trunk/PKGBUILD) Deleted: libev/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 00:24:29 UTC (rev 539673) +++ PKGBUILD2019-12-24 00:24:50 UTC (rev 539674) @@ -1,37 +0,0 @@ -# Maintainer: Andrea Scarpino -# Contributor: Allan McRae -# Contributor: Thomas Haider - -pkgname=libev -pkgver=4.27 -pkgrel=1 -pkgdesc="A full-featured and high-performance event loop" -arch=('x86_64') -url="https://software.schmorp.de/pkg/libev.html"; -license=('BSD') -depends=('glibc') -source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('b67aff18f6f1ffec4422e188c98d9fe458c5ed0b') - -build() { - cd ${pkgname}-${pkgver} - - ./configure --prefix=/usr - make -} - -check() { - cd ${pkgname}-${pkgver} - make check -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR="${pkgdir}" install - - # fix conflict with libevent - rm "${pkgdir}"/usr/include/event.h - - install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} Copied: libev/repos/community-x86_64/PKGBUILD (from rev 539673, libev/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-24 00:24:50 UTC (rev 539674) @@ -0,0 +1,37 @@ +# Maintainer: Andrea Scarpino +# Contributor: Allan McRae +# Contributor: Thomas Haider + +pkgname=libev +pkgver=4.31 +pkgrel=1 +pkgdesc="A full-featured and high-performance event loop" +arch=('x86_64') +url="https://software.schmorp.de/pkg/libev.html"; +license=('BSD') +depends=('glibc') +source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) +sha1sums=('41a70861053eaed07bdb9b1dfcff24fb390803b9') + +build() { + cd ${pkgname}-${pkgver} + + ./configure --prefix=/usr + make +} + +check() { + cd ${pkgname}-${pkgver} + make check +} + +package() { + cd ${pkgname}-${pkgver} + + make DESTDIR="${pkgdir}" install + + # fix conflict with libevent + rm "${pkgdir}"/usr/include/event.h + + install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +}
[arch-commits] Commit in libev/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 00:24:29 Author: arojas Revision: 539673 Update to 4.31 Modified: libev/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-12-24 00:15:00 UTC (rev 539672) +++ PKGBUILD2019-12-24 00:24:29 UTC (rev 539673) @@ -3,7 +3,7 @@ # Contributor: Thomas Haider pkgname=libev -pkgver=4.27 +pkgver=4.31 pkgrel=1 pkgdesc="A full-featured and high-performance event loop" arch=('x86_64') @@ -11,7 +11,7 @@ license=('BSD') depends=('glibc') source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('b67aff18f6f1ffec4422e188c98d9fe458c5ed0b') +sha1sums=('41a70861053eaed07bdb9b1dfcff24fb390803b9') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in lsp-plugins/trunk (3 files)
Date: Tuesday, December 24, 2019 @ 00:14:47 Author: dvzrv Revision: 539671 upgpkg: lsp-plugins 1.1.13-1: Upgrading to 1.1.13. Updating maintainer info. Adding all direct library dependencies. Moving libjack.so to optdepends for the JACK standalone applications. Adding XDG desktop integration for all JACK standalone applications (will be upstreamed with 1.1.14). Added: lsp-plugins/trunk/lsp-plugins.directory lsp-plugins/trunk/lsp-plugins.menu Modified: lsp-plugins/trunk/PKGBUILD ---+ PKGBUILD | 334 ++-- lsp-plugins.directory |4 lsp-plugins.menu | 14 ++ 3 files changed, 343 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:18:18 UTC (rev 539670) +++ PKGBUILD2019-12-24 00:14:47 UTC (rev 539671) @@ -1,6 +1,6 @@ -# Maintainer: David Runge +# Maintainer: David Runge pkgname=lsp-plugins -pkgver=1.1.10 +pkgver=1.1.13 pkgrel=1 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST" arch=('x86_64') @@ -7,17 +7,323 @@ url="https://lsp-plug.in"; license=('LGPL3') groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins') -depends=('cairo' 'jack' 'libglvnd') -makedepends=('ladspa' 'lv2' 'php') -source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";) -sha512sums=('aedc6a6a421bfb1ad964f6963793cdb2616456044736745a1c3dc27e947b1d6395de1942c2525bc983e654df5335d35466eed16b8f31612119284b024bdce6c2') +depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libsndfile' 'libx11') +makedepends=('gendesk' 'imagemagick' 'ladspa' 'libjack.so' 'lv2' 'php') +optdepends=('libjack.so: for standalone applications') +source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz"; +"${pkgname}.directory" +"${pkgname}.menu") +sha512sums=('81d93f9a3ffb6b85df970f4f781fd42059671aff4f6725fb3e31c3c7f65596dc8981075d23af5fce7d88470dc86e4ae1fdd9c6b069db6e9c4c9f81a3357a' + 'bcb450fe36057fe165f47e75551a353195b515f1ed3c42eb8d67b68d53f30335496d720ce949c195c679df857225e43a06cb4f3dc1a0a3c69ca0f3c1285c1acd' + 'bad742cb84ced757f5ef810c4e61efa10ade8a66105c7194d03b692d9b94eb10b4c4f6b89be63c77957e74187b53fac0731ddae254c02860b885c6d7fbe9c1fe') +_names=( +'comp-delay-mono' +'comp-delay-stereo' +'comp-delay-x2-stereo' +'compressor-lr' +'compressor-mono' +'compressor-ms' +'compressor-stereo' +'dyna-processor-lr' +'dyna-processor-mono' +'dyna-processor-ms' +'dyna-processor-stereo' +'expander-lr' +'expander-mono' +'expander-ms' +'expander-stereo' +'gate-lr' +'gate-mono' +'gate-ms' +'gate-stereo' +'graph-equalizer-x16-lr' +'graph-equalizer-x16-mono' +'graph-equalizer-x16-ms' +'graph-equalizer-x16-stereo' +'graph-equalizer-x32-lr' +'graph-equalizer-x32-mono' +'graph-equalizer-x32-ms' +'graph-equalizer-x32-stereo' +'impulse-responses-mono' +'impulse-responses-stereo' +'impulse-reverb-mono' +'impulse-reverb-stereo' +'latency-meter' +'limiter-mono' +'limiter-stereo' +'mb-compressor-lr' +'mb-compressor-mono' +'mb-compressor-ms' +'mb-compressor-stereo' +'multisampler-x12' +'multisampler-x12-do' +'multisampler-x24' +'multisampler-x24-do' +'multisampler-x48' +'multisampler-x48-do' +'oscillator-mono' +'para-equalizer-x16-lr' +'para-equalizer-x16-mono' +'para-equalizer-x16-ms' +'para-equalizer-x16-stereo' +'para-equalizer-x32-lr' +'para-equalizer-x32-mono' +'para-equalizer-x32-ms' +'para-equalizer-x32-stereo' +'phase-detector' +'profiler-mono' +'profiler-stereo' +'room-builder-mono' +'room-builder-stereo' +'sampler-mono' +'sampler-stereo' +'sc-compressor-lr' +'sc-compressor-mono' +'sc-compressor-ms' +'sc-compressor-stereo' +'sc-dyna-processor-lr' +'sc-dyna-processor-mono' +'sc-dyna-processor-ms' +'sc-dyna-processor-stereo' +'sc-expander-lr' +'sc-expander-mono' +'sc-expander-ms' +'sc-expander-stereo' +'sc-gate-lr' +'sc-gate-mono' +'sc-gate-ms' +'sc-gate-stereo' +'sc-limiter-mono' +'sc-limiter-stereo' +'sc-mb-compressor-lr' +'sc-mb-compressor-mono' +'sc-mb-compressor-ms' +'sc-mb-compressor-stereo' +'slap-delay-mono' +'slap-delay-stereo' +'spectrum-analyzer-x1' +'spectrum-analyzer-x12' +'spectrum-analyzer-x16' +'spectrum-analyzer-x2' +'spectrum-analyzer-x4' +'spectrum-analyzer-x8' +'trigger-midi-mono' +'trigger-midi-stereo' +'trigger-mono' +'trigger-stereo' +) +_sizes=('16' '22' '24' '26' '32' '36' '48' '64' '72' '96' '128' '192' '256' +'384' '512' '1024') + prepare() { mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver" cd "$pkgname-$pkgver" - # removing /usr/local/lib from RPATH - sed -e '/LD_PATH/ s|:/usr/local/lib||g' \ - -i scripts/make/configure.mk + declare -A comments=( +["comp-delay-mono"]="Add short delay to the mono channel to compensate the phase offset relatively to other channels." +["comp-delay-stereo"]="Add short delay to the stereo channel to compensate the phase offset relatively
[arch-commits] Commit in lsp-plugins/repos/community-x86_64 (4 files)
Date: Tuesday, December 24, 2019 @ 00:15:00 Author: dvzrv Revision: 539672 archrelease: copy trunk to community-x86_64 Added: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 539671, lsp-plugins/trunk/PKGBUILD) lsp-plugins/repos/community-x86_64/lsp-plugins.directory (from rev 539671, lsp-plugins/trunk/lsp-plugins.directory) lsp-plugins/repos/community-x86_64/lsp-plugins.menu (from rev 539671, lsp-plugins/trunk/lsp-plugins.menu) Deleted: lsp-plugins/repos/community-x86_64/PKGBUILD ---+ PKGBUILD | 410 ++-- lsp-plugins.directory |4 lsp-plugins.menu | 14 + 3 files changed, 381 insertions(+), 47 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 00:14:47 UTC (rev 539671) +++ PKGBUILD2019-12-24 00:15:00 UTC (rev 539672) @@ -1,47 +0,0 @@ -# Maintainer: David Runge -pkgname=lsp-plugins -pkgver=1.1.10 -pkgrel=1 -pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST" -arch=('x86_64') -url="https://lsp-plug.in"; -license=('LGPL3') -groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins') -depends=('cairo' 'jack' 'libglvnd') -makedepends=('ladspa' 'lv2' 'php') -source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";) -sha512sums=('aedc6a6a421bfb1ad964f6963793cdb2616456044736745a1c3dc27e947b1d6395de1942c2525bc983e654df5335d35466eed16b8f31612119284b024bdce6c2') - -prepare() { - mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver" - cd "$pkgname-$pkgver" - # removing /usr/local/lib from RPATH - sed -e '/LD_PATH/ s|:/usr/local/lib||g' \ - -i scripts/make/configure.mk -} - -build() { - local _test_path="$(pwd)/.build-test" - cd "$pkgname-$pkgver" - make - make OBJDIR=${_test_path} clean - make OBJDIR=${_test_path} test -} - -check() { - local _test_path="$(pwd)/.build-test" - cd "$pkgname-$pkgver" - ${_test_path}/lsp-plugins-test utest \ ---nofork \ ---debug \ ---verbose || warning "Known flaky test: https://github.com/sadko4u/lsp-plugins/issues/19"; -} - -package() { - cd "$pkgname-$pkgver" - make BIN_PATH=/usr/bin \ - LIB_PATH=/usr/lib \ - DOC_PATH=/usr/share/doc \ - DESTDIR="$pkgdir/" \ - install -} Copied: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 539671, lsp-plugins/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-24 00:15:00 UTC (rev 539672) @@ -0,0 +1,363 @@ +# Maintainer: David Runge +pkgname=lsp-plugins +pkgver=1.1.13 +pkgrel=1 +pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST" +arch=('x86_64') +url="https://lsp-plug.in"; +license=('LGPL3') +groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins') +depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libsndfile' 'libx11') +makedepends=('gendesk' 'imagemagick' 'ladspa' 'libjack.so' 'lv2' 'php') +optdepends=('libjack.so: for standalone applications') +source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz"; +"${pkgname}.directory" +"${pkgname}.menu") +sha512sums=('81d93f9a3ffb6b85df970f4f781fd42059671aff4f6725fb3e31c3c7f65596dc8981075d23af5fce7d88470dc86e4ae1fdd9c6b069db6e9c4c9f81a3357a' + 'bcb450fe36057fe165f47e75551a353195b515f1ed3c42eb8d67b68d53f30335496d720ce949c195c679df857225e43a06cb4f3dc1a0a3c69ca0f3c1285c1acd' + 'bad742cb84ced757f5ef810c4e61efa10ade8a66105c7194d03b692d9b94eb10b4c4f6b89be63c77957e74187b53fac0731ddae254c02860b885c6d7fbe9c1fe') + +_names=( +'comp-delay-mono' +'comp-delay-stereo' +'comp-delay-x2-stereo' +'compressor-lr' +'compressor-mono' +'compressor-ms' +'compressor-stereo' +'dyna-processor-lr' +'dyna-processor-mono' +'dyna-processor-ms' +'dyna-processor-stereo' +'expander-lr' +'expander-mono' +'expander-ms' +'expander-stereo' +'gate-lr' +'gate-mono' +'gate-ms' +'gate-stereo' +'graph-equalizer-x16-lr' +'graph-equalizer-x16-mono' +'graph-equalizer-x16-ms' +'graph-equalizer-x16-stereo' +'graph-equalizer-x32-lr' +'graph-equalizer-x32-mono' +'graph-equalizer-x32-ms' +'graph-equalizer-x32-stereo' +'impulse-responses-mono' +'impulse-responses-stereo' +'impulse-reverb-mono' +'impulse-reverb-stereo' +'latency-meter' +'limiter-mono' +'limiter-stereo' +'mb-compressor-lr' +'mb-compressor-mono' +'mb-compressor-ms' +'mb-compressor-stereo' +'multisampler-x12' +'multisampler-x12-do' +'multisampler-x24' +'multisampler-x24-do' +'multisampler-x48' +'multisampler-x48-do' +'oscillator-mono' +'para-equalizer-x16-lr' +'para-equalizer-x16-mono' +'para-equalizer-x16-ms' +'para-equalizer-x16-stereo' +'para-equalizer-x32-lr' +'para-equalizer-x32-mono' +'para-equalizer-x32-ms' +'para-equalizer-x32-stereo' +'phase-detector' +'profiler-mono' +'profiler-stereo' +'room-builder-mono' +'room-builder-stereo' +'sa
[arch-commits] Commit in gthumb/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 24, 2019 @ 00:02:26 Author: heftig Revision: 372183 archrelease: copy trunk to extra-x86_64 Added: gthumb/repos/extra-x86_64/PKGBUILD (from rev 372182, gthumb/trunk/PKGBUILD) Deleted: gthumb/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-24 00:02:14 UTC (rev 372182) +++ PKGBUILD2019-12-24 00:02:26 UTC (rev 372183) @@ -1,44 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Tobias Kieslich - -pkgname=gthumb -pkgver=3.8.2 -pkgrel=1 -pkgdesc="Image browser and viewer for the GNOME Desktop" -url="https://wiki.gnome.org/Apps/gthumb"; -arch=(x86_64) -license=(GPL) -depends=(dconf librsvg clutter-gtk gst-plugins-base-libs gsettings-desktop-schemas libwebp - libsecret libsoup webkit2gtk json-glib gtk3-print-backends) -makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools meson git) -optdepends=('libraw: read RAW files' -'exiv2: metadata support' -'libchamplain: map viewer' -'brasero: burn discs' -'liboauth: web albums') -_commit=3e9a923ce539dac3fd5c658dcf7a5e0f3f5515a0 # tags/3.8.2^0 -source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build -D libchamplain=true - ninja -C build -} - -check() { - meson test -C build --print-errorlogs -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: gthumb/repos/extra-x86_64/PKGBUILD (from rev 372182, gthumb/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-24 00:02:26 UTC (rev 372183) @@ -0,0 +1,44 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Tobias Kieslich + +pkgname=gthumb +pkgver=3.8.3 +pkgrel=1 +pkgdesc="Image browser and viewer for the GNOME Desktop" +url="https://wiki.gnome.org/Apps/gthumb"; +arch=(x86_64) +license=(GPL) +depends=(dconf librsvg clutter-gtk gst-plugins-base-libs gsettings-desktop-schemas libwebp + libsecret libsoup webkit2gtk json-glib gtk3-print-backends) +makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools meson git) +optdepends=('libraw: read RAW files' +'exiv2: metadata support' +'libchamplain: map viewer' +'brasero: burn discs' +'liboauth: web albums') +_commit=ca8f528209ab78935c30e42fe53bdf1a24f3cb44 # tags/3.8.3^0 +source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build -D libchamplain=true + ninja -C build +} + +check() { + meson test -C build --print-errorlogs +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}
[arch-commits] Commit in gthumb/trunk (PKGBUILD)
Date: Tuesday, December 24, 2019 @ 00:02:14 Author: heftig Revision: 372182 3.8.3-1 Modified: gthumb/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 21:50:50 UTC (rev 372181) +++ PKGBUILD2019-12-24 00:02:14 UTC (rev 372182) @@ -3,7 +3,7 @@ # Contributor: Tobias Kieslich pkgname=gthumb -pkgver=3.8.2 +pkgver=3.8.3 pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" url="https://wiki.gnome.org/Apps/gthumb"; @@ -17,7 +17,7 @@ 'libchamplain: map viewer' 'brasero: burn discs' 'liboauth: web albums') -_commit=3e9a923ce539dac3fd5c658dcf7a5e0f3f5515a0 # tags/3.8.2^0 +_commit=ca8f528209ab78935c30e42fe53bdf1a24f3cb44 # tags/3.8.3^0 source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in haskell-simple-sendfile/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:18:11 Author: felixonmars Revision: 539669 upgpkg: haskell-simple-sendfile 0.2.30-9: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-simple-sendfile/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:17:24 UTC (rev 539668) +++ PKGBUILD2019-12-23 23:18:11 UTC (rev 539669) @@ -4,7 +4,7 @@ _hkgname=simple-sendfile pkgname=haskell-simple-sendfile pkgver=0.2.30 -pkgrel=8 +pkgrel=9 pkgdesc="Cross platform library for the sendfile system call" url="https://hackage.haskell.org/package/${_hkgname}"; license=("BSD")
[arch-commits] Commit in haskell-simple-sendfile/repos (2 files)
Date: Monday, December 23, 2019 @ 23:18:18 Author: felixonmars Revision: 539670 archrelease: copy trunk to community-staging-x86_64 Added: haskell-simple-sendfile/repos/community-staging-x86_64/ haskell-simple-sendfile/repos/community-staging-x86_64/PKGBUILD (from rev 539669, haskell-simple-sendfile/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-simple-sendfile/repos/community-staging-x86_64/PKGBUILD (from rev 539669, haskell-simple-sendfile/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:18:18 UTC (rev 539670) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=simple-sendfile +pkgname=haskell-simple-sendfile +pkgver=0.2.30 +pkgrel=9 +pkgdesc="Cross platform library for the sendfile system call" +url="https://hackage.haskell.org/package/${_hkgname}"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-network') +makedepends=('ghc' 'haskell-hunit' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-resourcet' + 'haskell-hspec') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('ae624939d54bf5ed8aa2c0727a29696730ba6b1d520f28bdc5b42a8e4c4bc03980821639fb8e16702a360dbd0396aea8a997055d22812bef3d22ffaaac53f759') + +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 \ +-fallow-bsd +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" +}
[arch-commits] Commit in haskell-project-template/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:17:16 Author: felixonmars Revision: 539667 upgpkg: haskell-project-template 0.2.0.1-180: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-project-template/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:16:29 UTC (rev 539666) +++ PKGBUILD2019-12-23 23:17:16 UTC (rev 539667) @@ -4,7 +4,7 @@ _hkgname=project-template pkgname=haskell-project-template pkgver=0.2.0.1 -pkgrel=179 +pkgrel=180 pkgdesc="Specify Haskell project templates and generate files" url="https://github.com/fpco/haskell-ide"; license=("BSD")
[arch-commits] Commit in haskell-project-template/repos (2 files)
Date: Monday, December 23, 2019 @ 23:17:24 Author: felixonmars Revision: 539668 archrelease: copy trunk to community-staging-x86_64 Added: haskell-project-template/repos/community-staging-x86_64/ haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from rev 539667, haskell-project-template/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from rev 539667, haskell-project-template/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:17:24 UTC (rev 539668) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=project-template +pkgname=haskell-project-template +pkgver=0.2.0.1 +pkgrel=180 +pkgdesc="Specify Haskell project templates and generate files" +url="https://github.com/fpco/haskell-ide"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 'haskell-conduit-extra' + 'haskell-resourcet') +makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('bc5824086ba8dfaff4ff64c5115d37ea5e496d7692f1120b11c2a878e522119d362c7d119ccf7b9cc064c58f9ce6382b5e24a69cdac5ac5d683c4d616e2c66ea') + +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" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-authenticate-oauth/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:16:22 Author: felixonmars Revision: 539665 upgpkg: haskell-authenticate-oauth 1.6.0.1-4: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-authenticate-oauth/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:15:33 UTC (rev 539664) +++ PKGBUILD2019-12-23 23:16:22 UTC (rev 539665) @@ -3,7 +3,7 @@ _hkgname=authenticate-oauth pkgname=haskell-authenticate-oauth pkgver=1.6.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Library to authenticate with OAuth for Haskell web applications." url="https://github.com/yesodweb/authenticate"; license=('BSD')
[arch-commits] Commit in haskell-authenticate-oauth/repos (2 files)
Date: Monday, December 23, 2019 @ 23:16:29 Author: felixonmars Revision: 539666 archrelease: copy trunk to community-staging-x86_64 Added: haskell-authenticate-oauth/repos/community-staging-x86_64/ haskell-authenticate-oauth/repos/community-staging-x86_64/PKGBUILD (from rev 539665, haskell-authenticate-oauth/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-authenticate-oauth/repos/community-staging-x86_64/PKGBUILD (from rev 539665, haskell-authenticate-oauth/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:16:29 UTC (rev 539666) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan + +_hkgname=authenticate-oauth +pkgname=haskell-authenticate-oauth +pkgver=1.6.0.1 +pkgrel=4 +pkgdesc="Library to authenticate with OAuth for Haskell web applications." +url="https://github.com/yesodweb/authenticate"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-http-client' 'haskell-crypto-pubkey-types' 'haskell-rsa' + 'haskell-data-default' 'haskell-base64-bytestring' 'haskell-sha' 'haskell-random' + 'haskell-http-types' 'haskell-blaze-builder' 'haskell-transformers-compat') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('b2a6310097a6edc5bd3c38052a2eca73d3f398c0b9ff4b8f1d43a1f4dc83b7297df12f3fc0bfdecfce17e600f90b13c4c9e3f31c02b17d7fec0134a34c093fd6') + +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-http-client/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:15:26 Author: felixonmars Revision: 539663 upgpkg: haskell-http-client 0.6.4-30: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-http-client/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:14:21 UTC (rev 539662) +++ PKGBUILD2019-12-23 23:15:26 UTC (rev 539663) @@ -4,7 +4,7 @@ _hkgname=http-client pkgname=haskell-http-client pkgver=0.6.4 -pkgrel=29 +pkgrel=30 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client"; license=("MIT")
[arch-commits] Commit in haskell-http-client/repos (2 files)
Date: Monday, December 23, 2019 @ 23:15:33 Author: felixonmars Revision: 539664 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http-client/repos/community-staging-x86_64/ haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 539663, haskell-http-client/trunk/PKGBUILD) --+ PKGBUILD | 46 ++ 1 file changed, 46 insertions(+) Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 539663, haskell-http-client/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:15:33 UTC (rev 539664) @@ -0,0 +1,46 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=http-client +pkgname=haskell-http-client +pkgver=0.6.4 +pkgrel=30 +pkgdesc="An HTTP client engine" +url="https://github.com/snoyberg/http-client"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-cookie' + 'haskell-exceptions' 'haskell-http-types' 'haskell-memory' 'haskell-mime-types' + 'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-streaming-commons' +) +makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-monad-control' 'haskell-zlib') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('0b7a16ca1932fa3a20d3f44f65a482277486af1319cf9ed3e138e0b9cc838816ee12aa677821a19e8c51f8bf675676233d8a648b3bf2c3c13f3c70a9348be90a') + +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 -fnetwork-uri +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" +}
[arch-commits] Commit in haskell-cryptonite-conduit/repos (2 files)
Date: Monday, December 23, 2019 @ 23:14:21 Author: felixonmars Revision: 539662 archrelease: copy trunk to community-staging-x86_64 Added: haskell-cryptonite-conduit/repos/community-staging-x86_64/ haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 539661, haskell-cryptonite-conduit/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 539661, haskell-cryptonite-conduit/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:14:21 UTC (rev 539662) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan + +_hkgname=cryptonite-conduit +pkgname=haskell-cryptonite-conduit +pkgver=0.2.2 +pkgrel=210 +pkgdesc="Conduit bridge for cryptonite" +url="https://github.com/haskell-crypto/cryptonite-conduit"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' + 'haskell-exceptions' 'haskell-memory' 'haskell-resourcet') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('5a313d1ff64992fc8f45ebf06f5f439aa5dfe745ce6f2bfc31b3ee06b489b0a145a9e6b5cf00fb557ddbebf1aa5c226dc0add9c591f62a06bd6f8776cf52dbdf') + +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-cryptonite-conduit/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:14:12 Author: felixonmars Revision: 539661 upgpkg: haskell-cryptonite-conduit 0.2.2-210: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-cryptonite-conduit/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:13:29 UTC (rev 539660) +++ PKGBUILD2019-12-23 23:14:12 UTC (rev 539661) @@ -3,7 +3,7 @@ _hkgname=cryptonite-conduit pkgname=haskell-cryptonite-conduit pkgver=0.2.2 -pkgrel=209 +pkgrel=210 pkgdesc="Conduit bridge for cryptonite" url="https://github.com/haskell-crypto/cryptonite-conduit"; license=('BSD')
[arch-commits] Commit in haskell-cryptohash-conduit/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:13:20 Author: felixonmars Revision: 539659 upgpkg: haskell-cryptohash-conduit 0.1.1-316: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-cryptohash-conduit/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:12:37 UTC (rev 539658) +++ PKGBUILD2019-12-23 23:13:20 UTC (rev 539659) @@ -4,7 +4,7 @@ _hkgname=cryptohash-conduit pkgname=haskell-cryptohash-conduit pkgver=0.1.1 -pkgrel=315 +pkgrel=316 pkgdesc="cryptohash conduit" url="https://github.com/vincenthz/hs-cryptohash-conduit"; license=("BSD")
[arch-commits] Commit in haskell-cryptohash-conduit/repos (2 files)
Date: Monday, December 23, 2019 @ 23:13:29 Author: felixonmars Revision: 539660 archrelease: copy trunk to community-staging-x86_64 Added: haskell-cryptohash-conduit/repos/community-staging-x86_64/ haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 539659, haskell-cryptohash-conduit/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 539659, haskell-cryptohash-conduit/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:13:29 UTC (rev 539660) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=cryptohash-conduit +pkgname=haskell-cryptohash-conduit +pkgver=0.1.1 +pkgrel=316 +pkgdesc="cryptohash conduit" +url="https://github.com/vincenthz/hs-cryptohash-conduit"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash" + "haskell-resourcet") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('6382a05b35bae34b53fd1ad6d897c25ca149ed852360c8f775587efcd3c29e45ff854f96ddbc9b446e04a4dd5698b1f5e2af754345f7d5af8f587b73b57fdec0') + +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-conduit-extra/repos (2 files)
Date: Monday, December 23, 2019 @ 23:12:37 Author: felixonmars Revision: 539658 archrelease: copy trunk to community-staging-x86_64 Added: haskell-conduit-extra/repos/community-staging-x86_64/ haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 539657, haskell-conduit-extra/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 539657, haskell-conduit-extra/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:12:37 UTC (rev 539658) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=conduit-extra +pkgname=haskell-conduit-extra +pkgver=1.3.4 +pkgrel=26 +pkgdesc="Batteries included conduit: adapters for common libraries." +url="https://github.com/snoyberg/conduit"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-conduit' 'haskell-network' + 'haskell-primitive' 'haskell-resourcet' 'haskell-streaming-commons' 'haskell-typed-process' + 'haskell-unliftio-core') +makedepends=('ghc' 'haskell-exceptions' 'haskell-hspec' 'haskell-quickcheck' + 'haskell-transformers-base') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('cd5d6d754871ba9558f495074066cff0d116d71af71a6260c9cfe53244a03513813f93ed985af25c6eb7849f1d4dbb4f6b9a17140c2bf12236206b9e9925efee') + +prepare() { +sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal +} + +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" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-conduit-extra/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:12:29 Author: felixonmars Revision: 539657 upgpkg: haskell-conduit-extra 1.3.4-26: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-conduit-extra/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:11:14 UTC (rev 539656) +++ PKGBUILD2019-12-23 23:12:29 UTC (rev 539657) @@ -4,7 +4,7 @@ _hkgname=conduit-extra pkgname=haskell-conduit-extra pkgver=1.3.4 -pkgrel=25 +pkgrel=26 pkgdesc="Batteries included conduit: adapters for common libraries." url="https://github.com/snoyberg/conduit"; license=("MIT")
[arch-commits] Commit in haskell-streaming-commons/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:11:06 Author: felixonmars Revision: 539655 upgpkg: haskell-streaming-commons 0.2.1.1-12: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-streaming-commons/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:10:20 UTC (rev 539654) +++ PKGBUILD2019-12-23 23:11:06 UTC (rev 539655) @@ -4,7 +4,7 @@ _hkgname=streaming-commons pkgname=haskell-streaming-commons pkgver=0.2.1.1 -pkgrel=11 +pkgrel=12 pkgdesc="Common lower-level functions needed by various streaming data libraries" url="https://github.com/fpco/streaming-commons"; license=("MIT")
[arch-commits] Commit in haskell-streaming-commons/repos (2 files)
Date: Monday, December 23, 2019 @ 23:11:14 Author: felixonmars Revision: 539656 archrelease: copy trunk to community-staging-x86_64 Added: haskell-streaming-commons/repos/community-staging-x86_64/ haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD (from rev 539655, haskell-streaming-commons/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD (from rev 539655, haskell-streaming-commons/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:11:14 UTC (rev 539656) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=streaming-commons +pkgname=haskell-streaming-commons +pkgver=0.2.1.1 +pkgrel=12 +pkgdesc="Common lower-level functions needed by various streaming data libraries" +url="https://github.com/fpco/streaming-commons"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-async' 'haskell-network' 'haskell-random' 'haskell-zlib') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('2096bb5eb12fac46385aa01e2b42fdbcc795c955a3feb3ef11659e765f50a927c21baaac58c4813376c2449d263a14a3ef4c11725307487696076b3f92b0b70b') + +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 \ +-f-use-bytestring-builder +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-store/repos (2 files)
Date: Monday, December 23, 2019 @ 23:10:20 Author: felixonmars Revision: 539654 archrelease: copy trunk to community-staging-x86_64 Added: haskell-store/repos/community-staging-x86_64/ haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 539653, haskell-store/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 539653, haskell-store/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:10:20 UTC (rev 539654) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan + +_hkgname=store +pkgname=haskell-store +pkgver=0.5.1.2 +pkgrel=30 +pkgdesc="Fast binary serialization" +url="https://github.com/fpco/store"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 'haskell-base64-bytestring' + 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free' + 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 'haskell-lifted-base' + 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' + 'haskell-resourcet' 'haskell-safe' 'haskell-smallcheck' + 'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 'haskell-th-lift-instances' + 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities' + 'haskell-unordered-containers' 'haskell-vector' 'haskell-void') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('8f71775952874a08a97f83794cfec9afdb5ff2a2f93144d5a6111ad9d56f307b1d54824129bf4771e5f9dc9b44f82235c0bf4fc608777d8b5ab4aa491403eba0') + +prepare() { +cd $_hkgname-$pkgver +sed -i '/semigroups/d' $_hkgname.cabal +} + +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 \ +-f-comparison-bench -f-small-bench +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-store/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:10:12 Author: felixonmars Revision: 539653 upgpkg: haskell-store 0.5.1.2-30: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-store/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:08:13 UTC (rev 539652) +++ PKGBUILD2019-12-23 23:10:12 UTC (rev 539653) @@ -3,7 +3,7 @@ _hkgname=store pkgname=haskell-store pkgver=0.5.1.2 -pkgrel=29 +pkgrel=30 pkgdesc="Fast binary serialization" url="https://github.com/fpco/store"; license=('BSD')
[arch-commits] Commit in haskell-socks/repos (2 files)
Date: Monday, December 23, 2019 @ 23:08:13 Author: felixonmars Revision: 539652 archrelease: copy trunk to community-staging-x86_64 Added: haskell-socks/repos/community-staging-x86_64/ haskell-socks/repos/community-staging-x86_64/PKGBUILD (from rev 539651, haskell-socks/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-socks/repos/community-staging-x86_64/PKGBUILD (from rev 539651, haskell-socks/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:08:13 UTC (rev 539652) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=socks +pkgname=haskell-socks +pkgver=0.6.1 +pkgrel=2 +pkgdesc="Socks proxy (version 5) implementation." +url="https://github.com/vincenthz/hs-socks"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' 'haskell-basement' 'haskell-cereal' 'haskell-network') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('ff56c1b356491e36888f9c1b4187fbd0d00485692960a27ec2f03dbd3c3fb961869d99da1f7a301578ab07df30739d8a0d4ae3c7559c83d0e2493d5de158175b') + +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-socks/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:08:06 Author: felixonmars Revision: 539651 upgpkg: haskell-socks 0.6.1-2: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-socks/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:07:21 UTC (rev 539650) +++ PKGBUILD2019-12-23 23:08:06 UTC (rev 539651) @@ -4,7 +4,7 @@ _hkgname=socks pkgname=haskell-socks pkgver=0.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="Socks proxy (version 5) implementation." url="https://github.com/vincenthz/hs-socks"; license=("BSD")
[arch-commits] Commit in haskell-snap-server/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:07:12 Author: felixonmars Revision: 539649 upgpkg: haskell-snap-server 1.1.1.1-79: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-snap-server/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:04:46 UTC (rev 539648) +++ PKGBUILD2019-12-23 23:07:12 UTC (rev 539649) @@ -3,7 +3,7 @@ _hkgname=snap-server pkgname=haskell-snap-server pkgver=1.1.1.1 -pkgrel=78 +pkgrel=79 pkgdesc="A web server for the Snap Framework" url="https://github.com/snapframework/snap-server"; license=('BSD')
[arch-commits] Commit in haskell-snap-server/repos/community-staging-x86_64 (2 files)
Date: Monday, December 23, 2019 @ 23:07:21 Author: felixonmars Revision: 539650 archrelease: copy trunk to community-staging-x86_64 Added: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 539649, haskell-snap-server/trunk/PKGBUILD) Deleted: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-23 23:07:12 UTC (rev 539649) +++ PKGBUILD2019-12-23 23:07:21 UTC (rev 539650) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan - -_hkgname=snap-server -pkgname=haskell-snap-server -pkgver=1.1.1.1 -pkgrel=78 -pkgdesc="A web server for the Snap Framework" -url="https://github.com/snapframework/snap-server"; -license=('BSD') -arch=('x86_64') -depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-case-insensitive' - 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 'haskell-lifted-base' - 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 'haskell-unix-compat' - 'haskell-vector') -makedepends=('ghc') -checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 'haskell-random' - 'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 'haskell-http-streams' - 'haskell-http-common' 'haskell-parallel' 'haskell-test-framework' - 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') -source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1') - -prepare() { -cd $_hkgname-$pkgver -sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' $_hkgname.cabal -} - -build() { -cd $_hkgname-$pkgver - -if (( CHECKFUNC )); then -_opts=('--enable-tests') -else -_opts=('--disable-tests') -fi - -runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ ---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ ---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" -install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" -} Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 539649, haskell-snap-server/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-23 23:07:21 UTC (rev 539650) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan + +_hkgname=snap-server +pkgname=haskell-snap-server +pkgver=1.1.1.1 +pkgrel=79 +pkgdesc="A web server for the Snap Framework" +url="https://github.com/snapframework/snap-server"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-case-insensitive' + 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 'haskell-lifted-base' + 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 'haskell-unix-compat' + 'haskell-vector') +makedepends=('ghc') +checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 'haskell-random' + 'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 'haskell-http-streams' + 'haskell-http-common' 'haskell-parallel' 'haskell-test-framework' + 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +if (( CHECKFUNC )); then +_opts=('--enable-tests') +else +_opts=('--disable-tests') +fi + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vani
[arch-commits] Commit in haskell-http-streams/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:04:39 Author: felixonmars Revision: 539647 upgpkg: haskell-http-streams 0.8.6.1-147: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-http-streams/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 23:02:53 UTC (rev 539646) +++ PKGBUILD2019-12-23 23:04:39 UTC (rev 539647) @@ -3,7 +3,7 @@ _hkgname=http-streams pkgname=haskell-http-streams pkgver=0.8.6.1 -pkgrel=146 +pkgrel=147 pkgdesc="An HTTP client using io-streams" url="https://github.com/afcowie/http-streams"; license=('BSD')
[arch-commits] Commit in haskell-http-streams/repos (2 files)
Date: Monday, December 23, 2019 @ 23:04:46 Author: felixonmars Revision: 539648 archrelease: copy trunk to community-staging-x86_64 Added: haskell-http-streams/repos/community-staging-x86_64/ haskell-http-streams/repos/community-staging-x86_64/PKGBUILD (from rev 539647, haskell-http-streams/trunk/PKGBUILD) --+ PKGBUILD | 59 +++ 1 file changed, 59 insertions(+) Copied: haskell-http-streams/repos/community-staging-x86_64/PKGBUILD (from rev 539647, haskell-http-streams/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:04:46 UTC (rev 539648) @@ -0,0 +1,59 @@ +# Maintainer: Felix Yan + +_hkgname=http-streams +pkgname=haskell-http-streams +pkgver=0.8.6.1 +pkgrel=147 +pkgdesc="An HTTP client using io-streams" +url="https://github.com/afcowie/http-streams"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-blaze-builder' + 'haskell-case-insensitive' 'haskell-io-streams' 'haskell-hsopenssl' + 'haskell-openssl-streams' 'haskell-unordered-containers' 'haskell-aeson' + 'haskell-http-common' 'haskell-network' 'haskell-network-uri') +makedepends=('ghc') +checkdepends=('haskell-hunit' 'haskell-aeson-pretty' 'haskell-hspec' + 'haskell-hspec-expectations' 'haskell-snap-core' 'haskell-snap-server' + 'haskell-system-fileio' 'haskell-system-filepath') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('76f6aa750974cdca834dfa7de79ebf22faa1cd0a40426d4df19f24b0699ce2d86a0b1f512846da4daf52f210607ed823690bab3fd1bb7ebe117f705a92d4a3b4') + +prepare() { +cd $_hkgname-$pkgver +sed -i 's/<.*1.1/<2/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +if (( CHECKFUNC )); then +_opts=('--enable-tests') +else +_opts=('--disable-tests') +fi + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ +--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" +install -D -m644 "LICENCE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE" +}
[arch-commits] Commit in haskell-snap-server/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 23:02:46 Author: felixonmars Revision: 539645 upgpkg: haskell-snap-server 1.1.1.1-78: rebuild pass 1, specified --nocheck Modified: haskell-snap-server/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 22:46:19 UTC (rev 539644) +++ PKGBUILD2019-12-23 23:02:46 UTC (rev 539645) @@ -3,7 +3,7 @@ _hkgname=snap-server pkgname=haskell-snap-server pkgver=1.1.1.1 -pkgrel=77 +pkgrel=78 pkgdesc="A web server for the Snap Framework" url="https://github.com/snapframework/snap-server"; license=('BSD')
[arch-commits] Commit in haskell-snap-server/repos (2 files)
Date: Monday, December 23, 2019 @ 23:02:53 Author: felixonmars Revision: 539646 archrelease: copy trunk to community-staging-x86_64 Added: haskell-snap-server/repos/community-staging-x86_64/ haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 539645, haskell-snap-server/trunk/PKGBUILD) --+ PKGBUILD | 60 1 file changed, 60 insertions(+) Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 539645, haskell-snap-server/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 23:02:53 UTC (rev 539646) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan + +_hkgname=snap-server +pkgname=haskell-snap-server +pkgver=1.1.1.1 +pkgrel=78 +pkgdesc="A web server for the Snap Framework" +url="https://github.com/snapframework/snap-server"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-case-insensitive' + 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 'haskell-lifted-base' + 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 'haskell-unix-compat' + 'haskell-vector') +makedepends=('ghc') +checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 'haskell-random' + 'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 'haskell-http-streams' + 'haskell-http-common' 'haskell-parallel' 'haskell-test-framework' + 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('ed39f3ab22880b4651173c5942b10d17d8b3ecf734bd3e3c1724e8fe90303a41fb69543bf4e4868416bf596db34584c17065d960d07f0247364aca8a6f20bab1') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e '/bytestring-builder/d' -e 's/< *0.8/<1/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +if (( CHECKFUNC )); then +_opts=('--enable-tests') +else +_opts=('--disable-tests') +fi + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ +--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" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-snap-core/trunk (PKGBUILD)
Date: Monday, December 23, 2019 @ 22:46:11 Author: felixonmars Revision: 539643 upgpkg: haskell-snap-core 1.0.4.1-2: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16 Modified: haskell-snap-core/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-12-23 22:43:48 UTC (rev 539642) +++ PKGBUILD2019-12-23 22:46:11 UTC (rev 539643) @@ -3,7 +3,7 @@ _hkgname=snap-core pkgname=haskell-snap-core pkgver=1.0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Haskell Web Framework (core interfaces and types)" url="https://github.com/JustusAdam/snap-core"; license=('BSD')
[arch-commits] Commit in haskell-snap-core/repos (2 files)
Date: Monday, December 23, 2019 @ 22:46:19 Author: felixonmars Revision: 539644 archrelease: copy trunk to community-staging-x86_64 Added: haskell-snap-core/repos/community-staging-x86_64/ haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 539643, haskell-snap-core/trunk/PKGBUILD) --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Copied: haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 539643, haskell-snap-core/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-12-23 22:46:19 UTC (rev 539644) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan + +_hkgname=snap-core +pkgname=haskell-snap-core +pkgver=1.0.4.1 +pkgrel=2 +pkgdesc="A Haskell Web Framework (core interfaces and types)" +url="https://github.com/JustusAdam/snap-core"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-old-locale' 'haskell-hunit' 'haskell-attoparsec' + 'haskell-case-insensitive' 'haskell-lifted-base' 'haskell-io-streams' 'haskell-hashable' + 'haskell-monad-control' 'haskell-random' 'haskell-readable' 'haskell-regex-posix' + 'haskell-transformers-base' 'haskell-unix-compat' 'haskell-unordered-containers' + 'haskell-vector' 'haskell-network' 'haskell-network-uri') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 'haskell-test-framework' + 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2' 'haskell-zlib') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('0d4f6a4152627773714c1ec5c9508d19a2e69c8ef83acab3669b0732b840aa67dfce7893638fba7689e35c5b3530ea1fd8d681f6aad045ccb2219e5910e83e34') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e '/bytestring-builder/d' $_hkgname.cabal +} + +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" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}