[arch-commits] Commit in electron/repos/community-staging-x86_64 (12 files)

2020-08-27 Thread Nicola Squartini via arch-commits
Date: Friday, August 28, 2020 @ 02:48:46
  Author: tensor5
Revision: 690119

archrelease: copy trunk to community-staging-x86_64

Added:
  electron/repos/community-staging-x86_64/PKGBUILD
(from rev 690118, electron/trunk/PKGBUILD)
  electron/repos/community-staging-x86_64/chromium-skia-harmony.patch
(from rev 690118, electron/trunk/chromium-skia-harmony.patch)
  electron/repos/community-staging-x86_64/default_app-icon.patch
(from rev 690118, electron/trunk/default_app-icon.patch)
  electron/repos/community-staging-x86_64/electron.desktop
(from rev 690118, electron/trunk/electron.desktop)
  
electron/repos/community-staging-x86_64/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
(from rev 690118, 
electron/trunk/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch)
  electron/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 690118, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-staging-x86_64/PKGBUILD
  electron/repos/community-staging-x86_64/chromium-skia-harmony.patch
  electron/repos/community-staging-x86_64/default_app-icon.patch
  electron/repos/community-staging-x86_64/electron.desktop
  
electron/repos/community-staging-x86_64/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
  electron/repos/community-staging-x86_64/use-system-libraries-in-node.patch

-+
 PKGBUILD|  392 +-
 chromium-skia-harmony.patch |   28 
 default_app-icon.patch  |   42 -
 electron.desktop|   14 
 media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch |   86 +-
 use-system-libraries-in-node.patch  |  114 +-
 6 files changed, 338 insertions(+), 338 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-28 02:47:52 UTC (rev 690118)
+++ PKGBUILD2020-08-28 02:48:46 UTC (rev 690119)
@@ -1,196 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron
-pkgver=10.0.0
-_commit=c5b5ca50a67a237700f649adccf163f0b9aad0c5
-_chromiumver=85.0.4183.84
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libxslt' 'minizip'
- 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
- 'python2' 'wget')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-'electron.desktop'
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'chromium-skia-harmony.patch'
-'media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
-'50884820e07f7ce5ce55ee1ecdf610367a737e076c5029da0ab0d23154e7661d'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
-'0f041d655335cd2a4773ae7ca5e301a0ff12c6c53f57b7cf6651c268e0420a1c'
-   )
-
-_system_libs=('ffmpeg'
-  'flac'
-  'fontconfig'
-  'freetype'
-  'harfbuzz-ng'
-  'icu'
-  'libdrm'
-  'libevent'
-  'libjpeg'
-  'libpng'
-#  'libvpx'
-  'libwebp'
-  'libxml'
-  'libxslt'
-#  'openh264'
-  'opus'
-  're2'
-  'snappy'
-  'zlib'
- )
-
-prepare() {
-  mkdir -p "${srcdir}"/python2-path
-  ln -sf /usr/bin/python2 "${srcdir}/python2-path/python"
-  export PATH="${srcdir}/python2-path:${PATH}:${srcdir}/depot_tools"
-
-  echo "Fetching chromium..."
-  git clone --branch=${_chromiumver} --depth=1 \
-  https://chromium.googlesource.com/chromium/src.git
-
-  echo "solutions = [
-  {
-\"name\": \"src/electron\",
-\"url\": \"file://${srcdir}/electron@${_commit}\",
-\"deps_file\": \"DEPS\",
-\"managed\": False,
-\"custom_deps\": {
-  \"src\": None,
-},
-\"custom_vars\": {},
-  },
-]" > .gclient
-
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
-  

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

2020-08-27 Thread Nicola Squartini via arch-commits
Date: Friday, August 28, 2020 @ 02:47:52
  Author: tensor5
Revision: 690118

upgpkg: electron 10.0.1-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 00:25:10 UTC (rev 690117)
+++ PKGBUILD2020-08-28 02:47:52 UTC (rev 690118)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron
-pkgver=10.0.0
-_commit=c5b5ca50a67a237700f649adccf163f0b9aad0c5
-_chromiumver=85.0.4183.84
+pkgver=10.0.1
+_commit=4df5ecdf8257f95273d2fd88a7b0536d64a4a019
+_chromiumver=85.0.4183.86
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')


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

2020-08-27 Thread Daniel Bermond via arch-commits
Date: Friday, August 28, 2020 @ 00:25:10
  Author: dbermond
Revision: 690117

archrelease: copy trunk to community-x86_64

Added:
  mujs/repos/community-x86_64/010-mujs-use-arch-flags.patch
(from rev 690116, mujs/trunk/010-mujs-use-arch-flags.patch)
  mujs/repos/community-x86_64/PKGBUILD
(from rev 690116, mujs/trunk/PKGBUILD)
Deleted:
  mujs/repos/community-x86_64/010-mujs-use-arch-flags.patch
  mujs/repos/community-x86_64/PKGBUILD

---+
 010-mujs-use-arch-flags.patch |   92 
 PKGBUILD  |   56 
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: 010-mujs-use-arch-flags.patch
===
--- 010-mujs-use-arch-flags.patch   2020-08-28 00:24:43 UTC (rev 690116)
+++ 010-mujs-use-arch-flags.patch   2020-08-28 00:25:10 UTC (rev 690117)
@@ -1,46 +0,0 @@
-diff --git a/Makefile b/Makefile
-index eacdc49..7b24457 100644
 a/Makefile
-+++ b/Makefile
-@@ -15,7 +15,7 @@ endif
- 
- # Compiler flags for various configurations:
- 
--CFLAGS := -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
-+CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
- 
- ifeq "$(CC)" "clang"
-   CFLAGS += -Wunreachable-code
-@@ -30,9 +30,6 @@ ifeq "$(build)" "debug"
- else ifeq "$(build)" "sanitize"
-   CFLAGS += -pipe -g -fsanitize=address -fno-omit-frame-pointer
-   LDFLAGS += -fsanitize=address
--else
--  CFLAGS += -Os
--  LDFLAGS += -Wl,-s
- endif
- 
- ifeq "$(HAVE_READLINE)" "yes"
-@@ -67,11 +64,11 @@ jsdump.c: astnames.h opnames.h
- 
- $(OUT)/%.o: %.c $(HDRS)
-   @ mkdir -p $(dir $@)
--  $(CC) $(CFLAGS) -o $@ -c $<
-+  $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
- 
- $(OUT)/libmujs.o: one.c $(HDRS)
-   @ mkdir -p $(dir $@)
--  $(CC) $(CFLAGS) -o $@ -c $<
-+  $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
- 
- $(OUT)/libmujs.a: $(OUT)/libmujs.o
-   @ mkdir -p $(dir $@)
-@@ -79,7 +76,7 @@ $(OUT)/libmujs.a: $(OUT)/libmujs.o
- 
- $(OUT)/libmujs.so: one.c $(HDRS)
-   @ mkdir -p $(dir $@)
--  $(CC) $(CFLAGS) -fPIC -shared -o $@ $< -lm
-+  $(CC) $(CFLAGS) $(CPPFLAGS) -fPIC -shared $(LDFLAGS) -o $@ $< -lm
- 
- $(OUT)/mujs: $(OUT)/libmujs.o $(OUT)/main.o
-   @ mkdir -p $(dir $@)

Copied: mujs/repos/community-x86_64/010-mujs-use-arch-flags.patch (from rev 
690116, mujs/trunk/010-mujs-use-arch-flags.patch)
===
--- 010-mujs-use-arch-flags.patch   (rev 0)
+++ 010-mujs-use-arch-flags.patch   2020-08-28 00:25:10 UTC (rev 690117)
@@ -0,0 +1,46 @@
+diff --git a/Makefile b/Makefile
+index eacdc49..7b24457 100644
+--- a/Makefile
 b/Makefile
+@@ -15,7 +15,7 @@ endif
+ 
+ # Compiler flags for various configurations:
+ 
+-CFLAGS := -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
++CFLAGS += -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
+ 
+ ifeq "$(CC)" "clang"
+   CFLAGS += -Wunreachable-code
+@@ -30,9 +30,6 @@ ifeq "$(build)" "debug"
+ else ifeq "$(build)" "sanitize"
+   CFLAGS += -pipe -g -fsanitize=address -fno-omit-frame-pointer
+   LDFLAGS += -fsanitize=address
+-else
+-  CFLAGS += -Os
+-  LDFLAGS += -Wl,-s
+ endif
+ 
+ ifeq "$(HAVE_READLINE)" "yes"
+@@ -67,11 +64,11 @@ jsdump.c: astnames.h opnames.h
+ 
+ $(OUT)/%.o: %.c $(HDRS)
+   @ mkdir -p $(dir $@)
+-  $(CC) $(CFLAGS) -o $@ -c $<
++  $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
+ 
+ $(OUT)/libmujs.o: one.c $(HDRS)
+   @ mkdir -p $(dir $@)
+-  $(CC) $(CFLAGS) -o $@ -c $<
++  $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
+ 
+ $(OUT)/libmujs.a: $(OUT)/libmujs.o
+   @ mkdir -p $(dir $@)
+@@ -79,7 +76,7 @@ $(OUT)/libmujs.a: $(OUT)/libmujs.o
+ 
+ $(OUT)/libmujs.so: one.c $(HDRS)
+   @ mkdir -p $(dir $@)
+-  $(CC) $(CFLAGS) -fPIC -shared -o $@ $< -lm
++  $(CC) $(CFLAGS) $(CPPFLAGS) -fPIC -shared $(LDFLAGS) -o $@ $< -lm
+ 
+ $(OUT)/mujs: $(OUT)/libmujs.o $(OUT)/main.o
+   @ mkdir -p $(dir $@)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-28 00:24:43 UTC (rev 690116)
+++ PKGBUILD2020-08-28 00:25:10 UTC (rev 690117)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=mujs
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='An embeddable Javascript interpreter in C'
-arch=('x86_64')
-url='https://mujs.com/'
-license=('ISC')
-depends=('readline')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ccxvii/mujs/archive/${pkgver}.tar.gz;
-'010-mujs-use-arch-flags.patch')
-sha256sums=('9081244e070381300acaa5bf306a8b8b6f6231932ef4dca122992d3f6d243446'
-'93ad3ba48675cf9da33a764742c8188a6b32a27ad4d88f2507252f9ddcd13e37')
-
-prepare() {
-patch -d "${pkgname}-${pkgver}" -Np1 -i 
"${srcdir}/010-mujs-use-arch-flags.patch"
-}
-
-build() {
-make -C "${pkgname}-${pkgver}" release
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" 

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

2020-08-27 Thread Daniel Bermond via arch-commits
Date: Friday, August 28, 2020 @ 00:24:43
  Author: dbermond
Revision: 690116

upgpkg: mujs 1.0.8-1

Modified:
  mujs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 00:24:19 UTC (rev 690115)
+++ PKGBUILD2020-08-28 00:24:43 UTC (rev 690116)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=mujs
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc='An embeddable Javascript interpreter in C'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('readline')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ccxvii/mujs/archive/${pkgver}.tar.gz;
 '010-mujs-use-arch-flags.patch')
