[arch-commits] Commit in nvidia-390xx/trunk (PKGBUILD kernel-5.2.patch)

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:46:12
  Author: heftig
Revision: 357417

390.116-36

Added:
  nvidia-390xx/trunk/kernel-5.2.patch
Modified:
  nvidia-390xx/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 kernel-5.2.patch |   18 ++
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:37:40 UTC (rev 357416)
+++ PKGBUILD2019-07-09 04:46:12 UTC (rev 357417)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.116
 _extramodules=extramodules-ARCH
-pkgrel=35
+pkgrel=36
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -16,10 +16,11 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
-'kernel-4.16.patch' 'kernel-5.1.patch')
+'kernel-4.16.patch' 'kernel-5.1.patch' 'kernel-5.2.patch')
 sha256sums=('de85a2eea39ca16e25645b345259b01fbe858b833286b7e6785afa273009ef6f'
 '622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
-'d92899d4f7a40e2c3cad92d067f2f53c3a18c49b34e62e707a93b125aa37640f')
+'d92899d4f7a40e2c3cad92d067f2f53c3a18c49b34e62e707a93b125aa37640f'
+'9d94f30662d64400ee43bb7745544b72e1c6216a30ae2907a744c7ae0aa6e384')
 
 prepare() {
 sh "${_pkg}.run" --extract-only
@@ -30,6 +31,7 @@
 patch -Np1 -i ../kernel-4.16.patch
 
 patch -Np1 -i ../kernel-5.1.patch
+patch -Np1 -i ../kernel-5.2.patch
 
 cp -a kernel kernel-dkms
 cd kernel-dkms

Added: kernel-5.2.patch
===
--- kernel-5.2.patch(rev 0)
+++ kernel-5.2.patch2019-07-09 04:46:12 UTC (rev 357417)
@@ -0,0 +1,18 @@
+diff -u -r a/kernel/nvidia-uvm/uvm8_tools.c b/kernel/nvidia-uvm/uvm8_tools.c
+--- a/kernel/nvidia-uvm/uvm8_tools.c   2019-01-27 16:12:22.0 +
 b/kernel/nvidia-uvm/uvm8_tools.c   2019-07-09 04:42:40.134899491 +
+@@ -204,12 +204,14 @@
+ return event_tracker != NULL && !event_tracker->is_queue;
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0)
+ static void put_user_pages(struct page **pages, NvU64 page_count)
+ {
+ NvU64 i;
+ for (i = 0; i < page_count; i++)
+ put_page(pages[i]);
+ }
++#endif
+ 
+ static void unmap_user_pages(struct page **pages, void *addr, NvU64 size)
+ {


[arch-commits] Commit in nvidia-390xx/repos (5 files)

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:46:27
  Author: heftig
Revision: 357418

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 357417, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 357417, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.1.patch
(from rev 357417, nvidia-390xx/trunk/kernel-5.1.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.2.patch
(from rev 357417, nvidia-390xx/trunk/kernel-5.2.patch)

---+
 PKGBUILD  |   92 
 kernel-4.16.patch |   33 +
 kernel-5.1.patch  |  130 
 kernel-5.2.patch  |   18 +++
 4 files changed, 273 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 357417, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-07-09 04:46:27 UTC (rev 357418)
@@ -0,0 +1,92 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.116
+_extramodules=extramodules-ARCH
+pkgrel=36
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch' 'kernel-5.1.patch' 'kernel-5.2.patch')
+sha256sums=('de85a2eea39ca16e25645b345259b01fbe858b833286b7e6785afa273009ef6f'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
+'d92899d4f7a40e2c3cad92d067f2f53c3a18c49b34e62e707a93b125aa37640f'
+'9d94f30662d64400ee43bb7745544b72e1c6216a30ae2907a744c7ae0aa6e384')
+
+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
+
+patch -Np1 -i ../kernel-5.1.patch
+patch -Np1 -i ../kernel-5.2.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() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 357417, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-07-09 04:46:27 UTC (rev 357418)
@@ -0,0 

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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:34
  Author: heftig
Revision: 487748

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 487746, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
487746, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:34 UTC (rev 487748)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=0.1.0
+_extramodules=extramodules-ARCH
+pkgrel=14
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('linux')
+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=('892828f7c52bb267993507890329e3f3b03550dd5a575a61a70995ce5d9f8cd27f1f1e5b21d4a1ec213ffc430d5236102a9e49b98a0fc0bf2f9042e719d9bfde')
+
+build() {
+  cd deepin-anything-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make -C kernelmod kdir=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 kernelmod/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:36
  Author: heftig
Revision: 487750

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 487746, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 487746, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:36 UTC (rev 487750)
@@ -0,0 +1,49 @@
+# 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=124
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_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="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:38
  Author: heftig
Revision: 487752

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 487746, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch
(from rev 487746, ndiswrapper-arch/trunk/linux-4.11.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.13.patch
(from rev 487747, ndiswrapper-arch/trunk/linux-4.13.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.15.patch
(from rev 487747, ndiswrapper-arch/trunk/linux-4.15.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 487748, ndiswrapper-arch/trunk/linux-5.0.patch)

--+
 PKGBUILD |   43 +++
 linux-4.11.patch |   55 ++
 linux-4.13.patch |   27 +++
 linux-4.15.patch |  199 +
 linux-5.0.patch  |   25 ++
 5 files changed, 349 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
487746, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:38 UTC (rev 487752)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=47
+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')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("ndiswrapper-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch' 
'linux-5.0.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'52bd3d2025ffb8a3f6a4a1a1fee1b87d3811f30a210a54aaa7b37838eb256cd766bc1aeda24e4b4f4829992584931ecd97a042794c9b854bd1ebbf452dce2abf'
+
'4918dcebd62ae577401469719f1a8866edd3dc97667aa3de287af1530aa68f50dc2508c883ecd2c9d1fe20f226ecd342b04b08f7a2cace0e531e5f49bbc12f2c')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch -d 
ndiswrapper
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-5.0.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C driver KVERS_UNAME="$_kernver"
+}
+
+package() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 driver/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}

Copied: ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch (from 
rev 487746, ndiswrapper-arch/trunk/linux-4.11.patch)
===
--- community-staging-x86_64/linux-4.11.patch   (rev 0)
+++ community-staging-x86_64/linux-4.11.patch   2019-07-09 04:37:38 UTC (rev 
487752)
@@ -0,0 +1,55 @@
+commit fa2aeeccd5366378ca2eb83c6daee64b511fe792
+Author: Felix Yan 
+Date:   Tue May 16 01:32:56 2017 +0800
+
+Add support for Linux 4.11+
+
+diff --git a/ndiswrapper/driver/ndis.c b/ndiswrapper/driver/ndis.c
+index c1913a05..2ab4dd21 100644
+--- a/ndiswrapper/driver/ndis.c
 b/ndiswrapper/driver/ndis.c
+@@ -2258,7 +2258,9 @@ wstdcall void NdisMIndicateReceivePacket(struct 
ndis_mp_block *nmb,
+   WARNING("empty packet ignored");
+   continue;
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+   /* get total number of bytes in packet */
+   NdisGetFirstBufferFromPacketSafe(packet, , ,
+, _length,
+@@ -2346,7 +2348,9 @@ wstdcall void EthRxIndicateHandler(struct ndis_mp_block 
*nmb, void *rx_ctx,
+   ERROR("nmb is NULL");
+   EXIT3(return);
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+ 
+   if (look_ahead_size < packet_size) {
+

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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:35
  Author: heftig
Revision: 487749

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 487746, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 487746, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:35 UTC (rev 487749)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=236
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:41
  Author: heftig
Revision: 487756

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 487750, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 487751, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 487752, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
487750, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-07-09 04:37:41 UTC (rev 
487756)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 487751, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:41 UTC (rev 487756)
@@ -0,0 +1,52 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20190410
+pkgrel=27
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('0c18954a8c2c7e208b20afdf785501b23be9382345e6577eba5d653002862394'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 487752, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-07-09 04:37:41 UTC (rev 487756)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:38
  Author: heftig
Revision: 487753

archrelease: copy trunk to community-staging-x86_64

Added:
  wireguard-arch/repos/community-staging-x86_64/
  wireguard-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 487746, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
487746, wireguard-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:38 UTC (rev 487753)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20190702
+pkgrel=3
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+_extramodules='extramodules-ARCH'
+
+package() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:37
  Author: heftig
Revision: 487751

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 487746, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 487746, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:37 UTC (rev 487751)
@@ -0,0 +1,38 @@
+# 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=117
+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')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:33
  Author: heftig
Revision: 487747

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 487746, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 487746, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:33 UTC (rev 487747)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.047.01
+pkgrel=26
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d298c4b52bb68b494230c219879eaf57cabe255f3475f7a792f76ad7fd83a0eb')
+
+build() {
+   KERNEL_VERSION=$(

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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:39
  Author: heftig
Revision: 487754

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 487746, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 487746, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:39 UTC (rev 487754)
@@ -0,0 +1,52 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.0.8
+pkgrel=18
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+ 'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:40
  Author: heftig
Revision: 357416

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 357415, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fs62142.patch
(from rev 357415, nvidia/trunk/fs62142.patch)

---+
 PKGBUILD  |   85 
 fs62142.patch |   13 
 2 files changed, 98 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 357415, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-07-09 04:37:40 UTC (rev 357416)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=430.26
+_extramodules=extramodules-ARCH
+pkgrel=9
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+fs62142.patch)
+sha512sums=('34ff46659e1d68874dd7ac933fcc6a5dbdbd240e433e5c76c4cb74242001f427848406148fc12035a60d35395c19c81a758ec1ea810d239b15dd72e2d15f884b'
+
'df949debf9fed92b3c58322c02685fb344bbfff2920557e7d55ed3f70559f48cd6199bc85e2af170b7e56797f3e9881a53eab8c411f21e75f5abec26eaa47752')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Fix https://bugs.archlinux.org/task/62142
+patch -Np1 -i ../fs62142.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() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/fs62142.patch (from rev 357415, 
nvidia/trunk/fs62142.patch)
===
--- staging-x86_64/fs62142.patch(rev 0)
+++ staging-x86_64/fs62142.patch2019-07-09 04:37:40 UTC (rev 357416)
@@ -0,0 +1,13 @@
+diff --git a/kernel/nvidia/nv-dma.c b/kernel/nvidia/nv-dma.c
+index 73cdeed..e691014 100644
+--- a/kernel/nvidia/nv-dma.c
 b/kernel/nvidia/nv-dma.c
+@@ -606,7 +606,7 @@ static NvBool nv_dma_is_map_resource_implemented
+ #if defined(NV_DMA_MAP_RESOURCE_PRESENT)
+ const struct dma_map_ops *ops = get_dma_ops(>dev->dev);
+ 
+-return (ops->map_resource != NULL);
++return (ops && ops->map_resource);
+ #else
+ return NV_FALSE;
+ #endif


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:37:40
  Author: heftig
Revision: 487755

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 487750, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 487750, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   61 
 dkms.conf |9 
 2 files changed, 70 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 487750, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-09 04:37:40 UTC (rev 487755)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=230
+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')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+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="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 487750, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-07-09 04:37:40 UTC (rev 487755)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:13
  Author: heftig
Revision: 487739

6.0.8-18: kernel 5.2.arch2-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:33:12 UTC (rev 487738)
+++ PKGBUILD2019-07-09 04:33:13 UTC (rev 487739)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.8
-pkgrel=17
+pkgrel=18
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:27
  Author: heftig
Revision: 487745

0.0.20190702-3: kernel 5.2.arch2-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:33:24 UTC (rev 487744)
+++ PKGBUILD2019-07-09 04:33:27 UTC (rev 487745)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20190702
-pkgrel=2
+pkgrel=3
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:18
  Author: heftig
Revision: 487742

20190410-27: kernel 5.2.arch2-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:33:16 UTC (rev 487741)
+++ PKGBUILD2019-07-09 04:33:18 UTC (rev 487742)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190410
-pkgrel=26
+pkgrel=27
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:10
  Author: heftig
Revision: 487737

0.43-124: kernel 5.2.arch2-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:16:51 UTC (rev 487736)
+++ PKGBUILD2019-07-09 04:33:10 UTC (rev 487737)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=123
+pkgrel=124
 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)

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:12
  Author: heftig
Revision: 487738

6.30.223.271-117: kernel 5.2.arch2-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:33:10 UTC (rev 487737)
+++ PKGBUILD2019-07-09 04:33:12 UTC (rev 487738)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=116
+pkgrel=117
 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 nvidia/trunk (PKGBUILD)

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:21
  Author: heftig
Revision: 357415

430.26-9: kernel 5.2.arch2-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:16:51 UTC (rev 357414)
+++ PKGBUILD2019-07-09 04:33:21 UTC (rev 357415)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=430.26
 _extramodules=extramodules-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:24
  Author: heftig
Revision: 487744

1.61-47: kernel 5.2.arch2-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:33:19 UTC (rev 487743)
+++ PKGBUILD2019-07-09 04:33:24 UTC (rev 487744)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=46
+pkgrel=47
 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 deepin-anything-arch/trunk (PKGBUILD)

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:29
  Author: heftig
Revision: 487746

0.1.0-14: kernel 5.2.arch2-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:33:27 UTC (rev 487745)
+++ PKGBUILD2019-07-09 04:33:29 UTC (rev 487746)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=0.1.0
 _extramodules=extramodules-ARCH
-pkgrel=13
+pkgrel=14
 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)

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:19
  Author: heftig
Revision: 487743

1.1.0-230: kernel 5.2.arch2-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:33:18 UTC (rev 487742)
+++ PKGBUILD2019-07-09 04:33:19 UTC (rev 487743)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=229
+pkgrel=230
 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 r8168/trunk (PKGBUILD)

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:16
  Author: heftig
Revision: 487741

8.047.01-26: kernel 5.2.arch2-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:33:14 UTC (rev 487740)
+++ PKGBUILD2019-07-09 04:33:16 UTC (rev 487741)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.047.01
-pkgrel=25
+pkgrel=26
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:33:14
  Author: heftig
Revision: 487740

0.8-236: kernel 5.2.arch2-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:33:13 UTC (rev 487739)
+++ PKGBUILD2019-07-09 04:33:14 UTC (rev 487740)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=235
+pkgrel=236
 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 lib32-nss/repos (3 files)

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:16:51
  Author: heftig
Revision: 487736

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nss/repos/multilib-testing-x86_64/
  lib32-nss/repos/multilib-testing-x86_64/PKGBUILD
(from rev 487735, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-testing-x86_64/no-plt.diff
(from rev 487735, lib32-nss/trunk/no-plt.diff)

-+
 PKGBUILD|   59 ++
 no-plt.diff |   48 +++
 2 files changed, 107 insertions(+)

Copied: lib32-nss/repos/multilib-testing-x86_64/PKGBUILD (from rev 487735, 
lib32-nss/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-07-09 04:16:51 UTC (rev 487736)
@@ -0,0 +1,59 @@
+# Maintainer: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-nss
+pkgver=3.45
+pkgrel=1
+pkgdesc="Network Security Services (32-bit)"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+_nsprver=4.20
+depends=("lib32-nspr>=${_nsprver}" lib32-sqlite lib32-zlib lib32-p11-kit nss)
+makedepends=(perl python2 gyp)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
+no-plt.diff)
+sha256sums=('112f05223d1fde902c170966bfc6f011b24a838be16969b110ecf2bb7bc24e8b'
+'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
+
+prepare() {
+  mkdir path
+
+  ln -s /usr/bin/python2 path/python
+
+  cd nss-$pkgver
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1382942
+  patch -Np2 -i ../no-plt.diff
+}
+
+build() {
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd nss-$pkgver/nss
+  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
+--m32 --opt --system-sqlite --system-nspr --enable-libpkix --disable-tests
+}
+
+package() {
+  cd nss-$pkgver
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,/usr/lib32,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$_nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib32/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc"
+
+  cd dist/Release/lib
+  install -Dt "$pkgdir/usr/lib32" *.so
+  install -Dt "$pkgdir/usr/lib32" -m644 *.chk
+
+  # Replace built-in trust with p11-kit connection
+  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib32/libnssckbi.so"
+}

Copied: lib32-nss/repos/multilib-testing-x86_64/no-plt.diff (from rev 487735, 
lib32-nss/trunk/no-plt.diff)
===
--- multilib-testing-x86_64/no-plt.diff (rev 0)
+++ multilib-testing-x86_64/no-plt.diff 2019-07-09 04:16:51 UTC (rev 487736)
@@ -0,0 +1,48 @@
+diff --git i/security/nss/lib/freebl/mpi/mpi_x86.s 
w/security/nss/lib/freebl/mpi/mpi_x86.s
+index 8f7e2130c3264754..b3ca1ce5b41b3771 100644
+--- i/security/nss/lib/freebl/mpi/mpi_x86.s
 w/security/nss/lib/freebl/mpi/mpi_x86.s
+@@ -22,22 +22,41 @@ is_sse: .long  -1
+ #
+ .ifndef NO_PIC
+ .macro GET   var,reg
+-movl   \var@GOTOFF(%ebx),\reg
++call   thunk.ax
++addl   $_GLOBAL_OFFSET_TABLE_, %eax
++movl   \var@GOTOFF(%eax),\reg
+ .endm
+ .macro PUT   reg,var
+-movl   \reg,\var@GOTOFF(%ebx)
++call   thunk.dx
++addl   $_GLOBAL_OFFSET_TABLE_, %edx
++movl   \reg,\var@GOTOFF(%edx)
+ .endm
+ .else
+ .macro GET   var,reg
+ movl   \var,\reg
+ .endm
+ .macro PUT   reg,var
+ movl   \reg,\var
+ .endm
+ .endif
+ 
+ .text
+ 
++.ifndef NO_PIC
++.globlthunk.ax
++.hidden   thunk.ax
++.type thunk.ax, @function
++thunk.ax:
++   movl   (%esp),%eax
++   ret
++
++.globlthunk.dx
++.hidden   thunk.dx
++.type thunk.dx, @function
++thunk.dx:
++   movl   (%esp),%edx
++   ret
++.endif
+ 
+  #  ebp - 36: caller's esi
+  #  ebp - 32: caller's edi


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:16:51
  Author: heftig
Revision: 357414

archrelease: copy trunk to testing-x86_64

Added:
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 357413, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 357413, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 357413, nss/trunk/certdata2pem.py)

-+
 PKGBUILD|   89 
 bundle.sh   |   22 ++
 certdata2pem.py |  398 ++
 3 files changed, 509 insertions(+)

Copied: nss/repos/testing-x86_64/PKGBUILD (from rev 357413, nss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-09 04:16:51 UTC (rev 357414)
@@ -0,0 +1,89 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.45
+pkgrel=1
+pkgdesc="Network Security Services"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+_nsprver=4.20
+depends=("nspr>=${_nsprver}" sqlite zlib sh p11-kit)
+makedepends=(perl python python2 gyp)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
+certdata2pem.py bundle.sh)
+sha256sums=('112f05223d1fde902c170966bfc6f011b24a838be16969b110ecf2bb7bc24e8b'
+'0be02cecc27a6e55e1cad1783033b147f502b26f9fb1bb5a53e7a43bbcb68fa0'
+'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
+
+prepare() {
+  mkdir certs path
+  ln -s /usr/bin/python2 path/python
+
+  cd nss-$pkgver
+  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
+  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
+}
+
+build() {
+  ( cd certs; python ../certdata2pem.py; )
+  sh bundle.sh
+
+  cd nss-$pkgver/nss
+  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
+--opt --system-sqlite --system-nspr --enable-libpkix --disable-tests
+}
+
+package_nss() {
+  local vmajor vminor vpatch
+  cd nss-$pkgver
+
+  { read vmajor; read vminor; read vpatch; } \
+< <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h)
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,/usr/lib,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$_nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nss.pc"
+
+  sed nss/pkg/pkg-config/nss-config.in \
+-e "s,@libdir@,/usr/lib,g" \
+-e "s,@prefix@,/usr/bin,g" \
+-e "s,@exec_prefix@,/usr/bin,g" \
+-e "s,@includedir@,/usr/include/nss,g" \
+-e "s,@MOD_MAJOR_VERSION@,$vmajor,g" \
+-e "s,@MOD_MINOR_VERSION@,$vminor,g" \
+-e "s,@MOD_PATCH_VERSION@,$vpatch,g" |
+install -D /dev/stdin "$pkgdir/usr/bin/nss-config"
+
+  cd nss/doc/nroff
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 *util.1 signtool.1 signver.1 
ssltap.1
+
+  cd ../../../dist
+  install -Dt "$pkgdir/usr/include/nss" -m644 public/nss/*.h
+
+  cd Release/bin
+  install -Dt "$pkgdir/usr/bin" *util shlibsign signtool signver ssltap
+
+  cd ../lib
+  install -Dt "$pkgdir/usr/lib" *.so
+  install -Dt "$pkgdir/usr/lib" -m644 *.chk
+
+  # Replace built-in trust with p11-kit connection
+  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib/libnssckbi.so"
+}
+
+package_ca-certificates-mozilla() {
+  pkgdesc="Mozilla's set of trusted CA certificates"
+  depends=(ca-certificates-utils)
+
+  install -Dm644 ca-bundle.trust.p11-kit \
+"$pkgdir/usr/share/ca-certificates/trust-source/mozilla.trust.p11-kit"
+}

Copied: nss/repos/testing-x86_64/bundle.sh (from rev 357413, 
nss/trunk/bundle.sh)
===
--- testing-x86_64/bundle.sh(rev 0)
+++ testing-x86_64/bundle.sh2019-07-09 04:16:51 UTC (rev 357414)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# From Fedora's ca-certificates.spec
+
+(
+  cat < ca-bundle.trust.p11-kit
+
+for p in certs/*.tmp-p11-kit; do 
+  cat "$p" >> ca-bundle.trust.p11-kit
+done

Copied: nss/repos/testing-x86_64/certdata2pem.py (from rev 357413, 
nss/trunk/certdata2pem.py)
===
--- testing-x86_64/certdata2pem.py  (rev 0)
+++ testing-x86_64/certdata2pem.py  2019-07-09 04:16:51 UTC (rev 357414)
@@ -0,0 +1,398 @@
+#!/usr/bin/python
+# vim:set et sw=4:
+#
+# certdata2pem.py - splits certdata.txt into multiple files
+#
+# Copyright (C) 2009 Philipp Kern 
+# Copyright (C) 2013 Kai Engert 
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the 

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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:15:46
  Author: heftig
Revision: 357413

3.45-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:11:51 UTC (rev 357412)
+++ PKGBUILD2019-07-09 04:15:46 UTC (rev 357413)
@@ -2,7 +2,7 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.44.1
+pkgver=3.45
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -13,7 +13,7 @@
 makedepends=(perl python python2 gyp)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
 certdata2pem.py bundle.sh)
-sha256sums=('fce4cb80c989cde35416ecbe55920856015a35151c4f21be64470e4dd4de12f8'
+sha256sums=('112f05223d1fde902c170966bfc6f011b24a838be16969b110ecf2bb7bc24e8b'
 '0be02cecc27a6e55e1cad1783033b147f502b26f9fb1bb5a53e7a43bbcb68fa0'
 '3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
 


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:16:28
  Author: heftig
Revision: 487735

3.45-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 03:50:04 UTC (rev 487734)
+++ PKGBUILD2019-07-09 04:16:28 UTC (rev 487735)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-nss
-pkgver=3.44.1
+pkgver=3.45
 pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -14,7 +14,7 @@
 makedepends=(perl python2 gyp)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
 no-plt.diff)
-sha256sums=('fce4cb80c989cde35416ecbe55920856015a35151c4f21be64470e4dd4de12f8'
+sha256sums=('112f05223d1fde902c170966bfc6f011b24a838be16969b110ecf2bb7bc24e8b'
 'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
 
 prepare() {


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:11:50
  Author: heftig
Revision: 357411

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/60-linux.hook
(from rev 357410, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 357410, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 357410, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 357410, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 357410, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 357410, linux/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  246 +
 config|10405 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10700 insertions(+)

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


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:11:51
  Author: heftig
Revision: 357412

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/60-linux.hook
(from rev 357410, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 357410, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 357410, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 357410, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 357410, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 357410, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  246 +
 config|10437 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10732 insertions(+)

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


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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:10:21
  Author: heftig
Revision: 357410

5.2.zen1-1

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

--+
 PKGBUILD |   23 +-
 config   |  645 ++---
 2 files changed, 555 insertions(+), 113 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 04:10:19 UTC (rev 357409)
+++ PKGBUILD2019-07-09 04:10:21 UTC (rev 357410)
@@ -4,13 +4,16 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.1.16-zen1
+_srcver=5.2-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
 url="https://github.com/zen-kernel/zen-kernel/commits/v$_srcver;
 license=(GPL2)
-makedepends=(xmlto kmod inetutils bc libelf git)
+makedepends=(
+  xmlto kmod inetutils bc libelf git python-sphinx python-sphinx_rtd_theme
+  graphviz imagemagick
+)
 options=('!strip')
 _srcname=zen-kernel
 source=(
@@ -26,7 +29,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'89bd0c62512a6181b069fec7054496549d6d683be95a89a96a2e84c738321490'
+'f59d47d8faa4c63cd46de0b4813a07fa094250fe01eaf2593b77a31999619e8a'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
@@ -61,7 +64,7 @@
 
 build() {
   cd $_srcname
-  make bzImage modules
+  make bzImage modules htmldocs
 }
 
 _package() {
@@ -212,6 +215,18 @@
   mkdir -p "$builddir"
   cp -t "$builddir" -a Documentation
 
+  msg2 "Removing doctrees..."
+  rm -r "$builddir/Documentation/output/.doctrees"
+
+  msg2 "Moving HTML docs..."
+  local src dst
+  while read -rd '' src; do
+dst="$builddir/Documentation/${src#$builddir/Documentation/output/}"
+mkdir -p "${dst%/*}"
+mv "$src" "$dst"
+rmdir -p --ignore-fail-on-non-empty "${src%/*}"
+  done < <(find "$builddir/Documentation/output" -type f -print0)
+
   msg2 "Adding symlink..."
   mkdir -p "$pkgdir/usr/share/doc"
   ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase"

Modified: config
===
--- config  2019-07-09 04:10:19 UTC (rev 357409)
+++ config  2019-07-09 04:10:21 UTC (rev 357410)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.1.14-zen1 Kernel Configuration
+# Linux/x86 5.2.0-zen1 Kernel Configuration
 #
 
 #
@@ -69,6 +69,8 @@
 CONFIG_IRQ_FORCED_THREADING=y
 CONFIG_SPARSE_IRQ=y
 # CONFIG_GENERIC_IRQ_DEBUGFS is not set
+# end of IRQ subsystem
+
 CONFIG_CLOCKSOURCE_WATCHDOG=y
 CONFIG_ARCH_CLOCKSOURCE_DATA=y
 CONFIG_ARCH_CLOCKSOURCE_INIT=y
@@ -91,6 +93,8 @@
 # CONFIG_CONTEXT_TRACKING_FORCE is not set
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
+# end of Timers subsystem
+
 # CONFIG_PREEMPT_NONE is not set
 # CONFIG_PREEMPT_VOLUNTARY is not set
 CONFIG_PREEMPT=y
@@ -111,6 +115,8 @@
 CONFIG_TASK_IO_ACCOUNTING=y
 CONFIG_PSI=y
 # CONFIG_PSI_DEFAULT_DISABLED is not set
+# end of CPU/Task time and stats accounting
+
 CONFIG_CPU_ISOLATION=y
 
 #
@@ -129,9 +135,12 @@
 CONFIG_RCU_BOOST=y
 CONFIG_RCU_BOOST_DELAY=500
 CONFIG_RCU_NOCB_CPU=y
+# end of RCU Subsystem
+
 CONFIG_BUILD_BIN2C=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
+# CONFIG_IKHEADERS is not set
 CONFIG_LOG_BUF_SHIFT=17
 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
 CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
@@ -189,7 +198,6 @@
 CONFIG_CC_OPTIMIZE_HARDER=y
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
-CONFIG_ANON_INODES=y
 CONFIG_HAVE_UID16=y
 CONFIG_SYSCTL_EXCEPTION_TRACE=y
 CONFIG_HAVE_PCSPKR_PLATFORM=y
@@ -238,6 +246,8 @@
 #
 CONFIG_PERF_EVENTS=y
 # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
+# end of Kernel Performance Events And Counters
+
 CONFIG_VM_EVENT_COUNTERS=y
 CONFIG_SLUB_DEBUG=y
 # CONFIG_SLUB_MEMCG_SYSFS_ON is not set
@@ -248,10 +258,13 @@
 CONFIG_SLAB_MERGE_DEFAULT=y
 CONFIG_SLAB_FREELIST_RANDOM=y
 CONFIG_SLAB_FREELIST_HARDENED=y
+CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
 # CONFIG_SLUB_CPU_PARTIAL is not set
 CONFIG_SYSTEM_DATA_VERIFICATION=y
 CONFIG_PROFILING=y
 CONFIG_TRACEPOINTS=y
+# end of General setup
+
 CONFIG_64BIT=y
 CONFIG_X86_64=y
 CONFIG_X86=y
@@ -268,9 +281,7 @@
 CONFIG_GENERIC_ISA_DMA=y
 CONFIG_GENERIC_BUG=y
 CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
-CONFIG_GENERIC_HWEIGHT=y
 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
-CONFIG_RWSEM_XCHGADD_ALGORITHM=y
 CONFIG_GENERIC_CALIBRATE_DELAY=y
 CONFIG_ARCH_HAS_CPU_RELAX=y
 CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
@@ -284,7 +295,6 @@
 CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
 CONFIG_ZONE_DMA32=y
 CONFIG_AUDIT_ARCH=y
-CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
 CONFIG_HAVE_INTEL_TXT=y
 CONFIG_X86_64_SMP=y
@@ -317,7 +327,6 @@
 CONFIG_PARAVIRT_XXL=y
 # CONFIG_PARAVIRT_DEBUG is not set
 

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

2019-07-08 Thread Jan Steffens via arch-commits
Date: Tuesday, July 9, 2019 @ 04:10:19
  Author: heftig
Revision: 357409

5.2.arch2-1

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |   23 +-
 config   |  645 ++---
 2 files changed, 555 insertions(+), 113 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 20:28:31 UTC (rev 357408)
+++ PKGBUILD2019-07-09 04:10:19 UTC (rev 357409)
@@ -4,13 +4,16 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.1.16-arch1
+_srcver=5.2-arch2
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
 url="https://git.archlinux.org/linux.git/log/?h=v$_srcver;
 license=(GPL2)
-makedepends=(xmlto kmod inetutils bc libelf git)
+makedepends=(
+  xmlto kmod inetutils bc libelf git python-sphinx python-sphinx_rtd_theme
+  graphviz imagemagick
+)
 options=('!strip')
 _srcname=archlinux-linux
 source=(
@@ -26,7 +29,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'d8eac4a183fbc5a6391a21beb9be1c9b24b7ff2deeb3cedb8b4635722ddcede9'
+'013defd92c7530724105f323a22ae484cfc4a9053bbdc8eb2260134d873d7d86'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
@@ -61,7 +64,7 @@
 
 build() {
   cd $_srcname
-  make bzImage modules
+  make bzImage modules htmldocs
 }
 
 _package() {
@@ -212,6 +215,18 @@
   mkdir -p "$builddir"
   cp -t "$builddir" -a Documentation
 
+  msg2 "Removing doctrees..."
+  rm -r "$builddir/Documentation/output/.doctrees"
+
+  msg2 "Moving HTML docs..."
+  local src dst
+  while read -rd '' src; do
+dst="$builddir/Documentation/${src#$builddir/Documentation/output/}"
+mkdir -p "${dst%/*}"
+mv "$src" "$dst"
+rmdir -p --ignore-fail-on-non-empty "${src%/*}"
+  done < <(find "$builddir/Documentation/output" -type f -print0)
+
   msg2 "Adding symlink..."
   mkdir -p "$pkgdir/usr/share/doc"
   ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase"

Modified: config
===
--- config  2019-07-08 20:28:31 UTC (rev 357408)
+++ config  2019-07-09 04:10:19 UTC (rev 357409)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.1.14-arch1 Kernel Configuration
+# Linux/x86 5.2.0-arch1 Kernel Configuration
 #
 
 #
@@ -66,6 +66,8 @@
 CONFIG_IRQ_FORCED_THREADING=y
 CONFIG_SPARSE_IRQ=y
 # CONFIG_GENERIC_IRQ_DEBUGFS is not set
+# end of IRQ subsystem
+
 CONFIG_CLOCKSOURCE_WATCHDOG=y
 CONFIG_ARCH_CLOCKSOURCE_DATA=y
 CONFIG_ARCH_CLOCKSOURCE_INIT=y
@@ -88,6 +90,8 @@
 # CONFIG_CONTEXT_TRACKING_FORCE is not set
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
+# end of Timers subsystem
+
 # CONFIG_PREEMPT_NONE is not set
 # CONFIG_PREEMPT_VOLUNTARY is not set
 CONFIG_PREEMPT=y
@@ -108,6 +112,8 @@
 CONFIG_TASK_IO_ACCOUNTING=y
 CONFIG_PSI=y
 # CONFIG_PSI_DEFAULT_DISABLED is not set
+# end of CPU/Task time and stats accounting
+
 CONFIG_CPU_ISOLATION=y
 
 #
@@ -126,9 +132,12 @@
 CONFIG_RCU_BOOST=y
 CONFIG_RCU_BOOST_DELAY=500
 CONFIG_RCU_NOCB_CPU=y
+# end of RCU Subsystem
+
 CONFIG_BUILD_BIN2C=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
+# CONFIG_IKHEADERS is not set
 CONFIG_LOG_BUF_SHIFT=17
 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
 CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
@@ -185,7 +194,6 @@
 CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_SYSCTL=y
-CONFIG_ANON_INODES=y
 CONFIG_HAVE_UID16=y
 CONFIG_SYSCTL_EXCEPTION_TRACE=y
 CONFIG_HAVE_PCSPKR_PLATFORM=y
@@ -234,6 +242,8 @@
 #
 CONFIG_PERF_EVENTS=y
 # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
+# end of Kernel Performance Events And Counters
+
 CONFIG_VM_EVENT_COUNTERS=y
 CONFIG_SLUB_DEBUG=y
 # CONFIG_SLUB_MEMCG_SYSFS_ON is not set
@@ -244,10 +254,13 @@
 CONFIG_SLAB_MERGE_DEFAULT=y
 CONFIG_SLAB_FREELIST_RANDOM=y
 CONFIG_SLAB_FREELIST_HARDENED=y
+CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
 # CONFIG_SLUB_CPU_PARTIAL is not set
 CONFIG_SYSTEM_DATA_VERIFICATION=y
 CONFIG_PROFILING=y
 CONFIG_TRACEPOINTS=y
+# end of General setup
+
 CONFIG_64BIT=y
 CONFIG_X86_64=y
 CONFIG_X86=y
@@ -264,9 +277,7 @@
 CONFIG_GENERIC_ISA_DMA=y
 CONFIG_GENERIC_BUG=y
 CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
-CONFIG_GENERIC_HWEIGHT=y
 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
-CONFIG_RWSEM_XCHGADD_ALGORITHM=y
 CONFIG_GENERIC_CALIBRATE_DELAY=y
 CONFIG_ARCH_HAS_CPU_RELAX=y
 CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
@@ -280,7 +291,6 @@
 CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
 CONFIG_ZONE_DMA32=y
 CONFIG_AUDIT_ARCH=y
-CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
 CONFIG_HAVE_INTEL_TXT=y
 CONFIG_X86_64_SMP=y
@@ -313,7 +323,6 @@
 CONFIG_PARAVIRT_XXL=y
 # CONFIG_PARAVIRT_DEBUG is not 

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

2019-07-08 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, July 9, 2019 @ 03:50:04
  Author: yan12125
Revision: 487734

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 487733, python-cfn-lint/trunk/PKGBUILD)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-09 03:49:45 UTC (rev 487733)
+++ PKGBUILD2019-07-09 03:50:04 UTC (rev 487734)
@@ -1,32 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.22.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz;)
-sha256sums=('782e9d6b7677cd603928add1a587fa1623e6566509f5248a228b032ce21f2f8d')
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 487733, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-09 03:50:04 UTC (rev 487734)
@@ -0,0 +1,39 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.22.1
+pkgrel=2
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;
+
cfn-lint-pr1003.patch::https://github.com/aws-cloudformation/cfn-python-lint/pull/1003.patch)
+sha256sums=('d24d2efa60bda4596dae759a07943d4785202a90c067f530af55c104dbfacb86'
+'fa60ce826c0438c55520239903312aab816a2016fc39c39900976077b21a5c55')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../cfn-lint-pr1003.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-07-08 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, July 9, 2019 @ 03:49:45
  Author: yan12125
Revision: 487733

upgpkg: python-cfn-lint 0.22.1-2

Also added a patch that fixes test failures in python-aws-sam-translator.

The patch is from a merged pull request [1].

[1] https://github.com/aws-cloudformation/cfn-python-lint/pull/1003

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 01:36:52 UTC (rev 487732)
+++ PKGBUILD2019-07-09 03:49:45 UTC (rev 487733)
@@ -1,8 +1,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.22.0
-pkgrel=1
+pkgver=0.22.1
+pkgrel=2
 pkgdesc='CloudFormation Linter'
 arch=(any)
 url='https://github.com/aws-cloudformation/cfn-python-lint'
@@ -10,9 +10,16 @@
 depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
  python-jsonpatch python-jsonschema python-setuptools)
 checkdepends=(python-pytest python-mock)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz;)
-sha256sums=('782e9d6b7677cd603928add1a587fa1623e6566509f5248a228b032ce21f2f8d')
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;
+
cfn-lint-pr1003.patch::https://github.com/aws-cloudformation/cfn-python-lint/pull/1003.patch)
+sha256sums=('d24d2efa60bda4596dae759a07943d4785202a90c067f530af55c104dbfacb86'
+'fa60ce826c0438c55520239903312aab816a2016fc39c39900976077b21a5c55')
 
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../cfn-lint-pr1003.patch
+}
+
 build() {
   cd cfn-python-lint-$pkgver
   python setup.py build


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

2019-07-08 Thread Kyle Keen via arch-commits
Date: Tuesday, July 9, 2019 @ 01:36:52
  Author: kkeen
Revision: 487732

archrelease: copy trunk to community-x86_64

Added:
  hiawatha/repos/community-x86_64/PKGBUILD
(from rev 487731, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
(from rev 487731, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-x86_64/hiawatha.service
(from rev 487731, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-x86_64/lefh-renew.service
(from rev 487731, hiawatha/trunk/lefh-renew.service)
  hiawatha/repos/community-x86_64/lefh-renew.timer
(from rev 487731, hiawatha/trunk/lefh-renew.timer)
Deleted:
  hiawatha/repos/community-x86_64/PKGBUILD
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
  hiawatha/repos/community-x86_64/hiawatha.service
  hiawatha/repos/community-x86_64/lefh-renew.service
  hiawatha/repos/community-x86_64/lefh-renew.timer

--+
 PKGBUILD |  208 ++--
 hiawatha.conf.sample |  228 -
 hiawatha.service |   32 +++---
 lefh-renew.service   |   18 +--
 lefh-renew.timer |   22 ++--
 5 files changed, 254 insertions(+), 254 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-09 01:36:32 UTC (rev 487731)
+++ PKGBUILD2019-07-09 01:36:52 UTC (rev 487732)
@@ -1,104 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Kurt Marasco 
-# Contributor: Pascal Ernster 
-# Contributor: Kewl 
-
-pkgname=hiawatha
-pkgver=10.9
-pkgrel=2
-pkgdesc="Secure and advanced webserver"
-url="https://www.hiawatha-webserver.org/;
-arch=('x86_64')
-license=('GPL2')
-depends=('libxslt' 'mbedtls')
-optdepends=('php-fpm: PHP fastcgi'
-'php: letsencrypt/lefh')
-makedepends=('cmake')
-backup=(
-'etc/hiawatha/hiawatha.conf'
-'etc/hiawatha/cgi-wrapper.conf'
-'etc/hiawatha/mimetype.conf'
-)
-
-source=(
-"https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
-'hiawatha.conf.sample'
-'hiawatha.service'
-'lefh-renew.service'
-'lefh-renew.timer'
-)
-sha256sums=('74dd43812272c3ddbf067b6d4da1773cdeef2ffe71e8f164449fabf8431752b8'
-'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
-'db1d647d86370583c24ae7a37feab78e3f0015d441ff5bc8f9b32e1a91ec4c8e'
-'d12c5a68c293f66d95ae4df704ea349adbad972fb25475ab1a0a24fb42bfc70b')
-
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/www-data/http/g' extra/logrotate.in
-
-  # Update stock hiawatha.conf
-  sed -e 's|#ServerId = www-data|ServerId = http|' \
-  -e 's|/var/www/|/srv/http/|g' \
-  -e 's|//|/|g' \
-  -e 's|#CGIextension = cgi|&\n#TriggerOnCGIstatus = no|g' \
-  -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \
-  -e 's|#  Extension = php|&\n#   SessionTimeout = 30|g' \
-  -e 's|#ErrorHandler = 404:/error.cgi|&\n#UseGZfile = yes|g' \
-  -i config/hiawatha.conf.in
-  
-  sed -e 's|/etc/init.d/hiawatha restart|systemctl restart hiawatha.service|' \
-  -i extra/letsencrypt/letsencrypt.conf.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-
-  cmake ../ -DCMAKE_INSTALL_PREFIX="/" \
--DCMAKE_INSTALL_BINDIR="/usr/bin" \
--DCMAKE_INSTALL_SBINDIR="/usr/bin" \
--DCMAKE_INSTALL_SYSCONFDIR="/etc/hiawatha" \
--DCMAKE_INSTALL_LIBDIR="/usr/lib" \
--DCMAKE_INSTALL_MANDIR="/usr/share/man" \
--DCONFIG_DIR="/etc/hiawatha" \
--DLOG_DIR="/var/log/hiawatha" \
--DPID_DIR="/run" \
--DENABLE_TLS=ON \
--DUSE_SYSTEM_MBEDTLS=ON \
--DENABLE_MONITOR=ON \
--DWEBROOT_DIR="/srv/http/hiawatha" \
--DWORK_DIR="/var/lib/hiawatha"
-
-  make
-
-  # Features enabled by default
-  # -DENABLE_CACHE
-  # -DENABLE_IPV6
-  # -DENABLE_RPROXY
-  # -DENABLE_TOOLKIT
-  # -DENABLE_XSLT
-
-  # Features disabled by default
-  # -DENABLE_DEBUG
-  # -DENABLE_TOMAHAWK
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
- 
-  rmdir "$pkgdir/run"
-  rm "$pkgdir/srv/http/hiawatha/index.html"
-  rmdir -p --ignore-fail-on-non-empty "$pkgdir/srv/http/hiawatha"
- 
-  install -Dm644 logrotate.d/hiawatha "$pkgdir/etc/logrotate.d/hiawatha"
-  cd "$srcdir"
-  install -Dm644 hiawatha.service   
"$pkgdir/usr/lib/systemd/system/hiawatha.service"
-  install -Dm644 lefh-renew.service 
"$pkgdir/usr/lib/systemd/system/lefh-renew.service"
-  install -Dm644 lefh-renew.timer   
"$pkgdir/usr/lib/systemd/system/lefh-renew.timer"
-  install -Dm644 hiawatha.conf.sample "$pkgdir/etc/hiawatha/"
-}
-

Copied: hiawatha/repos/community-x86_64/PKGBUILD (from rev 487731, 
hiawatha/trunk/PKGBUILD)

[arch-commits] Commit in hiawatha/trunk (PKGBUILD hiawatha.service)

2019-07-08 Thread Kyle Keen via arch-commits
Date: Tuesday, July 9, 2019 @ 01:36:32
  Author: kkeen
Revision: 487731

upgpkg: hiawatha 10.9-3

Modified:
  hiawatha/trunk/PKGBUILD
  hiawatha/trunk/hiawatha.service

--+
 PKGBUILD |4 ++--
 hiawatha.service |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-09 01:30:09 UTC (rev 487730)
+++ PKGBUILD2019-07-09 01:36:32 UTC (rev 487731)
@@ -5,7 +5,7 @@
 
 pkgname=hiawatha
 pkgver=10.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Secure and advanced webserver"
 url="https://www.hiawatha-webserver.org/;
 arch=('x86_64')
@@ -29,7 +29,7 @@
 )
 sha256sums=('74dd43812272c3ddbf067b6d4da1773cdeef2ffe71e8f164449fabf8431752b8'
 '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
+'b5a2671703b52eec376cfc4697b86aafa4f7fdd9b2b9203798e2117770bafa53'
 'db1d647d86370583c24ae7a37feab78e3f0015d441ff5bc8f9b32e1a91ec4c8e'
 'd12c5a68c293f66d95ae4df704ea349adbad972fb25475ab1a0a24fb42bfc70b')
 

Modified: hiawatha.service
===
--- hiawatha.service2019-07-09 01:30:09 UTC (rev 487730)
+++ hiawatha.service2019-07-09 01:36:32 UTC (rev 487731)
@@ -5,8 +5,8 @@
 [Service]
 Type=simple
 SyslogIdentifier=hiawatha
-ExecStartPre=/usr/bin/hiawatha -k ; /usr/bin/wigwam
-ExecStart= /usr/bin/hiawatha -d
+ExecStartPre=/usr/bin/wigwam
+ExecStart=/usr/bin/hiawatha -d
 TimeoutSec=10
 #(doesn't like this setting. Can't find files) PrivateTmp=true
 LimitNOFILE=infinity


[arch-commits] Commit in netdata/repos/community-x86_64 (8 files)

2019-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 9, 2019 @ 01:30:09
  Author: svenstaro
Revision: 487730

archrelease: copy trunk to community-x86_64

Added:
  netdata/repos/community-x86_64/PKGBUILD
(from rev 487729, netdata/trunk/PKGBUILD)
  netdata/repos/community-x86_64/netdata.install
(from rev 487729, netdata/trunk/netdata.install)
  netdata/repos/community-x86_64/netdata.sysusers
(from rev 487729, netdata/trunk/netdata.sysusers)
  netdata/repos/community-x86_64/netdata.tmpfiles
(from rev 487729, netdata/trunk/netdata.tmpfiles)
Deleted:
  netdata/repos/community-x86_64/PKGBUILD
  netdata/repos/community-x86_64/netdata.install
  netdata/repos/community-x86_64/netdata.sysusers
  netdata/repos/community-x86_64/netdata.tmpfiles

--+
 PKGBUILD |  118 ++---
 netdata.install  |   24 +-
 netdata.sysusers |2 
 netdata.tmpfiles |6 +-
 4 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-09 01:29:26 UTC (rev 487729)
+++ PKGBUILD2019-07-09 01:30:09 UTC (rev 487730)
@@ -1,59 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.15.0
-pkgrel=1
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
-url="https://github.com/netdata/netdata;
-arch=('x86_64')
-license=('GPL')
-backup=('etc/netdata/netdata.conf')
-depends=('libmnl' 'libnetfilter_acct' 'zlib')
-optdepends=('nodejs: for monitoring named and SNMP devices'
-'lm_sensors: for monitoring hardware sensors'
-'iproute2: for monitoring Linux QoS'
-'python: for most of the external plugins'
-'python-psycopg2: for monitoring PostgreSQL databases'
-'python-mysqlclient: for monitoring MySQL/MariaDB databases'
-'python-requests: for monitoring elasticsearch'
-'hddtemp: for monitoring hhd temperature'
-'apcupsd: for monitoring APC UPS'
-'iw: for monitoring Linux as access point')
-install="$pkgname.install"
-source=("https://github.com/netdata/netdata/releases/download/v${pkgver}/netdata-v${pkgver}.tar.gz;
-"${pkgname}.tmpfiles"
-"${pkgname}.sysusers")
-sha512sums=('f05cf9b4ff79d5a8b08eaea9c2726c2e56178ea9e6860f11a57387b657454e375260dad7b43344a748e6706f9932497938240126acc8721711447d2174ccc0df'
-
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
-
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
-
-build() {
-  cd "$pkgname-v$pkgver"
-
-  ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-  make
-}
-
-package() {
-  cd "$pkgname-v$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove /var/*, pacman creates it via tmpfiles hook
-  rm -vrf "${pkgdir}/var"
-  touch "$pkgdir/etc/netdata/netdata.conf"
-  chown -R 134:134 "$pkgdir"/etc/netdata
-  chown -R 134:134 "$pkgdir"/usr/share/netdata/web
-
-  install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-  install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
-  install -Dm0644 "${srcdir}/${pkgname}.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-  install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-}

Copied: netdata/repos/community-x86_64/PKGBUILD (from rev 487729, 
netdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-09 01:30:09 UTC (rev 487730)
@@ -0,0 +1,59 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
+url="https://github.com/netdata/netdata;
+arch=('x86_64')
+license=('GPL')
+backup=('etc/netdata/netdata.conf')
+depends=('libmnl' 'libnetfilter_acct' 'zlib')
+optdepends=('nodejs: for monitoring named and SNMP devices'
+'lm_sensors: for monitoring hardware sensors'
+'iproute2: for monitoring Linux QoS'
+'python: for most of the external plugins'
+'python-psycopg2: for monitoring PostgreSQL databases'
+'python-mysqlclient: for monitoring MySQL/MariaDB databases'
+'python-requests: for monitoring elasticsearch'
+'hddtemp: for monitoring hhd temperature'
+'apcupsd: for monitoring APC UPS'
+'iw: for monitoring Linux as access point')
+install="$pkgname.install"

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

2019-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 9, 2019 @ 01:29:26
  Author: svenstaro
Revision: 487729

upgpkg: netdata 1.16.0-1

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 21:33:42 UTC (rev 487728)
+++ PKGBUILD2019-07-09 01:29:26 UTC (rev 487729)
@@ -2,7 +2,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.15.0
+pkgver=1.16.0
 pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
@@ -24,7 +24,7 @@
 
source=("https://github.com/netdata/netdata/releases/download/v${pkgver}/netdata-v${pkgver}.tar.gz;
 "${pkgname}.tmpfiles"
 "${pkgname}.sysusers")
-sha512sums=('f05cf9b4ff79d5a8b08eaea9c2726c2e56178ea9e6860f11a57387b657454e375260dad7b43344a748e6706f9932497938240126acc8721711447d2174ccc0df'
+sha512sums=('a7d6da5665cbebb77c41a87ed391a16fcdd739e4014617d465925f0038e1e11cd57f15421a3338f15be606a0dec63ffa11bb801a0cd8efc392a19cdcef1f9546'
 
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
 


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (24 files)

2019-07-08 Thread Jiachen Yang via arch-commits
Date: Monday, July 8, 2019 @ 21:33:42
  Author: farseerfc
Revision: 487728

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 487727, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 487727, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
(from rev 487727, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-x86_64/demibold.patch
(from rev 487727, telegram-desktop/trunk/demibold.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 487727, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 487727, telegram-desktop/trunk/no-gtk2.patch)
  
telegram-desktop/repos/community-x86_64/tdesktop-ffmpeg-fix-convertFromARGB32PM.patch
(from rev 487727, 
telegram-desktop/trunk/tdesktop-ffmpeg-fix-convertFromARGB32PM.patch)
  telegram-desktop/repos/community-x86_64/tdesktop-rlottie-static-qt.patch
(from rev 487727, telegram-desktop/trunk/tdesktop-rlottie-static-qt.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 487727, telegram-desktop/trunk/tdesktop.patch)
  
telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch
(from rev 487727, 
telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch)
  telegram-desktop/repos/community-x86_64/tdesktop_qtlottie_qtdebug.patch
(from rev 487727, telegram-desktop/trunk/tdesktop_qtlottie_qtdebug.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 487727, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
  telegram-desktop/repos/community-x86_64/demibold.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  
telegram-desktop/repos/community-x86_64/tdesktop-ffmpeg-fix-convertFromARGB32PM.patch
  telegram-desktop/repos/community-x86_64/tdesktop-rlottie-static-qt.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  
telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch
  telegram-desktop/repos/community-x86_64/tdesktop_qtlottie_qtdebug.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

---+
 CMakeLists.inj|   36 
 PKGBUILD  |  252 ++---
 Use-system-wide-font.patch|   68 -
 demibold.patch|   54 -
 libtgvoip.patch   |   36 
 no-gtk2.patch |   58 -
 tdesktop-ffmpeg-fix-convertFromARGB32PM.patch |  114 +-
 tdesktop-rlottie-static-qt.patch  |   26 
 tdesktop.patch| 1064 
 tdesktop_lottie_animation_qtdebug.patch   |   26 
 tdesktop_qtlottie_qtdebug.patch   |   24 
 tg.protocol   |   22 
 12 files changed, 905 insertions(+), 875 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2019-07-08 21:32:05 UTC (rev 487727)
+++ CMakeLists.inj  2019-07-08 21:33:42 UTC (rev 487728)
@@ -1,18 +0,0 @@
-# The text will be put into the appropriate CMakeLists by the PKGBUILD
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
-add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
-add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
-
-# You can discover new PCHs using this link:
-# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
-
-# vim: ft=cmake

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
487727, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2019-07-08 21:33:42 UTC (rev 487728)
@@ -0,0 +1,18 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. 

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

2019-07-08 Thread Jiachen Yang via arch-commits
Date: Monday, July 8, 2019 @ 21:32:05
  Author: farseerfc
Revision: 487727

upgpkg: telegram-desktop 1.7.14-2

telegram-desktop 1.7.14-2 fix patching caused animated transparency issue

Modified:
  telegram-desktop/trunk/PKGBUILD
  telegram-desktop/trunk/tdesktop-ffmpeg-fix-convertFromARGB32PM.patch

---+
 PKGBUILD  |4 +-
 tdesktop-ffmpeg-fix-convertFromARGB32PM.patch |   46 +++-
 2 files changed, 40 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 20:24:23 UTC (rev 487726)
+++ PKGBUILD2019-07-08 21:32:05 UTC (rev 487727)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.7.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -51,7 +51,7 @@
 
'6d0bac5aa4c4992b5400a9a9318f7a4e92d5eab961917cf0b05cdd251ab66a77c52ec8fbef246e8019606a7624d7b5420b87f8153e071e9724c7d2f5c94e47c0'
 
'ce6be003220267bac5483caf8302b492e1581892bc36d35a61236ebf9f9d766b8bd2159557a1c36256aa85f461797a38bfaae57b12da7a72101b21c0b17ed653'
 
'a83b80668b2dc2cc77c857069fdb45b487793fda01ad8a63bab66c6a1c71e5d032050e4ec7efb5b4c3216badc5377c856ef1f4a59c2e02b24ee53b1d83124bf3'
-
'f0912f2adc6181d3050d8e688c81da5333eeba3166354a72cd4b6abb492c2e6093ca76d577bb4d5ea78706aaa367d952f173d4fd083a1c088172cc5227df61b0'
+
'0dec897774142a09835d36e4064132e92e9404081eb4cba33d7e2643de475ff195448b527181fdb444a15764960dfc55eb59964b77a09642310c7b8e8c236e73'
 
'1f7cecfc8698ff9e0abce87226e993e73fdf35111d037c2847f7a1f30e65483ab332e45a1bdb86f6ac4c420c1c1429ac20454655d0e982477e37b7c48f0b1599')
 
 prepare() {

Modified: tdesktop-ffmpeg-fix-convertFromARGB32PM.patch
===
--- tdesktop-ffmpeg-fix-convertFromARGB32PM.patch   2019-07-08 20:24:23 UTC 
(rev 487726)
+++ tdesktop-ffmpeg-fix-convertFromARGB32PM.patch   2019-07-08 21:32:05 UTC 
(rev 487727)
@@ -1,21 +1,50 @@
 diff --git a/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp 
b/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp
-index 5d0e50926..7d89692f8 100644
+index 5d0e50926..24b47e8c8 100644
 --- a/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp
 +++ b/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp
-@@ -355,6 +355,12 @@ QImage CreateFrameStorage(QSize size) {
+@@ -354,7 +354,41 @@ QImage CreateFrameStorage(QSize size) {
+   cleanupData);
  }
  
++QImage CreateFromData(const QImage & from, QImage::Format format){
++  const auto size = from.size();
++  const auto width = size.width();
++  const auto height = size.height();
++  const auto widthAlign = kAlignImageBy / kPixelBytesSize;
++  const auto neededWidth = width + ((width % widthAlign)
++  ? (widthAlign - (width % widthAlign))
++  : 0);
++  const auto perLine = neededWidth * kPixelBytesSize;
++  const auto buffer = new uchar[perLine * height + kAlignImageBy];
++  memcpy(buffer, from.bits(), perLine * height + kAlignImageBy);
++  const auto cleanupData = reinterpret_cast(buffer);
++  const auto address = reinterpret_cast(buffer);
++  const auto alignedBuffer = buffer + ((address % kAlignImageBy)
++  ? (kAlignImageBy - (address % kAlignImageBy))
++  : 0);
++  return QImage(
++  alignedBuffer,
++  width,
++  height,
++  perLine,
++  format,
++  AlignedImageBufferCleanupHandler,
++  const_cast(cleanupData));
++}
++
  void UnPremultiply(QImage , const QImage ) {
-+  to = from.convertToFormat(QImage::Format_ARGB32);
-+return;
++  auto result = CreateFromData(from, QImage::Format_ARGB32_Premultiplied);
++  result = result.convertToFormat(QImage::Format_ARGB32);
++  to = CreateFromData(result, QImage::Format_ARGB32_Premultiplied);
++  return;
++
 + below is original tdesktop code, we shortcut them by using Qt 
public API
 + see https://github.com/telegramdesktop/tdesktop/issues/6219
 +/*
-+
// This creates QImage::Format_ARGB32_Premultiplied, but we use it
// as an image in QImage::Format_ARGB32 format.
if (!GoodStorageForFrame(to, from.size())) {
-@@ -387,9 +393,16 @@ void UnPremultiply(QImage , const QImage ) {
+@@ -387,9 +421,17 @@ void UnPremultiply(QImage , const QImage ) {
layout,
nullptr);
}
@@ -23,16 +52,17 @@
  }
  
  void PremultiplyInplace(QImage ) {
++  image = CreateFromData(image, QImage::Format_ARGB32);
 +  image = image.convertToFormat(QImage::Format_ARGB32_Premultiplied);
 +  return;
++
 + below is original tdesktop code, we shortcut them by using Qt 
public API
 + see 

[arch-commits] Commit in systemd/repos (21 files)

2019-07-08 Thread Christian Hesse via arch-commits
Date: Monday, July 8, 2019 @ 20:25:31
  Author: eworm
Revision: 357407

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 357406, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 357406, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 357406, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 357406, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 357406, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 357406, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 357406, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 357406, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-binfmt.hook
(from rev 357406, systemd/trunk/systemd-binfmt.hook)
  systemd/repos/testing-x86_64/systemd-catalog.hook
(from rev 357406, systemd/trunk/systemd-catalog.hook)
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
(from rev 357406, systemd/trunk/systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 357406, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 357406, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysctl.hook
(from rev 357406, systemd/trunk/systemd-sysctl.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 357406, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 357406, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
(from rev 357406, systemd/trunk/systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 357406, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 357406, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 357406, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   75 +
 PKGBUILD   |  313 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  202 ++
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-binfmt.hook|   10 
 systemd-catalog.hook   |   11 
 systemd-daemon-reload.hook |   11 
 systemd-hook   |   32 ++
 systemd-hwdb.hook  |   11 
 systemd-sysctl.hook|   10 
 systemd-sysusers.hook  |   10 
 systemd-tmpfiles.hook  |   10 
 systemd-udev-reload.hook   |   11 
 systemd-update.hook|   11 
 systemd-user.pam   |5 
 systemd.install|  109 
 19 files changed, 890 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 357406, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2019-07-08 20:25:31 UTC (rev 357407)
@@ -0,0 +1,75 @@
+From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
+Message-Id: 
<34e4b4953cb99642e9144d97823edf32b06ffe93.1520376078.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules/50-udev-default.rules.in b/rules/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules/50-udev-default.rules.in
 b/rules/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", 

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

2019-07-08 Thread Christian Hesse via arch-commits
Date: Monday, July 8, 2019 @ 20:25:22
  Author: eworm
Revision: 357406

upgpkg: systemd 242.32-3

fix issues with random generator on AMD CPUs

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 19:48:31 UTC (rev 357405)
+++ PKGBUILD2019-07-08 20:25:22 UTC (rev 357406)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='572385e13566f9ca442ee3b46742159b905b4712'
 pkgver=242.32
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -89,6 +89,13 @@
 
   # cgroup-util: kill also threads
   'e48fcfef06d81bf08607d3c1657fdc6aa1e9a6ee'
+
+  # random-util: rename "err" to "success"
+  '328f850e36e86d14ab06d11fa8f2397e9575a7f9'
+  # util-lib: fix a typo in rdrand
+  '7f2cdceaed4d37c4e601e531c7d863fca1bd1460'
+  # random-util: eat up bad RDRAND values seen on AMD CPUs
+  '1c53d4a070edbec8ad2d384ba0014d0eb6bae077'
 )
 
 _reverts=(


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

2019-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 8, 2019 @ 20:24:23
  Author: svenstaro
Revision: 487726

archrelease: copy trunk to community-x86_64

Added:
  tiled/repos/community-x86_64/PKGBUILD
(from rev 487725, tiled/trunk/PKGBUILD)
Deleted:
  tiled/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 20:24:16 UTC (rev 487725)
+++ PKGBUILD2019-07-08 20:24:23 UTC (rev 487726)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=1.2.3
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('x86_64')
-url='http://www.mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11')
-makedepends=('mesa' 'qt5-tools' 'python3')
-optdepends=('python3: Python plugin')
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('0c9e818872b1e8de67ff8d943dc47abb63667bc45917b29dca959b0a32594be4ffb156469375c0f5c4a4fa71ee85b05c018c58a2f581a860405cbb12c9c0aac5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install INSTALL_ROOT=$pkgdir
-}

Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 487725, 
tiled/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 20:24:23 UTC (rev 487726)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=1.2.4
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('x86_64')
+url='http://www.mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11')
+makedepends=('mesa' 'qt5-tools' 'python3')
+optdepends=('python3: Python plugin')
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('a16fcb3fcceb11397cc981f10a558215264cf2c340639fbc001d384cfd9bc138c05ed40894a03d103af8a7d629c0be9fa6d5a4058fd9c563806920efef8e2cb7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}


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

2019-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 8, 2019 @ 20:24:16
  Author: svenstaro
Revision: 487725

upgpkg: tiled 1.2.4-1

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 19:48:41 UTC (rev 487724)
+++ PKGBUILD2019-07-08 20:24:16 UTC (rev 487725)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('mesa' 'qt5-tools' 'python3')
 optdepends=('python3: Python plugin')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('0c9e818872b1e8de67ff8d943dc47abb63667bc45917b29dca959b0a32594be4ffb156469375c0f5c4a4fa71ee85b05c018c58a2f581a860405cbb12c9c0aac5')
+sha512sums=('a16fcb3fcceb11397cc981f10a558215264cf2c340639fbc001d384cfd9bc138c05ed40894a03d103af8a7d629c0be9fa6d5a4058fd9c563806920efef8e2cb7')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2019-07-08 Thread Christian Hesse via arch-commits
Date: Monday, July 8, 2019 @ 19:48:31
  Author: eworm
Revision: 357405

archrelease: copy trunk to testing-x86_64

Added:
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch
(from rev 357404, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 357404, iproute2/trunk/PKGBUILD)

+
 0001-make-iproute2-fhs-compliant.patch |  101 +++
 PKGBUILD   |   58 +
 2 files changed, 159 insertions(+)

Copied: iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch 
(from rev 357404, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
===
--- testing-x86_64/0001-make-iproute2-fhs-compliant.patch   
(rev 0)
+++ testing-x86_64/0001-make-iproute2-fhs-compliant.patch   2019-07-08 
19:48:31 UTC (rev 357405)
@@ -0,0 +1,101 @@
+From f0624f6cc656cb177b64e2664f2a806221bfab58 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Thu, 28 Jul 2016 08:49:20 +0200
+Subject: [PATCH 1/1] make iproute2 fhs compliant
+
+Signed-off-by: Christian Hesse 
+---
+ Makefile   |  2 +-
+ netem/Makefile |  4 ++--
+ tc/q_netem.c   |  2 +-
+ tc/tc_util.c   | 15 +++
+ tc/tc_util.h   |  1 +
+ 5 files changed, 20 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index eb571a5..db0a04c 100644
+--- a/Makefile
 b/Makefile
+@@ -14,7 +14,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
+ 
+ SHARED_LIBS = y
+ 
+-DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\"
++DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\" -DDATADIR=\"$(DATADIR)\"
+ ifneq ($(SHARED_LIBS),y)
+ DEFINES+= -DNO_SHARED_LIBS
+ endif
+diff --git a/netem/Makefile b/netem/Makefile
+index e52e125..5b4d283 100644
+--- a/netem/Makefile
 b/netem/Makefile
+@@ -20,9 +20,9 @@ stats: stats.c
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(DATADIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(DATADIR)/tc; \
+   done
+ 
+ clean:
+diff --git a/tc/q_netem.c b/tc/q_netem.c
+index 8fe2204..a15a5c7 100644
+--- a/tc/q_netem.c
 b/tc/q_netem.c
+@@ -113,7 +113,7 @@ static int get_distribution(const char *type, __s16 *data, 
int maxdata)
+   char *line = NULL;
+   char name[128];
+ 
+-  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
++  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_datadir(), type);
+   if ((f = fopen(name, "r")) == NULL) {
+   fprintf(stderr, "No distribution data for %s (%s: %s)\n",
+   type, name, strerror(errno));
+diff --git a/tc/tc_util.c b/tc/tc_util.c
+index afc4cf5..728b854 100644
+--- a/tc/tc_util.c
 b/tc/tc_util.c
+@@ -32,6 +32,10 @@
+ #define LIBDIR "/usr/lib"
+ #endif
+ 
++#ifndef DATADIR
++#define DATADIR "/usr/share"
++#endif
++
+ static struct db_names *cls_names;
+ 
+ #define NAMES_DB "/etc/iproute2/tc_cls"
+@@ -73,6 +77,17 @@ const char *get_tc_lib(void)
+   return lib_dir;
+ }
+ 
++const char *get_tc_datadir(void)
++{
++  const char *data_dir;
++
++  data_dir = getenv("TC_DATA_DIR");
++  if (!data_dir)
++  data_dir = DATADIR "/tc/";
++
++  return data_dir;
++}
++
+ int get_qdisc_handle(__u32 *h, const char *str)
+ {
+   __u32 maj;
+diff --git a/tc/tc_util.h b/tc/tc_util.h
+index 61e60b1..6d448de 100644
+--- a/tc/tc_util.h
 b/tc/tc_util.h
+@@ -55,6 +55,7 @@ struct exec_util {
+ };
+ 
+ const char *get_tc_lib(void);
++const char *get_tc_datadir(void);
+ 
+ struct qdisc_util *get_qdisc_kind(const char *str);
+ struct filter_util *get_filter_kind(const char *str);

Copied: iproute2/repos/testing-x86_64/PKGBUILD (from rev 357404, 
iproute2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-08 19:48:31 UTC (rev 357405)
@@ -0,0 +1,58 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgname=iproute2
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='IP Routing Utilities'
+arch=('x86_64')
+license=('GPL2')
+url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
+depends=('glibc' 'iptables' 'libelf')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+backup=('etc/iproute2/ematch_map'
+'etc/iproute2/rt_dsfield'
+'etc/iproute2/rt_protos'
+'etc/iproute2/rt_realms'
+'etc/iproute2/rt_scopes'
+'etc/iproute2/rt_tables')
+makedepends=('linux-atm')
+options=('staticlibs')
+validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger

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

2019-07-08 Thread Maxime Gauduin via arch-commits
Date: Monday, July 8, 2019 @ 19:47:54
  Author: alucryd
Revision: 487723

upgpkg: lollypop 1.1.4.2-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 19:20:37 UTC (rev 487722)
+++ PKGBUILD2019-07-08 19:47:54 UTC (rev 487723)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=1.1.4.1
+pkgver=1.1.4.2
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=(any)


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

2019-07-08 Thread Maxime Gauduin via arch-commits
Date: Monday, July 8, 2019 @ 19:48:41
  Author: alucryd
Revision: 487724

archrelease: copy trunk to community-any

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

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

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

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


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

2019-07-08 Thread Christian Hesse via arch-commits
Date: Monday, July 8, 2019 @ 19:48:11
  Author: eworm
Revision: 357404

upgpkg: iproute2 5.2.0-1

new upstream release

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 16:34:44 UTC (rev 357403)
+++ PKGBUILD2019-07-08 19:48:11 UTC (rev 357404)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=iproute2
-pkgver=5.1.0
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='IP Routing Utilities'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
 
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign}
 '0001-make-iproute2-fhs-compliant.patch')
-sha256sums=('dc5a980873eabf6b00c0be976b6e5562b1400d47d1d07d2ac35d5e5acbcf7bcf'
+sha256sums=('a5b95dec26353fc71dba9bb403e9343fad2a06bd69fb154a22a2aa2914f74da8'
 'SKIP'
 'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')
 


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

2019-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 8, 2019 @ 18:36:44
  Author: svenstaro
Revision: 487721

archrelease: copy trunk to community-x86_64

Added:
  mdp/repos/community-x86_64/
  mdp/repos/community-x86_64/PKGBUILD
(from rev 487720, mdp/trunk/PKGBUILD)

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

Copied: mdp/repos/community-x86_64/PKGBUILD (from rev 487720, 
mdp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-07-08 18:36:44 UTC (rev 487721)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Maxim Andersson 
+
+pkgname=mdp
+pkgver=1.0.15
+pkgrel=1
+pkgdesc="A command-line based markdown presentation tool"
+arch=('x86_64')
+url="https://github.com/visit1985/mdp;
+license=('GPL3')
+depends=('ncurses')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/visit1985/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('3edc8ea1551fdf290d6bba721105e2e2c23964070ac18c13b4b8d959cdf6116f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 8, 2019 @ 18:36:34
  Author: svenstaro
Revision: 487720

upgpkg: mdp 1.0.15-1

Modified:
  mdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 18:35:21 UTC (rev 487719)
+++ PKGBUILD2019-07-08 18:36:34 UTC (rev 487720)
@@ -10,7 +10,7 @@
 license=('GPL3')
 depends=('ncurses')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/visit1985/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('8dc6313dc8d1821df4818fce6443b71e266dddc80f1db1d2cb4877d35b947806')
+sha256sums=('3edc8ea1551fdf290d6bba721105e2e2c23964070ac18c13b4b8d959cdf6116f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-07-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 8, 2019 @ 18:35:21
  Author: svenstaro
Revision: 487719

Move mdp from AUR

Added:
  mdp/
  mdp/repos/
  mdp/trunk/
  mdp/trunk/PKGBUILD

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

Added: mdp/trunk/PKGBUILD
===
--- mdp/trunk/PKGBUILD  (rev 0)
+++ mdp/trunk/PKGBUILD  2019-07-08 18:35:21 UTC (rev 487719)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Maxim Andersson 
+
+pkgname=mdp
+pkgver=1.0.15
+pkgrel=1
+pkgdesc="A command-line based markdown presentation tool"
+arch=('x86_64')
+url="https://github.com/visit1985/mdp;
+license=('GPL3')
+depends=('ncurses')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/visit1985/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('8dc6313dc8d1821df4818fce6443b71e266dddc80f1db1d2cb4877d35b947806')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2019-07-08 Thread Felix Yan via arch-commits
Date: Monday, July 8, 2019 @ 16:47:12
  Author: felixonmars
Revision: 487718

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 487717, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 16:46:41 UTC (rev 487717)
+++ PKGBUILD2019-07-08 16:47:12 UTC (rev 487718)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.15
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c9dc14e099ad67271c3a4baf4c65873da6063872d9d3e82f725fb6219301d8df55a6dfa0deb6f44b579f91dd5f9081002eea58ac3e2503d59d9a2b6279ad39ce')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 487717, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 16:47:12 UTC (rev 487718)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=3.1.17
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('ec0118e8b0d3c4e73446ce1b154ceb2060bcab296712d9a261a4964d1cce663fe7fa7bd351190ff80ce5fc791f0d8b5ec8cc5a5117ff293e80dbe4f201923840')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2019-07-08 Thread Felix Yan via arch-commits
Date: Monday, July 8, 2019 @ 16:46:41
  Author: felixonmars
Revision: 487717

upgpkg: npm-check-updates 3.1.17-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 16:44:34 UTC (rev 487716)
+++ PKGBUILD2019-07-08 16:46:41 UTC (rev 487717)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.15
+pkgver=3.1.17
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c9dc14e099ad67271c3a4baf4c65873da6063872d9d3e82f725fb6219301d8df55a6dfa0deb6f44b579f91dd5f9081002eea58ac3e2503d59d9a2b6279ad39ce')
+sha512sums=('ec0118e8b0d3c4e73446ce1b154ceb2060bcab296712d9a261a4964d1cce663fe7fa7bd351190ff80ce5fc791f0d8b5ec8cc5a5117ff293e80dbe4f201923840')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-07-08 Thread Felix Yan via arch-commits
Date: Monday, July 8, 2019 @ 16:44:34
  Author: felixonmars
Revision: 487716

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 16:44:05 UTC (rev 487715)
+++ PKGBUILD2019-07-08 16:44:34 UTC (rev 487716)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-zipp
-pkgname=(python-zipp python2-zipp)
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Pathlib-compatible object wrapper for zip files"
-url="https://github.com/jaraco/zipp;
-license=('MIT')
-arch=('x86_64')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
-checkdepends=('python2-pathlib2' 'python2-contextlib2' 'python2-unittest2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz;)
-sha512sums=('cfd68a66dd3bb53fe4312ba4310dafcbd3d121a73ca954a419c2d137f31e016c261d0bc7c9a20e4f602242113e0a90f1c1744e855aa5260f475b745e5eada658')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd zipp-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd zipp-$pkgver
-  python setup.py test
-  python2 setup.py test
-}
-
-package_python-zipp() {
-  depends=('python')
-
-  cd zipp-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-zipp() {
-  depends=('python2')
-
-  cd zipp-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-zipp/repos/community-x86_64/PKGBUILD (from rev 487715, 
python-zipp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 16:44:34 UTC (rev 487716)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-zipp
+pkgname=(python-zipp python2-zipp)
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Pathlib-compatible object wrapper for zip files"
+url="https://github.com/jaraco/zipp;
+license=('MIT')
+arch=('x86_64')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
+checkdepends=('python2-pathlib2' 'python2-contextlib2' 'python2-unittest2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz;)
+sha512sums=('034b0872cce41a73509a896347eff79b681a6720fe01093355837c427cfb9bc8d4c592000ca236e5454627ff8ff48ac76b832fd1b6831f5188d3a9904c0a0fb6')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd zipp-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd zipp-$pkgver
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-zipp() {
+  depends=('python')
+
+  cd zipp-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-zipp() {
+  depends=('python2')
+
+  cd zipp-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-07-08 Thread Felix Yan via arch-commits
Date: Monday, July 8, 2019 @ 16:44:05
  Author: felixonmars
Revision: 487715

upgpkg: python-zipp 0.5.2-1

Modified:
  python-zipp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 16:40:51 UTC (rev 487714)
+++ PKGBUILD2019-07-08 16:44:05 UTC (rev 487715)
@@ -2,7 +2,7 @@
 
 pkgbase=python-zipp
 pkgname=(python-zipp python2-zipp)
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Pathlib-compatible object wrapper for zip files"
 url="https://github.com/jaraco/zipp;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
 checkdepends=('python2-pathlib2' 'python2-contextlib2' 'python2-unittest2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz;)
-sha512sums=('cfd68a66dd3bb53fe4312ba4310dafcbd3d121a73ca954a419c2d137f31e016c261d0bc7c9a20e4f602242113e0a90f1c1744e855aa5260f475b745e5eada658')
+sha512sums=('034b0872cce41a73509a896347eff79b681a6720fe01093355837c427cfb9bc8d4c592000ca236e5454627ff8ff48ac76b832fd1b6831f5188d3a9904c0a0fb6')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-07-08 Thread Anatol Pomozov via arch-commits
Date: Monday, July 8, 2019 @ 16:40:51
  Author: anatolik
Revision: 487714

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 487713, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/libvirt.sysusers.d
(from rev 487713, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-testing-x86_64/libvirtd-guests.conf.d
(from rev 487713, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-testing-x86_64/libvirtd.conf.d
(from rev 487713, libvirt/trunk/libvirtd.conf.d)

+
 PKGBUILD   |  155 +++
 libvirt.sysusers.d |1 
 libvirtd-guests.conf.d |9 ++
 libvirtd.conf.d|1 
 4 files changed, 166 insertions(+)

Copied: libvirt/repos/community-testing-x86_64/PKGBUILD (from rev 487713, 
libvirt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-08 16:40:51 UTC (rev 487714)
@@ -0,0 +1,155 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=libvirt
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('x86_64')
+url="https://libvirt.org/;
+license=('LGPL')
+makedepends=('lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi'
+ 'perl-xml-xpath' 'libxslt' 'qemu' 'parted' 'python')
+depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'avahi'
+ 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
+ 'libcap-ng' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl'
+ 'libxcb' 'gcc-libs' 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext'
+ 'libssh2' 'netcf' 'fuse2' 'glusterfs' 'ceph-libs' 'libiscsi')
+optdepends=('ebtables: required for default NAT networking'
+'dnsmasq: required for default NAT/DHCP for guests'
+'bridge-utils: for bridged networking'
+'netcat: for remote management over ssh'
+'qemu'
+'radvd'
+'dmidecode'
+'parted'
+'ceph: for ceph support'
+'qemu-block-gluster: for qemu glusterfs support')
+backup=('etc/conf.d/libvirt-guests'
+  'etc/conf.d/libvirtd'
+  'etc/libvirt/libvirt.conf'
+  'etc/libvirt/virtlogd.conf'
+  'etc/libvirt/libvirtd.conf'
+  'etc/libvirt/lxc.conf'
+  'etc/libvirt/nwfilter/allow-arp.xml'
+  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcp.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
+  'etc/libvirt/nwfilter/allow-ipv4.xml'
+  'etc/libvirt/nwfilter/clean-traffic.xml'
+  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ip-multicast.xml'
+  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
+  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
+  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self.xml'
+  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
+  'etc/libvirt/qemu-lockd.conf'
+  'etc/libvirt/qemu.conf'
+  'etc/libvirt/qemu/networks/default.xml'
+  'etc/libvirt/virt-login-shell.conf'
+  'etc/libvirt/virtlockd.conf'
+  'etc/logrotate.d/libvirtd'
+  'etc/logrotate.d/libvirtd.lxc'
+  'etc/logrotate.d/libvirtd.qemu'
+  'etc/sasl2/libvirt.conf')
+options=('emptydirs')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
+'libvirtd.conf.d'
+'libvirtd-guests.conf.d'
+'libvirt.sysusers.d')
+sha512sums=('47923aaca605fb43a53238ac535abc1f88f73435336b8f3e88cb01df277ed205d99c586991e523aa32b50c832a0a7c949ab5f84dc78eb8d18a4951cfc791448d'
+'SKIP'
+
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
+
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
+
'7d1d535aaf739a6753f6819c49272c8d9b5f488e0a8553797499334a76b8631474e222b6048f2125b858e5ecc21e602face45dd02121f833d605b9ae58322982')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  #local src
+  #for src in "${source[@]}"; do
+  #  src="${src%%::*}"
+  #  src="${src##*/}"
+  #  [[ $src = *.patch ]] || continue
+  #  msg2 "Applying patch $src..."
+  #  patch -Np1 < "../$src"
+  #done
+
+  autoreconf -vi
+
+  sed -i 's|/sysconfig/|/conf.d/|g' \
+src/remote/libvirtd.service.in \
+

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

2019-07-08 Thread Anatol Pomozov via arch-commits
Date: Monday, July 8, 2019 @ 16:39:55
  Author: anatolik
Revision: 487713

upgpkg: libvirt 5.5.0-1

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 15:52:07 UTC (rev 487712)
+++ PKGBUILD2019-07-08 16:39:55 UTC (rev 487713)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=5.4.0
+pkgver=5.5.0
 pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
@@ -65,7 +65,7 @@
 'libvirtd.conf.d'
 'libvirtd-guests.conf.d'
 'libvirt.sysusers.d')
-sha512sums=('03fa932d041d147cab79eab200bb33f8db72579be72ec7cbff3305f4a8d574835a80f1b99936eddf67f83d21cc5567f45c86e555209de6cd702f43f91197cfd0'
+sha512sums=('47923aaca605fb43a53238ac535abc1f88f73435336b8f3e88cb01df277ed205d99c586991e523aa32b50c832a0a7c949ab5f84dc78eb8d18a4951cfc791448d'
 'SKIP'
 
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
 
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'


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

2019-07-08 Thread Anatol Pomozov via arch-commits
Date: Monday, July 8, 2019 @ 16:34:17
  Author: anatolik
Revision: 357402

upgpkg: ovmf 1:r26214.20d2e5a125-1

Modified:
  ovmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 13:07:07 UTC (rev 357401)
+++ PKGBUILD2019-07-08 16:34:17 UTC (rev 357402)
@@ -1,6 +1,6 @@
 # Maintainer: Thomas Bächler 
 pkgname=ovmf
-pkgver=r25737.89910a39dc
+pkgver=r26214.20d2e5a125
 epoch=1
 pkgrel=1
 arch=('any')
@@ -8,12 +8,12 @@
 url="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2;
 license=('custom')
 makedepends=('git' 'python' 'iasl' 'nasm' 'subversion' 'perl-libwww' 'bc')
-_commit=edk2-stable201903
-_openssl_ver=1.1.0j
+_commit=edk2-stable201905
+_openssl_ver=1.1.1b
 source=(edk2::git+https://github.com/tianocore/edk2#commit=$_commit
 https://www.openssl.org/source/openssl-$_openssl_ver.tar.gz{,.asc})
 sha256sums=('SKIP'
-'31bec6c203ce1a8e93d5994f4ed304c63ccf07676118b6634edded12ad1b3246'
+'5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b'
 'SKIP')
 validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
 options=(!makeflags)


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

2019-07-08 Thread Anatol Pomozov via arch-commits
Date: Monday, July 8, 2019 @ 16:34:44
  Author: anatolik
Revision: 357403

archrelease: copy trunk to testing-any

Added:
  ovmf/repos/testing-any/
  ovmf/repos/testing-any/PKGBUILD
(from rev 357402, ovmf/trunk/PKGBUILD)

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

Copied: ovmf/repos/testing-any/PKGBUILD (from rev 357402, ovmf/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-07-08 16:34:44 UTC (rev 357403)
@@ -0,0 +1,59 @@
+# Maintainer: Thomas Bächler 
+pkgname=ovmf
+pkgver=r26214.20d2e5a125
+epoch=1
+pkgrel=1
+arch=('any')
+pkgdesc="Tianocore UEFI firmware for qemu."
+url="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2;
+license=('custom')
+makedepends=('git' 'python' 'iasl' 'nasm' 'subversion' 'perl-libwww' 'bc')
+_commit=edk2-stable201905
+_openssl_ver=1.1.1b
+source=(edk2::git+https://github.com/tianocore/edk2#commit=$_commit
+https://www.openssl.org/source/openssl-$_openssl_ver.tar.gz{,.asc})
+sha256sums=('SKIP'
+'5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b'
+'SKIP')
+validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
+options=(!makeflags)
+_toolchain_opt=GCC5
+
+pkgver() {
+  cd "${srcdir}"/edk2
+  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+prepare() {
+  cd "${srcdir}"
+  # edk2 uses python everywhere, but expects python2
+  #mkdir -p bin
+  #ln -sf /usr/bin/python2 bin/python
+  rm -rf $srcdir/edk2/CryptoPkg/Library/OpensslLib/openssl
+  ln -sf $srcdir/openssl-$_openssl_ver 
$srcdir/edk2/CryptoPkg/Library/OpensslLib/openssl
+}
+
+build() {
+  if [ "$CARCH" != "x86_64" ]; then
+error "This package must be built under the x86_64 architecture."
+false
+  fi
+  export PATH="${srcdir}/bin:$PATH"
+  cd "${srcdir}/"edk2
+  make -C BaseTools
+  export EDK_TOOLS_PATH="${srcdir}"/edk2/BaseTools
+  . edksetup.sh BaseTools
+
+  ./BaseTools/BinWrappers/PosixLike/build -t $_toolchain_opt -a X64 -p 
OvmfPkg/OvmfPkgX64.dsc -n $(nproc) -b RELEASE -D FD_SIZE_2MB -D 
NETWORK_IP6_ENABLE -D TPM2_ENABLE -D SECURE_BOOT_ENABLE -D HTTP_BOOT_ENABLE -D 
TLS_ENABLE
+
+  # build fails for 32bit binary
+  # ./BaseTools/BinWrappers/PosixLike/build -t $_toolchain_opt -a IA32 -p 
OvmfPkg/OvmfPkgIa32.dsc -n $(nproc) -b RELEASE -D FD_SIZE_2MB
+}
+
+package() {
+  #install -D -m644 
"${srcdir}"/edk2/Build/OvmfIa32/RELEASE_${_toolchain_opt}/FV/OVMF_CODE.fd 
"${pkgdir}"/usr/share/ovmf/ia32/OVMF_CODE.fd
+  #install -D -m644 
"${srcdir}"/edk2/Build/OvmfIa32/RELEASE_${_toolchain_opt}/FV/OVMF_VARS.fd 
"${pkgdir}"/usr/share/ovmf/ia32/OVMF_VARS.fd
+  install -D -m644 
"${srcdir}"/edk2/Build/OvmfX64/RELEASE_${_toolchain_opt}/FV/OVMF_CODE.fd 
"${pkgdir}"/usr/share/ovmf/x64/OVMF_CODE.fd
+  install -D -m644 
"${srcdir}"/edk2/Build/OvmfX64/RELEASE_${_toolchain_opt}/FV/OVMF_VARS.fd 
"${pkgdir}"/usr/share/ovmf/x64/OVMF_VARS.fd
+  install -D -m644 "${srcdir}"/edk2/OvmfPkg/License.txt 
"${pkgdir}"/usr/share/licenses/ovmf/License.txt
+}


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

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 15:52:07
  Author: archange
Revision: 487712

archrelease: copy trunk to community-any

Added:
  grammalecte/repos/community-any/PKGBUILD
(from rev 487711, grammalecte/trunk/PKGBUILD)
Deleted:
  grammalecte/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 15:51:57 UTC (rev 487711)
+++ PKGBUILD2019-07-08 15:52:07 UTC (rev 487712)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=grammalecte
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Grammar and typographic checker dedicated to the French language – 
standalone version"
-arch=(any)
-url="https://grammalecte.net/;
-license=(GPL3)
-depends=(python)
-makedepends=(unzip python-setuptools)
-options=(!emptydirs)
-source=("https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v${pkgver}.zip;)
-sha256sums=('0554c7f82c59c87e90a53394a63814486665d50a0b77f8ba8cfd7173d26084aa')
-
-build() {
-  python setup.py build
-}
-
-package() {
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-  mv "${pkgdir}"/usr/bin/grammalecte-cli{.py,}
-  mv "${pkgdir}"/usr/bin/grammalecte-server{.py,}
-}

Copied: grammalecte/repos/community-any/PKGBUILD (from rev 487711, 
grammalecte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 15:52:07 UTC (rev 487712)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=grammalecte
+pkgver=1.2
+pkgrel=1
+pkgdesc="Grammar and typographic checker dedicated to the French language – 
standalone version"
+arch=(any)
+url="https://grammalecte.net/;
+license=(GPL3)
+depends=(python)
+makedepends=(unzip python-setuptools)
+options=(!emptydirs)
+source=("https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v${pkgver}.zip;)
+sha256sums=('aa5a5692a12bd075fdf53a6914ae10769fb3796cd8b2e34f30d6276ea2fa9137')
+
+build() {
+  python setup.py build
+}
+
+package() {
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  mv "${pkgdir}"/usr/bin/grammalecte-cli{.py,}
+  mv "${pkgdir}"/usr/bin/grammalecte-server{.py,}
+}


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

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 15:51:57
  Author: archange
Revision: 487711

upgpkg: grammalecte 1.2-1

Modified:
  grammalecte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 15:16:35 UTC (rev 487710)
+++ PKGBUILD2019-07-08 15:51:57 UTC (rev 487711)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=grammalecte
-pkgver=1.1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc="Grammar and typographic checker dedicated to the French language – 
standalone version"
 arch=(any)
@@ -11,7 +11,7 @@
 makedepends=(unzip python-setuptools)
 options=(!emptydirs)
 
source=("https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v${pkgver}.zip;)
-sha256sums=('0554c7f82c59c87e90a53394a63814486665d50a0b77f8ba8cfd7173d26084aa')
+sha256sums=('aa5a5692a12bd075fdf53a6914ae10769fb3796cd8b2e34f30d6276ea2fa9137')
 
 build() {
   python setup.py build


[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2019-07-08 Thread Eli Schwartz via arch-commits
Date: Monday, July 8, 2019 @ 15:16:35
  Author: eschwartz
Revision: 487710

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 487709, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 487709, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   54 ++---
 PKGBUILD  |  124 ++--
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-07-08 
15:16:17 UTC (rev 487709)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-07-08 
15:16:35 UTC (rev 487710)
@@ -1,27 +0,0 @@
-From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.

- package/prefs/defaultPrefs.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f8c10a47 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.20.1
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 487709, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-07-08 
15:16:35 UTC (rev 487710)
@@ -0,0 +1,27 @@
+From 83d412cf08d76fab5e79b6f261c3145372337d5e Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+---
+ package/prefs/defaultPrefs.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f8c10a47 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the last result of the last check for pEp updates
+ pref("extensions.enigmail.pEpLastUpdate", 0);
+-- 
+2.20.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 15:16:17 UTC (rev 487709)
+++ PKGBUILD2019-07-08 15:16:35 UTC (rev 487710)
@@ -1,62 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Landau 
-# Contributor: Einhard Leichtfuß 
-# Contributor: Xyne
-# Contributor: David Manouchehri 
-# Contributor: Alexander Fehr 
-# Contributor: Thomas Jost 
-# Contributor: Hinrich Harms 
-
-pkgname=thunderbird-extension-enigmail
-pkgver=2.0.11
-pkgrel=1
-pkgdesc="OpenPGP message encryption and authentication for Thunderbird"
-arch=('any')
-url="https://www.enigmail.net/;
-license=('MPL' 'GPL3')
-makedepends=('zip' 'python2' 'perl')
-replaces=('thunderbird-enigmail')
-source=("https://www.enigmail.net/download/source/enigmail-${pkgver}.tar.gz"{,.asc}
-"0001-preferences-disable-pEpAutoDownload-by-default.patch")
-sha512sums=('9e4836a8ce3310fef6398be538ef8def70413112d4141c13b8abdbdc2e1a7b75ed080c261cdb018f873a50a4c591b06d722dc7986474678c4a9072f7e3b729cf'
-'SKIP'
-

[arch-commits] Commit in thunderbird-extension-enigmail/trunk (PKGBUILD)

2019-07-08 Thread Eli Schwartz via arch-commits
Date: Monday, July 8, 2019 @ 15:16:17
  Author: eschwartz
Revision: 487709

upgpkg: thunderbird-extension-enigmail 2.0.12-1

upstream release

Modified:
  thunderbird-extension-enigmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 14:10:31 UTC (rev 487708)
+++ PKGBUILD2019-07-08 15:16:17 UTC (rev 487709)
@@ -8,7 +8,7 @@
 # Contributor: Hinrich Harms 
 
 pkgname=thunderbird-extension-enigmail
-pkgver=2.0.11
+pkgver=2.0.12
 pkgrel=1
 pkgdesc="OpenPGP message encryption and authentication for Thunderbird"
 arch=('any')
@@ -18,10 +18,10 @@
 replaces=('thunderbird-enigmail')
 
source=("https://www.enigmail.net/download/source/enigmail-${pkgver}.tar.gz"{,.asc}
 "0001-preferences-disable-pEpAutoDownload-by-default.patch")
-sha512sums=('9e4836a8ce3310fef6398be538ef8def70413112d4141c13b8abdbdc2e1a7b75ed080c261cdb018f873a50a4c591b06d722dc7986474678c4a9072f7e3b729cf'
+sha512sums=('f9f4f1ed4c7244280be2fade0ccb2f4b5e7075dd60f53953478ffb84012e687b7ac7bad489c0b0cb2d8937916c783fe9e1841174bf1e5bdb9ab8cb58b415db74'
 'SKIP'
 
'4307c7b6bce7febba7a8186467c3bc93ec3428e1cd75cddad659e4d4a71832f1c8d46e4c811da38ff1dc38b1961a82bd84e7c90b7c63ce080be49ce69571c016')
-b2sums=('a32c3dd49364973133f0bc9729ea80857a886cbd1ced065f32e6141e1e18602fa904a53a836496dd53cf7986c6f367b4aba57b8a4177c1aa1ae24668f18f74b4'
+b2sums=('3db6f595c14e02cfdc71bebc763d05926dc6e0abf4668d132fd0ce43204e681de5fce45db752c4f49b231bd7e217b75c0f23d4a7e204fa9a3a51f1c8097fb63d'
 'SKIP'
 
'feb16236a5e5f19a7b7b3259d204732e8a9a5fee78726c5bae67d7a998c10edc89d2131acaa44c6d524ab346670b8b969e0ffd5b8f3fafe0b5b7ae90a1984764')
 validpgpkeys=('4F9F89F5505AC1D1A260631CDB1187B9DD5F693B') # Patrick Brunschwig 



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

2019-07-08 Thread Jiachen Yang via arch-commits
Date: Monday, July 8, 2019 @ 14:10:31
  Author: farseerfc
Revision: 487708

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/
  telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj
(from rev 487707, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 487707, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-testing-x86_64/Use-system-wide-font.patch
(from rev 487707, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-testing-x86_64/demibold.patch
(from rev 487707, telegram-desktop/trunk/demibold.patch)
  telegram-desktop/repos/community-testing-x86_64/libtgvoip.patch
(from rev 487707, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-testing-x86_64/no-gtk2.patch
(from rev 487707, telegram-desktop/trunk/no-gtk2.patch)
  
telegram-desktop/repos/community-testing-x86_64/tdesktop-ffmpeg-fix-convertFromARGB32PM.patch
(from rev 487707, 
telegram-desktop/trunk/tdesktop-ffmpeg-fix-convertFromARGB32PM.patch)
  
telegram-desktop/repos/community-testing-x86_64/tdesktop-rlottie-static-qt.patch
(from rev 487707, telegram-desktop/trunk/tdesktop-rlottie-static-qt.patch)
  telegram-desktop/repos/community-testing-x86_64/tdesktop.patch
(from rev 487707, telegram-desktop/trunk/tdesktop.patch)
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_lottie_animation_qtdebug.patch
(from rev 487707, 
telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch)
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_qtlottie_qtdebug.patch
(from rev 487707, telegram-desktop/trunk/tdesktop_qtlottie_qtdebug.patch)
  telegram-desktop/repos/community-testing-x86_64/tg.protocol
(from rev 487707, telegram-desktop/trunk/tg.protocol)

---+
 CMakeLists.inj|   18 
 PKGBUILD  |  126 +
 Use-system-wide-font.patch|   34 +
 demibold.patch|   27 +
 libtgvoip.patch   |   18 
 no-gtk2.patch |   29 +
 tdesktop-ffmpeg-fix-convertFromARGB32PM.patch |   42 +
 tdesktop-rlottie-static-qt.patch  |   13 
 tdesktop.patch|  532 
 tdesktop_lottie_animation_qtdebug.patch   |   13 
 tdesktop_qtlottie_qtdebug.patch   |   12 
 tg.protocol   |   11 
 12 files changed, 875 insertions(+)

Copied: telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj (from 
rev 487707, telegram-desktop/trunk/CMakeLists.inj)
===
--- community-testing-x86_64/CMakeLists.inj (rev 0)
+++ community-testing-x86_64/CMakeLists.inj 2019-07-08 14:10:31 UTC (rev 
487708)
@@ -0,0 +1,18 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+
+# You can discover new PCHs using this link:
+# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
+
+# vim: ft=cmake

Copied: telegram-desktop/repos/community-testing-x86_64/PKGBUILD (from rev 
487707, telegram-desktop/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-08 14:10:31 UTC (rev 487708)
@@ -0,0 +1,126 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+
+# Thanks Nicholas Guriev  for the patches!
+# https://github.com/mymedia2/tdesktop
+
+pkgname=telegram-desktop
+pkgver=1.7.14
+pkgrel=1
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl')
+makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
+optdepends=('libnotify: desktop notifications'
+'ttf-opensans: default Open Sans font family')
+source=(
+
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
+

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

2019-07-08 Thread Jiachen Yang via arch-commits
Date: Monday, July 8, 2019 @ 14:08:48
  Author: farseerfc
Revision: 487707

upgpkg: telegram-desktop 1.7.14-1

telegram-desktop 1.7.14-1 patching ffmpeg_utility and rlottie to build

Added:
  telegram-desktop/trunk/tdesktop-ffmpeg-fix-convertFromARGB32PM.patch
  telegram-desktop/trunk/tdesktop-rlottie-static-qt.patch
Modified:
  telegram-desktop/trunk/PKGBUILD
  telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch

---+
 PKGBUILD  |   22 ++--
 tdesktop-ffmpeg-fix-convertFromARGB32PM.patch |   42 
 tdesktop-rlottie-static-qt.patch  |   13 +++
 tdesktop_lottie_animation_qtdebug.patch   |1 
 4 files changed, 67 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 13:30:18 UTC (rev 487706)
+++ PKGBUILD2019-07-08 14:08:48 UTC (rev 487707)
@@ -5,8 +5,8 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.7.10
-pkgrel=6
+pkgver=1.7.14
+pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -23,7 +23,7 @@
 "GSL::git+https://github.com/Microsoft/GSL.git;
 "crl::git+https://github.com/telegramdesktop/crl.git;
 "xxHash::git+https://github.com/Cyan4973/xxHash.git;
-"qtlottie::git+https://github.com/telegramdesktop/qtlottie.git;
+"rlottie::git+https://github.com/john-preston/rlottie.git;
 "tg.protocol"
 "CMakeLists.inj"
 "tdesktop.patch"
@@ -32,7 +32,8 @@
 "demibold.patch"
 "Use-system-wide-font.patch"
 "tdesktop_lottie_animation_qtdebug.patch"
-"tdesktop_qtlottie_qtdebug.patch"
+"tdesktop-ffmpeg-fix-convertFromARGB32PM.patch"
+"tdesktop-rlottie-static-qt.patch"
 )
 sha512sums=('SKIP'
 'SKIP'
@@ -49,8 +50,9 @@
 
'd60694dc701aa985b0e82a12c9732b945082470441c687b33167a94f94efcf253baf43bb7280ec160ba338485ee5c62de138e4804cae05f27cc5cf4298166d39'
 
'6d0bac5aa4c4992b5400a9a9318f7a4e92d5eab961917cf0b05cdd251ab66a77c52ec8fbef246e8019606a7624d7b5420b87f8153e071e9724c7d2f5c94e47c0'
 
'ce6be003220267bac5483caf8302b492e1581892bc36d35a61236ebf9f9d766b8bd2159557a1c36256aa85f461797a38bfaae57b12da7a72101b21c0b17ed653'
-
'5703b8228ab26f736928b56b90947602e78774648ff354ae10a53ad4535289ac12c8b7a049cabaed7591909246987be403dc470d48dd72a9ec1ce776a2977a66'
-
'c101761ff0aa6d4be38d0159bee31d02f66cfda84dbfb614e35e8d1c8f73bd78346636764a823bf1ce33b5364e99ea71330de60e37190f78d55f25a183f0d0cc')
+
'a83b80668b2dc2cc77c857069fdb45b487793fda01ad8a63bab66c6a1c71e5d032050e4ec7efb5b4c3216badc5377c856ef1f4a59c2e02b24ee53b1d83124bf3'
+
'f0912f2adc6181d3050d8e688c81da5333eeba3166354a72cd4b6abb492c2e6093ca76d577bb4d5ea78706aaa367d952f173d4fd083a1c088172cc5227df61b0'
+
'1f7cecfc8698ff9e0abce87226e993e73fdf35111d037c2847f7a1f30e65483ab332e45a1bdb86f6ac4c420c1c1429ac20454655d0e982477e37b7c48f0b1599')
 
 prepare() {
 cd "$srcdir/tdesktop"
@@ -61,7 +63,7 @@
 git config submodule.Telegram/ThirdParty/Catch.url "$srcdir/Catch2"
 git config submodule.Telegram/ThirdParty/crl.url "$srcdir/crl"
 git config submodule.Telegram/ThirdParty/xxHash.url "$srcdir/xxHash"
-git config submodule.Telegram/ThirdParty/qtlottie.url "$srcdir/qtlottie"
+git config submodule.Telegram/ThirdParty/rlottie.url "$srcdir/rlottie"
 git submodule update
 
 patch -Np1 -i "$srcdir/tdesktop.patch"
@@ -69,12 +71,10 @@
 patch -R -Np1 -i "$srcdir/demibold.patch"
 patch -Np1 -i "$srcdir/Use-system-wide-font.patch"
 patch -Np1 -i "$srcdir/tdesktop_lottie_animation_qtdebug.patch"
+patch -Np1 -i "$srcdir/tdesktop-ffmpeg-fix-convertFromARGB32PM.patch"
+patch -Np1 -i "$srcdir/tdesktop-rlottie-static-qt.patch"
 
 cd "$srcdir/tdesktop"
-cd "Telegram/ThirdParty/qtlottie"
-patch -Np1 -i "$srcdir/tdesktop_qtlottie_qtdebug.patch"
-
-cd "$srcdir/tdesktop"
 cd "Telegram/ThirdParty/libtgvoip"
 patch -Np1 -i "$srcdir/libtgvoip.patch"
 }

Added: tdesktop-ffmpeg-fix-convertFromARGB32PM.patch
===
--- tdesktop-ffmpeg-fix-convertFromARGB32PM.patch   
(rev 0)
+++ tdesktop-ffmpeg-fix-convertFromARGB32PM.patch   2019-07-08 14:08:48 UTC 
(rev 487707)
@@ -0,0 +1,42 @@
+diff --git a/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp 
b/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp
+index 5d0e50926..7d89692f8 100644
+--- a/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp
 b/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp
+@@ -355,6 +355,12 @@ QImage CreateFrameStorage(QSize size) {
+ }
+ 
+ void UnPremultiply(QImage , const QImage ) {
++  to = from.convertToFormat(QImage::Format_ARGB32);
++return;
++ below is original tdesktop code, we shortcut them by 

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

2019-07-08 Thread Daurnimator via arch-commits
Date: Monday, July 8, 2019 @ 13:30:18
  Author: daurnimator
Revision: 487706

archrelease: copy trunk to community-x86_64

Added:
  chezmoi/repos/community-x86_64/PKGBUILD
(from rev 487705, chezmoi/trunk/PKGBUILD)
Deleted:
  chezmoi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 13:24:37 UTC (rev 487705)
+++ PKGBUILD2019-07-08 13:30:18 UTC (rev 487706)
@@ -1,37 +0,0 @@
-# Maintainer: Daurnimator 
-# Contributor: Tom Payne 
-# Contributor:  
-
-pkgname=chezmoi
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Multi-machine dotfile management system"
-arch=('x86_64')
-url='https://github.com/twpayne/chezmoi'
-license=('MIT')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha256sums=('32a8b17e8469a9439433c96550f5eacd28b7eed0d4593ec7d92fa1486ee18467')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-.
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
-  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/completions/chezmoi.fish"
-  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/vendor-completions/_chezmoi"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: chezmoi/repos/community-x86_64/PKGBUILD (from rev 487705, 
chezmoi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 13:30:18 UTC (rev 487706)
@@ -0,0 +1,37 @@
+# Maintainer: Daurnimator 
+# Contributor: Tom Payne 
+# Contributor:  
+
+pkgname=chezmoi
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Multi-machine dotfile management system"
+arch=('x86_64')
+url='https://github.com/twpayne/chezmoi'
+license=('MIT')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
+sha256sums=('32a8b17e8469a9439433c96550f5eacd28b7eed0d4593ec7d92fa1486ee18467')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
+  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/completions/chezmoi.fish"
+  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/vendor-completions/_chezmoi"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-08 Thread Daurnimator via arch-commits
Date: Monday, July 8, 2019 @ 13:24:37
  Author: daurnimator
Revision: 487705

archrelease: copy trunk to community-x86_64

Added:
  chezmoi/repos/community-x86_64/PKGBUILD
(from rev 487704, chezmoi/trunk/PKGBUILD)
Deleted:
  chezmoi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 13:23:51 UTC (rev 487704)
+++ PKGBUILD2019-07-08 13:24:37 UTC (rev 487705)
@@ -1,37 +0,0 @@
-# Maintainer: Daurnimator 
-# Contributor: Tom Payne 
-# Contributor:  
-
-pkgname=chezmoi
-pkgver=1.5.10
-pkgrel=1
-pkgdesc="Multi-machine dotfile management system"
-arch=('x86_64')
-url='https://github.com/twpayne/chezmoi'
-license=('MIT')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha256sums=('bfa38d6ffc2c95e8f5b1dca699e955d4ce7950eb7a3e89911957940cde6e1857')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-.
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
-  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/completions/chezmoi.fish"
-  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/vendor-completions/_chezmoi"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: chezmoi/repos/community-x86_64/PKGBUILD (from rev 487704, 
chezmoi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 13:24:37 UTC (rev 487705)
@@ -0,0 +1,37 @@
+# Maintainer: Daurnimator 
+# Contributor: Tom Payne 
+# Contributor:  
+
+pkgname=chezmoi
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Multi-machine dotfile management system"
+arch=('x86_64')
+url='https://github.com/twpayne/chezmoi'
+license=('MIT')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
+sha256sums=('32a8b17e8469a9439433c96550f5eacd28b7eed0d4593ec7d92fa1486ee18467')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
+  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/completions/chezmoi.fish"
+  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/vendor-completions/_chezmoi"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-08 Thread Daurnimator via arch-commits
Date: Monday, July 8, 2019 @ 13:23:51
  Author: daurnimator
Revision: 487704

upgpkg: chezmoi 1.6.0-1

update to 1.6.0

Modified:
  chezmoi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 12:34:39 UTC (rev 487703)
+++ PKGBUILD2019-07-08 13:23:51 UTC (rev 487704)
@@ -3,7 +3,7 @@
 # Contributor:  
 
 pkgname=chezmoi
-pkgver=1.5.10
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Multi-machine dotfile management system"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha256sums=('bfa38d6ffc2c95e8f5b1dca699e955d4ce7950eb7a3e89911957940cde6e1857')
+sha256sums=('32a8b17e8469a9439433c96550f5eacd28b7eed0d4593ec7d92fa1486ee18467')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-07-08 Thread Jelle van der Waa via arch-commits
Date: Monday, July 8, 2019 @ 13:07:07
  Author: jelle
Revision: 357401

dnsutils to ldns migration

Modified:
  gnome-nettool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 23:48:11 UTC (rev 357400)
+++ PKGBUILD2019-07-08 13:07:07 UTC (rev 357401)
@@ -9,7 +9,7 @@
 url="https://git.gnome.org/browse/gnome-nettool;
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 libgtop dnsutils iputils dconf whois)
+depends=(gtk3 libgtop ldns iputils dconf whois)
 makedepends=(nmap net-tools git meson itstool)
 optdepends=('nmap: Port scanning'
 'net-tools: Network statistics')


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

2019-07-08 Thread Kyle Keen via arch-commits
Date: Monday, July 8, 2019 @ 12:34:39
  Author: kkeen
Revision: 487703

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 12:34:24 UTC (rev 487702)
+++ PKGBUILD2019-07-08 12:34:39 UTC (rev 487703)
@@ -1,71 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=6.0.0
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.7m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('x86_64')
-url="https://python-pillow.github.io/;
-license=('BSD')
-depends=('lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
-optdepends=('freetype2: for the ImageFont module'
-'libraqm: for complex text scripts'
-'libwebp: for webp images'
-'tk: for the ImageTK module')
-makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
-md5sums=('9da5d2db0d7604ba553ece1ab7ca53a3')
-
-prepare() {
-  cd "$srcdir/${_appname}-$pkgver"
-}
-
-build() {
-  cd "$srcdir/${_appname}-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/${_appname}-$pkgver"
-
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
-  python selftest.py
-  pytest
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_py2basever"
-  python2 selftest.py
-  pytest2
-}
-
-package_python-pillow() {
-  depends+=('python')
-  optdepends+=('python-olefile: OLE2 file support'
-   'python-pyqt5: for the ImageQt module')
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
-}
-
-package_python2-pillow() {
-  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends+=('python2')
-  optdepends+=('python2-olefile: OLE2 file support'
-   'python2-pyqt5: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  cd "$srcdir/${_appname}-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" src/libImaging/*.h
-}

Copied: python-pillow/repos/community-x86_64/PKGBUILD (from rev 487702, 
python-pillow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 12:34:39 UTC (rev 487703)
@@ -0,0 +1,71 @@
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=6.1.0
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.7m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('x86_64')
+url="https://python-pillow.github.io/;
+license=('BSD')
+depends=('lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
+optdepends=('freetype2: for the ImageFont module'
+'libraqm: for complex text scripts'
+'libwebp: for webp images'
+'tk: for the ImageTK module')
+makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
+md5sums=('2c6472cfc1978e7471e08e681255a65d')
+
+prepare() {
+  cd "$srcdir/$_appname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$_appname-$pkgver"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/$_appname-$pkgver"
+
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
+  python selftest.py
+  pytest
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_py2basever"
+  python2 selftest.py
+  pytest2
+}
+
+package_python-pillow() {
+  depends+=('python')
+  optdepends+=('python-olefile: OLE2 file support'
+   'python-pyqt5: for the ImageQt module')
+  cd "$srcdir/$_appname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+  install -m644 -t 

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

2019-07-08 Thread Kyle Keen via arch-commits
Date: Monday, July 8, 2019 @ 12:34:24
  Author: kkeen
Revision: 487702

upgpkg: python-pillow 6.1.0-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 12:13:29 UTC (rev 487701)
+++ PKGBUILD2019-07-08 12:34:24 UTC (rev 487702)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=6.0.0
+pkgver=6.1.0
 pkgrel=1
 _appname=Pillow
 _py2basever=2.7
@@ -20,20 +20,20 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
-md5sums=('9da5d2db0d7604ba553ece1ab7ca53a3')
+md5sums=('2c6472cfc1978e7471e08e681255a65d')
 
 prepare() {
-  cd "$srcdir/${_appname}-$pkgver"
+  cd "$srcdir/$_appname-$pkgver"
 }
 
 build() {
-  cd "$srcdir/${_appname}-$pkgver"
+  cd "$srcdir/$_appname-$pkgver"
   python setup.py build
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/${_appname}-$pkgver"
+  cd "$srcdir/$_appname-$pkgver"
 
   export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
   python selftest.py
@@ -62,7 +62,7 @@
'python2-pyqt5: for the ImageQt module')
   provides=('python-imaging' 'python2-imaging')
   conflicts=('python-imaging' 'python2-imaging')
-  cd "$srcdir/${_appname}-$pkgver"
+  cd "$srcdir/$_appname-$pkgver"
   python2 setup.py install --root="$pkgdir/" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 


[arch-commits] Commit in jupyter-widgetsnbextension/repos/community-any (2 files)

2019-07-08 Thread Kyle Keen via arch-commits
Date: Monday, July 8, 2019 @ 12:13:29
  Author: kkeen
Revision: 487701

archrelease: copy trunk to community-any

Added:
  jupyter-widgetsnbextension/repos/community-any/PKGBUILD
(from rev 487700, jupyter-widgetsnbextension/trunk/PKGBUILD)
Deleted:
  jupyter-widgetsnbextension/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 12:13:15 UTC (rev 487700)
+++ PKGBUILD2019-07-08 12:13:29 UTC (rev 487701)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Kyle Keen 
-pkgname=jupyter-widgetsnbextension
-pkgver=3.4.2
-pkgrel=1
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/widgetsnbextension;
-license=('BSD')
-depends=('jupyter-notebook')
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
-md5sums=('a165830e095877a9c576c817656850e9')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir/usr/etc" "$pkgdir/etc"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
487700, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 12:13:29 UTC (rev 487701)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Kyle Keen 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.5.0
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/widgetsnbextension;
+license=('BSD')
+depends=('jupyter-notebook')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
+md5sums=('2038ef983e480543408a5db155e333f6')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-08 Thread Kyle Keen via arch-commits
Date: Monday, July 8, 2019 @ 12:13:15
  Author: kkeen
Revision: 487700

upgpkg: jupyter-widgetsnbextension 1:3.5.0-1

Modified:
  jupyter-widgetsnbextension/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 12:06:16 UTC (rev 487699)
+++ PKGBUILD2019-07-08 12:13:15 UTC (rev 487700)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 # Maintainer: Kyle Keen 
 pkgname=jupyter-widgetsnbextension
-pkgver=3.4.2
+pkgver=3.5.0
 pkgrel=1
 epoch=1
 pkgdesc="Interactive HTML widgets for Jupyter notebooks"
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('jupyter-notebook')
 
source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz;)
-md5sums=('a165830e095877a9c576c817656850e9')
+md5sums=('2038ef983e480543408a5db155e333f6')
 
 build() {
   cd "widgetsnbextension-$pkgver"


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

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 12:06:16
  Author: archange
Revision: 487699

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 487698, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 487698, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 487698, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  162 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 12:05:42 UTC (rev 487698)
+++ PKGBUILD2019-07-08 12:06:16 UTC (rev 487699)
@@ -1,81 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=(any)
-url="https://riot.im;
-license=(Apache)
-makedepends=(npm git yarn)
-_url="https://github.com/vector-im/riot-web;
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh"
-
riot-electron5.patch::'https://gist.githubusercontent.com/dbkr/e898624be6d53590ebf494521d868fec/raw/e179d672f5e12fdd5ac9a9376928362b7b8735af/electron5.patch')
-sha256sums=('5ef33554ddbd94e138af618f0725935f5f0dbcb72ec22f644cd67ef17b9662dd'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7'
-'82dd23b76a7887cb4f309955f76e7e0aafd780f9c7f20427d7d5028fff59aeda')
-validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-  patch -p1 -i ../riot-electron5.patch
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=(vector-web)
-  replaces=(vector-web)
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=(riot-web electron)
-  backup=('etc/riot/config.json')
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r origin_migrator "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 487698, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 12:06:16 UTC (rev 487699)
@@ -0,0 +1,81 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=(any)
+url="https://riot.im;
+license=(Apache)
+makedepends=(npm git yarn)

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

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 12:05:42
  Author: archange
Revision: 487698

upgpkg: riot 1.2.3-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 11:58:30 UTC (rev 487697)
+++ PKGBUILD2019-07-08 12:05:42 UTC (rev 487698)
@@ -3,8 +3,8 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=(any)
 url="https://riot.im;
@@ -16,7 +16,7 @@
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh"
 
riot-electron5.patch::'https://gist.githubusercontent.com/dbkr/e898624be6d53590ebf494521d868fec/raw/e179d672f5e12fdd5ac9a9376928362b7b8735af/electron5.patch')
-sha256sums=('5ef33554ddbd94e138af618f0725935f5f0dbcb72ec22f644cd67ef17b9662dd'
+sha256sums=('d86eaa19ba256468794c76dd26827c1cb1ce25441d39c1505f4f8aa253d5c705'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7'


[arch-commits] Commit in prusa-slicer/trunk (prusa-slicer.desktop)

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 11:58:30
  Author: archange
Revision: 487697

Add MimeType to .desktop

Modified:
  prusa-slicer/trunk/prusa-slicer.desktop

--+
 prusa-slicer.desktop |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: prusa-slicer.desktop
===
--- prusa-slicer.desktop2019-07-08 11:47:31 UTC (rev 487696)
+++ prusa-slicer.desktop2019-07-08 11:58:30 UTC (rev 487697)
@@ -1,8 +1,9 @@
 [Desktop Entry]
+Type=Application
 Name=PrusaSlicer
 Exec=/usr/bin/prusa-slicer
 Terminal=false
-Type=Application
 Icon=prusa-slicer
 StartupNotify=false
 Categories=Graphics;3DGraphics;
+MimeType=model/stl;


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

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 11:47:26
  Author: archange
Revision: 487695

upgpkg: libva-utils 2.5.0-1

Modified:
  libva-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 11:19:39 UTC (rev 487694)
+++ PKGBUILD2019-07-08 11:47:26 UTC (rev 487695)
@@ -2,7 +2,7 @@
 # Contributor: Sean V Kelley 
 
 pkgname=libva-utils
-pkgver=2.4.1
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="Intel VA-API Media Applications and Scripts for libva"
 arch=(x86_64)
@@ -10,8 +10,8 @@
 license=(custom)
 depends=(libva)
 makedepends=(mesa)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('4ab6faa6592ffe2d4817450f5453f3974b47441650e8f49e1a12497ce2a794ac')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('d6c37257933731c7936775376388dfe6c9ebc460adff29f9ffe74cde2ebb3f52')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 11:47:31
  Author: archange
Revision: 487696

archrelease: copy trunk to community-x86_64

Added:
  libva-utils/repos/community-x86_64/PKGBUILD
(from rev 487695, libva-utils/trunk/PKGBUILD)
Deleted:
  libva-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 11:47:26 UTC (rev 487695)
+++ PKGBUILD2019-07-08 11:47:31 UTC (rev 487696)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Intel VA-API Media Applications and Scripts for libva"
-arch=(x86_64)
-url="https://github.com/intel/libva-utils;
-license=(custom)
-depends=(libva)
-makedepends=(mesa)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('4ab6faa6592ffe2d4817450f5453f3974b47441650e8f49e1a12497ce2a794ac')
-
-build() {
-cd ${pkgname}-${pkgver}
-./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 487695, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 11:47:31 UTC (rev 487696)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Intel VA-API Media Applications and Scripts for libva"
+arch=(x86_64)
+url="https://github.com/intel/libva-utils;
+license=(custom)
+depends=(libva)
+makedepends=(mesa)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('d6c37257933731c7936775376388dfe6c9ebc460adff29f9ffe74cde2ebb3f52')
+
+build() {
+cd ${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-07-08 Thread Maxime Gauduin via arch-commits
Date: Monday, July 8, 2019 @ 11:19:33
  Author: alucryd
Revision: 487693

upgpkg: musescore 3.2.3-1

Modified:
  musescore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 09:57:11 UTC (rev 487692)
+++ PKGBUILD2019-07-08 11:19:33 UTC (rev 487693)
@@ -4,7 +4,7 @@
 # Contributor: Dr.Egg 
 
 pkgname=musescore
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='Create, play and print beautiful sheet music'
 arch=(x86_64)


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

2019-07-08 Thread Maxime Gauduin via arch-commits
Date: Monday, July 8, 2019 @ 11:19:39
  Author: alucryd
Revision: 487694

archrelease: copy trunk to community-x86_64

Added:
  musescore/repos/community-x86_64/PKGBUILD
(from rev 487693, musescore/trunk/PKGBUILD)
Deleted:
  musescore/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 11:19:33 UTC (rev 487693)
+++ PKGBUILD2019-07-08 11:19:39 UTC (rev 487694)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Stefan Husmann 
-# Contributor: Cristian Maureira 
-# Contributor: Dr.Egg 
-
-pkgname=musescore
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Create, play and print beautiful sheet music'
-arch=(x86_64)
-url=https://musescore.org/
-license=(GPL)
-depends=(
-  alsa-lib
-  freetype2
-  libpulse
-  libsndfile
-  libvorbisfile.so
-  portaudio
-  portmidi
-  qt5-base
-  qt5-declarative
-  qt5-quickcontrols
-  qt5-svg
-  qt5-tools
-  qt5-webengine
-  qt5-xmlpatterns
-  zlib
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  lame
-  qt5-script
-  texlive-core
-)
-optdepends=('lame: MP3 export')
-source=(git+https://github.com/musescore/MuseScore.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  sed 's/option(BUILD_CRASH_REPORTER "Build with crash reporter" 
ON)/option(BUILD_CRASH_REPORTER "Build with crash reporter" OFF)/' -i 
MuseScore/CMakeLists.txt
-}
-
-build() {
-  make PREFIX=/usr NO_RPATH=TRUE USE_SYSTEM_FREETYPE=ON -C MuseScore revision 
release
-}
-
-package() {
-  make DESTDIR="${pkgdir}" UPDATE_CACHE=FALSE -C MuseScore/build.release 
install
-}
-
-# vim: ts=2 sw=2 et:

Copied: musescore/repos/community-x86_64/PKGBUILD (from rev 487693, 
musescore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 11:19:39 UTC (rev 487694)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Stefan Husmann 
+# Contributor: Cristian Maureira 
+# Contributor: Dr.Egg 
+
+pkgname=musescore
+pkgver=3.2.3
+pkgrel=1
+pkgdesc='Create, play and print beautiful sheet music'
+arch=(x86_64)
+url=https://musescore.org/
+license=(GPL)
+depends=(
+  alsa-lib
+  freetype2
+  libpulse
+  libsndfile
+  libvorbisfile.so
+  portaudio
+  portmidi
+  qt5-base
+  qt5-declarative
+  qt5-quickcontrols
+  qt5-svg
+  qt5-tools
+  qt5-webengine
+  qt5-xmlpatterns
+  zlib
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  lame
+  qt5-script
+  texlive-core
+)
+optdepends=('lame: MP3 export')
+source=(git+https://github.com/musescore/MuseScore.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  sed 's/option(BUILD_CRASH_REPORTER "Build with crash reporter" 
ON)/option(BUILD_CRASH_REPORTER "Build with crash reporter" OFF)/' -i 
MuseScore/CMakeLists.txt
+}
+
+build() {
+  make PREFIX=/usr NO_RPATH=TRUE USE_SYSTEM_FREETYPE=ON -C MuseScore revision 
release
+}
+
+package() {
+  make DESTDIR="${pkgdir}" UPDATE_CACHE=FALSE -C MuseScore/build.release 
install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 09:57:11
  Author: archange
Revision: 487692

archrelease: copy trunk to community-x86_64

Added:
  acpica/repos/community-x86_64/PKGBUILD
(from rev 487691, acpica/trunk/PKGBUILD)
Deleted:
  acpica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 09:56:59 UTC (rev 487691)
+++ PKGBUILD2019-07-08 09:57:11 UTC (rev 487692)
@@ -1,30 +0,0 @@
-# Maintainer : Bruno Pagani 
-# Maintainer : Laurent Carlier 
-# Contributor: Giovanni Scafora 
-# Contributor: Alessio 'mOlOk' Bolognino 
-
-pkgname=acpica
-pkgver=20190509
-pkgrel=1
-pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
-arch=(x86_64)
-url="https://acpica.org;
-license=(GPL2)
-depends=(glibc)
-makedepends=(flex bison)
-provides=(iasl)
-conflicts=(iasl)
-replaces=(iasl)
-options=(!makeflags)
-source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz;)
-sha256sums=('f124ab6e99110a192864b23dc6911d180968dd15b49f95f7adc37d69dd14621a')
-
-build() {
-  cd acpica-unix-${pkgver}
-  make
-}
-
-package() {
-  cd acpica-unix-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: acpica/repos/community-x86_64/PKGBUILD (from rev 487691, 
acpica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 09:57:11 UTC (rev 487692)
@@ -0,0 +1,30 @@
+# Maintainer : Bruno Pagani 
+# Maintainer : Laurent Carlier 
+# Contributor: Giovanni Scafora 
+# Contributor: Alessio 'mOlOk' Bolognino 
+
+pkgname=acpica
+pkgver=20190703
+pkgrel=1
+pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
+arch=(x86_64)
+url="https://acpica.org;
+license=(GPL2)
+depends=(glibc)
+makedepends=(flex bison)
+provides=(iasl)
+conflicts=(iasl)
+replaces=(iasl)
+options=(!makeflags)
+source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz;)
+sha256sums=('212563b55c5db1eed84f2e6e9abfee60ab281423f018d39dd93b81a08808350c')
+
+build() {
+  cd acpica-unix-${pkgver}
+  make
+}
+
+package() {
+  cd acpica-unix-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 09:56:59
  Author: archange
Revision: 487691

upgpkg: acpica 20190703-1

Modified:
  acpica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 09:55:29 UTC (rev 487690)
+++ PKGBUILD2019-07-08 09:56:59 UTC (rev 487691)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino 
 
 pkgname=acpica
-pkgver=20190509
+pkgver=20190703
 pkgrel=1
 pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 replaces=(iasl)
 options=(!makeflags)
 source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz;)
-sha256sums=('f124ab6e99110a192864b23dc6911d180968dd15b49f95f7adc37d69dd14621a')
+sha256sums=('212563b55c5db1eed84f2e6e9abfee60ab281423f018d39dd93b81a08808350c')
 
 build() {
   cd acpica-unix-${pkgver}


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

2019-07-08 Thread Morten Linderud via arch-commits
Date: Monday, July 8, 2019 @ 09:55:29
  Author: foxboron
Revision: 487690

archrelease: copy trunk to community-x86_64

Added:
  python-typed-ast/repos/community-x86_64/PKGBUILD
(from rev 487689, python-typed-ast/trunk/PKGBUILD)
Deleted:
  python-typed-ast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 09:55:21 UTC (rev 487689)
+++ PKGBUILD2019-07-08 09:55:29 UTC (rev 487690)
@@ -1,23 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=python-typed-ast
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
-arch=('x86_64')
-url="https://github.com/python/typed_ast;
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
-sha256sums=('9d4e521b835ed19f3cc2d43d5a0424ca6f90ffb8889c808bb4eda949f410b809')
-
-build(){
-  cd "typed_ast-$pkgver"
-  python setup.py build
-}
-
-package(){
-  cd "typed_ast-$pkgver"
-  python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 
--skip-build
-}

Copied: python-typed-ast/repos/community-x86_64/PKGBUILD (from rev 487689, 
python-typed-ast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 09:55:29 UTC (rev 487690)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-typed-ast
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
+arch=('x86_64')
+url="https://github.com/python/typed_ast;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
+sha256sums=('bd02998404953db788e9d09c1030c4f0eb9d87986b08bd30e9fc00a8e30d6dd8')
+
+build(){
+  cd "typed_ast-$pkgver"
+  python setup.py build
+}
+
+package(){
+  cd "typed_ast-$pkgver"
+  python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 
--skip-build
+}


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

2019-07-08 Thread Morten Linderud via arch-commits
Date: Monday, July 8, 2019 @ 09:55:21
  Author: foxboron
Revision: 487689

upgpkg: python-typed-ast 1.4.0-1

Modified:
  python-typed-ast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 09:54:10 UTC (rev 487688)
+++ PKGBUILD2019-07-08 09:55:21 UTC (rev 487689)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=python-typed-ast
-pkgver=1.3.5
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
-sha256sums=('9d4e521b835ed19f3cc2d43d5a0424ca6f90ffb8889c808bb4eda949f410b809')
+sha256sums=('bd02998404953db788e9d09c1030c4f0eb9d87986b08bd30e9fc00a8e30d6dd8')
 
 build(){
   cd "typed_ast-$pkgver"


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

2019-07-08 Thread Morten Linderud via arch-commits
Date: Monday, July 8, 2019 @ 09:54:02
  Author: foxboron
Revision: 487687

upgpkg: mypy 0.711-1

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 09:52:46 UTC (rev 487686)
+++ PKGBUILD2019-07-08 09:54:02 UTC (rev 487687)
@@ -3,7 +3,7 @@
 # Contributor: hexchain 
 
 pkgname=mypy
-pkgver=0.701
+pkgver=0.711
 pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/;
@@ -12,7 +12,7 @@
 depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions')
 makedepends=('python-setuptools' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5764f10d27b2e93c84f70af5778941b8f4aa1379b2430f85c827e0f5464e8714')
+sha256sums=('bbed4a593d87476b592d52867ef86da2155ccd0becf0c4c02e6567d842e43368')
 
 build() {
 cd "$pkgname-$pkgver"


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

2019-07-08 Thread Morten Linderud via arch-commits
Date: Monday, July 8, 2019 @ 09:54:10
  Author: foxboron
Revision: 487688

archrelease: copy trunk to community-any

Added:
  mypy/repos/community-any/PKGBUILD
(from rev 487687, mypy/trunk/PKGBUILD)
Deleted:
  mypy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 09:54:02 UTC (rev 487687)
+++ PKGBUILD2019-07-08 09:54:10 UTC (rev 487688)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: icasdri 
-# Contributor: hexchain 
-
-pkgname=mypy
-pkgver=0.701
-pkgrel=1
-pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
-url="http://www.mypy-lang.org/;
-arch=('any')
-license=('MIT')
-depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions')
-makedepends=('python-setuptools' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5764f10d27b2e93c84f70af5778941b8f4aa1379b2430f85c827e0f5464e8714')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mypy/repos/community-any/PKGBUILD (from rev 487687, mypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 09:54:10 UTC (rev 487688)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Contributor: icasdri 
+# Contributor: hexchain 
+
+pkgname=mypy
+pkgver=0.711
+pkgrel=1
+pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
+url="http://www.mypy-lang.org/;
+arch=('any')
+license=('MIT')
+depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions')
+makedepends=('python-setuptools' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('bbed4a593d87476b592d52867ef86da2155ccd0becf0c4c02e6567d842e43368')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-08 Thread Morten Linderud via arch-commits
Date: Monday, July 8, 2019 @ 09:52:46
  Author: foxboron
Revision: 487686

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 487685, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 09:52:38 UTC (rev 487685)
+++ PKGBUILD2019-07-08 09:52:46 UTC (rev 487686)
@@ -1,48 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp ostree runc 
skopeo
- btrfs-progs slirp4netns)
-makedepends=(go-pie go-md2man git)
-source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha256sums=('68d25c2e04790044b4a7c87f1ab8a5e892831a3684ba6b9221903a04b177b26e')
-
-prepare() {
-  mkdir -p src/github.com/containers src/github.com/varlink
-  cp -r libpod-$pkgver src/github.com/containers/libpod
-}
-
-build() {
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub'
-
-  # buildsystem passes LDFLAGS to GO's -ldflags, which isn't really compatible
-  unset LDFLAGS
-
-  cd src/github.com/containers/libpod
-  make install.tools
-  make
-}
-
-package_podman() {
-  optdepends=('podman-docker: for Docker-compatible CLI')
-
-  cd src/github.com/containers/libpod
-  make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-
-  cd src/github.com/containers/libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 487685, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 09:52:46 UTC (rev 487686)
@@ -0,0 +1,48 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp ostree runc 
skopeo
+ btrfs-progs slirp4netns)
+makedepends=(go-pie go-md2man git)
+source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
+sha256sums=('2e027c1b935f3a03f27ef7f17823ccf334607a17d033d4ce53a90b98294e7f68')
+
+prepare() {
+  mkdir -p src/github.com/containers src/github.com/varlink
+  cp -r libpod-$pkgver src/github.com/containers/libpod
+}
+
+build() {
+  export GOPATH="$srcdir"
+  export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub'
+
+  # buildsystem passes LDFLAGS to GO's -ldflags, which isn't really compatible
+  unset LDFLAGS
+
+  cd src/github.com/containers/libpod
+  make install.tools
+  make
+}
+
+package_podman() {
+  optdepends=('podman-docker: for Docker-compatible CLI')
+
+  cd src/github.com/containers/libpod
+  make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+
+  cd src/github.com/containers/libpod
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}


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

2019-07-08 Thread Morten Linderud via arch-commits
Date: Monday, July 8, 2019 @ 09:52:38
  Author: foxboron
Revision: 487685

upgpkg: podman 1.4.4-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 08:01:48 UTC (rev 487684)
+++ PKGBUILD2019-07-08 09:52:38 UTC (rev 487685)
@@ -2,7 +2,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -12,7 +12,7 @@
  btrfs-progs slirp4netns)
 makedepends=(go-pie go-md2man git)
 source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha256sums=('68d25c2e04790044b4a7c87f1ab8a5e892831a3684ba6b9221903a04b177b26e')
+sha256sums=('2e027c1b935f3a03f27ef7f17823ccf334607a17d033d4ce53a90b98294e7f68')
 
 prepare() {
   mkdir -p src/github.com/containers src/github.com/varlink


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

2019-07-08 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, July 8, 2019 @ 08:01:48
  Author: yan12125
Revision: 487684

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 08:01:29 UTC (rev 487683)
+++ PKGBUILD2019-07-08 08:01:48 UTC (rev 487684)
@@ -1,45 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Chih-Hsuan Yen 
-# Maintainer: Anatol Pomozov
-
-pkgname=python-autobahn
-pkgver=19.6.2
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(x86_64)
-url='https://crossbar.io/autobahn/'
-license=(MIT)
-depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
- python-setuptools python-cryptography)
-makedepends=(python-argon2_cffi python-cbor python-flatbuffers
- python-msgpack python-passlib python-pynacl python-ubjson)
-checkdepends=(python-mock python-pytest python-pytest-asyncio)
-optdepends=(
-  'python-cbor: CBOR serializer support'
-  'python-flatbuffers: FlatBuffers serializer support'
-  'python-msgpack: MsgPack serializer support'
-  'python-ubjson: UBJSON serializer support'
-  'python-argon2_cffi: WAMP-SCRAM authentication support'
-  'python-passlib: WAMP-SCRAM authentication support'
-  'python-pynacl: WAMP-cryptosign support'
-)
-
-source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22')
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
-}
-
-package() {
-  cd "$srcdir/autobahn-$pkgver"
-  AUTOBAHN_USE_NVX=1 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-x86_64/PKGBUILD (from rev 487683, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 08:01:48 UTC (rev 487684)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Chih-Hsuan Yen 
+# Maintainer: Anatol Pomozov
+
+pkgname=python-autobahn
+pkgver=19.7.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(x86_64)
+url='https://crossbar.io/autobahn/'
+license=(MIT)
+depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
+ python-setuptools python-cryptography)
+makedepends=(python-argon2_cffi python-cbor python-flatbuffers
+ python-msgpack python-passlib python-pynacl python-ubjson)
+checkdepends=(python-mock python-pytest python-pytest-asyncio)
+optdepends=(
+  'python-cbor: CBOR serializer support'
+  'python-flatbuffers: FlatBuffers serializer support'
+  'python-msgpack: MsgPack serializer support'
+  'python-ubjson: UBJSON serializer support'
+  'python-argon2_cffi: WAMP-SCRAM authentication support'
+  'python-passlib: WAMP-SCRAM authentication support'
+  'python-pynacl: WAMP-cryptosign support'
+)
+
+source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('89f94a1535673b1655df28ef91e96b7f34faea76da04a5e56441c9ac779a2f9f')
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  AUTOBAHN_USE_NVX=1 python setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
+}
+
+package() {
+  cd "$srcdir/autobahn-$pkgver"
+  AUTOBAHN_USE_NVX=1 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-08 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, July 8, 2019 @ 08:01:29
  Author: yan12125
Revision: 487683

upgpkg: python-autobahn 19.7.1-1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 06:37:40 UTC (rev 487682)
+++ PKGBUILD2019-07-08 08:01:29 UTC (rev 487683)
@@ -3,7 +3,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=python-autobahn
-pkgver=19.6.2
+pkgver=19.7.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 )
 
 
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22')
+sha256sums=('89f94a1535673b1655df28ef91e96b7f34faea76da04a5e56441c9ac779a2f9f')
 
 build() {
   cd "$srcdir/autobahn-$pkgver"


[arch-commits] Commit in opera-ffmpeg-codecs/repos/community-x86_64 (12 files)

2019-07-08 Thread Ike Devolder via arch-commits
Date: Monday, July 8, 2019 @ 06:37:40
  Author: idevolder
Revision: 487682

archrelease: copy trunk to community-x86_64

Added:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
(from rev 487681, opera-ffmpeg-codecs/trunk/PKGBUILD)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-0.patch
(from rev 487681, opera-ffmpeg-codecs/trunk/chromium-73-gcc-0.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-2.patch
(from rev 487681, opera-ffmpeg-codecs/trunk/chromium-73-gcc-2.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-3.patch
(from rev 487681, opera-ffmpeg-codecs/trunk/chromium-73-gcc-3.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
(from rev 487681, 
opera-ffmpeg-codecs/trunk/chromium-FORTIFY_SOURCE-r2.patch)
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch
(from rev 487681, 
opera-ffmpeg-codecs/trunk/chromium-last-commit-position-r1.patch)
Deleted:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-0.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-2.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-3.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch

+
 PKGBUILD   |  132 +-
 chromium-73-gcc-0.patch|  216 +++
 chromium-73-gcc-2.patch|  102 +++---
 chromium-73-gcc-3.patch|  138 +--
 chromium-FORTIFY_SOURCE-r2.patch   |   60 
 chromium-last-commit-position-r1.patch |   52 +++
 6 files changed, 350 insertions(+), 350 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 06:37:31 UTC (rev 487681)
+++ PKGBUILD2019-07-08 06:37:40 UTC (rev 487682)
@@ -1,66 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=opera-ffmpeg-codecs
-pkgver=75.0.3770.80
-pkgrel=1
-pkgdesc="additional support for proprietary codecs for opera"
-arch=('x86_64')
-url="https://ffmpeg.org/;
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=(
-  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2'
-  'xdg-utils' 'gn'
-)
-options=('!strip')
-source=(
-  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
-)
-sha512sums=('5837728d6cc5d062b3f605477747e844dcbdd9272cf313b739c0e471351d61a60ac6137a106d580f4e79ab69664e3976c6040c48e96565ef03ea4eb56c77dc3b')
-
-prepare() {
-  cd "$srcdir/chromium-$pkgver"
-
-  # Use Python 2
-  find -name '*.py' | xargs sed -e 's|env python|&2|g' -e 's|bin/python|&2|g' 
-i
-
-  # force some 'older' binaries in the path
-  [[ -d "$srcdir/path" ]] && rm -rf "$srcdir/path"
-  mkdir "$srcdir/path"
-  ln -s /usr/bin/python2 "$srcdir/path/python"
-
-}
-
-build() {
-  cd "$srcdir/chromium-$pkgver"
-
-  python2 tools/clang/scripts/update.py
-
-  export 
PATH="${srcdir}/chromium-${pkgver}/third_party/llvm-build/Release+Asserts/bin:$srcdir/path:$PATH"
-
-  export CC="clang"
-  export CXX="clang++"
-
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_hevc_demuxing=true enable_ac3_eac3_audio_demuxing=true 
use_gnome_keyring=false use_sysroot=false use_gold=false use_allocator=\"none\" 
linux_use_bundled_binutils=false fatal_linker_warnings=false 
treat_warnings_as_errors=false enable_nacl=false enable_nacl_nonsfi=false 
is_clang=true clang_use_chrome_plugins=true is_component_build=true 
is_debug=false symbol_level=0 use_custom_libcxx=false use_lld=false 
use_jumbo_build=false"
-
-  #(
-#cd third_party/ffmpeg
-#chromium/scripts/build_ffmpeg.py linux x64 --branding ChromeOS
-#chromium/scripts/copy_config.sh
-#chromium/scripts/generate_gn.py
-  #)
-
-  gn gen out/Release -v --args="$args" --script-executable=/usr/bin/python2
-
-  ninja -C out/Release -v media/ffmpeg
-}
-
-package() {
-  cd "$srcdir/chromium-$pkgver"
-
-  install -Dm644 out/Release/libffmpeg.so \
-"$pkgdir/usr/lib/opera/lib_extra/libffmpeg.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD (from rev 487681, 
opera-ffmpeg-codecs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 06:37:40 UTC (rev 487682)
@@ -0,0 +1,66 @@
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
+pkgname=opera-ffmpeg-codecs
+pkgver=75.0.3770.100
+pkgrel=1
+pkgdesc="additional support for proprietary codecs for opera"
+arch=('x86_64')
+url="https://ffmpeg.org/;
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=(
+  'gtk3' 

[arch-commits] Commit in opera-ffmpeg-codecs/trunk (PKGBUILD)

2019-07-08 Thread Ike Devolder via arch-commits
Date: Monday, July 8, 2019 @ 06:37:31
  Author: idevolder
Revision: 487681

upgpkg: opera-ffmpeg-codecs 75.0.3770.100-1

Modified:
  opera-ffmpeg-codecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 06:36:33 UTC (rev 487680)
+++ PKGBUILD2019-07-08 06:37:31 UTC (rev 487681)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 
 pkgname=opera-ffmpeg-codecs
-pkgver=75.0.3770.80
+pkgver=75.0.3770.100
 pkgrel=1
 pkgdesc="additional support for proprietary codecs for opera"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 source=(
   
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
 )
-sha512sums=('5837728d6cc5d062b3f605477747e844dcbdd9272cf313b739c0e471351d61a60ac6137a106d580f4e79ab69664e3976c6040c48e96565ef03ea4eb56c77dc3b')
+sha512sums=('83048f302eb4e5fa59da3149e156180b07e310a6549b83a0841c5d92fa7102dbf9d53c5243aa9c35f3747b3f0c2d02c1541385f10115373cb3125cc6d1be9a42')
 
 prepare() {
   cd "$srcdir/chromium-$pkgver"


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

2019-07-08 Thread Ike Devolder via arch-commits
Date: Monday, July 8, 2019 @ 06:36:22
  Author: idevolder
Revision: 487679

upgpkg: opera 62.0.3331.43-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 06:35:43 UTC (rev 487678)
+++ PKGBUILD2019-07-08 06:36:22 UTC (rev 487679)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=62.0.3331.18
+pkgver=62.0.3331.43
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="https://www.opera.com/;
@@ -31,7 +31,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('8f87dc6179aad7f289c06cc3c619d6cf859641c83ee5cadf6ceae37978b9081a9d05384eab7c4b1db3721b2d96933e7ab406eb0f2c946e61d78f98d0ebf241c4'
+sha512sums=('e95cbbc92dbd3f30d3ffa396165deabd4e74bedf05d07bdf57c49c00392f59cca335998c37c9210f460a1b5569cf216b8fef779f92bd151a94c48ae67b0e20d1'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2019-07-08 Thread Ike Devolder via arch-commits
Date: Monday, July 8, 2019 @ 06:36:33
  Author: idevolder
Revision: 487680

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 487679, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 487679, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 487679, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 487679, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 487679, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 487679, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 487679, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  176 ++---
 default   |8 
 eula.html |  574 ++---
 opera |   26 +-
 opera.install |   78 +++---
 privacy.html  |  706 
 terms.html|  570 ++---
 7 files changed, 1069 insertions(+), 1069 deletions(-)

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


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

2019-07-08 Thread Ike Devolder via arch-commits
Date: Monday, July 8, 2019 @ 06:35:43
  Author: idevolder
Revision: 487678

archrelease: copy trunk to community-x86_64

Added:
  doublecmd/repos/community-x86_64/PKGBUILD
(from rev 487677, doublecmd/trunk/PKGBUILD)
  doublecmd/repos/community-x86_64/doublecmd.install
(from rev 487677, doublecmd/trunk/doublecmd.install)
Deleted:
  doublecmd/repos/community-x86_64/PKGBUILD
  doublecmd/repos/community-x86_64/doublecmd.install

---+
 PKGBUILD  |  128 ++--
 doublecmd.install |   68 +--
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 06:35:37 UTC (rev 487677)
+++ PKGBUILD2019-07-08 06:35:43 UTC (rev 487678)
@@ -1,64 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackIkeEagle 
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
-pkgver=0.9.3
-pkgrel=1
-url="http://doublecmd.sourceforge.net/;
-arch=('x86_64')
-license=('GPL')
-provides=("$pkgbase")
-makedepends=('lazarus' 'qt5pas' 'gtk2')
-optdepends=(
-'lua: scripting'
-'unzip: support extracting zip archives'
-'zip: suport packing zip archives'
-'p7zip: support for 7zip archives'
-'libunrar: support for rar archives'
-)
-source=(
-
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
-)
-sha512sums=('a0ab1c119c53518765e7e1d5ed6a06f750c9e7b3493bf17189141ee087c9166a89500c05bc747b8828f42ef009dd69e92be9ba28baf5f1fd3d30ae011616e96d')
-
-prepare() {
-cp -a /usr/lib/lazarus ./
-
-cd "$pkgbase-$pkgver"
-sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
-sed -e "s@=\$(which lazbuild)@=\"\$(which lazbuild) 
--lazarusdir=$srcdir/lazarus\"@" -i build.sh
-
-cd "$srcdir"
-
-cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
-cp -a "$pkgbase-$pkgver" "$pkgbase-qt5"
-}
-
-build() {
-msg2 'build gtk'
-cd "$srcdir/$pkgbase-gtk"
-./build.sh beta gtk2
-
-msg2 'build qt5'
-cd "$srcdir/$pkgbase-qt5"
-./build.sh beta qt5
-}
-
-package_doublecmd-gtk2() {
-pkgdesc="twin-panel (commander-style) file manager (GTK2)"
-depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-conflicts=('doublecmd-qt5')
-cd "$srcdir/$pkgbase-gtk"
-./install/linux/install.sh --install-prefix="$pkgdir"
-}
-
-package_doublecmd-qt5() {
-pkgdesc="twin-panel (commander-style) file manager (Qt5)"
-depends=('qt5pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-conflicts=('doublecmd-gtk2')
-replaces=('doublecmd-qt' 'doublecmd-qt4')
-cd "$srcdir/$pkgbase-qt5"
-./install/linux/install.sh --install-prefix="$pkgdir"
-}

Copied: doublecmd/repos/community-x86_64/PKGBUILD (from rev 487677, 
doublecmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 06:35:43 UTC (rev 487678)
@@ -0,0 +1,64 @@
+# vim:set ft=sh:
+# Maintainer: BlackIkeEagle 
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
+pkgver=0.9.5
+pkgrel=1
+url="http://doublecmd.sourceforge.net/;
+arch=('x86_64')
+license=('GPL')
+provides=("$pkgbase")
+makedepends=('lazarus' 'qt5pas' 'gtk2')
+optdepends=(
+'lua: scripting'
+'unzip: support extracting zip archives'
+'zip: suport packing zip archives'
+'p7zip: support for 7zip archives'
+'libunrar: support for rar archives'
+)
+source=(
+
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
+)
+sha512sums=('55f046eb3f0f314cae56f3805208cf2d955e832d71153b495ff45c41001fb72ffe405fa686652cd191629e0ad3379378b68ce064dd82d4bcb4b3f7be3d6f4ce7')
+
+prepare() {
+cp -a /usr/lib/lazarus ./
+
+cd "$pkgbase-$pkgver"
+sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
+sed -e "s@=\$(which lazbuild)@=\"\$(which lazbuild) 
--lazarusdir=$srcdir/lazarus\"@" -i build.sh
+
+cd "$srcdir"
+
+cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
+cp -a "$pkgbase-$pkgver" "$pkgbase-qt5"
+}
+
+build() {
+msg2 'build gtk'
+cd "$srcdir/$pkgbase-gtk"
+./build.sh beta gtk2
+
+msg2 'build qt5'
+cd "$srcdir/$pkgbase-qt5"
+./build.sh beta qt5
+}
+
+package_doublecmd-gtk2() {
+pkgdesc="twin-panel (commander-style) file manager (GTK2)"
+depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
+conflicts=('doublecmd-qt5')
+cd "$srcdir/$pkgbase-gtk"
+./install/linux/install.sh --install-prefix="$pkgdir"
+}
+
+package_doublecmd-qt5() {
+pkgdesc="twin-panel (commander-style) file manager (Qt5)"
+depends=('qt5pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
+conflicts=('doublecmd-gtk2')
+

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

2019-07-08 Thread Ike Devolder via arch-commits
Date: Monday, July 8, 2019 @ 06:35:37
  Author: idevolder
Revision: 487677

upgpkg: doublecmd 0.9.5-1

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 06:34:25 UTC (rev 487676)
+++ PKGBUILD2019-07-08 06:35:37 UTC (rev 487677)
@@ -4,7 +4,7 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
-pkgver=0.9.3
+pkgver=0.9.5
 pkgrel=1
 url="http://doublecmd.sourceforge.net/;
 arch=('x86_64')
@@ -21,7 +21,7 @@
 source=(
 
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
 )
-sha512sums=('a0ab1c119c53518765e7e1d5ed6a06f750c9e7b3493bf17189141ee087c9166a89500c05bc747b8828f42ef009dd69e92be9ba28baf5f1fd3d30ae011616e96d')
+sha512sums=('55f046eb3f0f314cae56f3805208cf2d955e832d71153b495ff45c41001fb72ffe405fa686652cd191629e0ad3379378b68ce064dd82d4bcb4b3f7be3d6f4ce7')
 
 prepare() {
 cp -a /usr/lib/lazarus ./


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

2019-07-08 Thread Maxime Gauduin via arch-commits
Date: Monday, July 8, 2019 @ 06:34:20
  Author: alucryd
Revision: 487675

upgpkg: lollypop 1.1.4.1-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-08 05:01:29 UTC (rev 487674)
+++ PKGBUILD2019-07-08 06:34:20 UTC (rev 487675)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=1.1.3.1
+pkgver=1.1.4.1
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=(any)


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

2019-07-08 Thread Maxime Gauduin via arch-commits
Date: Monday, July 8, 2019 @ 06:34:25
  Author: alucryd
Revision: 487676

archrelease: copy trunk to community-any

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

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

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

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