[arch-commits] Commit in chromium/repos/extra-x86_64 (10 files)

2021-03-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 31, 2021 @ 05:23:21
  Author: foutrelis
Revision: 411307

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 411306, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/add-dependency-on-opus-in-webcodecs.patch
(from rev 411306, chromium/trunk/add-dependency-on-opus-in-webcodecs.patch)
  chromium/repos/extra-x86_64/chromium-fix-libva-redef.patch
(from rev 411306, chromium/trunk/chromium-fix-libva-redef.patch)
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
(from rev 411306, chromium/trunk/chromium-glibc-2.33.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 411306, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/add-dependency-on-opus-in-webcodecs.patch
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
  chromium/repos/extra-x86_64/x11-ozone-fix-two-edge-cases.patch

-+
 PKGBUILD|  500 +-
 add-dependency-on-opus-in-webcodecs.patch   |   86 ++--
 chromium-fix-libva-redef.patch  |   86 
 chromium-glibc-2.33.patch   |  288 +++---
 use-oauth2-client-switches-as-default.patch |   34 -
 x11-ozone-fix-two-edge-cases.patch  |  135 ---
 6 files changed, 541 insertions(+), 588 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-31 05:23:11 UTC (rev 411306)
+++ PKGBUILD2021-03-31 05:23:21 UTC (rev 411307)
@@ -1,249 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=89.0.4389.90
-pkgrel=1
-_launcher_ver=7
-_gcc_patchset=7
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'python2' 'python2-setuptools')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: for storing passwords in KWallet on KDE desktops')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-add-dependency-on-opus-in-webcodecs.patch
-x11-ozone-fix-two-edge-cases.patch
-chromium-glibc-2.33.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('11c6089c5fdd921216aa4eb34b52818a9b091cad655a24aed0982d29e65b279a'
-'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
-'f8b1558f6c87b33423da854d42f0f69d47885a96d6bf6ce7f26373e93d47442f'
-'b86b11de8db438c47f0a84c7956740f648d21035f4ee46bfbd50c3348d369121'
-'9e4743bdeaf5b668659ad53400e3977006916aac3a7ba045bbc750b7b4cbf274'
-'2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-#
-# Starting with Chromium 89 (2021-03-02) the OAuth2 credentials have been left
-# out: https://archlinux.org/news/chromium-losing-sync-support-in-early-march/
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-prepare() {
-  cd 

[arch-commits] Commit in chromium/trunk (3 files)

2021-03-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 31, 2021 @ 05:23:11
  Author: foutrelis
Revision: 411306

upgpkg: chromium 89.0.4389.114-1: new upstream release

Added:
  chromium/trunk/chromium-fix-libva-redef.patch
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/x11-ozone-fix-two-edge-cases.patch

+
 PKGBUILD   |   12 +--
 chromium-fix-libva-redef.patch |   86 ++
 x11-ozone-fix-two-edge-cases.patch |  135 ---
 3 files changed, 93 insertions(+), 140 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-31 00:57:25 UTC (rev 411305)
+++ PKGBUILD2021-03-31 05:23:11 UTC (rev 411306)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=89.0.4389.90
+pkgver=89.0.4389.114
 pkgrel=1
 _launcher_ver=7
 _gcc_patchset=7
@@ -25,15 +25,15 @@
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
 add-dependency-on-opus-in-webcodecs.patch
-x11-ozone-fix-two-edge-cases.patch
 chromium-glibc-2.33.patch
+chromium-fix-libva-redef.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('11c6089c5fdd921216aa4eb34b52818a9b091cad655a24aed0982d29e65b279a'
+sha256sums=('f2f0abe9697a220a8545df74d832c6c8d85a4fb11845e7e398752d746e72ed00'
 '86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
 'f8b1558f6c87b33423da854d42f0f69d47885a96d6bf6ce7f26373e93d47442f'
 'b86b11de8db438c47f0a84c7956740f648d21035f4ee46bfbd50c3348d369121'
-'9e4743bdeaf5b668659ad53400e3977006916aac3a7ba045bbc750b7b4cbf274'
 '2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
+'de9eb3612d44616a500c2eccdffac814eb90ad9a868cc1030d17fc6783d544e2'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -91,9 +91,11 @@
   # https://crbug.com/1164975
   patch -Np1 -i ../chromium-glibc-2.33.patch
 
+  # https://github.com/kiss-community/repo-community/issues/246
+  patch -Np1 -i ../chromium-fix-libva-redef.patch
+
   # Upstream fixes
   patch -Np1 -i ../add-dependency-on-opus-in-webcodecs.patch
-  patch -Np1 -i ../x11-ozone-fix-two-edge-cases.patch
 
   # Fixes for building with libstdc++ instead of libc++
   patch -Np1 -i ../patches/chromium-89-quiche-dcheck.patch

Added: chromium-fix-libva-redef.patch
===
--- chromium-fix-libva-redef.patch  (rev 0)
+++ chromium-fix-libva-redef.patch  2021-03-31 05:23:11 UTC (rev 411306)
@@ -0,0 +1,86 @@
+--- a/third_party/libva_protected_content/va_protected_content.h
 b/third_party/libva_protected_content/va_protected_content.h
+@@ -132,19 +132,6 @@
+ #define VA_PC_SAMPLE_TYPE_FULLSAMPLE 0x0001
+ #define VA_PC_SAMPLE_TYPE_SUBSAMPLE 0x0002
+ 
+-/** \brief TeeExec Function Codes. */
+-typedef enum _VA_TEE_EXEC_FUNCTION_ID {
+-  VA_TEE_EXEC_TEE_FUNCID_PASS_THROUGH_NONE = 0x0,
+-
+-  // 0x4000~0x40FFF reserved for TEE Exec GPU function
+-  VA_TEE_EXEC_GPU_FUNCID_ENCRYPTION_BLT = 0x4000,
+-  VA_TEE_EXEC_GPU_FUNCID_DECRYPTION_BLT = 0x4001,
+-
+-  // 0x40001000~0x41FFF reserved for TEE Exec TEE function
+-  VA_TEE_EXEC_TEE_FUNCID_PASS_THROUGH = 0x40001000,
+-
+-} VA_TEE_EXEC_FUNCTION_ID;
+-
+ /** \brief values for the encryption return status. */
+ typedef enum {
+   /** \brief Indicate encryption operation is successful.*/
+@@ -159,63 +146,6 @@
+   VA_ENCRYPTION_STATUS_UNSUPPORT
+ } VAEncryptionStatus;
+ 
+-/** \brief structure for encrypted segment info. */
+-typedef struct _VAEncryptionSegmentInfo {
+-  /** \brief  The offset relative to the start of the bitstream input in
+-   *  bytes of the start of the segment*/
+-  uint32_t segment_start_offset;
+-  /** \brief  The length of the segments in bytes*/
+-  uint32_t segment_length;
+-  /** \brief  The length in bytes of the remainder of an incomplete block
+-   *  from a previous segment*/
+-  uint32_t partial_aes_block_size;
+-  /** \brief  The length in bytes of the initial clear data */
+-  uint32_t init_byte_length;
+-  /** \brief  This will be AES 128 counter for secure decode and secure
+-   *  encode when numSegments equals 1 */
+-  uint8_t aes_cbc_iv_or_ctr[16];
+-  /** \brief Reserved bytes for future use, must be zero */
+-  uint32_t va_reserved[VA_PADDING_MEDIUM];
+-} VAEncryptionSegmentInfo;
+-
+-/** \brief encryption parameters, corresponding to
+- * #VAEncryptionParameterBufferType*/
+-typedef struct _VAEncryptionParameters {
+-  /** \brief Encryption 

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2021-03-30 Thread Andrew Crerar via arch-commits
Date: Wednesday, March 31, 2021 @ 05:19:59
  Author: andrewsc
Revision: 910551

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 910550, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-31 05:19:42 UTC (rev 910550)
+++ PKGBUILD2021-03-31 05:19:59 UTC (rev 910551)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=88.0b4
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('2be19f46e31bcd83ee2b640681089a5040dc2411f5520f28473fbe9227d1ead0105e2d053b134abd2db77eecc4c26634e078aae5c3319dab697a25910e85766e'
-
'037ccd33b9f32c9f95122014f35524221876f216b65c1df38cee558e987e5628a7f4eb7e8b47a9369f3a927098ad4c51133c1128bdb3b72048f52320cec6f9a3'
-
'f7fc2c6aba00b707a16c9d15ab49c0c5ba811a2581558feec94e10f40ac9ba846c9cee534b2ae016818dee1ea32752dd81e0051ec88875f50a020c3a262868d9'
-

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

2021-03-30 Thread Andrew Crerar via arch-commits
Date: Wednesday, March 31, 2021 @ 05:19:42
  Author: andrewsc
Revision: 910550

upgpkg: firefox-developer-edition-i18n 88.0b5-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-31 05:15:25 UTC (rev 910549)
+++ PKGBUILD2021-03-31 05:19:42 UTC (rev 910550)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=88.0b4
+pkgver=88.0b5
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('2be19f46e31bcd83ee2b640681089a5040dc2411f5520f28473fbe9227d1ead0105e2d053b134abd2db77eecc4c26634e078aae5c3319dab697a25910e85766e'
-
'037ccd33b9f32c9f95122014f35524221876f216b65c1df38cee558e987e5628a7f4eb7e8b47a9369f3a927098ad4c51133c1128bdb3b72048f52320cec6f9a3'
-
'f7fc2c6aba00b707a16c9d15ab49c0c5ba811a2581558feec94e10f40ac9ba846c9cee534b2ae016818dee1ea32752dd81e0051ec88875f50a020c3a262868d9'
-
'eb8cb5c809ac480e1d6fefa93e710123cad2021265faab85b675ab59e6ddaa4595b1ea385d50201fec5a842c766a2abda3e30dbf05519f80a9a00db511d223d2'
-
'e2a9c9c74f368e784a861e28fc81482afb7a868f4bac7f674acce426f0a830f2917e7876961f04ad5beadad68ef21f0f537468e428e00e46dee1099244f1d5e2'
-
'60ffce34bdeae16baea1083addc171f9cd5f2d90129a15985040515b77764a985c9bbed719afe596e77dc1cabe62a9f90930a2f658508b8cb5ceb5ddf576284e'
-
'59785de409fc05af67a3eb9fa3f78d8c7e77d06fe2a87813e3e510c57e4a6b22d0c9b9b7d08b23f20bde08fecb0eb5af57a54419df59eddf854dad3c2a9dc34c'
-
'5e5652b305e8b7ba9783d875a69732fdd33ae7498142a4f6aef90f0622fbc4dfd28139b51842a61d7dd7e578f8e173ffb2427ac8d40ba609894dc2d6a14b88fb'
-
'c563a715506e4d85915cc2ffde0e7912d4c932663bed45428d7b3174a2824e8c376cbad20c6b2ae6082121e416852c53dd3ca91954e461739e0594a70aedf467'
-
'b5ea827054a992acf4150e30b2fdd36a9a8c6a6aeef2a7963386d2003d5a6036f874ae48e1caa90128078b561b9fab1fef3d77a5e353f7ed9ec6c56d046ae6bc'
-
'5977122950ffb2c51e36f85ddf9faf3cfddaefcc3e86f17e09fc36b5fae3debe257ae925fd1f024c652b37a219e24b26bea799a134b40e257f02e57a6a777093'
-
'5c3dc61b842e02febb426593f28fea5271a5c2332e72e08c0403d481d965d9ee573cd2b7a9f613b8638e13b7bed3997699d453c93f422a30ac97f52fb47faaee'
-
'407f9dd93f543a7159f969192dad70e42a1c34c259ce44c8d22a3fee68f6fe502ff076abac1f3de1c2b3fb01c685bc3a64714908f0dfc8b8f9077fa92574'
-
'191d34354af912dd4ce31971d6030061a7a9c1e4c20d34760ca6ecc45ea9152b34941dc883da372a08a7901ab53fa1f1338339909b15fc02e853b260578b9fdc'
-
'77fdd480bfb011fbc730728a908acf86f3220faf06992147da2f4715079bed2a26cc5a333dfde350bec7e4e536393e2f9a2551ebff597d97896cd45aa3497a42'
-
'52c79652305b7087c55444ce35e15662a8c325e6bb9b8da3fe4d0a933fb345a787ab7c893f181958f0f803791dbf29ccb3f6fe01a5ddf04d77d3786bf16b1c3c'
-
'04bca37629fdd95519c30268335009cf32d0e52711abc330c803fae851a50b01b56d524900aade73c7ee21a5a99539345911b869c83199820b98647cc0639cd5'
-
'9829fbc9dbf7442a02cfca0b27837f3262d8e9827ce9348c04c701ee9f7badd4a123c163449b788edc347266753c0b5ad831a3123f25165d66f5c2f280d75b4f'
-
'6df4900c6a55c08bdcf3d41059c6b31fea6b1454a511d24e705b91d91311eb4557e7598e70ce72fc63624b7c812825ec204a9c8d9fbe9e0d0c935c6dc54193c5'
-
'596949ac72149c68f689e396ecc6404bec6d974d8256ecae84e1b43e4f800d7ced56a18773f1c93132260745bdcf3d8beb508a2446acefdcde9f0ac610aaaf26'
-
'ef7150628b190e5265f7caf8928f5617c139c15e5f64916085aba94d3d05aa09e2aeeb194487607dceb7c695161bdbedf7f2c22c9b35e1a61f9d78a16765f41c'
-
'ef8c0405c805b80c12c99b4c760170b45a745624ecb1584619045e295a65aeb4feea4bfc2871986294f685741817b336fa6701295381a5242f95cdc93ca47818'
-
'e2e66d810fee1891a0b5ff751aebb31301d0eccd8ce0aca49df8a475aeabe65d5be7bb8948a57a5f664a4f0b2065bcfb3186e09446aca23d3f55defa84972f64'
-
'53d66a89e5147d461c81f1994f26a1a1d710c629115a2dd926e811d32c112ec45bf53507137ae7956c65f8003c247db7bb15d124d76318a2b4516590c1433a53'
-
'41750776855ce6cb7e8cd55fdc7303d14b4fc0d83003e8a8dacf569d2547bc280127c6713d617deb936b854fa6fa64218ed7c147a478685bbcb5fc3484f31772'
-
'4db2ffea0fc81795a2e3f2fcaa8d21728dd819b18c23b3b6a9fdaf95762c0e887d93afe58545f9b48036d113e8139509039b9870cb9e637e144a4c5699de6a45'
-
'109018c25236c5c95440c182e92c11a9ef742e54468c6e83bbc790d4152806864224eb70a4d16b7ee5a516dd728f72f1a5b115cd0034b703ee59bfece47471b1'
-
'14b528569a6eb88c0b4f4307191c4a700fd7332b9f994706db874c913701db2cd28fd26ab99855c6591964c11b43fe04958359aeab4d4d35ab2bae6381cc69d8'
-

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

2021-03-30 Thread Andrew Crerar via arch-commits
Date: Wednesday, March 31, 2021 @ 05:15:25
  Author: andrewsc
Revision: 910549

archrelease: copy trunk to community-x86_64

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

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  114 +-
 PKGBUILD   |  434 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 657 insertions(+), 657 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2021-03-31 
05:14:59 UTC (rev 910548)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-03-31 
05:15:25 UTC (rev 910549)
@@ -1,57 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp |  6 +-
- widget/gtk/nsAppShell.cpp   | 12 +---
- 2 files changed, 6 insertions(+), 12 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index d944ce905cbe3..9a50545bfafcb 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4161,11 +4161,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index cfe022e65d820..c228237830e43 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,8 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
-+#include "mozilla/XREAppData.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -159,13 +161,9 @@ nsresult nsAppShell::Init() {
-   // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
-   //
-   // Only bother doing this for the parent process, since it's the one
--  // creating top-level windows. (At this point, a child process hasn't
--  // received the list of registered chrome packages, so the
--  // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  // creating top-level windows.
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 910548, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-03-31 
05:15:25 UTC (rev 910549)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp |  6 +-
+ widget/gtk/nsAppShell.cpp   | 12 +---
+ 2 files changed, 6 insertions(+), 12 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index d944ce905cbe3..9a50545bfafcb 

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

2021-03-30 Thread Andrew Crerar via arch-commits
Date: Wednesday, March 31, 2021 @ 05:14:59
  Author: andrewsc
Revision: 910548

upgpkg: firefox-developer-edition 88.0b5-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-31 04:58:54 UTC (rev 910547)
+++ PKGBUILD2021-03-31 05:14:59 UTC (rev 910548)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=88.0b4
+pkgver=88.0b5
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop)
-sha512sums=('2393ca900fabff53411d183050bcf88795813ef8a1deeae1601b015124e23510cb758f0e2db46702fdfaec8adc195ffb5008e474e18e6486ab2a38bbbc236ee1'
+sha512sums=('3960440d68f91e8273acbe0110e20356acc1a25e4378a056c38ff9e5364ec533e6bef31992bf94cb4714668857de729a1b5969a5825e93ac7a11e4ffdec6f457'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'8df3228209334aaaddec9c761c063e61ebbf3e75c6b249db9347dc4cabb79d912ccc8abdcfe4fab63387f2a0e09b4f3c9edf3b7e25aa0fd00ee56bcc7e9dde2c'


[arch-commits] Commit in jedi-language-server/repos/community-any (PKGBUILD PKGBUILD)

2021-03-30 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 31, 2021 @ 04:58:54
  Author: polyzen
Revision: 910547

archrelease: copy trunk to community-any

Added:
  jedi-language-server/repos/community-any/PKGBUILD
(from rev 910546, jedi-language-server/trunk/PKGBUILD)
Deleted:
  jedi-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-31 04:58:33 UTC (rev 910546)
+++ PKGBUILD2021-03-31 04:58:54 UTC (rev 910547)
@@ -1,34 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=jedi-language-server
-pkgver=0.30.1
-pkgrel=1
-pkgdesc='Language server for Jedi'
-arch=('any')
-url=https://github.com/pappasam/jedi-language-server
-license=('MIT')
-depends=('python-docstring-to-markdown' 'python-jedi' 'python-pygls')
-makedepends=('python-pip' 'python-poetry')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('21de6bc8c39f1efd15e8af47c4c3cda65e2f7dda3a32c8d5374f19af517d0439')
-b2sums=('80ec0704a0d6e329579458d76f129396f5e6be246ca62efc33a13a5d2decd9916394951ddafa1a6e93553109784b42238ce851c4b6d85cb35dc1b06f3de51871')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Avoid installing files directly under site-packages/
-  sed -i '/include = \["README.md"\]/d' pyproject.toml
-}
-
-build() {
-  cd $pkgname-$pkgver
-  poetry build --format wheel
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jedi-language-server/repos/community-any/PKGBUILD (from rev 910546, 
jedi-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-31 04:58:54 UTC (rev 910547)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=jedi-language-server
+pkgver=0.30.2
+pkgrel=1
+pkgdesc='Language server for Jedi'
+arch=('any')
+url=https://github.com/pappasam/jedi-language-server
+license=('MIT')
+depends=('python-docstring-to-markdown' 'python-jedi' 'python-pygls')
+makedepends=('python-pip' 'python-poetry')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('68f40862b86342525628ebb39f6056a2526d56afab445e7a2c63e714694c2dd5')
+b2sums=('68a8fb321e8d9180f7ba4c52c56ca63805ef9b62e5bf38097440520af3126250e0c9439c367f33a041aec0995f10534f830eb42b826900a7a1c5d2a5a7bcdd4f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Avoid installing files directly under site-packages/
+  sed -i '/include = \["README.md"\]/d' pyproject.toml
+}
+
+build() {
+  cd $pkgname-$pkgver
+  poetry build --format wheel
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in jedi-language-server/trunk (PKGBUILD)

2021-03-30 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 31, 2021 @ 04:58:33
  Author: polyzen
Revision: 910546

upgpkg: jedi-language-server 0.30.2-1

Modified:
  jedi-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-31 04:56:52 UTC (rev 910545)
+++ PKGBUILD2021-03-31 04:58:33 UTC (rev 910546)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=jedi-language-server
-pkgver=0.30.1
+pkgver=0.30.2
 pkgrel=1
 pkgdesc='Language server for Jedi'
 arch=('any')
@@ -10,8 +10,8 @@
 depends=('python-docstring-to-markdown' 'python-jedi' 'python-pygls')
 makedepends=('python-pip' 'python-poetry')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('21de6bc8c39f1efd15e8af47c4c3cda65e2f7dda3a32c8d5374f19af517d0439')
-b2sums=('80ec0704a0d6e329579458d76f129396f5e6be246ca62efc33a13a5d2decd9916394951ddafa1a6e93553109784b42238ce851c4b6d85cb35dc1b06f3de51871')
+sha256sums=('68f40862b86342525628ebb39f6056a2526d56afab445e7a2c63e714694c2dd5')
+b2sums=('68a8fb321e8d9180f7ba4c52c56ca63805ef9b62e5bf38097440520af3126250e0c9439c367f33a041aec0995f10534f830eb42b826900a7a1c5d2a5a7bcdd4f')
 
 prepare() {
   cd $pkgname-$pkgver


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

2021-03-30 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 31, 2021 @ 04:56:52
  Author: polyzen
Revision: 910545

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 910544, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-31 04:56:29 UTC (rev 910544)
+++ PKGBUILD2021-03-31 04:56:52 UTC (rev 910545)
@@ -1,40 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.5.12
-pkgrel=4
-pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-optdepends=('python-llfuse: for mount action')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5cb6c126f351987f16f529ce8c5ef351b6b3458142316e9210edb028dff65536')
-b2sums=('d71537eed019b10c3257d4b068c31aff63919e0cdb068b49c2ed92d2e97d37b8735f30b1225fb453e79372aeab49817e9200770aac4cc0f80c0bac14e84678d1')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,
-  /SystemCallFilter/a SystemCallErrorNumber=EPERM' 
sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 910544, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-31 04:56:52 UTC (rev 910545)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.5.13
+pkgrel=1
+pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+optdepends=('python-llfuse: for mount action')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('83d7219af3f64fbd9eb2439541bb2050dbbdf853fb8a340b63168cd79c036988')
+b2sums=('3a71be201143a96968bb1ea6008b62e11f6ab199f44f38d0d66f31f24827a8f32cc7b8f50cc5d33a8bbd7046e6697afe509525be90dd9519f4c686b8737f64c5')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-30 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 31, 2021 @ 04:56:29
  Author: polyzen
Revision: 910544

upgpkg: borgmatic 1.5.13-1

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-31 00:59:12 UTC (rev 910543)
+++ PKGBUILD2021-03-31 04:56:29 UTC (rev 910544)
@@ -6,8 +6,8 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.5.12
-pkgrel=4
+pkgver=1.5.13
+pkgrel=1
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
 url=https://torsion.org/borgmatic
@@ -16,15 +16,9 @@
  'python-ruamel-yaml' 'python-setuptools')
 optdepends=('python-llfuse: for mount action')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5cb6c126f351987f16f529ce8c5ef351b6b3458142316e9210edb028dff65536')
-b2sums=('d71537eed019b10c3257d4b068c31aff63919e0cdb068b49c2ed92d2e97d37b8735f30b1225fb453e79372aeab49817e9200770aac4cc0f80c0bac14e84678d1')
+sha256sums=('83d7219af3f64fbd9eb2439541bb2050dbbdf853fb8a340b63168cd79c036988')
+b2sums=('3a71be201143a96968bb1ea6008b62e11f6ab199f44f38d0d66f31f24827a8f32cc7b8f50cc5d33a8bbd7046e6697afe509525be90dd9519f4c686b8737f64c5')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,
-  /SystemCallFilter/a SystemCallErrorNumber=EPERM' 
sample/systemd/$pkgname.service
-}
-
 build() {
   cd $pkgname-$pkgver
   python setup.py build


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Wednesday, March 31, 2021 @ 00:59:12
  Author: heftig
Revision: 910543

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 910542, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-31 00:58:35 UTC (rev 910542)
+++ PKGBUILD2021-03-31 00:59:12 UTC (rev 910543)
@@ -1,31 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.2.16.0
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-url="https://www.jruby.org/;
-arch=(any)
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
-md5sums=('d8d954ee0ab6f4868c3fc63339660af9')
-sha1sums=('c04d45392da356405becb238d0d48cf32357ddfd')
-sha256sums=('5ae27f149f73f3fea4f34359cbb773c25d9d987e72b5edec9e8b93957997eb30')
-
-prepare() {
-  cd jruby-$pkgver
-  rm -rv bin/*.{bat,dll,exe} lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
-  chmod -cR g-w .
-}
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  mkdir -p "$pkgdir"/{opt,usr/bin,usr/share/licenses/$pkgname}
-  cp -a jruby-$pkgver "$pkgdir/opt/jruby"
-  ln -srt "$pkgdir/usr/bin" \
-"$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 jruby-$pkgver/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 910542, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-31 00:59:12 UTC (rev 910543)
@@ -0,0 +1,31 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.2.17.0
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+url="https://www.jruby.org/;
+arch=(any)
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
+md5sums=('382fb3d9d2982efd5396f1a42e3fa6a1')
+sha1sums=('71932970f8ea6b9a1d226a3e833ec2b1bfb6fab3')
+sha256sums=('7701d3537b3a606d2765ac6d5c40e675ddaa01d3cebad26a21a66e3aadd5c202')
+
+prepare() {
+  cd jruby-$pkgver
+  rm -rv bin/*.{bat,dll,exe} lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
+  chmod -cR g-w .
+}
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  mkdir -p "$pkgdir"/{opt,usr/bin,usr/share/licenses/$pkgname}
+  cp -a jruby-$pkgver "$pkgdir/opt/jruby"
+  ln -srt "$pkgdir/usr/bin" \
+"$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 jruby-$pkgver/COPYING
+}


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Wednesday, March 31, 2021 @ 00:58:35
  Author: heftig
Revision: 910542

9.2.17.0-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-31 00:57:42 UTC (rev 910541)
+++ PKGBUILD2021-03-31 00:58:35 UTC (rev 910542)
@@ -2,7 +2,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.2.16.0
+pkgver=9.2.17.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 url="https://www.jruby.org/;
@@ -10,9 +10,9 @@
 license=(EPL GPL2 LGPL2.1 custom)
 options=(!strip)
 
source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
-md5sums=('d8d954ee0ab6f4868c3fc63339660af9')
-sha1sums=('c04d45392da356405becb238d0d48cf32357ddfd')
-sha256sums=('5ae27f149f73f3fea4f34359cbb773c25d9d987e72b5edec9e8b93957997eb30')
+md5sums=('382fb3d9d2982efd5396f1a42e3fa6a1')
+sha1sums=('71932970f8ea6b9a1d226a3e833ec2b1bfb6fab3')
+sha256sums=('7701d3537b3a606d2765ac6d5c40e675ddaa01d3cebad26a21a66e3aadd5c202')
 
 prepare() {
   cd jruby-$pkgver


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

2021-03-30 Thread Frederik Schwan via arch-commits
Date: Tuesday, March 30, 2021 @ 22:07:43
  Author: freswa
Revision: 910532

archrelease: copy trunk to community-testing-any

Added:
  python-rich/repos/community-testing-any/
  python-rich/repos/community-testing-any/PKGBUILD
(from rev 910531, python-rich/trunk/PKGBUILD)

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

Copied: python-rich/repos/community-testing-any/PKGBUILD (from rev 910531, 
python-rich/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-03-30 22:07:43 UTC (rev 910532)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+pkgver=10.0.1
+pkgrel=1
+pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
+arch=(any)
+url='https://github.com/willmcgugan/rich'
+license=('MIT')
+depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
+makedepends=('python-pip' 'python-poetry')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
+b2sums=('3992282b72ea97a364df3ca67e10a90baadb36ff207f64edee7e11df957b078d4b2c67bf3485efb70b3e8c2d3ae87e1d9b4d063db91f30c1a9510f7da976')
+
+build() {
+  cd rich-${pkgver}
+  poetry build --format wheel
+}
+
+package() {
+  cd rich-${pkgver}
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps dist/*.whl
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2021-03-30 Thread Frederik Schwan via arch-commits
Date: Tuesday, March 30, 2021 @ 22:07:04
  Author: freswa
Revision: 910531

upgpkg: python-rich 10.0.1-1

move from dephell + setup.py to poetry + pip build

Modified:
  python-rich/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 21:47:49 UTC (rev 910530)
+++ PKGBUILD2021-03-30 22:07:04 UTC (rev 910531)
@@ -2,7 +2,7 @@
 # Contributor: Hao Long 
 
 pkgname=python-rich
-pkgver=10.0.0
+pkgver=10.0.1
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -9,22 +9,17 @@
 url='https://github.com/willmcgugan/rich'
 license=('MIT')
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
-makedepends=('python-setuptools' 'python-dephell')
+makedepends=('python-pip' 'python-poetry')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
-b2sums=('2604bf6a3bd57a9465fc2a001b497ff7f0afe83953d42fa8e5d9c0edfeadb0992503e2cf91cea30f177a641ebb3bb94d669945b601c88e5e796a107a08792e2f')
+b2sums=('3992282b72ea97a364df3ca67e10a90baadb36ff207f64edee7e11df957b078d4b2c67bf3485efb70b3e8c2d3ae87e1d9b4d063db91f30c1a9510f7da976')
 
-prepare() {
-  cd rich-${pkgver}
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
 build() {
   cd rich-${pkgver}
-  python3 setup.py build
+  poetry build --format wheel
 }
 
 package() {
   cd rich-${pkgver}
-  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps dist/*.whl
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


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

2021-03-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 30, 2021 @ 21:47:49
  Author: arojas
Revision: 910530

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 21:47:39 UTC (rev 910529)
+++ PKGBUILD2021-03-30 21:47:49 UTC (rev 910530)
@@ -1,33 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
-
-pkgname=python-statsmodels
-pkgver=0.12.2
-pkgrel=1
-pkgdesc="Statistical computations and models for use with SciPy"
-arch=('x86_64')
-url="http://statsmodels.sourceforge.net/;
-license=('BSD')
-depends=('python-scipy' 'python-pandas' 'python-patsy')
-makedepends=('python-setuptools' 'cython')
-optdepends=('python-nose: needed for integrated test suite'
-'python-matplotlib: needed for plotting functions'
-   'python-joblib:  accelerate distributed estimation for certain 
models'
-   'jupyter: needed to run the notebooks')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
-sha256sums=('762a33b04d63f6674881c3519787e745203d996ea7304bcf5f84f2902397ef2f')
-
-build() {
-  cd "$srcdir"/statsmodels-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/statsmodels-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 910529, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 21:47:49 UTC (rev 910530)
@@ -0,0 +1,34 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
+
+pkgname=python-statsmodels
+pkgver=0.12.2
+pkgrel=2
+pkgdesc="Statistical computations and models for use with SciPy"
+arch=('x86_64')
+url="http://statsmodels.sourceforge.net/;
+license=('BSD')
+depends=('python-scipy' 'python-pandas' 'python-patsy')
+makedepends=('python-setuptools' 'cython')
+optdepends=('python-nose: needed for integrated test suite'
+'python-matplotlib: needed for plotting functions'
+   'python-joblib:  accelerate distributed estimation for certain 
models'
+   'jupyter: needed to run the notebooks')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
+sha256sums=('762a33b04d63f6674881c3519787e745203d996ea7304bcf5f84f2902397ef2f')
+
+build() {
+  cd "$srcdir"/statsmodels-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/statsmodels-${pkgver}
+
+  export PYTHONHASHSEED=0
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-03-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 30, 2021 @ 21:47:39
  Author: arojas
Revision: 910529

Make package reproducible (FS#70219)

Modified:
  python-statsmodels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 21:37:15 UTC (rev 910528)
+++ PKGBUILD2021-03-30 21:47:39 UTC (rev 910529)
@@ -5,7 +5,7 @@
 
 pkgname=python-statsmodels
 pkgver=0.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=('x86_64')
 url="http://statsmodels.sourceforge.net/;
@@ -27,6 +27,7 @@
 package() {
   cd "$srcdir"/statsmodels-${pkgver}
 
+  export PYTHONHASHSEED=0
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2021-03-30 Thread David Runge via arch-commits
Date: Tuesday, March 30, 2021 @ 21:38:08
  Author: dvzrv
Revision: 411301

upgpkg: archiso 52-1: Upgrade to 52.

Add erofs-utils to optdepends for experimental EROFS support.

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 21:37:00 UTC (rev 411300)
+++ PKGBUILD2021-03-30 21:38:08 UTC (rev 411301)
@@ -4,7 +4,7 @@
 
 pkgbase=archiso
 pkgname=('archiso' 'mkinitcpio-archiso')
-pkgver=51
+pkgver=52
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -19,6 +19,7 @@
   depends=('arch-install-scripts' 'bash' 'dosfstools' 'e2fsprogs' 'libisoburn'
   'mtools' 'squashfs-tools')
   optdepends=('edk2-ovmf: for emulating UEFI with run_archiso'
+  'erofs-utils: for experimental EROFS support in mkarchiso'
   'qemu: for run_archiso')
   cd "${pkgbase}"
   make DESTDIR="${pkgdir}" install


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

2021-03-30 Thread David Runge via arch-commits
Date: Tuesday, March 30, 2021 @ 21:38:19
  Author: dvzrv
Revision: 411302

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 411301, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 21:38:08 UTC (rev 411301)
+++ PKGBUILD2021-03-30 21:38:19 UTC (rev 411302)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Pierre Schmitz 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgbase=archiso
-pkgname=('archiso' 'mkinitcpio-archiso')
-pkgver=51
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL3')
-url="https://gitlab.archlinux.org/archlinux/archiso;
-makedepends=('git')
-source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed;)
-sha256sums=('SKIP')
-validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge 

-
-package_archiso() {
-  depends=('arch-install-scripts' 'bash' 'dosfstools' 'e2fsprogs' 'libisoburn'
-  'mtools' 'squashfs-tools')
-  optdepends=('edk2-ovmf: for emulating UEFI with run_archiso'
-  'qemu: for run_archiso')
-  cd "${pkgbase}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_mkinitcpio-archiso() {
-  pkgdesc='Mkinitcpio hooks and scripts for archiso'
-  depends=('mkinitcpio')
-  cd "${pkgbase}"
-  make DESTDIR="${pkgdir}" install-initcpio
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 411301, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 21:38:19 UTC (rev 411302)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+# Contributor: Pierre Schmitz 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgbase=archiso
+pkgname=('archiso' 'mkinitcpio-archiso')
+pkgver=52
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL3')
+url="https://gitlab.archlinux.org/archlinux/archiso;
+makedepends=('git')
+source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge 

+
+package_archiso() {
+  depends=('arch-install-scripts' 'bash' 'dosfstools' 'e2fsprogs' 'libisoburn'
+  'mtools' 'squashfs-tools')
+  optdepends=('edk2-ovmf: for emulating UEFI with run_archiso'
+  'erofs-utils: for experimental EROFS support in mkarchiso'
+  'qemu: for run_archiso')
+  cd "${pkgbase}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_mkinitcpio-archiso() {
+  pkgdesc='Mkinitcpio hooks and scripts for archiso'
+  depends=('mkinitcpio')
+  cd "${pkgbase}"
+  make DESTDIR="${pkgdir}" install-initcpio
+}


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

2021-03-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 30, 2021 @ 21:37:04
  Author: arojas
Revision: 910525

Make package reproducible (FS#70220)

Modified:
  rednotebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 21:34:54 UTC (rev 910524)
+++ PKGBUILD2021-03-30 21:37:04 UTC (rev 910525)
@@ -10,7 +10,7 @@
 
 pkgname=rednotebook
 pkgver=2.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern desktop diary and personal journaling tool that lets you 
format, tag and search your entries"
 arch=(any)
 url="https://rednotebook.sourceforge.io/;
@@ -25,7 +25,8 @@
 }
 
 package() {
-  cd $pkgname-$pkgver 
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0 
   python3 setup.py install --root="$pkgdir" --optimize=1
 
   for _res in 16 22 32 48 64 128 192 256; do


[arch-commits] Commit in lib32-systemd/repos/multilib-testing-x86_64 (2 files)

2021-03-30 Thread Christian Hesse via arch-commits
Date: Tuesday, March 30, 2021 @ 21:37:15
  Author: eworm
Revision: 910527

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 910526, lib32-systemd/trunk/PKGBUILD)
Deleted:
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  330 ++---
 1 file changed, 164 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 21:37:10 UTC (rev 910526)
+++ PKGBUILD2021-03-30 21:37:15 UTC (rev 910527)
@@ -1,166 +0,0 @@
-# Maintainer: Christian Hesse 
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-_tag='e878547b1a4aaee27c90e835a986a6a96a00c507' # git rev-parse v${_tag_name}
-_tag_name=248-rc4
-pkgver="${_tag_name/-/}"
-pkgrel=2
-pkgdesc='system and service manager (32-bit)'
-arch=('x86_64')
-url='https://www.github.com/systemd/systemd'
-license=('GPL2' 'LGPL2.1')
-depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-libxcrypt'
- 'lib32-xz' 'lib32-zstd' 'systemd')
-makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
- 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
- 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
- 'libxslt' 'meson')
-options=('strip')
-validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

-  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
-source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
-"git+https://github.com/systemd/systemd#tag=v${_tag_name%.*}?signed;)
-sha512sums=('SKIP'
-'SKIP')
-
-_backports=(
-)
-
-_reverts=(
-)
-
-prepare() {
-  cd "$_pkgbasename-stable"
-
-  # add upstream repository for cherry-picking
-  git remote add -f upstream ../systemd
-
-  local _c
-  for _c in "${_backports[@]}"; do
-git cherry-pick -n "${_c}"
-  done
-  for _c in "${_reverts[@]}"; do
-git revert -n "${_c}"
-  done
-
-  git merge --ff-only 'a81c7ac8d408a2618d488e708b40530bcdad6bd1'
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  local _timeservers=({0..3}.arch.pool.ntp.org)
-  local _nameservers=(
-# We use these public name services, ordered by their
-# privacy policy (hopefully):
-#  * Cloudflare (https://1.1.1.1/)
-#  * Quad9 without filtering (https://www.quad9.net/)
-#  * Google (https://developers.google.com/speed/public-dns/)
-1.1.1.1
-9.9.9.10
-8.8.8.8
-2606:4700:4700::
-2620:fe::10
-2001:4860:4860::
-  )
- 
-  local _meson_options=(
---libexecdir   /usr/lib32
---libdir   /usr/lib32
-
--Dversion-tag="${pkgver}-${pkgrel}-arch"
--Dmode=release
-
-# features
--Daudit=false
--Dblkid=false
--Dgnu-efi=false
--Dima=false
--Dkmod=false
--Dlibcryptsetup=false
--Dlibidn2=true
--Dlibiptc=false
--Dlz4=false
--Dmicrohttpd=false
--Dpam=false
--Dpython=false
--Dseccomp=false
-
-# components
--Dutmp=false
--Dhibernate=false
--Dldconfig=false
--Dresolve=true
--Defi=false
--Dtpm=false
--Denvironment-d=false
--Dbinfmt=false
--Drepart=false
--Dcoredump=false
--Dpstore=false
--Doomd=false
--Dlogind=false
--Dhostnamed=false
--Dlocaled=false
--Dmachined=true
--Dportabled=false
--Dsysext=false
--Duserdb=false
--Dhomed=false
--Dnetworkd=false
--Dtimedated=false
--Dtimesyncd=false
--Dremote=false
--Dcreate-log-dirs=false
--Dnss-myhostname=true
--Dnss-mymachines=true
--Dnss-resolve=true
--Dnss-systemd=true
--Dfirstboot=false
--Drandomseed=false
--Dbacklight=false
--Dvconsole=false
--Dquotacheck=false
--Dsysusers=false
--Dtmpfiles=false
--Dimportd=false
--Dhwdb=false
--Drfkill=false
--Dxdg-autostart=false
--Dman=false
--Dhtml=false
--Dtranslations=false
-
--Ddbuspolicydir=/usr/share/dbus-1/system.d
--Ddefault-hierarchy=unified
--Ddefault-kill-user-processes=false
--Ddefault-locale=C
--Dfallback-hostname='archlinux'
--Dnologin-path=/usr/bin/nologin
--Dntp-servers="${_timeservers[*]}"
--Ddns-servers="${_nameservers[*]}"
--Drpmmacrosdir=no
--Dsysvinit-path=
--Dsysvrcnd-path=
-  )
-
-  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
-
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  rm -rf "${pkgdir}"/{etc,var}
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-}

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 910526, 
lib32-systemd/trunk/PKGBUILD)

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

2021-03-30 Thread Christian Hesse via arch-commits
Date: Tuesday, March 30, 2021 @ 21:37:10
  Author: eworm
Revision: 910526

upgpkg: lib32-systemd 248-1: new upstream release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 21:37:04 UTC (rev 910525)
+++ PKGBUILD2021-03-30 21:37:10 UTC (rev 910526)
@@ -4,10 +4,10 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='e878547b1a4aaee27c90e835a986a6a96a00c507' # git rev-parse v${_tag_name}
-_tag_name=248-rc4
+_tag='e13126bd95857eb9344e030edbb4c603aab63884' # git rev-parse v${_tag_name}
+_tag_name=248
 pkgver="${_tag_name/-/}"
-pkgrel=2
+pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -45,8 +45,6 @@
   for _c in "${_reverts[@]}"; do
 git revert -n "${_c}"
   done
-
-  git merge --ff-only 'a81c7ac8d408a2618d488e708b40530bcdad6bd1'
 }
 
 build() {


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

2021-03-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 30, 2021 @ 21:37:15
  Author: arojas
Revision: 910528

archrelease: copy trunk to community-any

Added:
  rednotebook/repos/community-any/PKGBUILD
(from rev 910526, rednotebook/trunk/PKGBUILD)
Deleted:
  rednotebook/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 21:37:15 UTC (rev 910527)
+++ PKGBUILD2021-03-30 21:37:15 UTC (rev 910528)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: SanskritFritz (gmail)
-# Contributor: Eugenio M. Vigo 
-# Contributor: FadeMind 
-# Contributor: Dmitry Korzhevin 
-# Contributor: 4javier <4javi...@gmail.com>
-# Contributor: G_Syme 
-# Contributor: cameel 
-# Contributor: Stefan Husmann 
-
-pkgname=rednotebook
-pkgver=2.21
-pkgrel=1
-pkgdesc="Modern desktop diary and personal journaling tool that lets you 
format, tag and search your entries"
-arch=(any)
-url="https://rednotebook.sourceforge.io/;
-license=(GPL2)
-depends=(gtksourceview3 python-gobject python-pyenchant python-yaml webkit2gtk)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a19f54ce8b60d7fad08b2d1d3b062e184721c226138b029d6b605880d04c54fa')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver 
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  for _res in 16 22 32 48 64 128 192 256; do
-install -Dm644 rednotebook/images/rednotebook-icon/rn-$_res.png \
-  "$pkgdir/usr/share/icons/hicolor/${_res}x${_res}/apps/$pkgname.png"
-  done
-}

Copied: rednotebook/repos/community-any/PKGBUILD (from rev 910526, 
rednotebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 21:37:15 UTC (rev 910528)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Eugenio M. Vigo 
+# Contributor: FadeMind 
+# Contributor: Dmitry Korzhevin 
+# Contributor: 4javier <4javi...@gmail.com>
+# Contributor: G_Syme 
+# Contributor: cameel 
+# Contributor: Stefan Husmann 
+
+pkgname=rednotebook
+pkgver=2.21
+pkgrel=2
+pkgdesc="Modern desktop diary and personal journaling tool that lets you 
format, tag and search your entries"
+arch=(any)
+url="https://rednotebook.sourceforge.io/;
+license=(GPL2)
+depends=(gtksourceview3 python-gobject python-pyenchant python-yaml webkit2gtk)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a19f54ce8b60d7fad08b2d1d3b062e184721c226138b029d6b605880d04c54fa')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0 
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  for _res in 16 22 32 48 64 128 192 256; do
+install -Dm644 rednotebook/images/rednotebook-icon/rn-$_res.png \
+  "$pkgdir/usr/share/icons/hicolor/${_res}x${_res}/apps/$pkgname.png"
+  done
+}


[arch-commits] Commit in systemd/repos/testing-x86_64 (42 files)

2021-03-30 Thread Christian Hesse via arch-commits
Date: Tuesday, March 30, 2021 @ 21:37:00
  Author: eworm
Revision: 411300

archrelease: copy trunk to testing-x86_64

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

+
 0001-Use-Arch-Linux-device-access-groups.patch |  144 ++---
 0002-Disable-SYSTEMD_URLIFY-by-default.patch   |   46 -
 20-systemd-sysusers.hook   |   20 
 30-systemd-binfmt.hook |   20 
 30-systemd-catalog.hook|   22 
 30-systemd-daemon-reload.hook  |   22 
 30-systemd-hwdb.hook   |   22 
 30-systemd-sysctl.hook |   20 
 30-systemd-tmpfiles.hook   |   20 
 30-systemd-udev-reload.hook|   22 
 30-systemd-update.hook |   22 
 PKGBUILD   |  568 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  416 
 initcpio-install-udev  |   58 +-
 loader.conf|2 
 systemd-hook   |   74 +-
 systemd-user.pam   |   10 
 systemd.install|  218 
 20 files changed, 889 insertions(+), 895 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch

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

2021-03-30 Thread Christian Hesse via arch-commits
Date: Tuesday, March 30, 2021 @ 21:36:45
  Author: eworm
Revision: 411299

upgpkg: systemd 248-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 21:21:09 UTC (rev 411298)
+++ PKGBUILD2021-03-30 21:36:45 UTC (rev 411299)
@@ -4,10 +4,10 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='e878547b1a4aaee27c90e835a986a6a96a00c507' # git rev-parse v${_tag_name}
-_tag_name=248-rc4
+_tag='e13126bd95857eb9344e030edbb4c603aab63884' # git rev-parse v${_tag_name}
+_tag_name=248
 pkgver="${_tag_name/-/}"
-pkgrel=4
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -84,17 +84,11 @@
 git revert -n "${_c}"
   done
 
-  git merge --ff-only 'a81c7ac8d408a2618d488e708b40530bcdad6bd1'
-
   # Replace cdrom/dialout/tape groups with optical/uucp/storage
   patch -Np1 -i ../0001-Use-Arch-Linux-device-access-groups.patch
 
   # https://github.com/gwsw/less/issues/140
   patch -Np1 -i ../0002-Disable-SYSTEMD_URLIFY-by-default.patch
-
-  # units: make locale directory writable for systemd-localed
-  # https://github.com/systemd/systemd/pull/19139
-  sed -i '/ReadWritePaths=/s|$| /usr/lib/locale|' 
units/systemd-localed.service.in
 }
 
 build() {


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

2021-03-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 30, 2021 @ 21:34:54
  Author: arojas
Revision: 910524

archrelease: copy trunk to community-x86_64

Added:
  vidcutter/repos/community-x86_64/PKGBUILD
(from rev 910523, vidcutter/trunk/PKGBUILD)
Deleted:
  vidcutter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 21:34:43 UTC (rev 910523)
+++ PKGBUILD2021-03-30 21:34:54 UTC (rev 910524)
@@ -1,30 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Pete Alexandrou 
-
-pkgname=vidcutter
-pkgver=6.0.5
-pkgrel=1
-pkgdesc='Modern, simple to use, constantly evolving and hella fast media 
cutter + joiner with frame-accurate SmartCut technology'
-arch=(x86_64)
-url='https://github.com/ozmartian/vidcutter'
-license=(GPL3)
-depends=(ffmpeg mediainfo mpv python-opengl python-pyqt5 python-simplejson)
-makedepends=(python-setuptools cython)
-source=(https://github.com/ozmartian/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b33c50606de20d480f14682d4c958d266257a34f8b2765a6c1a7aef991bec769')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # remove mpv.c so it gets regenerated by current cython
-  rm vidcutter/libs/pympv/mpv.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: vidcutter/repos/community-x86_64/PKGBUILD (from rev 910523, 
vidcutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 21:34:54 UTC (rev 910524)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+# Contributor: Pete Alexandrou 
+
+pkgname=vidcutter
+pkgver=6.0.5
+pkgrel=2
+pkgdesc='Modern, simple to use, constantly evolving and hella fast media 
cutter + joiner with frame-accurate SmartCut technology'
+arch=(x86_64)
+url='https://github.com/ozmartian/vidcutter'
+license=(GPL3)
+depends=(ffmpeg mediainfo mpv python-opengl python-pyqt5 python-simplejson)
+makedepends=(python-setuptools cython)
+source=(https://github.com/ozmartian/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b33c50606de20d480f14682d4c958d266257a34f8b2765a6c1a7aef991bec769')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # remove mpv.c so it gets regenerated by current cython
+  rm vidcutter/libs/pympv/mpv.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


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

2021-03-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 30, 2021 @ 21:34:43
  Author: arojas
Revision: 910523

Make package reproducible (FS#70225)

Modified:
  vidcutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 20:36:52 UTC (rev 910522)
+++ PKGBUILD2021-03-30 21:34:43 UTC (rev 910523)
@@ -3,7 +3,7 @@
 
 pkgname=vidcutter
 pkgver=6.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Modern, simple to use, constantly evolving and hella fast media 
cutter + joiner with frame-accurate SmartCut technology'
 arch=(x86_64)
 url='https://github.com/ozmartian/vidcutter'
@@ -26,5 +26,6 @@
 
 package() {
   cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
   python3 setup.py install --root="$pkgdir" --optimize=1
 }


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

2021-03-30 Thread Andreas Radke via arch-commits
Date: Tuesday, March 30, 2021 @ 21:21:09
  Author: andyrtr
Revision: 411298

archrelease: copy trunk to testing-x86_64

Added:
  groff/repos/testing-x86_64/
  groff/repos/testing-x86_64/PKGBUILD
(from rev 411297, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/site.tmac
(from rev 411297, groff/trunk/site.tmac)

---+
 PKGBUILD  |   58 ++
 site.tmac |   16 
 2 files changed, 74 insertions(+)

Copied: groff/repos/testing-x86_64/PKGBUILD (from rev 411297, 
groff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-03-30 21:21:09 UTC (rev 411298)
@@ -0,0 +1,58 @@
+# Maintainer: 
+
+pkgname=groff
+pkgver=1.22.4
+pkgrel=5
+pkgdesc='GNU troff text-formatting system'
+arch=('x86_64')
+url='https://www.gnu.org/software/groff/groff.html'
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils'  'libxaw' 'perl-file-homedir')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview'
+'perl-file-homedir: for use with glilypond')
+options=('!docs' '!emptydirs' '!makeflags')
+validpgpkeys=('2D0C08D2B0AD0D3D8626670272D23FBAC99D4E75') # Bertrand Garrigues 

+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+'site.tmac')
+md5sums=('08fb04335e2f5e73f23ea4c3adbf0c5f'
+ 'SKIP'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+sha256sums=('e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293'
+'SKIP'
+'af59ecde597ce9f8189368a7739279a5f8a391139fe048ef6b4e493ed46e5f5f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-x \
+--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  # add compatibility symlinks
+  ln -s eqn "$pkgdir"/usr/bin/geqn
+  ln -s tbl "$pkgdir"/usr/bin/gtbl
+  ln -s soelim "$pkgdir"/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat "$srcdir"/site.tmac >> \
+"$pkgdir"/usr/share/groff/site-tmac/man.local
+  cat "$srcdir"/site.tmac >> \
+"$pkgdir"/usr/share/groff/site-tmac/mdoc.local
+}

Copied: groff/repos/testing-x86_64/site.tmac (from rev 411297, 
groff/trunk/site.tmac)
===
--- testing-x86_64/site.tmac(rev 0)
+++ testing-x86_64/site.tmac2021-03-30 21:21:09 UTC (rev 411298)
@@ -0,0 +1,16 @@
+.
+.if n \{\
+.  \" Character translations for non-keyboard
+.  \" characters - to make them searchable
+.  if '\*[.T]'utf8' \{\
+.char \- \N'45'
+.char - \N'45'
+.char ' \N'39'
+.char \' \N'39'
+.  \}
+.
+.  \" Shut off SGR by default (groff colors)
+.  \" Require GROFF_SGR envvar defined to turn it on
+.  if '\V[GROFF_SGR]'' \
+.output x X tty: sgr 0
+.\}


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

2021-03-30 Thread Andreas Radke via arch-commits
Date: Tuesday, March 30, 2021 @ 21:21:03
  Author: andyrtr
Revision: 411297

upgpkg: groff 1.22.4-5: ghostscript 9.54.0 rebuild

Modified:
  groff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 21:18:36 UTC (rev 411296)
+++ PKGBUILD2021-03-30 21:21:03 UTC (rev 411297)
@@ -2,7 +2,7 @@
 
 pkgname=groff
 pkgver=1.22.4
-pkgrel=4
+pkgrel=5
 pkgdesc='GNU troff text-formatting system'
 arch=('x86_64')
 url='https://www.gnu.org/software/groff/groff.html'


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 21:18:36
  Author: heftig
Revision: 411296

archrelease: copy trunk to extra-x86_64

Added:
  gtk4/repos/extra-x86_64/PKGBUILD
(from rev 411295, gtk4/trunk/PKGBUILD)
  gtk4/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 411295, gtk4/trunk/gtk-update-icon-cache.hook)
  gtk4/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 411295, gtk4/trunk/gtk-update-icon-cache.script)
  gtk4/repos/extra-x86_64/gtk4-querymodules.hook
(from rev 411295, gtk4/trunk/gtk4-querymodules.hook)
Deleted:
  gtk4/repos/extra-x86_64/PKGBUILD
  gtk4/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk4/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk4/repos/extra-x86_64/gtk4-querymodules.hook

--+
 PKGBUILD |  179 +
 gtk-update-icon-cache.hook   |   26 ++---
 gtk-update-icon-cache.script |   20 ++--
 gtk4-querymodules.hook   |   24 ++---
 4 files changed, 130 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 21:18:26 UTC (rev 411295)
+++ PKGBUILD2021-03-30 21:18:36 UTC (rev 411296)
@@ -1,84 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk4
-pkgname=(gtk4 gtk-update-icon-cache)
-pkgver=4.0.3+61+gcb05be0aa5
-pkgrel=1
-epoch=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/;
-depends=(glib2 cairo pango fribidi gdk-pixbuf2 libepoxy libgl libegl harfbuzz
- libxkbcommon graphene iso-codes tracker3 colord wayland
- wayland-protocols libxrandr libx11 libxrender libxi libxext libxcursor
- libxdamage libxfixes libxcomposite fontconfig libxinerama
- vulkan-icd-loader vulkan-headers libcloudproviders libcups rest
- json-glib ffmpeg gst-plugins-bad-libs librsvg dconf shared-mime-info
- desktop-file-utils adwaita-icon-theme cantarell-fonts)
-makedepends=(git meson gtk-doc glib2-docs python shaderc sassc
- gobject-introspection pandoc)
-license=(LGPL)
-_commit=cb05be0aa5e954f6e1a5bd76c37c610614f719c0  # gtk-4.0
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-gtk-update-icon-cache.{hook,script} gtk4-querymodules.hook)
-sha256sums=('SKIP'
-'2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541'
-'cd8e607eddd9941f279084e1d15309941423d26cca1897f43524a02e58e48816')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-}
-
-build() {
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
-  arch-meson gtk build \
--D broadway_backend=true \
--D cloudproviders=enabled \
--D tracker=enabled \
--D colord=enabled \
--D gtk_doc=true \
--D man-pages=true
-  meson compile -C build
-  ninja -C build g{d,s,t}k4-doc
-}
-
-package_gtk4() {
-  depends+=(gtk-update-icon-cache)
-  provides+=(libgtk-4.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dm644 /dev/stdin "$pkgdir/usr/share/gtk-4.0/settings.ini" <
+
+pkgbase=gtk4
+pkgname=(gtk4 gtk-update-icon-cache gtk4-docs)
+pkgver=4.2.0
+pkgrel=1
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(glib2 cairo pango fribidi gdk-pixbuf2 libepoxy libgl libegl harfbuzz
+ libxkbcommon graphene iso-codes tracker3 colord wayland
+ wayland-protocols libxrandr libx11 libxrender libxi libxext libxcursor
+ libxdamage libxfixes libxcomposite fontconfig libxinerama
+ vulkan-icd-loader vulkan-headers libcloudproviders libcups rest
+ json-glib ffmpeg gst-plugins-bad-libs librsvg dconf shared-mime-info
+ desktop-file-utils adwaita-icon-theme cantarell-fonts)
+makedepends=(git meson gi-docgen shaderc sassc gobject-introspection
+ docbook-xsl)
+license=(LGPL)
+_commit=ccbbc2f2babcfaee88d8d8040938ca6bf39d05b6  # tags/4.2.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
+gtk-update-icon-cache.{hook,script} gtk4-querymodules.hook)
+sha256sums=('SKIP'
+'2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8'
+'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541'
+'cd8e607eddd9941f279084e1d15309941423d26cca1897f43524a02e58e48816')
+
+pkgver() {
+  cd gtk
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+}
+
+build() {
+  # 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
+  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT"
+
+  arch-meson gtk build \
+-D broadway_backend=true \
+-D cloudproviders=enabled \
+-D tracker=enabled \
+-D colord=enabled \
+-D gtk_doc=true \
+-D man-pages=true
+  meson compile -C build
+}
+
+package_gtk4() 

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 21:18:26
  Author: heftig
Revision: 411295

4.2.0-1

Modified:
  gtk4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 21:16:48 UTC (rev 411294)
+++ PKGBUILD2021-03-30 21:18:26 UTC (rev 411295)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=gtk4
-pkgname=(gtk4 gtk-update-icon-cache)
-pkgver=4.0.3+61+gcb05be0aa5
+pkgname=(gtk4 gtk-update-icon-cache gtk4-docs)
+pkgver=4.2.0
 pkgrel=1
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
@@ -15,10 +15,10 @@
  vulkan-icd-loader vulkan-headers libcloudproviders libcups rest
  json-glib ffmpeg gst-plugins-bad-libs librsvg dconf shared-mime-info
  desktop-file-utils adwaita-icon-theme cantarell-fonts)
-makedepends=(git meson gtk-doc glib2-docs python shaderc sassc
- gobject-introspection pandoc)
+makedepends=(git meson gi-docgen shaderc sassc gobject-introspection
+ docbook-xsl)
 license=(LGPL)
-_commit=cb05be0aa5e954f6e1a5bd76c37c610614f719c0  # gtk-4.0
+_commit=ccbbc2f2babcfaee88d8d8040938ca6bf39d05b6  # tags/4.2.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 gtk-update-icon-cache.{hook,script} gtk4-querymodules.hook)
 sha256sums=('SKIP'
@@ -36,7 +36,9 @@
 }
 
 build() {
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
+  # 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
+  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT"
+
   arch-meson gtk build \
 -D broadway_backend=true \
 -D cloudproviders=enabled \
@@ -45,7 +47,6 @@
 -D gtk_doc=true \
 -D man-pages=true
   meson compile -C build
-  ninja -C build g{d,s,t}k4-doc
 }
 
 package_gtk4() {
@@ -67,6 +68,10 @@
   mkdir -p guic/usr/{bin,share/man/man1}
   mv {"$pkgdir",guic}/usr/bin/gtk4-update-icon-cache
   mv {"$pkgdir",guic}/usr/share/man/man1/gtk4-update-icon-cache.1
+
+  # split docs
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
 }
 
 package_gtk-update-icon-cache() {
@@ -81,4 +86,10 @@
   install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
 }
 
+package_gtk4-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  mv -t "$pkgdir" doc/*
+}
+
 # vim:set ts=2 sw=2 et:


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

2021-03-30 Thread Andreas Radke via arch-commits
Date: Tuesday, March 30, 2021 @ 21:16:48
  Author: andyrtr
Revision: 411294

archrelease: copy trunk to testing-x86_64

Added:
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 411293, ghostscript/trunk/PKGBUILD)

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

Copied: ghostscript/repos/testing-x86_64/PKGBUILD (from rev 411293, 
ghostscript/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-03-30 21:16:48 UTC (rev 411294)
@@ -0,0 +1,111 @@
+# Maintainer: AndyRTR 
+
+pkgbase=ghostscript
+pkgname=(ghostscript ghostxps ghostpcl)
+pkgver=9.54.0
+pkgrel=1
+pkgdesc="An interpreter for the PostScript language"
+url="https://www.ghostscript.com/;
+arch=('x86_64')
+license=('AGPL3' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
+ 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
+makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.xz)
+sha512sums=('fed500f5f267f0eeecc4ab44c2785ddaa9ad6965b689e9792021e2348296ee19150f10decb264a4689464088449be44fe8e6c30566a26e6e4e978c8b2d4654ec')
+
+### update jbig2dec first! ###
+
+### make sure to rebuild core/groff on version updates - 
https://bugs.archlinux.org/task/67751 ###
+
+prepare() {
+  cd ghostpdl-${pkgver}
+
+  # *** remove after final decision ***
+  # new in 9.54.0: 
+  # https://www.ghostscript.com/doc/9.54.0/News.htm
+
+  # 1) inclusion of the tesseract/leptonica sources for OCR capabilities
+  # at the moment we do not support linking with tesseract/leptonica shared 
libraries. 
+  # As is normal with such included libraries, deleting those directories and 
(re)running
+  # configure (on Unix like systems) will automatically build without the OCR 
functionality.
+  # increases package size ghostpcl 2.7->4.9MB | ghostscript 18->23MB | 
ghostxps 2,7->4.9MB
+  # https://www.ghostscript.com/doc/9.54.0/VectorDevices.htm#UseOCR - 
+  # this doesn't seem to be worth to keep enabled until linking with shared 
libs is supported
+  rm -r tesseract leptonica
+
+  # 2) new directory addition in the source tree: "extract/". 
+  # It contains the implementation for the writing of docx format files used 
by the
+  # new "docxwrite" device. This is *not* a "thirdparty library". 
+  # For distribution package maintainers, if you want your packaged 
Ghostscript to include
+  # the "docxwrite" device, do not delete this directory.
+  # ^ this one doesn't affect package size - so let's keep it
+
+  # force it to use system-libs
+  rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
+  # using tree freetype because of https://bugs.archlinux.org/task/56849
+  # lcms2mt is the new lcms2 fork aimed to replace lcms2 in a thread safe way
+  
+  # 
http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=40dc5b409c6262b18b4bf5386b5482ead4c511e3
+  # libs link unwanted to libgpdl that isn't installed
+  rm -rf gpdl
+}
+
+build() {
+  cd ghostpdl-${pkgver}
+  ./configure --prefix=/usr \
+  --enable-dynamic \
+  --with-ijs \
+  --with-jbig2dec \
+  --with-x \
+  --with-drivers=ALL \
+  --with-openprinting \
+  --with-fontpath=/usr/share/fonts/gsfonts \
+  --enable-fontconfig \
+  --enable-freetype \
+  --enable-openjpeg \
+  --without-luratech \
+  --with-system-libtiff \
+  --with-libpaper \
+  --disable-compile-inits #--help # needed for linking with 
system-zlib
+  make
+}
+
+package_ghostscript() {
+  optdepends=('texlive-core:  needed for dvipdf'
+  'gtk3:  needed for gsx')
+
+  cd ghostpdl-${pkgver}
+  make DESTDIR="${pkgdir}"  install-gs install-so-gs
+  # replace statically linked gs binary with symlink to dynamically linked gsc
+  rm -v "${pkgdir}"/usr/bin/gs
+  ln -s gsc "${pkgdir}"/usr/bin/gs
+
+  # remove unwanted localized manpages
+  rm -rv "${pkgdir}"/usr/share/man/de
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}
+
+package_ghostxps() {
+  pkgdesc="${pkgdesc/PostScript/XPS document}"
+  depends=("ghostscript=${pkgver}-${pkgrel}")
+
+  cd ghostpdl-${pkgver}
+  make DESTDIR="${pkgdir}" install-gxps install-so-gxps
+  rm -r "${pkgdir}"/usr/include
+  
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}
+
+package_ghostpcl() {
+  pkgdesc="${pkgdesc/PostScript/PCL 6}"
+  depends=("ghostscript=${pkgver}-${pkgrel}")
+
+  cd ghostpdl-${pkgver}
+  make DESTDIR="${pkgdir}" install-gpcl6 install-so-gpcl6
+  rm -r 

[arch-commits] Commit in ghostscript/trunk (PKGBUILD ps2epsi.patch)

2021-03-30 Thread Andreas Radke via arch-commits
Date: Tuesday, March 30, 2021 @ 21:16:39
  Author: andyrtr
Revision: 411293

upgpkg: ghostscript 9.54.0-1: upstream update 9.54.0; disable new OCR 
capabilities; use upstream Makefile targets

Modified:
  ghostscript/trunk/PKGBUILD
Deleted:
  ghostscript/trunk/ps2epsi.patch

---+
 PKGBUILD  |   68 
 ps2epsi.patch |   31 -
 2 files changed, 35 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 19:26:51 UTC (rev 411292)
+++ PKGBUILD2021-03-30 21:16:39 UTC (rev 411293)
@@ -2,8 +2,8 @@
 
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.53.3
-pkgrel=3
+pkgver=9.54.0
+pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/;
 arch=('x86_64')
@@ -12,20 +12,36 @@
  'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
 makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz
-ps2epsi.patch)
-sha512sums=('1ed66f177377f099a012ee0bfdca10be8b6846e8de8e538119eb7de5c9da2edc341f8d45d8c819206908c1f98de3625acd0f647f13d82c5ec56865085cde280b'
-
'ea410c1323550403090a9266bb71c2bf6abf82b747b14b45bdb66e893d6e049c21da02114339796099b6ad0f3412d747c968120da5470d1761dfb8a0a3558931')
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.xz)
+sha512sums=('fed500f5f267f0eeecc4ab44c2785ddaa9ad6965b689e9792021e2348296ee19150f10decb264a4689464088449be44fe8e6c30566a26e6e4e978c8b2d4654ec')
 
 ### update jbig2dec first! ###
 
+### make sure to rebuild core/groff on version updates - 
https://bugs.archlinux.org/task/67751 ###
+
 prepare() {
   cd ghostpdl-${pkgver}
 
-  # FS#69554 - fix path for PostScript helper file in ps2epsi
-  # 
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=c6166768c6e963b0fe28ccdb266629443e521381
-  patch -Np1 -i ../ps2epsi.patch
+  # *** remove after final decision ***
+  # new in 9.54.0: 
+  # https://www.ghostscript.com/doc/9.54.0/News.htm
 
+  # 1) inclusion of the tesseract/leptonica sources for OCR capabilities
+  # at the moment we do not support linking with tesseract/leptonica shared 
libraries. 
+  # As is normal with such included libraries, deleting those directories and 
(re)running
+  # configure (on Unix like systems) will automatically build without the OCR 
functionality.
+  # increases package size ghostpcl 2.7->4.9MB | ghostscript 18->23MB | 
ghostxps 2,7->4.9MB
+  # https://www.ghostscript.com/doc/9.54.0/VectorDevices.htm#UseOCR - 
+  # this doesn't seem to be worth to keep enabled until linking with shared 
libs is supported
+  rm -r tesseract leptonica
+
+  # 2) new directory addition in the source tree: "extract/". 
+  # It contains the implementation for the writing of docx format files used 
by the
+  # new "docxwrite" device. This is *not* a "thirdparty library". 
+  # For distribution package maintainers, if you want your packaged 
Ghostscript to include
+  # the "docxwrite" device, do not delete this directory.
+  # ^ this one doesn't affect package size - so let's keep it
+
   # force it to use system-libs
   rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
   # using tree freetype because of https://bugs.archlinux.org/task/56849
@@ -53,8 +69,7 @@
   --with-system-libtiff \
   --with-libpaper \
   --disable-compile-inits #--help # needed for linking with 
system-zlib
-
-  make so-only
+  make
 }
 
 package_ghostscript() {
@@ -62,18 +77,13 @@
   'gtk3:  needed for gsx')
 
   cd ghostpdl-${pkgver}
-
-  make DESTDIR="${pkgdir}" \
-   CUPSSERVERROOT="${pkgdir}$(cups-config --serverroot)" \
-   CUPSSERVERBIN="${pkgdir}$(cups-config --serverbin)" \
-   soinstall
+  make DESTDIR="${pkgdir}"  install-gs install-so-gs
+  # replace statically linked gs binary with symlink to dynamically linked gsc
+  rm -v "${pkgdir}"/usr/bin/gs
   ln -s gsc "${pkgdir}"/usr/bin/gs
 
-  # remove useless broken doc/ symlink - FS#59507
-  rm -f "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc
-
   # remove unwanted localized manpages
-  rm -r "${pkgdir}"/usr/share/man/de
+  rm -rv "${pkgdir}"/usr/share/man/de
 
   install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
 }
@@ -83,13 +93,9 @@
   depends=("ghostscript=${pkgver}-${pkgrel}")
 
   cd ghostpdl-${pkgver}
-
-  install -Dt "${pkgdir}"/usr/bin sobin/gxpsc
-  ln -s gxpsc "${pkgdir}"/usr/bin/gxps
-
-  install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver%.*}
-  ln -s libgxps.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%%.*}
-
+  make DESTDIR="${pkgdir}" install-gxps install-so-gxps
+  rm -r 

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

2021-03-30 Thread Daniel M. Capella via arch-commits
Date: Tuesday, March 30, 2021 @ 20:36:52
  Author: polyzen
Revision: 910522

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 910521, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 20:36:29 UTC (rev 910521)
+++ PKGBUILD2021-03-30 20:36:52 UTC (rev 910522)
@@ -1,42 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Daniel M. Capella 
-# Contributor: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2021.03.25
-pkgrel=1
-pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
-arch=('any')
-url="https://ytdl-org.github.io/youtube-dl/;
-license=('custom')
-depends=('python')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=("https://github.com/ytdl-org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('a303cfd327938e3f15890099be79958cc17d536d1f985301d5462e487af3485f'
-'SKIP')
-validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 

-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
-}
-
-build() {
-  cd ${pkgname}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}
-  export PYTHONHASHSEED=0
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 910521, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 20:36:52 UTC (rev 910522)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Daniel M. Capella 
+# Contributor: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2021.03.31
+pkgrel=1
+pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
+arch=('any')
+url="https://ytdl-org.github.io/youtube-dl/;
+license=('custom')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=("https://github.com/ytdl-org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('f215d0e297febca0552e309dba12d62c53a56ed138de314d63b7fb80617e6ceb'
+'SKIP')
+validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 

+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
+}
+
+build() {
+  cd ${pkgname}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}
+  export PYTHONHASHSEED=0
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}


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

2021-03-30 Thread Daniel M. Capella via arch-commits
Date: Tuesday, March 30, 2021 @ 20:36:29
  Author: polyzen
Revision: 910521

upgpkg: youtube-dl 2021.03.31-1

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 18:48:54 UTC (rev 910520)
+++ PKGBUILD2021-03-30 20:36:29 UTC (rev 910521)
@@ -3,7 +3,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2021.03.25
+pkgver=2021.03.31
 pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
@@ -16,7 +16,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://github.com/ytdl-org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('a303cfd327938e3f15890099be79958cc17d536d1f985301d5462e487af3485f'
+sha256sums=('f215d0e297febca0552e309dba12d62c53a56ed138de314d63b7fb80617e6ceb'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 

 


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

2021-03-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, March 30, 2021 @ 19:26:51
  Author: anatolik
Revision: 411292

FS#66460: remove unneeded LDFLAGS that was an workaround added for qemu 5.0

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 16:23:17 UTC (rev 411291)
+++ PKGBUILD2021-03-30 19:26:51 UTC (rev 411292)
@@ -63,7 +63,6 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --libexecdir=/usr/lib/qemu \
---extra-ldflags="$LDFLAGS" \
 --smbd=/usr/bin/smbd \
 --enable-modules \
 --enable-sdl \


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

2021-03-30 Thread Christian Hesse via arch-commits
Date: Tuesday, March 30, 2021 @ 18:48:54
  Author: eworm
Revision: 910520

archrelease: copy trunk to community-testing-x86_64

Added:
  haproxy/repos/community-testing-x86_64/
  
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 910519, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-testing-x86_64/PKGBUILD
(from rev 910519, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-x86_64/haproxy.cfg
(from rev 910519, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-x86_64/haproxy.install
(from rev 910519, haproxy/trunk/haproxy.install)
  haproxy/repos/community-testing-x86_64/haproxy.sysusers
(from rev 910519, haproxy/trunk/haproxy.sysusers)

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   39 +++
 PKGBUILD|   72 ++
 haproxy.cfg |   49 +
 haproxy.install |8 +
 haproxy.sysusers|1 
 5 files changed, 169 insertions(+)

Copied: 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 910519, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(rev 0)
+++ 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2021-03-30 18:48:54 UTC (rev 910520)
@@ -0,0 +1,39 @@
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index bf67c1f..e98a3fa 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile
+@@ -16,7 +16,7 @@ DEFINE   =
+ OBJS = halog
+ 
+ halog: halog.c fgets2.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(SRC)/ebtree.c 
$(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c $(SRC)/ebsttree.c 
$(SRC)/ebistree.c $(SRC)/ebimtree.c $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(SRC)/ebtree.c $(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c 
$(SRC)/ebsttree.c $(SRC)/ebistree.c $(SRC)/ebimtree.c $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas]
+diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
+index 55849b6..1276b97 100644
+--- a/contrib/ip6range/Makefile
 b/contrib/ip6range/Makefile
+@@ -7,7 +7,7 @@ OBJS = ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
+index b3c72ed..e92baf3 100644
+--- a/contrib/iprange/Makefile
 b/contrib/iprange/Makefile
+@@ -7,7 +7,7 @@ OBJS = iprange
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~

Copied: haproxy/repos/community-testing-x86_64/PKGBUILD (from rev 910519, 
haproxy/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 18:48:54 UTC (rev 910520)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=2.3.9
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://www.haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 
'systemd-libs')
+makedepends=('systemd')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg
+haproxy.sysusers
+0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
+
+sha256sums=('77110bc1272bad18fff56b30f4614bcc1deb50600ae42cb0f0b161fc41e2ba96'
+'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
+'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
+'81c03ef5d69f4f2ef2c7caa6722c82cda4a53b65f788a46e668ec2faa3abd8f5')
+
+prepare() {
+  cd haproxy-$pkgver
+
+  patch -p1 <"$srcdir"/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+CPU=generic \
+TARGET=linux-glibc \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1 \
+USE_SYSTEMD=1 \
+EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
+
+  for contrib in halog iprange ip6range systemd; do
+make -C contrib/$contrib 

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

2021-03-30 Thread Christian Hesse via arch-commits
Date: Tuesday, March 30, 2021 @ 18:48:38
  Author: eworm
Revision: 910519

upgpkg: haproxy 2.3.9-1: new upstream release

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 18:34:50 UTC (rev 910518)
+++ PKGBUILD2021-03-30 18:48:38 UTC (rev 910519)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=2.3.8
+pkgver=2.3.9
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -22,7 +22,7 @@
 haproxy.sysusers
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-sha256sums=('2aa2691238dbe6360318673603aecd1041df19d55447172f8cd988780788159c'
+sha256sums=('77110bc1272bad18fff56b30f4614bcc1deb50600ae42cb0f0b161fc41e2ba96'
 'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
 'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
 '81c03ef5d69f4f2ef2c7caa6722c82cda4a53b65f788a46e668ec2faa3abd8f5')


[arch-commits] Commit in python-jupyterlab_server/repos/community-any (2 files)

2021-03-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 30, 2021 @ 18:34:50
  Author: arojas
Revision: 910518

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 18:34:39 UTC (rev 910517)
+++ PKGBUILD2021-03-30 18:34:50 UTC (rev 910518)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Guillaume Duboc 
-
-_pipname=jupyterlab_server
-pkgname=python-$_pipname
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Launch an application built using JupyterLab"
-arch=(any)
-url="https://jupyter.org/;
-license=(custom)
-depends=(jupyter-server python-requests python-json5 python-babel)
-makedepends=(python-setuptools)
-conflicts=(jupyterlab_server)
-replaces=(jupyterlab_server)
-source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('e7a0245aa3de23a1803de2eff401e4ca4594538d9f59806134f30419a6d8b6a3')
-
-build() {
-  cd $_pipname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 910517, 
python-jupyterlab_server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 18:34:50 UTC (rev 910518)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Guillaume Duboc 
+
+_pipname=jupyterlab_server
+pkgname=python-$_pipname
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Launch an application built using JupyterLab"
+arch=(any)
+url="https://jupyter.org/;
+license=(custom)
+depends=(jupyter-server python-requests python-json5 python-babel)
+makedepends=(python-setuptools)
+conflicts=(jupyterlab_server)
+replaces=(jupyterlab_server)
+source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('2a7f0b125a59a7cc543f62e5f9dea50b44b3459b3f679db7e3dbe0f8616f90bc')
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-03-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 30, 2021 @ 18:34:39
  Author: arojas
Revision: 910517

Update to 2.4.0

Modified:
  python-jupyterlab_server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 18:12:26 UTC (rev 910516)
+++ PKGBUILD2021-03-30 18:34:39 UTC (rev 910517)
@@ -3,7 +3,7 @@
 
 _pipname=jupyterlab_server
 pkgname=python-$_pipname
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Launch an application built using JupyterLab"
 arch=(any)
@@ -14,7 +14,7 @@
 conflicts=(jupyterlab_server)
 replaces=(jupyterlab_server)
 source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('e7a0245aa3de23a1803de2eff401e4ca4594538d9f59806134f30419a6d8b6a3')
+sha256sums=('2a7f0b125a59a7cc543f62e5f9dea50b44b3459b3f679db7e3dbe0f8616f90bc')
 
 build() {
   cd $_pipname-$pkgver


[arch-commits] Commit in aws-c-common/repos (2 files)

2021-03-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, March 30, 2021 @ 18:12:26
  Author: anatolik
Revision: 910516

archrelease: copy trunk to community-testing-x86_64

Added:
  aws-c-common/repos/community-testing-x86_64/
  aws-c-common/repos/community-testing-x86_64/PKGBUILD
(from rev 910515, aws-c-common/trunk/PKGBUILD)

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

Copied: aws-c-common/repos/community-testing-x86_64/PKGBUILD (from rev 910515, 
aws-c-common/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 18:12:26 UTC (rev 910516)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-common
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-common'
+license=(Apache)
+depends=(glibc)
+makedepends=(cmake)
+source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
+sha256sums=('bce7be44bf327a3b666d6ac4e58288ad38c1f7561692c68dac62ffe28e682551')
+
+build() {
+  cd aws-c-common-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-common-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-c-common-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in aws-c-common/trunk (PKGBUILD)

2021-03-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, March 30, 2021 @ 18:12:09
  Author: anatolik
Revision: 910515

upgpkg: aws-c-common 0.5.3-1

Modified:
  aws-c-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 17:48:21 UTC (rev 910514)
+++ PKGBUILD2021-03-30 18:12:09 UTC (rev 910515)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=aws-c-common
-pkgver=0.5.1
+pkgver=0.5.3
 pkgrel=1
 pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling.'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=(cmake)
 
source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
-sha256sums=('b545edd97bac42bf2c7d2907c12d10d7bc8350d69d2e490329aec12f5b0e8927')
+sha256sums=('bce7be44bf327a3b666d6ac4e58288ad38c1f7561692c68dac62ffe28e682551')
 
 build() {
   cd aws-c-common-$pkgver


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2021-03-30 Thread Daniel M. Capella via arch-commits
Date: Tuesday, March 30, 2021 @ 17:48:21
  Author: polyzen
Revision: 910514

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 910513, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 17:48:02 UTC (rev 910513)
+++ PKGBUILD2021-03-30 17:48:21 UTC (rev 910514)
@@ -1,49 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-_name=treestyletab
-pkgname=firefox-tree-style-tab
-pkgver=3.7.3
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-makedepends=('git' 'npm' 'zip')
-source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver;
-'git+https://github.com/piroor/webextensions-lib-configs.git'
-'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
-
'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
-'git+https://github.com/piroor/webextensions-lib-l10n.git'
-'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
-'git+https://github.com/piroor/webextensions-lib-options.git'
-'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
-
'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
-
'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
-b2sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-
-prepare() {
-  cd $_name
-  git submodule init
-  for i in ../webextensions*; do
-git config submodule.submodules/${i##../}.url $i
-  done
-  git submodule update
-  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' webextensions/Makefile
-}
-
-build() {
-  cd $_name/webextensions
-  npm ci
-  make install_extlib
-  make xpi
-}
-
-package() {
-  cd $_name/webextensions
-  install -Dm644 $_name-we.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/$_n...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 910513, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 17:48:21 UTC (rev 910514)
@@ -0,0 +1,49 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+_name=treestyletab
+pkgname=firefox-tree-style-tab
+pkgver=3.7.4
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'zip')
+source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver;
+'git+https://github.com/piroor/webextensions-lib-configs.git'
+'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
+
'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
+'git+https://github.com/piroor/webextensions-lib-l10n.git'
+'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
+'git+https://github.com/piroor/webextensions-lib-options.git'
+'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
+
'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
+
'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
+b2sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+
+prepare() {
+  cd $_name
+  git submodule init
+  for i in ../webextensions*; do
+git config submodule.submodules/${i##../}.url $i
+  done
+  git submodule update
+  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' webextensions/Makefile
+}
+
+build() {
+  cd $_name/webextensions
+  npm ci
+  make install_extlib
+  make xpi
+}
+
+package() {
+  cd $_name/webextensions
+  install -Dm644 $_name-we.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/$_n...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-03-30 Thread Daniel M. Capella via arch-commits
Date: Tuesday, March 30, 2021 @ 17:48:02
  Author: polyzen
Revision: 910513

upgpkg: firefox-tree-style-tab 3.7.4-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 15:46:44 UTC (rev 910512)
+++ PKGBUILD2021-03-30 17:48:02 UTC (rev 910513)
@@ -3,7 +3,7 @@
 
 _name=treestyletab
 pkgname=firefox-tree-style-tab
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 16:23:17
  Author: felixonmars
Revision: 411291

archrelease: copy trunk to extra-any

Added:
  python-pylint/repos/extra-any/PKGBUILD
(from rev 411290, python-pylint/trunk/PKGBUILD)
Deleted:
  python-pylint/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 16:23:02 UTC (rev 411290)
+++ PKGBUILD2021-03-30 16:23:17 UTC (rev 411291)
@@ -1,38 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgname=python-pylint
-pkgver=2.7.3
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="https://pylint.org;
-license=('GPL')
-depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
-makedepends=('python-pytest-runner' 'python-pytest-benchmark')
-checkdepends=('mpdecimal')
-optdepends=('tk: Pylint GUI'
-'graphviz: To have other output formats than dot or vcg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
-sha512sums=('d57e637d42dc385b049b7a7c2e7649a77ce82e93c6879c672ffc463d19e8c1588c76bcdfe19c0b086faf8090a5df75f7bb192fcc41fe2e2482886aceef807c6a')
-
-build() {
-  cd pylint-pylint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pylint-pylint-$pkgver
-  # https://github.com/PyCQA/pylint/issues/3895
-  python setup.py pytest || echo "Tests failed"
-}
-
-package() {
-  cd pylint-pylint-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 man/* "$pkgdir"/usr/share/man/man1
-}

Copied: python-pylint/repos/extra-any/PKGBUILD (from rev 411290, 
python-pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 16:23:17 UTC (rev 411291)
@@ -0,0 +1,38 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgname=python-pylint
+pkgver=2.7.4
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="https://pylint.org;
+license=('GPL')
+depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
+makedepends=('python-pytest-runner' 'python-pytest-benchmark')
+checkdepends=('mpdecimal')
+optdepends=('tk: Pylint GUI'
+'graphviz: To have other output formats than dot or vcg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
+sha512sums=('3ca73bac41bc84ad4277fa48e7b23de2eba717ef52787bd091fc681cbba748095cbe4e6b79f5518aaf2a6a7f03c86880b2e72e1b0da7afcfdf78dde37584144f')
+
+build() {
+  cd pylint-pylint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pylint-pylint-$pkgver
+  # https://github.com/PyCQA/pylint/issues/3895
+  python setup.py pytest || echo "Tests failed"
+}
+
+package() {
+  cd pylint-pylint-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+
+  install -d "$pkgdir"/usr/share/man/man1
+  install -m644 man/* "$pkgdir"/usr/share/man/man1
+}


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 16:23:02
  Author: felixonmars
Revision: 411290

upgpkg: python-pylint 2.7.4-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 15:53:17 UTC (rev 411289)
+++ PKGBUILD2021-03-30 16:23:02 UTC (rev 411290)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=python-pylint
-pkgver=2.7.3
+pkgver=2.7.4
 pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('tk: Pylint GUI'
 'graphviz: To have other output formats than dot or vcg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
-sha512sums=('d57e637d42dc385b049b7a7c2e7649a77ce82e93c6879c672ffc463d19e8c1588c76bcdfe19c0b086faf8090a5df75f7bb192fcc41fe2e2482886aceef807c6a')
+sha512sums=('3ca73bac41bc84ad4277fa48e7b23de2eba717ef52787bd091fc681cbba748095cbe4e6b79f5518aaf2a6a7f03c86880b2e72e1b0da7afcfdf78dde37584144f')
 
 build() {
   cd pylint-pylint-$pkgver


[arch-commits] Commit in gi-docgen/repos/extra-any (4 files)

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 15:53:17
  Author: heftig
Revision: 411289

archrelease: copy trunk to extra-any

Added:
  gi-docgen/repos/extra-any/PKGBUILD
(from rev 411288, gi-docgen/trunk/PKGBUILD)
  gi-docgen/repos/extra-any/fix.diff
(from rev 411288, gi-docgen/trunk/fix.diff)
Deleted:
  gi-docgen/repos/extra-any/PKGBUILD
  gi-docgen/repos/extra-any/fix.diff

--+
 PKGBUILD |   72 ++---
 fix.diff |   26 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 15:52:39 UTC (rev 411288)
+++ PKGBUILD2021-03-30 15:53:17 UTC (rev 411289)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gi-docgen
-pkgver=2021.2+76+g7416fbe
-pkgrel=1
-pkgdesc="Documentation generator for GObject-based libraries"
-url="https://gitlab.gnome.org/ebassi/gi-docgen;
-arch=(any)
-license=(Apache GPL3)
-depends=(python-jinja python-markdown python-markupsafe python-pygments
- python-toml python-typogrify)
-makedepends=(python-setuptools python-pip git)
-_commit=7416fbe765919a0d8654b2599defd4c56d0e1c27  # main
-source=("git+$url.git#commit=$_commit" fix.diff)
-sha256sums=('SKIP'
-'aa0a255c883fb19276f35f107c967cd961cb22e7e67a6b6f10048fef19301675')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git apply -3 ../fix.diff
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: gi-docgen/repos/extra-any/PKGBUILD (from rev 411288, 
gi-docgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 15:53:17 UTC (rev 411289)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gi-docgen
+pkgver=2021.2+90+g7fbbaf3
+pkgrel=1
+pkgdesc="Documentation generator for GObject-based libraries"
+url="https://gitlab.gnome.org/ebassi/gi-docgen;
+arch=(any)
+license=(Apache GPL3)
+depends=(python-jinja python-markdown python-markupsafe python-pygments
+ python-toml python-typogrify)
+makedepends=(python-setuptools python-pip git)
+_commit=7fbbaf31aaa1f993bc42a79ff22fffdc168cc664  # main
+source=("git+$url.git#commit=$_commit" fix.diff)
+sha256sums=('SKIP'
+'aa0a255c883fb19276f35f107c967cd961cb22e7e67a6b6f10048fef19301675')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git apply -3 ../fix.diff
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Deleted: fix.diff
===
--- fix.diff2021-03-30 15:52:39 UTC (rev 411288)
+++ fix.diff2021-03-30 15:53:17 UTC (rev 411289)
@@ -1,13 +0,0 @@
-diff --git i/setup.py w/setup.py
-index 93ede37..5e18941 100644
 i/setup.py
-+++ w/setup.py
-@@ -55,7 +55,7 @@ package_data = {
- 
- data_files = [
- ('share/pkgconfig', ['gi-docgen.pc']),
--('share/man/man1', ['gi-docgen.1']),
-+('share/man/man1', ['docs/gi-docgen.1']),
- ]
- 
- if __name__ == '__main__':

Copied: gi-docgen/repos/extra-any/fix.diff (from rev 411288, 
gi-docgen/trunk/fix.diff)
===
--- fix.diff(rev 0)
+++ fix.diff2021-03-30 15:53:17 UTC (rev 411289)
@@ -0,0 +1,13 @@
+diff --git i/setup.py w/setup.py
+index 93ede37..5e18941 100644
+--- i/setup.py
 w/setup.py
+@@ -55,7 +55,7 @@ package_data = {
+ 
+ data_files = [
+ ('share/pkgconfig', ['gi-docgen.pc']),
+-('share/man/man1', ['gi-docgen.1']),
++('share/man/man1', ['docs/gi-docgen.1']),
+ ]
+ 
+ if __name__ == '__main__':


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 15:52:39
  Author: heftig
Revision: 411288

2021.2+90+g7fbbaf3-1

Modified:
  gi-docgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 15:47:36 UTC (rev 411287)
+++ PKGBUILD2021-03-30 15:52:39 UTC (rev 411288)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gi-docgen
-pkgver=2021.2+76+g7416fbe
+pkgver=2021.2+90+g7fbbaf3
 pkgrel=1
 pkgdesc="Documentation generator for GObject-based libraries"
 url="https://gitlab.gnome.org/ebassi/gi-docgen;
@@ -10,7 +10,7 @@
 depends=(python-jinja python-markdown python-markupsafe python-pygments
  python-toml python-typogrify)
 makedepends=(python-setuptools python-pip git)
-_commit=7416fbe765919a0d8654b2599defd4c56d0e1c27  # main
+_commit=7fbbaf31aaa1f993bc42a79ff22fffdc168cc664  # main
 source=("git+$url.git#commit=$_commit" fix.diff)
 sha256sums=('SKIP'
 'aa0a255c883fb19276f35f107c967cd961cb22e7e67a6b6f10048fef19301675')


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

2021-03-30 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, March 30, 2021 @ 15:47:36
  Author: grazzolini
Revision: 411287

archrelease: copy trunk to testing-x86_64

Added:
  dracut/repos/testing-x86_64/
  dracut/repos/testing-x86_64/PKGBUILD
(from rev 411286, dracut/trunk/PKGBUILD)

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

Copied: dracut/repos/testing-x86_64/PKGBUILD (from rev 411286, 
dracut/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-03-30 15:47:36 UTC (rev 411287)
@@ -0,0 +1,45 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=dracut
+pkgver=053
+pkgrel=1
+pkgdesc="An event driven initramfs infrastructure"
+arch=('x86_64')
+url="https://dracut.wiki.kernel.org;
+license=('GPL')
+depends=('bash' 'coreutils' 'cpio' 'filesystem' 'findutils' 'grep' 'gzip'
+ 'kmod' 'pkgconf' 'procps-ng' 'sed' 'systemd' 'util-linux' 'xz')
+makedepends=('asciidoc' 'bash-completion' 'git')
+optdepends=('binutils: --uefi option support'
+'elfutils: strip binaries to reduce initramfs size'
+'hardlink: --hardlink option support'
+'multipath-tools: dmraid dracut module support'
+'pigz: faster gzip compression'
+'sbsigntools: uefi_secureboot_cert/key configuration option 
support')
+provides=('initramfs')
+backup=('etc/dracut.conf')
+source=(https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut-${pkgver}.tar{.gz,.sign})
+sha512sums=('5c212701e3f716e597b7f2ee0af0f93e4e1edeb62d0628350e39991bd1992329e2275c8fddd378cb828032611ee7ca2e9fc180cbc04808032d35f6bd44e706e6'
+'SKIP')
+validpgpkeys=(
+  '7F3D64824AC0B6B8009E50504BC0896FB5693595' # Harald Hoyer 
+)
+
+build() {
+  local prefix=/usr sysconfdir=/etc
+  
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  ./configure \
+--sysconfdir=${sysconfdir} \
+--prefix=${prefix} \
+--libdir=${prefix}/lib \
+--systemdsystemunitdir=${prefix}/lib/systemd/system \
+--bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion)
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  DESTDIR="$pkgdir" make install
+}


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

2021-03-30 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, March 30, 2021 @ 15:47:05
  Author: grazzolini
Revision: 411286

upgpkg: dracut 053-1

Modified:
  dracut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:55:55 UTC (rev 411285)
+++ PKGBUILD2021-03-30 15:47:05 UTC (rev 411286)
@@ -1,6 +1,6 @@
 # Maintainer: Giancarlo Razzolini 
 pkgname=dracut
-pkgver=052
+pkgver=053
 pkgrel=1
 pkgdesc="An event driven initramfs infrastructure"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 provides=('initramfs')
 backup=('etc/dracut.conf')
 
source=(https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut-${pkgver}.tar{.gz,.sign})
-sha512sums=('c36fbcd4c40c9f9c90d285338758e2dfa47fa68499a08f697f2fb51404dce513aed7d74a570620a698ba39cd8e42dc3dcbeec274fda4867149a1019cf35d10b1'
+sha512sums=('5c212701e3f716e597b7f2ee0af0f93e4e1edeb62d0628350e39991bd1992329e2275c8fddd378cb828032611ee7ca2e9fc180cbc04808032d35f6bd44e706e6'
 'SKIP')
 validpgpkeys=(
   '7F3D64824AC0B6B8009E50504BC0896FB5693595' # Harald Hoyer 


[arch-commits] Commit in nginx-mainline/repos (testing-x86_64)

2021-03-30 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, March 30, 2021 @ 15:46:44
  Author: grazzolini
Revision: 910512

Removing wrongly added testing trunk

Deleted:
  nginx-mainline/repos/testing-x86_64/


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

2021-03-30 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, March 30, 2021 @ 15:44:47
  Author: grazzolini
Revision: 910511

archrelease: copy trunk to testing-x86_64

Added:
  nginx-mainline/repos/testing-x86_64/
  nginx-mainline/repos/testing-x86_64/PKGBUILD
(from rev 910510, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/testing-x86_64/logrotate
(from rev 910510, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/testing-x86_64/nginx.install
(from rev 910510, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/testing-x86_64/service
(from rev 910510, nginx-mainline/trunk/service)

---+
 PKGBUILD  |  147 
 logrotate |   10 +++
 nginx.install |   12 
 service   |   16 ++
 4 files changed, 185 insertions(+)

Copied: nginx-mainline/repos/testing-x86_64/PKGBUILD (from rev 910510, 
nginx-mainline/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-03-30 15:44:47 UTC (rev 910511)
@@ -0,0 +1,147 @@
+# Maintainer:  Giancarlo Razzolini 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Drew DeVault
+
+_pkgbase=nginx
+pkgbase=nginx-mainline
+pkgname=(nginx-mainline nginx-mainline-src)
+pkgver=1.19.9
+pkgrel=1
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
+arch=('x86_64')
+url='https://nginx.org'
+license=('custom')
+depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap' 'libxcrypt')
+backup=('etc/nginx/fastcgi.conf'
+'etc/nginx/fastcgi_params'
+'etc/nginx/koi-win'
+'etc/nginx/koi-utf'
+'etc/nginx/nginx.conf'
+'etc/nginx/scgi_params'
+'etc/nginx/uwsgi_params'
+'etc/nginx/win-utf'
+'etc/logrotate.d/nginx')
+install=nginx.install
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+service
+logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+md5sums=('335208e1427a4d58b0cef2f7674ab4c0'
+ 'SKIP'
+ 'ba2e3b08ce0f0fff7cced624d0ecf7cc'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
+sha512sums=('a418aa22046f641afd95ee661c77c469d21c9957aa5ab74c4186526fcd18e0d701ee933a76ab143081b4b3f8815484074c2609aa257646218bf6b4b739b3cb88'
+'SKIP'
+
'be2858613d9cca85d80e7b894e9d5fa7892cbddd7a677d2d2f68f419d75fdc1f6802de8014f43ce063b116afd4ff17369873a6adea2dd58ac6f94e617de66fec'
+
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
+
+_common_flags=(
+  --with-compat
+  --with-debug
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_slice_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-pcre-jit
+  --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
+  --with-stream_ssl_module
+  --with-stream_ssl_preread_module
+  --with-threads
+)
+
+_mainline_flags=(
+)
+
+prepare() {
+  cp -r $_pkgbase-$pkgver{,-src}
+}
+
+build() {
+  cd $_pkgbase-$pkgver
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-cc-opt="$CFLAGS $CPPFLAGS" \
+--with-ld-opt="$LDFLAGS" \
+${_common_flags[@]} \
+${_mainline_flags[@]}
+
+  make
+}
+
+package_nginx-mainline() {
+  provides=($_pkgbase)
+  conflicts=($_pkgbase)
+
+  cd $_pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
+
+  for i in ftdetect indent syntax; do
+install -Dm644 contrib/vim/$i/nginx.vim \
+  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
+  done
+}
+
+package_nginx-mainline-src() {
+  pkgdesc="Source code of nginx-mainline $pkgver, useful for building modules"
+  conflicts=($_pkgbase-src)
+  depends=()
+  install -d "$pkgdir/usr/src"
+  cp -r $_pkgbase-$pkgver-src "$pkgdir/usr/src/nginx"
+}

Copied: nginx-mainline/repos/testing-x86_64/logrotate (from rev 910510, 
nginx-mainline/trunk/logrotate)

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

2021-03-30 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, March 30, 2021 @ 15:34:23
  Author: grazzolini
Revision: 910510

archrelease: copy trunk to community-x86_64

Added:
  nginx-mainline/repos/community-x86_64/PKGBUILD
(from rev 910509, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-x86_64/logrotate
(from rev 910509, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-x86_64/nginx.install
(from rev 910509, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-x86_64/service
(from rev 910509, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/community-x86_64/PKGBUILD
  nginx-mainline/repos/community-x86_64/logrotate
  nginx-mainline/repos/community-x86_64/nginx.install
  nginx-mainline/repos/community-x86_64/service

---+
 PKGBUILD  |  294 
 logrotate |   20 +--
 nginx.install |   24 ++--
 service   |   33 +++---
 4 files changed, 185 insertions(+), 186 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 15:33:33 UTC (rev 910509)
+++ PKGBUILD2021-03-30 15:34:23 UTC (rev 910510)
@@ -1,147 +0,0 @@
-# Maintainer:  Giancarlo Razzolini 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-_pkgbase=nginx
-pkgbase=nginx-mainline
-pkgname=(nginx-mainline nginx-mainline-src)
-pkgver=1.19.8
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap' 'libxcrypt')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('cf509a62c6789e4a922a87d822ab6c1d'
- 'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('da548dc459f7a921e2f6ea54f543496244e820acbdf3effc4db331717f69b710181fbfdac3be101cd7d1c39e3ca37a94f9a9c4017f11da843ed85a34acf26bc2'
-'SKIP'
-
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
-
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
-
-_common_flags=(
-  --with-compat
-  --with-debug
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-pcre-jit
-  --with-stream
-  --with-stream_geoip_module
-  --with-stream_realip_module
-  --with-stream_ssl_module
-  --with-stream_ssl_preread_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-prepare() {
-  cp -r $_pkgbase-$pkgver{,-src}
-}
-
-build() {
-  cd $_pkgbase-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-cc-opt="$CFLAGS $CPPFLAGS" \
---with-ld-opt="$LDFLAGS" \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package_nginx-mainline() {
-  provides=($_pkgbase)
-  conflicts=($_pkgbase)
-
-  cd $_pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/$i/nginx.vim \
-  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
-  done
-}
-
-package_nginx-mainline-src() {
-  pkgdesc="Source code of nginx-mainline $pkgver, useful for building modules"
-  conflicts=($_pkgbase-src)
-  depends=()
-  install -d "$pkgdir/usr/src"
-  cp -r $_pkgbase-$pkgver-src "$pkgdir/usr/src/nginx"
-}

Copied: 

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

2021-03-30 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, March 30, 2021 @ 15:33:33
  Author: grazzolini
Revision: 910509

upgpkg: nginx-mainline 1.19.9-1

Modified:
  nginx-mainline/trunk/PKGBUILD
  nginx-mainline/trunk/service

--+
 PKGBUILD |   10 +-
 service  |1 -
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 15:13:11 UTC (rev 910508)
+++ PKGBUILD2021-03-30 15:33:33 UTC (rev 910509)
@@ -6,7 +6,7 @@
 _pkgbase=nginx
 pkgbase=nginx-mainline
 pkgname=(nginx-mainline nginx-mainline-src)
-pkgver=1.19.8
+pkgver=1.19.9
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('x86_64')
@@ -27,13 +27,13 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('cf509a62c6789e4a922a87d822ab6c1d'
+md5sums=('335208e1427a4d58b0cef2f7674ab4c0'
  'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
+ 'ba2e3b08ce0f0fff7cced624d0ecf7cc'
  '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('da548dc459f7a921e2f6ea54f543496244e820acbdf3effc4db331717f69b710181fbfdac3be101cd7d1c39e3ca37a94f9a9c4017f11da843ed85a34acf26bc2'
+sha512sums=('a418aa22046f641afd95ee661c77c469d21c9957aa5ab74c4186526fcd18e0d701ee933a76ab143081b4b3f8815484074c2609aa257646218bf6b4b739b3cb88'
 'SKIP'
-
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
+
'be2858613d9cca85d80e7b894e9d5fa7892cbddd7a677d2d2f68f419d75fdc1f6802de8014f43ce063b116afd4ff17369873a6adea2dd58ac6f94e617de66fec'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
 
 _common_flags=(

Modified: service
===
--- service 2021-03-30 15:13:11 UTC (rev 910508)
+++ service 2021-03-30 15:33:33 UTC (rev 910509)
@@ -10,7 +10,6 @@
 
 ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
 ExecReload=/usr/bin/nginx -s reload
-KillSignal=SIGQUIT
 KillMode=mixed
 
 [Install]


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

2021-03-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 30, 2021 @ 15:13:11
  Author: jelle
Revision: 910508

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 15:13:06 UTC (rev 910507)
+++ PKGBUILD2021-03-30 15:13:11 UTC (rev 910508)
@@ -1,60 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-olefile
-pkgname=('python-olefile' 'python2-olefile')
-_pyname=olefile
-pkgver=0.46
-pkgrel=3
-pkgdesc='Python library to parse, read and write Microsoft OLE2 files 
(formerly OleFileIO_PL)'
-url='https://www.decalage.info/olefile'
-arch=('any')
-license=('BSD')
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(${_pyname}-${pkgver}.tar.gz::https://github.com/decalage2/olefile/archive/v${pkgver}.tar.gz)
-sha512sums=('e70975cdda11004ab331908085e0cbd9cf3e44f49fa1453a7af5373bfed0a98729bb7600fee7a1042be6c40c58649f3650972d9e4520bbab218cf715f6264f98')
-
-prepare() {
-  cp -ra ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-py.test
-  )
-  (cd ${_pyname}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-olefile() {
-  depends=('python')
-  replaces=('python3-olefileio')
-  conflicts=('python3-olefileio')
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md doc/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-}
-
-package_python2-olefile() {
-  depends=('python2')
-  replaces=('python2-olefileio')
-  conflicts=('python2-olefileio')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md doc/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-olefile/repos/community-any/PKGBUILD (from rev 910507, 
python-olefile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 15:13:11 UTC (rev 910508)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-olefile
+_pyname=olefile
+pkgver=0.46
+pkgrel=4
+pkgdesc='Python library to parse, read and write Microsoft OLE2 files 
(formerly OleFileIO_PL)'
+url='https://www.decalage.info/olefile'
+arch=('any')
+license=('BSD')
+depends=('python')
+checkdepends=('python-pytest')
+replaces=('python3-olefileio')
+conflicts=('python3-olefileio')
+source=(${_pyname}-${pkgver}.tar.gz::https://github.com/decalage2/olefile/archive/v${pkgver}.tar.gz)
+sha512sums=('e70975cdda11004ab331908085e0cbd9cf3e44f49fa1453a7af5373bfed0a98729bb7600fee7a1042be6c40c58649f3650972d9e4520bbab218cf715f6264f98')
+
+build() {
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+  )
+}
+
+check() {
+  (cd ${_pyname}-${pkgver}
+py.test
+  )
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md doc/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 30, 2021 @ 15:13:06
  Author: jelle
Revision: 910507

Drop unused python2-olefile package

Modified:
  python-olefile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 15:00:30 UTC (rev 910506)
+++ PKGBUILD2021-03-30 15:13:06 UTC (rev 910507)
@@ -1,30 +1,24 @@
 # Maintainer: Levente Polyak 
 
-pkgbase=python-olefile
-pkgname=('python-olefile' 'python2-olefile')
+pkgname=python-olefile
 _pyname=olefile
 pkgver=0.46
-pkgrel=3
+pkgrel=4
 pkgdesc='Python library to parse, read and write Microsoft OLE2 files 
(formerly OleFileIO_PL)'
 url='https://www.decalage.info/olefile'
 arch=('any')
 license=('BSD')
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
+depends=('python')
+checkdepends=('python-pytest')
+replaces=('python3-olefileio')
+conflicts=('python3-olefileio')
 
source=(${_pyname}-${pkgver}.tar.gz::https://github.com/decalage2/olefile/archive/v${pkgver}.tar.gz)
 
sha512sums=('e70975cdda11004ab331908085e0cbd9cf3e44f49fa1453a7af5373bfed0a98729bb7600fee7a1042be6c40c58649f3650972d9e4520bbab218cf715f6264f98')
 
-prepare() {
-  cp -ra ${_pyname}-${pkgver}{,-py2}
-}
-
 build() {
   (cd ${_pyname}-${pkgver}
 python setup.py build
   )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-  )
 }
 
 check() {
@@ -31,15 +25,9 @@
   (cd ${_pyname}-${pkgver}
 py.test
   )
-  (cd ${_pyname}-${pkgver}-py2
-py.test2
-  )
 }
 
-package_python-olefile() {
-  depends=('python')
-  replaces=('python3-olefileio')
-  conflicts=('python3-olefileio')
+package() {
   cd ${_pyname}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
   install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
@@ -47,14 +35,4 @@
 
 }
 
-package_python2-olefile() {
-  depends=('python2')
-  replaces=('python2-olefileio')
-  conflicts=('python2-olefileio')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md doc/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in (python2-pillow)

2021-03-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 30, 2021 @ 15:00:30
  Author: jelle
Revision: 910506

Drop unrequired python2-pillow package

Deleted:
  python2-pillow/


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:55
  Author: heftig
Revision: 411285

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 411283, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 411283, linux-zen/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10465 +
 2 files changed, 10663 insertions(+)

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


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:51
  Author: heftig
Revision: 910500

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 910496, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 910496, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:55:51 UTC (rev 910500)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=41
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:54
  Author: heftig
Revision: 411284

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 411283, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 411283, linux/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10414 +
 2 files changed, 10612 insertions(+)

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


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:53
  Author: heftig
Revision: 910505

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 910500, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 910500, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:55:53 UTC (rev 910505)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=80
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:51
  Author: heftig
Revision: 910498

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 910496, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 910496, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:55:51 UTC (rev 910498)
@@ -0,0 +1,48 @@
+# 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=288
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:49
  Author: heftig
Revision: 910497

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
910496, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:55:49 UTC (rev 910497)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.7
+pkgrel=18
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz;)
+sha512sums=('51e8488b4d0652d24afd1b5bd74e88140e2754354bfa85639c668479deca25e8163f3ffcf8bc1c6629d97d1cea24de89c65a76b8c9902745911fd0ed9b12b770')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  # https://github.com/linuxdeepin/deepin-anything/issues/36
+  sed -i '454s/return;/return -1;/' kernelmod/vfs_kretprobes.c
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:53
  Author: heftig
Revision: 411283

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 411282, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 411282, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-03-30 14:55:53 UTC (rev 411283)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=460.67
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:51
  Author: heftig
Revision: 910501

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 910496, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 910496, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 910496, vhba-module/trunk/dkms.conf)

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
910496, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-03-30 14:55:51 UTC (rev 
910501)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 910496, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:55:51 UTC (rev 910501)
@@ -0,0 +1,55 @@
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=125
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:52
  Author: heftig
Revision: 910502

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 910496, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 910496, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 910497, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 910496, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2021-03-30 14:55:52 UTC 
(rev 910502)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
910496, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2021-03-30 14:55:52 UTC 
(rev 910502)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 910497, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:55:52 UTC (rev 910502)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=401
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:53
  Author: heftig
Revision: 910504

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 910499, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 910499, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:55:53 UTC (rev 910504)
@@ -0,0 +1,37 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.18
+pkgrel=23
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:52
  Author: heftig
Revision: 910503

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/Kbuild
(from rev 910498, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 910498, netfilter-fullconenat/trunk/PKGBUILD)
  
netfilter-fullconenat/repos/community-testing-x86_64/netfilter-fullconenat.conf
(from rev 910499, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   41 +
 netfilter-fullconenat.conf |1 +
 3 files changed, 43 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/Kbuild (from rev 
910498, netfilter-fullconenat/trunk/Kbuild)
===
--- community-testing-x86_64/Kbuild (rev 0)
+++ community-testing-x86_64/Kbuild 2021-03-30 14:55:52 UTC (rev 910503)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
910498, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:55:52 UTC (rev 910503)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=100
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${pkgname}"
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

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

2021-03-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:11
  Author: jelle
Revision: 910496

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 14:55:06 UTC (rev 910495)
+++ PKGBUILD2021-03-30 14:55:11 UTC (rev 910496)
@@ -1,36 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: shmilee
-
-pkgbase=python-mistune
-_pkgname=mistune
-pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.8.4
-pkgrel=5
-pkgdesc="The fastest markdown parser in pure Python with renderer feature."
-arch=('any')
-url="https://github.com/lepture/mistune;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tgz::https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz;)
-md5sums=('22fc9ea84220214a2b9b2b5b4213e209')
-
-prepare() {
-  cd "$srcdir"
-  cp -r "$srcdir/$_pkgname-$pkgver" "$srcdir/${_pkgname}2-$pkgver"
-}
-
-package_python-mistune() {
-  cd "$srcdir/${_pkgname}-$pkgver"
-  python setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-mistune/LICENSE"
-}
-
-package_python2-mistune() {
-  depends=('python2')
-  cd "$srcdir/${_pkgname}2-$pkgver"
-  python2 setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-mistune/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mistune/repos/community-any/PKGBUILD (from rev 910495, 
python-mistune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 14:55:11 UTC (rev 910496)
@@ -0,0 +1,23 @@
+# Maintainer: Kyle Keen 
+# Contributor: shmilee
+
+_pkgname=mistune
+pkgname=python-mistune
+pkgver=0.8.4
+pkgrel=6
+pkgdesc="The fastest markdown parser in pure Python with renderer feature."
+arch=('any')
+url="https://github.com/lepture/mistune;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgbase-$pkgver.tgz::https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz;)
+md5sums=('22fc9ea84220214a2b9b2b5b4213e209')
+
+package() {
+  cd "$srcdir/${_pkgname}-$pkgver"
+  python setup.py install --root="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-mistune/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-03-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:06
  Author: jelle
Revision: 910495

Remove python2-mistune as it's no longer required.

Modified:
  python-mistune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:52:59 UTC (rev 910494)
+++ PKGBUILD2021-03-30 14:55:06 UTC (rev 910495)
@@ -1,36 +1,23 @@
 # Maintainer: Kyle Keen 
 # Contributor: shmilee
 
-pkgbase=python-mistune
 _pkgname=mistune
-pkgname=('python-mistune' 'python2-mistune')
+pkgname=python-mistune
 pkgver=0.8.4
-pkgrel=5
+pkgrel=6
 pkgdesc="The fastest markdown parser in pure Python with renderer feature."
 arch=('any')
 url="https://github.com/lepture/mistune;
 license=('BSD')
 depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
 
source=("$pkgbase-$pkgver.tgz::https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz;)
 md5sums=('22fc9ea84220214a2b9b2b5b4213e209')
 
-prepare() {
-  cd "$srcdir"
-  cp -r "$srcdir/$_pkgname-$pkgver" "$srcdir/${_pkgname}2-$pkgver"
-}
-
-package_python-mistune() {
+package() {
   cd "$srcdir/${_pkgname}-$pkgver"
   python setup.py install --root="$pkgdir/"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-mistune/LICENSE"
 }
 
-package_python2-mistune() {
-  depends=('python2')
-  cd "$srcdir/${_pkgname}2-$pkgver"
-  python2 setup.py install --root="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-mistune/LICENSE"
-}
-
 # vim:set ts=2 sw=2 et:


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:55:51
  Author: heftig
Revision: 910499

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 910496, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:55:51 UTC (rev 910499)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=280
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:56
  Author: heftig
Revision: 910493

1.2.1-41: linux 5.11.11.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:52:55 UTC (rev 910492)
+++ PKGBUILD2021-03-30 14:52:56 UTC (rev 910493)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=40
+pkgrel=41
 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)

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:53
  Author: heftig
Revision: 910491

8.048.03-80: linux 5.11.11.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:52:52 UTC (rev 910490)
+++ PKGBUILD2021-03-30 14:52:53 UTC (rev 910491)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=79
+pkgrel=80
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:50
  Author: heftig
Revision: 910488

0.43-288: linux 5.11.11.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:52:49 UTC (rev 910487)
+++ PKGBUILD2021-03-30 14:52:50 UTC (rev 910488)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=287
+pkgrel=288
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:59
  Author: heftig
Revision: 910494

5.0.7-18: linux 5.11.11.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:52:56 UTC (rev 910493)
+++ PKGBUILD2021-03-30 14:52:59 UTC (rev 910494)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.7
-pkgrel=17
+pkgrel=18
 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 vhba-module/trunk (PKGBUILD)

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:55
  Author: heftig
Revision: 910492

20200106-125: linux 5.11.11.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:52:53 UTC (rev 910491)
+++ PKGBUILD2021-03-30 14:52:55 UTC (rev 910492)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=124
+pkgrel=125
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:58
  Author: heftig
Revision: 411282

460.67-5: linux 5.11.11.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:47:29 UTC (rev 411281)
+++ PKGBUILD2021-03-30 14:52:58 UTC (rev 411282)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=460.67
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:49
  Author: heftig
Revision: 910487

6.1.18-23: linux 5.11.11.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:52:47 UTC (rev 910486)
+++ PKGBUILD2021-03-30 14:52:49 UTC (rev 910487)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.18
-pkgrel=22
+pkgrel=23
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:51
  Author: heftig
Revision: 910489

6.30.223.271-280: linux 5.11.11.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:52:50 UTC (rev 910488)
+++ PKGBUILD2021-03-30 14:52:51 UTC (rev 910489)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=279
+pkgrel=280
 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 bbswitch/trunk (PKGBUILD)

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:52
  Author: heftig
Revision: 910490

0.8-401: linux 5.11.11.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:52:51 UTC (rev 910489)
+++ PKGBUILD2021-03-30 14:52:52 UTC (rev 910490)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=400
+pkgrel=401
 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 netfilter-fullconenat/trunk (PKGBUILD)

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:52:47
  Author: heftig
Revision: 910486

r73.0cf3b48-100: linux 5.11.11.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:25:54 UTC (rev 910485)
+++ PKGBUILD2021-03-30 14:52:47 UTC (rev 910486)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=99
+pkgrel=100
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:47:28
  Author: heftig
Revision: 411280

FS#69441: Revert "Disable USB gadget support"

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

--+
 PKGBUILD |2 
 config   |  176 ++---
 2 files changed, 169 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:47:21 UTC (rev 411279)
+++ PKGBUILD2021-03-30 14:47:28 UTC (rev 411280)
@@ -25,7 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'569f615ed3cf8c8e8e4c26aca156ae59886c3b91b46967a3ac95a615ca2e8874')
+'cba606e07b9a43ed604b709312c25d9509c7dfd2a95842dcc348d550c2e07031')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-03-30 14:47:21 UTC (rev 411279)
+++ config  2021-03-30 14:47:28 UTC (rev 411280)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.11.9-arch1 Kernel Configuration
+# Linux/x86 5.11.10-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
@@ -7197,15 +7197,61 @@
 CONFIG_USBIP_VHCI_HC_PORTS=8
 CONFIG_USBIP_VHCI_NR_HCS=1
 CONFIG_USBIP_HOST=m
+CONFIG_USBIP_VUDC=m
 # CONFIG_USBIP_DEBUG is not set
-# CONFIG_USB_CDNS3 is not set
-# CONFIG_USB_MUSB_HDRC is not set
-# CONFIG_USB_DWC3 is not set
-# CONFIG_USB_DWC2 is not set
-# CONFIG_USB_CHIPIDEA is not set
-# CONFIG_USB_ISP1760 is not set
+CONFIG_USB_CDNS3=m
+CONFIG_USB_CDNS3_GADGET=y
+CONFIG_USB_CDNS3_HOST=y
+CONFIG_USB_CDNS3_PCI_WRAP=m
+CONFIG_USB_MUSB_HDRC=m
+# CONFIG_USB_MUSB_HOST is not set
+# CONFIG_USB_MUSB_GADGET is not set
+CONFIG_USB_MUSB_DUAL_ROLE=y
 
 #
+# Platform Glue Layer
+#
+
+#
+# MUSB DMA mode
+#
+# CONFIG_MUSB_PIO_ONLY is not set
+CONFIG_USB_DWC3=m
+CONFIG_USB_DWC3_ULPI=y
+# CONFIG_USB_DWC3_HOST is not set
+# CONFIG_USB_DWC3_GADGET is not set
+CONFIG_USB_DWC3_DUAL_ROLE=y
+
+#
+# Platform Glue Driver Support
+#
+CONFIG_USB_DWC3_PCI=m
+CONFIG_USB_DWC3_HAPS=m
+CONFIG_USB_DWC2=m
+# CONFIG_USB_DWC2_HOST is not set
+
+#
+# Gadget/Dual-role mode requires USB Gadget support to be enabled
+#
+# CONFIG_USB_DWC2_PERIPHERAL is not set
+CONFIG_USB_DWC2_DUAL_ROLE=y
+CONFIG_USB_DWC2_PCI=m
+# CONFIG_USB_DWC2_DEBUG is not set
+# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set
+CONFIG_USB_CHIPIDEA=m
+CONFIG_USB_CHIPIDEA_UDC=y
+CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_CHIPIDEA_PCI=m
+CONFIG_USB_CHIPIDEA_MSM=m
+CONFIG_USB_CHIPIDEA_GENERIC=m
+CONFIG_USB_ISP1760=m
+CONFIG_USB_ISP1760_HCD=y
+CONFIG_USB_ISP1761_UDC=y
+# CONFIG_USB_ISP1760_HOST_ROLE is not set
+# CONFIG_USB_ISP1760_GADGET_ROLE is not set
+CONFIG_USB_ISP1760_DUAL_ROLE=y
+
+#
 # USB port drivers
 #
 CONFIG_USB_USS720=m
@@ -7312,7 +7358,120 @@
 CONFIG_USB_ISP1301=m
 # end of USB Physical Layer drivers
 
-# CONFIG_USB_GADGET is not set
+CONFIG_USB_GADGET=m
+# CONFIG_USB_GADGET_DEBUG is not set
+# CONFIG_USB_GADGET_DEBUG_FILES is not set
+# CONFIG_USB_GADGET_DEBUG_FS is not set
+CONFIG_USB_GADGET_VBUS_DRAW=2
+CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
+CONFIG_U_SERIAL_CONSOLE=y
+
+#
+# USB Peripheral Controller
+#
+CONFIG_USB_FOTG210_UDC=m
+CONFIG_USB_GR_UDC=m
+CONFIG_USB_R8A66597=m
+CONFIG_USB_PXA27X=m
+CONFIG_USB_MV_UDC=m
+CONFIG_USB_MV_U3D=m
+CONFIG_USB_SNP_CORE=m
+CONFIG_USB_M66592=m
+CONFIG_USB_BDC_UDC=m
+
+#
+# Platform Support
+#
+CONFIG_USB_AMD5536UDC=m
+CONFIG_USB_NET2272=m
+# CONFIG_USB_NET2272_DMA is not set
+CONFIG_USB_NET2280=m
+CONFIG_USB_GOKU=m
+CONFIG_USB_EG20T=m
+CONFIG_USB_MAX3420_UDC=m
+CONFIG_USB_DUMMY_HCD=m
+# end of USB Peripheral Controller
+
+CONFIG_USB_LIBCOMPOSITE=m
+CONFIG_USB_F_ACM=m
+CONFIG_USB_F_SS_LB=m
+CONFIG_USB_U_SERIAL=m
+CONFIG_USB_U_ETHER=m
+CONFIG_USB_U_AUDIO=m
+CONFIG_USB_F_SERIAL=m
+CONFIG_USB_F_OBEX=m
+CONFIG_USB_F_NCM=m
+CONFIG_USB_F_ECM=m
+CONFIG_USB_F_PHONET=m
+CONFIG_USB_F_EEM=m
+CONFIG_USB_F_SUBSET=m
+CONFIG_USB_F_RNDIS=m
+CONFIG_USB_F_MASS_STORAGE=m
+CONFIG_USB_F_FS=m
+CONFIG_USB_F_UAC1=m
+CONFIG_USB_F_UAC1_LEGACY=m
+CONFIG_USB_F_UAC2=m
+CONFIG_USB_F_UVC=m
+CONFIG_USB_F_MIDI=m
+CONFIG_USB_F_HID=m
+CONFIG_USB_F_PRINTER=m
+CONFIG_USB_F_TCM=m
+CONFIG_USB_CONFIGFS=m
+CONFIG_USB_CONFIGFS_SERIAL=y
+CONFIG_USB_CONFIGFS_ACM=y
+CONFIG_USB_CONFIGFS_OBEX=y
+CONFIG_USB_CONFIGFS_NCM=y
+CONFIG_USB_CONFIGFS_ECM=y
+CONFIG_USB_CONFIGFS_ECM_SUBSET=y
+CONFIG_USB_CONFIGFS_RNDIS=y
+CONFIG_USB_CONFIGFS_EEM=y
+CONFIG_USB_CONFIGFS_PHONET=y
+CONFIG_USB_CONFIGFS_MASS_STORAGE=y
+CONFIG_USB_CONFIGFS_F_LB_SS=y
+CONFIG_USB_CONFIGFS_F_FS=y
+CONFIG_USB_CONFIGFS_F_UAC1=y
+CONFIG_USB_CONFIGFS_F_UAC1_LEGACY=y
+CONFIG_USB_CONFIGFS_F_UAC2=y
+CONFIG_USB_CONFIGFS_F_MIDI=y
+CONFIG_USB_CONFIGFS_F_HID=y
+CONFIG_USB_CONFIGFS_F_UVC=y
+CONFIG_USB_CONFIGFS_F_PRINTER=y
+CONFIG_USB_CONFIGFS_F_TCM=y
+
+#
+# USB Gadget precomposed configurations
+#

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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:47:29
  Author: heftig
Revision: 411281

5.11.11.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:47:28 UTC (rev 411280)
+++ PKGBUILD2021-03-30 14:47:29 UTC (rev 411281)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.11.10.arch1
+pkgver=5.11.11.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -25,7 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'cba606e07b9a43ed604b709312c25d9509c7dfd2a95842dcc348d550c2e07031')
+'170a5887be33c7caded85156a3bda8ef769d1a38fe33e4973eccc9f0bcc87728')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-03-30 14:47:28 UTC (rev 411280)
+++ config  2021-03-30 14:47:29 UTC (rev 411281)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.11.10-arch1 Kernel Configuration
+# Linux/x86 5.11.11-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
@@ -8003,7 +8003,7 @@
 #
 CONFIG_XEN_BALLOON=y
 CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
-CONFIG_XEN_BALLOON_MEMORY_HOTPLUG_LIMIT=512
+CONFIG_XEN_MEMORY_HOTPLUG_LIMIT=512
 CONFIG_XEN_SCRUB_PAGES_DEFAULT=y
 CONFIG_XEN_DEV_EVTCHN=m
 CONFIG_XEN_BACKEND=y


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

2021-03-30 Thread Jan Steffens via arch-commits
Date: Tuesday, March 30, 2021 @ 14:47:21
  Author: heftig
Revision: 411279

5.11.11.zen1-1

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

--+
 PKGBUILD |4 -
 config   |  178 +
 2 files changed, 171 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:23:42 UTC (rev 411278)
+++ PKGBUILD2021-03-30 14:47:21 UTC (rev 411279)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.11.10.zen1
+pkgver=5.11.11.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -25,7 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'5399923af629b6f496133648334720c87ca7f3c43c9c3166af03c0ca846c10b1')
+'df59b8605e86ee358f905b19cc3db9eef06356e8170a1785a0a0b1e27d071004')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-03-30 14:23:42 UTC (rev 411278)
+++ config  2021-03-30 14:47:21 UTC (rev 411279)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.11.9-zen1 Kernel Configuration
+# Linux/x86 5.11.11-zen1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
@@ -7243,15 +7243,61 @@
 CONFIG_USBIP_VHCI_HC_PORTS=8
 CONFIG_USBIP_VHCI_NR_HCS=1
 CONFIG_USBIP_HOST=m
+CONFIG_USBIP_VUDC=m
 # CONFIG_USBIP_DEBUG is not set
-# CONFIG_USB_CDNS3 is not set
-# CONFIG_USB_MUSB_HDRC is not set
-# CONFIG_USB_DWC3 is not set
-# CONFIG_USB_DWC2 is not set
-# CONFIG_USB_CHIPIDEA is not set
-# CONFIG_USB_ISP1760 is not set
+CONFIG_USB_CDNS3=m
+CONFIG_USB_CDNS3_GADGET=y
+CONFIG_USB_CDNS3_HOST=y
+CONFIG_USB_CDNS3_PCI_WRAP=m
+CONFIG_USB_MUSB_HDRC=m
+# CONFIG_USB_MUSB_HOST is not set
+# CONFIG_USB_MUSB_GADGET is not set
+CONFIG_USB_MUSB_DUAL_ROLE=y
 
 #
+# Platform Glue Layer
+#
+
+#
+# MUSB DMA mode
+#
+# CONFIG_MUSB_PIO_ONLY is not set
+CONFIG_USB_DWC3=m
+CONFIG_USB_DWC3_ULPI=y
+# CONFIG_USB_DWC3_HOST is not set
+# CONFIG_USB_DWC3_GADGET is not set
+CONFIG_USB_DWC3_DUAL_ROLE=y
+
+#
+# Platform Glue Driver Support
+#
+CONFIG_USB_DWC3_PCI=m
+CONFIG_USB_DWC3_HAPS=m
+CONFIG_USB_DWC2=m
+# CONFIG_USB_DWC2_HOST is not set
+
+#
+# Gadget/Dual-role mode requires USB Gadget support to be enabled
+#
+# CONFIG_USB_DWC2_PERIPHERAL is not set
+CONFIG_USB_DWC2_DUAL_ROLE=y
+CONFIG_USB_DWC2_PCI=m
+# CONFIG_USB_DWC2_DEBUG is not set
+# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set
+CONFIG_USB_CHIPIDEA=m
+CONFIG_USB_CHIPIDEA_UDC=y
+CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_CHIPIDEA_PCI=m
+CONFIG_USB_CHIPIDEA_MSM=m
+CONFIG_USB_CHIPIDEA_GENERIC=m
+CONFIG_USB_ISP1760=m
+CONFIG_USB_ISP1760_HCD=y
+CONFIG_USB_ISP1761_UDC=y
+# CONFIG_USB_ISP1760_HOST_ROLE is not set
+# CONFIG_USB_ISP1760_GADGET_ROLE is not set
+CONFIG_USB_ISP1760_DUAL_ROLE=y
+
+#
 # USB port drivers
 #
 CONFIG_USB_USS720=m
@@ -7358,7 +7404,120 @@
 CONFIG_USB_ISP1301=m
 # end of USB Physical Layer drivers
 
-# CONFIG_USB_GADGET is not set
+CONFIG_USB_GADGET=m
+# CONFIG_USB_GADGET_DEBUG is not set
+# CONFIG_USB_GADGET_DEBUG_FILES is not set
+# CONFIG_USB_GADGET_DEBUG_FS is not set
+CONFIG_USB_GADGET_VBUS_DRAW=2
+CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
+CONFIG_U_SERIAL_CONSOLE=y
+
+#
+# USB Peripheral Controller
+#
+CONFIG_USB_FOTG210_UDC=m
+CONFIG_USB_GR_UDC=m
+CONFIG_USB_R8A66597=m
+CONFIG_USB_PXA27X=m
+CONFIG_USB_MV_UDC=m
+CONFIG_USB_MV_U3D=m
+CONFIG_USB_SNP_CORE=m
+CONFIG_USB_M66592=m
+CONFIG_USB_BDC_UDC=m
+
+#
+# Platform Support
+#
+CONFIG_USB_AMD5536UDC=m
+CONFIG_USB_NET2272=m
+# CONFIG_USB_NET2272_DMA is not set
+CONFIG_USB_NET2280=m
+CONFIG_USB_GOKU=m
+CONFIG_USB_EG20T=m
+CONFIG_USB_MAX3420_UDC=m
+CONFIG_USB_DUMMY_HCD=m
+# end of USB Peripheral Controller
+
+CONFIG_USB_LIBCOMPOSITE=m
+CONFIG_USB_F_ACM=m
+CONFIG_USB_F_SS_LB=m
+CONFIG_USB_U_SERIAL=m
+CONFIG_USB_U_ETHER=m
+CONFIG_USB_U_AUDIO=m
+CONFIG_USB_F_SERIAL=m
+CONFIG_USB_F_OBEX=m
+CONFIG_USB_F_NCM=m
+CONFIG_USB_F_ECM=m
+CONFIG_USB_F_PHONET=m
+CONFIG_USB_F_EEM=m
+CONFIG_USB_F_SUBSET=m
+CONFIG_USB_F_RNDIS=m
+CONFIG_USB_F_MASS_STORAGE=m
+CONFIG_USB_F_FS=m
+CONFIG_USB_F_UAC1=m
+CONFIG_USB_F_UAC1_LEGACY=m
+CONFIG_USB_F_UAC2=m
+CONFIG_USB_F_UVC=m
+CONFIG_USB_F_MIDI=m
+CONFIG_USB_F_HID=m
+CONFIG_USB_F_PRINTER=m
+CONFIG_USB_F_TCM=m
+CONFIG_USB_CONFIGFS=m
+CONFIG_USB_CONFIGFS_SERIAL=y
+CONFIG_USB_CONFIGFS_ACM=y
+CONFIG_USB_CONFIGFS_OBEX=y
+CONFIG_USB_CONFIGFS_NCM=y
+CONFIG_USB_CONFIGFS_ECM=y
+CONFIG_USB_CONFIGFS_ECM_SUBSET=y
+CONFIG_USB_CONFIGFS_RNDIS=y
+CONFIG_USB_CONFIGFS_EEM=y
+CONFIG_USB_CONFIGFS_PHONET=y
+CONFIG_USB_CONFIGFS_MASS_STORAGE=y
+CONFIG_USB_CONFIGFS_F_LB_SS=y
+CONFIG_USB_CONFIGFS_F_FS=y
+CONFIG_USB_CONFIGFS_F_UAC1=y
+CONFIG_USB_CONFIGFS_F_UAC1_LEGACY=y
+CONFIG_USB_CONFIGFS_F_UAC2=y
+CONFIG_USB_CONFIGFS_F_MIDI=y

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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:25:54
  Author: felixonmars
Revision: 910485

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 14:25:37 UTC (rev 910484)
+++ PKGBUILD2021-03-30 14:25:54 UTC (rev 910485)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgbase=python-click
-pkgname=("python-click" "python2-click")
-_realname=click
-pkgver=7.1.2
-pkgrel=3
-pkgdesc="A simple wrapper around optparse for powerful command line utilities"
-arch=("any")
-url="http://click.pocoo.org/;
-license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/click/archive/${pkgver}.tar.gz;)
-sha512sums=('d0caf2fb0a258774a18a7b8f83bdfa73abeb70196a70b45a6cc35befaeb862d068d2f2cce4e27201ab2e3adcd02e7e2f099d6c37c497a507010eefa10ad16eba')
-
-prepare() {
-cp -a $_realname-$pkgver{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-click() {
-depends=("python")
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE.rst" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst"
-}
-
-package_python2-click() {
-depends=("python2")
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE.rst" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst"
-}

Copied: python-click/repos/community-any/PKGBUILD (from rev 910484, 
python-click/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 14:25:54 UTC (rev 910485)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=python-click
+_realname=click
+pkgver=7.1.2
+pkgrel=4
+pkgdesc="A simple wrapper around optparse for powerful command line utilities"
+arch=("any")
+url="http://click.pocoo.org/;
+license=("BSD")
+depends=("python")
+makedepends=("python-setuptools")
+source=("https://github.com/pallets/click/archive/${pkgver}/$pkgname-$pkgver.tar.gz;)
+sha512sums=('d0caf2fb0a258774a18a7b8f83bdfa73abeb70196a70b45a6cc35befaeb862d068d2f2cce4e27201ab2e3adcd02e7e2f099d6c37c497a507010eefa10ad16eba')
+
+build() {
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE.rst" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst"
+}


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:25:37
  Author: felixonmars
Revision: 910484

upgpkg: python-click 7.1.2-4: remove python2 package

Modified:
  python-click/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:20:39 UTC (rev 910483)
+++ PKGBUILD2021-03-30 14:25:37 UTC (rev 910484)
@@ -1,41 +1,26 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Carl George < arch at cgtx dot us >
 
-pkgbase=python-click
-pkgname=("python-click" "python2-click")
+pkgname=python-click
 _realname=click
 pkgver=7.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple wrapper around optparse for powerful command line utilities"
 arch=("any")
 url="http://click.pocoo.org/;
 license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/click/archive/${pkgver}.tar.gz;)
+depends=("python")
+makedepends=("python-setuptools")
+source=("https://github.com/pallets/click/archive/${pkgver}/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('d0caf2fb0a258774a18a7b8f83bdfa73abeb70196a70b45a6cc35befaeb862d068d2f2cce4e27201ab2e3adcd02e7e2f099d6c37c497a507010eefa10ad16eba')
 
-prepare() {
-cp -a $_realname-$pkgver{,-python2}
-}
-
 build() {
 cd "${srcdir}/${_realname}-${pkgver}"
 python setup.py build
-
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py build
 }
 
-package_python-click() {
-depends=("python")
+package() {
 cd "${srcdir}/${_realname}-${pkgver}"
 python setup.py install --skip-build --root="${pkgdir}" --optimize=1
 install -Dm644 "LICENSE.rst" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst"
 }
-
-package_python2-click() {
-depends=("python2")
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE.rst" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst"
-}


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:23:42
  Author: felixonmars
Revision: 411278

archrelease: copy trunk to extra-any

Added:
  python-defusedxml/repos/extra-any/PKGBUILD
(from rev 411277, python-defusedxml/trunk/PKGBUILD)
Deleted:
  python-defusedxml/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 14:23:24 UTC (rev 411277)
+++ PKGBUILD2021-03-30 14:23:42 UTC (rev 411278)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-defusedxml
-pkgname=("python-defusedxml" "python2-defusedxml")
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="XML bomb protection for Python stdlib modules"
-arch=('any')
-url='https://bitbucket.org/tiran/defusedxml'
-license=('Python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/d/defusedxml/defusedxml-$pkgver.tar.gz;)
-sha512sums=('93c1e077b22a278011497f3b3f4409b5259e0077768caa121e0f078f80f39c082f3870eaaf4bad5166fe8c3b2d169ccdea62c2840ba6969240a8371cef34c4d5')
-
-prepare() {
-  cp -a "defusedxml-$pkgver"{,-py2}
-}
-
-package_python-defusedxml() {
-  depends=('python')
-
-  cd defusedxml-$pkgver
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-defusedxml() {
-  depends=('python2')
-
-  cd defusedxml-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-defusedxml/repos/extra-any/PKGBUILD (from rev 411277, 
python-defusedxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 14:23:42 UTC (rev 411278)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-defusedxml
+pkgver=0.7.1
+pkgrel=2
+pkgdesc="XML bomb protection for Python stdlib modules"
+arch=('any')
+url='https://bitbucket.org/tiran/defusedxml'
+license=('Python')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/d/defusedxml/defusedxml-$pkgver.tar.gz;)
+sha512sums=('93c1e077b22a278011497f3b3f4409b5259e0077768caa121e0f078f80f39c082f3870eaaf4bad5166fe8c3b2d169ccdea62c2840ba6969240a8371cef34c4d5')
+
+package() {
+  cd defusedxml-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:23:24
  Author: felixonmars
Revision: 411277

upgpkg: python-defusedxml 0.7.1-2: remove python2 package

Modified:
  python-defusedxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:22:28 UTC (rev 411276)
+++ PKGBUILD2021-03-30 14:23:24 UTC (rev 411277)
@@ -1,33 +1,19 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-defusedxml
-pkgname=("python-defusedxml" "python2-defusedxml")
+pkgname=python-defusedxml
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="XML bomb protection for Python stdlib modules"
 arch=('any')
 url='https://bitbucket.org/tiran/defusedxml'
 license=('Python')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 
source=("https://pypi.io/packages/source/d/defusedxml/defusedxml-$pkgver.tar.gz;)
 
sha512sums=('93c1e077b22a278011497f3b3f4409b5259e0077768caa121e0f078f80f39c082f3870eaaf4bad5166fe8c3b2d169ccdea62c2840ba6969240a8371cef34c4d5')
 
-prepare() {
-  cp -a "defusedxml-$pkgver"{,-py2}
-}
-
-package_python-defusedxml() {
-  depends=('python')
-
+package() {
   cd defusedxml-$pkgver
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
-
-package_python2-defusedxml() {
-  depends=('python2')
-
-  cd defusedxml-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:22:28
  Author: felixonmars
Revision: 411276

archrelease: copy trunk to extra-any

Added:
  python-hyperlink/repos/extra-any/PKGBUILD
(from rev 411275, python-hyperlink/trunk/PKGBUILD)
Deleted:
  python-hyperlink/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 14:22:08 UTC (rev 411275)
+++ PKGBUILD2021-03-30 14:22:28 UTC (rev 411276)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hyperlink
-pkgname=('python-hyperlink' 'python2-hyperlink')
-pkgver=21.0.0
-pkgrel=1
-pkgdesc='A featureful, correct URL for Python'
-arch=('any')
-license=('BSD')
-url='https://github.com/python-hyper/hyperlink'
-makedepends=('python-idna' 'python2-idna' 'python-setuptools' 
'python2-setuptools' 'python2-typing')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyperlink/archive/v$pkgver.tar.gz;)
-sha512sums=('fa6c9da0e414319bf20be66dc5593b3fe2e8772c62d36adf2de32c277e49469ada952ca591f41fae8d2229812d79f1e6b7eaa23e63995c7f02ce10aa5569cd61')
-
-prepare() {
-  cp -a hyperlink-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/hyperlink-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hyperlink-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hyperlink-$pkgver
-  python setup.py pytest
-
-  # clean-up non-reproducible files generated during test
-  rm -rf hyperlink/test/__pycache__/
-
-  cd "$srcdir"/hyperlink-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-hyperlink() {
-  depends=('python-idna')
-
-  cd hyperlink-$pkgver
-
-  # reproducible .pyc files
-  export PYTHONHASHSEED=0
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-hyperlink() {
-  depends=('python2-idna' 'python2-typing')
-
-  cd hyperlink-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-hyperlink/repos/extra-any/PKGBUILD (from rev 411275, 
python-hyperlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 14:22:28 UTC (rev 411276)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hyperlink
+pkgver=21.0.0
+pkgrel=2
+pkgdesc='A featureful, correct URL for Python'
+arch=('any')
+license=('BSD')
+url='https://github.com/python-hyper/hyperlink'
+depends=('python-idna')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://github.com/python-hyper/hyperlink/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('fa6c9da0e414319bf20be66dc5593b3fe2e8772c62d36adf2de32c277e49469ada952ca591f41fae8d2229812d79f1e6b7eaa23e63995c7f02ce10aa5569cd61')
+
+build() {
+  cd hyperlink-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd hyperlink-$pkgver
+  python setup.py pytest
+
+  # clean-up non-reproducible files generated during test
+  rm -rf hyperlink/test/__pycache__/
+}
+
+package() {
+  cd hyperlink-$pkgver
+
+  # reproducible .pyc files
+  export PYTHONHASHSEED=0
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:22:08
  Author: felixonmars
Revision: 411275

upgpkg: python-hyperlink 21.0.0-2: remove python2 package

Modified:
  python-hyperlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:17:51 UTC (rev 411274)
+++ PKGBUILD2021-03-30 14:22:08 UTC (rev 411275)
@@ -1,44 +1,32 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-hyperlink
-pkgname=('python-hyperlink' 'python2-hyperlink')
+pkgname=python-hyperlink
 pkgver=21.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A featureful, correct URL for Python'
 arch=('any')
 license=('BSD')
 url='https://github.com/python-hyper/hyperlink'
-makedepends=('python-idna' 'python2-idna' 'python-setuptools' 
'python2-setuptools' 'python2-typing')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyperlink/archive/v$pkgver.tar.gz;)
+depends=('python-idna')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://github.com/python-hyper/hyperlink/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('fa6c9da0e414319bf20be66dc5593b3fe2e8772c62d36adf2de32c277e49469ada952ca591f41fae8d2229812d79f1e6b7eaa23e63995c7f02ce10aa5569cd61')
 
-prepare() {
-  cp -a hyperlink-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir"/hyperlink-$pkgver
+  cd hyperlink-$pkgver
   python setup.py build
-
-  cd "$srcdir"/hyperlink-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/hyperlink-$pkgver
+  cd hyperlink-$pkgver
   python setup.py pytest
 
   # clean-up non-reproducible files generated during test
   rm -rf hyperlink/test/__pycache__/
-
-  cd "$srcdir"/hyperlink-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-hyperlink() {
-  depends=('python-idna')
-
+package() {
   cd hyperlink-$pkgver
 
   # reproducible .pyc files
@@ -45,15 +33,7 @@
   export PYTHONHASHSEED=0
 
   python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
 
-package_python2-hyperlink() {
-  depends=('python2-idna' 'python2-typing')
-
-  cd hyperlink-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 # vim:set ts=2 sw=2 et:


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:20:39
  Author: felixonmars
Revision: 910483

archrelease: copy trunk to community-any

Added:
  m2r/repos/community-any/PKGBUILD
(from rev 910482, m2r/trunk/PKGBUILD)
Deleted:
  m2r/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 14:20:22 UTC (rev 910482)
+++ PKGBUILD2021-03-30 14:20:39 UTC (rev 910483)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=m2r
-pkgname=(m2r python2-m2r)
-pkgver=0.2.1
-pkgrel=6
-pkgdesc="Markdown to reStructuredText converter"
-arch=('any')
-url="https://github.com/miyakogi/m2r;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-mistune' 
'python2-mistune'
- 'python-docutils' 'python2-docutils')
-checkdepends=('python2-mock' 'python-pygments' 'python2-pygments' 
'python-pytest-runner'
-  'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/miyakogi/m2r/archive/v$pkgver.tar.gz;)
-sha512sums=('847f04538ee52f0b0a88cee9474ed889e8114a3a7b1fb221cdaa867ab70ca52f517250f2c8bbf795ae598c7b6614e6d03d9f6f05b7e3d56fb8087d63eb52f1bc')
-
-prepare() {
-  cp -a m2r-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/m2r-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/m2r-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/m2r-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/m2r-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_m2r() {
-  depends=('python-mistune' 'python-docutils')
-
-  cd "$srcdir"/m2r-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-m2r() {
-  depends=('python2-mistune' 'python2-docutils' 'python2-setuptools')
-
-  cd "$srcdir"/m2r-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/m2r{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: m2r/repos/community-any/PKGBUILD (from rev 910482, m2r/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 14:20:39 UTC (rev 910483)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=m2r
+pkgver=0.2.1
+pkgrel=7
+pkgdesc="Markdown to reStructuredText converter"
+arch=('any')
+url="https://github.com/miyakogi/m2r;
+license=('MIT')
+depends=('python-mistune' 'python-docutils')
+makedepends=('python-setuptools')
+checkdepends=('python-pygments' 'python-pytest-runner')
+source=("https://github.com/miyakogi/m2r/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('847f04538ee52f0b0a88cee9474ed889e8114a3a7b1fb221cdaa867ab70ca52f517250f2c8bbf795ae598c7b6614e6d03d9f6f05b7e3d56fb8087d63eb52f1bc')
+
+build() {
+  cd m2r-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd m2r-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd m2r-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:20:22
  Author: felixonmars
Revision: 910482

upgpkg: m2r 0.2.1-7: remove python2 package

Modified:
  m2r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:14:59 UTC (rev 910481)
+++ PKGBUILD2021-03-30 14:20:22 UTC (rev 910482)
@@ -1,55 +1,32 @@
 # Maintainer: Felix Yan 
 
-pkgbase=m2r
-pkgname=(m2r python2-m2r)
+pkgname=m2r
 pkgver=0.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Markdown to reStructuredText converter"
 arch=('any')
 url="https://github.com/miyakogi/m2r;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-mistune' 
'python2-mistune'
- 'python-docutils' 'python2-docutils')
-checkdepends=('python2-mock' 'python-pygments' 'python2-pygments' 
'python-pytest-runner'
-  'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/miyakogi/m2r/archive/v$pkgver.tar.gz;)
+depends=('python-mistune' 'python-docutils')
+makedepends=('python-setuptools')
+checkdepends=('python-pygments' 'python-pytest-runner')
+source=("https://github.com/miyakogi/m2r/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('847f04538ee52f0b0a88cee9474ed889e8114a3a7b1fb221cdaa867ab70ca52f517250f2c8bbf795ae598c7b6614e6d03d9f6f05b7e3d56fb8087d63eb52f1bc')
 
-prepare() {
-  cp -a m2r-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir"/m2r-$pkgver
+  cd m2r-$pkgver
   python setup.py build
-
-  cd "$srcdir"/m2r-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/m2r-$pkgver
+  cd m2r-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/m2r-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_m2r() {
-  depends=('python-mistune' 'python-docutils')
-
-  cd "$srcdir"/m2r-$pkgver
+package() {
+  cd m2r-$pkgver
   python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
 
-package_python2-m2r() {
-  depends=('python2-mistune' 'python2-docutils' 'python2-setuptools')
-
-  cd "$srcdir"/m2r-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/m2r{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-pyasn1-modules/repos/extra-any (PKGBUILD PKGBUILD)

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:17:51
  Author: felixonmars
Revision: 411274

archrelease: copy trunk to extra-any

Added:
  python-pyasn1-modules/repos/extra-any/PKGBUILD
(from rev 411273, python-pyasn1-modules/trunk/PKGBUILD)
Deleted:
  python-pyasn1-modules/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 14:17:34 UTC (rev 411273)
+++ PKGBUILD2021-03-30 14:17:51 UTC (rev 411274)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pyasn1-modules
-pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.2.8
-pkgrel=3
-pkgdesc="A collection of ASN.1-based protocols modules"
-arch=('any')
-license=('BSD')
-url="https://pypi.python.org/pypi/pyasn1-modules;
-makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('fdfcaa065deffdd732deaa1fa30dec2fc4a90ffe15bd12de40636ce0212f447611096d2f4e652ed786b5c47544439e6a93721fabe121f3320f13965692a1ca5b')
-
-prepare() {
-  cp -a pyasn1-modules-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
-  PYTHONPATH=. python tests/__main__.py
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  PYTHONPATH=. python2 tests/__main__.py
-}
-
-package_python-pyasn1-modules() {
-  depends=('python-pyasn1')
-
-  cd pyasn1-modules-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-pyasn1-modules() {
-  depends=('python2-pyasn1')
-
-  cd pyasn1-modules-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-pyasn1-modules/repos/extra-any/PKGBUILD (from rev 411273, 
python-pyasn1-modules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 14:17:51 UTC (rev 411274)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pyasn1-modules
+pkgver=0.2.8
+pkgrel=4
+pkgdesc="A collection of ASN.1-based protocols modules"
+arch=('any')
+license=('BSD')
+url="https://pypi.python.org/pypi/pyasn1-modules;
+depends=('python-pyasn1')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
+sha512sums=('fdfcaa065deffdd732deaa1fa30dec2fc4a90ffe15bd12de40636ce0212f447611096d2f4e652ed786b5c47544439e6a93721fabe121f3320f13965692a1ca5b')
+
+build() {
+  cd pyasn1-modules-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pyasn1-modules-$pkgver
+  PYTHONPATH=. python tests/__main__.py
+}
+
+package() {
+  cd pyasn1-modules-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:17:34
  Author: felixonmars
Revision: 411273

upgpkg: python-pyasn1-modules 0.2.8-4: remove python2 package

Modified:
  python-pyasn1-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:12:42 UTC (rev 411272)
+++ PKGBUILD2021-03-30 14:17:34 UTC (rev 411273)
@@ -1,49 +1,29 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-pyasn1-modules
-pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
+pkgname=python-pyasn1-modules
 pkgver=0.2.8
-pkgrel=3
+pkgrel=4
 pkgdesc="A collection of ASN.1-based protocols modules"
 arch=('any')
 license=('BSD')
 url="https://pypi.python.org/pypi/pyasn1-modules;
-makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
+depends=('python-pyasn1')
+makedepends=('python-setuptools')
 
source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
 
sha512sums=('fdfcaa065deffdd732deaa1fa30dec2fc4a90ffe15bd12de40636ce0212f447611096d2f4e652ed786b5c47544439e6a93721fabe121f3320f13965692a1ca5b')
 
-prepare() {
-  cp -a pyasn1-modules-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
+  cd pyasn1-modules-$pkgver
   python setup.py build
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
+  cd pyasn1-modules-$pkgver
   PYTHONPATH=. python tests/__main__.py
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  PYTHONPATH=. python2 tests/__main__.py
 }
 
-package_python-pyasn1-modules() {
-  depends=('python-pyasn1')
-
+package() {
   cd pyasn1-modules-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
-
-package_python2-pyasn1-modules() {
-  depends=('python2-pyasn1')
-
-  cd pyasn1-modules-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}


[arch-commits] Commit in ttf-sarasa-gothic/repos/community-any (PKGBUILD PKGBUILD)

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:14:59
  Author: felixonmars
Revision: 910481

archrelease: copy trunk to community-any

Added:
  ttf-sarasa-gothic/repos/community-any/PKGBUILD
(from rev 910480, ttf-sarasa-gothic/trunk/PKGBUILD)
Deleted:
  ttf-sarasa-gothic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 14:14:38 UTC (rev 910480)
+++ PKGBUILD2021-03-30 14:14:59 UTC (rev 910481)
@@ -1,22 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ye Jingchen 
-# Contributor: Markus Weimar 
-
-pkgname=ttf-sarasa-gothic
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
-arch=('any')
-url="https://github.com/be5invis/Sarasa-Gothic;
-license=('OFL')
-provides=('ttf-sarasa-slab')
-source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
-
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
-sha512sums=('733559116fc6879dd2b82abdf367f104516c8ca2eee0a9cf05d7ff4338862e815b64daf37157cd78ef09a3e863c17a7edb8f0a86a790e5c711bdd2daf0e948c9'
-
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
-
-package() {
-install -d "$pkgdir/usr/share/fonts/${pkgname:4}"
-install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}"
-install -Dm644 "LICENSE-$pkgver" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ttf-sarasa-gothic/repos/community-any/PKGBUILD (from rev 910480, 
ttf-sarasa-gothic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 14:14:59 UTC (rev 910481)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan 
+# Contributor: Ye Jingchen 
+# Contributor: Markus Weimar 
+
+pkgname=ttf-sarasa-gothic
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
+arch=('any')
+url="https://github.com/be5invis/Sarasa-Gothic;
+license=('OFL')
+provides=('ttf-sarasa-slab')
+source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
+
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
+sha512sums=('701c315ebb6bffce9f95a2328b279e2f26c50972e4850e45d513964c9249625a0d5cb89c7370954058fe59285dda04e9b5a78bdb07dc68c9e707cebb2bf18cf5'
+
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
+
+package() {
+install -d "$pkgdir/usr/share/fonts/${pkgname:4}"
+install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}"
+install -Dm644 "LICENSE-$pkgver" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in ttf-sarasa-gothic/trunk (PKGBUILD)

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:14:38
  Author: felixonmars
Revision: 910480

upgpkg: ttf-sarasa-gothic 0.20.1-1

Modified:
  ttf-sarasa-gothic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:06:07 UTC (rev 910479)
+++ PKGBUILD2021-03-30 14:14:38 UTC (rev 910480)
@@ -3,7 +3,7 @@
 # Contributor: Markus Weimar 
 
 pkgname=ttf-sarasa-gothic
-pkgver=0.20.0
+pkgver=0.20.1
 pkgrel=1
 pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
 arch=('any')
@@ -12,7 +12,7 @@
 provides=('ttf-sarasa-slab')
 
source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z;
 
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
-sha512sums=('733559116fc6879dd2b82abdf367f104516c8ca2eee0a9cf05d7ff4338862e815b64daf37157cd78ef09a3e863c17a7edb8f0a86a790e5c711bdd2daf0e948c9'
+sha512sums=('701c315ebb6bffce9f95a2328b279e2f26c50972e4850e45d513964c9249625a0d5cb89c7370954058fe59285dda04e9b5a78bdb07dc68c9e707cebb2bf18cf5'
 
'235a437c02a41bb7b7c2a7209f6333d439dd27ff83f0d8b53ae146e92b0159a5196ffcc5fdcc47dc4c995826e468d0af6d9648a2468f39b72a734d8cde6643f9')
 
 package() {


[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:12:42
  Author: felixonmars
Revision: 411272

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 411271, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 14:12:14 UTC (rev 411271)
+++ PKGBUILD2021-03-30 14:12:42 UTC (rev 411272)
@@ -1,30 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-io-socket-ssl
-pkgver=2.068
-pkgrel=1
-pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="https://search.cpan.org/dist/IO-Socket-SSL/;
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha512sums=('9bccce1a85d24a4e06394a7a0eb8c1c834a71d1fecf99e3a7c0fea1828dcad0da24768bfe0db996d70f3e153135fc958d85ae65fab300ebfd8b520441aa27cfa')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  yes | perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test || warning "TLS 1.3 related errors"
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 411271, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-30 14:12:42 UTC (rev 411272)
@@ -0,0 +1,30 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-io-socket-ssl
+pkgver=2.069
+pkgrel=1
+pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/IO-Socket-SSL/;
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha512sums=('502cfb87432c3f76a0c92cf2761f0e5e18d350e734b1aa4c032cd519c0262d934e3050341edde7887a141d6b13892ea18da95129147b9467db6ec283a5cb4b6b')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  yes | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test || warning "TLS 1.3 related errors"
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:12:14
  Author: felixonmars
Revision: 411271

upgpkg: perl-io-socket-ssl 2.069-1

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:08:04 UTC (rev 411270)
+++ PKGBUILD2021-03-30 14:12:14 UTC (rev 411271)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-io-socket-ssl
-pkgver=2.068
+pkgver=2.069
 pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
@@ -11,7 +11,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha512sums=('9bccce1a85d24a4e06394a7a0eb8c1c834a71d1fecf99e3a7c0fea1828dcad0da24768bfe0db996d70f3e153135fc958d85ae65fab300ebfd8b520441aa27cfa')
+sha512sums=('502cfb87432c3f76a0c92cf2761f0e5e18d350e734b1aa4c032cd519c0262d934e3050341edde7887a141d6b13892ea18da95129147b9467db6ec283a5cb4b6b')
 
 build() {
   cd IO-Socket-SSL-${pkgver}


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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:06:07
  Author: felixonmars
Revision: 910479

archrelease: copy trunk to community-any

Added:
  python-pycodestyle/repos/community-any/LICENSE
(from rev 910478, python-pycodestyle/trunk/LICENSE)
  python-pycodestyle/repos/community-any/PKGBUILD
(from rev 910478, python-pycodestyle/trunk/PKGBUILD)
Deleted:
  python-pycodestyle/repos/community-any/LICENSE
  python-pycodestyle/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 +++
 PKGBUILD |   92 +
 2 files changed, 56 insertions(+), 84 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2021-03-30 14:05:46 UTC (rev 910478)
+++ LICENSE 2021-03-30 14:06:07 UTC (rev 910479)
@@ -1,24 +0,0 @@
-Copyright © 2006-2009 Johann C. Rocholl 
-Copyright © 2009-2013 Florent Xicluna 
-
-Licensed under the terms of the Expat License
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: python-pycodestyle/repos/community-any/LICENSE (from rev 910478, 
python-pycodestyle/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2021-03-30 14:06:07 UTC (rev 910479)
@@ -0,0 +1,24 @@
+Copyright © 2006-2009 Johann C. Rocholl 
+Copyright © 2009-2013 Florent Xicluna 
+
+Licensed under the terms of the Expat License
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-30 14:05:46 UTC (rev 910478)
+++ PKGBUILD2021-03-30 14:06:07 UTC (rev 910479)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgbase=python-pycodestyle
-pkgname=('python-pycodestyle' 'python2-pycodestyle')
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="https://pycodestyle.pycqa.org;
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/PyCQA/pycodestyle/archive/$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha512sums=('9066ab243f98f5fe6f4d764289b5be2bd2a2b063e6273bd977025509faa2eabd197480b7a2522d4de89b0c6cec388950dad3c69c6d1aa3184883e00909815a2d')
-
-prepare() {
-  cp -a pycodestyle-$pkgver{,-py2}
-
-  sed -i '1s/env python$/python2/' pycodestyle-$pkgver-py2/pycodestyle.py
-}
-
-build() {
-  cd "$srcdir"/pycodestyle-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pycodestyle-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pycodestyle-$pkgver
-  python -m unittest discover
-
-  cd "$srcdir"/pycodestyle-$pkgver-py2
-  python2 -m unittest discover
-}
-
-package_python-pycodestyle() {
-  depends=('python-setuptools')
-  replaces=('pep8-python3' 'pep8')
-
-  cd pycodestyle-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE 

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

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 14:05:46
  Author: felixonmars
Revision: 910478

upgpkg: python-pycodestyle 2.7.0-2: remove python2 package

Modified:
  python-pycodestyle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 14:02:27 UTC (rev 910477)
+++ PKGBUILD2021-03-30 14:05:46 UTC (rev 910478)
@@ -2,59 +2,31 @@
 # Contributor: Ismael Carnales 
 # Contributor: Sergey Mastykov 
 
-pkgbase=python-pycodestyle
-pkgname=('python-pycodestyle' 'python2-pycodestyle')
+pkgname=python-pycodestyle
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python style guide checker"
 arch=('any')
 url="https://pycodestyle.pycqa.org;
 license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/PyCQA/pycodestyle/archive/$pkgver/$pkgbase-$pkgver.tar.gz;)
+depends=('python-setuptools')
+source=("https://github.com/PyCQA/pycodestyle/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('9066ab243f98f5fe6f4d764289b5be2bd2a2b063e6273bd977025509faa2eabd197480b7a2522d4de89b0c6cec388950dad3c69c6d1aa3184883e00909815a2d')
 
-prepare() {
-  cp -a pycodestyle-$pkgver{,-py2}
-
-  sed -i '1s/env python$/python2/' pycodestyle-$pkgver-py2/pycodestyle.py
-}
-
 build() {
-  cd "$srcdir"/pycodestyle-$pkgver
+  cd pycodestyle-$pkgver
   python setup.py build
-
-  cd "$srcdir"/pycodestyle-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/pycodestyle-$pkgver
+  cd pycodestyle-$pkgver
   python -m unittest discover
-
-  cd "$srcdir"/pycodestyle-$pkgver-py2
-  python2 -m unittest discover
 }
 
-package_python-pycodestyle() {
-  depends=('python-setuptools')
-  replaces=('pep8-python3' 'pep8')
-
+package() {
   cd pycodestyle-$pkgver
   python setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
 
-package_python2-pycodestyle() {
-  depends=('python2-setuptools')
-  replaces=('pep8-python2' 'python2-pep8')
-
-  cd pycodestyle-$pkgver-py2
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir"/usr/bin/pycodestyle{,2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 # vim:set ts=2 sw=2 et:


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

2021-03-30 Thread Andreas Radke via arch-commits
Date: Tuesday, March 30, 2021 @ 14:01:40
  Author: andyrtr
Revision: 910475

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 910474, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 910474, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-30 14:01:40 UTC (rev 910475)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.03
+pkgrel=74
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

  1   2   3   >