[arch-commits] Commit in gitlab/trunk (PKGBUILD build_fix.patch configs.patch)

2020-09-27 Thread Anatol Pomozov via arch-commits
Date: Monday, September 28, 2020 @ 05:17:26
  Author: anatolik
Revision: 712794

upgpkg: gitlab 13.4.1-1

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/build_fix.patch
  gitlab/trunk/configs.patch

-+
 PKGBUILD|6 +++---
 build_fix.patch |8 
 configs.patch   |   20 
 3 files changed, 19 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-28 01:45:32 UTC (rev 712793)
+++ PKGBUILD2020-09-28 05:17:26 UTC (rev 712794)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.3.5
+pkgver=13.4.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -40,8 +40,8 @@
 gitlab.logrotate)
 install='gitlab.install'
 sha512sums=('SKIP'
-
'1a2f6d716bf1c6e3606914036fc46bb77a41292bd7ef8ec1f900206c2fe698baaf4e5a8f40e2f53ddcbb7a91158137c6b9f5c04fa619817c80eb158134359eb1'
-
'3fc0919e2995f36da9a98fa74e83955f91854fd2e214f66f0a32054b77c83161063f8c05e1126e57e474eb0f2909970641ccc4d13eea9625f36bf56cdf0c75a4'
+
'8b8c06b44bfe4897b8499547a6d18cdf3d12b313c0e9887b1ca209f1c4f93718ff92ee48f5d6e7546a89dc61c4b3ddcbe73e619e609782a9412fc5dab43b6000'
+
'249b9aa00479bcbd6b41f14402e70fe5655e06f593ebc0ecae0fc4075bf3421f93cb8b5302bc8ca0e542c1a85f25c3fb957bdc79b3c09a3f393119777b687e63'
 
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
 
'75bf9e5ad238a862dfc2638101fb74101227d88958a5f0fdf1ced3833e403f91b6a5908dfb97c5172f75748737212bf87d05b7d39bbe90ed5d3a6c248c1c1ab6'
 
'18f4a31935d0626c26d1be1942b715128cf3edcb114f672af16e4a145d8ac693e1afc7d59094cae3702e47e4c6c4cb4a62a009bafcbec500e69120a2dd400a2a'

Modified: build_fix.patch
===
--- build_fix.patch 2020-09-28 01:45:32 UTC (rev 712793)
+++ build_fix.patch 2020-09-28 05:17:26 UTC (rev 712794)
@@ -1,4 +1,4 @@
-commit 6f719b584af4796ce794b8cc2d6e15483ad3f32d
+commit 1bf6c98f3f7513b18b8eed5c666122fe1d56b9bd
 Author: Anatol Pomozov 
 Date:   Sat Mar 21 09:13:31 2020 -0700
 
@@ -5,12 +5,12 @@
 ArchLinux fixes
 
 diff --git a/Gemfile b/Gemfile
-index e0820947158..90d5a6af719 100644
+index 90abfd30900..3a14b21f9b1 100644
 --- a/Gemfile
 +++ b/Gemfile
-@@ -315,6 +315,12 @@ gem 'gettext_i18n_rails', '~> 1.8.0'
+@@ -317,6 +317,12 @@ gem 'gettext_i18n_rails', '~> 1.8.0'
  gem 'gettext_i18n_rails_js', '~> 1.3'
- gem 'gettext', '~> 3.2.2', require: false, group: :development
+ gem 'gettext', '~> 3.3', require: false, group: :development
  
 +# Ping the gems that are needed for the old gettext
 +# https://github.com/ruby-gettext/gettext/issues/64 the fix is available in 
gettext 3.3.0

Modified: configs.patch
===
--- configs.patch   2020-09-28 01:45:32 UTC (rev 712793)
+++ configs.patch   2020-09-28 05:17:26 UTC (rev 712794)
@@ -1,4 +1,4 @@
-commit 17e66564bddc95c8a81df1e21137fe84badb1641
+commit 4af2aa16ed9076903b573b787cb0c8b486afa6ea
 Author: Anatol Pomozov 
 Date:   Tue May 26 00:01:38 2020 -0700
 
@@ -37,7 +37,7 @@
host: localhost
  
 diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
-index 5d217332634..aaf0428a5dd 100644
+index 605729a1435..737dca493f2 100644
 --- a/config/gitlab.yml.example
 +++ b/config/gitlab.yml.example
 @@ -83,7 +83,7 @@ production: 
@@ -159,7 +159,7 @@
  
## Mattermost
## For enabling Add to Mattermost button
-@@ -529,7 +529,7 @@ production: 
+@@ -533,7 +533,7 @@ production: 
  # port: 5005
  # api_url: http://localhost:5000/ # internal address to the registry, 
will be used by GitLab to directly communicate with API
  # key: config/registry.key
@@ -168,7 +168,7 @@
  # issuer: gitlab-issuer
  # notification_secret: '' # only set it when you use Geo replication 
feature without built-in Registry
  
-@@ -586,7 +586,7 @@ production: 
+@@ -590,7 +590,7 @@ production: 
  # add_pusher: true
  
  # The location where build traces are stored (default: builds/). Relative 
paths are relative to Rails.root
@@ -177,7 +177,7 @@
  
#
# 3. Auth settings
-@@ -1001,12 +1001,12 @@ production: 
+@@ -1007,12 +1007,12 @@ production: 
  
# Shared file storage settings
shared:
@@ -192,7 +192,7 @@
  # Default Gitaly authentication token. Can be overridden per storage. Can
  # be left blank when Gitaly is running locally on a Unix socket, which
  # is the normal way to deploy Gitaly.
-@@ -1024,13 +1024,13 @@ production: 
+@@ -1030,13 +1030,13 @@ production: 
  # real path not the symlink.
  storages: # You must have at least a `default` storage path.
default:
@@ -209,7 +209,7 @@
  # archive_permissions: 0640 # Permissions for the resulting backup.tar 
file (default: 0600)
  # 

[arch-commits] Commit in gitlab/repos (14 files)

2020-09-27 Thread Anatol Pomozov via arch-commits
Date: Monday, September 28, 2020 @ 05:18:24
  Author: anatolik
Revision: 712795

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 712794, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 712794, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 712794, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 712794, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 712794, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 712794, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 712794, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 712794, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 712794, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 712794, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 712794, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 712794, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 712794, gitlab/trunk/gitlab.tmpfiles.d)

-+
 PKGBUILD|  185 +++
 build_fix.patch |   23 +++
 configs.patch   |  309 ++
 environment |3 
 gitlab-backup.service   |   19 ++
 gitlab-backup.timer |   10 +
 gitlab-mailroom.service |   21 +++
 gitlab-puma.service |   34 +
 gitlab-sidekiq.service  |   30 
 gitlab.install  |   34 +
 gitlab.logrotate|6 
 gitlab.target   |7 +
 gitlab.tmpfiles.d   |1 
 13 files changed, 682 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 712794, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-28 05:18:24 UTC (rev 712795)
@@ -0,0 +1,185 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+pkgname=gitlab
+pkgver=13.4.1
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+build_fix.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'8b8c06b44bfe4897b8499547a6d18cdf3d12b313c0e9887b1ca209f1c4f93718ff92ee48f5d6e7546a89dc61c4b3ddcbe73e619e609782a9412fc5dab43b6000'
+
'249b9aa00479bcbd6b41f14402e70fe5655e06f593ebc0ecae0fc4075bf3421f93cb8b5302bc8ca0e542c1a85f25c3fb957bdc79b3c09a3f393119777b687e63'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+
'75bf9e5ad238a862dfc2638101fb74101227d88958a5f0fdf1ced3833e403f91b6a5908dfb97c5172f75748737212bf87d05b7d39bbe90ed5d3a6c248c1c1ab6'
+
'18f4a31935d0626c26d1be1942b715128cf3edcb114f672af16e4a145d8ac693e1afc7d59094cae3702e47e4c6c4cb4a62a009bafcbec500e69120a2dd400a2a'
+
'8afffb8caafdaa7a39991a4e694efc5133af1dc201ae07f3dc3989dbabb983339941011ffdd1f97c63033c94a02a3a7a6eb3722001aa3e7155c16f6743aec4c8'
+

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

2020-09-27 Thread Kpcyrd via arch-commits
Date: Monday, September 28, 2020 @ 01:45:32
  Author: kpcyrd