-sha256sums=('9081244e070381300acaa5bf306a8b8b6f6231932ef4dca122992d3f6d243446'
+sha256sums=('7687442844fbbe8814cdc2b1478fc991b32753d5e307e34cd7846fe69c1daf63'
 '93ad3ba48675cf9da33a764742c8188a6b32a27ad4d88f2507252f9ddcd13e37')
 
 prepare() {
@@ -18,7 +18,7 @@
 }
 
 build() {
-make -C "${pkgname}-${pkgver}" release
+make -C "${pkgname}-${pkgver}" release shared
 }
 
 package() {


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

2020-08-27 Thread Daniel Bermond via arch-commits
Date: Friday, August 28, 2020 @ 00:24:19
  Author: dbermond
Revision: 690115

archrelease: copy trunk to community-x86_64

Added:
  cargo-c/repos/community-x86_64/PKGBUILD
(from rev 690114, cargo-c/trunk/PKGBUILD)
Deleted:
  cargo-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-28 00:23:55 UTC (rev 690114)
+++ PKGBUILD2020-08-28 00:24:19 UTC (rev 690115)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=cargo-c
-pkgver=0.6.10
-pkgrel=1
-pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
-arch=('x86_64')
-url='https://github.com/lu-zero/cargo-c/'
-license=('MIT')
-depends=('curl' 'openssl' 'zlib')
-makedepends=('rust')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('3e0f6c70291e48b09f936a5918656159b1d840d7a3b010316d0fc61e9b048bca'
-'3959b780a22afa6d9ac2a620fce6c1601957bfec465afd204e0db40b5693bc09')
-
-prepare() {
-ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
-cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-build() {
-cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-check() {
-cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-package() {
-install -D -m755 
"${pkgname}-${pkgver}/target/release/"cargo-c{build,install} -t 
"${pkgdir}/usr/bin"
-install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cargo-c/repos/community-x86_64/PKGBUILD (from rev 690114, 
cargo-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-28 00:24:19 UTC (rev 690115)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=cargo-c
+pkgver=0.6.12
+pkgrel=1
+pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
+arch=('x86_64')
+url='https://github.com/lu-zero/cargo-c/'
+license=('MIT')
+depends=('curl' 'openssl' 'zlib')
+makedepends=('rust')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
+sha256sums=('42f6c26039d24b0fa684c36417de6e43e7861e6acf3a3accf52de5548bf57ec3'
+'711c3ab5c91be677473c96ff6856abd45c810e9abc3ca6906ae9bf9e00e3ac0d')
+
+prepare() {
+ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
+cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+build() {
+cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+check() {
+cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+package() {
+install -D -m755 
"${pkgname}-${pkgver}/target/release/"cargo-c{build,install} -t 
"${pkgdir}/usr/bin"
+install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-08-27 Thread Daniel Bermond via arch-commits
Date: Friday, August 28, 2020 @ 00:23:55
  Author: dbermond
Revision: 690114

upgpkg: cargo-c 0.6.12-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:44:06 UTC (rev 690113)
+++ PKGBUILD2020-08-28 00:23:55 UTC (rev 690114)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.6.10
+pkgver=0.6.12
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('rust')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('3e0f6c70291e48b09f936a5918656159b1d840d7a3b010316d0fc61e9b048bca'
-'3959b780a22afa6d9ac2a620fce6c1601957bfec465afd204e0db40b5693bc09')
+sha256sums=('42f6c26039d24b0fa684c36417de6e43e7861e6acf3a3accf52de5548bf57ec3'
+'711c3ab5c91be677473c96ff6856abd45c810e9abc3ca6906ae9bf9e00e3ac0d')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"


[arch-commits] Commit in kde-development-environment-meta/trunk (3 files)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:43:53
  Author: arojas
Revision: 690112

Update dependencies

Modified:
  kde-development-environment-meta/trunk/PKGBUILD
  kde-development-environment-meta/trunk/README
  kde-development-environment-meta/trunk/org.kde.development.appdata.xml

-+
 PKGBUILD|   24 
 README  |2 
 org.kde.development.appdata.xml |  103 ++
 3 files changed, 87 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:32:40 UTC (rev 690111)
+++ PKGBUILD2020-08-27 22:43:53 UTC (rev 690112)
@@ -1,16 +1,14 @@
 # Note: This PKGBUILD is automatically generated by the scripts at 
https://cgit.kde.org/kdesdk-devenv-dependencies.git/
 # Don't manually edit the PKGBUILD, edit the upstream template instead
-# See README file for instructions
 
 pkgname=kde-development-environment-meta
-pkgver=20180909
-pkgrel=2
+pkgver=20200828
+pkgrel=1
 pkgdesc='Metapackage to install a full KDE development environment'
 arch=(any)
 url='https://phabricator.kde.org/T3722'
 license=(LGPL)
-depends=(akonadi
- akonadi-calendar
+depends=(akonadi-calendar
  akonadi-contacts
  akonadi-mime
  akonadi-notes
@@ -18,6 +16,7 @@
  attica
  baloo
  baloo-widgets
+ bash-completion
  bluez-qt
  calendarsupport
  clang
@@ -26,7 +25,6 @@
  extra-cmake-modules
  frameworkintegration
  gcc
- gdb
  gettext
  git
  grantleetheme
@@ -36,9 +34,8 @@
  kalarmcal
  karchive
  kauth
- kblog
  kbookmarks
- kcalcore
+ kcalendarcore
  kcalutils
  kcmutils
  kcodecs
@@ -48,6 +45,7 @@
  kcontacts
  kcoreaddons
  kcrash
+ kdav
  kdbusaddons
  kdeclarative
  kdelibs4support
@@ -89,9 +87,11 @@
  kpackage
  kparts
  kpeople
+ kpeoplevcard
  kpimtextedit
  kplotting
  kpty
+ kquickcharts
  kross
  krunner
  kservice
@@ -105,6 +105,7 @@
  kwindowsystem
  kxmlgui
  kxmlrpcclient
+ libakonadi
  libgravatar
  libkcddb
  libkcompactdisc
@@ -112,7 +113,6 @@
  libkdegames
  libkdepim
  libkexiv2
- libkgeomap
  libkipi
  libkleo
  libkmahjongg
@@ -123,6 +123,7 @@
  libktorrent
  libkvkontakte
  libmediawiki
+ linux-headers
  mailcommon
  mailimporter
  make
@@ -133,6 +134,7 @@
  pimcommon
  plasma-framework
  prison
+ pulseaudio-qt
  purpose
  qqc2-desktop-style
  qt5-base
@@ -149,8 +151,8 @@
 plasma-workspace)
 makedepends=()
 source=(org.kde.development.appdata.xml kdesdk-devenv-dependencies.svg)
-sha256sums=(67b3db866d04b2c900045dbd51490e097b20906d432297fd641b9c649bce8564
-92af2376f53429735903ff6706344566c7f0f1aa6cfd5d2cf7aaad7097c71238)
+sha256sums=('ee95e46239bcf16ea99afd4b3eb6939cdbbafc0aeaa35699086df75c2b6500bf'
+'92af2376f53429735903ff6706344566c7f0f1aa6cfd5d2cf7aaad7097c71238')
 noextract=()
 
 package() {

Modified: README
===
--- README  2020-08-27 22:32:40 UTC (rev 690111)
+++ README  2020-08-27 22:43:53 UTC (rev 690112)
@@ -1,6 +1,6 @@
 To generate the PKGBUILD:
 
-$ git clone git://git.kde.org/kdesdk-devenv-dependencies
+$ git clone https://invent.kde.org/kde/kdesdk-devenv-dependencies.git/
 $ cd kdesdk-devenv-dependencies
 $ pacman -Fy
 $ make arch

Modified: org.kde.development.appdata.xml
===
--- org.kde.development.appdata.xml 2020-08-27 22:32:40 UTC (rev 690111)
+++ org.kde.development.appdata.xml 2020-08-27 22:43:53 UTC (rev 690112)
@@ -1,33 +1,76 @@
 
-
 
-org.kde.development
-CC0-1.0
-GPL-2.0+
-KDE Development
-https://cgit.kde.org/breeze-icons.git/plain/icons/categories/32/applications-development.svg
-A development environment for Qt and KDE Applications
-
-Install everything you need for a full KDE development system for 
developing your own software or extending existing one.
-It will install all required dependencies for compiling most KDE 
software (Qt, KDE Frameworks, etc) and will offer to install the tools we've 
created to help the KDE development.
-
-
-
-
-
https://www.kdevelop.org/sites/www.kdevelop.org/files/inline-images/kdevelop5-breeze_2.png
-
-
-
https://vizzzion.org/blog/wp-content/uploads/2015/02/cuttlefish.png
-
-
-
-
-   

[arch-commits] Commit in kde-development-environment-meta/repos/community-any (8 files)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:44:06
  Author: arojas
Revision: 690113

archrelease: copy trunk to community-any

Added:
  kde-development-environment-meta/repos/community-any/PKGBUILD
(from rev 690112, kde-development-environment-meta/trunk/PKGBUILD)
  kde-development-environment-meta/repos/community-any/README
(from rev 690112, kde-development-environment-meta/trunk/README)
  
kde-development-environment-meta/repos/community-any/kdesdk-devenv-dependencies.svg
(from rev 690112, 
kde-development-environment-meta/trunk/kdesdk-devenv-dependencies.svg)
  
kde-development-environment-meta/repos/community-any/org.kde.development.appdata.xml
(from rev 690112, 
kde-development-environment-meta/trunk/org.kde.development.appdata.xml)
Deleted:
  kde-development-environment-meta/repos/community-any/PKGBUILD
  kde-development-environment-meta/repos/community-any/README
  
kde-development-environment-meta/repos/community-any/kdesdk-devenv-dependencies.svg
  
kde-development-environment-meta/repos/community-any/org.kde.development.appdata.xml

-+
 PKGBUILD|  320 +++---
 README  |   14 -
 org.kde.development.appdata.xml |  109 +---
 3 files changed, 244 insertions(+), 199 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:43:53 UTC (rev 690112)
+++ PKGBUILD2020-08-27 22:44:06 UTC (rev 690113)
@@ -1,159 +0,0 @@
-# Note: This PKGBUILD is automatically generated by the scripts at 
https://cgit.kde.org/kdesdk-devenv-dependencies.git/
-# Don't manually edit the PKGBUILD, edit the upstream template instead
-# See README file for instructions
-
-pkgname=kde-development-environment-meta
-pkgver=20180909
-pkgrel=2
-pkgdesc='Metapackage to install a full KDE development environment'
-arch=(any)
-url='https://phabricator.kde.org/T3722'
-license=(LGPL)
-depends=(akonadi
- akonadi-calendar
- akonadi-contacts
- akonadi-mime
- akonadi-notes
- akonadi-search
- attica
- baloo
- baloo-widgets
- bluez-qt
- calendarsupport
- clang
- cmake
- eventviews
- extra-cmake-modules
- frameworkintegration
- gcc
- gdb
- gettext
- git
- grantleetheme
- incidenceeditor
- kactivities
- kactivities-stats
- kalarmcal
- karchive
- kauth
- kblog
- kbookmarks
- kcalcore
- kcalutils
- kcmutils
- kcodecs
- kcompletion
- kconfig
- kconfigwidgets
- kcontacts
- kcoreaddons
- kcrash
- kdbusaddons
- kdeclarative
- kdelibs4support
- kdepim-apps-libs
- kdesignerplugin
- kdesu
- kdewebkit
- kdnssd
- kdoctools
- kemoticons
- kfilemetadata
- kglobalaccel
- kguiaddons
- kholidays
- khtml
- ki18n
- kiconthemes
- kidentitymanagement
- kidletime
- kimap
- kinit
- kio
- kirigami2
- kitemmodels
- kitemviews
- kjobwidgets
- kjs
- kjsembed
- kldap
- kmailtransport
- kmbox
- kmediaplayer
- kmime
- knewstuff
- knotifications
- knotifyconfig
- konqueror
- kontactinterface
- kpackage
- kparts
- kpeople
- kpimtextedit
- kplotting
- kpty
- kross
- krunner
- kservice
- ktexteditor
- ktextwidgets
- ktnef
- kunitconversion
- kwallet
- kwayland
- kwidgetsaddons
- kwindowsystem
- kxmlgui
- kxmlrpcclient
- libgravatar
- libkcddb
- libkcompactdisc
- libkdcraw
- libkdegames
- libkdepim
- libkexiv2
- libkgeomap
- libkipi
- libkleo
- libkmahjongg
- libksane
- libkscreen
- libksieve
- libksysguard
- libktorrent
- libkvkontakte
- libmediawiki
- mailcommon
- mailimporter
- make
- messagelib
- modemmanager-qt
- networkmanager-qt
- ninja
- pimcommon
- plasma-framework
- prison
- purpose
- qqc2-desktop-style
- qt5-base
- qt5-declarative
- qt5-webengine
- solid
- sonnet
- syndication
- syntax-highlighting
- threadweaver)
-optdepends=(kate
-kdevelop
-plasma-sdk
-plasma-workspace)
-makedepends=()
-source=(org.kde.development.appdata.xml kdesdk-devenv-dependencies.svg)

[arch-commits] Commit in (libkgeomap)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:32:39
  Author: arojas
Revision: 394816

Drop obsolete library

Deleted:
  libkgeomap/


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:32:40
  Author: felixonmars
Revision: 690111

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-stringbuilder/repos/community-staging-x86_64/PKGBUILD (from rev 
690110, haskell-stringbuilder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-27 22:32:40 UTC (rev 690111)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=stringbuilder
+pkgname=haskell-stringbuilder
+pkgver=0.5.1
+pkgrel=90
+pkgdesc="A writer monad for multi-line string literals"
+url="https://github.com/sol/stringbuilder;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('09cbf01dce82b325393c0d6f0264792695d528a184052f5e1d5dbd3fc181fd11c280e77ba445f1e44c6a8dabc0b267aa90f4a9f1fc34135f1b741d2a5dca9369')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:32:31
  Author: felixonmars
Revision: 690110

upgpkg: haskell-stringbuilder 0.5.1-90: rebuild with logict 0.7.0.3

Modified:
  haskell-stringbuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:31:58 UTC (rev 690109)
+++ PKGBUILD2020-08-27 22:32:31 UTC (rev 690110)
@@ -4,7 +4,7 @@
 _hkgname=stringbuilder
 pkgname=haskell-stringbuilder
 pkgver=0.5.1
-pkgrel=89
+pkgrel=90
 pkgdesc="A writer monad for multi-line string literals"
 url="https://github.com/sol/stringbuilder;
 license=("MIT")


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:31:48
  Author: felixonmars
Revision: 690108

upgpkg: haskell-hspec 2.7.2-24: rebuild with logict 0.7.0.3

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:30:46 UTC (rev 690107)
+++ PKGBUILD2020-08-27 22:31:48 UTC (rev 690108)
@@ -3,7 +3,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.7.2
-pkgrel=23
+pkgrel=24
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


[arch-commits] Commit in haskell-hspec/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:31:58
  Author: felixonmars
Revision: 690109

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD
(from rev 690108, haskell-hspec/trunk/PKGBUILD)
Deleted:
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:31:48 UTC (rev 690108)
+++ PKGBUILD2020-08-27 22:31:58 UTC (rev 690109)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec
-pkgname=haskell-hspec
-pkgver=2.7.2
-pkgrel=23
-pkgdesc="A Testing Framework for Haskell"
-url="http://hspec.github.io/;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 
'haskell-hspec-discover'
- 'haskell-hspec-expectations')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('733fb86d78b28dcb3b464f102782795acee08c580359dec296c8dd9c36079ee3a8df35c7c386605aa88318e1f79e2a46f0dba637ff07a418aa538d90f9a0d096')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 690108, 
haskell-hspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 22:31:58 UTC (rev 690109)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.7.2
+pkgrel=24
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 
'haskell-hspec-discover'
+ 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('733fb86d78b28dcb3b464f102782795acee08c580359dec296c8dd9c36079ee3a8df35c7c386605aa88318e1f79e2a46f0dba637ff07a418aa538d90f9a0d096')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:30:35
  Author: arojas
Revision: 690106

Drop unused libkgeomap dependency

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:17:11 UTC (rev 690105)
+++ PKGBUILD2020-08-27 22:30:35 UTC (rev 690106)
@@ -6,12 +6,12 @@
 
 pkgname=kphotoalbum
 pkgver=5.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Photo Album, picture collection manager"
 url="https://www.kphotoalbum.org/;
 arch=('x86_64')
 license=('GPL')
-depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2' 'purpose')
+depends=('libkipi' 'libkdcraw' 'marble-common' 'exiv2' 'purpose')
 makedepends=('extra-cmake-modules' 'plasma-framework' 'phonon-qt5' 'kdoctools' 
'kparts' 'libkexiv2')
 optdepends=()
 
source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:30:46
  Author: arojas
Revision: 690107

archrelease: copy trunk to community-x86_64

Added:
  kphotoalbum/repos/community-x86_64/PKGBUILD
(from rev 690106, kphotoalbum/trunk/PKGBUILD)
Deleted:
  kphotoalbum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:30:35 UTC (rev 690106)
+++ PKGBUILD2020-08-27 22:30:46 UTC (rev 690107)
@@ -1,41 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Andrea Scarpino 
-# Contributor: Gilles CHAUVIN 
-# Contributor: Jonathan Schaeffer 
-# Contributor: chfoxli 
-
-pkgname=kphotoalbum
-pkgver=5.7.0
-pkgrel=1
-pkgdesc="KDE Photo Album, picture collection manager"
-url="https://www.kphotoalbum.org/;
-arch=('x86_64')
-license=('GPL')
-depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2' 'purpose')
-makedepends=('extra-cmake-modules' 'plasma-framework' 'phonon-qt5' 'kdoctools' 
'kparts' 'libkexiv2')
-optdepends=()
-source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b97135ebe4606a4e68ab0f38399a79db3e22eaba109e50c0841fe097a4c9a031'
-'SKIP')
-validpgpkeys=('8A53F0CB9F752E6F4F72FEC6F8DECD0DDF0F74A8') # Tobias Leupold 

-validpgpkeys+=('A53563BC888E6CE5215535992523842AF9681DDF')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kphotoalbum/repos/community-x86_64/PKGBUILD (from rev 690106, 
kphotoalbum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 22:30:46 UTC (rev 690107)
@@ -0,0 +1,41 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Gilles CHAUVIN 
+# Contributor: Jonathan Schaeffer 
+# Contributor: chfoxli 
+
+pkgname=kphotoalbum
+pkgver=5.7.0
+pkgrel=2
+pkgdesc="KDE Photo Album, picture collection manager"
+url="https://www.kphotoalbum.org/;
+arch=('x86_64')
+license=('GPL')
+depends=('libkipi' 'libkdcraw' 'marble-common' 'exiv2' 'purpose')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'phonon-qt5' 'kdoctools' 
'kparts' 'libkexiv2')
+optdepends=()
+source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b97135ebe4606a4e68ab0f38399a79db3e22eaba109e50c0841fe097a4c9a031'
+'SKIP')
+validpgpkeys=('8A53F0CB9F752E6F4F72FEC6F8DECD0DDF0F74A8') # Tobias Leupold 

+validpgpkeys+=('A53563BC888E6CE5215535992523842AF9681DDF')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:22:58
  Author: arojas
Revision: 394813

Don't strip binaries with qmake's make generator

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:12:24 UTC (rev 394812)
+++ PKGBUILD2020-08-27 22:22:58 UTC (rev 394813)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -72,7 +72,8 @@
 -journald \
 -no-mimetype-database \
 -no-use-gold-linker \
--reduce-relocations
+-reduce-relocations \
+-no-strip
   make
 }
 


[arch-commits] Commit in qt5-base/repos/extra-x86_64 (6 files)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:23:14
  Author: arojas
Revision: 394814

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 394813, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch
(from rev 394813, qt5-base/trunk/qt5-base-cflags.patch)
  qt5-base/repos/extra-x86_64/qtbug-74252.patch
(from rev 394813, qt5-base/trunk/qtbug-74252.patch)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch
  qt5-base/repos/extra-x86_64/qtbug-74252.patch

---+
 PKGBUILD  |  225 
 qt5-base-cflags.patch |   92 +--
 qtbug-74252.patch |  212 ++---
 3 files changed, 265 insertions(+), 264 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:22:58 UTC (rev 394813)
+++ PKGBUILD2020-08-27 22:23:14 UTC (rev 394814)
@@ -1,112 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.15.0
-pkgver=${_qtver/-/}
-pkgrel=4
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
"qt5-base-QTBUG-82910.patch::https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=54aa63be9b74e8de72db9efbe6809ab1a97b29a7;
- qt5-base-cflags.patch
- qtbug-74252.patch
- 
qtbug-78966.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=777f2a1c;
- 
qtbug-84619.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=9d2b474b;)
-sha256sums=('9e7af10aece15fa9500369efde69cb220eee8ec3a6818afe01ce1e7d484824c5'
-'abb94453c9fe54fde4811bc5475b88796c8db1f5cd75ddc68918aff20139b1aa'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
-'0c489d2faedd35670232a2c028c5c78a606ab81bb6f40f58e3cfe2bc6b6ac3b2'
-'d7d58b2cadd6e79c3dfb69da664ecac9c95a78d6e142cb8687fce68e24a10776'
-'eec8234c7e4d5bb583f39f2cf735536be350296b93af8b469260424ad7ccdb04')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  patch -p1 -i ../qt5-base-QTBUG-82910.patch # 
https://codereview.qt-project.org/c/qt/qtbase/+/299182
-  patch -p1 -i ../qtbug-74252.patch # Fix displaying custom icons
-  patch -p1 -i ../qtbug-78966.patch # Fix QToolButton menus on multi-screen 
systems
-  patch -p1 -i ../qtbug-84619.patch # Fix deadlock
-  patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for 

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

2020-08-27 Thread Frederik Schwan via arch-commits
Date: Thursday, August 27, 2020 @ 22:17:04
  Author: freswa
Revision: 690104

upgpkg: python-rich 6.0.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:12:35 UTC (rev 690103)
+++ PKGBUILD2020-08-27 22:17:04 UTC (rev 690104)
@@ -3,7 +3,7 @@
 
 pkgname=python-rich
 _name=rich
-pkgver=5.2.1
+pkgver=6.0.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -10,10 +10,15 @@
 url='https://github.com/willmcgugan/rich'
 license=('MIT')
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
-b2sums=('f294517c324a3c75c0c0e7fc3c52024e2ef39a1e70c7ebefc2eafec4212f628b6b5d1cf3e51eb1f9c6335ac082aec679276e1e4b51ff7adab9422bb5689103d2')
+b2sums=('8d44bd8c2976532df0675307ed2ecbfdcd5c4d90561d05fbde23cd30e563ec6b4b9de98898e41750a2ec5b031c4b4fa656517100437cba2cce6a08b93a7f4ca5')
 
+prepare() {
+  cd rich-${pkgver}
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
 build() {
   cd rich-${pkgver}
   python3 setup.py build


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

2020-08-27 Thread Frederik Schwan via arch-commits
Date: Thursday, August 27, 2020 @ 22:17:11
  Author: freswa
Revision: 690105

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:17:04 UTC (rev 690104)
+++ PKGBUILD2020-08-27 22:17:11 UTC (rev 690105)
@@ -1,26 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=5.2.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-setuptools')
-source=("https://files.pythonhosted.org/packages/source/r/rich/rich-${pkgver}.tar.gz;)
-b2sums=('a9ff2857c4e1174421257c40dbe82419015ec63977b34329525415d509ffa80de868b7562041543946dde1d37ed698ef4de0596f33a42fdc7716a2c1711f81f2')
-
-build() {
-  cd rich-${pkgver}
-  python3 setup.py build
-}
-
-package() {
-  cd rich-${pkgver}
-  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-rich/repos/community-any/PKGBUILD (from rev 690104, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 22:17:11 UTC (rev 690105)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=6.0.0
+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-setuptools' 'python-dephell')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
+b2sums=('8d44bd8c2976532df0675307ed2ecbfdcd5c4d90561d05fbde23cd30e563ec6b4b9de98898e41750a2ec5b031c4b4fa656517100437cba2cce6a08b93a7f4ca5')
+
+prepare() {
+  cd rich-${pkgver}
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd rich-${pkgver}
+  python3 setup.py build
+}
+
+package() {
+  cd rich-${pkgver}
+  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in haskell-hspec-core/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:12:35
  Author: felixonmars
Revision: 690103

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD
(from rev 690102, haskell-hspec-core/trunk/PKGBUILD)
Deleted:
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:12:26 UTC (rev 690102)
+++ PKGBUILD2020-08-27 22:12:35 UTC (rev 690103)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec-core
-pkgname=haskell-hspec-core
-pkgver=2.7.2
-pkgrel=21
-pkgdesc="A Testing Framework for Haskell"
-url="http://hspec.github.io/;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
- 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
- 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
-makedepends=('ghc' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ba0f9b00715ab6f8c830971b5d54f120619911e3340461d4e7f2e013d1e5810350c9260093f92e780526b98f54d2b5901162cfd4a5d7fe495d735afe2477d0c2')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-# https://github.com/hspec/hspec/issues/432
-runhaskell Setup test || :
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
690102, haskell-hspec-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 22:12:35 UTC (rev 690103)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.7.2
+pkgrel=22
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+makedepends=('ghc' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ba0f9b00715ab6f8c830971b5d54f120619911e3340461d4e7f2e013d1e5810350c9260093f92e780526b98f54d2b5901162cfd4a5d7fe495d735afe2477d0c2')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/hspec/hspec/issues/432
+runhaskell Setup test || :
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:12:26
  Author: felixonmars
Revision: 690102

upgpkg: haskell-hspec-core 2.7.2-22: rebuild with logict 0.7.0.3

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:07:47 UTC (rev 690101)
+++ PKGBUILD2020-08-27 22:12:26 UTC (rev 690102)
@@ -3,7 +3,7 @@
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
 pkgver=2.7.2
-pkgrel=21
+pkgrel=22
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:12:24
  Author: arojas
Revision: 394812

archrelease: copy trunk to extra-x86_64

Added:
  qt5-declarative/repos/extra-x86_64/PKGBUILD
(from rev 394811, qt5-declarative/trunk/PKGBUILD)
Deleted:
  qt5-declarative/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:12:13 UTC (rev 394811)
+++ PKGBUILD2020-08-27 22:12:24 UTC (rev 394812)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-declarative
-_qtver=5.15.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for QML and JavaScript languages'
-depends=('qt5-base')
-makedepends=('python' 'vulkan-headers')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('9c3c93fb7d340b2f7d738d12408c047318c78973cb45bfc5ff6b3a57e1fef699')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Symlinks for backwards compatibility
-  for b in "$pkgdir"/usr/bin/*; do
-ln -s $(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-declarative/repos/extra-x86_64/PKGBUILD (from rev 394811, 
qt5-declarative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 22:12:24 UTC (rev 394812)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.15.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-base')
+makedepends=('python' 'vulkan-headers')
+groups=('qt' 'qt5')
+conflicts=('qtchooser')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ 
qtbug-49646.patch::"https://code.qt.io/cgit/qt/qtdeclarative.git/patch/?id=70691847;)
+sha256sums=('9c3c93fb7d340b2f7d738d12408c047318c78973cb45bfc5ff6b3a57e1fef699'
+'04bf6e238fd674d5924c499cc7a65a5419286fa4763a0db6d82a2f4bbd4dc5d7')
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtbug-49646.patch # Fix subpixel positioned text rendering
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Symlinks for backwards compatibility
+  for b in "$pkgdir"/usr/bin/*; do
+ln -s $(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:12:13
  Author: arojas
Revision: 394811

Fix subpixel positioned text rendering (FS#67734)

Modified:
  qt5-declarative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:48:47 UTC (rev 394810)
+++ PKGBUILD2020-08-27 22:12:13 UTC (rev 394811)
@@ -4,7 +4,7 @@
 pkgname=qt5-declarative
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -14,11 +14,16 @@
 groups=('qt' 'qt5')
 conflicts=('qtchooser')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('9c3c93fb7d340b2f7d738d12408c047318c78973cb45bfc5ff6b3a57e1fef699')
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ 
qtbug-49646.patch::"https://code.qt.io/cgit/qt/qtdeclarative.git/patch/?id=70691847;)
+sha256sums=('9c3c93fb7d340b2f7d738d12408c047318c78973cb45bfc5ff6b3a57e1fef699'
+'04bf6e238fd674d5924c499cc7a65a5419286fa4763a0db6d82a2f4bbd4dc5d7')
 
 prepare() {
   mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtbug-49646.patch # Fix subpixel positioned text rendering
 }
 
 build() {


[arch-commits] Commit in haskell-tf-random/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:07:47
  Author: felixonmars
Revision: 690101

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tf-random/repos/community-staging-x86_64/PKGBUILD
(from rev 690100, haskell-tf-random/trunk/PKGBUILD)
Deleted:
  haskell-tf-random/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:07:36 UTC (rev 690100)
+++ PKGBUILD2020-08-27 22:07:47 UTC (rev 690101)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander Rødseth 
-
-_hkgname=tf-random
-pkgname=haskell-tf-random
-pkgver=0.5
-pkgrel=42
-pkgdesc='High-quality splittable pseudorandom number generator'
-url="https://hackage.haskell.org/package/${_hkgname};
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-random' 'haskell-primitive')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('a766909571b4b37da9fa1aa9739bd2db8c32c0f64452fd7c3717f4578090e5227b763772858c6c311c5f366dd461421ffc3beb295455902fea1fb133deb7')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-tf-random/repos/community-staging-x86_64/PKGBUILD (from rev 
690100, haskell-tf-random/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 22:07:47 UTC (rev 690101)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander Rødseth 
+
+_hkgname=tf-random
+pkgname=haskell-tf-random
+pkgver=0.5
+pkgrel=43
+pkgdesc='High-quality splittable pseudorandom number generator'
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-primitive')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a766909571b4b37da9fa1aa9739bd2db8c32c0f64452fd7c3717f4578090e5227b763772858c6c311c5f366dd461421ffc3beb295455902fea1fb133deb7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in deepin-control-center/repos/community-x86_64 (6 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:07:08
  Author: felixonmars
Revision: 690099

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 690098, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-x86_64/deepin-control-center-no-user-experience.patch
(from rev 690098, 
deepin-control-center/trunk/deepin-control-center-no-user-experience.patch)
  
deepin-control-center/repos/community-x86_64/deepin-control-center-systeminfo-deepin-icon.patch
(from rev 690098, 
deepin-control-center/trunk/deepin-control-center-systeminfo-deepin-icon.patch)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD
  
deepin-control-center/repos/community-x86_64/deepin-control-center-no-user-experience.patch
  
deepin-control-center/repos/community-x86_64/deepin-control-center-systeminfo-deepin-icon.patch

+
 PKGBUILD   |  136 -
 deepin-control-center-no-user-experience.patch |   58 ++--
 deepin-control-center-systeminfo-deepin-icon.patch |  272 +--
 3 files changed, 233 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:06:56 UTC (rev 690098)
+++ PKGBUILD2020-08-27 22:07:08 UTC (rev 690099)
@@ -1,68 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=5.3.0.14
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip' 'libpwquality'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('cmake' 'deepin-dock' 'ninja' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
-$pkgname-systeminfo-deepin-icon.patch
-$pkgname-no-user-experience.patch)
-sha512sums=('ebf81ba3265783bf4c50cd882de1a03d49cd56abcb67fd678ea77614e1685dd213c15dc7ad19fe1afc6bd7fc0510a07258ab52645ba591e1e2dfc9bb749f0943'
-
'74fd63391e923ca37f4559f30da967ba7f33d4426b60d58d1ece8cd9a154578e8184b1a376a8d7ff3ef81ffce530915f79d0845a2612ae4e06522b96855ab3dd'
-
'99fc7e369680f3a91cb30daaa9015fccf3f2b733522e917fbd94e69b48471dd739536e220d4a9c17a93834d51192832cabf355b633cca27c903f8dd3249f4c5d')
-
-prepare() {
-  rm 
dde-control-center-$pkgver/src/frame/window/icons/icons/dcc_nav_systeminfo_{42,84}px.svg
-  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
-  mkdir -p build
-
-  cd dde-control-center-$pkgver
-  sed -i '/#include /a #include ' 
src/frame/widgets/basiclistdelegate.cpp 
src/frame/window/modules/update/updatehistorybutton.cpp \
-  
src/frame/window/modules/commoninfo/commonbackgrounditem.cpp 
src/frame/modules/accounts/useroptionitem.cpp \
-  
src/frame/window/modules/sync/pages/avatarwidget.cpp 
src/frame/window/modules/accounts/avataritemdelegate.cpp \
-  
src/frame/modules/accounts/avatarwidget.cpp 
src/frame/window/modules/accounts/accountswidget.cpp \
-  
src/frame/modules/datetime/timezone_dialog/popup_menu.cpp 
src/frame/modules/display/recognizedialog.cpp \
-  
src/frame/window/modules/personalization/roundcolorwidget.cpp 
src/frame/window/modules/unionid/pages/avatarwidget.cpp
-  sed -i '/#include /a #include ' 
src/frame/window/modules/personalization/personalizationgeneral.cpp
-
-  sed -i 's|/bin/deepin-recovery-tool|/usr/bin/deepin-recovery-tool|' 
src/frame/window/modules/systeminfo/backupandrestoreworker.cpp
-
-  # remove after they obey -DDISABLE_SYS_UPDATE properly
-  sed -i '/new UpdateModule/d' src/frame/window/mainwindow.cpp
-}
-
-build() {
-  cd build
-  cmake 

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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:07:36
  Author: felixonmars
Revision: 690100

upgpkg: haskell-tf-random 0.5-43: rebuild with logict 0.7.0.3

Modified:
  haskell-tf-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:07:08 UTC (rev 690099)
+++ PKGBUILD2020-08-27 22:07:36 UTC (rev 690100)
@@ -3,7 +3,7 @@
 _hkgname=tf-random
 pkgname=haskell-tf-random
 pkgver=0.5
-pkgrel=42
+pkgrel=43
 pkgdesc='High-quality splittable pseudorandom number generator'
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:06:56
  Author: felixonmars
Revision: 690098

upgpkg: deepin-control-center 5.3.0.15-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:06:51 UTC (rev 690097)
+++ PKGBUILD2020-08-27 22:06:56 UTC (rev 690098)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=5.3.0.14
+pkgver=5.3.0.15
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -27,7 +27,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
 $pkgname-systeminfo-deepin-icon.patch
 $pkgname-no-user-experience.patch)
-sha512sums=('ebf81ba3265783bf4c50cd882de1a03d49cd56abcb67fd678ea77614e1685dd213c15dc7ad19fe1afc6bd7fc0510a07258ab52645ba591e1e2dfc9bb749f0943'
+sha512sums=('71257761a664d7bf9a5719d45da34a10de4dc1b6744f85b1f81e8b093326241f4e1ba90189f9f50d1af1e008536185d68e7d4f71fab050b88e025c138f07a0ac'
 
'74fd63391e923ca37f4559f30da967ba7f33d4426b60d58d1ece8cd9a154578e8184b1a376a8d7ff3ef81ffce530915f79d0845a2612ae4e06522b96855ab3dd'
 
'99fc7e369680f3a91cb30daaa9015fccf3f2b733522e917fbd94e69b48471dd739536e220d4a9c17a93834d51192832cabf355b633cca27c903f8dd3249f4c5d')
 


[arch-commits] Commit in deepin-session-shell/repos/community-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:06:51
  Author: felixonmars
Revision: 690097

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 690096, deepin-session-shell/trunk/PKGBUILD)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:06:42 UTC (rev 690096)
+++ PKGBUILD2020-08-27 22:06:51 UTC (rev 690097)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.3.0.6
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
- 'startdde')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;)
-sha512sums=('2866a6040cfe3a52102e1cc3d8e2c2aef4970c82309d29488b1854927f9c7a7b240c166ea23255700311cdefbca4daca78570ef76d4c07decb49627fbac34f60')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
-  ninja
-}
-
-package() {
-  cd dde-session-shell-$pkgver
-  DESTDIR="$pkgdir" ninja install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}

Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 690096, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 22:06:51 UTC (rev 690097)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.3.0.8
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
+ 'startdde')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;)
+sha512sums=('b2bff56096c08625c08900fd660e3c0c7975454f2639a2b6613a82d79a2a0c5e60719905e173cd597780ccff727ac28357e8f2f8d368c4b4352916c5debdbd26')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  DESTDIR="$pkgdir" ninja install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 22:06:42
  Author: felixonmars
Revision: 690096

upgpkg: deepin-session-shell 5.3.0.8-1

Modified:
  deepin-session-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 22:01:50 UTC (rev 690095)
+++ PKGBUILD2020-08-27 22:06:42 UTC (rev 690096)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-shell
-pkgver=5.3.0.6
+pkgver=5.3.0.8
 pkgrel=1
 pkgdesc='Deepin desktop-environment - session-shell module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 provides=('lightdm-deepin-greeter')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;)
-sha512sums=('2866a6040cfe3a52102e1cc3d8e2c2aef4970c82309d29488b1854927f9c7a7b240c166ea23255700311cdefbca4daca78570ef76d4c07decb49627fbac34f60')
+sha512sums=('b2bff56096c08625c08900fd660e3c0c7975454f2639a2b6613a82d79a2a0c5e60719905e173cd597780ccff727ac28357e8f2f8d368c4b4352916c5debdbd26')
 
 prepare() {
   cd dde-session-shell-$pkgver


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:01:50
  Author: arojas
Revision: 690095

archrelease: copy trunk to community-x86_64

Added:
  palp/repos/community-x86_64/PKGBUILD
(from rev 690094, palp/trunk/PKGBUILD)
Deleted:
  palp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:01:42 UTC (rev 690094)
+++ PKGBUILD2020-08-27 22:01:50 UTC (rev 690095)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=palp
-pkgver=2.11
-pkgrel=1
-pkgdesc="A Package for analyzing Lattice Polytopes"
-arch=(x86_64)
-url="http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html;
-license=(GPL3)
-depends=(glibc)
-source=("http://hep.itp.tuwien.ac.at/~kreuzer/CY/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('84a2338a994ccbb93adbef91610832311aafca814ab9f05e0c49e3d9b2f68426')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Honor system cflags
-  sed -e "s|^CFLAGS=.*|CFLAGS=${CPPFLAGS} ${CFLAGS} ${LDFLAGS}|" -i Makefile 
-i GNUmakefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  mkdir bin
-  mv Global.h Global.h-template
-  for dim in 4 5 6 11; do
-sed "s/^#define[^a-zA-Z]*POLY_Dmax.*/#define POLY_Dmax $dim/" 
Global.h-template > Global.h
-make
-for file in poly class cws nef mori; do
-mv ${file}.x bin/${file}-${dim}d.x
-done
-  done
-}
-
-package() {
-  cd $pkgname-$pkgver
-  pushd bin
-for exe in *.x; do
-   install -Dm755 $exe -t "$pkgdir"/usr/bin
-done
-  popd
-  for file in poly class cws nef mori; do
-ln -sf ${file}-6d.x "$pkgdir"/usr/bin/${file}.x
-  done
-}

Copied: palp/repos/community-x86_64/PKGBUILD (from rev 690094, 
palp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 22:01:50 UTC (rev 690095)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=palp
+pkgver=2.12
+pkgrel=1
+pkgdesc="A Package for analyzing Lattice Polytopes"
+arch=(x86_64)
+url="http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html;
+license=(GPL3)
+depends=(glibc)
+source=("http://hep.itp.tuwien.ac.at/~kreuzer/CY/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f47ad9317549cb33bb4a098cc53c4af7baff0f86164aa7b4c8b46b4fa09af626')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Honor system cflags
+  sed -e "s|^CFLAGS=.*|CFLAGS=${CPPFLAGS} ${CFLAGS} ${LDFLAGS}|" -i Makefile 
-i GNUmakefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir bin
+  mv Global.h Global.h-template
+  for dim in 4 5 6 11; do
+sed "s/^#define[^a-zA-Z]*POLY_Dmax.*/#define POLY_Dmax $dim/" 
Global.h-template > Global.h
+make
+for file in poly class cws nef mori; do
+mv ${file}.x bin/${file}-${dim}d.x
+done
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+  pushd bin
+for exe in *.x; do
+   install -Dm755 $exe -t "$pkgdir"/usr/bin
+done
+  popd
+  for file in poly class cws nef mori; do
+ln -sf ${file}-6d.x "$pkgdir"/usr/bin/${file}.x
+  done
+}


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 22:01:42
  Author: arojas
Revision: 690094

Update to 2.12

Modified:
  palp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:57:56 UTC (rev 690093)
+++ PKGBUILD2020-08-27 22:01:42 UTC (rev 690094)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=palp
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 pkgdesc="A Package for analyzing Lattice Polytopes"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL3)
 depends=(glibc)
 
source=("http://hep.itp.tuwien.ac.at/~kreuzer/CY/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('84a2338a994ccbb93adbef91610832311aafca814ab9f05e0c49e3d9b2f68426')
+sha256sums=('f47ad9317549cb33bb4a098cc53c4af7baff0f86164aa7b4c8b46b4fa09af626')
 
 prepare() {
   cd $pkgname-$pkgver


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:57:56
  Author: arojas
Revision: 690093

archrelease: copy trunk to community-x86_64

Added:
  wcslib/repos/community-x86_64/PKGBUILD
(from rev 690092, wcslib/trunk/PKGBUILD)
Deleted:
  wcslib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:57:44 UTC (rev 690092)
+++ PKGBUILD2020-08-27 21:57:56 UTC (rev 690093)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=7.3
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(x86_64)
-url="https://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('4b01cf425382a26ca4f955ed6841a5f50c55952a2994367f8e067e4183992961')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/community-x86_64/PKGBUILD (from rev 690092, 
wcslib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:57:56 UTC (rev 690093)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=7.3.1
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(x86_64)
+url="https://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('ccfc220d353b489c72a8cfce8fe5c4479e2ad0dc0824a4480262274ae5b80b5c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:57:44
  Author: arojas
Revision: 690092

Update to 7.3.1

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:52:52 UTC (rev 690091)
+++ PKGBUILD2020-08-27 21:57:44 UTC (rev 690092)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=wcslib
-pkgver=7.3
+pkgver=7.3.1
 pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(cfitsio)
 makedepends=(gcc-fortran)
 
source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('4b01cf425382a26ca4f955ed6841a5f50c55952a2994367f8e067e4183992961')
+sha256sums=('ccfc220d353b489c72a8cfce8fe5c4479e2ad0dc0824a4480262274ae5b80b5c')
 
 build() {
   cd $pkgname-$pkgver


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:52:36
  Author: felixonmars
Revision: 690090

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-split/repos/community-staging-x86_64/PKGBUILD (from rev 690089, 
haskell-split/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-27 21:52:36 UTC (rev 690090)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=split
+pkgname=haskell-split
+pkgver=0.2.3.4
+pkgrel=48
+pkgdesc="Combinator library for splitting lists."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a60566106a5f285224b0d555d30b2af3315c707012f5c8e9384d4b8216894e6a6263e838b0e367418c4f8bfb5f4f2cc056ca14acb6b27a5ca3446576b057ca15')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Christian Rebischke via arch-commits
Date: Thursday, August 27, 2020 @ 21:52:52
  Author: shibumi
Revision: 690091

archrelease: copy trunk to community-x86_64

Added:
  hcloud/repos/community-x86_64/CHANGES.md
(from rev 690090, hcloud/trunk/CHANGES.md)
  hcloud/repos/community-x86_64/PKGBUILD
(from rev 690090, hcloud/trunk/PKGBUILD)
  hcloud/repos/community-x86_64/_hcloud.zsh
(from rev 690090, hcloud/trunk/_hcloud.zsh)
Deleted:
  hcloud/repos/community-x86_64/CHANGES.md
  hcloud/repos/community-x86_64/PKGBUILD
  hcloud/repos/community-x86_64/_hcloud.zsh

-+
 CHANGES.md  |  212 +-
 PKGBUILD|  108 ++---
 _hcloud.zsh |4 -
 3 files changed, 162 insertions(+), 162 deletions(-)

Deleted: CHANGES.md
===
--- CHANGES.md  2020-08-27 21:52:36 UTC (rev 690090)
+++ CHANGES.md  2020-08-27 21:52:52 UTC (rev 690091)
@@ -1,106 +0,0 @@
-# Changes
-
-## v1.14.0
-
-* Expose server’s MAC address in networks on `hcloud server describe`
-* Add support for names to Floating IP commands
-* Make `--ip-range` on `hcloud network add-subnet` optional
-* Add debug mode (use `HCLOUD_DEBUG` and `HCLOUD_DEBUG_FILE`)
-* Add `hcloud server ip` command
-* Expose `Created` on `hcloud floating-ip|image|ssh-key|volume describe`
-* Refactor progressbar and add loading animation for running actions
-
-## v1.13.0
-
-* Show server name instead of ID on `hcloud floating-ip|volume|image list`
-* Add support for networks
-
-## v1.12.0
-
-* Add support for executing commands via `hcloud server ssh  `
-* Make overriding context via `HCLOUD_CONTEXT` work
-* Add support for JSON and Go template output
-* Add support for multiple user data files
-* Add length validation for API token on `hcloud context create`
-* Add `active` column to context list on `hcloud context list`
-
-## v1.11.0
-
-* Add support for automounting and formatting volumes
-
-## v1.10.0
-
-* Fix creating a volume when server is specified by its name
-* Deprecate and ignore the `--window` flag on `hcloud server enable-backup`
-* Add output columns `type|labels|volumes|protection` to `hcloud server list`
-* Add output columns `labels|protection` to `hcloud volume list`
-* Add output column `labels` to `hcloud image list`
-* Add output column `labels` to `hcloud floating-ip list`
-* Add output column `labels` to `hcloud ssh-key list`
-
-## v1.9.1
-
-* Fix formatting issue on `hcloud volume list` and `hcloud volume describe`
-
-## v1.9.0
-
-* Add support for volumes
-* Add `--start-after-create` flag to `hcloud server create` command
-
-## v1.8.0
-
-* Add `hcloud ssh-key update` command
-* Add `-u/--user` and `-p/--port` flags to `hcloud server ssh` command
-* Add `hcloud server set-rdns` command
-* Add `hcloud floating-ip set-rdns` command
-
-## v1.7.0
-
-* Add type filter flag `-t` / `--type` to `image list` command
-* Expose labels of servers, Floating IPs, images, and SSH Keys
-* Add `hcloud {server|ssh-key|image|floating-ip} {add-label|remove-label}` 
commands
-
-## v1.6.1
-
-* Fix invalid formatting of integers in `hcloud * list` commands
-
-## v1.6.0
-
-* Show IP address upon creating a server
-* Add `--poll-interval` flag for controlling the polling interval (for example 
for action progress updates)
-
-## v1.5.0
-
-* Add `hcloud server ssh` command to open an SSH connection to the server
-
-## v1.4.0
-
-* Document `-o` flag for controlling output formatting
-* Add commands `enable-protection` and `disable-protection` for
-  images, Floating IPs, and servers
-
-## v1.3.2
-
-* Show progress for every action
-* Show datacenter in `server list` and `server describe`
-
-## v1.3.1
-
-* Only poll action progress every 500ms (instead of every 100ms)
-* Document `HCLOUD_TOKEN` and make it work when there is no active context
-
-## v1.3.0
-
-* Print dates in local time
-* Do not echo token when creating a context
-* Add `--user-data-from-file` flag to `hcloud server create` command
-
-## v1.2.0
-
-* Update hcloud library to v1.2.0 fixing rate limit check
-
-## v1.1.0
-
-* Show image information in `hcloud server describe`
-* Auto-activate created context on `hcloud context create`
-* Fix `hcloud version` not showing correct version

Copied: hcloud/repos/community-x86_64/CHANGES.md (from rev 690090, 
hcloud/trunk/CHANGES.md)
===
--- CHANGES.md  (rev 0)
+++ CHANGES.md  2020-08-27 21:52:52 UTC (rev 690091)
@@ -0,0 +1,106 @@
+# Changes
+
+## v1.14.0
+
+* Expose server’s MAC address in networks on `hcloud server describe`
+* Add support for names to Floating IP commands
+* Make `--ip-range` on `hcloud network add-subnet` optional
+* Add debug mode (use `HCLOUD_DEBUG` and `HCLOUD_DEBUG_FILE`)
+* Add `hcloud server ip` command
+* Expose `Created` on `hcloud floating-ip|image|ssh-key|volume describe`
+* Refactor progressbar and add loading animation for running actions
+

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

2020-08-27 Thread Christian Rebischke via arch-commits
Date: Thursday, August 27, 2020 @ 21:52:31
  Author: shibumi
Revision: 690089

upgpkg: hcloud 1.19.0-1

Modified:
  hcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:52:28 UTC (rev 690088)
+++ PKGBUILD2020-08-27 21:52:31 UTC (rev 690089)
@@ -3,8 +3,8 @@
 
 _pkgname=cli
 pkgname=hcloud
-pkgver=1.17.0
-pkgrel=2
+pkgver=1.19.0
+pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
 url="https://github.com/hetznercloud/cli;
@@ -15,7 +15,7 @@
 makedepends=('go-pie' 'git')
 depends=('glibc')
 provides=('hcloud')
-_hcloud_commit='50a7de3c37155fd71ff1e6cb0f9206eeb6c37eb8'
+_hcloud_commit='d5d2fec89d266b51817aea71d9532acc555924ac'
 source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit};
   _hcloud.zsh)
 sha512sums=('SKIP'
@@ -31,7 +31,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
   cd "${_pkgname}"
   go build \
 -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${pkgver}" \


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:52:28
  Author: felixonmars
Revision: 690088

upgpkg: haskell-split 0.2.3.4-48: rebuild with logict 0.7.0.3

Modified:
  haskell-split/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:51:58 UTC (rev 690087)
+++ PKGBUILD2020-08-27 21:52:28 UTC (rev 690088)
@@ -4,7 +4,7 @@
 _hkgname=split
 pkgname=haskell-split
 pkgver=0.2.3.4
-pkgrel=47
+pkgrel=48
 pkgdesc="Combinator library for splitting lists."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


[arch-commits] Commit in three.js/repos/community-any (PKGBUILD PKGBUILD)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:51:58
  Author: arojas
Revision: 690087

archrelease: copy trunk to community-any

Added:
  three.js/repos/community-any/PKGBUILD
(from rev 690086, three.js/trunk/PKGBUILD)
Deleted:
  three.js/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:51:48 UTC (rev 690086)
+++ PKGBUILD2020-08-27 21:51:58 UTC (rev 690087)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=three.js
-pkgver=r119
-pkgrel=1
-pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
-url='https://threejs.org/'
-arch=(any)
-license=(MIT)
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('a91c80f2a952a747b950140c07377d18d1ab2a3c46fbe0369b37dfedb3936a5b')
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/threejs/examples
-  cp -r build "$pkgdir"/usr/share/threejs/
-  cp -r examples/js "$pkgdir"/usr/share/threejs/examples
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: three.js/repos/community-any/PKGBUILD (from rev 690086, 
three.js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:51:58 UTC (rev 690087)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=three.js
+pkgver=r120
+pkgrel=1
+pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
+url='https://threejs.org/'
+arch=(any)
+license=(MIT)
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
+sha256sums=('e28962d99672e43d5af4f859b2a82a777f7d344788baeecd3a1320676266fedc')
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/threejs/examples
+  cp -r build "$pkgdir"/usr/share/threejs/
+  cp -r examples/js "$pkgdir"/usr/share/threejs/examples
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-meta/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:51:47
  Author: felixonmars
Revision: 690085

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 690084, haskell-hspec-meta/trunk/PKGBUILD)
Deleted:
  haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:51:38 UTC (rev 690084)
+++ PKGBUILD2020-08-27 21:51:47 UTC (rev 690085)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec-meta
-pkgname=haskell-hspec-meta
-pkgver=2.6.0
-pkgrel=88
-pkgdesc="A version of Hspec which is used to test Hspec itself"
-url="http://hspec.github.io/;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 
'haskell-hunit'
- 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 
'haskell-ansi-terminal'
- 'haskell-clock' 'haskell-call-stack')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c35d09f84c093ab5fe7ae31cf004d485cf6d15a06ee7c98270d3f5c471da6e0c9a71c8ec6ca0aa87e7454c9470b218c24538270711677003dc63d316fb23dce9')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
690084, haskell-hspec-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:51:47 UTC (rev 690085)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-meta
+pkgname=haskell-hspec-meta
+pkgver=2.6.0
+pkgrel=89
+pkgdesc="A version of Hspec which is used to test Hspec itself"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 
'haskell-hunit'
+ 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 
'haskell-ansi-terminal'
+ 'haskell-clock' 'haskell-call-stack')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c35d09f84c093ab5fe7ae31cf004d485cf6d15a06ee7c98270d3f5c471da6e0c9a71c8ec6ca0aa87e7454c9470b218c24538270711677003dc63d316fb23dce9')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in three.js/trunk (PKGBUILD)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:51:48
  Author: arojas
Revision: 690086

Update to r120

Modified:
  three.js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:51:47 UTC (rev 690085)
+++ PKGBUILD2020-08-27 21:51:48 UTC (rev 690086)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=three.js
-pkgver=r119
+pkgver=r120
 pkgrel=1
 pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
 url='https://threejs.org/'
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('a91c80f2a952a747b950140c07377d18d1ab2a3c46fbe0369b37dfedb3936a5b')
+sha256sums=('e28962d99672e43d5af4f859b2a82a777f7d344788baeecd3a1320676266fedc')
 
 package() {
   cd $pkgname-$pkgver


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:51:38
  Author: felixonmars
Revision: 690084

upgpkg: haskell-hspec-meta 2.6.0-89: rebuild with logict 0.7.0.3

Modified:
  haskell-hspec-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:50:55 UTC (rev 690083)
+++ PKGBUILD2020-08-27 21:51:38 UTC (rev 690084)
@@ -3,7 +3,7 @@
 _hkgname=hspec-meta
 pkgname=haskell-hspec-meta
 pkgver=2.6.0
-pkgrel=88
+pkgrel=89
 pkgdesc="A version of Hspec which is used to test Hspec itself"
 url="http://hspec.github.io/;
 license=('MIT')


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:50:46
  Author: felixonmars
Revision: 690082

upgpkg: haskell-quickcheck-io 0.2.0-95: rebuild with logict 0.7.0.3

Modified:
  haskell-quickcheck-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:50:16 UTC (rev 690081)
+++ PKGBUILD2020-08-27 21:50:46 UTC (rev 690082)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-io
 pkgname=haskell-quickcheck-io
 pkgver=0.2.0
-pkgrel=94
+pkgrel=95
 pkgdesc="Use HUnit assertions as QuickCheck properties"
 url="https://github.com/hspec/quickcheck-io;
 license=('MIT')


[arch-commits] Commit in haskell-quickcheck-io/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:50:55
  Author: felixonmars
Revision: 690083

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck-io/repos/community-staging-x86_64/PKGBUILD
(from rev 690082, haskell-quickcheck-io/trunk/PKGBUILD)
Deleted:
  haskell-quickcheck-io/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:50:46 UTC (rev 690082)
+++ PKGBUILD2020-08-27 21:50:55 UTC (rev 690083)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=quickcheck-io
-pkgname=haskell-quickcheck-io
-pkgver=0.2.0
-pkgrel=94
-pkgdesc="Use HUnit assertions as QuickCheck properties"
-url="https://github.com/hspec/quickcheck-io;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('02e1f40bac8f31f27c21d1d2df9f226816f9da871092b09f0451a8321e250c9e94887f94889be421c9d0034e0a27b02c907d16eb7da5a4376df42c7c1fbd01df')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-quickcheck-io/repos/community-staging-x86_64/PKGBUILD (from rev 
690082, haskell-quickcheck-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:50:55 UTC (rev 690083)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=quickcheck-io
+pkgname=haskell-quickcheck-io
+pkgver=0.2.0
+pkgrel=95
+pkgdesc="Use HUnit assertions as QuickCheck properties"
+url="https://github.com/hspec/quickcheck-io;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('02e1f40bac8f31f27c21d1d2df9f226816f9da871092b09f0451a8321e250c9e94887f94889be421c9d0034e0a27b02c907d16eb7da5a4376df42c7c1fbd01df')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:50:16
  Author: felixonmars
Revision: 690081

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-primitive/repos/community-staging-x86_64/PKGBUILD (from rev 
690080, haskell-primitive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-27 21:50:16 UTC (rev 690081)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+
+pkgname=haskell-primitive
+pkgver=0.7.1.0
+pkgrel=9
+pkgdesc="Wrappers for primitive operations"
+url="https://hackage.haskell.org/package/primitive;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-base-orphans' 'haskell-quickcheck' 
'haskell-quickcheck-classes-base'
+  'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tagged'
+  'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/primitive/${pkgver}/primitive-${pkgver}.tar.gz;)
+sha512sums=('8ade11d0b2221cfdf042da0263b5b5367a7ca2a9b9e1141844e4a65bb0467df879c92cd3515440d715b59345860c1ec3cb3efd7a3d702269ea15e18692586367')
+
+prepare() {
+  cd primitive-$pkgver
+  sed -i '/semigroups/d;s/>= 2.13/>= 2.14/;s/>= 1.2/>= 1.3/' primitive.cabal
+}
+
+build() {
+  cd primitive-$pkgver
+
+  if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+  else
+_opts=('--disable-tests')
+  fi
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+  --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+  --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd primitive-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd primitive-$pkgver
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/${pkgname}/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:50:08
  Author: felixonmars
Revision: 690080

upgpkg: haskell-primitive 0.7.1.0-9: rebuild with logict 0.7.0.3

Modified:
  haskell-primitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:46:54 UTC (rev 690079)
+++ PKGBUILD2020-08-27 21:50:08 UTC (rev 690080)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-primitive
 pkgver=0.7.1.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Wrappers for primitive operations"
 url="https://hackage.haskell.org/package/primitive;
 license=("BSD")


[arch-commits] Commit in telepathy-mission-control/repos/extra-x86_64 (2 files)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:48:47
  Author: arojas
Revision: 394810

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD
(from rev 394809, telepathy-mission-control/trunk/PKGBUILD)
Deleted:
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:48:34 UTC (rev 394809)
+++ PKGBUILD2020-08-27 21:48:47 UTC (rev 394810)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Ionut Biru 
-# Contributor: Ju Liu 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Andreas Zwinkau 
-
-pkgname=telepathy-mission-control
-pkgver=5.16.5
-pkgrel=2
-pkgdesc="A Telepathy component providing abstraction of some of the details of 
connection managers."
-arch=(x86_64)
-url="http://telepathy.freedesktop.org/wiki/Mission Control"
-license=(LGPL2.1)
-depends=(telepathy-glib dconf libnm)
-makedepends=(libxslt python gtk-doc)
-source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
-
tmc-glib-2.64.patch::"https://gitlab.freedesktop.org/telepathy/telepathy-mission-control/commit/d8dab08f.patch;)
-sha256sums=('4c6b433b8b9079fd7df3e29aefcad6755a2081a9a634ffb6b33936c7d0d8bd03'
-'SKIP'
-'d28f42c32467c341b2b7fb5ab48e816aa000aeca3d9131edb799740fef8439bd')
-validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB  # Georgios Kiagiadakis 

-  AA33B0D27868E36C151780F0FE0B6D736B1195ED) # Alexandr Akulich 

-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../tmc-glib-2.64.patch # Fix spaces in property name
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
-  --with-connectivity=nm \
-  --enable-gtk-doc \
-  --disable-upower \
-  --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-mission-control/repos/extra-x86_64/PKGBUILD (from rev 394809, 
telepathy-mission-control/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:48:47 UTC (rev 394810)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ionut Biru 
+# Contributor: Ju Liu 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Andreas Zwinkau 
+
+pkgname=telepathy-mission-control
+pkgver=5.16.6
+pkgrel=1
+pkgdesc="A Telepathy component providing abstraction of some of the details of 
connection managers."
+arch=(x86_64)
+url="http://telepathy.freedesktop.org/wiki/Mission Control"
+license=(LGPL2.1)
+depends=(telepathy-glib dconf libnm)
+makedepends=(libxslt python gtk-doc)
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('2df8ae3995e919a7670e01aa3568215ef0777e34961ace1cac1c6477cb297a45'
+'SKIP')
+validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB  # Georgios Kiagiadakis 

+  AA33B0D27868E36C151780F0FE0B6D736B1195ED) # Alexandr Akulich 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
+  --with-connectivity=nm \
+  --enable-gtk-doc \
+  --disable-upower \
+  --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:48:34
  Author: arojas
Revision: 394809

Update to 5.16.6

Modified:
  telepathy-mission-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:42:59 UTC (rev 394808)
+++ PKGBUILD2020-08-27 21:48:34 UTC (rev 394809)
@@ -5,8 +5,8 @@
 # Contributor: Andreas Zwinkau 
 
 pkgname=telepathy-mission-control
-pkgver=5.16.5
-pkgrel=2
+pkgver=5.16.6
+pkgrel=1
 pkgdesc="A Telepathy component providing abstraction of some of the details of 
connection managers."
 arch=(x86_64)
 url="http://telepathy.freedesktop.org/wiki/Mission Control"
@@ -13,19 +13,12 @@
 license=(LGPL2.1)
 depends=(telepathy-glib dconf libnm)
 makedepends=(libxslt python gtk-doc)
-source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
-
tmc-glib-2.64.patch::"https://gitlab.freedesktop.org/telepathy/telepathy-mission-control/commit/d8dab08f.patch;)
-sha256sums=('4c6b433b8b9079fd7df3e29aefcad6755a2081a9a634ffb6b33936c7d0d8bd03'
-'SKIP'
-'d28f42c32467c341b2b7fb5ab48e816aa000aeca3d9131edb799740fef8439bd')
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('2df8ae3995e919a7670e01aa3568215ef0777e34961ace1cac1c6477cb297a45'
+'SKIP')
 validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB  # Georgios Kiagiadakis 

   AA33B0D27868E36C151780F0FE0B6D736B1195ED) # Alexandr Akulich 

 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../tmc-glib-2.64.patch # Fix spaces in property name
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:46:54
  Author: felixonmars
Revision: 690079

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 690078, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-27 21:46:54 UTC (rev 690079)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.10.1.1
+pkgrel=39
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck' 
'haskell-random'
+ 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc' 'haskell-tasty-hunit' 'haskell-pcre-light')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('13cfcc99eb9988d4842327d96f0e58f5ba6c653d3027a4adb307d4101bc2f7deee0033197b4358a837ace0d03423bdafe2197b029da6a64d8b650ee2f5bd958d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:46:28
  Author: felixonmars
Revision: 690077

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:46:21 UTC (rev 690076)
+++ PKGBUILD2020-08-27 21:46:28 UTC (rev 690077)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.29.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions' 'python-black')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('e3fc350181f86bb9669d4b0d0a43291056550bb73545070e2c7931006393895e7010050f90a063935bedb60bd18a3bad904ca92b147d81254ab50d4868adc8d0')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
PATH="$PWD/tmp_install/usr/bin:$PATH" pytest
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 690076, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:46:28 UTC (rev 690077)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.29.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions' 'python-black')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('f4793c56cd061754d13e704affb338b62f46cf762bfdb622475e799f449ebdb46b37b88318916508b14a96204291be45d8656d5f9fa6502f3dec23386ee76bd9')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
PATH="$PWD/tmp_install/usr/bin:$PATH" pytest
+}
+
+package() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:46:21
  Author: arojas
Revision: 690076

archrelease: copy trunk to community-x86_64

Added:
  strawberry/repos/community-x86_64/PKGBUILD
(from rev 690074, strawberry/trunk/PKGBUILD)
Deleted:
  strawberry/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:46:19 UTC (rev 690075)
+++ PKGBUILD2020-08-27 21:46:21 UTC (rev 690076)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-
-pkgname=strawberry
-pkgver=0.6.13
-pkgrel=1
-pkgdesc="A music player aimed at audio enthusiasts and music collectors"
-arch=(x86_64)
-url="https://www.strawbs.org/;
-license=(GPL3)
-depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp fftw)
-makedepends=(cmake boost qt5-tools)
-optdepends=('gst-libav: additional codecs'
-'gst-plugins-bad: additional codecs'
-'gst-plugins-ugly: additional codecs')
-source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0c0cee6c1f75541dcc89c3dcb2db29e79f07d7b4dabc911c89853ad0b50fba29')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SYSTEM_TAGLIB=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 690074, 
strawberry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:46:21 UTC (rev 690076)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="https://www.strawbs.org/;
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp fftw)
+makedepends=(cmake boost qt5-tools)
+optdepends=('gst-libav: additional codecs'
+'gst-plugins-bad: additional codecs'
+'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('ecc67d931531a196d920f43d0cadbc178936db916a6371aa9806308c18a6dab0')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SYSTEM_TAGLIB=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:46:46
  Author: felixonmars
Revision: 690078

upgpkg: haskell-tasty-quickcheck 0.10.1.1-39: rebuild with logict 0.7.0.3

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:46:28 UTC (rev 690077)
+++ PKGBUILD2020-08-27 21:46:46 UTC (rev 690078)
@@ -4,7 +4,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.10.1.1
-pkgrel=38
+pkgrel=39
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:46:19
  Author: felixonmars
Revision: 690075

upgpkg: python-hypothesis 5.29.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:46:12 UTC (rev 690074)
+++ PKGBUILD2020-08-27 21:46:19 UTC (rev 690075)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.29.0
+pkgver=5.29.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('e3fc350181f86bb9669d4b0d0a43291056550bb73545070e2c7931006393895e7010050f90a063935bedb60bd18a3bad904ca92b147d81254ab50d4868adc8d0')
+sha512sums=('f4793c56cd061754d13e704affb338b62f46cf762bfdb622475e799f449ebdb46b37b88318916508b14a96204291be45d8656d5f9fa6502f3dec23386ee76bd9')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:46:12
  Author: arojas
Revision: 690074

Update to 0.7.2

Modified:
  strawberry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:45:58 UTC (rev 690073)
+++ PKGBUILD2020-08-27 21:46:12 UTC (rev 690074)
@@ -2,7 +2,7 @@
 # Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
 
 pkgname=strawberry
-pkgver=0.6.13
+pkgver=0.7.2
 pkgrel=1
 pkgdesc="A music player aimed at audio enthusiasts and music collectors"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'gst-plugins-bad: additional codecs'
 'gst-plugins-ugly: additional codecs')
 
source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0c0cee6c1f75541dcc89c3dcb2db29e79f07d7b4dabc911c89853ad0b50fba29')
+sha256sums=('ecc67d931531a196d920f43d0cadbc178936db916a6371aa9806308c18a6dab0')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:45:49
  Author: felixonmars
Revision: 690072

upgpkg: haskell-tasty-hunit 0.10.0.2-48: rebuild with logict 0.7.0.3

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:42:24 UTC (rev 690071)
+++ PKGBUILD2020-08-27 21:45:49 UTC (rev 690072)
@@ -4,7 +4,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.10.0.2
-pkgrel=47
+pkgrel=48
 pkgdesc="HUnit support for the Tasty test framework."
 url="https://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-tasty-hunit/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:45:58
  Author: felixonmars
Revision: 690073

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 690072, haskell-tasty-hunit/trunk/PKGBUILD)
Deleted:
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:45:49 UTC (rev 690072)
+++ PKGBUILD2020-08-27 21:45:58 UTC (rev 690073)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=tasty-hunit
-pkgname=haskell-tasty-hunit
-pkgver=0.10.0.2
-pkgrel=47
-pkgdesc="HUnit support for the Tasty test framework."
-url="https://documentup.com/feuerbach/tasty;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('82f70cd7813affeb756de89842a77070e688169eb35a386fbc4db36b65d8c960bca7b923294918e10b65281d3265820f9592398550af8af92027960d48562fd0')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
690072, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:45:58 UTC (rev 690073)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.10.0.2
+pkgrel=48
+pkgdesc="HUnit support for the Tasty test framework."
+url="https://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('82f70cd7813affeb756de89842a77070e688169eb35a386fbc4db36b65d8c960bca7b923294918e10b65281d3265820f9592398550af8af92027960d48562fd0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:42:59
  Author: felixonmars
Revision: 394808

archrelease: copy trunk to testing-x86_64

Added:
  python-cryptography/repos/testing-x86_64/
  python-cryptography/repos/testing-x86_64/PKGBUILD
(from rev 394807, python-cryptography/trunk/PKGBUILD)

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

Copied: python-cryptography/repos/testing-x86_64/PKGBUILD (from rev 394807, 
python-cryptography/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-27 21:42:59 UTC (rev 394808)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=3.1
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('x86_64')
+license=('Apache')
+url="https://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
+  'python-pretend' 'python-hypothesis' 'python-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+sha512sums=('c015df3a71e4c274b2fb8fd954d264c8b56443644048139113f548c69cf83798b73c9f0993609f338044df92b609723b0281ce61ed2751309a122de22060037e')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd cryptography-$pkgver
+  python setup.py pytest
+}
+
+package_python-cryptography() {
+  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
+
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-cryptography() {
+  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+   'python2-setuptools' 'python2-asn1crypto')
+
+  cd cryptography-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in ukui-settings-daemon/repos/community-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:42:24
  Author: felixonmars
Revision: 690071

archrelease: copy trunk to community-x86_64

Added:
  ukui-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 690070, ukui-settings-daemon/trunk/PKGBUILD)
Deleted:
  ukui-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:42:15 UTC (rev 690070)
+++ PKGBUILD2020-08-27 21:42:24 UTC (rev 690071)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-settings-daemon
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Daemon handling the UKUI session settings"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-settings-daemon;
-groups=('ukui')
-depends=('dbus-glib' 'gtk3' 'libmatekbd' 'libmatemixer' 'libnotify' 'libpulse' 
'libxklavier' 'mate-desktop' 'nss')
-makedepends=('intltool' 'mate-common')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-settings-daemon/archive/v$pkgver.tar.gz;)
-sha512sums=('8297232623541d79ff6d6b64d3f4b6c172212816319df61d914e6bb731bfb541a4d24272ddd328be84fde55c08338527f005f15e9b000ba5f6d451d292ca29e3')
-
-prepare() {
-  cd $pkgname-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ukui-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 690070, 
ukui-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:42:24 UTC (rev 690071)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-settings-daemon
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Daemon handling the UKUI session settings"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-settings-daemon;
+groups=('ukui')
+depends=('dbus-glib' 'gsettings-qt' 'gtk3' 'libmatekbd' 'libmatemixer' 
'libnotify' 'libxklavier' 'mate-desktop' 'qt5-svg' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-settings-daemon/archive/v$pkgver.tar.gz;)
+sha512sums=('b188e50b9590fbff56f78c2558c27c8a6086a172c015d71b93ab1c54fb804ecd181a1fc581c9473fd79d130fc5f5825a02130525ee411da39508dd41b97c8340')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:42:50
  Author: felixonmars
Revision: 394807

upgpkg: python-cryptography 3.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:40:55 UTC (rev 394806)
+++ PKGBUILD2020-08-27 21:42:50 UTC (rev 394807)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('4fca5d0e59f02f23c7e2d5c80f86e4cf36eeeb9a128e7b3332a91aa0b9dcdd3282a882a88ea34ffba1e91687eb6d1fc1042774f1e30970e9bf56ee701c32ac15')
+sha512sums=('c015df3a71e4c274b2fb8fd954d264c8b56443644048139113f548c69cf83798b73c9f0993609f338044df92b609723b0281ce61ed2751309a122de22060037e')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


[arch-commits] Commit in ukui-settings-daemon/trunk (PKGBUILD)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:42:15
  Author: felixonmars
Revision: 690070

upgpkg: ukui-settings-daemon 3.0.1-1

Modified:
  ukui-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:41:31 UTC (rev 690069)
+++ PKGBUILD2020-08-27 21:42:15 UTC (rev 690070)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-settings-daemon
-pkgver=1.2.1
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Daemon handling the UKUI session settings"
 arch=('x86_64')
@@ -8,23 +8,18 @@
 license=('GPL')
 url="https://github.com/ukui/ukui-settings-daemon;
 groups=('ukui')
-depends=('dbus-glib' 'gtk3' 'libmatekbd' 'libmatemixer' 'libnotify' 'libpulse' 
'libxklavier' 'mate-desktop' 'nss')
-makedepends=('intltool' 'mate-common')
+depends=('dbus-glib' 'gsettings-qt' 'gtk3' 'libmatekbd' 'libmatemixer' 
'libnotify' 'libxklavier' 'mate-desktop' 'qt5-svg' 'qt5-x11extras')
+makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-settings-daemon/archive/v$pkgver.tar.gz;)
-sha512sums=('8297232623541d79ff6d6b64d3f4b6c172212816319df61d914e6bb731bfb541a4d24272ddd328be84fde55c08338527f005f15e9b000ba5f6d451d292ca29e3')
+sha512sums=('b188e50b9590fbff56f78c2558c27c8a6086a172c015d71b93ab1c54fb804ecd181a1fc581c9473fd79d130fc5f5825a02130525ee411da39508dd41b97c8340')
 
-prepare() {
-  cd $pkgname-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --sysconfdir=/etc
+  qmake-qt5 PREFIX=/usr
   make
 }
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make INSTALL_ROOT="$pkgdir" install
 }


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:41:22
  Author: arojas
Revision: 690068

Update to 3.5

Modified:
  sagetex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:40:54 UTC (rev 690067)
+++ PKGBUILD2020-08-27 21:41:22 UTC (rev 690068)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=sagetex
-pkgver=3.4
-pkgrel=2
+pkgver=3.5
+pkgrel=1
 pkgdesc='Allows to embed code, results of computations, and plots from 
SageMath into LaTeX documents'
 arch=(any)
 url='https://github.com/sagemath/sagetex'
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(sagemath texlive-core)
 
source=("https://github.com/sagemath/sagetex/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('32b4243313d79e61351da917024ca3e8e3caf14c06611676234f56af3e7fdf49')
+sha256sums=('3a7454002ddff9bf862d139130c27de0416bbc2378e1f4de4eb50d805ee96779')
 
 package() {
   cd $pkgname-$pkgver


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:41:31
  Author: arojas
Revision: 690069

archrelease: copy trunk to community-any

Added:
  sagetex/repos/community-any/PKGBUILD
(from rev 690068, sagetex/trunk/PKGBUILD)
Deleted:
  sagetex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:41:22 UTC (rev 690068)
+++ PKGBUILD2020-08-27 21:41:31 UTC (rev 690069)
@@ -1,18 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=sagetex
-pkgver=3.4
-pkgrel=2
-pkgdesc='Allows to embed code, results of computations, and plots from 
SageMath into LaTeX documents'
-arch=(any)
-url='https://github.com/sagemath/sagetex'
-license=(GPL2)
-depends=(sagemath texlive-core)
-source=("https://github.com/sagemath/sagetex/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('32b4243313d79e61351da917024ca3e8e3caf14c06611676234f56af3e7fdf49')
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root "$pkgdir" --optimize=1
-}

Copied: sagetex/repos/community-any/PKGBUILD (from rev 690068, 
sagetex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:41:31 UTC (rev 690069)
@@ -0,0 +1,18 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sagetex
+pkgver=3.5
+pkgrel=1
+pkgdesc='Allows to embed code, results of computations, and plots from 
SageMath into LaTeX documents'
+arch=(any)
+url='https://github.com/sagemath/sagetex'
+license=(GPL2)
+depends=(sagemath texlive-core)
+source=("https://github.com/sagemath/sagetex/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('3a7454002ddff9bf862d139130c27de0416bbc2378e1f4de4eb50d805ee96779')
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root "$pkgdir" --optimize=1
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:40:43
  Author: felixonmars
Revision: 690066

upgpkg: haskell-tasty 1.3.1-19: rebuild with logict 0.7.0.3

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:39:58 UTC (rev 690065)
+++ PKGBUILD2020-08-27 21:40:43 UTC (rev 690066)
@@ -4,7 +4,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=1.3.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-tasty/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:40:54
  Author: felixonmars
Revision: 690067

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:40:43 UTC (rev 690066)
+++ PKGBUILD2020-08-27 21:40:54 UTC (rev 690067)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=tasty
-pkgname=haskell-tasty
-pkgver=1.3.1
-pkgrel=18
-pkgdesc="Modern and extensible testing framework"
-url="http://documentup.com/feuerbach/tasty;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-clock'
- 'haskell-optparse-applicative' 'haskell-tagged' 
'haskell-unbounded-delays'
- 'haskell-wcwidth')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ed6e79f16a2c9e2fb7e82dce09b2ecb293b96bb42337d5cd8a15e822d3e35400842998ebda9b416c267d14f20a6e13c769a70ff22a58f7da5db3aa11e83411b2')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--fclock
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 690066, 
haskell-tasty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:40:54 UTC (rev 690067)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=1.3.1
+pkgrel=19
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-clock'
+ 'haskell-optparse-applicative' 'haskell-tagged' 
'haskell-unbounded-delays'
+ 'haskell-wcwidth')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ed6e79f16a2c9e2fb7e82dce09b2ecb293b96bb42337d5cd8a15e822d3e35400842998ebda9b416c267d14f20a6e13c769a70ff22a58f7da5db3aa11e83411b2')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fclock
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:40:55
  Author: arojas
Revision: 394806

Remove patchelf from makedepends

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:40:28 UTC (rev 394805)
+++ PKGBUILD2020-08-27 21:40:55 UTC (rev 394806)
@@ -15,7 +15,7 @@
 url='https://www.qt.io'
 license=(LGPL)
 depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy syntax-highlighting yaml-cpp desktop-file-utils)
-makedepends=(llvm python patchelf)
+makedepends=(llvm python)
 options=(docs)
 optdepends=('qt5-doc: integrated Qt documentation'
 'qt5-examples: welcome page examples'


[arch-commits] Commit in qtcreator/repos/extra-x86_64 (5 files)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:40:28
  Author: arojas
Revision: 394805

archrelease: copy trunk to extra-x86_64

Added:
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 394804, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator-clang-libs.patch
(from rev 394804, qtcreator/trunk/qtcreator-clang-libs.patch)
Deleted:
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator-clang-libs.patch
  qtcreator/repos/extra-x86_64/qtcreator-preload-plugins.patch

-+
 PKGBUILD|  147 +-
 qtcreator-clang-libs.patch  |   48 ++--
 qtcreator-preload-plugins.patch |   13 ---
 3 files changed, 93 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:40:15 UTC (rev 394804)
+++ PKGBUILD2020-08-27 21:40:28 UTC (rev 394805)
@@ -1,78 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Antonio Rojas 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=4.12.4
-_clangver=10.0.1
-pkgrel=2
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=(x86_64)
-url='https://www.qt.io'
-license=(LGPL)
-depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy syntax-highlighting yaml-cpp desktop-file-utils)
-makedepends=(llvm python patchelf)
-options=(docs !strip) # https://bugs.archlinux.org/task/66078
-optdepends=('qt5-doc: integrated Qt documentation'
-'qt5-examples: welcome page examples'
-'qt5-translations: for other languages'
-'gdb: debugger'
-'cmake: cmake project support'
-'x11-ssh-askpass: ssh support'
-'git: git support'
-'mercurial: mercurial support'
-'bzr: bazaar support'
-'valgrind: analyze support'
-'perf: performer analyzer')
-source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
-qtcreator-preload-plugins.patch
-qtcreator-clang-libs.patch)
-sha256sums=('3f47d83344476b172f0c51a2351f5a9d8ce8dd8dd2eea827a52276763471b97a'
-'b40e222b30c355d1230160a4e933dbd161b8748125662e3bde312ea52296457a'
-'0f6d0dc41a87aae9ef371b1950f5b9d823db8b5685c6ac04a7a7ac133eb19a3f')
-
-prepare() {
-  mkdir -p build
-
-  cd qt-creator-opensource-src-$pkgver
-  # fix hardcoded libexec path
-  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i qtcreator.pri
-  sed -e 's|libexec|lib|g' -i src/tools/tools.pro
-  # use system qbs
-  rm -r src/shared/qbs
-  # Preload analyzer plugins, since upstream clang doesn't link to all plugins
-  # see 
http://code.qt.io/cgit/clang/clang.git/commit/?id=7f349701d3ea0c47be3a43e2656993fd55cf
-  # and https://bugs.archlinux.org/task/59492
-  patch -p1 -i ../qtcreator-preload-plugins.patch
-
-  # Fix build with clang 10
-  patch -p1 -i ../qtcreator-clang-libs.patch
-}
-
-build() {
-  cd build
-
-  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr \
-KSYNTAXHIGHLIGHTING_LIB_DIR=/usr/lib 
KSYNTAXHIGHLIGHTING_INCLUDE_DIR=/usr/include/KF5/KSyntaxHighlighting \
-CONFIG+=journald QMAKE_CFLAGS_ISYSTEM=-I \
-DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES \
-"$srcdir"/qt-creator-opensource-src-$pkgver/qtcreator.pro
-  make
-  make docs
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir/usr/" install
-  make INSTALL_ROOT="$pkgdir/usr/" install_docs
-
-  install -Dm644 
"$srcdir"/qt-creator-opensource-src-$pkgver/LICENSE.GPL3-EXCEPT 
"$pkgdir"/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
-
-# Link clazy plugin explicitely
-  patchelf --add-needed ClazyPlugin.so "$pkgdir"/usr/lib/qtcreator/clangbackend
-}

Copied: qtcreator/repos/extra-x86_64/PKGBUILD (from rev 394804, 
qtcreator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:40:28 UTC (rev 394805)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.13.0
+_clangver=10.0.1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=(x86_64)
+url='https://www.qt.io'
+license=(LGPL)
+depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy syntax-highlighting yaml-cpp desktop-file-utils)
+makedepends=(llvm python patchelf)
+options=(docs)
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: 

[arch-commits] Commit in qtcreator/trunk (PKGBUILD qtcreator-preload-plugins.patch)

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:40:15
  Author: arojas
Revision: 394804

Update to 4.13.0

Modified:
  qtcreator/trunk/PKGBUILD
Deleted:
  qtcreator/trunk/qtcreator-preload-plugins.patch

-+
 PKGBUILD|   17 -
 qtcreator-preload-plugins.patch |   13 -
 2 files changed, 4 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:08:33 UTC (rev 394803)
+++ PKGBUILD2020-08-27 21:40:15 UTC (rev 394804)
@@ -7,9 +7,9 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=4.12.4
+pkgver=4.13.0
 _clangver=10.0.1
-pkgrel=2
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'
@@ -16,7 +16,7 @@
 license=(LGPL)
 depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy syntax-highlighting yaml-cpp desktop-file-utils)
 makedepends=(llvm python patchelf)
-options=(docs !strip) # https://bugs.archlinux.org/task/66078
+options=(docs)
 optdepends=('qt5-doc: integrated Qt documentation'
 'qt5-examples: welcome page examples'
 'qt5-translations: for other languages'
@@ -29,10 +29,8 @@
 'valgrind: analyze support'
 'perf: performer analyzer')
 
source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
-qtcreator-preload-plugins.patch
 qtcreator-clang-libs.patch)
-sha256sums=('3f47d83344476b172f0c51a2351f5a9d8ce8dd8dd2eea827a52276763471b97a'
-'b40e222b30c355d1230160a4e933dbd161b8748125662e3bde312ea52296457a'
+sha256sums=('bdc846552850283528a826e170787b5d51d86342dcf700ebf9cc5c3b4cdcb747'
 '0f6d0dc41a87aae9ef371b1950f5b9d823db8b5685c6ac04a7a7ac133eb19a3f')
 
 prepare() {
@@ -44,10 +42,6 @@
   sed -e 's|libexec|lib|g' -i src/tools/tools.pro
   # use system qbs
   rm -r src/shared/qbs
-  # Preload analyzer plugins, since upstream clang doesn't link to all plugins
-  # see 
http://code.qt.io/cgit/clang/clang.git/commit/?id=7f349701d3ea0c47be3a43e2656993fd55cf
-  # and https://bugs.archlinux.org/task/59492
-  patch -p1 -i ../qtcreator-preload-plugins.patch
 
   # Fix build with clang 10
   patch -p1 -i ../qtcreator-clang-libs.patch
@@ -72,7 +66,4 @@
   make INSTALL_ROOT="$pkgdir/usr/" install_docs
 
   install -Dm644 
"$srcdir"/qt-creator-opensource-src-$pkgver/LICENSE.GPL3-EXCEPT 
"$pkgdir"/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
-
-# Link clazy plugin explicitely
-  patchelf --add-needed ClazyPlugin.so "$pkgdir"/usr/lib/qtcreator/clangbackend
 }

Deleted: qtcreator-preload-plugins.patch
===
--- qtcreator-preload-plugins.patch 2020-08-27 21:08:33 UTC (rev 394803)
+++ qtcreator-preload-plugins.patch 2020-08-27 21:40:15 UTC (rev 394804)
@@ -1,13 +0,0 @@
-diff --git a/src/plugins/clangtools/clangtidyclazyrunner.cpp 
b/src/plugins/clangtools/clangtidyclazyrunner.cpp
-index 166d1c94e0..de0b9cc67b 100644
 a/src/plugins/clangtools/clangtidyclazyrunner.cpp
-+++ b/src/plugins/clangtools/clangtidyclazyrunner.cpp
-@@ -67,7 +67,7 @@ static QStringList clazyPluginArguments(const 
ClangDiagnosticConfig diagnosticCo
- QStringList arguments;
- 
- if (diagnosticConfig.isClazyEnabled()) {
--arguments << XclangArgs({"-add-plugin", "clazy"});
-+arguments << XclangArgs({"-load", "ClazyPlugin.so", "-add-plugin", 
"clazy"});
- if (!diagnosticConfig.clazyChecks().isEmpty())
- arguments << XclangArgs({"-plugin-arg-clazy", 
diagnosticConfig.clazyChecks()});
- }


[arch-commits] Commit in haskell-quickcheck-classes-base/trunk (PKGBUILD)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:39:50
  Author: felixonmars
Revision: 690064

upgpkg: haskell-quickcheck-classes-base 0.6.0.0-23: rebuild with logict 0.7.0.3

Modified:
  haskell-quickcheck-classes-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:39:04 UTC (rev 690063)
+++ PKGBUILD2020-08-27 21:39:50 UTC (rev 690064)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-classes-base
 pkgname=haskell-quickcheck-classes-base
 pkgver=0.6.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="QuickCheck common typeclasses from 'base'"
 url="https://github.com/andrewthad/quickcheck-classes-base;
 license=('MIT')


[arch-commits] Commit in haskell-quickcheck-classes-base/repos (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:39:58
  Author: felixonmars
Revision: 690065

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck-classes-base/repos/community-staging-x86_64/
  haskell-quickcheck-classes-base/repos/community-staging-x86_64/PKGBUILD
(from rev 690064, haskell-quickcheck-classes-base/trunk/PKGBUILD)

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

Copied: haskell-quickcheck-classes-base/repos/community-staging-x86_64/PKGBUILD 
(from rev 690064, haskell-quickcheck-classes-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-27 21:39:58 UTC (rev 690065)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=quickcheck-classes-base
+pkgname=haskell-quickcheck-classes-base
+pkgver=0.6.0.0
+pkgrel=23
+pkgdesc="QuickCheck common typeclasses from 'base'"
+url="https://github.com/andrewthad/quickcheck-classes-base;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-contravariant'
+ 'haskell-quickcheck' 'haskell-tagged')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3d0a7c68ab1cdaddbd272df633e0704f5ee3997b3a86fe79cb960f7c84f8546f3360b9d52ada45b9db6344135f0aab1093d5304935ae19f43d235790fba83216')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/fail$/d' -e '/semigroups/d' $_hkgname.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:39:04
  Author: felixonmars
Revision: 690063

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-bifunctors/repos/community-staging-x86_64/PKGBUILD (from rev 
690062, haskell-bifunctors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-27 21:39:04 UTC (rev 690063)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bifunctors
+pkgname=haskell-bifunctors
+pkgver=5.5.7
+pkgrel=29
+pkgdesc="Bifunctors"
+url="https://github.com/ekmett/bifunctors/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-tagged'
+ 'haskell-th-abstraction')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ea1632c5dc2b8d0735e3076337768bf595071d0245b85f80859dab09189d813473b574b17d5b49864bda8c2cccd348c99db0b9b890f563ecfb5f750b06a4b219')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftagged -f-semigroups
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:38:55
  Author: felixonmars
Revision: 690062

upgpkg: haskell-bifunctors 5.5.7-29: rebuild with logict 0.7.0.3

Modified:
  haskell-bifunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:38:01 UTC (rev 690061)
+++ PKGBUILD2020-08-27 21:38:55 UTC (rev 690062)
@@ -4,7 +4,7 @@
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
 pkgver=5.5.7
-pkgrel=28
+pkgrel=29
 pkgdesc="Bifunctors"
 url="https://github.com/ekmett/bifunctors/;
 license=("BSD")


[arch-commits] Commit in haskell-hspec/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:38:01
  Author: felixonmars
Revision: 690061

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD
(from rev 690060, haskell-hspec/trunk/PKGBUILD)
Deleted:
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:37:51 UTC (rev 690060)
+++ PKGBUILD2020-08-27 21:38:01 UTC (rev 690061)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec
-pkgname=haskell-hspec
-pkgver=2.7.2
-pkgrel=22
-pkgdesc="A Testing Framework for Haskell"
-url="http://hspec.github.io/;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 
'haskell-hspec-discover'
- 'haskell-hspec-expectations')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('733fb86d78b28dcb3b464f102782795acee08c580359dec296c8dd9c36079ee3a8df35c7c386605aa88318e1f79e2a46f0dba637ff07a418aa538d90f9a0d096')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 690060, 
haskell-hspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:38:01 UTC (rev 690061)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.7.2
+pkgrel=23
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 
'haskell-hspec-discover'
+ 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('733fb86d78b28dcb3b464f102782795acee08c580359dec296c8dd9c36079ee3a8df35c7c386605aa88318e1f79e2a46f0dba637ff07a418aa538d90f9a0d096')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:37:51
  Author: felixonmars
Revision: 690060

upgpkg: haskell-hspec 2.7.2-23: rebuild with logict 0.7.0.3

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:37:48 UTC (rev 690059)
+++ PKGBUILD2020-08-27 21:37:51 UTC (rev 690060)
@@ -3,7 +3,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.7.2
-pkgrel=22
+pkgrel=23
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


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

2020-08-27 Thread Frederik Schwan via arch-commits
Date: Thursday, August 27, 2020 @ 21:37:48
  Author: freswa
Revision: 690059

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 690058, ansible-lint/trunk/PKGBUILD)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:36:56 UTC (rev 690058)
+++ PKGBUILD2020-08-27 21:37:48 UTC (rev 690059)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=4.3.1
-pkgrel=2
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/willthames/ansible-lint;
-license=('MIT')
-depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
-makedepends=('git')
-source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('29d05d6a8e3375cb03db717fc28032f1f8395ea5b017d7a169424fa221088d67')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -c "from setuptools import setup; setup();" build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -c "from setuptools import setup; setup();" install 
--root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 690058, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:37:48 UTC (rev 690059)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=4.3.3
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/willthames/ansible-lint;
+license=('MIT')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
+makedepends=('git')
+source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('49b0c6bfa89dede50fed269a4aae575756e73b7e563aa5f12f102f62ab96b14d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+  sed -i 's/use_scm_version/#use_scm_version/' setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in haskell-hspec-core/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:36:40
  Author: felixonmars
Revision: 690056

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD
(from rev 690054, haskell-hspec-core/trunk/PKGBUILD)
Deleted:
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:36:39 UTC (rev 690055)
+++ PKGBUILD2020-08-27 21:36:40 UTC (rev 690056)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec-core
-pkgname=haskell-hspec-core
-pkgver=2.7.2
-pkgrel=20
-pkgdesc="A Testing Framework for Haskell"
-url="http://hspec.github.io/;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
- 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
- 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
-makedepends=('ghc' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ba0f9b00715ab6f8c830971b5d54f120619911e3340461d4e7f2e013d1e5810350c9260093f92e780526b98f54d2b5901162cfd4a5d7fe495d735afe2477d0c2')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-# https://github.com/hspec/hspec/issues/432
-runhaskell Setup test || :
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
690054, haskell-hspec-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:36:40 UTC (rev 690056)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.7.2
+pkgrel=21
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+makedepends=('ghc' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ba0f9b00715ab6f8c830971b5d54f120619911e3340461d4e7f2e013d1e5810350c9260093f92e780526b98f54d2b5901162cfd4a5d7fe495d735afe2477d0c2')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/hspec/hspec/issues/432
+runhaskell Setup test || :
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Frederik Schwan via arch-commits
Date: Thursday, August 27, 2020 @ 21:36:56
  Author: freswa
Revision: 690058

upgpkg: ansible-lint 4.3.3-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:36:42 UTC (rev 690057)
+++ PKGBUILD2020-08-27 21:36:56 UTC (rev 690058)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.3.1
-pkgrel=2
+pkgver=4.3.3
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint;
@@ -12,15 +12,22 @@
 depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
 makedepends=('git')
 
source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('29d05d6a8e3375cb03db717fc28032f1f8395ea5b017d7a169424fa221088d67')
+sha256sums=('49b0c6bfa89dede50fed269a4aae575756e73b7e563aa5f12f102f62ab96b14d')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+  sed -i 's/use_scm_version/#use_scm_version/' setup.cfg
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  python -c "from setuptools import setup; setup();" build
+  python setup.py build
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  python -c "from setuptools import setup; setup();" install 
--root="${pkgdir}" --optimize=1
+  python setup.py install --root="${pkgdir}" --optimize=1
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }


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

2020-08-27 Thread Maxim Baz via arch-commits
Date: Thursday, August 27, 2020 @ 21:36:42
  Author: maximbaz
Revision: 690057

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 690056, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:36:40 UTC (rev 690056)
+++ PKGBUILD2020-08-27 21:36:42 UTC (rev 690057)
@@ -1,35 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=prettier
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/;
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('b53baadfe98654bf1ad5bf6f8cd237ac26c43deb7ec9cae53917411798f3205d')
-
-
-build() {
-   cd "$pkgname-$pkgver"
-   yarn
-   yarn build
-}
-
-
-package() {
-   install -d "$pkgdir/usr/lib/$pkgname"
-   cd "$pkgdir/usr/lib/$pkgname"
-   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-
-   # https://github.com/prettier/prettier/issues/6900
-   chmod +x "bin-$pkgname.js"
-
-   install -d "$pkgdir/usr/bin"
-   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 690056, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:36:42 UTC (rev 690057)
@@ -0,0 +1,30 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=prettier
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/;
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('ffe46a59aa3a897112e6818ecb19a5e4f854c62b583301254685eb5cea947f31')
+
+build() {
+cd "$pkgname-$pkgver"
+yarn
+yarn build
+}
+
+package() {
+install -d "$pkgdir/usr/lib/$pkgname"
+cd "$pkgdir/usr/lib/$pkgname"
+cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+
+install -d "$pkgdir/usr/bin"
+ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
+}


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

2020-08-27 Thread Maxim Baz via arch-commits
Date: Thursday, August 27, 2020 @ 21:36:39
  Author: maximbaz
Revision: 690055

upgpkg: prettier 2.1.1-1

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:36:31 UTC (rev 690054)
+++ PKGBUILD2020-08-27 21:36:39 UTC (rev 690055)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=prettier
-pkgver=2.0.5
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -11,25 +11,20 @@
 depends=("nodejs")
 makedepends=("yarn")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('b53baadfe98654bf1ad5bf6f8cd237ac26c43deb7ec9cae53917411798f3205d')
+sha256sums=('ffe46a59aa3a897112e6818ecb19a5e4f854c62b583301254685eb5cea947f31')
 
-
 build() {
-   cd "$pkgname-$pkgver"
-   yarn
-   yarn build
+cd "$pkgname-$pkgver"
+yarn
+yarn build
 }
 
-
 package() {
-   install -d "$pkgdir/usr/lib/$pkgname"
-   cd "$pkgdir/usr/lib/$pkgname"
-   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+install -d "$pkgdir/usr/lib/$pkgname"
+cd "$pkgdir/usr/lib/$pkgname"
+cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
 
-   # https://github.com/prettier/prettier/issues/6900
-   chmod +x "bin-$pkgname.js"
-
-   install -d "$pkgdir/usr/bin"
-   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
+install -d "$pkgdir/usr/bin"
+ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$srcdir/$pkgname-$pkgver/LICENSE"
 }


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:36:31
  Author: felixonmars
Revision: 690054

upgpkg: haskell-hspec-core 2.7.2-21: rebuild with logict 0.7.0.3

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:35:02 UTC (rev 690053)
+++ PKGBUILD2020-08-27 21:36:31 UTC (rev 690054)
@@ -3,7 +3,7 @@
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
 pkgver=2.7.2
-pkgrel=20
+pkgrel=21
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


[arch-commits] Commit in haskell-hspec-meta/repos/community-staging-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:35:02
  Author: felixonmars
Revision: 690053

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 690052, haskell-hspec-meta/trunk/PKGBUILD)
Deleted:
  haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:34:53 UTC (rev 690052)
+++ PKGBUILD2020-08-27 21:35:02 UTC (rev 690053)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec-meta
-pkgname=haskell-hspec-meta
-pkgver=2.6.0
-pkgrel=87
-pkgdesc="A version of Hspec which is used to test Hspec itself"
-url="http://hspec.github.io/;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 
'haskell-hunit'
- 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 
'haskell-ansi-terminal'
- 'haskell-clock' 'haskell-call-stack')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c35d09f84c093ab5fe7ae31cf004d485cf6d15a06ee7c98270d3f5c471da6e0c9a71c8ec6ca0aa87e7454c9470b218c24538270711677003dc63d316fb23dce9')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
690052, haskell-hspec-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:35:02 UTC (rev 690053)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-meta
+pkgname=haskell-hspec-meta
+pkgver=2.6.0
+pkgrel=88
+pkgdesc="A version of Hspec which is used to test Hspec itself"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 
'haskell-hunit'
+ 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 
'haskell-ansi-terminal'
+ 'haskell-clock' 'haskell-call-stack')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c35d09f84c093ab5fe7ae31cf004d485cf6d15a06ee7c98270d3f5c471da6e0c9a71c8ec6ca0aa87e7454c9470b218c24538270711677003dc63d316fb23dce9')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:34:53
  Author: felixonmars
Revision: 690052

upgpkg: haskell-hspec-meta 2.6.0-88: rebuild with logict 0.7.0.3

Modified:
  haskell-hspec-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:33:14 UTC (rev 690051)
+++ PKGBUILD2020-08-27 21:34:53 UTC (rev 690052)
@@ -3,7 +3,7 @@
 _hkgname=hspec-meta
 pkgname=haskell-hspec-meta
 pkgver=2.6.0
-pkgrel=87
+pkgrel=88
 pkgdesc="A version of Hspec which is used to test Hspec itself"
 url="http://hspec.github.io/;
 license=('MIT')


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:33:01
  Author: arojas
Revision: 690050

Backport some bug fixes

Modified:
  choqok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:30:20 UTC (rev 690049)
+++ PKGBUILD2020-08-27 21:33:01 UTC (rev 690050)
@@ -6,38 +6,40 @@
 
 pkgname=choqok
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A micro-blogging client by the KDE community"
 url='https://choqok.kde.org/'
 license=(GPL)
 arch=(x86_64)
-depends=(qt5-networkauth qca knotifyconfig kcmutils kemoticons kdewebkit 
purpose hicolor-icon-theme)
+depends=(qt5-networkauth qca knotifyconfig kemoticons kdewebkit purpose)
 makedepends=(extra-cmake-modules telepathy-qt kdoctools)
 optdepends=('telepathy-qt: IMstatus plugin')
 
source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/src/$pkgname-$pkgver.tar.xz"{,.sig}
- choqok-retweet.patch choqok-conversation.patch)
+ choqok-retweet.patch
+ choqok-conversation.patch
+ 
kdebug-417297.patch::https://invent.kde.org/network/choqok/commit/cc0d6127.patch
+ 
kdebug-424938.patch::https://invent.kde.org/network/choqok/commit/360dc717.patch)
 sha256sums=('26600d95f152c3e04881efb7fb3eb07b5c52fa6ffee838690f28b45defb4a47e'
 'SKIP'
 'da3d892c3bbc5736ec19dffb72286fb90623fb24c6dfee1fba6c105fdf235453'
-'7fc1f8c5848e8c63b37651280f0ec1edec3b3685f91886a3d4f0650d19e8eba8')
+'7fc1f8c5848e8c63b37651280f0ec1edec3b3685f91886a3d4f0650d19e8eba8'
+'ad9d4c1d854045d520d941b796c7573264cd9820be34b63e4e6e80ddaf3aacd3'
+'0428fc70a1a0604f66c8d750dcee739ad0660d466166a772b6de14818a1446fe')
 validpgpkeys=('2C7849767F14C23890B12791918F7DDFFD8D0B6E') # Andrea Scarpino 

 
 prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../choqok-retweet.patch # Fix retweet display 
https://bugs.kde.org/show_bug.cgi?id=370260
-  patch -p1 -i ../choqok-conversation.patch # Fix fetching conversations 
https://bugs.kde.org/show_bug.cgi?id=417193
+  patch -d $pkgname-$pkgver -p1 -i ../choqok-retweet.patch # Fix retweet 
display https://bugs.kde.org/show_bug.cgi?id=370260
+  patch -d $pkgname-$pkgver -p1 -i ../choqok-conversation.patch # Fix fetching 
conversations https://bugs.kde.org/show_bug.cgi?id=417193
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-417297.patch # Fix updating tweet 
timestamps https://bugs.kde.org/show_bug.cgi?id=417297
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-424938.patch # Fix layout of 
tweets that contain an imaged and a cited tweet
 }
 
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:33:14
  Author: arojas
Revision: 690051

archrelease: copy trunk to community-x86_64

Added:
  choqok/repos/community-x86_64/PKGBUILD
(from rev 690050, choqok/trunk/PKGBUILD)
  choqok/repos/community-x86_64/choqok-conversation.patch
(from rev 690050, choqok/trunk/choqok-conversation.patch)
  choqok/repos/community-x86_64/choqok-retweet.patch
(from rev 690050, choqok/trunk/choqok-retweet.patch)
Deleted:
  choqok/repos/community-x86_64/PKGBUILD
  choqok/repos/community-x86_64/choqok-conversation.patch
  choqok/repos/community-x86_64/choqok-retweet.patch

---+
 PKGBUILD  |   88 ++--
 choqok-conversation.patch |   42 ++---
 choqok-retweet.patch  |   46 +++
 3 files changed, 89 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:33:01 UTC (rev 690050)
+++ PKGBUILD2020-08-27 21:33:14 UTC (rev 690051)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Peter Richard Lewis 
-# Contributor: Andrea Scarpino 
-# Contributor: Emanuele Rossi 
-# Contributor: Bram Schoenmakers 
-
-pkgname=choqok
-pkgver=1.7.0
-pkgrel=2
-pkgdesc="A micro-blogging client by the KDE community"
-url='https://choqok.kde.org/'
-license=(GPL)
-arch=(x86_64)
-depends=(qt5-networkauth qca knotifyconfig kcmutils kemoticons kdewebkit 
purpose hicolor-icon-theme)
-makedepends=(extra-cmake-modules telepathy-qt kdoctools)
-optdepends=('telepathy-qt: IMstatus plugin')
-source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/src/$pkgname-$pkgver.tar.xz"{,.sig}
- choqok-retweet.patch choqok-conversation.patch)
-sha256sums=('26600d95f152c3e04881efb7fb3eb07b5c52fa6ffee838690f28b45defb4a47e'
-'SKIP'
-'da3d892c3bbc5736ec19dffb72286fb90623fb24c6dfee1fba6c105fdf235453'
-'7fc1f8c5848e8c63b37651280f0ec1edec3b3685f91886a3d4f0650d19e8eba8')
-validpgpkeys=('2C7849767F14C23890B12791918F7DDFFD8D0B6E') # Andrea Scarpino 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../choqok-retweet.patch # Fix retweet display 
https://bugs.kde.org/show_bug.cgi?id=370260
-  patch -p1 -i ../choqok-conversation.patch # Fix fetching conversations 
https://bugs.kde.org/show_bug.cgi?id=417193
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: choqok/repos/community-x86_64/PKGBUILD (from rev 690050, 
choqok/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:33:14 UTC (rev 690051)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Peter Richard Lewis 
+# Contributor: Andrea Scarpino 
+# Contributor: Emanuele Rossi 
+# Contributor: Bram Schoenmakers 
+
+pkgname=choqok
+pkgver=1.7.0
+pkgrel=3
+pkgdesc="A micro-blogging client by the KDE community"
+url='https://choqok.kde.org/'
+license=(GPL)
+arch=(x86_64)
+depends=(qt5-networkauth qca knotifyconfig kemoticons kdewebkit purpose)
+makedepends=(extra-cmake-modules telepathy-qt kdoctools)
+optdepends=('telepathy-qt: IMstatus plugin')
+source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ choqok-retweet.patch
+ choqok-conversation.patch
+ 
kdebug-417297.patch::https://invent.kde.org/network/choqok/commit/cc0d6127.patch
+ 
kdebug-424938.patch::https://invent.kde.org/network/choqok/commit/360dc717.patch)
+sha256sums=('26600d95f152c3e04881efb7fb3eb07b5c52fa6ffee838690f28b45defb4a47e'
+'SKIP'
+'da3d892c3bbc5736ec19dffb72286fb90623fb24c6dfee1fba6c105fdf235453'
+'7fc1f8c5848e8c63b37651280f0ec1edec3b3685f91886a3d4f0650d19e8eba8'
+'ad9d4c1d854045d520d941b796c7573264cd9820be34b63e4e6e80ddaf3aacd3'
+'0428fc70a1a0604f66c8d750dcee739ad0660d466166a772b6de14818a1446fe')
+validpgpkeys=('2C7849767F14C23890B12791918F7DDFFD8D0B6E') # Andrea Scarpino 

+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../choqok-retweet.patch # Fix retweet 
display https://bugs.kde.org/show_bug.cgi?id=370260
+  patch -d $pkgname-$pkgver -p1 -i ../choqok-conversation.patch # Fix fetching 
conversations https://bugs.kde.org/show_bug.cgi?id=417193
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-417297.patch # Fix updating tweet 
timestamps https://bugs.kde.org/show_bug.cgi?id=417297
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-424938.patch # Fix layout of 
tweets that contain an imaged and a cited tweet
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Deleted: choqok-conversation.patch

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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:30:20
  Author: felixonmars
Revision: 690049

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 690048, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 690048, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  114 -
 rebuild.list |4 +-
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:30:09 UTC (rev 690048)
+++ PKGBUILD2020-08-27 21:30:20 UTC (rev 690049)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=14.8.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('7316398e065c1b23937f0a6d32662e49c0c7d20a2c21e7baf97941cf959c3f377a5fda78d4682508db6529e1ea23dfa596c98c95b3a6ab4e7ddf564e5db98d17')
-
-build() {
-  cd node-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 690048, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:30:20 UTC (rev 690049)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=14.9.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('537542cfacf951d187fcacf92e301508c4f3e24e4a88e8ae5c408736ca813974e3934e714990e8ea224f9614777ec1e25bdcca678f58e0d11baed881503b511d')
+
+build() {
+  cd node-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: rebuild.list
===
--- rebuild.list2020-08-27 21:30:09 UTC (rev 690048)
+++ rebuild.list2020-08-27 21:30:20 UTC (rev 690049)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 690048, 
nodejs/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2020-08-27 21:30:20 UTC (rev 690049)
@@ -0,0 +1,2 @@
+apm
+bash-language-server


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:30:09
  Author: felixonmars
Revision: 690048

upgpkg: nodejs 14.9.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:28:30 UTC (rev 690047)
+++ PKGBUILD2020-08-27 21:30:09 UTC (rev 690048)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=14.8.0
+pkgver=14.9.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('7316398e065c1b23937f0a6d32662e49c0c7d20a2c21e7baf97941cf959c3f377a5fda78d4682508db6529e1ea23dfa596c98c95b3a6ab4e7ddf564e5db98d17')
+sha512sums=('537542cfacf951d187fcacf92e301508c4f3e24e4a88e8ae5c408736ca813974e3934e714990e8ea224f9614777ec1e25bdcca678f58e0d11baed881503b511d')
 
 build() {
   cd node-$pkgver


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:28:30
  Author: felixonmars
Revision: 690047

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 690046, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:28:21 UTC (rev 690046)
+++ PKGBUILD2020-08-27 21:28:30 UTC (rev 690047)
@@ -1,18 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cryptography-vectors
-pkgver=3.0
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/cryptography-vectors;
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-$pkgver.tar.gz;)
-sha512sums=('a24c6f25c0acf79cea534fc86d61d9697c004a18204043457cf1a955751e8313893c63258f82ada523a9608b7ec0e5a7a7047ddcbd20e0c55d7c6392bc61c24f')
-
-package() {
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
690046, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:28:30 UTC (rev 690047)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cryptography-vectors
+pkgver=3.1
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/cryptography-vectors;
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-$pkgver.tar.gz;)
+sha512sums=('094076a26ba4cae1bf0408844abbb9b3a5634f97657e4627e10b8a7c7424b69574fd9d719d5c258aa02244bee8b395f09c51af79350971072b2f9719446743c1')
+
+package() {
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:28:21
  Author: felixonmars
Revision: 690046

upgpkg: python-cryptography-vectors 3.1-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:20:36 UTC (rev 690045)
+++ PKGBUILD2020-08-27 21:28:21 UTC (rev 690046)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cryptography-vectors
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-$pkgver.tar.gz;)
-sha512sums=('a24c6f25c0acf79cea534fc86d61d9697c004a18204043457cf1a955751e8313893c63258f82ada523a9608b7ec0e5a7a7047ddcbd20e0c55d7c6392bc61c24f')
+sha512sums=('094076a26ba4cae1bf0408844abbb9b3a5634f97657e4627e10b8a7c7424b69574fd9d719d5c258aa02244bee8b395f09c51af79350971072b2f9719446743c1')
 
 package() {
cd cryptography_vectors-$pkgver


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:20:36
  Author: felixonmars
Revision: 690045

archrelease: copy trunk to community-any

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

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

Deleted: LICENSE
===
--- LICENSE 2020-08-27 21:20:24 UTC (rev 690044)
+++ LICENSE 2020-08-27 21:20:36 UTC (rev 690045)
@@ -1,24 +0,0 @@
-"python-ecdsa" Copyright (c) 2010 Brian Warner
-
-Portions written in 2005 by Peter Pearson and placed in the public domain.
-
-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-ecdsa/repos/community-any/LICENSE (from rev 690044, 
python-ecdsa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-08-27 21:20:36 UTC (rev 690045)
@@ -0,0 +1,24 @@
+"python-ecdsa" Copyright (c) 2010 Brian Warner
+
+Portions written in 2005 by Peter Pearson and placed in the public domain.
+
+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
===
--- PKGBUILD2020-08-27 21:20:24 UTC (rev 690044)
+++ PKGBUILD2020-08-27 21:20:36 UTC (rev 690045)
@@ -1,42 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-ecdsa
-pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.15
-pkgrel=1
-pkgdesc="Implementation of ECDSA in Python"
-arch=('any')
-url="https://github.com/warner/python-ecdsa;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python-hypothesis')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz;
 "LICENSE")
-sha512sums=('7b7491d1abdb5ca43456d943c96525fa5d722635c496bbddd04ef8e1baad9dc0aef3d1752afea7820f7796421b18295ee260657ec1e8faf7564613b316c0d603'
-
'5519af4e81ecb681e2ef1a26602efed1640d6e3bf100d8c492dd4bbce4dba75de6a5a308115ff78a8dcd5d428630a92dd88fe9abfaeed04cd066b3f4d288b219')
-
-build() {
-  cp -R "$srcdir/ecdsa-$pkgver" "$srcdir/ecdsa-$pkgver-py2"
-  cd "$srcdir/ecdsa-$pkgver-py2"
-  sed -ie 's#/usr/bin/env python#/usr/bin/env python2#' src/ecdsa/*.py
-}
-
-check() {
-  cd "$srcdir/ecdsa-$pkgver"
-  python -m pytest
-}
-
-package_python-ecdsa() {
-  depends=('python')
-  cd "$srcdir/ecdsa-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-ecdsa() {
-  depends=('python2')
-  cd 

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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:19:51
  Author: felixonmars
Revision: 690043

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-configtool/repos/community-x86_64/PKGBUILD
(from rev 690042, fcitx5-configtool/trunk/PKGBUILD)
Deleted:
  fcitx5-configtool/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:19:42 UTC (rev 690042)
+++ PKGBUILD2020-08-27 21:19:51 UTC (rev 690043)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-configtool
-pkgver=0.0.0.20200822
-_commit=c8f7e15c71f46e612e09fe599bfb69165a7e749c
-pkgrel=1
-pkgdesc="Configuration Tool for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-configtool;
-license=('GPL')
-groups=('fcitx5-im')
-provides=('fcitx5-config-qt' 'kcm-fcitx5')
-conflicts=('kcm-fcitx5')
-replaces=('kcm-fcitx5')
-depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews' 'qt5-x11extras')
-optdepends=('kdeclarative: for KCM support'
-'kirigami2: for KCM support')
-makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'ninja' 'python')
-source=("https://github.com/fcitx/fcitx5-configtool/archive/$_commit/fcitx5-configtool-$_commit.tar.gz;)
-sha512sums=('75edb7ba30cdb96d473d5e4ffa10ab3e5621b0a9a3fe12e92dd70d3b0a2a002b6d075a52345c5dab31c080981e9663c51cf520a519a7042263c5719c3d33d8d5')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
-  ninja
-}
-
-package() {
-  cd $pkgname-$_commit
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-configtool/repos/community-x86_64/PKGBUILD (from rev 690042, 
fcitx5-configtool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:19:51 UTC (rev 690043)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-configtool
+pkgver=0.0.0.20200827
+_commit=e17fb23fded8eaf6db284a707ca52512ea7c8364
+pkgrel=1
+pkgdesc="Configuration Tool for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-configtool;
+license=('GPL')
+groups=('fcitx5-im')
+provides=('fcitx5-config-qt' 'kcm-fcitx5')
+conflicts=('kcm-fcitx5')
+replaces=('kcm-fcitx5')
+depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews' 'qt5-x11extras')
+optdepends=('kdeclarative: for KCM support'
+'kirigami2: for KCM support')
+makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'ninja' 'python')
+source=("https://github.com/fcitx/fcitx5-configtool/archive/$_commit/fcitx5-configtool-$_commit.tar.gz;)
+sha512sums=('7c78b65bca522454186e7da2557ffcc599d9ff152a7447a86ceaaa2ab1cf96065f0e2a978d07d2a6a376b9aeec861ae9be6a00115dff9c602c8dc8357dc19a0c')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
+  ninja
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:20:24
  Author: felixonmars
Revision: 690044

upgpkg: python-ecdsa 0.16.0-1

Modified:
  python-ecdsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:19:51 UTC (rev 690043)
+++ PKGBUILD2020-08-27 21:20:24 UTC (rev 690044)
@@ -3,7 +3,7 @@
 
 pkgbase=python-ecdsa
 pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.15
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Implementation of ECDSA in Python"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python-hypothesis')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz;
 "LICENSE")
-sha512sums=('7b7491d1abdb5ca43456d943c96525fa5d722635c496bbddd04ef8e1baad9dc0aef3d1752afea7820f7796421b18295ee260657ec1e8faf7564613b316c0d603'
+sha512sums=('94ccefe19899a5e56393bb0e6624e9af66bdc60ad370d65900a24a0465c430a3a001ed9c25970e48834cb25ca730bc9279af98d17ecd3ad66189c64c8f864b42'
 
'5519af4e81ecb681e2ef1a26602efed1640d6e3bf100d8c492dd4bbce4dba75de6a5a308115ff78a8dcd5d428630a92dd88fe9abfaeed04cd066b3f4d288b219')
 
 build() {


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:19:42
  Author: felixonmars
Revision: 690042

upgpkg: fcitx5-configtool 0.0.0.20200827-1

Modified:
  fcitx5-configtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:17:36 UTC (rev 690041)
+++ PKGBUILD2020-08-27 21:19:42 UTC (rev 690042)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-configtool
-pkgver=0.0.0.20200822
-_commit=c8f7e15c71f46e612e09fe599bfb69165a7e749c
+pkgver=0.0.0.20200827
+_commit=e17fb23fded8eaf6db284a707ca52512ea7c8364
 pkgrel=1
 pkgdesc="Configuration Tool for Fcitx5"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 'kirigami2: for KCM support')
 makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'ninja' 'python')
 
source=("https://github.com/fcitx/fcitx5-configtool/archive/$_commit/fcitx5-configtool-$_commit.tar.gz;)
-sha512sums=('75edb7ba30cdb96d473d5e4ffa10ab3e5621b0a9a3fe12e92dd70d3b0a2a002b6d075a52345c5dab31c080981e9663c51cf520a519a7042263c5719c3d33d8d5')
+sha512sums=('7c78b65bca522454186e7da2557ffcc599d9ff152a7447a86ceaaa2ab1cf96065f0e2a978d07d2a6a376b9aeec861ae9be6a00115dff9c602c8dc8357dc19a0c')
 
 build(){
   cd $pkgname-$_commit


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:17:27
  Author: felixonmars
Revision: 690040

upgpkg: haskell-optparse-applicative 0.15.1.0-48: rebuild with logict 0.7.0.3

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:17:00 UTC (rev 690039)
+++ PKGBUILD2020-08-27 21:17:27 UTC (rev 690040)
@@ -4,7 +4,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.15.1.0
-pkgrel=47
+pkgrel=48
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative;
 license=("BSD")


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:17:36
  Author: felixonmars
Revision: 690041

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-applicative/repos/community-staging-x86_64/
  haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD
(from rev 690040, haskell-optparse-applicative/trunk/PKGBUILD)

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

Copied: haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD 
(from rev 690040, haskell-optparse-applicative/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-27 21:17:36 UTC (rev 690041)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative
+pkgver=0.15.1.0
+pkgrel=48
+pkgdesc="Utilities and combinators for parsing command line options"
+url="https://github.com/pcapriotti/optparse-applicative;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e7ab0a2b4812bbfe7802c2d51a45a4f5a5ea162b094631dc6ee4cd79e5def4101ccb04305cfa16942926809ed656f91aa6f68c4d98e93171ca9be99ba40cc51e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in deepin-qt-dbus-factory/repos/community-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:17:00
  Author: felixonmars
Revision: 690039

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 690038, deepin-qt-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:16:51 UTC (rev 690038)
+++ PKGBUILD2020-08-27 21:17:00 UTC (rev 690039)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qt-dbus-factory
-pkgver=5.3.0.9
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('dtkcore' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('4c7d16806afad7939ce685b931d26f7dad640ff204dd923901f1558437109805edf739a6e94fc7ffad05e41b49adf076f6d8f48c8772feb0d9bb7b787f2661e1')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD (from rev 
690038, deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:17:00 UTC (rev 690039)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=5.3.0.10
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('dtkcore' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
+sha512sums=('f6debeffbe65abfd1dd27d7520810b6cc07621fb3990283508052b33522c0fc4097ff00a479af41519cabba254a35a059787337f41ab31c8627e6bcb19442370')
+
+build() {
+  cd dde-qt-dbus-factory-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-qt-dbus-factory-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-qt-dbus-factory/trunk (PKGBUILD)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:16:51
  Author: felixonmars
Revision: 690038

upgpkg: deepin-qt-dbus-factory 5.3.0.10-1

Modified:
  deepin-qt-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:15:11 UTC (rev 690037)
+++ PKGBUILD2020-08-27 21:16:51 UTC (rev 690038)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-qt-dbus-factory
-pkgver=5.3.0.9
+pkgver=5.3.0.10
 pkgrel=1
 pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('qt5-base')
 makedepends=('dtkcore' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('4c7d16806afad7939ce685b931d26f7dad640ff204dd923901f1558437109805edf739a6e94fc7ffad05e41b49adf076f6d8f48c8772feb0d9bb7b787f2661e1')
+sha512sums=('f6debeffbe65abfd1dd27d7520810b6cc07621fb3990283508052b33522c0fc4097ff00a479af41519cabba254a35a059787337f41ab31c8627e6bcb19442370')
 
 build() {
   cd dde-qt-dbus-factory-$pkgver


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:15:11
  Author: felixonmars
Revision: 690037

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 690036, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 21:15:02 UTC (rev 690036)
+++ PKGBUILD2020-08-27 21:15:11 UTC (rev 690037)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200823
-_commit=908e1ddffae0c5e4ce9378858459542ef2da92db
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua' 'ninja')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('bcd074e5b8787d9bc1e325e474e38c406f1c16e1760ab46b583933e8aa93ede5735d145599dfebfb5f8e2276add8db2079444dc90447d907a02172c0f139b57a'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-check() {
-  cd $pkgname-$_commit
-  ninja test
-}
-
-package() {
-  cd $pkgname-$_commit
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 690036, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 21:15:11 UTC (rev 690037)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200827
+_commit=3559a23b08eeb06995d7c00796713f8bf638b8c9
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua' 'ninja')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('c79b9d809992c7d70779c149f5d606038368a58e0ecd19fa138ec6769a16e96834b9acb8b921a919dc38d8ffc3f7c687c762aad919625d340ace32bc1c523658'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+check() {
+  cd $pkgname-$_commit
+  ninja test
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in fcitx5-chinese-addons/trunk (PKGBUILD)

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:15:02
  Author: felixonmars
Revision: 690036

upgpkg: fcitx5-chinese-addons 0.0.0.20200827-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:14:05 UTC (rev 690035)
+++ PKGBUILD2020-08-27 21:15:02 UTC (rev 690036)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200823
-_commit=908e1ddffae0c5e4ce9378858459542ef2da92db
+pkgver=0.0.0.20200827
+_commit=3559a23b08eeb06995d7c00796713f8bf638b8c9
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -18,7 +18,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('bcd074e5b8787d9bc1e325e474e38c406f1c16e1760ab46b583933e8aa93ede5735d145599dfebfb5f8e2276add8db2079444dc90447d907a02172c0f139b57a'
+sha512sums=('c79b9d809992c7d70779c149f5d606038368a58e0ecd19fa138ec6769a16e96834b9acb8b921a919dc38d8ffc3f7c687c762aad919625d340ace32bc1c523658'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


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

2020-08-27 Thread Christian Rebischke via arch-commits
Date: Thursday, August 27, 2020 @ 21:13:58
  Author: shibumi
Revision: 690034

upgpkg: terraform 0.13.1-2 Enable Full-Relro

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:13:13 UTC (rev 690033)
+++ PKGBUILD2020-08-27 21:13:58 UTC (rev 690034)
@@ -3,7 +3,7 @@
 
 pkgname=terraform
 pkgver=0.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://www.terraform.io/;
 arch=("x86_64")
@@ -27,7 +27,7 @@
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
go build -o terraform-binary
 }
 


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

2020-08-27 Thread Christian Rebischke via arch-commits
Date: Thursday, August 27, 2020 @ 21:14:05
  Author: shibumi
Revision: 690035

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/2.patch
(from rev 690034, terraform/trunk/2.patch)
  terraform/repos/community-x86_64/CHANGELOG.md
(from rev 690034, terraform/trunk/CHANGELOG.md)
  terraform/repos/community-x86_64/PKGBUILD
(from rev 690034, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/2.patch
  terraform/repos/community-x86_64/CHANGELOG.md
  terraform/repos/community-x86_64/PKGBUILD

--+
 2.patch  |   84 +++
 CHANGELOG.md |   58 +++---
 PKGBUILD |   86 -
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: 2.patch
===
--- 2.patch 2020-08-27 21:13:58 UTC (rev 690034)
+++ 2.patch 2020-08-27 21:14:05 UTC (rev 690035)
@@ -1,42 +0,0 @@
-From ec032370f2459544a0b5e2b995699dab29e580ef Mon Sep 17 00:00:00 2001
-From: Kevin Burke 
-Date: Sun, 12 Jul 2020 14:35:27 -0700
-Subject: [PATCH] helper/schema: ensure test works with Go 1.15 error messages
-
-I verified that the code itself does not have similar assertions about
-the error message that would break if a different string was returned
-for the error message.
-
-Fixes #25553.

- helper/schema/provider_test.go | 10 ++
- 1 file changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/helper/schema/provider_test.go b/helper/schema/provider_test.go
-index 01ee82a1f4d..13809b35bbf 100644
 a/helper/schema/provider_test.go
-+++ b/helper/schema/provider_test.go
-@@ -3,7 +3,7 @@ package schema
- import (
-   "fmt"
-   "reflect"
--  "strings"
-+  "regexp"
-   "testing"
-   "time"
- 
-@@ -341,9 +341,11 @@ func TestProviderDiff_timeoutInvalidValue(t *testing.T) {
-   if err == nil {
-   t.Fatal("Expected provider.Diff to fail with invalid timeout 
value")
-   }
--  expectedErrMsg := "time: invalid duration invalid"
--  if !strings.Contains(err.Error(), expectedErrMsg) {
--  t.Fatalf("Unexpected error message: %q\nExpected message to 
contain %q",
-+  // Go 1.15 added quotes around the invalid duration value. You can 
remove
-+  // the regex once Go 1.14 and below are no longer supported.
-+  expectedErrMsg := regexp.MustCompile(`time: invalid duration 
"?invalid"?`)
-+  if !expectedErrMsg.MatchString(err.Error()) {
-+  t.Fatalf("Unexpected error message: %q\nExpected message to 
match rx %q",
-   err.Error(),
-   expectedErrMsg)
-   }

Copied: terraform/repos/community-x86_64/2.patch (from rev 690034, 
terraform/trunk/2.patch)
===
--- 2.patch (rev 0)
+++ 2.patch 2020-08-27 21:14:05 UTC (rev 690035)
@@ -0,0 +1,42 @@
+From ec032370f2459544a0b5e2b995699dab29e580ef Mon Sep 17 00:00:00 2001
+From: Kevin Burke 
+Date: Sun, 12 Jul 2020 14:35:27 -0700
+Subject: [PATCH] helper/schema: ensure test works with Go 1.15 error messages
+
+I verified that the code itself does not have similar assertions about
+the error message that would break if a different string was returned
+for the error message.
+
+Fixes #25553.
+---
+ helper/schema/provider_test.go | 10 ++
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+diff --git a/helper/schema/provider_test.go b/helper/schema/provider_test.go
+index 01ee82a1f4d..13809b35bbf 100644
+--- a/helper/schema/provider_test.go
 b/helper/schema/provider_test.go
+@@ -3,7 +3,7 @@ package schema
+ import (
+   "fmt"
+   "reflect"
+-  "strings"
++  "regexp"
+   "testing"
+   "time"
+ 
+@@ -341,9 +341,11 @@ func TestProviderDiff_timeoutInvalidValue(t *testing.T) {
+   if err == nil {
+   t.Fatal("Expected provider.Diff to fail with invalid timeout 
value")
+   }
+-  expectedErrMsg := "time: invalid duration invalid"
+-  if !strings.Contains(err.Error(), expectedErrMsg) {
+-  t.Fatalf("Unexpected error message: %q\nExpected message to 
contain %q",
++  // Go 1.15 added quotes around the invalid duration value. You can 
remove
++  // the regex once Go 1.14 and below are no longer supported.
++  expectedErrMsg := regexp.MustCompile(`time: invalid duration 
"?invalid"?`)
++  if !expectedErrMsg.MatchString(err.Error()) {
++  t.Fatalf("Unexpected error message: %q\nExpected message to 
match rx %q",
+   err.Error(),
+   expectedErrMsg)
+   }

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2020-08-27 21:13:58 UTC (rev 690034)
+++ CHANGELOG.md2020-08-27 21:14:05 UTC 

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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:13:13
  Author: felixonmars
Revision: 690033

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-comonad/repos/community-staging-x86_64/PKGBUILD (from rev 
690032, haskell-comonad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-27 21:13:13 UTC (rev 690033)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=comonad
+pkgname=haskell-comonad
+pkgver=5.0.6
+pkgrel=34
+pkgdesc="Comonads"
+url="https://github.com/ekmett/comonad/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-distributive' 'haskell-tagged' 
'haskell-transformers-compat')
+makedepends=('haskell-cabal-doctest' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0b7fc727a2b972203d1651049a4f4c371a8f134d64d36409d60fbc4d11b7eb9650c79cf917abaa3f66084d7c5e9f32b288862a5e93c3d93c16c11533a446cfa5')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fdistributive -fcontravariant -fcontainers -ftest-doctests
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:13:05
  Author: felixonmars
Revision: 690032

upgpkg: haskell-comonad 5.0.6-34: rebuild with logict 0.7.0.3

Modified:
  haskell-comonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:10:32 UTC (rev 690031)
+++ PKGBUILD2020-08-27 21:13:05 UTC (rev 690032)
@@ -4,7 +4,7 @@
 _hkgname=comonad
 pkgname=haskell-comonad
 pkgver=5.0.6
-pkgrel=33
+pkgrel=34
 pkgdesc="Comonads"
 url="https://github.com/ekmett/comonad/;
 license=("BSD")


  1   2   3   4   >