Revision: 712793

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   78 +--
 yggdrasil.sysusers |4 +-
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-28 01:45:17 UTC (rev 712792)
+++ PKGBUILD2020-09-28 01:45:32 UTC (rev 712793)
@@ -1,39 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Knut Ahlers 
-
-pkgname=yggdrasil
-pkgver=0.3.14
-pkgrel=3
-pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay 
network"
-arch=('x86_64')
-url="https://github.com/yggdrasil-network/yggdrasil-go;
-license=('LGPL3')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/yggdrasil-network/yggdrasil-go/archive/v${pkgver}.tar.gz;
-'yggdrasil.sysusers')
-sha512sums=('3c3e92c7d49a08d2390a5d7226387c83b5575d55ae90b1209a103b50659ae60d978e39ee9247f548efe90228c3ce544b17bb205f9dcbc7f67262beaf9b7c38bf'
-
'b78d1f5efeeba184588ba7bdb2249d976aec160daa59742e032983da1aedad062d15c7c97cba3eba69412a0f7904ee123d98b58f859892d71188c25624295c32')
-b2sums=('edd94cfea96627343a07cea24f0ed984b7122077ccc48570c28f59534f8b2eeddfb2cf7621adb80a6aebf4f05bafcd0ef1509bcd872ded073a65b67a40c3d797'
-
'3cf5bfb3c09908f841b39f7206bb472e50e60f10d1b87ab6def97a7212e27627f1e795bbaffd964d2d27a80fbbd1a3be63d63c59793ec1967c02f48b8462c08b')
-
-build() {
-  cd "${pkgname}-go-${pkgver}"
-  PKGNAME="${pkgname}" PKGVER="${pkgver}" \
-CGO_LDFLAGS="${LDFLAGS}" \
-GOFLAGS="-trimpath -buildmode=pie -mod=readonly" \
-./build
-}
-
-package() {
-  cd "${pkgname}-go-${pkgver}"
-  install -Dm755 "yggdrasil" "${pkgdir}/usr/bin/yggdrasil"
-  install -Dm755 "yggdrasilctl" "${pkgdir}/usr/bin/yggdrasilctl"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 -t "${pkgdir}/usr/lib/systemd/system" \
-contrib/systemd/yggdrasil.service \
-contrib/systemd/yggdrasil-default-config.service
-  install -Dm644 "${srcdir}/yggdrasil.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/yggdrasil.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yggdrasil/repos/community-x86_64/PKGBUILD (from rev 712792, 
yggdrasil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-28 01:45:32 UTC (rev 712793)
@@ -0,0 +1,39 @@
+# Maintainer: kpcyrd 
+# Contributor: Knut Ahlers 
+
+pkgname=yggdrasil
+pkgver=0.3.15
+pkgrel=1
+pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay 
network"
+arch=('x86_64')
+url="https://github.com/yggdrasil-network/yggdrasil-go;
+license=('LGPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/yggdrasil-network/yggdrasil-go/archive/v${pkgver}.tar.gz;
+'yggdrasil.sysusers')
+sha512sums=('1b59fecfa210a3d8d41776e4cb4b5399121e820389a64f4f1df893a9c537b67b1a26ca68c735fcae3208f24163ac809fa278f2ee2a1102c88145fdb6ac4c9db4'
+
'b78d1f5efeeba184588ba7bdb2249d976aec160daa59742e032983da1aedad062d15c7c97cba3eba69412a0f7904ee123d98b58f859892d71188c25624295c32')
+b2sums=('8375a6f731ec175b98d68155c1cabb3af7bc3dd6efee93701bd74acbc5ef2a6a724284abb99792ecb65e423b66a47d6f291f19f287e220435000115689b3fcd7'
+
'3cf5bfb3c09908f841b39f7206bb472e50e60f10d1b87ab6def97a7212e27627f1e795bbaffd964d2d27a80fbbd1a3be63d63c59793ec1967c02f48b8462c08b')
+
+build() {
+  cd "${pkgname}-go-${pkgver}"
+  PKGNAME="${pkgname}" PKGVER="${pkgver}" \
+CGO_LDFLAGS="${LDFLAGS}" \
+GOFLAGS="-trimpath -buildmode=pie -mod=readonly" \
+./build -l "-linkmode external -extldflags \"${LDFLAGS}\""
+}
+
+package() {
+  cd "${pkgname}-go-${pkgver}"
+  install -Dm755 "yggdrasil" "${pkgdir}/usr/bin/yggdrasil"
+  install -Dm755 "yggdrasilctl" "${pkgdir}/usr/bin/yggdrasilctl"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 -t "${pkgdir}/usr/lib/systemd/system" \
+contrib/systemd/yggdrasil.service \
+contrib/systemd/yggdrasil-default-config.service
+  install -Dm644 "${srcdir}/yggdrasil.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/yggdrasil.conf"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: yggdrasil.sysusers
===
--- yggdrasil.sysusers  2020-09-28 01:45:17 UTC (rev 712792)
+++ yggdrasil.sysusers  2020-09-28 01:45:32 UTC (rev 712793)
@@ -1,2 +0,0 @@
-#Type Name  ID  GECOS Home directory Shell
-g yggdrasil - 

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

2020-09-27 Thread Kpcyrd via arch-commits
Date: Monday, September 28, 2020 @ 01:45:17
  Author: kpcyrd
Revision: 712792

upgpkg: yggdrasil 0.3.15-1

Modified:
  yggdrasil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-28 00:43:44 UTC (rev 712791)
+++ PKGBUILD2020-09-28 01:45:17 UTC (rev 712792)
@@ -2,8 +2,8 @@
 # Contributor: Knut Ahlers 
 
 pkgname=yggdrasil
-pkgver=0.3.14
-pkgrel=3
+pkgver=0.3.15
+pkgrel=1
 pkgdesc="An experiment in scalable routing as an encrypted IPv6 overlay 
network"
 arch=('x86_64')
 url="https://github.com/yggdrasil-network/yggdrasil-go;
@@ -12,9 +12,9 @@
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/yggdrasil-network/yggdrasil-go/archive/v${pkgver}.tar.gz;
 'yggdrasil.sysusers')
-sha512sums=('3c3e92c7d49a08d2390a5d7226387c83b5575d55ae90b1209a103b50659ae60d978e39ee9247f548efe90228c3ce544b17bb205f9dcbc7f67262beaf9b7c38bf'
+sha512sums=('1b59fecfa210a3d8d41776e4cb4b5399121e820389a64f4f1df893a9c537b67b1a26ca68c735fcae3208f24163ac809fa278f2ee2a1102c88145fdb6ac4c9db4'
 
'b78d1f5efeeba184588ba7bdb2249d976aec160daa59742e032983da1aedad062d15c7c97cba3eba69412a0f7904ee123d98b58f859892d71188c25624295c32')
-b2sums=('edd94cfea96627343a07cea24f0ed984b7122077ccc48570c28f59534f8b2eeddfb2cf7621adb80a6aebf4f05bafcd0ef1509bcd872ded073a65b67a40c3d797'
+b2sums=('8375a6f731ec175b98d68155c1cabb3af7bc3dd6efee93701bd74acbc5ef2a6a724284abb99792ecb65e423b66a47d6f291f19f287e220435000115689b3fcd7'
 
'3cf5bfb3c09908f841b39f7206bb472e50e60f10d1b87ab6def97a7212e27627f1e795bbaffd964d2d27a80fbbd1a3be63d63c59793ec1967c02f48b8462c08b')
 
 build() {
@@ -22,7 +22,7 @@
   PKGNAME="${pkgname}" PKGVER="${pkgver}" \
 CGO_LDFLAGS="${LDFLAGS}" \
 GOFLAGS="-trimpath -buildmode=pie -mod=readonly" \
-./build
+./build -l "-linkmode external -extldflags \"${LDFLAGS}\""
 }
 
 package() {


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

2020-09-27 Thread Anatol Pomozov via arch-commits
Date: Monday, September 28, 2020 @ 01:07:54
  Author: anatolik
Revision: 396930

upgpkg: lua53 5.3.6-1

Modified:
  lua53/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-28 01:04:47 UTC (rev 396929)
+++ PKGBUILD2020-09-28 01:07:54 UTC (rev 396930)
@@ -1,7 +1,7 @@
 # Maintainer: 
 
 pkgname=lua53
-pkgver=5.3.5
+pkgver=5.3.6
 pkgrel=1
 pkgdesc='Powerful lightweight programming language designed for extending 
applications'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 liblua.so.patch
 lua.pc
 LICENSE)
-sha512sums=('4f9516acc4659dfd0a9e911bfa00c0788f0ad9348e5724fe8fb17aac59e9c0060a64378f82be86f8534e49c6c013e7488ad17321bafcc787831d3d67406bd0f4'
+sha512sums=('ccc380d5e114d54504de0bfb0321ca25ec325d6ff1bfee44b11870b660762d1a9bf120490c027a0088128b58bb6b5271bbc648400cab84d2dc22b512c4841681'
 
'38fb153c0a12c2f6e93b728072d7c99f1776b9c25e48a06e3b6757a18fd7040002a935db2079723faa5eff86e50e15870257b1c3e69a9443001ac1d200d3d228'
 
'a3ae5f5c63a27956a2c69464cf966512be7404aef72d49b0b3b17e35999ceed04ec7be12ef19269f4cac908141b98dd5d16df9c238823fe0c1e068212914657a'
 
'7177faeef3d7699748d3523d7884f8037fc04be02a51bd3f0590de6ef074f723f2462a6fcc23c7625a7d8667247d62fa2b41cf94d0a8fd3f0df1e4a1b9ed336f')


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

2020-09-27 Thread Anatol Pomozov via arch-commits
Date: Monday, September 28, 2020 @ 01:08:20
  Author: anatolik
Revision: 396931

archrelease: copy trunk to testing-x86_64

Added:
  lua53/repos/testing-x86_64/
  lua53/repos/testing-x86_64/LICENSE
(from rev 396930, lua53/trunk/LICENSE)
  lua53/repos/testing-x86_64/PKGBUILD
(from rev 396930, lua53/trunk/PKGBUILD)
  lua53/repos/testing-x86_64/liblua.so.patch
(from rev 396930, lua53/trunk/liblua.so.patch)
  lua53/repos/testing-x86_64/lua.pc
(from rev 396930, lua53/trunk/lua.pc)

-+
 LICENSE |   30 
 PKGBUILD|   66 ++
 liblua.so.patch |   60 +
 lua.pc  |   20 
 4 files changed, 176 insertions(+)

Copied: lua53/repos/testing-x86_64/LICENSE (from rev 396930, 
lua53/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2020-09-28 01:08:20 UTC (rev 396931)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2015 Lua.org, PUC-Rio.
+
+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: lua53/repos/testing-x86_64/PKGBUILD (from rev 396930, 
lua53/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-28 01:08:20 UTC (rev 396931)
@@ -0,0 +1,66 @@
+# Maintainer: 
+
+pkgname=lua53
+pkgver=5.3.6
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('x86_64')
+url='https://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+sha512sums=('ccc380d5e114d54504de0bfb0321ca25ec325d6ff1bfee44b11870b660762d1a9bf120490c027a0088128b58bb6b5271bbc648400cab84d2dc22b512c4841681'
+
'38fb153c0a12c2f6e93b728072d7c99f1776b9c25e48a06e3b6757a18fd7040002a935db2079723faa5eff86e50e15870257b1c3e69a9443001ac1d200d3d228'
+
'a3ae5f5c63a27956a2c69464cf966512be7404aef72d49b0b3b17e35999ceed04ec7be12ef19269f4cac908141b98dd5d16df9c238823fe0c1e068212914657a'
+
'7177faeef3d7699748d3523d7884f8037fc04be02a51bd3f0590de6ef074f723f2462a6fcc23c7625a7d8667247d62fa2b41cf94d0a8fd3f0df1e4a1b9ed336f')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed "s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+
+  # Lua 5.3.4 has wrong release version in its Makefile. Fix it.
+  sed "s/^R= \$V.4/R= \$V.5/" -i Makefile
+
+  sed -e 's:llua:llua5.3:' -e 's:/include:/include/lua5.3:' -i lua.pc
+  sed -r -e '/^LUA_(SO|A|T)=/ s/lua/lua5.3/' -e '/^LUAC_T=/ s/luac/luac5.3/' 
-i src/Makefile
+}
+
+build() {
+  cd lua-$pkgver
+
+  make MYCFLAGS="$CFLAGS -fPIC" MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_BIN='lua5.3 luac5.3' \
+TO_LIB="liblua5.3.a liblua5.3.so liblua5.3.so.5.3 liblua5.3.so.$pkgver" \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP="$pkgdir"/usr \
+INSTALL_INC="$pkgdir"/usr/include/lua5.3 \
+INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
+install
+
+  install -Dm644 lua.pc "$pkgdir"/usr/lib/pkgconfig/lua53.pc
+  ln -sf lua53.pc "$pkgdir"/usr/lib/pkgconfig/lua5.3.pc
+  ln -sf lua53.pc "$pkgdir"/usr/lib/pkgconfig/lua-5.3.pc
+
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -m644 

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

2020-09-27 Thread Ivy Foster via arch-commits
Date: Monday, September 28, 2020 @ 00:43:44
  Author: escondida
Revision: 712791

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 712790, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 712790, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  136 ++-
 stone-soup.install |   22 
 2 files changed, 72 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-28 00:25:40 UTC (rev 712790)
+++ PKGBUILD2020-09-28 00:43:44 UTC (rev 712791)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.24.0
-_majorver=0.24
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='https://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('49b1424ec0713e117c84085541a84071')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 712790, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-28 00:43:44 UTC (rev 712791)
@@ -0,0 +1,61 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.25.1
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='https://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
+makedepends=('bison' 'flex' 'gendesk' 'mesa' 'pngcrush')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=(custom GPL2)
+install=stone-soup.install
+source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz;)
+md5sums=(067f38e90dface242726e4b1572f1762)
+
+package() {
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+ TILES=y \
+ EXTERNAL_LDFLAGS=$LDFLAGS \
+ prefix=/usr \
+ bin_prefix=bin \
+ install
+
+# rename tiles executable to avoid clashing with console crawl
+
+mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
+
+# then build and install console version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ 

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

2020-09-27 Thread Daniel M. Capella via arch-commits
Date: Monday, September 28, 2020 @ 00:25:21
  Author: polyzen
Revision: 712789

upgpkg: firefox-tridactyl 1.20.2-1

Modified:
  firefox-tridactyl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-28 00:11:47 UTC (rev 712788)
+++ PKGBUILD2020-09-28 00:25:21 UTC (rev 712789)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-tridactyl
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="Replace Firefox's control mechanism with one modelled on Vim"
 url=https://github.com/tridactyl/tridactyl


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

2020-09-27 Thread Daniel M. Capella via arch-commits
Date: Monday, September 28, 2020 @ 00:25:40
  Author: polyzen
Revision: 712790

archrelease: copy trunk to community-any

Added:
  firefox-tridactyl/repos/community-any/PKGBUILD
(from rev 712789, firefox-tridactyl/trunk/PKGBUILD)
Deleted:
  firefox-tridactyl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-28 00:25:21 UTC (rev 712789)
+++ PKGBUILD2020-09-28 00:25:40 UTC (rev 712790)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-tridactyl
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Replace Firefox's control mechanism with one modelled on Vim"
-url=https://github.com/tridactyl/tridactyl
-arch=('any')
-license=('Apache')
-groups=('firefox-addons')
-makedepends=('git' 'node-gyp' 'python' 'yarn')
-source=("git+$url.git#tag=$pkgver")
-sha512sums=('SKIP')
-validpgpkeys=('15D03C86837936A0A638AA2D2BB8C36BB504BFF3') # Oliver Blanthorn 

-
-build() {
-  cd tridactyl
-  yarn install --frozen-lockfile --non-interactive
-  scripts/sign nosignstable
-}
-
-package() {
-  install -Dm644 tridactyl/web-ext-artifacts/tridactyl-$pkgver.xpi 
"$pkgdir"/usr/lib/firefox/browser/extensions/tridactyl@cmcaine.co.uk.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tridactyl/repos/community-any/PKGBUILD (from rev 712789, 
firefox-tridactyl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-28 00:25:40 UTC (rev 712790)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-tridactyl
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="Replace Firefox's control mechanism with one modelled on Vim"
+url=https://github.com/tridactyl/tridactyl
+arch=('any')
+license=('Apache')
+groups=('firefox-addons')
+makedepends=('git' 'node-gyp' 'python' 'yarn')
+source=("git+$url.git#tag=$pkgver")
+sha512sums=('SKIP')
+validpgpkeys=('15D03C86837936A0A638AA2D2BB8C36BB504BFF3') # Oliver Blanthorn 

+
+build() {
+  cd tridactyl
+  yarn install --frozen-lockfile --non-interactive
+  scripts/sign nosignstable
+}
+
+package() {
+  install -Dm644 tridactyl/web-ext-artifacts/tridactyl-$pkgver.xpi 
"$pkgdir"/usr/lib/firefox/browser/extensions/tridactyl@cmcaine.co.uk.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-09-27 Thread Jiachen Yang via arch-commits
Date: Monday, September 28, 2020 @ 00:11:47
  Author: farseerfc
Revision: 712788

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   86 +++-
 flameshot.install |   44 +-
 2 files changed, 68 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-28 00:11:07 UTC (rev 712787)
+++ PKGBUILD2020-09-28 00:11:47 UTC (rev 712788)
@@ -1,40 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: xyzzy <628...@gmail.com>
-
-pkgname=flameshot
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="Powerful yet simple to use screenshot software"
-arch=('x86_64')
-url="https://github.com/lupoDharkael/flameshot;
-license=('GPL')
-depends=('qt5-svg' 'hicolor-icon-theme')
-makedepends=('make' 'qt5-tools' 'cmake')
-source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz;
-"pr969.patch::https://github.com/flameshot-org/flameshot/commit/0d5386edd4223dca682c0a50e53f6931af080ee9.patch;
-"pr648.patch::https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111.patch;)
-sha256sums=('92394c469536b264f36e592b51468d9bbe4ea619888bb0090e8a4831c2ce2d7c'
-'c69c5055452e688cd3f2ca8b2d7ba9e3f8985727884f5ee6cba8e1d686e815f2'
-'0f5aeb9cab8540ef0fec2ce71de18aabb7fd8ffeb2b080fab1ff88b88569a22c')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/pr969.patch # 
https://github.com/flameshot-org/flameshot/commit/0d5386edd4223dca682c0a50e53f6931af080ee9
-  patch -Np1 -i ${srcdir}/pr648.patch # 
https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-  
-  # zsh _flameshot completion is provided by zsh-completions so exclude from 
packaging
-  rm -rf ${pkgdir}/usr/share/zsh/
-}

Copied: flameshot/repos/community-x86_64/PKGBUILD (from rev 712787, 
flameshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-28 00:11:47 UTC (rev 712788)
@@ -0,0 +1,46 @@
+# Maintainer: Jiachen YANG 
+# Contributor: xyzzy <628...@gmail.com>
+
+pkgname=flameshot
+pkgver=0.8.1
+pkgrel=3
+pkgdesc="Powerful yet simple to use screenshot software"
+arch=('x86_64')
+url="https://github.com/flameshot-org/flameshot;
+license=('GPL')
+depends=('qt5-svg' 'hicolor-icon-theme')
+makedepends=('make' 'qt5-tools' 'cmake')
+source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+"pr969.patch::https://github.com/flameshot-org/flameshot/commit/0d5386edd4223dca682c0a50e53f6931af080ee9.patch;
+"pr648.patch::https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111.patch;
+"pr982.patch::https://github.com/flameshot-org/flameshot/commit/ac038474c9b3fef9fe777c2d34def563d19e.patch;
+"pr977.patch::https://github.com/flameshot-org/flameshot/commit/f5d581c89f36c705f65f10193902a2382a5bf595.patch;)
+sha256sums=('92394c469536b264f36e592b51468d9bbe4ea619888bb0090e8a4831c2ce2d7c'
+'c69c5055452e688cd3f2ca8b2d7ba9e3f8985727884f5ee6cba8e1d686e815f2'
+'0f5aeb9cab8540ef0fec2ce71de18aabb7fd8ffeb2b080fab1ff88b88569a22c'
+'566760bce2092e05ca1a53baae30d62eed4bdb15282dfbc2675bc0b1f8a845ff'
+'db7c6190cb96289b8397f484df43f83664c09ca55ec1dcec256088865080c1b8')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/pr969.patch # 
https://github.com/flameshot-org/flameshot/commit/0d5386edd4223dca682c0a50e53f6931af080ee9
+  patch -Np1 -i ${srcdir}/pr648.patch # 
https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111
+  patch -Np1 -i ${srcdir}/pr982.patch # 
https://github.com/flameshot-org/flameshot/commit/ac038474c9b3fef9fe777c2d34def563d19e
+  patch -Np1 -i ${srcdir}/pr977.patch # 
https://github.com/flameshot-org/flameshot/commit/f5d581c89f36c705f65f10193902a2382a5bf595
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+  
+  # zsh _flameshot completion is provided by zsh-completions so exclude from 
packaging
+  rm -rf ${pkgdir}/usr/share/zsh/
+}

Deleted: flameshot.install

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

2020-09-27 Thread Jiachen Yang via arch-commits
Date: Monday, September 28, 2020 @ 00:11:07
  Author: farseerfc
Revision: 712787

upgpkg: flameshot 0.8.1-3: flameshot 0.8.1-3 backport PR#982 and PR#977

Modified:
  flameshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 23:56:02 UTC (rev 712786)
+++ PKGBUILD2020-09-28 00:11:07 UTC (rev 712787)
@@ -3,24 +3,30 @@
 
 pkgname=flameshot
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
-url="https://github.com/lupoDharkael/flameshot;
+url="https://github.com/flameshot-org/flameshot;
 license=('GPL')
 depends=('qt5-svg' 'hicolor-icon-theme')
 makedepends=('make' 'qt5-tools' 'cmake')
-source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz;
+source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 
"pr969.patch::https://github.com/flameshot-org/flameshot/commit/0d5386edd4223dca682c0a50e53f6931af080ee9.patch;
-"pr648.patch::https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111.patch;)
+"pr648.patch::https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111.patch;
+"pr982.patch::https://github.com/flameshot-org/flameshot/commit/ac038474c9b3fef9fe777c2d34def563d19e.patch;
+"pr977.patch::https://github.com/flameshot-org/flameshot/commit/f5d581c89f36c705f65f10193902a2382a5bf595.patch;)
 sha256sums=('92394c469536b264f36e592b51468d9bbe4ea619888bb0090e8a4831c2ce2d7c'
 'c69c5055452e688cd3f2ca8b2d7ba9e3f8985727884f5ee6cba8e1d686e815f2'
-'0f5aeb9cab8540ef0fec2ce71de18aabb7fd8ffeb2b080fab1ff88b88569a22c')
+'0f5aeb9cab8540ef0fec2ce71de18aabb7fd8ffeb2b080fab1ff88b88569a22c'
+'566760bce2092e05ca1a53baae30d62eed4bdb15282dfbc2675bc0b1f8a845ff'
+'db7c6190cb96289b8397f484df43f83664c09ca55ec1dcec256088865080c1b8')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i ${srcdir}/pr969.patch # 
https://github.com/flameshot-org/flameshot/commit/0d5386edd4223dca682c0a50e53f6931af080ee9
   patch -Np1 -i ${srcdir}/pr648.patch # 
https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111
+  patch -Np1 -i ${srcdir}/pr982.patch # 
https://github.com/flameshot-org/flameshot/commit/ac038474c9b3fef9fe777c2d34def563d19e
+  patch -Np1 -i ${srcdir}/pr977.patch # 
https://github.com/flameshot-org/flameshot/commit/f5d581c89f36c705f65f10193902a2382a5bf595
 }
 
 build() {


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 23:56:47
  Author: heftig
Revision: 396927

0.3.12-2: tracker3

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 23:31:30 UTC (rev 396926)
+++ PKGBUILD2020-09-27 23:56:47 UTC (rev 396927)
@@ -2,18 +2,18 @@
 
 pkgname=grilo-plugins
 pkgver=0.3.12
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A collection of plugins for the Grilo framework"
 url="https://gitlab.gnome.org/GNOME/grilo-plugins;
 arch=(x86_64)
 license=(LGPL)
-depends=(grilo lua libmediaart libgdata tracker gom libdmapsharing chromaprint
+depends=(grilo lua libmediaart libgdata tracker3 gom libdmapsharing chromaprint
  gst-plugins-bad gmime3)
 makedepends=(git meson gperf yelp-tools)
-checkdepends=(gst-plugins-good gst-plugins-base)
+checkdepends=(gst-plugins-good gst-plugins-base python-gobject tracker3-miners)
 optdepends=('dleyna-server: DLNA plugin'
-'tracker-miners: Tracker plugin')
+'tracker3-miners: Tracker plugin')
 groups=(gnome)
 _commit=2e8a97e73aed257ef3cbb09340d22478c4cd25e2  # tags/grilo-plugins-0.3.12^0
 source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit;)
@@ -34,7 +34,7 @@
 }
 
 check() {
-  meson test -C build --print-errorlogs
+  dbus-run-session meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in grilo-plugins/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 23:56:58
  Author: heftig
Revision: 396928

archrelease: copy trunk to staging-x86_64

Added:
  grilo-plugins/repos/staging-x86_64/
  grilo-plugins/repos/staging-x86_64/PKGBUILD
(from rev 396927, grilo-plugins/trunk/PKGBUILD)

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

Copied: grilo-plugins/repos/staging-x86_64/PKGBUILD (from rev 396927, 
grilo-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-09-27 23:56:58 UTC (rev 396928)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.3.12
+pkgrel=2
+epoch=1
+pkgdesc="A collection of plugins for the Grilo framework"
+url="https://gitlab.gnome.org/GNOME/grilo-plugins;
+arch=(x86_64)
+license=(LGPL)
+depends=(grilo lua libmediaart libgdata tracker3 gom libdmapsharing chromaprint
+ gst-plugins-bad gmime3)
+makedepends=(git meson gperf yelp-tools)
+checkdepends=(gst-plugins-good gst-plugins-base python-gobject tracker3-miners)
+optdepends=('dleyna-server: DLNA plugin'
+'tracker3-miners: Tracker plugin')
+groups=(gnome)
+_commit=2e8a97e73aed257ef3cbb09340d22478c4cd25e2  # tags/grilo-plugins-0.3.12^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libgr{ilo,lnet,lpls}-0.3.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-27 Thread Ivy Foster via arch-commits
Date: Sunday, September 27, 2020 @ 23:56:02
  Author: escondida
Revision: 712786

update to 0.25.1; remove some no-longer-necessary workarounds

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:51:17 UTC (rev 712785)
+++ PKGBUILD2020-09-27 23:56:02 UTC (rev 712786)
@@ -1,42 +1,26 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.24.0
-_majorver=0.24
+pkgver=0.25.1
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('x86_64')
 url='https://crawl.develz.org/'
 depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
+makedepends=('bison' 'flex' 'gendesk' 'mesa' 'pngcrush')
 conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
+license=(custom GPL2)
 install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz;)
+md5sums=(067f38e90dface242726e4b1572f1762)
 
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
 package() {
-cd "$srcdir"
 gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
 --exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
 
 cd "stone_soup-${pkgver}/source"
 
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
 sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
 
 # first build and install tiles version
 
@@ -43,8 +27,10 @@
 make DESTDIR="${pkgdir}" \
  SAVEDIR="~/.crawl/" \
  DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
  TILES=y \
+ EXTERNAL_LDFLAGS=$LDFLAGS \
+ prefix=/usr \
+ bin_prefix=bin \
  install
 
 # rename tiles executable to avoid clashing with console crawl
@@ -56,7 +42,9 @@
 make DESTDIR="${pkgdir}" \
  SAVEDIR="~/.crawl/" \
  DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
+ EXTERNAL_LDFLAGS=$LDFLAGS \
+ prefix=/usr \
+ bin_prefix=bin \
  install
 
 # install crawl license
@@ -70,6 +58,4 @@
 "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
 install -D -m644 "${srcdir}/${pkgname}.desktop" \
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
 }
-md5sums=('49b1424ec0713e117c84085541a84071')


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 23:03:08
  Author: heftig
Revision: 396869

archrelease: copy trunk to testing-x86_64

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

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

Copied: ghostscript/repos/testing-x86_64/PKGBUILD (from rev 396868, 
ghostscript/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-27 23:03:08 UTC (rev 396869)
@@ -0,0 +1,103 @@
+# Maintainer: AndyRTR 
+
+pkgbase=ghostscript
+pkgname=(ghostscript ghostxps ghostpcl)
+pkgver=9.53.2
+pkgrel=2
+pkgdesc="An interpreter for the PostScript language"
+url="https://www.ghostscript.com/;
+arch=('x86_64')
+license=('AGPL3' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
+ 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
+makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz)
+sha512sums=('292d585938a9b15498941ea663630b3e9dccb4e31e9750e007d69500bdaa74e00ca48c2e48c8b429a68f293a2f84f9ef802406b0928b8d16361ad986a9378eb8')
+
+
+### update jbig2dec first! ###
+
+prepare() {
+  cd ghostpdl-${pkgver}
+
+  # force it to use system-libs
+  rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
+  # using tree freetype because of https://bugs.archlinux.org/task/56849
+  # lcms2mt is the new lcms2 fork aimed to replace lcms2 in a thread safe way
+  
+  # 
http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=40dc5b409c6262b18b4bf5386b5482ead4c511e3
+  # libs link unwanted to libgpdl that isn't installed
+  rm -rf gpdl
+}
+
+build() {
+  cd ghostpdl-${pkgver}
+  ./configure --prefix=/usr \
+  --enable-dynamic \
+  --with-ijs \
+  --with-jbig2dec \
+  --with-x \
+  --with-drivers=ALL \
+  --with-fontpath=/usr/share/fonts/gsfonts \
+  --enable-fontconfig \
+  --enable-freetype \
+  --enable-openjpeg \
+  --without-luratech \
+  --with-system-libtiff \
+  --with-libpaper \
+  --disable-compile-inits #--help # needed for linking with 
system-zlib
+
+  make so-only
+}
+
+package_ghostscript() {
+  optdepends=('texlive-core:  needed for dvipdf'
+  'gtk3:  needed for gsx')
+
+  cd ghostpdl-${pkgver}
+
+  make DESTDIR="${pkgdir}" \
+   CUPSSERVERROOT="${pkgdir}$(cups-config --serverroot)" \
+   CUPSSERVERBIN="${pkgdir}$(cups-config --serverbin)" \
+   soinstall
+  ln -s gsc "${pkgdir}"/usr/bin/gs
+
+  # remove useless broken doc/ symlink - FS#59507
+  rm -f "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc
+
+  # remove unwanted localized manpages
+  rm -r "${pkgdir}"/usr/share/man/de
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}
+
+package_ghostxps() {
+  pkgdesc="${pkgdesc/PostScript/XPS document}"
+  depends=("ghostscript=${pkgver}-${pkgrel}")
+
+  cd ghostpdl-${pkgver}
+
+  install -Dt "${pkgdir}"/usr/bin sobin/gxpsc
+  ln -s gxpsc "${pkgdir}"/usr/bin/gxps
+
+  install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver%.*}
+  ln -s libgxps.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%%.*}
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}
+
+package_ghostpcl() {
+  pkgdesc="${pkgdesc/PostScript/PCL 6}"
+  depends=("ghostscript=${pkgver}-${pkgrel}")
+
+  cd ghostpdl-${pkgver}
+
+  install -Dt "${pkgdir}"/usr/bin sobin/gpcl6c
+  ln -sf gpcl6c "${pkgdir}"/usr/bin/gpcl6
+
+  install -Dt "${pkgdir}"/usr/lib sobin/libgpcl6.so.${pkgver%.*}
+  ln -s libgpcl6.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgpcl6.so.${pkgver%%.*}
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 23:01:31
  Author: heftig
Revision: 396868

9.53.2-2: FS#68017 fix solinks

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:45:18 UTC (rev 396867)
+++ PKGBUILD2020-09-27 23:01:31 UTC (rev 396868)
@@ -3,7 +3,7 @@
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
 pkgver=9.53.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/;
 arch=('x86_64')
@@ -82,7 +82,7 @@
   ln -s gxpsc "${pkgdir}"/usr/bin/gxps
 
   install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver%.*}
-  ln -s libgxps.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%rc*}
+  ln -s libgxps.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%%.*}
 
   install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
 }
@@ -97,7 +97,7 @@
   ln -sf gpcl6c "${pkgdir}"/usr/bin/gpcl6
 
   install -Dt "${pkgdir}"/usr/lib sobin/libgpcl6.so.${pkgver%.*}
-  ln -s libgpcl6.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgpcl6.so.${pkgver%rc*}
+  ln -s libgpcl6.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgpcl6.so.${pkgver%%.*}
 
   install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
 }


[arch-commits] Commit in (libupnp1.12)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:51:17
  Author: heftig
Revision: 712785

not used, apparently

Deleted:
  libupnp1.12/


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:39:01
  Author: heftig
Revision: 396859

3.38.0-1

Modified:
  accerciser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:38:37 UTC (rev 396858)
+++ PKGBUILD2020-09-27 22:39:01 UTC (rev 396859)
@@ -4,7 +4,7 @@
 # Contributor: Giulio Bai 
 
 pkgname=accerciser
-pkgver=3.36.3
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
 arch=(any)
@@ -13,7 +13,7 @@
 depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
 makedepends=(appstream-glib yelp-tools git)
 groups=(gnome-extra)
-_commit=20cb74e7dae344789c326ea0cd818fe5c322031f  # tags/3.36.3^0
+_commit=d7f921335d930e0a0aa4d3fb5d1e25bc43b255d5  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:39:11
  Author: heftig
Revision: 396860

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gedit-plugins/repos/gnome-unstable-x86_64/
  gedit-plugins/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396859, gedit-plugins/trunk/PKGBUILD)

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

Copied: gedit-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396859, 
gedit-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-09-27 22:39:11 UTC (rev 396860)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Sergej Chodarev 
+# Contributor: zhuqin 
+
+pkgname=gedit-plugins
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Collection of plugins for the gedit Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
+arch=(x86_64)
+license=(GPL)
+depends=(gedit python-dbus python-cairo)
+makedepends=(vte3 libgit2-glib gucharmap gobject-introspection vala yelp-tools
+ appstream-glib git meson)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin')
+_commit=ff08d2a02a6a1084a37ed736d7bf0328ebd9df31  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  python -m compileall -d /usr "$pkgdir/usr"
+  python -O -m compileall -d /usr "$pkgdir/usr"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:39:12
  Author: heftig
Revision: 396861

archrelease: copy trunk to extra-any

Added:
  accerciser/repos/extra-any/PKGBUILD
(from rev 396859, accerciser/trunk/PKGBUILD)
Deleted:
  accerciser/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:39:11 UTC (rev 396860)
+++ PKGBUILD2020-09-27 22:39:12 UTC (rev 396861)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Steve Holmes 
-# Contributor: Giulio Bai 
-
-pkgname=accerciser
-pkgver=3.36.3
-pkgrel=1
-pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
-arch=(any)
-url="https://wiki.gnome.org/Apps/Accerciser;
-license=(BSD)
-depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
-makedepends=(appstream-glib yelp-tools git)
-groups=(gnome-extra)
-_commit=20cb74e7dae344789c326ea0cd818fe5c322031f  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}

Copied: accerciser/repos/extra-any/PKGBUILD (from rev 396859, 
accerciser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:39:12 UTC (rev 396861)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Steve Holmes 
+# Contributor: Giulio Bai 
+
+pkgname=accerciser
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
+arch=(any)
+url="https://wiki.gnome.org/Apps/Accerciser;
+license=(BSD)
+depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
+makedepends=(appstream-glib yelp-tools git)
+groups=(gnome-extra)
+_commit=d7f921335d930e0a0aa4d3fb5d1e25bc43b255d5  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:38:37
  Author: heftig
Revision: 396858

3.38.0-1

Modified:
  gedit-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:36:45 UTC (rev 396857)
+++ PKGBUILD2020-09-27 22:38:37 UTC (rev 396858)
@@ -1,4 +1,4 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 # Contributor: Alexander Rødseth 
 # Contributor: Hugo Doria 
@@ -6,7 +6,7 @@
 # Contributor: zhuqin 
 
 pkgname=gedit-plugins
-pkgver=3.36.2
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Collection of plugins for the gedit Text Editor"
 url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
@@ -18,7 +18,7 @@
 optdepends=('gucharmap: for charmap plugin'
 'vte3: for embedded terminal'
 'libgit2-glib: for git plugin')
-_commit=690fb67266b18f316a7a20375f87a8c52eed0e10  # tags/3.36.2^0
+_commit=ff08d2a02a6a1084a37ed736d7bf0328ebd9df31  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
 sha512sums=('SKIP')
 
@@ -33,7 +33,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in sound-juicer/repos/extra-x86_64 (3 files)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:36:45
  Author: heftig
Revision: 396857

archrelease: copy trunk to extra-x86_64

Added:
  sound-juicer/repos/extra-x86_64/PKGBUILD
(from rev 396854, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-x86_64/fix-docdir.diff
(from rev 396854, sound-juicer/trunk/fix-docdir.diff)
Deleted:
  sound-juicer/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   80 +++---
 fix-docdir.diff |   13 
 2 files changed, 54 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:36:44 UTC (rev 396856)
+++ PKGBUILD2020-09-27 22:36:45 UTC (rev 396857)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=sound-juicer
-pkgver=3.24.0+2+gb8380d2d
-pkgrel=3
-pkgdesc="A lean and friendly audio CD extractor for GNOME"
-url="https://wiki.gnome.org/Apps/SoundJuicer;
-arch=(x86_64)
-license=(GPL)
-depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero iso-codes)
-makedepends=(intltool itstool gnome-common appstream-glib git)
-_commit=b8380d2da3b799560d5703ae8159a492877cd411  # master
-source=("git+https://git.gnome.org/browse/sound-juicer#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i "/^AM_GNU_GETTEXT_VERSION.*/a 
AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])" configure.ac  
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: sound-juicer/repos/extra-x86_64/PKGBUILD (from rev 396854, 
sound-juicer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:36:45 UTC (rev 396857)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=sound-juicer
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="A lean and friendly audio CD extractor for GNOME"
+url="https://wiki.gnome.org/Apps/SoundJuicer;
+arch=(x86_64)
+license=(GPL)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero iso-codes)
+makedepends=(itstool appstream-glib git meson)
+_commit=97c62e1a97821ea7bd0fb361fdf5d3ab59463a38  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/sound-juicer.git#commit=$_commit;
+fix-docdir.diff)
+sha256sums=('SKIP'
+'f6b11f7bec2cdc602d3ec87b630628d9e5f17d4397932442d27b757dee13cf4c')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git apply -3 ../fix-docdir.diff
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: sound-juicer/repos/extra-x86_64/fix-docdir.diff (from rev 396854, 
sound-juicer/trunk/fix-docdir.diff)
===
--- fix-docdir.diff (rev 0)
+++ fix-docdir.diff 2020-09-27 22:36:45 UTC (rev 396857)
@@ -0,0 +1,13 @@
+diff --git i/meson.build w/meson.build
+index 5885b9f4..771adf17 100644
+--- i/meson.build
 w/meson.build
+@@ -7,7 +7,7 @@ sound_juicer_libdir = join_paths(sound_juicer_prefix, 
get_option('libdir'))
+ sound_juicer_libexecdir = join_paths(sound_juicer_prefix, 
get_option('libexecdir'))
+ sound_juicer_localedir = join_paths(sound_juicer_prefix, 
get_option('localedir'))
+ 
+-sound_juicer_docdir = join_paths(sound_juicer_prefix, 'doc', 
meson.project_name())
++sound_juicer_docdir = join_paths(sound_juicer_datadir, 'doc', 
meson.project_name())
+ 
+ gnome = import('gnome')
+ i18n = import('i18n')


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:36:44
  Author: heftig
Revision: 396856

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-builder/repos/gnome-unstable-x86_64/
  gnome-builder/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396854, gnome-builder/trunk/PKGBUILD)

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

Copied: gnome-builder/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396854, 
gnome-builder/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-09-27 22:36:44 UTC (rev 396856)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang
+ desktop-file-utils ctags libpeas vte3 vala python-jedi 
autoconf-archive
+ flatpak-builder gspell libdazzle template-glib jsonrpc-glib
+ python-sphinx webkit2gtk glade python-lxml meson libportal)
+makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
+ python-sphinx_rtd_theme)
+checkdepends=(xorg-server-xvfb)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=a891fe37c22248c6594a5772d127ed7ba62c5a1c  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D plugin_sysprof=false \
+-D help=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libgladeui-2.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:36:44
  Author: heftig
Revision: 396855

archrelease: copy trunk to extra-x86_64

Added:
  quadrapassel/repos/extra-x86_64/PKGBUILD
(from rev 396854, quadrapassel/trunk/PKGBUILD)
Deleted:
  quadrapassel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:36:25 UTC (rev 396854)
+++ PKGBUILD2020-09-27 22:36:44 UTC (rev 396855)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=quadrapassel
-pkgver=3.36.05
-pkgrel=1
-pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
-url="https://wiki.gnome.org/Apps/Quadrapassel;
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk gsound librsvg libmanette)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
-groups=(gnome-extra)
-_commit=dc1445df0eef8e1608dc2995e25ac9188f8f47f4  # tags/v3.36.05^0
-source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: quadrapassel/repos/extra-x86_64/PKGBUILD (from rev 396854, 
quadrapassel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:36:44 UTC (rev 396855)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=quadrapassel
+pkgver=3.38
+pkgrel=1
+pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
+url="https://wiki.gnome.org/Apps/Quadrapassel;
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk gsound librsvg libmanette)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
+groups=(gnome-extra)
+_commit=a88fcd566a5b077d5d7414505d3fc53005103767  # tags/v3.38^0
+source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in sound-juicer/trunk (PKGBUILD fix-docdir.diff)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:36:25
  Author: heftig
Revision: 396854

3.38.0-1

Added:
  sound-juicer/trunk/fix-docdir.diff
Modified:
  sound-juicer/trunk/PKGBUILD

-+
 PKGBUILD|   32 +---
 fix-docdir.diff |   13 +
 2 files changed, 30 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:35:11 UTC (rev 396853)
+++ PKGBUILD2020-09-27 22:36:25 UTC (rev 396854)
@@ -1,19 +1,21 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 # Contributor: Ben 
 
 pkgname=sound-juicer
-pkgver=3.24.0+2+gb8380d2d
-pkgrel=3
+pkgver=3.38.0
+pkgrel=1
 pkgdesc="A lean and friendly audio CD extractor for GNOME"
 url="https://wiki.gnome.org/Apps/SoundJuicer;
 arch=(x86_64)
 license=(GPL)
 depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero iso-codes)
-makedepends=(intltool itstool gnome-common appstream-glib git)
-_commit=b8380d2da3b799560d5703ae8159a492877cd411  # master
-source=("git+https://git.gnome.org/browse/sound-juicer#commit=$_commit;)
-sha256sums=('SKIP')
+makedepends=(itstool appstream-glib git meson)
+_commit=97c62e1a97821ea7bd0fb361fdf5d3ab59463a38  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/sound-juicer.git#commit=$_commit;
+fix-docdir.diff)
+sha256sums=('SKIP'
+'f6b11f7bec2cdc602d3ec87b630628d9e5f17d4397932442d27b757dee13cf4c')
 
 pkgver() {
   cd $pkgname
@@ -22,18 +24,18 @@
 
 prepare() {
   cd $pkgname
-  sed -i "/^AM_GNU_GETTEXT_VERSION.*/a 
AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])" configure.ac  
-  NOCONFIGURE=1 ./autogen.sh
+  git apply -3 ../fix-docdir.diff
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-compile-warnings=minimum
-  make
+  arch-meson $pkgname build
+  meson compile -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="$pkgdir" meson install -C build
 }

Added: fix-docdir.diff
===
--- fix-docdir.diff (rev 0)
+++ fix-docdir.diff 2020-09-27 22:36:25 UTC (rev 396854)
@@ -0,0 +1,13 @@
+diff --git i/meson.build w/meson.build
+index 5885b9f4..771adf17 100644
+--- i/meson.build
 w/meson.build
+@@ -7,7 +7,7 @@ sound_juicer_libdir = join_paths(sound_juicer_prefix, 
get_option('libdir'))
+ sound_juicer_libexecdir = join_paths(sound_juicer_prefix, 
get_option('libexecdir'))
+ sound_juicer_localedir = join_paths(sound_juicer_prefix, 
get_option('localedir'))
+ 
+-sound_juicer_docdir = join_paths(sound_juicer_prefix, 'doc', 
meson.project_name())
++sound_juicer_docdir = join_paths(sound_juicer_datadir, 'doc', 
meson.project_name())
+ 
+ gnome = import('gnome')
+ i18n = import('i18n')


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:35:11
  Author: heftig
Revision: 396853

3.38.0-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:31:13 UTC (rev 396852)
+++ PKGBUILD2020-09-27 22:35:11 UTC (rev 396853)
@@ -1,21 +1,22 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.36.1
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(x86_64)
 license=(GPL3)
-depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils ctags
- libpeas vte3 vala python-jedi autoconf-archive sysprof 
flatpak-builder gspell libdazzle
- template-glib jsonrpc-glib python-sphinx webkit2gtk glade python-lxml 
meson libportal)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang
+ desktop-file-utils ctags libpeas vte3 vala python-jedi 
autoconf-archive
+ flatpak-builder gspell libdazzle template-glib jsonrpc-glib
+ python-sphinx webkit2gtk glade python-lxml meson libportal)
 makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
  python-sphinx_rtd_theme)
 checkdepends=(xorg-server-xvfb)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=186dd914e9c6e600778e438f982aad49743e8863  # tags/3.36.1^0
+_commit=a891fe37c22248c6594a5772d127ed7ba62c5a1c  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -31,6 +32,7 @@
 build() {
   arch-meson $pkgname build \
 -D docs=true \
+-D plugin_sysprof=false \
 -D help=true
   meson compile -C build
 }


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:31:13
  Author: heftig
Revision: 396852

3.38-1

Modified:
  quadrapassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:25:15 UTC (rev 396851)
+++ PKGBUILD2020-09-27 22:31:13 UTC (rev 396852)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=quadrapassel
-pkgver=3.36.05
+pkgver=3.38
 pkgrel=1
 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
 url="https://wiki.gnome.org/Apps/Quadrapassel;
@@ -11,7 +11,7 @@
 depends=(clutter-gtk gsound librsvg libmanette)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
 groups=(gnome-extra)
-_commit=dc1445df0eef8e1608dc2995e25ac9188f8f47f4  # tags/v3.36.05^0
+_commit=a88fcd566a5b077d5d7414505d3fc53005103767  # tags/v3.38^0
 source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-devel-docs/repos (2 files)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:25:14
  Author: heftig
Revision: 396850

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-devel-docs/repos/gnome-unstable-any/
  gnome-devel-docs/repos/gnome-unstable-any/PKGBUILD
(from rev 396849, gnome-devel-docs/trunk/PKGBUILD)

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

Copied: gnome-devel-docs/repos/gnome-unstable-any/PKGBUILD (from rev 396849, 
gnome-devel-docs/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2020-09-27 22:25:14 UTC (rev 396850)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-devel-docs
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Developer documentation for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-devel-docs;
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git)
+groups=(gnome-extra)
+_commit=82382c77cc15132344648651b0742292bcbbd50a  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-user-docs/repos (2 files)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:25:15
  Author: heftig
Revision: 396851

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-user-docs/repos/gnome-unstable-any/
  gnome-user-docs/repos/gnome-unstable-any/PKGBUILD
(from rev 396849, gnome-user-docs/trunk/PKGBUILD)

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

Copied: gnome-user-docs/repos/gnome-unstable-any/PKGBUILD (from rev 396849, 
gnome-user-docs/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2020-09-27 22:25:15 UTC (rev 396851)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-user-docs;
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git)
+groups=(gnome)
+_commit=294c6def8955a76054d709a78cacd36baa7f0247  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:24:32
  Author: heftig
Revision: 396849

3.38.0-1

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:21:54 UTC (rev 396848)
+++ PKGBUILD2020-09-27 22:24:32 UTC (rev 396849)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=3.36.6
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-user-docs;
@@ -11,7 +11,7 @@
 depends=(yelp)
 makedepends=(yelp-tools git)
 groups=(gnome)
-_commit=c00ce7aa957a479a95f03f2e2fba1cb468dde086  # tags/3.36.6^0
+_commit=294c6def8955a76054d709a78cacd36baa7f0247  # tags/3.38.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:21:54
  Author: heftig
Revision: 396848

3.38.0-1

Modified:
  gnome-devel-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:21:21 UTC (rev 396847)
+++ PKGBUILD2020-09-27 22:21:54 UTC (rev 396848)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=gnome-devel-docs
-pkgver=3.32.1+30+gf3ad0fe5
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Developer documentation for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-devel-docs;
@@ -11,7 +11,7 @@
 depends=(yelp)
 makedepends=(yelp-tools git)
 groups=(gnome-extra)
-_commit=f3ad0fe5f986d3c1f59764b08c3820ecdfa069cd  # master
+_commit=82382c77cc15132344648651b0742292bcbbd50a  # tags/3.38.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in at-spi2-atk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:21:20
  Author: heftig
Revision: 396846

archrelease: copy trunk to extra-x86_64

Added:
  at-spi2-atk/repos/extra-x86_64/PKGBUILD
(from rev 396845, at-spi2-atk/trunk/PKGBUILD)
Deleted:
  at-spi2-atk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:21:11 UTC (rev 396845)
+++ PKGBUILD2020-09-27 22:21:20 UTC (rev 396846)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.34.2
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-url="https://wiki.gnome.org/Accessibility;
-arch=(x86_64)
-license=(LGPL)
-depends=(at-spi2-core libx11 libxml2 atk)
-makedepends=(git meson)
-_commit=eac8e935128753f8204ecc3904e6e3e7b231e3ea  # tags/AT_SPI2_ATK_2_34_2^0
-source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  dbus-run-session meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 396845, 
at-spi2-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:21:20 UTC (rev 396846)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.38.0
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+url="https://wiki.gnome.org/Accessibility;
+arch=(x86_64)
+license=(LGPL)
+depends=(at-spi2-core libx11 libxml2 atk)
+makedepends=(git meson)
+_commit=b91a111f040a09e804428a81e6de214e4962247b  # tags/AT_SPI2_ATK_2_38_0^0
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:21:11
  Author: heftig
Revision: 396845

2.38.0-1

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:21:02 UTC (rev 396844)
+++ PKGBUILD2020-09-27 22:21:11 UTC (rev 396845)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.34.2
+pkgver=2.38.0
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 url="https://wiki.gnome.org/Accessibility;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(at-spi2-core libx11 libxml2 atk)
 makedepends=(git meson)
-_commit=eac8e935128753f8204ecc3904e6e3e7b231e3ea  # tags/AT_SPI2_ATK_2_34_2^0
+_commit=b91a111f040a09e804428a81e6de214e4962247b  # tags/AT_SPI2_ATK_2_38_0^0
 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-atk.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -25,7 +25,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:21:21
  Author: heftig
Revision: 396847

archrelease: copy trunk to extra-any

Added:
  pyatspi/repos/extra-any/PKGBUILD
(from rev 396845, pyatspi/trunk/PKGBUILD)
Deleted:
  pyatspi/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:21:20 UTC (rev 396846)
+++ PKGBUILD2020-09-27 22:21:21 UTC (rev 396847)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=pyatspi
-pkgname=(python-atspi)
-pkgver=2.36.0
-pkgrel=1
-pkgdesc="Python bindings for D-Bus AT-SPI"
-url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus;
-arch=(any)
-license=(GPL2)
-depends=(python-gobject at-spi2-core)
-makedepends=(git)
-_commit=6abf75463da77a67aa3c0e9439eb125ca46673e9  # tags/PYATSPI_2_36_0^0
-source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pyatspi2
-  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd pyatspi2
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() (
-  cd pyatspi2
-  ./configure --prefix=/usr --with-python=/usr/bin/python
-  make
-)
-
-package_python-atspi() {
-  cd pyatspi2
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyatspi/repos/extra-any/PKGBUILD (from rev 396845, 
pyatspi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:21:21 UTC (rev 396847)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=pyatspi
+pkgname=(python-atspi)
+pkgver=2.38.0
+pkgrel=1
+pkgdesc="Python bindings for D-Bus AT-SPI"
+url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus;
+arch=(any)
+license=(GPL2)
+depends=(python-gobject at-spi2-core)
+makedepends=(git)
+_commit=0e7b7aa5b5afb8196e4857fffc1ce450c1e8a6e6  # tags/PYATSPI_2_38_0^0
+source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pyatspi2
+  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd pyatspi2
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() (
+  cd pyatspi2
+  ./configure --prefix=/usr --with-python=/usr/bin/python
+  make
+)
+
+package_python-atspi() {
+  cd pyatspi2
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:21:02
  Author: heftig
Revision: 396844

2.38.0-1

Modified:
  pyatspi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:18:51 UTC (rev 396843)
+++ PKGBUILD2020-09-27 22:21:02 UTC (rev 396844)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgbase=pyatspi
 pkgname=(python-atspi)
-pkgver=2.36.0
+pkgver=2.38.0
 pkgrel=1
 pkgdesc="Python bindings for D-Bus AT-SPI"
 url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus;
@@ -11,7 +11,7 @@
 license=(GPL2)
 depends=(python-gobject at-spi2-core)
 makedepends=(git)
-_commit=6abf75463da77a67aa3c0e9439eb125ca46673e9  # tags/PYATSPI_2_36_0^0
+_commit=0e7b7aa5b5afb8196e4857fffc1ce450c1e8a6e6  # tags/PYATSPI_2_38_0^0
 source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:18:50
  Author: heftig
Revision: 396842

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-x86_64/
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396841, cheese/trunk/PKGBUILD)

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

Copied: cheese/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396841, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-09-27 22:18:50 UTC (rev 396842)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.34.0+91+gc5cf9af9
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
+ libcanberra librsvg gnome-desktop libgudev dconf gnome-video-effects)
+makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=c5cf9af92aeff68152f6c298458b2908b5079c7f  # master
+source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D tests=true
+  meson compile -C build
+}
+
+check() (
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/$pkgname/data}"
+  export GSETTINGS_SCHEMA_DIR
+
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:18:51
  Author: heftig
Revision: 396843

archrelease: copy trunk to extra-any

Added:
  gnome-backgrounds/repos/extra-any/PKGBUILD
(from rev 396841, gnome-backgrounds/trunk/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:18:50 UTC (rev 396842)
+++ PKGBUILD2020-09-27 22:18:51 UTC (rev 396843)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-backgrounds
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Background images and data for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
-arch=(any)
-makedepends=(glib2 meson)
-license=(GPL)
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b8cb81e4cf9d085fbb23540635b492d5c124a1f8611c2aa9ac6384111d77bb0b')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-backgrounds/repos/extra-any/PKGBUILD (from rev 396841, 
gnome-backgrounds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:18:51 UTC (rev 396843)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-backgrounds
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
+arch=(any)
+makedepends=(glib2 meson)
+license=(GPL)
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f7712a873a80c9a9fcf3952611effeb2d9aed23a3e8abfcda8afb15c427d1ee3')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:17:37
  Author: heftig
Revision: 396841

3.34.0+91+gc5cf9af9-1

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:14:49 UTC (rev 396840)
+++ PKGBUILD2020-09-27 22:17:37 UTC (rev 396841)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.34.0+23+gcac6d3a1
+pkgver=3.34.0+91+gc5cf9af9
 pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=cac6d3a11be0ea913afaef339e9ed8539acd95b7  # master
+_commit=c5cf9af92aeff68152f6c298458b2908b5079c7f  # master
 source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
 
 build() {
   arch-meson $pkgname build -D tests=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() (


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:14:49
  Author: heftig
Revision: 396840

3.38.0-1

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:06:04 UTC (rev 396839)
+++ PKGBUILD2020-09-27 22:14:49 UTC (rev 396840)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=gnome-backgrounds
-pkgver=3.36.0
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
@@ -11,11 +11,11 @@
 license=(GPL)
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b8cb81e4cf9d085fbb23540635b492d5c124a1f8611c2aa9ac6384111d77bb0b')
+sha256sums=('f7712a873a80c9a9fcf3952611effeb2d9aed23a3e8abfcda8afb15c427d1ee3')
 
 build() {
   arch-meson $pkgname-$pkgver build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:06:04
  Author: heftig
Revision: 396839

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:05:46 UTC (rev 396838)
+++ PKGBUILD2020-09-27 22:06:04 UTC (rev 396839)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-mahjongg
-pkgver=3.36.2
-pkgrel=1
-pkgdesc="Disassemble a pile of tiles by removing matching pairs"
-url="https://wiki.gnome.org/Apps/Mahjongg;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
-groups=(gnome-extra)
-_commit=32752c12653a88949a353e5330ba35fbb57f9cab  # tags/3.36.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-mahjongg/repos/extra-x86_64/PKGBUILD (from rev 396838, 
gnome-mahjongg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:06:04 UTC (rev 396839)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-mahjongg
+pkgver=3.38.1
+pkgrel=1
+pkgdesc="Disassemble a pile of tiles by removing matching pairs"
+url="https://wiki.gnome.org/Apps/Mahjongg;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
+groups=(gnome-extra)
+_commit=c43b6a66d53ea80e5a242a92c8ca1244625b85d9  # tags/3.38.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:05:46
  Author: heftig
Revision: 396838

3.38.1-1

Modified:
  gnome-mahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:02:31 UTC (rev 396837)
+++ PKGBUILD2020-09-27 22:05:46 UTC (rev 396838)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-mahjongg
-pkgver=3.36.2
+pkgver=3.38.1
 pkgrel=1
 pkgdesc="Disassemble a pile of tiles by removing matching pairs"
 url="https://wiki.gnome.org/Apps/Mahjongg;
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
 groups=(gnome-extra)
-_commit=32752c12653a88949a353e5330ba35fbb57f9cab  # tags/3.36.2^0
+_commit=c43b6a66d53ea80e5a242a92c8ca1244625b85d9  # tags/3.38.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:02:31
  Author: heftig
Revision: 396837

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 396835, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:02:30 UTC (rev 396836)
+++ PKGBUILD2020-09-27 22:02:31 UTC (rev 396837)
@@ -1,47 +0,0 @@
-# Contributor: Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gspell libxslt dconf libsecret)
-makedepends=(intltool yelp-tools autoconf-archive git)
-_commit=39d111c838a6895290fc7e6dbc0dc182fc1d05c6  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 396835, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:02:31 UTC (rev 396837)
@@ -0,0 +1,49 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt dconf libsecret)
+makedepends=(intltool yelp-tools autoconf-archive git)
+_commit=e5f7972c3b5ccbeb6550e9060b7dbdb6172c1a96  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:02:30
  Author: heftig
Revision: 396836

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-software/repos/gnome-unstable-x86_64/
  gnome-software/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396835, gnome-software/trunk/PKGBUILD)

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

Copied: gnome-software/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396835, 
gnome-software/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-09-27 22:02:30 UTC (rev 396836)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+url="https://wiki.gnome.org/Apps/Software/;
+arch=(x86_64)
+license=(GPL2)
+makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
+ docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
+ gnome-online-accounts libxmlb malcontent)
+_commit=de586130932f5a33a20f57ffe836ebd36443f9d3  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  # Ensure static library is non-LTO compatible
+  CFLAGS+=" -ffat-lto-objects"
+
+  arch-meson $pkgbase build -D sysprof=disabled
+  meson compile -C build
+}
+
+check() {
+  # build container troubles
+  meson test -C build --print-errorlogs || :
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gnome-software() {
+  groups=('gnome')
+  depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib
+   gnome-online-accounts appstream-glib malcontent)
+  optdepends=('flatpak: Flatpak support plugin'
+  'fwupd: fwupd support plugin'
+  'ostree: OSTree support plugin')
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split gnome-software-packagekit-plugin
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_packagekit*.so
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_systemd-updates.so
+}
+
+package_gnome-software-packagekit-plugin() {
+  pkgdesc="PackageKit support plugin for GNOME Software"
+  depends=(archlinux-appstream-data gnome-software packagekit)
+  mv packagekit-plugin/* "$pkgdir"
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:02:11
  Author: heftig
Revision: 396835

3.38.0-1

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 22:01:28 UTC (rev 396834)
+++ PKGBUILD2020-09-27 22:02:11 UTC (rev 396835)
@@ -1,8 +1,10 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 # Contributor: uastasi 
 
 pkgname=gnote
-pkgver=3.36.1
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="A note taking application"
 url="https://wiki.gnome.org/Apps/Gnote;
@@ -10,7 +12,7 @@
 license=(GPL3)
 depends=(gtkmm3 gspell libxslt dconf libsecret)
 makedepends=(intltool yelp-tools autoconf-archive git)
-_commit=39d111c838a6895290fc7e6dbc0dc182fc1d05c6  # tags/3.36.1^0
+_commit=e5f7972c3b5ccbeb6550e9060b7dbdb6172c1a96  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:01:18
  Author: heftig
Revision: 396833

2.10.4-2: oops

Modified:
  libsigc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 21:56:38 UTC (rev 396832)
+++ PKGBUILD2020-09-27 22:01:18 UTC (rev 396833)
@@ -5,7 +5,7 @@
 pkgbase=libsigc++
 pkgname=(libsigc++ libsigc++-docs)
 pkgver=2.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Callback Framework for C++"
 url="https://libsigcplusplus.github.io/libsigcplusplus/;
 arch=(x86_64)
@@ -35,7 +35,9 @@
   meson test -C build --print-errorlogs
 }
 
-package_libsigc++() {
+# Do not remove the space before the () or commitpkg will
+# accidentally to run this function on the system (!!!) 
+package_libsigc++ () {
   provides=("libsigc++2.0=${pkgver}")
   replaces=('libsigc++2.0')
   conflicts=('libsigc++2.0')


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:01:28
  Author: heftig
Revision: 396834

archrelease: copy trunk to extra-x86_64

Added:
  libsigc++/repos/extra-x86_64/PKGBUILD
(from rev 396833, libsigc++/trunk/PKGBUILD)
Deleted:
  libsigc++/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:01:18 UTC (rev 396833)
+++ PKGBUILD2020-09-27 22:01:28 UTC (rev 396834)
@@ -1,58 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Tom Newsom 
-
-pkgbase=libsigc++
-pkgname=(libsigc++ libsigc++-docs)
-pkgver=2.10.4
-pkgrel=1
-pkgdesc="Callback Framework for C++"
-url="https://libsigcplusplus.github.io/libsigcplusplus/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gcc-libs)
-makedepends=(git mm-common meson)
-options=(!emptydirs)
-_commit=230257ff751e018463919647c01e8e4a02e2eb15  # tags/2.10.4^0
-source=("git+https://github.com/libsigcplusplus/libsigcplusplus#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libsigcplusplus
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd libsigcplusplus
-}
-
-build() {
-  arch-meson libsigcplusplus build -D maintainer-mode=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_libsigc++() {
-  provides=("libsigc++2.0=${pkgver}")
-  replaces=('libsigc++2.0')
-  conflicts=('libsigc++2.0')
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  mkdir -p docs/usr/share
-  mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
-}
-
-package_libsigc++-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  provides=("libsigc++2.0-docs=${pkgver}")
-  replaces=('libsigc++2.0-docs')
-  conflicts=('libsigc++2.0-docs')
-  options=(!strip)
-
-  mv docs/* "$pkgdir"
-}

Copied: libsigc++/repos/extra-x86_64/PKGBUILD (from rev 396833, 
libsigc++/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:01:28 UTC (rev 396834)
@@ -0,0 +1,60 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Newsom 
+
+pkgbase=libsigc++
+pkgname=(libsigc++ libsigc++-docs)
+pkgver=2.10.4
+pkgrel=2
+pkgdesc="Callback Framework for C++"
+url="https://libsigcplusplus.github.io/libsigcplusplus/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gcc-libs)
+makedepends=(git mm-common meson)
+options=(!emptydirs)
+_commit=230257ff751e018463919647c01e8e4a02e2eb15  # tags/2.10.4^0
+source=("git+https://github.com/libsigcplusplus/libsigcplusplus#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libsigcplusplus
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libsigcplusplus
+}
+
+build() {
+  arch-meson libsigcplusplus build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+# Do not remove the space before the () or commitpkg will
+# accidentally to run this function on the system (!!!) 
+package_libsigc++ () {
+  provides=("libsigc++2.0=${pkgver}")
+  replaces=('libsigc++2.0')
+  conflicts=('libsigc++2.0')
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  mkdir -p docs/usr/share
+  mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
+}
+
+package_libsigc++-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  provides=("libsigc++2.0-docs=${pkgver}")
+  replaces=('libsigc++2.0-docs')
+  conflicts=('libsigc++2.0-docs')
+  options=(!strip)
+
+  mv docs/* "$pkgdir"
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:56:38
  Author: heftig
Revision: 396832

3.38.0-1

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 21:54:33 UTC (rev 396831)
+++ PKGBUILD2020-09-27 21:56:38 UTC (rev 396832)
@@ -1,11 +1,11 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 # Contributor: Yosef Or Boczko 
 
 pkgbase=gnome-software
 pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.36.1
-pkgrel=2
+pkgver=3.38.0
+pkgrel=1
 pkgdesc="GNOME Software Tools"
 url="https://wiki.gnome.org/Apps/Software/;
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
  docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
  gnome-online-accounts libxmlb malcontent)
-_commit=56a23c5c716a0d4593c7e790a1b45b678998be28  # tags/3.36.1^0
+_commit=de586130932f5a33a20f57ffe836ebd36443f9d3  # tags/3.38.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,8 +27,11 @@
 }
 
 build() {
-  arch-meson $pkgbase build
-  ninja -C build
+  # Ensure static library is non-LTO compatible
+  CFLAGS+=" -ffat-lto-objects"
+
+  arch-meson $pkgbase build -D sysprof=disabled
+  meson compile -C build
 }
 
 check() {


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:54:15
  Author: heftig
Revision: 396830

2.10.4-1

Modified:
  libsigc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 21:48:26 UTC (rev 396829)
+++ PKGBUILD2020-09-27 21:54:15 UTC (rev 396830)
@@ -1,18 +1,19 @@
 # Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Tom Newsom 
 
 pkgbase=libsigc++
 pkgname=(libsigc++ libsigc++-docs)
-pkgver=2.10.3
+pkgver=2.10.4
 pkgrel=1
 pkgdesc="Callback Framework for C++"
 url="https://libsigcplusplus.github.io/libsigcplusplus/;
-arch=('x86_64')
-license=('LGPL')
+arch=(x86_64)
+license=(LGPL)
 depends=(gcc-libs)
 makedepends=(git mm-common meson)
 options=(!emptydirs)
-_commit=88fdb3a14ec67de233fed22646fc9b14c24367f5  # tags/2.10.3^0
+_commit=230257ff751e018463919647c01e8e4a02e2eb15  # tags/2.10.4^0
 
source=("git+https://github.com/libsigcplusplus/libsigcplusplus#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,7 +28,7 @@
 
 build() {
   arch-meson libsigcplusplus build -D maintainer-mode=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
@@ -34,7 +35,7 @@
   meson test -C build --print-errorlogs
 }
 
-package_libsigc++ () {
+package_libsigc++() {
   provides=("libsigc++2.0=${pkgver}")
   replaces=('libsigc++2.0')
   conflicts=('libsigc++2.0')


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:54:33
  Author: heftig
Revision: 396831

archrelease: copy trunk to extra-x86_64

Added:
  libsigc++/repos/extra-x86_64/PKGBUILD
(from rev 396830, libsigc++/trunk/PKGBUILD)
Deleted:
  libsigc++/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 21:54:15 UTC (rev 396830)
+++ PKGBUILD2020-09-27 21:54:33 UTC (rev 396831)
@@ -1,57 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=libsigc++
-pkgname=(libsigc++ libsigc++-docs)
-pkgver=2.10.3
-pkgrel=1
-pkgdesc="Callback Framework for C++"
-url="https://libsigcplusplus.github.io/libsigcplusplus/;
-arch=('x86_64')
-license=('LGPL')
-depends=(gcc-libs)
-makedepends=(git mm-common meson)
-options=(!emptydirs)
-_commit=88fdb3a14ec67de233fed22646fc9b14c24367f5  # tags/2.10.3^0
-source=("git+https://github.com/libsigcplusplus/libsigcplusplus#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libsigcplusplus
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd libsigcplusplus
-}
-
-build() {
-  arch-meson libsigcplusplus build -D maintainer-mode=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_libsigc++ () {
-  provides=("libsigc++2.0=${pkgver}")
-  replaces=('libsigc++2.0')
-  conflicts=('libsigc++2.0')
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  mkdir -p docs/usr/share
-  mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
-}
-
-package_libsigc++-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  provides=("libsigc++2.0-docs=${pkgver}")
-  replaces=('libsigc++2.0-docs')
-  conflicts=('libsigc++2.0-docs')
-  options=(!strip)
-
-  mv docs/* "$pkgdir"
-}

Copied: libsigc++/repos/extra-x86_64/PKGBUILD (from rev 396830, 
libsigc++/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 21:54:33 UTC (rev 396831)
@@ -0,0 +1,58 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Newsom 
+
+pkgbase=libsigc++
+pkgname=(libsigc++ libsigc++-docs)
+pkgver=2.10.4
+pkgrel=1
+pkgdesc="Callback Framework for C++"
+url="https://libsigcplusplus.github.io/libsigcplusplus/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gcc-libs)
+makedepends=(git mm-common meson)
+options=(!emptydirs)
+_commit=230257ff751e018463919647c01e8e4a02e2eb15  # tags/2.10.4^0
+source=("git+https://github.com/libsigcplusplus/libsigcplusplus#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libsigcplusplus
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libsigcplusplus
+}
+
+build() {
+  arch-meson libsigcplusplus build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_libsigc++() {
+  provides=("libsigc++2.0=${pkgver}")
+  replaces=('libsigc++2.0')
+  conflicts=('libsigc++2.0')
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  mkdir -p docs/usr/share
+  mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
+}
+
+package_libsigc++-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  provides=("libsigc++2.0-docs=${pkgver}")
+  replaces=('libsigc++2.0-docs')
+  conflicts=('libsigc++2.0-docs')
+  options=(!strip)
+
+  mv docs/* "$pkgdir"
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:48:25
  Author: heftig
Revision: 396828

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-usage/repos/gnome-unstable-x86_64/
  gnome-usage/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396827, gnome-usage/trunk/PKGBUILD)

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

Copied: gnome-usage/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396827, 
gnome-usage/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-09-27 21:48:25 UTC (rev 396828)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=gnome-usage
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="GNOME application to view information about use of system resources"
+url="https://wiki.gnome.org/Apps/Usage;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 libgtop libdazzle tracker3 libhandy)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=9f1a9b3c74ee42d2cd917aa0ef2e7938f4389003  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:48:26
  Author: heftig
Revision: 396829

archrelease: copy trunk to extra-x86_64

Added:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD
(from rev 396827, gnome-system-monitor/trunk/PKGBUILD)
Deleted:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 21:48:25 UTC (rev 396828)
+++ PKGBUILD2020-09-27 21:48:26 UTC (rev 396829)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-system-monitor
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="View current processes and monitor system state"
-url="https://wiki.gnome.org/Apps/SystemMonitor;
-arch=(x86_64)
-license=(GPL)
-depends=(libgtop gtkmm3 librsvg systemd)
-makedepends=(meson yelp-tools git)
-groups=(gnome)
-_commit=be9e95a98a331ab0f17c1fa27ae3b2e6d9d04f93  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-system-monitor/repos/extra-x86_64/PKGBUILD (from rev 396827, 
gnome-system-monitor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 21:48:26 UTC (rev 396829)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-system-monitor
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="View current processes and monitor system state"
+url="https://wiki.gnome.org/Apps/SystemMonitor;
+arch=(x86_64)
+license=(GPL)
+depends=(libgtop gtkmm3 librsvg systemd)
+makedepends=(meson yelp-tools git)
+groups=(gnome)
+_commit=aadc91d2b1250cf74943f3a9e4cea70b8afa3639  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:48:02
  Author: heftig
Revision: 396827

3.38.0-1

Modified:
  gnome-usage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 21:47:24 UTC (rev 396826)
+++ PKGBUILD2020-09-27 21:48:02 UTC (rev 396827)
@@ -1,17 +1,18 @@
-# Maintainer: Balló György 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
 
 pkgname=gnome-usage
-pkgver=3.33.2
-pkgrel=2
+pkgver=3.38.0
+pkgrel=1
 pkgdesc="GNOME application to view information about use of system resources"
+url="https://wiki.gnome.org/Apps/Usage;
 arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Usage;
 license=(GPL3)
-depends=(gtk3 libgtop libdazzle tracker)
+depends=(gtk3 libgtop libdazzle tracker3 libhandy)
 makedepends=(git meson vala)
 optdepends=('accountsservice: show user tags for processes')
 groups=(gnome-extra)
-_commit=7554b8553d4e29bb771fd72fc4f3d2c7a4b87f02  # tags/v3.33.2^0
+_commit=9f1a9b3c74ee42d2cd917aa0ef2e7938f4389003  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,11 +23,11 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:47:24
  Author: heftig
Revision: 396826

3.38.0-1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 21:44:15 UTC (rev 396825)
+++ PKGBUILD2020-09-27 21:47:24 UTC (rev 396826)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-system-monitor
-pkgver=3.36.1
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="View current processes and monitor system state"
 url="https://wiki.gnome.org/Apps/SystemMonitor;
@@ -11,7 +11,7 @@
 depends=(libgtop gtkmm3 librsvg systemd)
 makedepends=(meson yelp-tools git)
 groups=(gnome)
-_commit=be9e95a98a331ab0f17c1fa27ae3b2e6d9d04f93  # tags/3.36.1^0
+_commit=aadc91d2b1250cf74943f3a9e4cea70b8afa3639  # tags/3.38.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:44:15
  Author: heftig
Revision: 396824

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  brasero/repos/gnome-unstable-x86_64/
  brasero/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396823, brasero/trunk/PKGBUILD)
  brasero/repos/gnome-unstable-x86_64/build.diff
(from rev 396823, brasero/trunk/build.diff)

+
 PKGBUILD   |   57 +
 build.diff |   30 ++
 2 files changed, 87 insertions(+)

Copied: brasero/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396823, 
brasero/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-09-27 21:44:15 UTC (rev 396824)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=brasero
+pkgver=3.12.2+106+g46b9d116
+pkgrel=1
+pkgdesc="CD/DVD mastering tool"
+url="https://wiki.gnome.org/Apps/Brasero;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gst-plugins-good totem-plparser cdrtools cdrdao shared-mime-info 
libcanberra
+ dvd+rw-tools dconf libsm libnotify gvfs)
+makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs 
libnautilus-extension
+ gobject-introspection itstool docbook-xsl git)
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'vcdimager: video project')
+_commit=46b9d11686aa51dd1427b33ce724190c4857fcc3  # master
+source=("git+https://gitlab.gnome.org/GNOME/brasero.git#commit=$_commit;
+build.diff)
+sha256sums=('SKIP'
+'86cad1761fd420925435b9a542c0893b8336fb6f3430a5863a8f83f6a134471d')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git apply -3 ../build.diff
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-caches \
+--disable-search \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Copied: brasero/repos/gnome-unstable-x86_64/build.diff (from rev 396823, 
brasero/trunk/build.diff)
===
--- gnome-unstable-x86_64/build.diff(rev 0)
+++ gnome-unstable-x86_64/build.diff2020-09-27 21:44:15 UTC (rev 396824)
@@ -0,0 +1,30 @@
+diff --git i/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml 
w/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
+index 612491f1..873a5497 100644
+--- i/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
 w/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
+@@ -39,10 +39,6 @@
+ 
+ 
+ 
+-  
+-  
+-Object Hierarchy
+- 
+   
+   
+ API Index
+diff --git i/docs/reference/libbrasero-media/libbrasero-media-docs.sgml 
w/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
+index c7ec48c0..a89de72b 100644
+--- i/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
 w/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
+@@ -24,10 +24,6 @@
+ 
+ 
+   
+-  
+-Object Hierarchy
+- 
+-  
+   
+ API Index
+ 


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:44:15
  Author: heftig
Revision: 396825

archrelease: copy trunk to extra-x86_64

Added:
  gthumb/repos/extra-x86_64/PKGBUILD
(from rev 396823, gthumb/trunk/PKGBUILD)
Deleted:
  gthumb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 21:44:15 UTC (rev 396824)
+++ PKGBUILD2020-09-27 21:44:15 UTC (rev 396825)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=gthumb
-pkgver=3.10.0
-pkgrel=2
-pkgdesc="Image browser and viewer for the GNOME Desktop"
-url="https://wiki.gnome.org/Apps/gthumb;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
- libsecret libsoup webkit2gtk json-glib gst-plugin-gtk)
-makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools 
meson git)
-optdepends=('libraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'liboauth: web albums')
-_commit=79a6e71a41b2d7782872d345f4c18eba03e7e9ef  # tags/3.10.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D libchamplain=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gthumb/repos/extra-x86_64/PKGBUILD (from rev 396823, 
gthumb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 21:44:15 UTC (rev 396825)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+url="https://wiki.gnome.org/Apps/gthumb;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
+ libsecret libsoup webkit2gtk json-glib gst-plugin-gtk)
+makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools 
meson git)
+optdepends=('libraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+_commit=b970e14ed87872911f1dfce3e5c00bf3e924c42a  # tags/3.10.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D libchamplain=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:44:01
  Author: heftig
Revision: 396823

3.10.1-1

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 21:43:26 UTC (rev 396822)
+++ PKGBUILD2020-09-27 21:44:01 UTC (rev 396823)
@@ -1,10 +1,10 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 # Contributor: Tobias Kieslich 
 
 pkgname=gthumb
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 url="https://wiki.gnome.org/Apps/gthumb;
 arch=(x86_64)
@@ -17,7 +17,7 @@
 'libchamplain: map viewer'
 'brasero: burn discs'
 'liboauth: web albums')
-_commit=79a6e71a41b2d7782872d345f4c18eba03e7e9ef  # tags/3.10.0^0
+_commit=b970e14ed87872911f1dfce3e5c00bf3e924c42a  # tags/3.10.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -32,7 +32,7 @@
 
 build() {
   arch-meson $pkgname build -D libchamplain=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:43:26
  Author: heftig
Revision: 396822

3.12.2+106+g46b9d116-1: remove old tracker

Modified:
  brasero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 21:43:17 UTC (rev 396821)
+++ PKGBUILD2020-09-27 21:43:26 UTC (rev 396822)
@@ -1,16 +1,17 @@
-# Maintainer: Allan McRae 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jan de Groot 
 # Contributor: William Rea 
 
 pkgname=brasero
-pkgver=3.12.2+65+gb14df0a8
-pkgrel=2
+pkgver=3.12.2+106+g46b9d116
+pkgrel=1
 pkgdesc="CD/DVD mastering tool"
 url="https://wiki.gnome.org/Apps/Brasero;
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 gst-plugins-good totem-plparser cdrtools cdrdao shared-mime-info 
libcanberra
- dvd+rw-tools dconf libsm tracker libnotify gvfs)
+ dvd+rw-tools dconf libsm libnotify gvfs)
 makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs 
libnautilus-extension
  gobject-introspection itstool docbook-xsl git)
 optdepends=('libburn: alternative back-end'
@@ -17,7 +18,7 @@
 'libisofs: libburn back-end'
 'dvdauthor: video project'
 'vcdimager: video project')
-_commit=b14df0a85e66e51be11d0f2a17047f05bec51b4c  # master
+_commit=46b9d11686aa51dd1427b33ce724190c4857fcc3  # master
 source=("git+https://gitlab.gnome.org/GNOME/brasero.git#commit=$_commit;
 build.diff)
 sha256sums=('SKIP'
@@ -36,8 +37,14 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-caches --disable-schemas-compile 
--enable-compile-warnings=minimum \
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-caches \
+--disable-search \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum \
 --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:43:17
  Author: heftig
Revision: 396821

archrelease: copy trunk to extra-x86_64

Added:
  gnome-usage/repos/extra-x86_64/
  gnome-usage/repos/extra-x86_64/PKGBUILD
(from rev 396820, gnome-usage/trunk/PKGBUILD)

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

Copied: gnome-usage/repos/extra-x86_64/PKGBUILD (from rev 396820, 
gnome-usage/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-09-27 21:43:17 UTC (rev 396821)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-usage
+pkgver=3.33.2
+pkgrel=2
+pkgdesc="GNOME application to view information about use of system resources"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Usage;
+license=(GPL3)
+depends=(gtk3 libgtop libdazzle tracker)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=7554b8553d4e29bb771fd72fc4f3d2c7a4b87f02  # tags/v3.33.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in (gnome-usage)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:43:32
  Author: heftig
Revision: 712769

community2extra: Moving gnome-usage from community to extra

Deleted:
  gnome-usage/


[arch-commits] Commit in (4 files)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:43:14
  Author: heftig
Revision: 396820

community2extra: Moving gnome-usage from community to extra

Added:
  gnome-usage/
  gnome-usage/repos/
  gnome-usage/trunk/
  gnome-usage/trunk/PKGBUILD

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

Added: gnome-usage/trunk/PKGBUILD
===
--- gnome-usage/trunk/PKGBUILD  (rev 0)
+++ gnome-usage/trunk/PKGBUILD  2020-09-27 21:43:14 UTC (rev 396820)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-usage
+pkgver=3.33.2
+pkgrel=2
+pkgdesc="GNOME application to view information about use of system resources"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Usage;
+license=(GPL3)
+depends=(gtk3 libgtop libdazzle tracker)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=7554b8553d4e29bb771fd72fc4f3d2c7a4b87f02  # tags/v3.33.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:41:37
  Author: heftig
Revision: 396818

3.34.0-5: remove vala plugin; no longer builds (again)

Modified:
  anjuta/trunk/PKGBUILD
Deleted:
  anjuta/trunk/0001-build-Allow-building-with-vala-0.46-and-drop-support.patch
  anjuta/trunk/0002-language-support-vala-Support-for-vala-0.48-API.patch
  anjuta/trunk/0003-build-Allow-building-with-vala-0.48.patch

-+
 0001-build-Allow-building-with-vala-0.46-and-drop-support.patch |   39 ---
 0002-language-support-vala-Support-for-vala-0.48-API.patch  |  103 
--
 0003-build-Allow-building-with-vala-0.48.patch  |   25 --
 PKGBUILD|   27 --
 4 files changed, 10 insertions(+), 184 deletions(-)

Deleted: 0001-build-Allow-building-with-vala-0.46-and-drop-support.patch
===
--- 0001-build-Allow-building-with-vala-0.46-and-drop-support.patch 
2020-09-27 21:33:41 UTC (rev 396817)
+++ 0001-build-Allow-building-with-vala-0.46-and-drop-support.patch 
2020-09-27 21:41:37 UTC (rev 396818)
@@ -1,39 +0,0 @@
-From ebaac39cbd1f9e3442326262837230c3d71303fb Mon Sep 17 00:00:00 2001
-From: Rico Tzschichholz 
-Date: Wed, 18 Sep 2019 18:26:03 +0200
-Subject: [PATCH 1/3] build: Allow building with vala 0.46 and drop support for
- 0.30 and earlier
-

- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 3b4c99504..3526a16e6 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -338,19 +338,19 @@ if test "$user_disabled_vala" = 1; then
- else
- AC_MSG_RESULT(no)
-   AC_MSG_CHECKING(if libvala is available)
--  m4_foreach([VERSION], [[0.44], [0.42], [0.40], [0.38], [0.36], [0.34], 
[0.32], [0.30], [0.28], [0.26], [0.24], [0.22], [0.20], [0.18]],
-+  m4_foreach_w([VERSION], [0.46 0.44 0.42 0.40 0.38 0.36 0.34 0.32],
-   [PKG_CHECK_EXISTS([ libvala-VERSION ],
-[ valaver="-VERSION" ])
-])
-   if test "x$valaver" != "x"; then
-   AC_MSG_RESULT(yes)
-   enable_vala="yes"
-   LIBVALA="libvala${valaver}"
-   PKG_CHECK_MODULES([VALA], ${LIBVALA})
-   else
-   AC_MSG_RESULT(no)
-   enable_vala="no"
--  VALA_REQUIRED=0.18.0
-+  VALA_REQUIRED=0.32.0
-   fi
-   AC_SUBST(LIBVALA)
- fi
--- 
-2.25.1
-

Deleted: 0002-language-support-vala-Support-for-vala-0.48-API.patch
===
--- 0002-language-support-vala-Support-for-vala-0.48-API.patch  2020-09-27 
21:33:41 UTC (rev 396817)
+++ 0002-language-support-vala-Support-for-vala-0.48-API.patch  2020-09-27 
21:41:37 UTC (rev 396818)
@@ -1,103 +0,0 @@
-From 56d2487cb26f90fd850d6fab47e0ec33e229ed1c Mon Sep 17 00:00:00 2001
-From: Rico Tzschichholz 
-Date: Thu, 6 Feb 2020 09:04:39 +0100
-Subject: [PATCH 2/3] language-support-vala: Support for vala 0.48 API
-

- plugins/language-support-vala/plugin.vala | 33 +--
- 1 file changed, 25 insertions(+), 8 deletions(-)
-
-diff --git a/plugins/language-support-vala/plugin.vala 
b/plugins/language-support-vala/plugin.vala
-index 13d35fec4..718d74cc8 100644
 a/plugins/language-support-vala/plugin.vala
-+++ b/plugins/language-support-vala/plugin.vala
-@@ -414,11 +414,19 @@ public class ValaPlugin : Plugin, IAnjuta.Preferences {
-   builder.append_printf ("%s sender", 
widget.get_full_name ());
- 
-   foreach (var param in sig.get_parameters ()) {
-+#if VALA_0_48
-+  builder.append_printf (", %s %s", 
param.variable_type.type_symbol.get_full_name (), param.name);
-+#else
-   builder.append_printf (", %s %s", 
param.variable_type.data_type.get_full_name (), param.name);
-+#endif
-   }
-   } else {
-   foreach (var param in sig.get_parameters ()) {
-+#if VALA_0_48
-+  builder.append_printf ("%s %s, ", 
param.variable_type.type_symbol.get_full_name (), param.name);
-+#else
-   builder.append_printf ("%s %s, ", 
param.variable_type.data_type.get_full_name (), param.name);
-+#endif
-   }
- 
-   builder.append_printf ("%s sender", 
widget.get_full_name ());
-@@ -563,49 +571,58 @@ public class ValaPlugin : Plugin, IAnjuta.Preferences {
-   }
-   return matching_symbols;
-   }
-+
-+  inline List symbol_lookup_inherited_for_type 
(Vala.DataType data_type, string name, bool prefix_match, bool invocation = 
false) {
-+#if VALA_0_48
-+  return symbol_lookup_inherited (data_type.type_symbol, name, 
prefix_match, invocation);
-+#else
-+  return 

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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:41:51
  Author: heftig
Revision: 396819

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  anjuta/repos/gnome-unstable-x86_64/
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396818, anjuta/trunk/PKGBUILD)

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

Copied: anjuta/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396818, 
anjuta/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-09-27 21:41:51 UTC (rev 396819)
@@ -0,0 +1,67 @@
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.34.0
+pkgrel=5
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon dconf 
gtk-doc
+ yelp-tools gnome-common intltool gobject-introspection itstool gjs
+ git python)
+url="http://www.anjuta.org/;
+options=('!emptydirs')
+_commit=aaadfafe19450d8524400af9ae09d5187b2d627a  # master
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('42a93130ed3ee02d064a7094e94e1ffae2032b3f35a87bf441e37fc3bb3a148f')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  AUTOPOINT="intltoolize" autoreconf -fvi
+}
+
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-compile-warnings \
+  --disable-schemas-compile \
+  --disable-silent-rules \
+  --disable-static \
+  --disable-vala \
+  --enable-introspection \
+  --enable-plugin-devhelp \
+  --enable-plugin-glade \
+  --enable-plugin-subversion \
+  --enable-glade-catalog \
+  --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd $pkgbase-$pkgver/libanjuta
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon dconf
+   libgladeui-2.so)
+
+  cd $pkgbase-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}


[arch-commits] Commit in (gnome-software)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:33:59
  Author: heftig
Revision: 712767

community2extra: Moving gnome-software from community to extra

Deleted:
  gnome-software/


[arch-commits] Commit in (4 files)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:33:38
  Author: heftig
Revision: 396816

community2extra: Moving gnome-software from community to extra

Added:
  gnome-software/
  gnome-software/repos/
  gnome-software/trunk/
  gnome-software/trunk/PKGBUILD

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

Added: gnome-software/trunk/PKGBUILD
===
--- gnome-software/trunk/PKGBUILD   (rev 0)
+++ gnome-software/trunk/PKGBUILD   2020-09-27 21:33:38 UTC (rev 396816)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=3.36.1
+pkgrel=2
+pkgdesc="GNOME Software Tools"
+url="https://wiki.gnome.org/Apps/Software/;
+arch=(x86_64)
+license=(GPL2)
+makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
+ docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
+ gnome-online-accounts libxmlb malcontent)
+_commit=56a23c5c716a0d4593c7e790a1b45b678998be28  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build
+  ninja -C build
+}
+
+check() {
+  # build container troubles
+  meson test -C build --print-errorlogs || :
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gnome-software() {
+  groups=('gnome')
+  depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib
+   gnome-online-accounts appstream-glib malcontent)
+  optdepends=('flatpak: Flatpak support plugin'
+  'fwupd: fwupd support plugin'
+  'ostree: OSTree support plugin')
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split gnome-software-packagekit-plugin
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_packagekit*.so
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_systemd-updates.so
+}
+
+package_gnome-software-packagekit-plugin() {
+  pkgdesc="PackageKit support plugin for GNOME Software"
+  depends=(archlinux-appstream-data gnome-software packagekit)
+  mv packagekit-plugin/* "$pkgdir"
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:33:41
  Author: heftig
Revision: 396817

archrelease: copy trunk to extra-x86_64

Added:
  gnome-software/repos/extra-x86_64/
  gnome-software/repos/extra-x86_64/PKGBUILD
(from rev 396816, gnome-software/trunk/PKGBUILD)

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

Copied: gnome-software/repos/extra-x86_64/PKGBUILD (from rev 396816, 
gnome-software/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-09-27 21:33:41 UTC (rev 396817)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=3.36.1
+pkgrel=2
+pkgdesc="GNOME Software Tools"
+url="https://wiki.gnome.org/Apps/Software/;
+arch=(x86_64)
+license=(GPL2)
+makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
+ docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
+ gnome-online-accounts libxmlb malcontent)
+_commit=56a23c5c716a0d4593c7e790a1b45b678998be28  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build
+  ninja -C build
+}
+
+check() {
+  # build container troubles
+  meson test -C build --print-errorlogs || :
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gnome-software() {
+  groups=('gnome')
+  depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib
+   gnome-online-accounts appstream-glib malcontent)
+  optdepends=('flatpak: Flatpak support plugin'
+  'fwupd: fwupd support plugin'
+  'ostree: OSTree support plugin')
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split gnome-software-packagekit-plugin
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_packagekit*.so
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_systemd-updates.so
+}
+
+package_gnome-software-packagekit-plugin() {
+  pkgdesc="PackageKit support plugin for GNOME Software"
+  depends=(archlinux-appstream-data gnome-software packagekit)
+  mv packagekit-plugin/* "$pkgdir"
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:32:33
  Author: heftig
Revision: 396815

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 396814, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 396814, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  222 +++---
 arch-fonts.diff |  214 ++--
 2 files changed, 218 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 21:32:20 UTC (rev 396814)
+++ PKGBUILD2020-09-27 21:32:33 UTC (rev 396815)
@@ -1,111 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.11.30
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('b427c92933c916f70a4f98df0504541909b9e69f5623377398283ae5a6e8a209'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Drop tools
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
-
-# Use correct options for inkscape<1.0
-  sed -e 's|--export-file|--export-png|' -i 
"$pkgdir"/etc/ImageMagick-6/delegates.xml
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 396814, 
imagemagick6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 21:32:33 UTC (rev 396815)
@@ -0,0 +1,111 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick6
+pkgname=(libmagick6)
+pkgver=6.9.11.31
+pkgrel=1
+pkgdesc="An image viewing/manipulation program (version 6)"
+url="https://legacy.imagemagick.org/;
+arch=(x86_64)
+license=(custom)
+depends=(libltdl lcms2 fontconfig libxext liblqr libraqm 

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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:32:20
  Author: heftig
Revision: 396814

6.9.11.31-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 21:32:15 UTC (rev 396813)
+++ PKGBUILD2020-09-27 21:32:20 UTC (rev 396814)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.11.30
+pkgver=6.9.11.31
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('b427c92933c916f70a4f98df0504541909b9e69f5623377398283ae5a6e8a209'
+sha256sums=('3ab6a499244aa214b7a58570ee161a6069656c420f23d14210568e91a8abf3f5'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:32:04
  Author: heftig
Revision: 396812

3.38.0-1

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 21:23:00 UTC (rev 396811)
+++ PKGBUILD2020-09-27 21:32:04 UTC (rev 396812)
@@ -1,16 +1,18 @@
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=gnome-sound-recorder
-pkgver=3.34.0+10+gc4bdfa0
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="A utility to make simple audio recording from your GNOME desktop"
 url="https://wiki.gnome.org/Apps/SoundRecorder;
 arch=(any)
-license=(GPL2)
-depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
+license=(GPL)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
+ libhandy)
 makedepends=(gobject-introspection git meson)
 groups=(gnome-extra)
-_commit=c4bdfa0843b402cfc5155e25115b280a611d7a4e  # gnome-3-36
+_commit=0a27d9bf3efe523701cc32e78e6db779ea631c1d  # tags/3.38.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -25,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in gnome-sound-recorder/repos (2 files)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:32:15
  Author: heftig
Revision: 396813

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-sound-recorder/repos/gnome-unstable-any/
  gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD
(from rev 396812, gnome-sound-recorder/trunk/PKGBUILD)

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

Copied: gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD (from rev 
396812, gnome-sound-recorder/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2020-09-27 21:32:15 UTC (rev 396813)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-sound-recorder
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="A utility to make simple audio recording from your GNOME desktop"
+url="https://wiki.gnome.org/Apps/SoundRecorder;
+arch=(any)
+license=(GPL)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
+ libhandy)
+makedepends=(gobject-introspection git meson)
+groups=(gnome-extra)
+_commit=0a27d9bf3efe523701cc32e78e6db779ea631c1d  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:22:49
  Author: heftig
Revision: 396810

3.28.1+33+gc03a4c1-1

Modified:
  gnome-todo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:56:01 UTC (rev 396809)
+++ PKGBUILD2020-09-27 21:22:49 UTC (rev 396810)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-todo
-pkgver=3.28.1+22+gd56e14e
-pkgrel=2
+pkgver=3.28.1+33+gc03a4c1
+pkgrel=1
 pkgdesc="Task manager for GNOME"
 url="https://wiki.gnome.org/Apps/Todo;
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(evolution-data-server libpeas python)
 makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
 groups=(gnome-extra)
-_commit=d56e14e886021f7dcd81dc5d7bddc8470e5e25ad  # gnome-3-28
+_commit=c03a4c1dd82ce523d71d74875118f9d24e7ed066  # gnome-3-28
 source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit;
 gnome-todo-eds-libecal-2.0.patch)
 sha256sums=('SKIP'
@@ -30,7 +30,7 @@
 
 build() {
   arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 21:23:00
  Author: heftig
Revision: 396811

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-todo/repos/gnome-unstable-x86_64/
  gnome-todo/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396810, gnome-todo/trunk/PKGBUILD)
  gnome-todo/repos/gnome-unstable-x86_64/gnome-todo-eds-libecal-2.0.patch
(from rev 396810, gnome-todo/trunk/gnome-todo-eds-libecal-2.0.patch)

--+
 PKGBUILD |   44 ++
 gnome-todo-eds-libecal-2.0.patch |  567 +
 2 files changed, 611 insertions(+)

Copied: gnome-todo/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396810, 
gnome-todo/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-09-27 21:23:00 UTC (rev 396811)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-todo
+pkgver=3.28.1+33+gc03a4c1
+pkgrel=1
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas python)
+makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
+groups=(gnome-extra)
+_commit=c03a4c1dd82ce523d71d74875118f9d24e7ed066  # gnome-3-28
+source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit;
+gnome-todo-eds-libecal-2.0.patch)
+sha256sums=('SKIP'
+'09d429f8dfe38b8712ce5ecc5e8cf7bc6e190810af5d5dca8e5119fe8ac2b573')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  
+  # From 
https://src.fedoraproject.org/rpms/gnome-todo/tree/bed44b8530f3c79589982e03b430b3a125e9bceb
+  git apply -3 ../gnome-todo-eds-libecal-2.0.patch
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-todo/repos/gnome-unstable-x86_64/gnome-todo-eds-libecal-2.0.patch 
(from rev 396810, gnome-todo/trunk/gnome-todo-eds-libecal-2.0.patch)
===
--- gnome-unstable-x86_64/gnome-todo-eds-libecal-2.0.patch  
(rev 0)
+++ gnome-unstable-x86_64/gnome-todo-eds-libecal-2.0.patch  2020-09-27 
21:23:00 UTC (rev 396811)
@@ -0,0 +1,567 @@
+diff --git a/plugins/eds/gtd-eds-autoptr.h b/plugins/eds/gtd-eds-autoptr.h
+index eb9b011..78bd944 100644
+--- a/plugins/eds/gtd-eds-autoptr.h
 b/plugins/eds/gtd-eds-autoptr.h
+@@ -23,6 +23,5 @@
+ #include 
+ 
+ G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponent, g_object_unref);
+-G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponentId, e_cal_component_free_id);
++G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponentId, e_cal_component_id_free);
+ G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalClient, g_object_unref);
+-G_DEFINE_AUTOPTR_CLEANUP_FUNC (ESource, g_object_unref);
+diff --git a/plugins/eds/gtd-provider-eds.c b/plugins/eds/gtd-provider-eds.c
+index a403226..def4235 100644
+--- a/plugins/eds/gtd-provider-eds.c
 b/plugins/eds/gtd-provider-eds.c
+@@ -554,6 +554,7 @@ gtd_provider_eds_create_task (GtdProvider *provider,
+ 
+   e_cal_client_create_object (client,
+   e_cal_component_get_icalcomponent (component),
++  E_CAL_OPERATION_FLAG_NONE,
+   NULL,
+   (GAsyncReadyCallback) on_task_created_cb,
+   new_task);
+@@ -587,6 +588,7 @@ gtd_provider_eds_update_task (GtdProvider *provider,
+   e_cal_client_modify_object (client,
+   e_cal_component_get_icalcomponent (component),
+   E_CAL_OBJ_MOD_THIS,
++  E_CAL_OPERATION_FLAG_NONE,
+   NULL,
+   (GAsyncReadyCallback) on_task_modified_cb,
+   task);
+@@ -616,9 +618,10 @@ gtd_provider_eds_remove_task (GtdProvider *provider,
+   gtd_object_push_loading (GTD_OBJECT (provider));
+ 
+   e_cal_client_remove_object (client,
+-  id->uid,
+-  id->rid,
++  e_cal_component_id_get_uid (id),
++  e_cal_component_id_get_rid (id),
+   E_CAL_OBJ_MOD_THIS,
++  E_CAL_OPERATION_FLAG_NONE,
+   NULL,
+   (GAsyncReadyCallback) on_task_removed_cb,
+   provider);
+diff --git a/plugins/eds/gtd-task-eds.c b/plugins/eds/gtd-task-eds.c
+index 2c8cd8e..bd8f7ac 100644
+--- a/plugins/eds/gtd-task-eds.c
 b/plugins/eds/gtd-task-eds.c
+@@ -46,19 +46,19 @@ 

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

2020-09-27 Thread Ivy Foster via arch-commits
Date: Sunday, September 27, 2020 @ 21:05:26
  Author: escondida
Revision: 712764

Be less specific about libprovides

Modified:
  sndio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 20:45:32 UTC (rev 712763)
+++ PKGBUILD2020-09-27 21:05:26 UTC (rev 712764)
@@ -3,7 +3,7 @@
 
 pkgname=sndio
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
 arch=(x86_64)
 url='https://sndio.org'
@@ -14,7 +14,7 @@
 # if done that way. Licenses are complicated.
 depends=(alsa-lib libbsd)
 
-provides=(libsndio.so=7.1)
+provides=(libsndio.so)
 
 source=(
"https://sndio.org/sndio-$pkgver.tar.gz;


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

2020-09-27 Thread Ivy Foster via arch-commits
Date: Sunday, September 27, 2020 @ 21:06:09
  Author: escondida
Revision: 712765

archrelease: copy trunk to community-x86_64

Added:
  sndio/repos/community-x86_64/PKGBUILD
(from rev 712764, sndio/trunk/PKGBUILD)
Deleted:
  sndio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 21:05:26 UTC (rev 712764)
+++ PKGBUILD2020-09-27 21:06:09 UTC (rev 712765)
@@ -1,52 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=sndio
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
-arch=(x86_64)
-url='https://sndio.org'
-license=(ISC)
-
-# sndio can be built without libbsd, but there are a bunch of individual
-# ISC-licensed files by different authors to extract the licenses from
-# if done that way. Licenses are complicated.
-depends=(alsa-lib libbsd)
-
-provides=(libsndio.so=7.1)
-
-source=(
-   "https://sndio.org/sndio-$pkgver.tar.gz;
-   "https://sndio.org/sndio-$pkgver.tar.gz.asc;
-)
-# Checksum source: http://www.sndio.org/sndio-$pkgver.tar.gz.sha256
-sha256sums=(
-   dda4e3d0879423ed57923975ba74668cbb9299939cad579b0ac64a4b01535552
-   SKIP
-)
-validpgpkeys=(6B1A7447AAF091CCDD36BAA6015E339411694A6E)
-
-backup=(etc/default/sndiod)
-
-build() {
-   cd "sndio-$pkgver"
-   ./configure --prefix=/usr --enable-alsa --with-libbsd
-   make
-}
-
-package() {
-   cd "sndio-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-
-   install -D -m 644 contrib/sndiod.service \
-   "$pkgdir/usr/lib/systemd/system/sndiod.service"
-   install -D -m 644 contrib/default.sndiod \
-   "$pkgdir/etc/default/sndiod"
-
-   install -d "$pkgdir/usr/share/licenses/sndio"
-   # this is the most up-to-date license outside of bsd-compat,
-   # which isn't being used in this build
-   sed '/^ \*\//q' aucat/aucat.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
-}

Copied: sndio/repos/community-x86_64/PKGBUILD (from rev 712764, 
sndio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 21:06:09 UTC (rev 712765)
@@ -0,0 +1,52 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=sndio
+pkgver=1.7.0
+pkgrel=3
+pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
+arch=(x86_64)
+url='https://sndio.org'
+license=(ISC)
+
+# sndio can be built without libbsd, but there are a bunch of individual
+# ISC-licensed files by different authors to extract the licenses from
+# if done that way. Licenses are complicated.
+depends=(alsa-lib libbsd)
+
+provides=(libsndio.so)
+
+source=(
+   "https://sndio.org/sndio-$pkgver.tar.gz;
+   "https://sndio.org/sndio-$pkgver.tar.gz.asc;
+)
+# Checksum source: http://www.sndio.org/sndio-$pkgver.tar.gz.sha256
+sha256sums=(
+   dda4e3d0879423ed57923975ba74668cbb9299939cad579b0ac64a4b01535552
+   SKIP
+)
+validpgpkeys=(6B1A7447AAF091CCDD36BAA6015E339411694A6E)
+
+backup=(etc/default/sndiod)
+
+build() {
+   cd "sndio-$pkgver"
+   ./configure --prefix=/usr --enable-alsa --with-libbsd
+   make
+}
+
+package() {
+   cd "sndio-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+
+   install -D -m 644 contrib/sndiod.service \
+   "$pkgdir/usr/lib/systemd/system/sndiod.service"
+   install -D -m 644 contrib/default.sndiod \
+   "$pkgdir/etc/default/sndiod"
+
+   install -d "$pkgdir/usr/share/licenses/sndio"
+   # this is the most up-to-date license outside of bsd-compat,
+   # which isn't being used in this build
+   sed '/^ \*\//q' aucat/aucat.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
+}


[arch-commits] Commit in openmotif/trunk (PKGBUILD no-demos.patch)

2020-09-27 Thread Antonio Rojas via arch-commits
Date: Sunday, September 27, 2020 @ 20:45:20
  Author: arojas
Revision: 712762

Disable demos (FS#68002), don't override system LDFLAGS, fix overlinking

Added:
  openmotif/trunk/no-demos.patch
Modified:
  openmotif/trunk/PKGBUILD

+
 PKGBUILD   |   19 ++-
 no-demos.patch |   13 +
 2 files changed, 27 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 19:37:00 UTC (rev 712761)
+++ PKGBUILD2020-09-27 20:45:20 UTC (rev 712762)
@@ -3,21 +3,30 @@
 
 pkgname=openmotif
 pkgver=2.3.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Open Motif"
 arch=('x86_64')
 url="https://motif.ics.com/;
 license=('LGPL')
-depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
+depends=(libxp libxft libxmu libpng libjpeg)
 makedepends=(xbitmaps xorgproto)
 conflicts=(lesstif)
-source=("https://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz;)
-sha256sums=('859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7')
+source=("https://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz;
+ no-demos.patch)
+sha256sums=('859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7'
+'ff55064ab36dba411599c9abef122b26d694ee11fd1d371378be08497448668c')
 
+prepare() {
+  cd motif-$pkgver
+  patch -p1 -i ../no-demos.patch # Don't build demos
+  touch NEWS AUTHORS
+  autoreconf -if
+}
+
 build() {
   cd motif-$pkgver
-  export LDFLAGS="-lX11"
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Added: no-demos.patch
===
--- no-demos.patch  (rev 0)
+++ no-demos.patch  2020-09-27 20:45:20 UTC (rev 712762)
@@ -0,0 +1,13 @@
+diff -up openmotif-2.3.3/Makefile.am.no_demos openmotif-2.3.3/Makefile.am
+--- openmotif-2.3.3/Makefile.am.no_demos   2008-09-19 16:38:05.0 
+0200
 openmotif-2.3.3/Makefile.am2010-03-23 13:53:13.0 +0100
+@@ -29,7 +29,7 @@ SUBDIRS  = bindings bitmaps \
+  include \
+  tools \
+  clients \
+- doc \
+- demos
++ doc
++
+ AUTOMAKE_OPTIONS = 1.4
+ ACLOCAL_AMFLAGS = -I .


[arch-commits] Commit in openmotif/repos/community-x86_64 (3 files)

2020-09-27 Thread Antonio Rojas via arch-commits
Date: Sunday, September 27, 2020 @ 20:45:32
  Author: arojas
Revision: 712763

archrelease: copy trunk to community-x86_64

Added:
  openmotif/repos/community-x86_64/PKGBUILD
(from rev 712762, openmotif/trunk/PKGBUILD)
  openmotif/repos/community-x86_64/no-demos.patch
(from rev 712762, openmotif/trunk/no-demos.patch)
Deleted:
  openmotif/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   63 +++
 no-demos.patch |   13 +++
 2 files changed, 49 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 20:45:20 UTC (rev 712762)
+++ PKGBUILD2020-09-27 20:45:32 UTC (rev 712763)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Enrico Morelli 
-
-pkgname=openmotif
-pkgver=2.3.8
-pkgrel=2
-pkgdesc="Open Motif"
-arch=('x86_64')
-url="https://motif.ics.com/;
-license=('LGPL')
-depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
-makedepends=(xbitmaps xorgproto)
-conflicts=(lesstif)
-source=("https://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz;)
-sha256sums=('859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7')
-
-build() {
-  cd motif-$pkgver
-  export LDFLAGS="-lX11"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd motif-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: openmotif/repos/community-x86_64/PKGBUILD (from rev 712762, 
openmotif/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 20:45:32 UTC (rev 712763)
@@ -0,0 +1,36 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Enrico Morelli 
+
+pkgname=openmotif
+pkgver=2.3.8
+pkgrel=3
+pkgdesc="Open Motif"
+arch=('x86_64')
+url="https://motif.ics.com/;
+license=('LGPL')
+depends=(libxp libxft libxmu libpng libjpeg)
+makedepends=(xbitmaps xorgproto)
+conflicts=(lesstif)
+source=("https://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz;
+ no-demos.patch)
+sha256sums=('859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7'
+'ff55064ab36dba411599c9abef122b26d694ee11fd1d371378be08497448668c')
+
+prepare() {
+  cd motif-$pkgver
+  patch -p1 -i ../no-demos.patch # Don't build demos
+  touch NEWS AUTHORS
+  autoreconf -if
+}
+
+build() {
+  cd motif-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd motif-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: openmotif/repos/community-x86_64/no-demos.patch (from rev 712762, 
openmotif/trunk/no-demos.patch)
===
--- no-demos.patch  (rev 0)
+++ no-demos.patch  2020-09-27 20:45:32 UTC (rev 712763)
@@ -0,0 +1,13 @@
+diff -up openmotif-2.3.3/Makefile.am.no_demos openmotif-2.3.3/Makefile.am
+--- openmotif-2.3.3/Makefile.am.no_demos   2008-09-19 16:38:05.0 
+0200
 openmotif-2.3.3/Makefile.am2010-03-23 13:53:13.0 +0100
+@@ -29,7 +29,7 @@ SUBDIRS  = bindings bitmaps \
+  include \
+  tools \
+  clients \
+- doc \
+- demos
++ doc
++
+ AUTOMAKE_OPTIONS = 1.4
+ ACLOCAL_AMFLAGS = -I .


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

2020-09-27 Thread David Runge via arch-commits
Date: Sunday, September 27, 2020 @ 19:37:00
  Author: dvzrv
Revision: 712761

archrelease: copy trunk to community-x86_64

Added:
  shim/repos/community-x86_64/
  shim/repos/community-x86_64/PKGBUILD
(from rev 712760, shim/trunk/PKGBUILD)

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

Copied: shim/repos/community-x86_64/PKGBUILD (from rev 712760, 
shim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-09-27 19:37:00 UTC (rev 712761)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+
+pkgname=shim
+pkgver=15
+pkgrel=4
+pkgdesc="EFI preloader"
+arch=('x86_64')
+url="https://github.com/rhboot/shim;
+license=('BSD')
+makedepends=('git' 'gnu-efi')
+source=("git+https://github.com/rhboot/shim#tag=${pkgver}?signed;)
+md5sums=('SKIP')
+validpgpkeys=('B00B48BC731AA8840FED9FB0EED266B70F4FEF10') # Peter Jones 

+
+prepare() {
+  cd "$pkgname"
+  # -Werror, not even once
+  sed -e 's/-Werror //g' -i Makefile Make.defaults
+}
+
+build() {
+  cd "$pkgname"
+  # TODO: evaluate setting DEFAULT_LOADER to e.g. loader.efi:
+  # this would require changing grub's default, but would allow us to unify
+  make EFI_PATH='/usr/lib/' EFIDIR='ARCH' ENABLE_HTTPBOOT='1'
+}
+
+package() {
+  cd "$pkgname"
+  make DATATARGETDIR="/usr/share/${pkgname}" DESTDIR="$pkgdir/" install-as-data
+  install -vDm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {BUILDING,README,README.{fallback,tpm},TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-09-27 Thread David Runge via arch-commits
Date: Sunday, September 27, 2020 @ 19:35:44
  Author: dvzrv
Revision: 712760

Add shim as possible (yet incomplete) Secure Boot implementation for archiso

Added:
  shim/
  shim/repos/
  shim/trunk/
  shim/trunk/PKGBUILD

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

Added: shim/trunk/PKGBUILD
===
--- shim/trunk/PKGBUILD (rev 0)
+++ shim/trunk/PKGBUILD 2020-09-27 19:35:44 UTC (rev 712760)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+
+pkgname=shim
+pkgver=15
+pkgrel=4
+pkgdesc="EFI preloader"
+arch=('x86_64')
+url="https://github.com/rhboot/shim;
+license=('BSD')
+makedepends=('git' 'gnu-efi')
+source=("git+https://github.com/rhboot/shim#tag=${pkgver}?signed;)
+md5sums=('SKIP')
+validpgpkeys=('B00B48BC731AA8840FED9FB0EED266B70F4FEF10') # Peter Jones 

+
+prepare() {
+  cd "$pkgname"
+  # -Werror, not even once
+  sed -e 's/-Werror //g' -i Makefile Make.defaults
+}
+
+build() {
+  cd "$pkgname"
+  # TODO: evaluate setting DEFAULT_LOADER to e.g. loader.efi:
+  # this would require changing grub's default, but would allow us to unify
+  make EFI_PATH='/usr/lib/' EFIDIR='ARCH' ENABLE_HTTPBOOT='1'
+}
+
+package() {
+  cd "$pkgname"
+  make DATATARGETDIR="/usr/share/${pkgname}" DESTDIR="$pkgdir/" install-as-data
+  install -vDm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {BUILDING,README,README.{fallback,tpm},TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-09-27 Thread Jonathan Steel via arch-commits
Date: Sunday, September 27, 2020 @ 19:11:34
  Author: jsteel
Revision: 712758

upgpkg: isync 1.3.3-1

Modified:
  isync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 19:05:41 UTC (rev 712757)
+++ PKGBUILD2020-09-27 19:11:34 UTC (rev 712758)
@@ -5,7 +5,7 @@
 # Contributor: Leslie P. Polzer 
 
 pkgname=isync
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="IMAP and MailDir mailbox synchronizer"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('libsasl' 'zlib')
 
source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
 
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
-md5sums=('69df20e88201aac818430b13e1f724b6'
+md5sums=('5e29a2da627492fe4311c4b9630ba643'
  'SKIP')
 validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'
   '63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA')


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

2020-09-27 Thread Jonathan Steel via arch-commits
Date: Sunday, September 27, 2020 @ 19:11:40
  Author: jsteel
Revision: 712759

archrelease: copy trunk to community-x86_64

Added:
  isync/repos/community-x86_64/PKGBUILD
(from rev 712758, isync/trunk/PKGBUILD)
Deleted:
  isync/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 19:11:34 UTC (rev 712758)
+++ PKGBUILD2020-09-27 19:11:40 UTC (rev 712759)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Mark Pustjens 
-# Contributor: Geoffroy Carrier 
-# Contributor: Giorgio Lando 
-# Contributor: Leslie P. Polzer 
-
-pkgname=isync
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="IMAP and MailDir mailbox synchronizer"
-arch=('x86_64')
-url="http://isync.sourceforge.net;
-license=('GPL2')
-depends=('libsasl' 'zlib')
-source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
-
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
-md5sums=('69df20e88201aac818430b13e1f724b6'
- 'SKIP')
-validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'
-  '63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: isync/repos/community-x86_64/PKGBUILD (from rev 712758, 
isync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 19:11:40 UTC (rev 712759)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Mark Pustjens 
+# Contributor: Geoffroy Carrier 
+# Contributor: Giorgio Lando 
+# Contributor: Leslie P. Polzer 
+
+pkgname=isync
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="IMAP and MailDir mailbox synchronizer"
+arch=('x86_64')
+url="http://isync.sourceforge.net;
+license=('GPL2')
+depends=('libsasl' 'zlib')
+source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
+
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
+md5sums=('5e29a2da627492fe4311c4b9630ba643'
+ 'SKIP')
+validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'
+  '63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-09-27 Thread Jonathan Steel via arch-commits
Date: Sunday, September 27, 2020 @ 19:05:34
  Author: jsteel
Revision: 712756

upgpkg: python-boto3 1.15.6-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 19:05:20 UTC (rev 712755)
+++ PKGBUILD2020-09-27 19:05:34 UTC (rev 712756)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=python-boto3
-pkgver=1.14.54
+pkgver=1.15.6
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('dcf7920d1e1f3d1529bd1516a29a603a3ac58505c59066711105d6f0210d0582459df67e8365d487c73248f3d0ae778fb4f6e6bc8688680b102018c19f4edda2')
+sha512sums=('7357f8ac98ca1bb1983af22537d1ed939b1e51371966a7c312ec748f6acf9fbbb102335965a79cf44ebbb2b0b4db9ce859c4470f542d19ceea4513d90eaba274')
 
 build() {
   cd boto3-$pkgver


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

2020-09-27 Thread Jonathan Steel via arch-commits
Date: Sunday, September 27, 2020 @ 19:05:41
  Author: jsteel
Revision: 712757

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 19:05:34 UTC (rev 712756)
+++ PKGBUILD2020-09-27 19:05:41 UTC (rev 712757)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=python-boto3
-pkgver=1.14.54
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('dcf7920d1e1f3d1529bd1516a29a603a3ac58505c59066711105d6f0210d0582459df67e8365d487c73248f3d0ae778fb4f6e6bc8688680b102018c19f4edda2')
-
-build() {
-  cd boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 712756, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 19:05:41 UTC (rev 712757)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=python-boto3
+pkgver=1.15.6
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('7357f8ac98ca1bb1983af22537d1ed939b1e51371966a7c312ec748f6acf9fbbb102335965a79cf44ebbb2b0b4db9ce859c4470f542d19ceea4513d90eaba274')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-09-27 Thread Jonathan Steel via arch-commits
Date: Sunday, September 27, 2020 @ 19:05:20
  Author: jsteel
Revision: 712755

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 712754, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 19:05:14 UTC (rev 712754)
+++ PKGBUILD2020-09-27 19:05:20 UTC (rev 712755)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.18.131
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('62e4bcb35ca883b2c93af512b00d1870')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 712754, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 19:05:20 UTC (rev 712755)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.18.147
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('4f44e24f11124f8c138f515f2ae179d4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2020-09-27 Thread Jonathan Steel via arch-commits
Date: Sunday, September 27, 2020 @ 19:05:14
  Author: jsteel
Revision: 712754

upgpkg: aws-cli 1.18.147-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 19:04:41 UTC (rev 712753)
+++ PKGBUILD2020-09-27 19:05:14 UTC (rev 712754)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.18.131
+pkgver=1.18.147
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('62e4bcb35ca883b2c93af512b00d1870')
+md5sums=('4f44e24f11124f8c138f515f2ae179d4')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in python-botocore/repos/community-any (3 files)

2020-09-27 Thread Jonathan Steel via arch-commits
Date: Sunday, September 27, 2020 @ 19:04:41
  Author: jsteel
Revision: 712753

archrelease: copy trunk to community-any

Added:
  python-botocore/repos/community-any/PKGBUILD
(from rev 712752, python-botocore/trunk/PKGBUILD)
Deleted:
  python-botocore/repos/community-any/PKGBUILD
  python-botocore/repos/community-any/docutils-0.16.patch

-+
 PKGBUILD|   62 +-
 docutils-0.16.patch |   22 -
 2 files changed, 27 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 19:04:30 UTC (rev 712752)
+++ PKGBUILD2020-09-27 19:04:41 UTC (rev 712753)
@@ -1,35 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.17.54
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
-docutils-0.16.patch)
-md5sums=('e5a7b1b6511b859a2790041041e7478e'
- 'a7cd91ca093446fa30459a9f43170b29')
-
-prepare() {
-  cd botocore-$pkgver
-  # https://github.com/boto/botocore/pull/2011
-  patch -Np1 -i ../docutils-0.16.patch
-}
-
-build() {
-  cd botocore-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 712752, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 19:04:41 UTC (rev 712753)
@@ -0,0 +1,27 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.18.6
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('6b79927dc922a4557f9ec227463a7808')
+
+build() {
+  cd botocore-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: docutils-0.16.patch
===
--- docutils-0.16.patch 2020-09-27 19:04:30 UTC (rev 712752)
+++ docutils-0.16.patch 2020-09-27 19:04:41 UTC (rev 712753)
@@ -1,22 +0,0 @@
-From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
-From: Sebastian P 
-Date: Fri, 17 Jan 2020 14:19:19 +0100
-Subject: [PATCH] setup.py: Allow use with docutils >=0.16
-

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index edc357897..555e5ef9f 100644
 a/setup.py
-+++ b/setup.py
-@@ -25,7 +25,7 @@ def find_version(*file_paths):
- 
- requires = [
- 'jmespath>=0.7.1,<1.0.0',
--'docutils>=0.10,<0.16',
-+'docutils>=0.10,<1.0.0',
- 'python-dateutil>=2.1,<3.0.0',
- ]
- 


[arch-commits] Commit in python-botocore/trunk (PKGBUILD docutils-0.16.patch)

2020-09-27 Thread Jonathan Steel via arch-commits
Date: Sunday, September 27, 2020 @ 19:04:30
  Author: jsteel
Revision: 712752

upgpkg: python-botocore 1.18.6-1

Modified:
  python-botocore/trunk/PKGBUILD
Deleted:
  python-botocore/trunk/docutils-0.16.patch

-+
 PKGBUILD|   14 +++---
 docutils-0.16.patch |   22 --
 2 files changed, 3 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 18:47:17 UTC (rev 712751)
+++ PKGBUILD2020-09-27 19:04:30 UTC (rev 712752)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.17.54
+pkgver=1.18.6
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -12,17 +12,9 @@
 license=('Apache')
 depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
 makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
-docutils-0.16.patch)
-md5sums=('e5a7b1b6511b859a2790041041e7478e'
- 'a7cd91ca093446fa30459a9f43170b29')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('6b79927dc922a4557f9ec227463a7808')
 
-prepare() {
-  cd botocore-$pkgver
-  # https://github.com/boto/botocore/pull/2011
-  patch -Np1 -i ../docutils-0.16.patch
-}
-
 build() {
   cd botocore-$pkgver
   python setup.py build

Deleted: docutils-0.16.patch
===
--- docutils-0.16.patch 2020-09-27 18:47:17 UTC (rev 712751)
+++ docutils-0.16.patch 2020-09-27 19:04:30 UTC (rev 712752)
@@ -1,22 +0,0 @@
-From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
-From: Sebastian P 
-Date: Fri, 17 Jan 2020 14:19:19 +0100
-Subject: [PATCH] setup.py: Allow use with docutils >=0.16
-

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index edc357897..555e5ef9f 100644
 a/setup.py
-+++ b/setup.py
-@@ -25,7 +25,7 @@ def find_version(*file_paths):
- 
- requires = [
- 'jmespath>=0.7.1,<1.0.0',
--'docutils>=0.10,<0.16',
-+'docutils>=0.10,<1.0.0',
- 'python-dateutil>=2.1,<3.0.0',
- ]
- 


[arch-commits] Commit in qmk/repos/community-any (12 files)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 18:47:17
  Author: foxboron
Revision: 712751

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/50-atmel-dfu.rules
(from rev 712750, qmk/trunk/50-atmel-dfu.rules)
  qmk/repos/community-any/54-input-club-keyboard.rules
(from rev 712750, qmk/trunk/54-input-club-keyboard.rules)
  qmk/repos/community-any/55-caterina.rules
(from rev 712750, qmk/trunk/55-caterina.rules)
  qmk/repos/community-any/56-dfu-util.rules
(from rev 712750, qmk/trunk/56-dfu-util.rules)
  qmk/repos/community-any/57-bootloadhid.rules
(from rev 712750, qmk/trunk/57-bootloadhid.rules)
  qmk/repos/community-any/PKGBUILD
(from rev 712750, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/50-atmel-dfu.rules
  qmk/repos/community-any/54-input-club-keyboard.rules
  qmk/repos/community-any/55-caterina.rules
  qmk/repos/community-any/56-dfu-util.rules
  qmk/repos/community-any/57-bootloadhid.rules
  qmk/repos/community-any/PKGBUILD

--+
 50-atmel-dfu.rules   |   12 ++--
 54-input-club-keyboard.rules |4 -
 55-caterina.rules|   10 ++--
 56-dfu-util.rules|8 +--
 57-bootloadhid.rules |4 -
 PKGBUILD |  102 -
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: 50-atmel-dfu.rules
===
--- 50-atmel-dfu.rules  2020-09-27 18:46:55 UTC (rev 712750)
+++ 50-atmel-dfu.rules  2020-09-27 18:47:17 UTC (rev 712751)
@@ -1,6 +0,0 @@
-# Atmel ATMega32U4
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel USBKEY AT90USB1287
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel ATMega32U2
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/50-atmel-dfu.rules (from rev 712750, 
qmk/trunk/50-atmel-dfu.rules)
===
--- 50-atmel-dfu.rules  (rev 0)
+++ 50-atmel-dfu.rules  2020-09-27 18:47:17 UTC (rev 712751)
@@ -0,0 +1,6 @@
+# Atmel ATMega32U4
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel USBKEY AT90USB1287
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel ATMega32U2
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 54-input-club-keyboard.rules
===
--- 54-input-club-keyboard.rules2020-09-27 18:46:55 UTC (rev 712750)
+++ 54-input-club-keyboard.rules2020-09-27 18:47:17 UTC (rev 712751)
@@ -1,2 +0,0 @@
-# Input Club keyboard bootloader
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/54-input-club-keyboard.rules (from rev 712750, 
qmk/trunk/54-input-club-keyboard.rules)
===
--- 54-input-club-keyboard.rules(rev 0)
+++ 54-input-club-keyboard.rules2020-09-27 18:47:17 UTC (rev 712751)
@@ -0,0 +1,2 @@
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 55-caterina.rules
===
--- 55-caterina.rules   2020-09-27 18:46:55 UTC (rev 712750)
+++ 55-caterina.rules   2020-09-27 18:47:17 UTC (rev 712751)
@@ -1,5 +0,0 @@
-# ModemManager should ignore the following devices
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9205", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"

Copied: qmk/repos/community-any/55-caterina.rules (from rev 712750, 
qmk/trunk/55-caterina.rules)
===
--- 55-caterina.rules   (rev 0)
+++ 55-caterina.rules   2020-09-27 18:47:17 UTC (rev 712751)
@@ -0,0 +1,5 @@
+# ModemManager should ignore the following devices
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", 

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

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 18:46:55
  Author: foxboron
Revision: 712750

upgpkg: qmk 0.0.35-3 - fixed udev rules

Modified:
  qmk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 18:25:22 UTC (rev 712749)
+++ PKGBUILD2020-09-27 18:46:55 UTC (rev 712750)
@@ -4,7 +4,7 @@
 
 pkgname=qmk
 pkgver=0.0.35
-pkgrel=2
+pkgrel=3
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
 url="https://github.com/qmk/qmk_cli;
@@ -46,6 +46,6 @@
   cd "${pkgname}-${pkgver}"
   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev"
-  install -Dm644 ../*.rules "${pkgdir}/usr/lib/udev"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../*.rules "${pkgdir}/usr/lib/udev/rules.d"
 }


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

2020-09-27 Thread David Runge via arch-commits
Date: Sunday, September 27, 2020 @ 18:25:22
  Author: dvzrv
Revision: 712749

archrelease: copy trunk to community-any

Added:
  python-django-filter/repos/community-any/PKGBUILD
(from rev 712748, python-django-filter/trunk/PKGBUILD)
Deleted:
  python-django-filter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 18:24:39 UTC (rev 712748)
+++ PKGBUILD2020-09-27 18:25:22 UTC (rev 712749)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=django-filter
-pkgname=python-django-filter
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A generic system for filtering Django QuerySets based on user 
selections"
-arch=('any')
-url="https://github.com/carltongibson/django-filter;
-license=('BSD')
-depends=('python-django')
-makedepends=('python-setuptools')
-checkdepends=('python-coverage' 'python-django-crispy-forms'
-'python-django-rest-framework' 'python-mock' 'python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('e071ee5afd71bc5db4485a8908c39a24df54830239932bc574c2badb83ec0e424059b914c1900a88382a94630c2221758d3fc3362ee738617ee2a5474ddf891d')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  python runtests.py
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {AUTHORS,{CHANGES,README}.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-django-filter/repos/community-any/PKGBUILD (from rev 712748, 
python-django-filter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 18:25:22 UTC (rev 712749)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=django-filter
+pkgname=python-django-filter
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A generic system for filtering Django QuerySets based on user 
selections"
+arch=('any')
+url="https://github.com/carltongibson/django-filter;
+license=('BSD')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-django-crispy-forms' 'python-django-rest-framework'
+'python-mock' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('0584222b46add89aa7dd1dfd334fdd19903e0119d455a2c46644c501a66df224f9f51c33394d130bcd1fc0f28c6ede6d6853b9790430040ec7228f9a1dc55264')
+b2sums=('994b07c0f5e511451964f4f1e007ff9906975600d0bc8a02dcbeb86f91bf906490ca394ca95c23c57c1fff25a447f50a40054c0abfe385300f9db87645753978')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  python runtests.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS,{CHANGES,README}.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-09-27 Thread David Runge via arch-commits
Date: Sunday, September 27, 2020 @ 18:24:39
  Author: dvzrv
Revision: 712748

upgpkg: python-django-filter 2.4.0-1: Upgrade to 2.4.0.

Remove unrequired checkdepends.

Modified:
  python-django-filter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:39:23 UTC (rev 712747)
+++ PKGBUILD2020-09-27 18:24:39 UTC (rev 712748)
@@ -2,7 +2,7 @@
 
 _name=django-filter
 pkgname=python-django-filter
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="A generic system for filtering Django QuerySets based on user 
selections"
 arch=('any')
@@ -10,10 +10,11 @@
 license=('BSD')
 depends=('python-django')
 makedepends=('python-setuptools')
-checkdepends=('python-coverage' 'python-django-crispy-forms'
-'python-django-rest-framework' 'python-mock' 'python-pytest')
+checkdepends=('python-django-crispy-forms' 'python-django-rest-framework'
+'python-mock' 'python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('e071ee5afd71bc5db4485a8908c39a24df54830239932bc574c2badb83ec0e424059b914c1900a88382a94630c2221758d3fc3362ee738617ee2a5474ddf891d')
+sha512sums=('0584222b46add89aa7dd1dfd334fdd19903e0119d455a2c46644c501a66df224f9f51c33394d130bcd1fc0f28c6ede6d6853b9790430040ec7228f9a1dc55264')
+b2sums=('994b07c0f5e511451964f4f1e007ff9906975600d0bc8a02dcbeb86f91bf906490ca394ca95c23c57c1fff25a447f50a40054c0abfe385300f9db87645753978')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -33,9 +34,8 @@
 package() {
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
+  --optimize=1 \
+  --root="${pkgdir}"
   install -vDm 644 {AUTHORS,{CHANGES,README}.rst} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"


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

2020-09-27 Thread Antonio Rojas via arch-commits
Date: Sunday, September 27, 2020 @ 17:54:58
  Author: arojas
Revision: 396808

Update to 10.73.33

Modified:
  netpbm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:42:14 UTC (rev 396807)
+++ PKGBUILD2020-09-27 17:54:58 UTC (rev 396808)
@@ -1,7 +1,7 @@
 # Maintainer: 
 
 pkgname=netpbm
-pkgver=10.73.32
+pkgver=10.73.33
 pkgrel=1
 pkgdesc="A toolkit for manipulation of graphic images"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 
https://sources.archlinux.org/other/packages/netpbm/netpbm-doc-31Jan2014.tar.xz{,.sig}
 netpbm-CAN-2005-2471.patch netpbm-security-code.patch 
netpbm-security-scripts.patch
 reproducible-man-gzip.patch use-source-date-epoch.patch)
-sha256sums=('a79b86a9ff28bac4fa46688a6cb6e537be0129d23fc74ec71a941b0791679942'
+sha256sums=('e370c3593c3a2a38edd7181c1ebfc40f03dba6ade915ad46ca5d4eb46c3e381a'
 '74bcf840ee643c6917330c382484010cb99c004a3fcf05391bebcac63815acb3'
 'SKIP'
 '991aba7897e0710687369b4e2edfba1397ecd77d62578eac496afbc47b5ca970'


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

2020-09-27 Thread Levente Polyak via arch-commits
Date: Sunday, September 27, 2020 @ 17:42:14
  Author: anthraxx
Revision: 396807

archrelease: copy trunk to extra-x86_64

Added:
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 396806, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.install
(from rev 396806, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/kismet.sysusers
(from rev 396806, kismet/trunk/kismet.sysusers)
  kismet/repos/extra-x86_64/python-install-flags.patch
(from rev 396806, kismet/trunk/python-install-flags.patch)
Deleted:
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.install
  kismet/repos/extra-x86_64/kismet.sysusers
  kismet/repos/extra-x86_64/python-install-flags.patch

+
 PKGBUILD   |  144 +--
 kismet.install |   38 +--
 kismet.sysusers|2 
 python-install-flags.patch |   90 +-
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 17:42:09 UTC (rev 396806)
+++ PKGBUILD2020-09-27 17:42:14 UTC (rev 396807)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Angel Velasquez 
-# Contributor: Jason Chu 
-
-pkgname=kismet
-pkgver=2020_09_R3
-_realver="${pkgver//_/-}"
-pkgrel=1
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
-url="https://www.kismetwireless.net/;
-arch=('x86_64')
-license=('GPL')
-depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
- 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
- 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
- 'python-numpy')
-makedepends=('python-setuptools')
-optdepends=(
-  'gpsd: log coordinates of detected networks'
-  'wireshark-cli: provide OUI files used to determine device manufacturer'
-  'wireshark-cli: mergecap, to merge multiple capture files'
-  'sox: provide the default kismet sound playback binary'
-  'festival: text-to-speech support'
-  'flite:  alternative/lightweight text-to-speech support')
-backup=(
-  etc/kismet/kismet.conf
-  etc/kismet/kismet_80211.conf
-  etc/kismet/kismet_alerts.conf
-  etc/kismet/kismet_filter.conf
-  etc/kismet/kismet_httpd.conf
-  etc/kismet/kismet_logging.conf
-  etc/kismet/kismet_memory.conf
-  etc/kismet/kismet_storage.conf
-  etc/kismet/kismet_uav.conf)
-install=kismet.install
-source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
-kismet.sysusers
-python-install-flags.patch)
-sha512sums=('b1c0daee20c59124059cfa71d5ab938c47f143a467e14b442aaf67a372599ff799a08951745cedb6f38e5cded7f5a30834bf03adee53846a90a593a0b3231a6a'
-
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-prepare() {
-  cd ${pkgname}-${_realver}
-  patch -Np0 < ../python-install-flags.patch
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${_realver}
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc/kismet
-  make all plugins
-}
-
-package() {
-  cd ${pkgname}-${_realver}
-  make DESTDIR="${pkgdir}" install
-
-  # Makepkg strip bug #43600
-  chmod u+w "${pkgdir}"/usr/bin/kismet*
-  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
-  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
-
-  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 396806, 
kismet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 17:42:14 UTC (rev 396807)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Angel Velasquez 
+# Contributor: Jason Chu 
+
+pkgname=kismet
+pkgver=2020_09_R4
+_realver="${pkgver//_/-}"
+pkgrel=1
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+url="https://www.kismetwireless.net/;
+arch=('x86_64')
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
+ 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
+ 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
+ 'python-numpy')
+makedepends=('python-setuptools')
+optdepends=(
+  'gpsd: log coordinates of detected networks'
+  'wireshark-cli: provide OUI files used 

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

2020-09-27 Thread Levente Polyak via arch-commits
Date: Sunday, September 27, 2020 @ 17:42:09
  Author: anthraxx
Revision: 396806

upgpkg: kismet 2020_09_R4-1

Modified:
  kismet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:24:59 UTC (rev 396805)
+++ PKGBUILD2020-09-27 17:42:09 UTC (rev 396806)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2020_09_R3
+pkgver=2020_09_R4
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
@@ -37,7 +37,7 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
 kismet.sysusers
 python-install-flags.patch)
-sha512sums=('b1c0daee20c59124059cfa71d5ab938c47f143a467e14b442aaf67a372599ff799a08951745cedb6f38e5cded7f5a30834bf03adee53846a90a593a0b3231a6a'
+sha512sums=('4f2dd641999dd2675d2c4dfbe28caf5a8476d5d7bd9dedeefb7b1420b48b9155a4d576123832974586d51c61ca4d77d8572ab7038da3ec6fa2a7791f3e1a1479'
 
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
 
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw


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

2020-09-27 Thread Antonio Rojas via arch-commits
Date: Sunday, September 27, 2020 @ 17:39:23
  Author: arojas
Revision: 712747

archrelease: copy trunk to community-x86_64

Added:
  pynormaliz/repos/community-x86_64/PKGBUILD
(from rev 712746, pynormaliz/trunk/PKGBUILD)
Deleted:
  pynormaliz/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 17:38:28 UTC (rev 712746)
+++ PKGBUILD2020-09-27 17:39:23 UTC (rev 712747)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pynormaliz
-pkgname=(python-pynormaliz)
-pkgver=2.12
-pkgrel=1
-pkgdesc="A Python interface to Normaliz"
-arch=(x86_64)
-url="https://github.com/sebasguts/PyNormaliz;
-license=(GPL2)
-depends=(python normaliz)
-makedepends=(python-setuptools boost)
-source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz;)
-sha256sums=('0f55de15541fb6fb4c1e27b87ad4cefa0c647a584ba0c78f10cf59243057d35f')
-
-build() {
-  cd PyNormaliz-$pkgver
-  python setup.py build
-}
-
-package_python-pynormaliz() {
-  cd PyNormaliz-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: pynormaliz/repos/community-x86_64/PKGBUILD (from rev 712746, 
pynormaliz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 17:39:23 UTC (rev 712747)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pynormaliz
+pkgname=(python-pynormaliz)
+pkgver=2.13
+pkgrel=1
+pkgdesc="A Python interface to Normaliz"
+arch=(x86_64)
+url="https://github.com/sebasguts/PyNormaliz;
+license=(GPL2)
+depends=(python normaliz)
+makedepends=(python-setuptools boost)
+source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz;)
+sha256sums=('75bcad190ca432cc3705363b9e0a915d09032e958e7b53eec75fb11634e0b7cc')
+
+build() {
+  cd PyNormaliz-$pkgver
+  python setup.py build
+}
+
+package_python-pynormaliz() {
+  cd PyNormaliz-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2020-09-27 Thread Antonio Rojas via arch-commits
Date: Sunday, September 27, 2020 @ 17:38:28
  Author: arojas
Revision: 712746

Update to 2.13

Modified:
  pynormaliz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:28:21 UTC (rev 712745)
+++ PKGBUILD2020-09-27 17:38:28 UTC (rev 712746)
@@ -2,7 +2,7 @@
 
 pkgbase=pynormaliz
 pkgname=(python-pynormaliz)
-pkgver=2.12
+pkgver=2.13
 pkgrel=1
 pkgdesc="A Python interface to Normaliz"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(python normaliz)
 makedepends=(python-setuptools boost)
 
source=("https://pypi.io/packages/source/P/PyNormaliz/PyNormaliz-$pkgver.tar.gz;)
-sha256sums=('0f55de15541fb6fb4c1e27b87ad4cefa0c647a584ba0c78f10cf59243057d35f')
+sha256sums=('75bcad190ca432cc3705363b9e0a915d09032e958e7b53eec75fb11634e0b7cc')
 
 build() {
   cd PyNormaliz-$pkgver


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

2020-09-27 Thread Antonio Rojas via arch-commits
Date: Sunday, September 27, 2020 @ 17:28:11
  Author: arojas
Revision: 712744

Update to 3.8.9

Modified:
  normaliz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:24:16 UTC (rev 712743)
+++ PKGBUILD2020-09-27 17:28:11 UTC (rev 712744)
@@ -2,7 +2,7 @@
 # Contributor: Tarn Burton 
 
 pkgname=normaliz
-pkgver=3.8.8
+pkgver=3.8.9
 pkgrel=1
 pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
 arch=(x86_64)
@@ -10,8 +10,8 @@
 license=(GPL)
 depends=(e-antic)
 makedepends=(boost nauty)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz;)
-sha256sums=('aed49fce48bdf9660c5f7081f79dd78cedcaeaa98dd66d35016e07ee038bd5e7')
+source=("https://github.com/Normaliz/Normaliz/releases/download/v.$pkgver/Normaliz-$pkgver.tar.gz;)
+sha256sums=('a4c3eda39ffe42120adfd3bda9433b01d9965516e3f98e401b62752a54bee5dd')
 
 build() {
   cd $pkgname-$pkgver


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

2020-09-27 Thread Antonio Rojas via arch-commits
Date: Sunday, September 27, 2020 @ 17:28:21
  Author: arojas
Revision: 712745

archrelease: copy trunk to community-x86_64

Added:
  normaliz/repos/community-x86_64/PKGBUILD
(from rev 712744, normaliz/trunk/PKGBUILD)
Deleted:
  normaliz/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 17:28:11 UTC (rev 712744)
+++ PKGBUILD2020-09-27 17:28:21 UTC (rev 712745)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tarn Burton 
-
-pkgname=normaliz
-pkgver=3.8.8
-pkgrel=1
-pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
-arch=(x86_64)
-url="https://www.normaliz.uni-osnabrueck.de/;
-license=(GPL)
-depends=(e-antic)
-makedepends=(boost nauty)
-source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz;)
-sha256sums=('aed49fce48bdf9660c5f7081f79dd78cedcaeaa98dd66d35016e07ee038bd5e7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: normaliz/repos/community-x86_64/PKGBUILD (from rev 712744, 
normaliz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 17:28:21 UTC (rev 712745)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tarn Burton 
+
+pkgname=normaliz
+pkgver=3.8.9
+pkgrel=1
+pkgdesc="A tool for computations in affine monoids, vector configurations, 
lattice polytopes, and rational cones."
+arch=(x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/;
+license=(GPL)
+depends=(e-antic)
+makedepends=(boost nauty)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v.$pkgver/Normaliz-$pkgver.tar.gz;)
+sha256sums=('a4c3eda39ffe42120adfd3bda9433b01d9965516e3f98e401b62752a54bee5dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 17:24:50
  Author: heftig
Revision: 396804

0.40.0-1

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:23:29 UTC (rev 396803)
+++ PKGBUILD2020-09-27 17:24:50 UTC (rev 396804)
@@ -2,13 +2,14 @@
 # Contributor: Balló György 
 
 pkgname=rygel
-pkgver=0.38.4
+pkgver=0.40.0
 pkgrel=1
 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
 url="https://wiki.gnome.org/Projects/Rygel;
 arch=(x86_64)
 license=(LGPL)
-depends=(gupnp gupnp-av gupnp-dlna libgee gtk3 libunistring tracker 
libmediaart)
+depends=(gupnp gupnp-av gupnp-dlna libgee gtk3 libunistring tracker3
+ libmediaart gst-editing-services)
 makedepends=(vala gobject-introspection git meson)
 optdepends=('gst-plugins-base: Extra media codecs'
 'gst-plugins-good: Extra media codecs'
@@ -18,7 +19,7 @@
 'tracker-miners: Share indexed media files')
 backup=(etc/rygel.conf)
 groups=(gnome)
-_commit=d8dfd749616de512190379a80f2c49028fe212a9  # tags/rygel-0.38.4^0
+_commit=ad252e047d7c6d88435a460df335351e15b9300c  # tags/rygel-0.40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/rygel.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -32,7 +33,8 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build \
+-D plugins=external,gst-launch,lms,media-export,mpris,playbin,ruih,tracker3
   meson compile -C build
 }
 


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 17:24:59
  Author: heftig
Revision: 396805

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  rygel/repos/gnome-unstable-x86_64/
  rygel/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 396804, rygel/trunk/PKGBUILD)

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

Copied: rygel/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396804, 
rygel/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-09-27 17:24:59 UTC (rev 396805)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.40.0
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+url="https://wiki.gnome.org/Projects/Rygel;
+arch=(x86_64)
+license=(LGPL)
+depends=(gupnp gupnp-av gupnp-dlna libgee gtk3 libunistring tracker3
+ libmediaart gst-editing-services)
+makedepends=(vala gobject-introspection git meson)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker-miners: Share indexed media files')
+backup=(etc/rygel.conf)
+groups=(gnome)
+_commit=ad252e047d7c6d88435a460df335351e15b9300c  # tags/rygel-0.40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/rygel.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^RYGEL//;s/^rygel-//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D plugins=external,gst-launch,lms,media-export,mpris,playbin,ruih,tracker3
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-09-27 Thread Antonio Rojas via arch-commits
Date: Sunday, September 27, 2020 @ 17:24:16
  Author: arojas
Revision: 712743

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 712742, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 17:24:06 UTC (rev 712742)
+++ PKGBUILD2020-09-27 17:24:16 UTC (rev 712743)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Soulseek music-sharing client, written in python'
-arch=(any)
-url='https://github.com/Nicotine-Plus/nicotine-plus'
-license=(GPL)
-depends=(python-pytaglib python-gobject python-miniupnpc gtk3 gsound gspell 
libnotify)
-makedepends=(python-setuptools)
-optdepends=('libappindicator-gtk3: tray icon')
-source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
-sha256sums=('450f25b8faada34ce838790d37f6164def84397f1e61dd7aa44ccfbd3193c5ef')
-
-package() {
-  cd nicotine-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 712742, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 17:24:16 UTC (rev 712743)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(python-pytaglib python-gobject python-miniupnpc gtk3 gsound gspell 
libnotify)
+makedepends=(python-setuptools)
+optdepends=('libappindicator-gtk3: tray icon')
+source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
+sha256sums=('44be702fbf3b7cdb4920eacb80bbb307e29ec7e9d736187a54f6d4b0760ec942')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


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

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 17:23:29
  Author: heftig
Revision: 712741

archrelease: copy trunk to community-x86_64

Added:
  simple-scan/repos/community-x86_64/PKGBUILD
(from rev 712740, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 17:19:37 UTC (rev 712740)
+++ PKGBUILD2020-09-27 17:23:29 UTC (rev 712741)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.36.6
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="https://gitlab.gnome.org/GNOME/simple-scan;
-arch=(x86_64)
-license=(GPL3)
-groups=(gnome)
-depends=(sane dconf gtk3 colord-sane libgusb)
-makedepends=(yelp-tools meson vala git)
-_commit=fd9142fb3963ee4ca5538136a062183c5973c7ac  # tags/3.36.6^0
-source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 712740, 
simple-scan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 17:23:29 UTC (rev 712741)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://gitlab.gnome.org/GNOME/simple-scan;
+arch=(x86_64)
+license=(GPL3)
+groups=(gnome)
+depends=(sane dconf gtk3 colord-sane libgusb)
+makedepends=(yelp-tools meson vala git)
+_commit=76a39e79d4c9f02234683525ce7d7d0d4531df4a  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


  1   2   3   4   >