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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 03:29:35
  Author: grazzolini
Revision: 511315

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/PKGBUILD
(from rev 511314, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 511314, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 511314, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 511314, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 511314, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 511314, keepass/trunk/keepass.xml)
Deleted:
  keepass/repos/community-staging-any/PKGBUILD
  keepass/repos/community-staging-any/keepass
  keepass/repos/community-staging-any/keepass.1
  keepass/repos/community-staging-any/keepass.desktop
  keepass/repos/community-staging-any/keepass.install
  keepass/repos/community-staging-any/keepass.xml

-+
 PKGBUILD|  168 +++---
 keepass |4 -
 keepass.1   |   46 +++---
 keepass.desktop |   24 +++
 keepass.install |   28 -
 5 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-21 03:28:45 UTC (rev 511314)
+++ PKGBUILD2019-09-21 03:29:35 UTC (rev 511315)
@@ -1,84 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Timothy Redaelli 
-# Contributor: Kirill "reflexing" Churin 
-# Contributor: Andrej Gelenberg 
-
-pkgname=keepass
-pkgver=2.43
-pkgrel=1
-pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
-arch=('any')
-url='https://keepass.info/'
-license=('GPL')
-depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
-makedepends=('icoutils')
-optdepends=('xdotool: if you want to use auto-type'
-'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
-install="$pkgname.install"
-source=("https://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
-"https://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
-'keepass'
-'keepass.1'
-'keepass.desktop'
-'keepass.xml')
-
-md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
- 'SKIP'
- '628e383dbfcaeefa996e4677dca35ff1'
- 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
- 'e910fabacfd7a5f7caa7c1fac0b5254e'
- 'cc97882563fbaa0d5db44c9089990f12')
-sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
-  'SKIP'
-  '3142e80316feb67d687da993b919a634e89e6b1b'
-  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
-  '22fab942358986679549e5263e1d4dabd23085f5'
-  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
-sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
-'SKIP'
-'05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
-'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
-'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
-'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
-validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
-
-prepare() {
-  # Extract icons
-  icotool -x KeePass/KeePass.ico
-
-  pushd Build &>/dev/null
-  LANG=en_US.UTF-8 bash PrepMonoDev.sh
-  popd &>/dev/null
-}
-
-build() {
-  xbuild /target:KeePass /property:Configuration=Release
-  cp Ext/KeePass.exe.config Build/KeePass/Release/
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin
-  install -dm755 "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
-  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
-  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
-  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
-
-  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
-
-  # Proper installation of .desktop file
-  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
-
-  # Install icons
-  for size in 16 32 48 256; do
-install -Dm644 \
-KeePass_*_${size}x${size}x32.png \
-"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
-  done
-
-  # Needed for postinst with xdg-utils
-  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
-}

Copied: keepass/repos/community-staging-any/PKGBUILD (from rev 511314, 
keepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-21 03:29:35 UTC (rev 511315)
@@ -0,0 

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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 03:28:45
  Author: grazzolini
Revision: 511314

upgpkg: keepass 2.43-3

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 03:26:53 UTC (rev 511313)
+++ PKGBUILD2019-09-21 03:28:45 UTC (rev 511314)
@@ -5,7 +5,7 @@
 
 pkgname=keepass
 pkgver=2.43
-pkgrel=1
+pkgrel=3
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
 url='https://keepass.info/'


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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 03:26:53
  Author: grazzolini
Revision: 511313

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 511312, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 511312, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 511312, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 511312, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 511312, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 511312, keepass/trunk/keepass.xml)

-+
 PKGBUILD|   84 ++
 keepass |2 +
 keepass.1   |   23 ++
 keepass.desktop |   12 +++
 keepass.install |   14 +
 5 files changed, 135 insertions(+)

Copied: keepass/repos/community-staging-any/PKGBUILD (from rev 511312, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-21 03:26:53 UTC (rev 511313)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.43
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='https://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install="$pkgname.install"
+source=("https://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"https://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml')
+
+md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
+'SKIP'
+'05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
+'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
+'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
+'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
+validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
+
+prepare() {
+  # Extract icons
+  icotool -x KeePass/KeePass.ico
+
+  pushd Build &>/dev/null
+  LANG=en_US.UTF-8 bash PrepMonoDev.sh
+  popd &>/dev/null
+}
+
+build() {
+  xbuild /target:KeePass /property:Configuration=Release
+  cp Ext/KeePass.exe.config Build/KeePass/Release/
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
+  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
+  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
+  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
+
+  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
+
+  # Proper installation of .desktop file
+  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
+
+  # Install icons
+  for size in 16 32 48 256; do
+install -Dm644 \
+KeePass_*_${size}x${size}x32.png \
+"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
+  done
+
+  # Needed for postinst with xdg-utils
+  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
+}

Copied: keepass/repos/community-staging-any/keepass (from rev 511312, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2019-09-21 03:26:53 UTC (rev 511313)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: 

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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 03:25:58
  Author: grazzolini
Revision: 511312

upgpkg: keepass 2.43-1

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 03:15:13 UTC (rev 511311)
+++ PKGBUILD2019-09-21 03:25:58 UTC (rev 511312)
@@ -4,8 +4,8 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=keepass
-pkgver=2.42.1
-pkgrel=5
+pkgver=2.43
+pkgrel=1
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
 url='https://keepass.info/'
@@ -22,19 +22,19 @@
 'keepass.desktop'
 'keepass.xml')
 
-md5sums=('09e3034224d7c82c1822ab3b015f1495'
+md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
  'SKIP'
  '628e383dbfcaeefa996e4677dca35ff1'
  'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
  'e910fabacfd7a5f7caa7c1fac0b5254e'
  'cc97882563fbaa0d5db44c9089990f12')
-sha1sums=('b40e5469a1d9e086f084442cf350e9d33233cfea'
+sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
   'SKIP'
   '3142e80316feb67d687da993b919a634e89e6b1b'
   '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
   '22fab942358986679549e5263e1d4dabd23085f5'
   '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
-sha256sums=('415654e62e1e03f1bc3d0ae7e5d447c9ddbcc23cb039452424dc5def141976c1'
+sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
 'SKIP'
 '05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
 'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'


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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 03:13:06
  Author: grazzolini
Revision: 511310

archrelease: copy trunk to community-testing-any

Added:
  keepass/repos/community-testing-any/
  keepass/repos/community-testing-any/PKGBUILD
(from rev 511309, keepass/trunk/PKGBUILD)
  keepass/repos/community-testing-any/keepass
(from rev 511309, keepass/trunk/keepass)
  keepass/repos/community-testing-any/keepass.1
(from rev 511309, keepass/trunk/keepass.1)
  keepass/repos/community-testing-any/keepass.desktop
(from rev 511309, keepass/trunk/keepass.desktop)
  keepass/repos/community-testing-any/keepass.install
(from rev 511309, keepass/trunk/keepass.install)
  keepass/repos/community-testing-any/keepass.xml
(from rev 511309, keepass/trunk/keepass.xml)

-+
 PKGBUILD|   84 ++
 keepass |2 +
 keepass.1   |   23 ++
 keepass.desktop |   12 +++
 keepass.install |   14 +
 5 files changed, 135 insertions(+)

Copied: keepass/repos/community-testing-any/PKGBUILD (from rev 511309, 
keepass/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-09-21 03:13:06 UTC (rev 511310)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.42.1
+pkgrel=5
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='https://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install="$pkgname.install"
+source=("https://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"https://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml')
+
+md5sums=('09e3034224d7c82c1822ab3b015f1495'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('b40e5469a1d9e086f084442cf350e9d33233cfea'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('415654e62e1e03f1bc3d0ae7e5d447c9ddbcc23cb039452424dc5def141976c1'
+'SKIP'
+'05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
+'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
+'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
+'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
+validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
+
+prepare() {
+  # Extract icons
+  icotool -x KeePass/KeePass.ico
+
+  pushd Build &>/dev/null
+  LANG=en_US.UTF-8 bash PrepMonoDev.sh
+  popd &>/dev/null
+}
+
+build() {
+  xbuild /target:KeePass /property:Configuration=Release
+  cp Ext/KeePass.exe.config Build/KeePass/Release/
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
+  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
+  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
+  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
+
+  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
+
+  # Proper installation of .desktop file
+  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
+
+  # Install icons
+  for size in 16 32 48 256; do
+install -Dm644 \
+KeePass_*_${size}x${size}x32.png \
+"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
+  done
+
+  # Needed for postinst with xdg-utils
+  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
+}

Copied: keepass/repos/community-testing-any/keepass (from rev 511309, 
keepass/trunk/keepass)
===
--- community-testing-any/keepass   (rev 0)
+++ community-testing-any/keepass   2019-09-21 03:13:06 UTC (rev 511310)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: 

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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 03:12:11
  Author: grazzolini
Revision: 511309

upgpkg: keepass 2.42.1-5

mono rebuild

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 03:00:41 UTC (rev 511308)
+++ PKGBUILD2019-09-21 03:12:11 UTC (rev 511309)
@@ -4,8 +4,8 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=keepass
-pkgver=2.43
-pkgrel=2
+pkgver=2.42.1
+pkgrel=5
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
 url='https://keepass.info/'
@@ -22,19 +22,19 @@
 'keepass.desktop'
 'keepass.xml')
 
-md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
+md5sums=('09e3034224d7c82c1822ab3b015f1495'
  'SKIP'
  '628e383dbfcaeefa996e4677dca35ff1'
  'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
  'e910fabacfd7a5f7caa7c1fac0b5254e'
  'cc97882563fbaa0d5db44c9089990f12')
-sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
+sha1sums=('b40e5469a1d9e086f084442cf350e9d33233cfea'
   'SKIP'
   '3142e80316feb67d687da993b919a634e89e6b1b'
   '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
   '22fab942358986679549e5263e1d4dabd23085f5'
   '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
-sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
+sha256sums=('415654e62e1e03f1bc3d0ae7e5d447c9ddbcc23cb039452424dc5def141976c1'
 'SKIP'
 '05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
 'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'


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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 03:00:41
  Author: grazzolini
Revision: 511308

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 511307, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 511307, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 511307, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 511307, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 511307, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 511307, keepass/trunk/keepass.xml)

-+
 PKGBUILD|   84 ++
 keepass |2 +
 keepass.1   |   23 ++
 keepass.desktop |   12 +++
 keepass.install |   14 +
 5 files changed, 135 insertions(+)

Copied: keepass/repos/community-staging-any/PKGBUILD (from rev 511307, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-21 03:00:41 UTC (rev 511308)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.43
+pkgrel=2
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='https://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install="$pkgname.install"
+source=("https://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"https://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml')
+
+md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
+'SKIP'
+'05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
+'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
+'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
+'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
+validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
+
+prepare() {
+  # Extract icons
+  icotool -x KeePass/KeePass.ico
+
+  pushd Build &>/dev/null
+  LANG=en_US.UTF-8 bash PrepMonoDev.sh
+  popd &>/dev/null
+}
+
+build() {
+  xbuild /target:KeePass /property:Configuration=Release
+  cp Ext/KeePass.exe.config Build/KeePass/Release/
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
+  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
+  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
+  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
+
+  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
+
+  # Proper installation of .desktop file
+  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
+
+  # Install icons
+  for size in 16 32 48 256; do
+install -Dm644 \
+KeePass_*_${size}x${size}x32.png \
+"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
+  done
+
+  # Needed for postinst with xdg-utils
+  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
+}

Copied: keepass/repos/community-staging-any/keepass (from rev 511307, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2019-09-21 03:00:41 UTC (rev 511308)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: 

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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 02:59:45
  Author: grazzolini
Revision: 511307

upgpkg: keepass 2.43-2

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 02:56:11 UTC (rev 511306)
+++ PKGBUILD2019-09-21 02:59:45 UTC (rev 511307)
@@ -5,7 +5,7 @@
 
 pkgname=keepass
 pkgver=2.43
-pkgrel=1
+pkgrel=2
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
 url='https://keepass.info/'


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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 02:54:02
  Author: grazzolini
Revision: 511305

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 511304, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 511304, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 511304, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 511304, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 511304, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 511304, keepass/trunk/keepass.xml)

-+
 PKGBUILD|   84 ++
 keepass |2 +
 keepass.1   |   23 ++
 keepass.desktop |   12 +++
 keepass.install |   14 +
 5 files changed, 135 insertions(+)

Copied: keepass/repos/community-staging-any/PKGBUILD (from rev 511304, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-21 02:54:02 UTC (rev 511305)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.43
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='https://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install="$pkgname.install"
+source=("https://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"https://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml')
+
+md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
+'SKIP'
+'05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
+'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
+'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
+'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
+validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
+
+prepare() {
+  # Extract icons
+  icotool -x KeePass/KeePass.ico
+
+  pushd Build &>/dev/null
+  LANG=en_US.UTF-8 bash PrepMonoDev.sh
+  popd &>/dev/null
+}
+
+build() {
+  xbuild /target:KeePass /property:Configuration=Release
+  cp Ext/KeePass.exe.config Build/KeePass/Release/
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
+  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
+  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
+  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
+
+  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
+
+  # Proper installation of .desktop file
+  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
+
+  # Install icons
+  for size in 16 32 48 256; do
+install -Dm644 \
+KeePass_*_${size}x${size}x32.png \
+"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
+  done
+
+  # Needed for postinst with xdg-utils
+  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
+}

Copied: keepass/repos/community-staging-any/keepass (from rev 511304, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2019-09-21 02:54:02 UTC (rev 511305)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: 

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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 02:50:38
  Author: grazzolini
Revision: 511303

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 511302, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 511302, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 511302, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 511302, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 511302, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 511302, keepass/trunk/keepass.xml)

-+
 PKGBUILD|   84 ++
 keepass |2 +
 keepass.1   |   23 ++
 keepass.desktop |   12 +++
 keepass.install |   14 +
 5 files changed, 135 insertions(+)

Copied: keepass/repos/community-staging-any/PKGBUILD (from rev 511302, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-21 02:50:38 UTC (rev 511303)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.43
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='https://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install="$pkgname.install"
+source=("https://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"https://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml')
+
+md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
+'SKIP'
+'05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
+'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
+'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
+'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
+validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
+
+prepare() {
+  # Extract icons
+  icotool -x KeePass/KeePass.ico
+
+  pushd Build &>/dev/null
+  LANG=en_US.UTF-8 bash PrepMonoDev.sh
+  popd &>/dev/null
+}
+
+build() {
+  xbuild /target:KeePass /property:Configuration=Release
+  cp Ext/KeePass.exe.config Build/KeePass/Release/
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
+  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
+  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
+  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
+
+  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
+
+  # Proper installation of .desktop file
+  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
+
+  # Install icons
+  for size in 16 32 48 256; do
+install -Dm644 \
+KeePass_*_${size}x${size}x32.png \
+"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
+  done
+
+  # Needed for postinst with xdg-utils
+  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
+}

Copied: keepass/repos/community-staging-any/keepass (from rev 511302, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2019-09-21 02:50:38 UTC (rev 511303)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: 

[arch-commits] Commit in keepass/repos (community-staging-any)

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 02:49:09
  Author: grazzolini
Revision: 511302

Cleanup for staging

Deleted:
  keepass/repos/community-staging-any/


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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 02:47:16
  Author: grazzolini
Revision: 511301

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 511300, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 511300, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 511300, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 511300, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 511300, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 511300, keepass/trunk/keepass.xml)

-+
 PKGBUILD|   84 ++
 keepass |2 +
 keepass.1   |   23 ++
 keepass.desktop |   12 +++
 keepass.install |   14 +
 5 files changed, 135 insertions(+)

Copied: keepass/repos/community-staging-any/PKGBUILD (from rev 511300, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-21 02:47:16 UTC (rev 511301)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.43
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='https://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install="$pkgname.install"
+source=("https://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"https://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml')
+
+md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
+'SKIP'
+'05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
+'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
+'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
+'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
+validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
+
+prepare() {
+  # Extract icons
+  icotool -x KeePass/KeePass.ico
+
+  pushd Build &>/dev/null
+  LANG=en_US.UTF-8 bash PrepMonoDev.sh
+  popd &>/dev/null
+}
+
+build() {
+  xbuild /target:KeePass /property:Configuration=Release
+  cp Ext/KeePass.exe.config Build/KeePass/Release/
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
+  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
+  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
+  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
+
+  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
+
+  # Proper installation of .desktop file
+  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
+
+  # Install icons
+  for size in 16 32 48 256; do
+install -Dm644 \
+KeePass_*_${size}x${size}x32.png \
+"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
+  done
+
+  # Needed for postinst with xdg-utils
+  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
+}

Copied: keepass/repos/community-staging-any/keepass (from rev 511300, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2019-09-21 02:47:16 UTC (rev 511301)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: 

[arch-commits] Commit in keepass/repos (community-staging-any staging-any)

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 02:33:54
  Author: grazzolini
Revision: 511300

Cleaning up staging

Deleted:
  keepass/repos/community-staging-any/
  keepass/repos/staging-any/


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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 02:31:29
  Author: grazzolini
Revision: 363181

archrelease: copy trunk to staging-x86_64

Added:
  mono/repos/staging-x86_64/
  mono/repos/staging-x86_64/PKGBUILD
(from rev 363180, mono/trunk/PKGBUILD)
  mono/repos/staging-x86_64/mono.binfmt.d
(from rev 363180, mono/trunk/mono.binfmt.d)
  mono/repos/staging-x86_64/mono.install
(from rev 363180, mono/trunk/mono.install)

---+
 PKGBUILD  |  109 
 mono.binfmt.d |1 
 mono.install  |7 +++
 3 files changed, 117 insertions(+)

Copied: mono/repos/staging-x86_64/PKGBUILD (from rev 363180, 
mono/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-09-21 02:31:29 UTC (rev 363181)
@@ -0,0 +1,109 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Giancarlo Razzolinit 
+# Contributor: Daniel Isenmann 
+# Contributor: Brice Carpentier 
+
+pkgname=mono
+_gitcommit=6256b82d62fbfe09fe37f717a66657ef9558abce
+pkgver=6.0.0.334
+pkgrel=1
+pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
+url='https://www.mono-project.com/'
+arch=('x86_64')
+license=('GPL' 'LGPL2.1' 'MPL')
+depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates')
+makedepends=('cmake' 'git')
+provides=('monodoc')
+conflicts=('monodoc')
+install=mono.install
+source=(${pkgname}::"git+https://github.com/mono/mono#commit=${_gitcommit};
+git+https://github.com/mono/aspnetwebstack
+git+https://github.com/mono/Newtonsoft.Json
+git+https://github.com/mono/cecil
+git+https://github.com/mono/rx
+git+https://github.com/mono/ikvm-fork
+git+https://github.com/mono/ikdasm
+git+https://github.com/mono/reference-assemblies
+git+https://github.com/mono/NUnitLite
+git+https://github.com/mono/NuGet.BuildTasks
+git+https://github.com/mono/boringssl
+git+https://github.com/mono/corefx
+git+https://github.com/mono/bockbuild
+git+https://github.com/mono/linker
+git+https://github.com/mono/roslyn-binaries
+git+https://github.com/mono/corert
+git+https://github.com/mono/xunit-binaries
+git+https://github.com/mono/api-doc-tools
+git+https://github.com/mono/api-snapshot
+mono.binfmt.d)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'9a657fc153ef4ce23bf5fc369a26bf4a124e9304bde3744d04c583c54ca47425')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/^mono-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."external/aspnetwebstack".url "${srcdir}/aspnetwebstack"
+  git config submodule."external/Newtonsoft.Json".url 
"${srcdir}/Newtonsoft.Json"
+  git config submodule."external/cecil".url "${srcdir}/cecil"
+  git config submodule."external/rx".url "${srcdir}/rx"
+  git config submodule."external/ikvm".url "${srcdir}/ikvm-fork"
+  git config submodule."external/ikdasm".url "${srcdir}/ikdasm"
+  git config submodule."external/reference-assemblies".url 
"${srcdir}/reference-assemblies"
+  git config submodule."external/nunit-lite".url "${srcdir}/NUnitLite"
+  git config submodule."external/nuget-buildtasks".url 
"${srcdir}/NuGet.BuildTasks"
+  git config submodule."external/cecil-legacy".url "${srcdir}/cecil"
+  git config submodule."external/boringssl".url "${srcdir}/boringssl"
+  git config submodule."external/corefx".url "${srcdir}/corefx"
+  git config submodule."external/bockbuild".url "${srcdir}/bockbuild"
+  git config submodule."external/linker".url "${srcdir}/linker"
+  git config submodule."external/roslyn-binaries".url 
"${srcdir}/roslyn-binaries"
+  git config submodule."external/corert".url "${srcdir}/corert"
+  git config submodule."external/xunit-binaries".url "${srcdir}/xunit-binaries"
+  git config submodule."external/api-doc-tools".url "${srcdir}/api-doc-tools"
+  git config submodule."external/api-snapshot".url "${srcdir}/api-snapshot"
+  git submodule update --recursive
+}
+
+build() {
+  cd ${pkgname}
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--bindir=/usr/bin \
+--sbindir=/usr/bin \
+--with-mcs-docs=no
+  make
+  make -C mcs/jay
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  make -C mcs/jay DESTDIR="${pkgdir}" prefix=/usr INSTALL=../../install-sh 
install
+  install -Dm 644 "${srcdir}/mono.binfmt.d" 
"${pkgdir}/usr/lib/binfmt.d/mono.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: 

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

2019-09-20 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 21, 2019 @ 02:30:47
  Author: grazzolini
Revision: 363180

upgpkg: mono 6.0.0.334-1

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 23:51:05 UTC (rev 363179)
+++ PKGBUILD2019-09-21 02:30:47 UTC (rev 363180)
@@ -4,8 +4,8 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-_gitcommit=f8ea05bddcb232493a38d5f9c41ba6910d65354f
-pkgver=6.0.0.327
+_gitcommit=6256b82d62fbfe09fe37f717a66657ef9558abce
+pkgver=6.0.0.334
 pkgrel=1
 pkgdesc='Free implementation of the .NET platform including runtime and 
compiler'
 url='https://www.mono-project.com/'


[arch-commits] Commit in gitlab/repos/community-x86_64 (20 files)

2019-09-20 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 21, 2019 @ 01:18:18
  Author: svenstaro
Revision: 511299

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 511298, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 511298, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 511298, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 511298, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 511298, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 511298, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 511298, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 511298, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 511298, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 511298, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  434 +++---
 gitlab-backup.service   |   40 ++--
 gitlab-backup.timer |   20 +-
 gitlab-mailroom.service |   44 ++--
 gitlab-sidekiq.service  |   62 +++---
 gitlab-unicorn.service  |   68 +++
 gitlab.install  |   40 ++--
 gitlab.logrotate|   22 +-
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 10 files changed, 373 insertions(+), 373 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-21 01:17:49 UTC (rev 511298)
+++ PKGBUILD2019-09-21 01:18:18 UTC (rev 511299)
@@ -1,217 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=12.2.5
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('4e05cbf37d66257332b0808f3996c91320565d4e4e00c8bc4f4687ecf134780df87c25a0e215acdeec09300cbf65ae428d56200bdafe047eb97793ae4862042e'
-
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
-
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
-
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'
-
'fdb698c86057574aecaa1f1503f3d3319e06d5e872c676d58590b48bb7b3483b837bc991136eb2cc4b2cea68b52d294b8c1b382c9659f14027a923ac3c17d6d5'
-
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
-

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

2019-09-20 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 21, 2019 @ 01:17:49
  Author: svenstaro
Revision: 511298

upgpkg: gitlab 12.3.0-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 01:12:49 UTC (rev 511297)
+++ PKGBUILD2019-09-21 01:17:49 UTC (rev 511298)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=12.2.5
+pkgver=12.3.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -27,7 +27,7 @@
 "etc/webapps/${pkgname}/resque.yml"
 "etc/webapps/${pkgname}/unicorn.rb"
 "etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver};
 gitlab-unicorn.service
 gitlab-sidekiq.service
 gitlab-backup.service
@@ -37,7 +37,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('4e05cbf37d66257332b0808f3996c91320565d4e4e00c8bc4f4687ecf134780df87c25a0e215acdeec09300cbf65ae428d56200bdafe047eb97793ae4862042e'
+sha512sums=('e649ee91211adcf4aa7521b93a77a298822297914306f9df71dcee7220d3aed0e133bba981f7ad5bbe08428cb01765e69fee9f4080e0bc78a718b8908e0db16c'
 
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
 
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
 
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'
@@ -51,7 +51,7 @@
 _etcdir="/etc/webapps/${pkgname}"
 _homedir="/var/lib/${pkgname}"
 _logdir="/var/log/${pkgname}"
-_srcdir="gitlab-ce-"
+_srcdir="gitlab-foss-"
 
 prepare() {
   # Get first 7 characters from sha1 which has 40 characters in total
@@ -198,7 +198,7 @@
   mv README.md MAINTENANCE.md CONTRIBUTING.md CHANGELOG.md PROCESS.md VERSION 
config/*.{example,postgresql} "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
-  # https://gitlab.com/gitlab-org/gitlab-ce/issues/765
+  # https://gitlab.com/gitlab-org/gitlab-foss/issues/765
   cp -r "${pkgdir}${_datadir}/doc" "${pkgdir}${_datadir}/public/help"
   find "${pkgdir}${_datadir}/public/help" -name "*.md" -exec rm {} \;
   find "${pkgdir}${_datadir}/public/help/" -depth -type d -empty -exec rmdir 
{} \;


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

2019-09-20 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 21, 2019 @ 01:12:49
  Author: svenstaro
Revision: 511297

archrelease: copy trunk to community-x86_64

Added:
  mumble/repos/community-x86_64/PKGBUILD
(from rev 511296, mumble/trunk/PKGBUILD)
  mumble/repos/community-x86_64/mumble-protobuf-3.7.patch
(from rev 511296, mumble/trunk/mumble-protobuf-3.7.patch)
Deleted:
  mumble/repos/community-x86_64/PKGBUILD
  mumble/repos/community-x86_64/mumble-protobuf-3.7.patch

---+
 PKGBUILD  |  119 +--
 mumble-protobuf-3.7.patch | 1600 ++--
 2 files changed, 858 insertions(+), 861 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-21 01:12:34 UTC (rev 511296)
+++ PKGBUILD2019-09-21 01:12:49 UTC (rev 511297)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lauri Niskanen 
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete "no-g15" in the configure line below
-
-pkgname=mumble
-pkgver=1.3.0
-_pkgver=1.3.0
-__pkgver=1.3.0
-pkgrel=1
-arch=('x86_64')
-pkgdesc="A voice chat application similar to TeamSpeak"
-license=('BSD')
-depends=(qt5-base qt5-svg speex lsb-release libxi avahi libsndfile protobuf 
libpulse opus
- xdg-utils libspeechd libpng freetype2 fontconfig libxrender)
-makedepends=(boost mesa python qt5-tools)
-optdepends=('speech-dispatcher')
-url="https://www.mumble.info/;
-source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz{,.sig})
-sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
-'SKIP')
-validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
-
-build() {
-  cd "$srcdir"/$pkgname-$__pkgver
-
-  qmake-qt5 main.pro \
-CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
-no-embed-qt-translations no-update packaged" \
-DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
-INCLUDEPATH+="/usr/include/speech-dispatcher" \
-LIBS+="-lpng16 -lfreetype -lXrender -lfontconfig"
-  make release
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$__pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble "$pkgdir"/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay "$pkgdir"/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$__pkgver 
"$pkgdir"/usr/lib/mumble/libmumble.so.$__pkgver
-  ln -s libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1.3
-  install -m755 -D ./release/plugins/liblink.so 
"$pkgdir"/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/libcelt* "$pkgdir"/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop 
"$pkgdir"/usr/share/applications/mumble.desktop
-  install -m755 -d "$pkgdir"/usr/share/man/man1
-  install -m644 -D ./man/mum* "$pkgdir"/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-x86_64/PKGBUILD (from rev 511296, 
mumble/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-21 01:12:49 UTC (rev 511297)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lauri Niskanen 
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+pkgname=mumble
+pkgver=1.3.0
+pkgrel=2
+arch=('x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=(qt5-base qt5-svg speex lsb-release libxi avahi libsndfile protobuf 
libpulse opus
+ xdg-utils libspeechd libpng freetype2 fontconfig libxrender)
+makedepends=(boost mesa jack python qt5-tools)
+optdepends=('jack: JACK audio output'
+'speech-dispatcher: Text-to-speech support'
+'espeak-ng: Text-to-speech support')
+url="https://www.mumble.info/;
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig})
+sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
+'SKIP')
+validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  qmake-qt5 main.pro \
+CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
+no-embed-qt-translations no-update packaged" \
+

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

2019-09-20 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 21, 2019 @ 01:12:34
  Author: svenstaro
Revision: 511296

upgpkg: mumble 1.3.0-2

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 01:11:43 UTC (rev 511295)
+++ PKGBUILD2019-09-21 01:12:34 UTC (rev 511296)
@@ -3,29 +3,26 @@
 # Contributor: sebastian.sal...@gmx.de
 # Contributor: Doc Angelo
 
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete "no-g15" in the configure line below
-
 pkgname=mumble
 pkgver=1.3.0
-_pkgver=1.3.0
-__pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc="A voice chat application similar to TeamSpeak"
 license=('BSD')
 depends=(qt5-base qt5-svg speex lsb-release libxi avahi libsndfile protobuf 
libpulse opus
  xdg-utils libspeechd libpng freetype2 fontconfig libxrender)
-makedepends=(boost mesa python qt5-tools)
-optdepends=('speech-dispatcher')
+makedepends=(boost mesa jack python qt5-tools)
+optdepends=('jack: JACK audio output'
+'speech-dispatcher: Text-to-speech support'
+'espeak-ng: Text-to-speech support')
 url="https://www.mumble.info/;
-source=(https://github.com/mumble-voip/mumble/releases/download/${_pkgver}/mumble-${_pkgver}.tar.gz{,.sig})
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig})
 
sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
 'SKIP')
 validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
 
 build() {
-  cd "$srcdir"/$pkgname-$__pkgver
+  cd "$srcdir"/$pkgname-$pkgver
 
   qmake-qt5 main.pro \
 CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
@@ -37,7 +34,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$__pkgver
+  cd "$srcdir"/$pkgname-$pkgver
 
   # bin stuff
   install -m755 -D ./release/mumble "$pkgdir"/usr/bin/mumble
@@ -44,10 +41,10 @@
   install -m755 -D ./scripts/mumble-overlay "$pkgdir"/usr/bin/mumble-overlay
 
   # lib stuff
-  install -m755 -D ./release/libmumble.so.$__pkgver 
"$pkgdir"/usr/lib/mumble/libmumble.so.$__pkgver
-  ln -s libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$__pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1.3
+  install -m755 -D ./release/libmumble.so.$pkgver 
"$pkgdir"/usr/lib/mumble/libmumble.so.$pkgver
+  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so
+  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1
+  ln -s libmumble.so.$pkgver "$pkgdir"/usr/lib/mumble/libmumble.so.1.3
   install -m755 -D ./release/plugins/liblink.so 
"$pkgdir"/usr/lib/mumble/liblink.so
   install -m755 -D ./release/libcelt* "$pkgdir"/usr/lib/mumble/
 


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

2019-09-20 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 21, 2019 @ 01:11:43
  Author: svenstaro
Revision: 511295

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 511294, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-21 01:11:29 UTC (rev 511294)
+++ PKGBUILD2019-09-21 01:11:43 UTC (rev 511295)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=10.0.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('1e8a0d6f8fa4bc471380159086060465dfa1639a04919d2d7494389582f14fab921d4cf2e57914e4e896e8cf37c2eca2298ab75d95169400ce401739f5d09117')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 511294, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-21 01:11:43 UTC (rev 511295)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=10.0.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('e3bc7dd3d1baffc7be0c42541b715ebe5f7357269904589d7f424b299ccb5bc3a1d5aa8c3635c83d82d4cb7f342cd02a68223190491c56bd8574adfe925c3c29')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


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

2019-09-20 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 21, 2019 @ 01:11:29
  Author: svenstaro
Revision: 511294

upgpkg: tokei 10.0.1-1

Modified:
  tokei/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 01:01:02 UTC (rev 511293)
+++ PKGBUILD2019-09-21 01:11:29 UTC (rev 511294)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=tokei
-pkgver=10.0.0
+pkgver=10.0.1
 pkgrel=1
 pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=('gcc-libs')
 makedepends=('rust' 'cargo')
 source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('1e8a0d6f8fa4bc471380159086060465dfa1639a04919d2d7494389582f14fab921d4cf2e57914e4e896e8cf37c2eca2298ab75d95169400ce401739f5d09117')
+sha512sums=('e3bc7dd3d1baffc7be0c42541b715ebe5f7357269904589d7f424b299ccb5bc3a1d5aa8c3635c83d82d4cb7f342cd02a68223190491c56bd8574adfe925c3c29')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in python-language-server/repos (3 files)

2019-09-20 Thread Maxim Baz via arch-commits
Date: Saturday, September 21, 2019 @ 00:33:14
  Author: maximbaz
Revision: 511291

archrelease: copy trunk to community-testing-any

Added:
  python-language-server/repos/community-testing-any/
  python-language-server/repos/community-testing-any/PKGBUILD
(from rev 511290, python-language-server/trunk/PKGBUILD)
  python-language-server/repos/community-testing-any/jedi15.patch
(from rev 511290, python-language-server/trunk/jedi15.patch)

--+
 PKGBUILD |   47 +++
 jedi15.patch |   86 +
 2 files changed, 133 insertions(+)

Copied: python-language-server/repos/community-testing-any/PKGBUILD (from rev 
511290, python-language-server/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-09-21 00:33:14 UTC (rev 511291)
@@ -0,0 +1,47 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.28.3
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
+optdepends=("python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+"python-pyflakes: for linter to detect various errors"
+"python-pycodestyle: for style checking"
+"python-pylint: for code linting"
+"autopep8: for code formatting"
+"yapf: for code formatting (preferred over autopep8)"
+"python-pydocstyle: for docstring style checking")
+makedepends=("python" "python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+ "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+jedi15.patch)
+sha256sums=('bf172c9c21fc5c2baa293155ddcb27712905f1ea1ebc0ba90985f7fd13039550'
+'eaf656ed8400e0ebd8a2cc52311be018029f9c46b5dc23c4bb1a0a5067da7356')
+
+build() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 -i "${srcdir}/jedi15.patch"
+python setup.py build
+}
+
+# check() {
+# cd "${pkgname}-${pkgver}"
+# py.test
+# }
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:

Copied: python-language-server/repos/community-testing-any/jedi15.patch (from 
rev 511290, python-language-server/trunk/jedi15.patch)
===
--- community-testing-any/jedi15.patch  (rev 0)
+++ community-testing-any/jedi15.patch  2019-09-21 00:33:14 UTC (rev 511291)
@@ -0,0 +1,86 @@
+From c3cab77a85b1de4af1aec1bafea6a7320d6baec5 Mon Sep 17 00:00:00 2001
+From: Mykhailo Panarin <31699470+mpana...@users.noreply.github.com>
+Date: Wed, 11 Sep 2019 16:39:03 +0300
+Subject: [PATCH] Separate signature from docstring on hover (#623)
+
+---
+ pyls/_utils.py |  1 -
+ pyls/plugins/hover.py  | 27 ++-
+ setup.py   |  2 +-
+ test/plugins/test_hover.py |  2 +-
+ 4 files changed, 24 insertions(+), 8 deletions(-)
+
+diff --git a/pyls/_utils.py b/pyls/_utils.py
+index 1ce2195..48216b8 100644
+--- a/pyls/_utils.py
 b/pyls/_utils.py
+@@ -136,7 +136,6 @@ def format_docstring(contents):
+ """
+ contents = contents.replace('\t', u'\u00A0' * 4)
+ contents = contents.replace('  ', u'\u00A0' * 2)
+-contents = contents.replace('*', '\\*')
+ return contents
+ 
+ 
+diff --git a/pyls/plugins/hover.py b/pyls/plugins/hover.py
+index 605ba89..86f80c3 100644
+--- a/pyls/plugins/hover.py
 b/pyls/plugins/hover.py
+@@ -10,9 +10,26 @@ def pyls_hover(document, position):
+ definitions = document.jedi_script(position).goto_definitions()
+ word = document.word_at_position(position)
+ 
+-# Find an exact match for a completion
+-for d in definitions:
+-if d.name == word:
+-return {'contents': _utils.format_docstring(d.docstring()) or ''}
++# Find first exact matching definition
++definition = next((x for x in definitions if x.name == word), None)
+ 
+-return {'contents': ''}
++if not definition:
++return {'contents': ''}
++
++# raw docstring returns only doc, without signature
++doc = 

[arch-commits] Commit in python-language-server/trunk (PKGBUILD jedi15.patch)

2019-09-20 Thread Maxim Baz via arch-commits
Date: Saturday, September 21, 2019 @ 00:33:09
  Author: maximbaz
Revision: 511290

upgpkg: python-language-server 0.28.3-1

include patch for python-jedi 15
disable tests until next release

Added:
  python-language-server/trunk/jedi15.patch
Modified:
  python-language-server/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++-
 jedi15.patch |   86 +
 2 files changed, 96 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 00:20:16 UTC (rev 511289)
+++ PKGBUILD2019-09-21 00:33:09 UTC (rev 511290)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.28.2
+pkgver=0.28.3
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -22,18 +22,21 @@
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
   "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('75f49d5459cc3a498fcea3d2251348564b7af6de74828558d9c7919393c1d020')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+jedi15.patch)
+sha256sums=('bf172c9c21fc5c2baa293155ddcb27712905f1ea1ebc0ba90985f7fd13039550'
+'eaf656ed8400e0ebd8a2cc52311be018029f9c46b5dc23c4bb1a0a5067da7356')
 
 build() {
 cd "${pkgname}-${pkgver}"
+patch -Np1 -i "${srcdir}/jedi15.patch"
 python setup.py build
 }
 
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
+# check() {
+# cd "${pkgname}-${pkgver}"
+# py.test
+# }
 
 package() {
 cd "${pkgname}-${pkgver}"

Added: jedi15.patch
===
--- jedi15.patch(rev 0)
+++ jedi15.patch2019-09-21 00:33:09 UTC (rev 511290)
@@ -0,0 +1,86 @@
+From c3cab77a85b1de4af1aec1bafea6a7320d6baec5 Mon Sep 17 00:00:00 2001
+From: Mykhailo Panarin <31699470+mpana...@users.noreply.github.com>
+Date: Wed, 11 Sep 2019 16:39:03 +0300
+Subject: [PATCH] Separate signature from docstring on hover (#623)
+
+---
+ pyls/_utils.py |  1 -
+ pyls/plugins/hover.py  | 27 ++-
+ setup.py   |  2 +-
+ test/plugins/test_hover.py |  2 +-
+ 4 files changed, 24 insertions(+), 8 deletions(-)
+
+diff --git a/pyls/_utils.py b/pyls/_utils.py
+index 1ce2195..48216b8 100644
+--- a/pyls/_utils.py
 b/pyls/_utils.py
+@@ -136,7 +136,6 @@ def format_docstring(contents):
+ """
+ contents = contents.replace('\t', u'\u00A0' * 4)
+ contents = contents.replace('  ', u'\u00A0' * 2)
+-contents = contents.replace('*', '\\*')
+ return contents
+ 
+ 
+diff --git a/pyls/plugins/hover.py b/pyls/plugins/hover.py
+index 605ba89..86f80c3 100644
+--- a/pyls/plugins/hover.py
 b/pyls/plugins/hover.py
+@@ -10,9 +10,26 @@ def pyls_hover(document, position):
+ definitions = document.jedi_script(position).goto_definitions()
+ word = document.word_at_position(position)
+ 
+-# Find an exact match for a completion
+-for d in definitions:
+-if d.name == word:
+-return {'contents': _utils.format_docstring(d.docstring()) or ''}
++# Find first exact matching definition
++definition = next((x for x in definitions if x.name == word), None)
+ 
+-return {'contents': ''}
++if not definition:
++return {'contents': ''}
++
++# raw docstring returns only doc, without signature
++doc = _utils.format_docstring(definition.docstring(raw=True))
++
++# Find first exact matching signature
++signature = next((x.to_string() for x in definition.get_signatures() if 
x.name == word), '')
++
++contents = []
++if signature:
++contents.append({
++'language': 'python',
++'value': signature,
++})
++if doc:
++contents.append(doc)
++if not contents:
++return {'contents': ''}
++return {'contents': contents}
+diff --git a/setup.py b/setup.py
+index d0f7f7d..fcd3727 100755
+--- a/setup.py
 b/setup.py
+@@ -36,7 +36,7 @@
+ 'future>=0.14.0',
+ 'futures; python_version<"3.2"',
+ 'backports.functools_lru_cache; python_version<"3.2"',
+-'jedi>=0.14.1,<0.15',
++'jedi>=0.15.0,<0.16',
+ 'python-jsonrpc-server>=0.1.0',
+ 'pluggy'
+ ],
+diff --git a/test/plugins/test_hover.py b/test/plugins/test_hover.py
+index 5d3baf8..9b56d2e 100644
+--- a/test/plugins/test_hover.py
 b/test/plugins/test_hover.py
+@@ -21,7 +21,7 @@ def test_hover():
+ doc = Document(DOC_URI, DOC)
+ 
+ assert {
+-'contents': 

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

2019-09-20 Thread Levente Polyak via arch-commits
Date: Saturday, September 21, 2019 @ 00:20:16
  Author: anthraxx
Revision: 511289

archrelease: copy trunk to community-testing-any

Added:
  python-jedi/repos/community-testing-any/
  python-jedi/repos/community-testing-any/PKGBUILD
(from rev 511288, python-jedi/trunk/PKGBUILD)
  python-jedi/repos/community-testing-any/jedi-fix-pytest5.1.2.patch
(from rev 511288, python-jedi/trunk/jedi-fix-pytest5.1.2.patch)

+
 PKGBUILD   |   76 
 jedi-fix-pytest5.1.2.patch |  197 +++
 2 files changed, 273 insertions(+)

Copied: python-jedi/repos/community-testing-any/PKGBUILD (from rev 511288, 
python-jedi/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-09-21 00:20:16 UTC (rev 511289)
@@ -0,0 +1,76 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Levente Polyak 
+# Contributor: Danilo Bargen 
+# Contributor: Simon Conseil 
+# Contributor: Jesus Alvarez
+
+pkgbase=python-jedi
+pkgname=('python2-jedi' 'python-jedi')
+_gitcommit=005f69390c4b1a3b864e7373cfcbdaf95e65411d
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="Awesome autocompletion for python"
+url="https://github.com/davidhalter/jedi;
+arch=('any')
+license=('MIT')
+makedepends=('git' 'python2-setuptools' 'python-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-parso' 'python2-parso')
+source=("git+https://github.com/davidhalter/jedi#commit=${_gitcommit};
+git+https://github.com/davidhalter/typeshed
+jedi-fix-pytest5.1.2.patch)
+sha256sums=('SKIP'
+'SKIP'
+'a02b616a3cdd178de894abb6212f6ce86432915dc5c12cd156da043433e6b153')
+
+pkgver() {
+  cd jedi
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  (cd jedi
+git submodule init
+git config submodule."jedi/third_party/typeshed".url "${srcdir}/typeshed"
+git submodule update --recursive
+patch -Np1 < ../jedi-fix-pytest5.1.2.patch
+  )
+  cp -a jedi{,-py2}
+}
+
+build() {
+  (cd jedi
+python setup.py build
+  )
+  (cd jedi-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  (cd jedi
+pytest test
+  )
+  (cd jedi-py2
+pytest2 test
+  )
+}
+
+package_python-jedi() {
+  pkgdesc="Awesome autocompletion for python"
+  depends=('python' 'python-parso')
+  cd jedi
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 CHANGELOG.rst README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+package_python2-jedi() {
+  pkgdesc="Awesome autocompletion for python2"
+  depends=('python2' 'python2-parso')
+  cd jedi-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 CHANGELOG.rst README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:

Copied: python-jedi/repos/community-testing-any/jedi-fix-pytest5.1.2.patch 
(from rev 511288, python-jedi/trunk/jedi-fix-pytest5.1.2.patch)
===
--- community-testing-any/jedi-fix-pytest5.1.2.patch
(rev 0)
+++ community-testing-any/jedi-fix-pytest5.1.2.patch2019-09-21 00:20:16 UTC 
(rev 511289)
@@ -0,0 +1,197 @@
+From f57a0b3469159954253b3be6d3147bc902095029 Mon Sep 17 00:00:00 2001
+From: Levente Polyak 
+Date: Fri, 20 Sep 2019 18:34:39 +0200
+Subject: [PATCH] fix static analysis test skips with latest pytest
+
+Latest pytest ensures pytest.skip is being called with a str parameter.
+However, test_static_analysis passed over the skip parameter which
+contains a tuple returned from skip_python_version leading to test
+regression.
+Unify the version skip reasons for both, static analysis and integration
+tests by using a shared BaseTestCase parent to avoid code duplication.
+Furthermore handle test_static_analysis skip_reason extraction
+orthogonal to test_completion.
+---
+ test/conftest.py | 42 +
+ test/run.py  | 67 ++--
+ test/test_integration.py |  5 +--
+ 3 files changed, 61 insertions(+), 53 deletions(-)
+
+diff --git a/test/conftest.py b/test/conftest.py
+index 45bb48e0..389c7c98 100644
+--- a/test/conftest.py
 b/test/conftest.py
+@@ -10,7 +10,6 @@ from . import refactor
+ 
+ import jedi
+ from jedi.api.environment import InterpreterEnvironment
+-from jedi.evaluate.analysis import Warning
+ 
+ 
+ def pytest_addoption(parser):
+@@ -85,46 +84,7 @@ def collect_static_analysis_tests(base_dir, test_files):
+ files_to_execute = [a for a in test_files.items() if a[0] in f_name]
+ if f_name.endswith(".py") and (not test_files or files_to_execute):
+ path = os.path.join(base_dir, 

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

2019-09-20 Thread Levente Polyak via arch-commits
Date: Saturday, September 21, 2019 @ 00:20:10
  Author: anthraxx
Revision: 511288

upgpkg: python-jedi 0.15.1-1 (using git for submodule dep + pytest fix)

- upstream release
- includes fix for pytest expecting str params to skip()

Added:
  python-jedi/trunk/jedi-fix-pytest5.1.2.patch
Modified:
  python-jedi/trunk/PKGBUILD
Deleted:
  python-jedi/trunk/fix-environment-cache.patch

-+
 PKGBUILD|   77 +++-
 fix-environment-cache.patch |   21 
 jedi-fix-pytest5.1.2.patch  |  197 ++
 3 files changed, 252 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 23:22:18 UTC (rev 511287)
+++ PKGBUILD2019-09-21 00:20:10 UTC (rev 511288)
@@ -1,4 +1,5 @@
 # Maintainer: Jelle van der Waa 
+# Maintainer: Levente Polyak 
 # Contributor: Danilo Bargen 
 # Contributor: Simon Conseil 
 # Contributor: Jesus Alvarez
@@ -5,39 +6,71 @@
 
 pkgbase=python-jedi
 pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.13.3
+_gitcommit=005f69390c4b1a3b864e7373cfcbdaf95e65411d
+pkgver=0.15.1
 pkgrel=1
+pkgdesc="Awesome autocompletion for python"
+url="https://github.com/davidhalter/jedi;
 arch=('any')
-url="https://github.com/davidhalter/jedi;
 license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools')
+makedepends=('git' 'python2-setuptools' 'python-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-parso' 'python2-parso')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/davidhalter/jedi/archive/v$pkgver.tar.gz;)
-sha256sums=('e82c4933b4c9717276fa6528b91d7c667463ac2773ccecd076e6b068c70a6e0e')
+source=("git+https://github.com/davidhalter/jedi#commit=${_gitcommit};
+git+https://github.com/davidhalter/typeshed
+jedi-fix-pytest5.1.2.patch)
+sha256sums=('SKIP'
+'SKIP'
+'a02b616a3cdd178de894abb6212f6ce86432915dc5c12cd156da043433e6b153')
 
+pkgver() {
+  cd jedi
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  (cd jedi
+git submodule init
+git config submodule."jedi/third_party/typeshed".url "${srcdir}/typeshed"
+git submodule update --recursive
+patch -Np1 < ../jedi-fix-pytest5.1.2.patch
+  )
+  cp -a jedi{,-py2}
+}
+
+build() {
+  (cd jedi
+python setup.py build
+  )
+  (cd jedi-py2
+python2 setup.py build
+  )
+}
+
 check() {
-cd "$srcdir/jedi-${pkgver}"
-pytest test || warning 'Ignoring test_pyc failure'
+  (cd jedi
+pytest test
+  )
+  (cd jedi-py2
+pytest2 test
+  )
 }
 
 package_python-jedi() {
-pkgdesc="Awesome autocompletion for python"
-depends=('python' 'python-parso')
-conflicts=('python3-jedi-git')
-cd "$srcdir/jedi-${pkgver}"
-python3 setup.py install --root="$pkgdir/" --optimize=1
-
-install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  pkgdesc="Awesome autocompletion for python"
+  depends=('python' 'python-parso')
+  cd jedi
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 CHANGELOG.rst README.rst -t "$pkgdir/usr/share/doc/$pkgname"
 }
 
 package_python2-jedi() {
-pkgdesc="Awesome autocompletion for python2"
-depends=('python2' 'python2-parso')
-conflicts=('jedi-git' 'python2-jedi-git')
-cd "$srcdir/jedi-${pkgver}"
-python2 setup.py install --root="$pkgdir/" --optimize=1
-
-install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  pkgdesc="Awesome autocompletion for python2"
+  depends=('python2' 'python2-parso')
+  cd jedi-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 CHANGELOG.rst README.rst -t "$pkgdir/usr/share/doc/$pkgname"
 }
 
-# vim:set ts=2 sw=2 et
+# vim: ts=2 sw=2 et:

Deleted: fix-environment-cache.patch
===
--- fix-environment-cache.patch 2019-09-20 23:22:18 UTC (rev 511287)
+++ fix-environment-cache.patch 2019-09-21 00:20:10 UTC (rev 511288)
@@ -1,21 +0,0 @@
-diff -u -r jedi-0.13.1/jedi/api/environment.py 
jedi-0.13.1-fix/jedi/api/environment.py
 jedi-0.13.1/jedi/api/environment.py2018-10-02 17:07:35.0 
+
-+++ jedi-0.13.1-fix/jedi/api/environment.py2018-11-23 15:03:25.989461415 
+
-@@ -190,15 +190,11 @@
- 
- 
- def get_cached_default_environment():
--environment = _get_cached_default_environment()
--if environment.path != os.environ.get('VIRTUAL_ENV'):
--_get_cached_default_environment.clear_cache()
--return _get_cached_default_environment()
--return environment
-+return _get_cached_default_environment(os.environ.get('VIRTUAL_ENV'))
- 
- 
- 

[arch-commits] Commit in openssh/repos (8 files)

2019-09-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, September 20, 2019 @ 23:51:05
  Author: bisson
Revision: 363179

archrelease: copy trunk to testing-x86_64

Added:
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 363178, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/PKGBUILD.snap
(from rev 363178, openssh/trunk/PKGBUILD.snap)
  openssh/repos/testing-x86_64/install
(from rev 363178, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 363178, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 363178, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 363178, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 363178, openssh/trunk/sshdgenkeys.service)

-+
 PKGBUILD|   89 +++
 PKGBUILD.snap   |   93 ++
 install |   20 ++
 sshd.conf   |1 
 sshd.pam|6 +++
 sshd.service|   14 +++
 sshdgenkeys.service |   15 
 7 files changed, 238 insertions(+)

Copied: openssh/repos/testing-x86_64/PKGBUILD (from rev 363178, 
openssh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-20 23:51:05 UTC (rev 363179)
@@ -0,0 +1,89 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=8.0p1
+pkgrel=3
+pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
+url='https://www.openssh.com/portable.html'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd.service'
+'sshd.conf'
+'sshd.pam')
+sha256sums=('bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68'
+'SKIP'
+'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
+'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
+'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
+'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Tests require openssh to be already installed system-wide,
+   # also connectivity tests will fail under makechrootpkg since
+# it runs as nobody which has /bin/false as login shell.
+
+   if [[ -e /usr/bin/scp && ! -e /.arch-chroot ]]; then
+   make tests
+   fi
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+
+   install -Dm644 ../sshdgenkeys.service 
"${pkgdir}"/usr/lib/systemd/system/sshdgenkeys.service
+   install -Dm644 ../sshd.service 
"${pkgdir}"/usr/lib/systemd/system/sshd.service
+   install -Dm644 ../sshd.conf "${pkgdir}"/usr/lib/tmpfiles.d/sshd.conf
+   install -Dm644 ../sshd.pam "${pkgdir}"/etc/pam.d/sshd
+
+   install -Dm755 contrib/findssl.sh "${pkgdir}"/usr/bin/findssl.sh
+   install -Dm755 contrib/ssh-copy-id "${pkgdir}"/usr/bin/ssh-copy-id
+   install -Dm644 contrib/ssh-copy-id.1 
"${pkgdir}"/usr/share/man/man1/ssh-copy-id.1
+
+   sed \
+   -e '/^#ChallengeResponseAuthentication yes$/c 
ChallengeResponseAuthentication no' \
+   -e '/^#PrintMotd yes$/c PrintMotd no # pam does that' \
+   -e '/^#UsePAM no$/c UsePAM yes' \
+   -i "${pkgdir}"/etc/ssh/sshd_config
+}

Copied: openssh/repos/testing-x86_64/PKGBUILD.snap (from rev 363178, 
openssh/trunk/PKGBUILD.snap)

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

2019-09-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, September 20, 2019 @ 23:22:01
  Author: bisson
Revision: 511286

upstream update

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 23:21:08 UTC (rev 511285)
+++ PKGBUILD2019-09-20 23:22:01 UTC (rev 511286)
@@ -3,8 +3,8 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.2
-_commit=827907d90cf3a8e23c34459e93e8908431f61fb4
+pkgver=2.2.1
+_commit=0242b24d8926420e7f0d4000b1a16b2760a487f9
 pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'


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

2019-09-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, September 20, 2019 @ 23:22:18
  Author: bisson
Revision: 511287

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 511286, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 23:22:01 UTC (rev 511286)
+++ PKGBUILD2019-09-20 23:22:18 UTC (rev 511287)
@@ -1,35 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.2
-_commit=827907d90cf3a8e23c34459e93e8908431f61fb4
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 511286, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 23:22:18 UTC (rev 511287)
@@ -0,0 +1,35 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.2.1
+_commit=0242b24d8926420e7f0d4000b1a16b2760a487f9
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2019-09-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, September 20, 2019 @ 23:21:08
  Author: bisson
Revision: 511285

remove default options from conf

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/conf

--+
 PKGBUILD |2 +-
 conf |3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:55:01 UTC (rev 511284)
+++ PKGBUILD2019-09-20 23:21:08 UTC (rev 511285)
@@ -26,7 +26,7 @@
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
+'f50542ba5adef4d9c034d615cc7c1ee8fbab7d8705a2f85a04e8797d9bfa73d4')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"

Modified: conf
===
--- conf2019-09-20 22:55:01 UTC (rev 511284)
+++ conf2019-09-20 23:21:08 UTC (rev 511285)
@@ -1,6 +1,3 @@
 server:
-  use-syslog: yes
   do-daemonize: no
-  username: "unbound"
-  directory: "/etc/unbound"
   trust-anchor-file: trusted-key.key


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

2019-09-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, September 20, 2019 @ 23:08:46
  Author: bisson
Revision: 363178

obey the quote police

Modified:
  zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:47:39 UTC (rev 363177)
+++ PKGBUILD2019-09-20 23:08:46 UTC (rev 363178)
@@ -32,7 +32,7 @@
 package() {
cd "${srcdir}/${pkgname}${_pkgver}"
make -f unix/Makefile prefix="${pkgdir}"/usr \
-   MANDIR=${pkgdir}/usr/share/man/man1 \
+   MANDIR="${pkgdir}"/usr/share/man/man1 \
install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 22:55:01
  Author: heftig
Revision: 511284

try to unbreak fpmath

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:32:15 UTC (rev 511283)
+++ PKGBUILD2019-09-20 22:55:01 UTC (rev 511284)
@@ -32,8 +32,8 @@
 }
 
 build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
+  export CC="gcc -m32 -mstackrealign -mfpmath=sse"
+  export CXX="g++ -m32 -mstackrealign -mfpmath=sse"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
@@ -43,6 +43,10 @@
   ninja -C build
 }
 
+check() {
+  meson test -C build --no-suite flaky --no-suite slow --print-errorlogs
+}
+
 package() {
   DESTDIR="$pkgdir" meson install -C build
 


[arch-commits] Commit in gnome-session/repos/extra-x86_64 (3 files)

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 22:47:39
  Author: heftig
Revision: 363177

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 363176, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/extra-x86_64/neuter-debugging.diff
(from rev 363176, gnome-session/trunk/neuter-debugging.diff)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |   81 +---
 neuter-debugging.diff |   25 ++
 2 files changed, 68 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:44:27 UTC (rev 363176)
+++ PKGBUILD2019-09-20 22:47:39 UTC (rev 363177)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://gitlab.gnome.org/GNOME/gnome-session;
-arch=(x86_64)
-license=(GPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=02b301128b766b49a55de4eabe1d29c7ac4e359c  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.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-session/repos/extra-x86_64/PKGBUILD (from rev 363176, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:47:39 UTC (rev 363177)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.34.0+2+g9d8b0709
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://gitlab.gnome.org/GNOME/gnome-session;
+arch=(x86_64)
+license=(GPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=9d8b070982403ff8e608d4c7cce313bc2a7dce4a  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;
+neuter-debugging.diff)
+sha256sums=('SKIP'
+'1970f676ff510d2c169d9252f69733412206d0d6a082e587e6a0fd6073e483a1')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Stopgap for https://gitlab.gnome.org/GNOME/gnome-session/issues/31
+  git apply -3 ../neuter-debugging.diff
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: gnome-session/repos/extra-x86_64/neuter-debugging.diff (from rev 
363176, gnome-session/trunk/neuter-debugging.diff)
===
--- neuter-debugging.diff   (rev 0)
+++ neuter-debugging.diff   2019-09-20 22:47:39 UTC (rev 363177)
@@ -0,0 +1,25 @@
+diff --git i/data/gnome-session-mana...@.service.in 
w/data/gnome-session-mana...@.service.in
+index dd10cc9b..b06dbeb3 100644
+--- i/data/gnome-session-mana...@.service.in
 w/data/gnome-session-mana...@.service.in
+@@ -15,5 +15,5 @@ Before=gnome-session-manager.target
+ 
+ [Service]
+ Type=notify
+-ExecStart=@libexecdir@/gnome-session-binary --debug --systemd-service 
--session=%i
++ExecStart=@libexecdir@/gnome-session-binary --systemd-service --session=%i
+ ExecStopPost=-@libexecdir@/gnome-session-ctl --shutdown
+diff --git i/gnome-session/gdm-log.c w/gnome-session/gdm-log.c
+index c0dca411..687f7e8e 100644
+--- i/gnome-session/gdm-log.c
 w/gnome-session/gdm-log.c
+@@ -187,9 +187,6 @@ gdm_log_init (void)
+ prg_name = g_get_prgname ();
+ 
+ options = LOG_PID;
+-#ifdef LOG_PERROR
+-options |= LOG_PERROR;
+-#endif
+ 
+ openlog (prg_name, options, LOG_DAEMON);
+ 


[arch-commits] Commit in gnome-session/trunk (PKGBUILD neuter-debugging.diff)

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 22:44:27
  Author: heftig
Revision: 363176

3.34.0+2+g9d8b0709-1

Added:
  gnome-session/trunk/neuter-debugging.diff
Modified:
  gnome-session/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 neuter-debugging.diff |   25 +
 2 files changed, 34 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:04:26 UTC (rev 363175)
+++ PKGBUILD2019-09-20 22:44:27 UTC (rev 363176)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-session
-pkgver=3.34.0
+pkgver=3.34.0+2+g9d8b0709
 pkgrel=1
 pkgdesc="The GNOME Session Handler"
 url="https://gitlab.gnome.org/GNOME/gnome-session;
@@ -11,9 +11,11 @@
  json-glib libgl libsm libxtst systemd)
 makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
 groups=(gnome)
-_commit=02b301128b766b49a55de4eabe1d29c7ac4e359c  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=9d8b070982403ff8e608d4c7cce313bc2a7dce4a  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=$_commit;
+neuter-debugging.diff)
+sha256sums=('SKIP'
+'1970f676ff510d2c169d9252f69733412206d0d6a082e587e6a0fd6073e483a1')
 
 pkgver() {
   cd $pkgname
@@ -22,6 +24,9 @@
 
 prepare() {
   cd $pkgname
+
+  # Stopgap for https://gitlab.gnome.org/GNOME/gnome-session/issues/31
+  git apply -3 ../neuter-debugging.diff
 }
   
 build() {

Added: neuter-debugging.diff
===
--- neuter-debugging.diff   (rev 0)
+++ neuter-debugging.diff   2019-09-20 22:44:27 UTC (rev 363176)
@@ -0,0 +1,25 @@
+diff --git i/data/gnome-session-mana...@.service.in 
w/data/gnome-session-mana...@.service.in
+index dd10cc9b..b06dbeb3 100644
+--- i/data/gnome-session-mana...@.service.in
 w/data/gnome-session-mana...@.service.in
+@@ -15,5 +15,5 @@ Before=gnome-session-manager.target
+ 
+ [Service]
+ Type=notify
+-ExecStart=@libexecdir@/gnome-session-binary --debug --systemd-service 
--session=%i
++ExecStart=@libexecdir@/gnome-session-binary --systemd-service --session=%i
+ ExecStopPost=-@libexecdir@/gnome-session-ctl --shutdown
+diff --git i/gnome-session/gdm-log.c w/gnome-session/gdm-log.c
+index c0dca411..687f7e8e 100644
+--- i/gnome-session/gdm-log.c
 w/gnome-session/gdm-log.c
+@@ -187,9 +187,6 @@ gdm_log_init (void)
+ prg_name = g_get_prgname ();
+ 
+ options = LOG_PID;
+-#ifdef LOG_PERROR
+-options |= LOG_PERROR;
+-#endif
+ 
+ openlog (prg_name, options, LOG_DAEMON);
+ 


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:31:58
  Author: cesura
Revision: 511282

upgpkg: mate-icon-theme 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:23:03 UTC (rev 511281)
+++ PKGBUILD2019-09-20 22:31:58 UTC (rev 511282)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="https://mate-desktop.org;
@@ -12,7 +12,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('73448762d46612ebc3317ca50b677d96e6f45180384c6e0b89957092ebeac1de')
+sha256sums=('99b07fcd43921d67f2711396ea05bddc5142aba54236b54e92729a451d994b64')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:32:15
  Author: cesura
Revision: 511283

archrelease: copy trunk to community-any

Added:
  mate-icon-theme/repos/community-any/PKGBUILD
(from rev 511282, mate-icon-theme/trunk/PKGBUILD)
Deleted:
  mate-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:31:58 UTC (rev 511282)
+++ PKGBUILD2019-09-20 22:32:15 UTC (rev 511283)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-icon-theme
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="MATE icon theme"
-url="https://mate-desktop.org;
-arch=('any')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('icon-naming-utils' 'intltool')
-groups=('mate')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('73448762d46612ebc3317ca50b677d96e6f45180384c6e0b89957092ebeac1de')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-icon-theme/repos/community-any/PKGBUILD (from rev 511282, 
mate-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:32:15 UTC (rev 511283)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-icon-theme
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="https://mate-desktop.org;
+arch=('any')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('icon-naming-utils' 'intltool')
+groups=('mate')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('99b07fcd43921d67f2711396ea05bddc5142aba54236b54e92729a451d994b64')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:23:03
  Author: cesura
Revision: 511281

archrelease: copy trunk to community-x86_64

Added:
  mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 511280, mate-control-center/trunk/PKGBUILD)
Deleted:
  mate-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:22:46 UTC (rev 511280)
+++ PKGBUILD2019-09-20 22:23:03 UTC (rev 511281)
@@ -1,38 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-control-center
-pkgver=1.22.1
-pkgrel=2
-pkgdesc="The Control Center for MATE"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss' 
'mate-desktop>=1.21.2')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('mate-control-center-gtk3')
-replaces=('mate-control-center-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('4015c830dfd29a454c1124226fc29db460b0ba373d78939aff70e9d9271f3c71')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --localstatedir=/var \
-   --disable-update-mimedb
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 511280, 
mate-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:23:03 UTC (rev 511281)
@@ -0,0 +1,38 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="The Control Center for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss' 
'mate-desktop>=1.21.2')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('f0c92c5ba17a764f1dac5aeccd2aa17b6271fb64c6a883cab0f8711357946df9')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --localstatedir=/var \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:22:46
  Author: cesura
Revision: 511280

upgpkg: mate-control-center 1.22.2-2

Updated to version 1.22.2

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:17:58 UTC (rev 511279)
+++ PKGBUILD2019-09-20 22:22:46 UTC (rev 511280)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-control-center
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=2
 pkgdesc="The Control Center for MATE"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('mate-control-center-gtk3')
 replaces=('mate-control-center-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('4015c830dfd29a454c1124226fc29db460b0ba373d78939aff70e9d9271f3c71')
+sha256sums=('f0c92c5ba17a764f1dac5aeccd2aa17b6271fb64c6a883cab0f8711357946df9')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:17:58
  Author: cesura
Revision: 511279

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 511278, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:17:41 UTC (rev 511278)
+++ PKGBUILD2019-09-20 22:17:58 UTC (rev 511279)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8da209abc2d6f564effcb8963c97bfd2ba34dd1ac2ab9d455877e63f001f367e')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 511278, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:17:58 UTC (rev 511279)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('efe6818d0a89b5456246412ac3af2c9fea8b6c6a32226cfd26c8b1e6a17e44ab')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:17:41
  Author: cesura
Revision: 511278

upgpkg: mate-calc 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:11:56 UTC (rev 511277)
+++ PKGBUILD2019-09-20 22:17:41 UTC (rev 511278)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8da209abc2d6f564effcb8963c97bfd2ba34dd1ac2ab9d455877e63f001f367e')
+sha256sums=('efe6818d0a89b5456246412ac3af2c9fea8b6c6a32226cfd26c8b1e6a17e44ab')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:11:56
  Author: cesura
Revision: 511277

archrelease: copy trunk to community-x86_64

Added:
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 511276, mate-applets/trunk/PKGBUILD)
Deleted:
  mate-applets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:11:39 UTC (rev 511276)
+++ PKGBUILD2019-09-20 22:11:56 UTC (rev 511277)
@@ -1,34 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-applets
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Applets for MATE panel"
-arch=('x86_64')
-url="https://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
-makedepends=('intltool' 'itstool' 'gucharmap')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
-groups=('mate-extra')
-conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('dd653d5f14772e0d962a096036f0a0576285912815fd4c8c5028478082a852a7')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/${pkgname} \
-   --enable-polkit \
-   --enable-ipv6
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 511276, 
mate-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:11:56 UTC (rev 511277)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('x86_64')
+url="https://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('0c47d69fdecda40231d021cb72594c479e01a4d4b7f49c9550731a9fe7cc62b0')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/${pkgname} \
+   --enable-polkit \
+   --enable-ipv6
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:11:39
  Author: cesura
Revision: 511276

upgpkg: mate-applets 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:03:18 UTC (rev 511275)
+++ PKGBUILD2019-09-20 22:11:39 UTC (rev 511276)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-applets
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Applets for MATE panel"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('dd653d5f14772e0d962a096036f0a0576285912815fd4c8c5028478082a852a7')
+sha256sums=('0c47d69fdecda40231d021cb72594c479e01a4d4b7f49c9550731a9fe7cc62b0')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-09-20 Thread Antonio Rojas via arch-commits
Date: Friday, September 20, 2019 @ 22:04:26
  Author: arojas
Revision: 363175

Fix Panama variant pkgdesc (FS#63866)

Modified:
  hunspell-es/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:39:19 UTC (rev 363174)
+++ PKGBUILD2019-09-20 22:04:26 UTC (rev 363175)
@@ -24,7 +24,7 @@
   'HN "Honduras"'
   'MX "Mexico"'
   'NI "Nicaragua"'
-  'PA "Paraguay"'
+  'PA "Panama"'
   'PE "Peru"'
   'PR "Puerto Rico"'
   'PY "Paraguay"'


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

2019-09-20 Thread Antonio Rojas via arch-commits
Date: Friday, September 20, 2019 @ 22:02:57
  Author: arojas
Revision: 511274

Update to 14.29.53

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:58:44 UTC (rev 511273)
+++ PKGBUILD2019-09-20 22:02:57 UTC (rev 511274)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.29.52
+pkgver=14.29.53
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('993b9df5a0417451bbb3a022050e447807b8765c6b6ddcb29dd9648c7a0539a2')
+sha256sums=('38632b847d4461548a1738aaf14bafa52d2790a0261868a02d6c3fc6f28db371')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2019-09-20 Thread Antonio Rojas via arch-commits
Date: Friday, September 20, 2019 @ 22:03:18
  Author: arojas
Revision: 511275

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 511274, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:02:57 UTC (rev 511274)
+++ PKGBUILD2019-09-20 22:03:18 UTC (rev 511275)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.29.52
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('993b9df5a0417451bbb3a022050e447807b8765c6b6ddcb29dd9648c7a0539a2')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 511274, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:03:18 UTC (rev 511275)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.29.53
+pkgrel=1
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('38632b847d4461548a1738aaf14bafa52d2790a0261868a02d6c3fc6f28db371')
+
+package_jmol() {
+  pkgdesc="a Java 3D viewer for chemical structures"
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc="a JavaScript 3D viewer for chemical structures"
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:58:44
  Author: cesura
Revision: 511273

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
(from rev 511272, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:58:27 UTC (rev 511272)
+++ PKGBUILD2019-09-20 21:58:44 UTC (rev 511273)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3e73894cb244cee673aa555edfa2818ff166b15a9feea0a610d2272148e88769')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-startup-notification
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 511272, 
marco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:58:44 UTC (rev 511273)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('0a3979f0ba9855a6dff5b889c619d07bcea52df29c354976f018d71093c45139')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-startup-notification
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   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 marco/trunk (PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:58:27
  Author: cesura
Revision: 511272

upgpkg: marco 1.22.3-1

Updated to version 1.22.3

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:53:29 UTC (rev 511271)
+++ PKGBUILD2019-09-20 21:58:27 UTC (rev 511272)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=marco
-pkgver=1.22.2
+pkgver=1.22.3
 pkgrel=1
 pkgdesc="A window manager for MATE"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('marco-gtk3')
 replaces=('marco-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3e73894cb244cee673aa555edfa2818ff166b15a9feea0a610d2272148e88769')
+sha256sums=('0a3979f0ba9855a6dff5b889c619d07bcea52df29c354976f018d71093c45139')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:53:12
  Author: cesura
Revision: 511270

upgpkg: libmateweather 1.22.1-1

Updated to version 1.22.1

Modified:
  libmateweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:47:59 UTC (rev 511269)
+++ PKGBUILD2019-09-20 21:53:12 UTC (rev 511270)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org;
@@ -13,7 +13,7 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('ca5cca359ed53fabef194884d76d93eafbc35eee8bcd951c5b8e5942397b2be6')
+sha256sums=('0386e31062dfb847f93fd2e46da51b67e80581f6d6b8e429fa061f56bd407ff8')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:53:29
  Author: cesura
Revision: 511271

archrelease: copy trunk to community-x86_64

Added:
  libmateweather/repos/community-x86_64/PKGBUILD
(from rev 511270, libmateweather/trunk/PKGBUILD)
Deleted:
  libmateweather/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:53:12 UTC (rev 511270)
+++ PKGBUILD2019-09-20 21:53:29 UTC (rev 511271)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-
-pkgname=libmateweather
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Provides access to weather information from the Internet."
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('LGPL')
-depends=('gtk3' 'libsoup')
-makedepends=('intltool')
-conflicts=('libmateweather-gtk3')
-replaces=('libmateweather-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('ca5cca359ed53fabef194884d76d93eafbc35eee8bcd951c5b8e5942397b2be6')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-python \
-   --enable-locations-compression
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libmateweather/repos/community-x86_64/PKGBUILD (from rev 511270, 
libmateweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:53:29 UTC (rev 511271)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+
+pkgname=libmateweather
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk3' 'libsoup')
+makedepends=('intltool')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('0386e31062dfb847f93fd2e46da51b67e80581f6d6b8e429fa061f56bd407ff8')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-python \
+   --enable-locations-compression
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   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 eom/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:47:59
  Author: cesura
Revision: 511269

archrelease: copy trunk to community-x86_64

Added:
  eom/repos/community-x86_64/PKGBUILD
(from rev 511268, eom/trunk/PKGBUILD)
Deleted:
  eom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:47:45 UTC (rev 511268)
+++ PKGBUILD2019-09-20 21:47:59 UTC (rev 511269)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=eom
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('eom-gtk3')
-replaces=('eom-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('64d73069ba4db8515a6c2c90fadba87e1c5cac67dd1e102b271f62e537ee970e')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --localstatedir=/var \
-   --with-librsvg
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: eom/repos/community-x86_64/PKGBUILD (from rev 511268, 
eom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:47:59 UTC (rev 511269)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=eom
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('3451efd64c7d26be4059c5f4163c190a4341a3023ca60c3405313cae08a7417d')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --localstatedir=/var \
+   --with-librsvg
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   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 eom/trunk (PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:47:45
  Author: cesura
Revision: 511268

upgpkg: eom 1.22.2-1

Updated to version 1.22.2

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:43:14 UTC (rev 511267)
+++ PKGBUILD2019-09-20 21:47:45 UTC (rev 511268)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=eom
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('eom-gtk3')
 replaces=('eom-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('64d73069ba4db8515a6c2c90fadba87e1c5cac67dd1e102b271f62e537ee970e')
+sha256sums=('3451efd64c7d26be4059c5f4163c190a4341a3023ca60c3405313cae08a7417d')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:42:54
  Author: cesura
Revision: 511266

upgpkg: engrampa 1.22.2-1

Updated to version 1.22.2

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:37:00 UTC (rev 511265)
+++ PKGBUILD2019-09-20 21:42:54 UTC (rev 511266)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=engrampa
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Archive manipulator for MATE"
 url="https://mate-desktop.org;
@@ -20,7 +20,7 @@
 replaces=("engrampa-gtk3")
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)
-sha256sums=('336b05cf891b82c55373454e5c03bed09d5296c39aed977366c595a0dd46e31b'
+sha256sums=('ed21d1ceafbbe31e35c9225f0dc6a451ae2f8aff454bacef60df5a31e6b3075e'
 'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
 
 prepare() {


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:43:14
  Author: cesura
Revision: 511267

archrelease: copy trunk to community-x86_64

Added:
  engrampa/repos/community-x86_64/PKGBUILD
(from rev 511266, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 511266, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-x86_64/PKGBUILD
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch

-+
 PKGBUILD|   98 
 fr-rpm-bsdtar.patch |  120 +-
 2 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:42:54 UTC (rev 511266)
+++ PKGBUILD2019-09-20 21:43:14 UTC (rev 511267)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=engrampa
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
-makedepends=('caja' 'intltool' 'itstool' 'python')
-optdepends=('caja: Caja support'
-   'p7zip: 7Z and ARJ archive support'
-'unace: ACE archive support'
-'unrar: RAR archive support'
-   'brotli: Brotli compression support')
-groups=('mate-extra')
-conflicts=("engrampa-gtk3")
-replaces=("engrampa-gtk3")
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-fr-rpm-bsdtar.patch)
-sha256sums=('336b05cf891b82c55373454e5c03bed09d5296c39aed977366c595a0dd46e31b'
-'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
-
-prepare() {
-   cd "${pkgname}-${pkgver}"
-
-   # This patch 'depends' on libarchive
-   patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname} \
-   --disable-packagekit
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: engrampa/repos/community-x86_64/PKGBUILD (from rev 511266, 
engrampa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:43:14 UTC (rev 511267)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=engrampa
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja' 'intltool' 'itstool' 'python')
+optdepends=('caja: Caja support'
+   'p7zip: 7Z and ARJ archive support'
+'unace: ACE archive support'
+'unrar: RAR archive support'
+   'brotli: Brotli compression support')
+groups=('mate-extra')
+conflicts=("engrampa-gtk3")
+replaces=("engrampa-gtk3")
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)
+sha256sums=('ed21d1ceafbbe31e35c9225f0dc6a451ae2f8aff454bacef60df5a31e6b3075e'
+'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
+
+prepare() {
+   cd "${pkgname}-${pkgver}"
+
+   # This patch 'depends' on libarchive
+   patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname} \
+   --disable-packagekit
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: fr-rpm-bsdtar.patch
===
--- fr-rpm-bsdtar.patch 2019-09-20 21:42:54 UTC (rev 511266)
+++ fr-rpm-bsdtar.patch 2019-09-20 21:43:14 UTC (rev 511267)
@@ -1,60 +0,0 @@
-This makes Engrampa use bsdtar to extract .RPM packages instead of using cpio.
-It is useful on systems that do not have cpio or RPM/YUM
-This patch was created for Arch Linux, however should work on any system that 
has bsdtar capable of handling cpio archives.
-
---+
- rpm2cpio.c   |   2 +-
- fr-command-rpm.c |   8 
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-Index: src/commands/rpm2cpio.c
-
 mate-file-archiver-1.6.0/src/commands/rpm2cpio.c 2013-03-31
-+++ mate-file-archiver-1.6.0/src/commands/rpm2cpio.c   2013-07-26
-@@ -128,7 +128,7 @@
-   

[arch-commits] Commit in gnome-shell/repos/testing-x86_64 (4 files)

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 21:39:19
  Author: heftig
Revision: 363173

archrelease: copy trunk to testing-x86_64

Added:
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 363172, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 363172, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/testing-x86_64/PKGBUILD
  gnome-shell/repos/testing-x86_64/gnome-shell.install

-+
 PKGBUILD|  102 +-
 gnome-shell.install |   14 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:37:25 UTC (rev 363172)
+++ PKGBUILD2019-09-20 21:39:19 UTC (rev 363173)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
- gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
- mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
- sassc asciidoc)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-install=gnome-shell.install
-_commit=f8e648b7e35e0acef5f922fc64164caa7bdd46e3  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  # https://bugs.archlinux.org/task/37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/testing-x86_64/PKGBUILD (from rev 363172, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:39:19 UTC (rev 363173)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
+ mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
+ sassc asciidoc)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+install=gnome-shell.install
+_commit=506b75fc7f3a1b6141ccb8edb6731c45cc6a  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  # https://bugs.archlinux.org/task/37412
+  mkdir "$pkgdir/usr/share/gnome-shell/modes"
+}

Deleted: gnome-shell.install
===
--- gnome-shell.install 2019-09-20 21:37:25 UTC (rev 363172)
+++ gnome-shell.install 2019-09-20 21:39:19 UTC (rev 363173)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/gnome-shell
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-shell/repos/testing-x86_64/gnome-shell.install (from rev 363172, 
gnome-shell/trunk/gnome-shell.install)
===
--- gnome-shell.install (rev 0)
+++ gnome-shell.install 2019-09-20 21:39:19 UTC (rev 363173)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/gnome-shell
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in mutter/repos/testing-x86_64 (4 files)

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 21:39:19
  Author: heftig
Revision: 363174

archrelease: copy trunk to testing-x86_64

Added:
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 363172, mutter/trunk/PKGBUILD)
  mutter/repos/testing-x86_64/mutter.install
(from rev 363172, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/testing-x86_64/PKGBUILD
  mutter/repos/testing-x86_64/mutter.install

+
 PKGBUILD   |  104 +++
 mutter.install |   14 +++
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:39:19 UTC (rev 363173)
+++ PKGBUILD2019-09-20 21:39:19 UTC (rev 363174)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.34.0+14+g0e69fe078
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://gitlab.gnome.org/GNOME/mutter;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
- startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
- gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland)
-makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-install=mutter.install
-_commit=0e69fe07819a289f3156f18c46b749b2f128cf05  # master
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D egl_device=true \
--D wayland_eglstream=true \
--D installed_tests=false
-  ninja -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
-  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
-
-  # Unexpected passes in conform test
-  # Stacking test flaky
-  dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build 
--print-errorlogs || :
-)
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 363172, 
mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:39:19 UTC (rev 363174)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.34.0+30+gb5775e3d8
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://gitlab.gnome.org/GNOME/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
+ startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
+ gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+install=mutter.install
+_commit=b5775e3d85235418fc12c2024a54863d49acf02d  # master
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-D installed_tests=false
+  ninja -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  # Unexpected passes in conform test
+  # Stacking test flaky
+  dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build 
--print-errorlogs || :
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: mutter.install
===
--- mutter.install  2019-09-20 21:39:19 UTC (rev 363173)
+++ mutter.install  2019-09-20 21:39:19 UTC (rev 363174)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/mutter
-}
-
-post_upgrade() {
-  post_install
-}

Copied: mutter/repos/testing-x86_64/mutter.install (from rev 363172, 
mutter/trunk/mutter.install)
===
--- mutter.install  (rev 0)
+++ mutter.install  2019-09-20 21:39:19 UTC (rev 363174)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/mutter
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:36:45
  Author: cesura
Revision: 511264

upgpkg: caja-extensions 1.22.1-1

Updated to version 1.22.1

Modified:
  caja-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:33:26 UTC (rev 511263)
+++ PKGBUILD2019-09-20 21:36:45 UTC (rev 511264)
@@ -3,7 +3,7 @@
 
 pkgbase=caja-extensions
 pkgname=(caja-extensions-common caja-image-converter caja-open-terminal 
caja-sendto caja-share caja-wallpaper caja-xattr-tags)
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="Caja extensions"
 url="https://mate-desktop.org;
@@ -12,7 +12,7 @@
 depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
 makedepends=('intltool' 'python')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz;)
-sha256sums=('779c237f7e922c877f7884a0201cb54da9c8f30c414a7ee297178fd6aa3406c1')
+sha256sums=('d0845b6f2921ee7b7c951d4490a4fd7166f90b85f60a22aef77c75b53fbcf077')
 
 build() {
 cd ${pkgbase}-${pkgver}


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

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 21:37:25
  Author: heftig
Revision: 363172

3.34.0+148+g506b75fc7-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:32:59 UTC (rev 363171)
+++ PKGBUILD2019-09-20 21:37:25 UTC (rev 363172)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:37:00
  Author: cesura
Revision: 511265

archrelease: copy trunk to community-x86_64

Added:
  caja-extensions/repos/community-x86_64/PKGBUILD
(from rev 511264, caja-extensions/trunk/PKGBUILD)
Deleted:
  caja-extensions/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  202 ++---
 1 file changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:36:45 UTC (rev 511264)
+++ PKGBUILD2019-09-20 21:37:00 UTC (rev 511265)
@@ -1,101 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgbase=caja-extensions
-pkgname=(caja-extensions-common caja-image-converter caja-open-terminal 
caja-sendto caja-share caja-wallpaper caja-xattr-tags)
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Caja extensions"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
-makedepends=('intltool' 'python')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz;)
-sha256sums=('779c237f7e922c877f7884a0201cb54da9c8f30c414a7ee297178fd6aa3406c1')
-
-build() {
-cd ${pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---disable-gksu
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_caja-extensions-common() {
-pkgdesc="Caja extensions (common files)"
-depends=()
-
-cd ${pkgbase}-${pkgver}
-make -C po DESTDIR="${pkgdir}" install
-}
-
-package_caja-image-converter() {
-pkgdesc="A Caja extension for simple image conversions"
-depends=('caja' 'caja-extensions-common' 'imagemagick')
-groups=('mate-extra')
-conflicts=('caja-image-converter-gtk3')
-replaces=('caja-image-converter-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C image-converter DESTDIR="${pkgdir}" install
-}
-
-package_caja-open-terminal() {
-pkgdesc="A Caja extension for opening terminals in arbitrary local paths"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-conflicts=('caja-open-terminal-gtk3')
-replaces=('caja-open-terminal-gtk3')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make -C open-terminal DESTDIR="${pkgdir}" install
-}
-
-package_caja-sendto() {
-pkgdesc="A Caja extension for sending files"
-depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
-groups=('mate-extra')
-optdepends=('pidgin: Support for sending to instant messaging networks.'
-'gajim: Support for sending to XMPP.')
-conflicts=('caja-sendto-gtk3')
-replaces=('caja-sendto-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C sendto DESTDIR="${pkgdir}" install
-}
-
-package_caja-share() {
-pkgdesc="A Caja extension to quickly share a folder"
-depends=('caja' 'caja-extensions-common' 'samba')
-groups=('mate-extra')
-conflicts=('caja-share-gtk3')
-replaces=('caja-share-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C share DESTDIR="${pkgdir}" install
-}
-
-package_caja-wallpaper() {
-pkgdesc="A Caja extension to quickly set wallpaper"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-conflicts=('caja-wallpaper-gtk3')
-replaces=('caja-wallpaper-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C wallpaper DESTDIR="${pkgdir}" install
-}
-
-package_caja-xattr-tags() {
-pkgdesc="A Caja extension to see tags stored on xattrs"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-
-cd ${pkgbase}-${pkgver}
-make -C xattr-tags DESTDIR="${pkgdir}" install
-}

Copied: caja-extensions/repos/community-x86_64/PKGBUILD (from rev 511264, 
caja-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:37:00 UTC (rev 511265)
@@ -0,0 +1,101 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-image-converter caja-open-terminal 
caja-sendto caja-share caja-wallpaper caja-xattr-tags)
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Caja extensions"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
+makedepends=('intltool' 'python')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz;)
+sha256sums=('d0845b6f2921ee7b7c951d4490a4fd7166f90b85f60a22aef77c75b53fbcf077')
+
+build() {
+cd ${pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-gksu
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_caja-extensions-common() 

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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:33:26
  Author: cesura
Revision: 511263

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 511262, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:30:46 UTC (rev 511262)
+++ PKGBUILD2019-09-20 21:33:26 UTC (rev 511263)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.2
-pkgrel=2
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk' 'caja' 'texlive-bin')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --enable-introspection
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 511262, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:33:26 UTC (rev 511263)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk' 'caja' 'texlive-bin')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --enable-introspection
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   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 mutter/trunk (PKGBUILD)

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 21:32:59
  Author: heftig
Revision: 363171

3.34.0+30+gb5775e3d8-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 20:43:45 UTC (rev 363170)
+++ PKGBUILD2019-09-20 21:32:59 UTC (rev 363171)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.34.0+14+g0e69fe078
+pkgver=3.34.0+30+gb5775e3d8
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -16,7 +16,7 @@
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
 install=mutter.install
-_commit=0e69fe07819a289f3156f18c46b749b2f128cf05  # master
+_commit=b5775e3d85235418fc12c2024a54863d49acf02d  # master
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 21:30:46
  Author: heftig
Revision: 511262

archrelease: copy trunk to community-x86_64

Added:
  eclipse/repos/community-x86_64/PKGBUILD
(from rev 511261, eclipse/trunk/PKGBUILD)
  eclipse/repos/community-x86_64/commonify
(from rev 511261, eclipse/trunk/commonify)
Deleted:
  eclipse/repos/community-x86_64/PKGBUILD
  eclipse/repos/community-x86_64/commonify

---+
 PKGBUILD  |  223 ++--
 commonify |  368 ++--
 2 files changed, 296 insertions(+), 295 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:29:06 UTC (rev 511261)
+++ PKGBUILD2019-09-20 21:30:46 UTC (rev 511262)
@@ -1,111 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Andrew Wright 
-# Contributor: Andreas W. Hauser 
-# Contributor: Marco Crosio 
-
-pkgbase=eclipse
-pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
-pkgver=4.12
-pkgrel=1
-_release=2019-06/R
-pkgdesc="Highly extensible IDE"
-license=(EPL)
-arch=(x86_64)
-url="https://eclipse.org;
-makedepends=(python3)
-source=(commonify)
-sha256sums=('a68cccdf182449dfb4aef595ab26fe6542902421aef42a79672483865cbbd0ea')
-
-_sourcename() {
-  case $1 in
-eclipse-common) return 1 ;;
-eclipse-rust  ) echo 
$1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
-* ) echo $1-${_release//\//-}-linux-gtk-x86_64.tar.gz ;;
-  esac
-}
-
-source_x86_64=()
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  _src=$(_sourcename $_pkg) || continue
-  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/$_src)
-  noextract+=($_src)
-  eval "package_$_pkg() { _package $_pkg; }"
-done
-
-sha256sums_x86_64=('bafa1143704f0bba32ed933fdf0f620bb956221b2ebba8e2a822c43671d8acf4'
-   
'72c2a6171ece6c8cf4fb6289098d2ab4fd6204e9a3571a7da39376cf6b643f9f'
-   
'2b96d223e5a34434cca87748c7ce77821fc78ef591b8695f77fa517046a3ea99'
-   
'a1b82f99a57e36e8239b7eed6d84631e9fbadeec6ceae1ffe5cbb96d090cbc8a'
-   
'3437bf283475ef55b1ed24dbe395bb7a339690af37c6775604ffdd48bb6260c1'
-   
'04f4576c3d018ac07e46b67e57e42801309966b32a67c9f7ca4e79353d0ef5be')
-
-prepare() {
-  local pkg src
-  for pkg in ${pkgname[@]}; do
-mkdir $pkg
-src=$(_sourcename $pkg) || continue
-bsdtar -xf $src -C $pkg --strip-components 1
-  done
-}
-
-build() {
-  mkdir eclipse-common/dropins
-  touch eclipse-common/dropins/.keep
-  ./commonify --identical ${pkgname[@]}
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-
-  install -d "$pkgdir/usr/lib"
-  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
-}
-
-_package() {
-  local variant i
-
-  case ${1#eclipse-} in
-java  ) variant=Java; replaces=(eclipse) ;;
-jee   ) variant=JEE ;;
-cpp   ) variant=C++; replaces=(eclipse-cdt) ;;
-php   ) variant=PHP ;;
-javascript) variant=JavaScript ;;
-rust  ) variant=Rust ;;
-* ) return 1 ;;
-  esac
-
-  pkgdesc+=" for $variant"
-  depends=(eclipse-common "java-environment>=8" webkit2gtk unzip)
-  provides=("eclipse=$pkgver-$pkgrel")
-  conflicts=(eclipse)
-
-  install -d "$pkgdir/usr/lib"
-  cp -a $1 "$pkgdir/usr/lib/eclipse"
-
-  install -D /dev/stdin "$pkgdir/usr/bin/eclipse" <
+# Contributor: Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Andrew Wright 
+# Contributor: Andreas W. Hauser 
+# Contributor: Marco Crosio 
+
+pkgbase=eclipse
+pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
+pkgver=4.13
+pkgrel=1
+_release=2019-09/R
+pkgdesc="Highly extensible IDE"
+license=(EPL)
+arch=(x86_64)
+url="https://eclipse.org;
+makedepends=(python3)
+source=(commonify)
+sha256sums=('a68cccdf182449dfb4aef595ab26fe6542902421aef42a79672483865cbbd0ea')
+
+_sourcename() {
+  case $1 in
+eclipse-common) return 1 ;;
+eclipse-rust  ) echo 
$1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
+* ) echo $1-${_release//\//-}-linux-gtk-x86_64.tar.gz ;;
+  esac
+}
+
+source_x86_64=()
+noextract=()
+
+for _pkg in ${pkgname[@]}; do
+  _src=$(_sourcename $_pkg) || continue
+  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/$_src)
+  noextract+=($_src)
+  eval "package_$_pkg() { _package $_pkg; }"
+done
+
+sha256sums_x86_64=('18f55219c86fa4fe52f8a1a51b17c4eb99af6c215d6af8702555ea82af83acaa'
+   
'f7636bac154808f1c033e424074158f34eef3e9e36bdc61f2d0af492159d27d0'
+   
'c8c31cdc20e74d99638b67bba6269f10991d9f191d29acfa73356061e9d35eac'
+   
'77bc4bb7e1ea8a7d0ebdd28c02bdc17ffa3509a6479660dc2f781dceeb92073b'
+   
'a087b078e40b2ba7dc52cbfceee41bb76a6aa2cfef4f08934e73e0bee94aff83'
+

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

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 21:29:06
  Author: heftig
Revision: 511261

4.13-1

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:20:59 UTC (rev 511260)
+++ PKGBUILD2019-09-20 21:29:06 UTC (rev 511261)
@@ -7,9 +7,9 @@
 
 pkgbase=eclipse
 pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
-pkgver=4.12
+pkgver=4.13
 pkgrel=1
-_release=2019-06/R
+_release=2019-09/R
 pkgdesc="Highly extensible IDE"
 license=(EPL)
 arch=(x86_64)
@@ -36,12 +36,12 @@
   eval "package_$_pkg() { _package $_pkg; }"
 done
 
-sha256sums_x86_64=('bafa1143704f0bba32ed933fdf0f620bb956221b2ebba8e2a822c43671d8acf4'
-   
'72c2a6171ece6c8cf4fb6289098d2ab4fd6204e9a3571a7da39376cf6b643f9f'
-   
'2b96d223e5a34434cca87748c7ce77821fc78ef591b8695f77fa517046a3ea99'
-   
'a1b82f99a57e36e8239b7eed6d84631e9fbadeec6ceae1ffe5cbb96d090cbc8a'
-   
'3437bf283475ef55b1ed24dbe395bb7a339690af37c6775604ffdd48bb6260c1'
-   
'04f4576c3d018ac07e46b67e57e42801309966b32a67c9f7ca4e79353d0ef5be')
+sha256sums_x86_64=('18f55219c86fa4fe52f8a1a51b17c4eb99af6c215d6af8702555ea82af83acaa'
+   
'f7636bac154808f1c033e424074158f34eef3e9e36bdc61f2d0af492159d27d0'
+   
'c8c31cdc20e74d99638b67bba6269f10991d9f191d29acfa73356061e9d35eac'
+   
'77bc4bb7e1ea8a7d0ebdd28c02bdc17ffa3509a6479660dc2f781dceeb92073b'
+   
'a087b078e40b2ba7dc52cbfceee41bb76a6aa2cfef4f08934e73e0bee94aff83'
+   
'd74e42f39d69c49074bb4a9c3e8b4c8974669e3584701fe69570e1d7d6f5a9a6')
 
 prepare() {
   local pkg src
@@ -60,6 +60,7 @@
 
 package_eclipse-common() {
   pkgdesc+=" (common files)"
+  depends=("java-environment>=8" webkit2gtk unzip)
 
   install -d "$pkgdir/usr/lib"
   cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
@@ -79,7 +80,7 @@
   esac
 
   pkgdesc+=" for $variant"
-  depends=(eclipse-common "java-environment>=8" webkit2gtk unzip)
+  depends=("eclipse-common=$pkgver-$pkgrel" bash)
   provides=("eclipse=$pkgver-$pkgrel")
   conflicts=(eclipse)
 


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:20:42
  Author: cesura
Revision: 511259

upgpkg: caja 1.22.2-1

Updated to version 1.22.2

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:15:14 UTC (rev 511258)
+++ PKGBUILD2019-09-20 21:20:42 UTC (rev 511259)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=caja
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="File manager for the MATE desktop"
 url="https://mate-desktop.org;
@@ -15,7 +15,7 @@
 conflicts=('caja-gtk3')
 replaces=('caja-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('3b26efd276c68a579db443ea1f85a270cd33c59284667d5db8d5d355a3f46781')
+sha256sums=('b09cfd068da3789fddd564afb7117ed874472e97c9d2f3ceb7a7fd8b16c9beb0')
 
 build() {
cd "$pkgname-$pkgver"


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:20:59
  Author: cesura
Revision: 511260

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 511259, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:20:42 UTC (rev 511259)
+++ PKGBUILD2019-09-20 21:20:59 UTC (rev 511260)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('3b26efd276c68a579db443ea1f85a270cd33c59284667d5db8d5d355a3f46781')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-introspection \
-   --disable-update-mimedb
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="${pkgdir}" install
-
-   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-   rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 511259, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:20:59 UTC (rev 511260)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('b09cfd068da3789fddd564afb7117ed874472e97c9d2f3ceb7a7fd8b16c9beb0')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-introspection \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="${pkgdir}" install
+
+   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+   rm -r "$pkgdir/usr/share/dbus-1/"
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:15:14
  Author: cesura
Revision: 511258

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 511257, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:14:57 UTC (rev 511257)
+++ PKGBUILD2019-09-20 21:15:14 UTC (rev 511258)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.1
-pkgrel=2
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk' 'caja' 'texlive-bin')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('208544f6cce4bb5c0bf423a0d618929e35527d1c5ed120a5aa19f2a7a77e5c44')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --enable-introspection
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 511257, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:15:14 UTC (rev 511258)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk' 'caja' 'texlive-bin')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --enable-introspection
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   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 atril/trunk (PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:14:57
  Author: cesura
Revision: 511257

upgpkg: atril 1.22.2-2

Updated to version 1.22.2

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:06:30 UTC (rev 511256)
+++ PKGBUILD2019-09-20 21:14:57 UTC (rev 511257)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=atril
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=2
 pkgdesc="MATE document viewer"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('atril-gtk3')
 replaces=('atril-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('208544f6cce4bb5c0bf423a0d618929e35527d1c5ed120a5aa19f2a7a77e5c44')
+sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
 
 prepare() {
cd "$pkgname-$pkgver"


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:06:30
  Author: cesura
Revision: 511256

archrelease: copy trunk to community-x86_64

Added:
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 511255, mate-desktop/trunk/PKGBUILD)
Deleted:
  mate-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:06:11 UTC (rev 511255)
+++ PKGBUILD2019-09-20 21:06:30 UTC (rev 511256)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-desktop
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('gtk3' 'startup-notification' 'iso-codes')
-makedepends=('gobject-introspection' 'intltool')
-groups=('mate')
-conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
-replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('203be6a518a1c0f9afd077a977be939c11afe9f56c5dac58c69a958292c924c3')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --disable-schemas-compile
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 511255, 
mate-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:06:30 UTC (rev 511256)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-desktop
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification' 'iso-codes')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('906673d5de5e6814e73c4448b8cb67c5b86e90f9a72ae131eefbe2356eca85a3')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --disable-schemas-compile
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   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 mate-desktop/trunk (PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:06:11
  Author: cesura
Revision: 511255

upgpkg: mate-desktop 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 20:42:55 UTC (rev 511254)
+++ PKGBUILD2019-09-20 21:06:11 UTC (rev 511255)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-desktop
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Library with common API for various MATE modules"
 url="http://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
 replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('203be6a518a1c0f9afd077a977be939c11afe9f56c5dac58c69a958292c924c3')
+sha256sums=('906673d5de5e6814e73c4448b8cb67c5b86e90f9a72ae131eefbe2356eca85a3')
 
 build() {
cd "$pkgname-$pkgver"


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

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:43:25
  Author: felixonmars
Revision: 363169

upgpkg: python-urllib3 1.25.5-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 20:33:00 UTC (rev 363168)
+++ PKGBUILD2019-09-20 20:43:25 UTC (rev 363169)
@@ -5,7 +5,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.25.4
+pkgver=1.25.5
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
@@ -19,7 +19,7 @@
   'python-nose' 'python2-nose' 'python-psutil' 'python2-psutil'
   'python-gcp-devrel-py-tools' 'python2-gcp-devrel-py-tools')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz;)
-sha512sums=('b1b598d98644d293471a92a2e7d096d19ade0dd33b43c1af9a30a713cbfefd5cfc583a4cf240725b5b5d33a1c6ad351811310209befb7460a8b6a07dc226119d')
+sha512sums=('93508f525e59b8769e27e680ea3bf04475683e95bcc3ce1f7df5b23536865687b64a88b97e585c1b06deab917fa7fa8afade78006fd93b63287aa53eb0be871b')
 
 prepare() {
   sed -i 's/pytest/tool:pytest/' urllib3-$pkgver/setup.cfg


[arch-commits] Commit in python-urllib3/repos/testing-any (4 files)

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:43:45
  Author: felixonmars
Revision: 363170

archrelease: copy trunk to testing-any

Added:
  python-urllib3/repos/testing-any/LICENSE
(from rev 363169, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/testing-any/PKGBUILD
(from rev 363169, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/testing-any/LICENSE
  python-urllib3/repos/testing-any/PKGBUILD

--+
 LICENSE  |   64 
 PKGBUILD |  160 ++---
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-09-20 20:43:25 UTC (rev 363169)
+++ LICENSE 2019-09-20 20:43:45 UTC (rev 363170)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/testing-any/LICENSE (from rev 363169, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-09-20 20:43:45 UTC (rev 363170)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 20:43:25 UTC (rev 363169)
+++ PKGBUILD2019-09-20 20:43:45 UTC (rev 363170)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.25.4
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 
'python-ndg-httpsclient'
- 'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 
'python-pyopenssl'
- 'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 
'python-mock' 'python2-mock'
- 'python-brotlipy' 'python2-brotlipy')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-nose' 

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

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:42:39
  Author: felixonmars
Revision: 511253

upgpkg: python-hypothesis 4.36.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 20:40:55 UTC (rev 511252)
+++ PKGBUILD2019-09-20 20:42:39 UTC (rev 511253)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.36.1
+pkgver=4.36.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('67ed7cd433dfb2560e8177cc2e7c87dc62027d0eef31bd09ddb110e79572ad4fe41e123242445a0e1619e25c761c6fc91fa3a95ba1d116559012c9a01e25c8a5')
+sha512sums=('301076674a0751d052f3df6a03f6d6ac8c9288e1f6a6dcce998153cd93129228749e5d89679dc02fb25d581ccc2678b49489ea416754c551993355cf1ec76b0f')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:42:55
  Author: felixonmars
Revision: 511254

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 20:42:39 UTC (rev 511253)
+++ PKGBUILD2019-09-20 20:42:55 UTC (rev 511254)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.36.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('67ed7cd433dfb2560e8177cc2e7c87dc62027d0eef31bd09ddb110e79572ad4fe41e123242445a0e1619e25c761c6fc91fa3a95ba1d116559012c9a01e25c8a5')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 511253, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 20:42:55 UTC (rev 511254)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.36.2
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('301076674a0751d052f3df6a03f6d6ac8c9288e1f6a6dcce998153cd93129228749e5d89679dc02fb25d581ccc2678b49489ea416754c551993355cf1ec76b0f')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+  cp -a hypothesis-$pkgver{,-py2}
+
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
+  python2 setup.py 

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

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:40:55
  Author: felixonmars
Revision: 511252

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 20:40:53 UTC (rev 511251)
+++ PKGBUILD2019-09-20 20:40:55 UTC (rev 511252)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgver=8.10.18
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-depends=('python')
-makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('b64fcd98aa89f98a51a9b97bc5508e4729e318e65d8d312085982c217aceb9c067a408a28e42032bc073d50755b726b721015ba5c7f6e6bb1c68b7c1864c7e42')
-
-build() {
-  cd python-phonenumbers-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-phonenumbers-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd python-phonenumbers-$pkgver
-  python setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 511251, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 20:40:55 UTC (rev 511252)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgver=8.10.19
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+depends=('python')
+makedepends=("python-setuptools")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
+sha512sums=('c669a65b778d18e45e22b043251c8409f9679cfe6829c04caf37c9f998ba729f44856b80de180d0a0102e8d8bb668df617f0e48097d8c2c2bb33d7edf4e84671')
+
+build() {
+  cd python-phonenumbers-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-phonenumbers-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd python-phonenumbers-$pkgver
+  python setup.py install -O1 --root "$pkgdir"
+}


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

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:40:53
  Author: felixonmars
Revision: 511251

upgpkg: python-phonenumbers 8.10.19-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 20:39:03 UTC (rev 511250)
+++ PKGBUILD2019-09-20 20:40:53 UTC (rev 511251)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-phonenumbers
-pkgver=8.10.18
+pkgver=8.10.19
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('b64fcd98aa89f98a51a9b97bc5508e4729e318e65d8d312085982c217aceb9c067a408a28e42032bc073d50755b726b721015ba5c7f6e6bb1c68b7c1864c7e42')
+sha512sums=('c669a65b778d18e45e22b043251c8409f9679cfe6829c04caf37c9f998ba729f44856b80de180d0a0102e8d8bb668df617f0e48097d8c2c2bb33d7edf4e84671')
 
 build() {
   cd python-phonenumbers-$pkgver


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:39:03
  Author: felixonmars
Revision: 511250

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 511249, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 511249, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 511249, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 511249, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 511249, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 511249, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 511249, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-09-20 20:38:58 UTC (rev 511249)
+++ LICENSE 2019-09-20 20:39:03 UTC (rev 511250)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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: jenkins/repos/community-any/LICENSE (from rev 511249, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-09-20 20:39:03 UTC (rev 511250)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 20:38:58 UTC (rev 511249)
+++ PKGBUILD2019-09-20 20:39:03 UTC (rev 511250)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.194
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'

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

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:38:58
  Author: felixonmars
Revision: 511249

upgpkg: jenkins 2.195-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 20:34:26 UTC (rev 511248)
+++ PKGBUILD2019-09-20 20:38:58 UTC (rev 511249)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.194
+pkgver=2.195
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('64c2eec22b446d2a57a969108f6fa69b4e70a1a24dc1c040baa51a53e34e78ae332ab0a9fa5349aad5f045b190f0e2abf1bba5e62308f3d8baffa061dbf9'
+sha512sums=('eff62c7291588668fd48ff0411a03e806772a07e4d127023a8539159d0a629f298cf5be419aa2eef2b6955565c6219353265272315f0ca95cb41b74db8842ed1'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:34:26
  Author: felixonmars
Revision: 511248

fix url

Modified:
  python-snowballstemmer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 19:49:17 UTC (rev 511247)
+++ PKGBUILD2019-09-20 20:34:26 UTC (rev 511248)
@@ -7,7 +7,7 @@
 pkgrel=1
 arch=('any')
 pkgdesc="Snowball stemming library collection for Python"
-url='https://github.com/shibukawa/snowball_py'
+url='https://snowballstem.org'
 license=('BSD')
 makedepends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-$pkgver.tar.gz;)


[arch-commits] Commit in python-urllib3/repos/testing-any (4 files)

2019-09-20 Thread Felix Yan via arch-commits
Date: Friday, September 20, 2019 @ 20:33:00
  Author: felixonmars
Revision: 363168

archrelease: copy trunk to testing-any

Added:
  python-urllib3/repos/testing-any/LICENSE
(from rev 363167, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/testing-any/PKGBUILD
(from rev 363167, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/testing-any/LICENSE
  python-urllib3/repos/testing-any/PKGBUILD

--+
 LICENSE  |   64 
 PKGBUILD |  160 ++---
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-09-20 19:27:12 UTC (rev 363167)
+++ LICENSE 2019-09-20 20:33:00 UTC (rev 363168)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/testing-any/LICENSE (from rev 363167, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-09-20 20:33:00 UTC (rev 363168)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 19:27:12 UTC (rev 363167)
+++ PKGBUILD2019-09-20 20:33:00 UTC (rev 363168)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.25.4
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 
'python-ndg-httpsclient'
- 'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 
'python-pyopenssl'
- 'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 
'python-mock' 'python2-mock'
- 'python-brotlipy' 'python2-brotlipy')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-nose' 

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

2019-09-20 Thread Andrew Crerar via arch-commits
Date: Friday, September 20, 2019 @ 19:49:17
  Author: andrewsc
Revision: 511247

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

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

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

2019-09-20 Thread Andrew Crerar via arch-commits
Date: Friday, September 20, 2019 @ 19:48:54
  Author: andrewsc
Revision: 511246

upgpkg: firefox-developer-edition-i18n 70.0b8-1

firefox-developer-edition-i18n: Updating to 70.0b8

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

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 19:36:01 UTC (rev 511245)
+++ PKGBUILD2019-09-20 19:48:54 UTC (rev 511246)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=70.0b7
+pkgver=70.0b8
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('a93b12169d3bc482a16f746b9deca79b3b89e15116565824f029bdb65326ae2af575fdc7650e962b98cd967bcaae4844cae955358a7d88f506a13fd906bc7216'
-
'45e63cd3b206a7744eaa2fdc430cdc0c0f25ec2b59af371b94b1952c2156590e1dcfb0264490e8a25238f07b1a552cf6db366694570283750b9c32caf62ba54c'
-
'e62693ee4c799f75ddc956875ff246d6774639406a43fd35ac56edabc68ca97ff800be8d8046da8520bb2bc254d90da4fd58e5b39b5fbab635185091c25b1859'
-
'e05fca973eea07e64f1509a6ec5151766fc440234d98793921c89e79344e8328b7dbf3dfe3b37fba0b07ba0bb2e9499507dc267989356dc74a9295b2f59b87e6'
-
'4827fdb226726f4a2f659fdc4ddbc0d5dd6b359a95122c0950d4c877c8a347eac7a0e5ebb675a523767c06b0dfddfc68c5acb3b4180a6c8155f0976f45d5d691'
-
'eb929d2a78a71f70c22f51172479db5704f79162d12619f4fd92d4ba46c1ff2ec3a879f1a9af772ba1af0ca5d21b2e2704aee3ebaef6b2f33f5061c7902f7ec0'
-
'b1c3204650bad5cad5cf91a620ed7bbe351ff5f12bd046ef15feba77444392c343bbccf3508d77528c6e9496047def8c8edf2db721b996f141992d81413a5350'
-
'a0669d76fcf4cbf00025049bfc81043e712b04e459615339b5bde3ec6079787d7c87342d643796f1dbd730c64f824526ff47ecb3e796feafc259520eea736eb3'
-
'99a62e92cc3cce1c0b427e970592efb0a685a25724984941d7ab0e15953b7e2f863e7d1ca3fcdd243a5e9b78a19bdf0b206dfc4b32f940a933d5906f5cfa9fb5'
-
'd8cbc7dde9504de23c924f6927ac421d6a03759d896004e55c19e4c5b648784a9ef743531e57f85e0cbb8a0a6d5dbd1e02858429ec1ff3ea89ef8360ed4fbdb5'
-
'020f616999178cee1e4d965431e0c5f383a11ef967056ff0bf7ca64325416af98369ceda3a07c10b7b565a288e6d2ce4b382d49a4261127c65abc1de16845891'
-
'60613a528df090823fd7aed604b63e43c5ed04f71699e82cc04d6e41b2903e52f8fc39279e189de3368d179d29556f2e256d8a94ed4a0a149cb69f5ce525d24f'
-
'351525407e76a1e44ed3a81103dbd07d4615990eb6fef9ef57a41405217aa0f90789dbf38510c90ba1ef29bcff2a94014f1114d28f9f49899fb1d5a4e51c588f'
-
'90a372b22dd671b616eeaebde1602d1530424822d127ce9689cfde013805eab577d3ca03ffc5c27c3f7aa8b7eeba2f603de164853fd2b42329d977d156947c91'
-
'dbd982f43658fa28583301fd474a2b90bd8e682d523fb4608e5f0a54bbb1c4d72a898d2742b4220d726b1c902a808707fb5394135faf4078148aef9453a682da'
-
'35b5340f1ed5cc8a85ba5e0030ffd2f0148de8ffae6ce7745dc1ba8fc701614ffcc1680d7af3cd733d82dea56cae22d7f6c2c74a4142470adbe7948f96628b6a'
-
'0ca0243452045d382600fc141d64612261a9c075e55c845d3552b6184ff42bba7fb177ee61e404efc79c0f2f8fb8fad1f1e81022cba99d55a25bc5505fd349a2'
-
'f7c6883acff2d4ca5883164441dec8ba91e4a7f612f7298be299bf32743657b6744f9d6808ecc2a7bab1643f52127cf52f1cd56dddbce885609e092cbcc73f52'
-
'27e73b8f09b5b39d17528696d1c5428f6e15b34dd1fed4d6e975db2b2feac2923c3d742c1ae82b318c89f3d33f3e9dde89a5c9b4101c982488e1e61739d398b6'
-
'79a860f81317f9e25f6802324be0d9530c8ca9f69489e44291ca49036547f5c5988789f5cf35832f2499e5e0dca2ac1fd4c61551421f992b9f44e0f90c489162'
-
'5ae968028fa60d9d5fd7ee0f4a2c79f9fee97eb114db8d9d4f71ab3da5af552904b4f91a0bc75d1545bc183202bda4460b7cb15db1e469a03bb874016edf30a5'
-
'eb076770c9c0908dfecf19e8fa66a8b3a2f16b3fcb1f668149bf39784635574563127d209cf1e590e591ba191727aded5cee0c9f2702bcb52ccdd968e9a6b9de'
-
'bae3de3864f32f393c08ca71170db4bb6df2e27bcf6b023693e76ab331a7e5e66621a1a49e6481576eab61a23e2509e7c856b12721c0ad41e0915769172c'
-
'33f63d4ce59417d4db9f1f7789b6021b134319785a1f62afc335a5ed4fa0c6f60263fc7c14dc470921d08805796adb87ce5eb40723f8351704adeaa22b6956f7'
-
'3346ee1e198d7e993f493fa0f6c18f9897b4301ffd53f9def023e75621d476175ff4e84e4d42d27e88969a0d8ec1d96d2832e27b1223a53fb5b8dc470b5963cc'
-
'0077cca6c65b7d6d66444a1bbbab0114f3579883ae91cfadb8447827370872e8b76afe20856924f9293694122466d5b6bba4cd3823fe8ae98395e6940f7ab404'
-
'cb7873970e4a5d5956bc1afa3cd560ff203c39d33f329b6c72d2464418782bdf740166a8131af791cfccbeab1f4c8bef6fccc6d023dd727be7fedfa740c3cee7'
-
'5683083a1f30b328b71212f2e96cd012b34e83429f5b126598d060113f8e78442c88621add2b1c92e6b68b6f8620b21fd9022ab49af2f7d3f2990c4836b38c1f'
-

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

2019-09-20 Thread Andrew Crerar via arch-commits
Date: Friday, September 20, 2019 @ 19:36:01
  Author: andrewsc
Revision: 511245

archrelease: copy trunk to community-x86_64

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

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  434 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 firefox-symbolic.svg   |  128 +-
 5 files changed, 720 insertions(+), 720 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-20 
19:35:29 UTC (rev 511244)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-20 
19:36:01 UTC (rev 511245)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 511244, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-09-20 
19:36:01 UTC (rev 511245)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 

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

2019-09-20 Thread Andrew Crerar via arch-commits
Date: Friday, September 20, 2019 @ 19:35:29
  Author: andrewsc
Revision: 511244

upgpkg: firefox-developer-edition 70.0b8-1

firefox-developer-edition: Updating to 70.0b8

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 17:49:33 UTC (rev 511243)
+++ PKGBUILD2019-09-20 19:35:29 UTC (rev 511244)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=70.0b7
+pkgver=70.0b8
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -24,7 +24,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop firefox-symbolic.svg)
-sha512sums=('4cbeac7fc863db16b378c6e326ad4f7ca1b0d8e62dce2f52a63f217b7cbbdea1521cc86d4573d6b1bd23e6fb7f9cb577697ecaa3176c4bfd7954c4c624504af2'
+sha512sums=('d33ad8e095e9ba92a3df35f7216c9d227ab86c8c04720cefdac10e16ba7a2e781a1d30684df7cdb761200c9cd9fb040404bde328052509025290a36a7ef5d800'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'


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

2019-09-20 Thread Sébastien Luttringer via arch-commits
Date: Friday, September 20, 2019 @ 19:27:12
  Author: seblu
Revision: 363167

archrelease: copy trunk to extra-x86_64

Added:
  bird/repos/extra-x86_64/PKGBUILD
(from rev 363166, bird/trunk/PKGBUILD)
  bird/repos/extra-x86_64/bird.service
(from rev 363166, bird/trunk/bird.service)
Deleted:
  bird/repos/extra-x86_64/PKGBUILD
  bird/repos/extra-x86_64/bird.service

--+
 PKGBUILD |  126 -
 bird.service |   24 +-
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 19:27:01 UTC (rev 363166)
+++ PKGBUILD2019-09-20 19:27:12 UTC (rev 363167)
@@ -1,63 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=bird
-pkgver=2.0.5
-pkgrel=1
-pkgdesc='RIP, OSPF, BGP, MPLS, BFD, Babbel routing daemon'
-arch=('x86_64')
-url='https://bird.network.cz/'
-license=('GPL2')
-backup=('etc/bird.conf')
-depends=('glibc' 'readline' 'ncurses' 'libssh')
-replaces=('bird6')
-source=("ftp://bird.network.cz/pub/bird/$pkgname-$pkgver.tar.gz;
-'bird.service')
-md5sums=('a3a1af168f8f0e305a641598f6d38a7a'
- '69221e063a3f07dcad519d5eeacaae75')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname
-  make
-}
-
-package () {
-
-  cd $pkgbase-$pkgver
-  make \
-prefix="$pkgdir/usr" \
-sysconfdir="$pkgdir/etc" \
-sbindir="$pkgdir/usr/bin" \
-localstatedir="$pkgdir/var" \
-docdir="$pkgdir/usr/share/doc/$pkgname" \
-install
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird.service" 
"$pkgdir/usr/lib/systemd/system/bird.service"
-
-  # overwrite invalid default config file (see FS#57096)
-  install -D -m 644 doc/bird.conf.example2 "$pkgdir/etc/bird.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bird/repos/extra-x86_64/PKGBUILD (from rev 363166, bird/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 19:27:12 UTC (rev 363167)
@@ -0,0 +1,63 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=bird
+pkgver=2.0.6
+pkgrel=1
+pkgdesc='RIP, OSPF, BGP, MPLS, BFD, Babbel routing daemon'
+arch=('x86_64')
+url='https://bird.network.cz/'
+license=('GPL2')
+backup=('etc/bird.conf')
+depends=('glibc' 'readline' 'ncurses' 'libssh')
+replaces=('bird6')
+source=("ftp://bird.network.cz/pub/bird/$pkgname-$pkgver.tar.gz;
+'bird.service')
+md5sums=('bc05f225f4fcb365da1dbb308a7e23cc'
+ '69221e063a3f07dcad519d5eeacaae75')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--docdir=/usr/share/doc/$pkgname
+  make
+}
+
+package () {
+
+  cd $pkgbase-$pkgver
+  make \
+prefix="$pkgdir/usr" \
+sysconfdir="$pkgdir/etc" \
+sbindir="$pkgdir/usr/bin" \
+localstatedir="$pkgdir/var" \
+docdir="$pkgdir/usr/share/doc/$pkgname" \
+install
+
+  # no /var inside pkg
+  rm -r "$pkgdir/var"
+
+  # systemd
+  install -D -m 644 "$srcdir/bird.service" 
"$pkgdir/usr/lib/systemd/system/bird.service"
+
+  # overwrite invalid default config file (see FS#57096)
+  install -D -m 644 doc/bird.conf.example2 "$pkgdir/etc/bird.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: bird.service
===
--- bird.service2019-09-20 19:27:01 UTC (rev 363166)
+++ bird.service2019-09-20 19:27:12 UTC (rev 363167)
@@ -1,12 +0,0 @@
-[Unit]
-Description=BIRD routing daemon
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/bird
-ExecReload=/usr/bin/birdc configure
-ExecStop=/usr/bin/birdc down
-
-[Install]
-WantedBy=multi-user.target

Copied: bird/repos/extra-x86_64/bird.service (from rev 363166, 
bird/trunk/bird.service)
===
--- bird.service(rev 0)
+++ bird.service2019-09-20 19:27:12 UTC (rev 363167)
@@ -0,0 +1,12 @@
+[Unit]
+Description=BIRD routing daemon
+After=network.target
+
+[Service]
+Type=forking

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

2019-09-20 Thread Sébastien Luttringer via arch-commits
Date: Friday, September 20, 2019 @ 19:27:01
  Author: seblu
Revision: 363166

upgpkg: bird 2.0.6-1

Modified:
  bird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 19:20:44 UTC (rev 363165)
+++ PKGBUILD2019-09-20 19:27:01 UTC (rev 363166)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=bird
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc='RIP, OSPF, BGP, MPLS, BFD, Babbel routing daemon'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 replaces=('bird6')
 source=("ftp://bird.network.cz/pub/bird/$pkgname-$pkgver.tar.gz;
 'bird.service')
-md5sums=('a3a1af168f8f0e305a641598f6d38a7a'
+md5sums=('bc05f225f4fcb365da1dbb308a7e23cc'
  '69221e063a3f07dcad519d5eeacaae75')
 
 prepare() {


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

2019-09-20 Thread Sébastien Luttringer via arch-commits
Date: Friday, September 20, 2019 @ 19:20:37
  Author: seblu
Revision: 363164

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 363163, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 363163, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 363163, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 363163, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 363163, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 363163, btrfs-progs/trunk/initcpio-install-btrfs)

+
 PKGBUILD   |   74 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |8 +
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 132 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 363163, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-20 19:20:37 UTC (rev 363164)
@@ -0,0 +1,74 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.2.2
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
+optdepends=('python: libbtrfsutil python bindings')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '70c55c5c403251f5260285675cf35c1a'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '917b31f4eb90448d6791e17ea0f386c7'
+ '42475169de355a33d551b2f368eb0a50')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 363163, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2019-09-20 19:20:37 UTC (rev 363164)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home monthly.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service (from rev 363163, 
btrfs-progs/trunk/btrfs-scrub@.service)
===
--- testing-x86_64/btrfs-scrub@.service (rev 0)
+++ testing-x86_64/btrfs-scrub@.service 2019-09-20 19:20:37 UTC (rev 

[arch-commits] Commit in bind/repos/extra-x86_64 (18 files)

2019-09-20 Thread Sébastien Luttringer via arch-commits
Date: Friday, September 20, 2019 @ 19:20:44
  Author: seblu
Revision: 363165

archrelease: copy trunk to extra-x86_64

Added:
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 363163, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 363163, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/empty.zone
(from rev 363163, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 363163, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 363163, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 363163, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 363163, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 363163, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 363163, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

+
 127.0.0.zone   |   20 +--
 PKGBUILD   |  258 +--
 empty.zone |   16 +--
 localhost.ip6.zone |   20 +--
 localhost.zone |   22 ++--
 named.conf |  144 ++--
 named.service  |   20 +--
 sysusers.conf  |2 
 tmpfiles.conf  |2 
 9 files changed, 252 insertions(+), 252 deletions(-)

Deleted: 127.0.0.zone
===
--- 127.0.0.zone2019-09-20 19:20:37 UTC (rev 363164)
+++ 127.0.0.zone2019-09-20 19:20:44 UTC (rev 363165)
@@ -1,10 +0,0 @@
-@   1D IN SOA   localhost. root.localhost. (
-42; serial (mmdd##)
-3H; refresh
-15M   ; retry
-1W; expiry
-1D )  ; minimum ttl
-
-1D  IN  NS  localhost.
-
-1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/extra-x86_64/127.0.0.zone (from rev 363163, 
bind/trunk/127.0.0.zone)
===
--- 127.0.0.zone(rev 0)
+++ 127.0.0.zone2019-09-20 19:20:44 UTC (rev 363165)
@@ -0,0 +1,10 @@
+@   1D IN SOA   localhost. root.localhost. (
+42; serial (mmdd##)
+3H; refresh
+15M   ; retry
+1W; expiry
+1D )  ; minimum ttl
+
+1D  IN  NS  localhost.
+
+1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 19:20:37 UTC (rev 363164)
+++ PKGBUILD2019-09-20 19:20:44 UTC (rev 363165)
@@ -1,129 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Mario Vazquez 
-
-pkgbase=bind
-pkgname=(bind bind-tools)
-_pkgver=9.14.5
-pkgver=${_pkgver//-/.}
-pkgrel=1
-url='https://www.isc.org/software/bind/'
-license=('MPL2')
-arch=('x86_64')
-options=('!emptydirs')
-makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
-  'libidn2' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'lmdb'
-  'zlib' 'icu' 'xz')
-validpgpkeys=('AE3FAC796711EC59FC007AA474BB6B9A4CBB3D38') #ISC Code Signing 
Key 2019 – 2020 (codes...@isc.org)
-source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
-'tmpfiles.conf'
-'sysusers.conf'
-'named.conf'
-'named.service'
-'localhost.zone'
-'localhost.ip6.zone'
-'127.0.0.zone'
-'empty.zone')
-sha1sums=('aef9038cca034705b118168a1d1d83b3dffd83e4'
-  'SKIP'
-  'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
-  '9537f4835a1f736788d0733c7996a10db2d4eee4'
-  'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
-  '62b06487323dd0d515a4dc659b8ecd193c29107b'
-  '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
-  '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
-  '9c33726088342207ad06d33b2c13408290a0c8ad'
-  '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
-
-prepare() {
-  msg2 'Getting a fresh version of root DNS'
-  # no more using source array, lack of versioning.
-  curl -o root.hint https://www.internic.net/zones/named.root
-  [[ -s root.hint ]]
-  cd bind-$_pkgver
-  # 

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

2019-09-20 Thread Sébastien Luttringer via arch-commits
Date: Friday, September 20, 2019 @ 19:20:15
  Author: seblu
Revision: 363163

upgpkg: btrfs-progs 5.2.2-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 19:20:09 UTC (rev 363162)
+++ PKGBUILD2019-09-20 19:20:15 UTC (rev 363163)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
- '9bacd0fec4efd449a6223f1c72ab91b3'
+ '70c55c5c403251f5260285675cf35c1a'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '917b31f4eb90448d6791e17ea0f386c7'


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

2019-09-20 Thread Sébastien Luttringer via arch-commits
Date: Friday, September 20, 2019 @ 19:20:09
  Author: seblu
Revision: 363162

upgpkg: bind 9.14.6-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 19:13:12 UTC (rev 363161)
+++ PKGBUILD2019-09-20 19:20:09 UTC (rev 363162)
@@ -5,7 +5,7 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.14.5
+_pkgver=9.14.6
 pkgver=${_pkgver//-/.}
 pkgrel=1
 url='https://www.isc.org/software/bind/'
@@ -25,7 +25,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('aef9038cca034705b118168a1d1d83b3dffd83e4'
+sha1sums=('320cb035c0c5d2699c6b82adeeeb7772f3ea43be'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '9537f4835a1f736788d0733c7996a10db2d4eee4'


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

2019-09-20 Thread Sébastien Luttringer via arch-commits
Date: Friday, September 20, 2019 @ 19:13:12
  Author: seblu
Revision: 363161

https://www.archlinux.org/todo/fix-unquoted-variables-which-break-building-the-package-in-certain-scenarios/

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 15:36:20 UTC (rev 363160)
+++ PKGBUILD2019-09-20 19:13:12 UTC (rev 363161)
@@ -43,5 +43,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make DESTDIR="$pkgdir" install
 }


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

2019-09-20 Thread Bruno Pagani via arch-commits
Date: Friday, September 20, 2019 @ 17:49:33
  Author: archange
Revision: 511243

Fix quoting, style

Modified:
  pesign/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 17:48:02 UTC (rev 511242)
+++ PKGBUILD2019-09-20 17:49:33 UTC (rev 511243)
@@ -1,14 +1,14 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Maintainer: Bruno Pagani 
 # Contributor: Mirco Tischler 
 
 pkgname=pesign
 pkgver=0.112
 pkgrel=2
-pkgdesc='Tools for manipulating signed PE-COFF binaries'
-arch=('x86_64')
-url='https://github.com/rhinstaller/pesign'
-license=('GPL2')
-depends=('efivar' 'nss' 'libutil-linux')
+pkgdesc="Tools for manipulating signed PE-COFF binaries"
+arch=(x86_64)
+url="https://github.com/rhinstaller/pesign;
+license=(GPL2)
+depends=(efivar nss libutil-linux)
 source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
 "${pkgname}.sysusers"
 
'https://src.fedoraproject.org/lookaside/pkgs/pesign/certs.tar.xz/e377e0bc924287ee09356a239c5f51a8/certs.tar.xz')
 # No HTTP because custom CA
@@ -25,8 +25,8 @@
 cd ${pkgname}-${pkgver}
 
 make libdir=/usr/lib libexecdir=/usr/lib DESTDIR="${pkgdir}" install 
install_systemd
-rm -rf ${pkgdir}/var
-rm -rf ${pkgdir}/etc/rpm
+rm -rf "${pkgdir}"/var
+rm -rf "${pkgdir}"/etc/rpm
 
 install -Dm644 "${srcdir}"/${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
 


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

2019-09-20 Thread Bruno Pagani via arch-commits
Date: Friday, September 20, 2019 @ 17:48:02
  Author: archange
Revision: 511242

Fix quoting

Modified:
  netcdf-cxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 17:47:31 UTC (rev 511241)
+++ PKGBUILD2019-09-20 17:48:02 UTC (rev 511242)
@@ -32,5 +32,5 @@
 package() {
 cd ${pkgname}4-${pkgver}
 make DESTDIR="${pkgdir}" install
-install -Dm644 COPYRIGHT -t ${pkgdir}/usr/share/licenses/${pkgname}/
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
 }


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

2019-09-20 Thread Bruno Pagani via arch-commits
Date: Friday, September 20, 2019 @ 17:47:31
  Author: archange
Revision: 511241

Fix quoting

Modified:
  acpica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 17:34:42 UTC (rev 511240)
+++ PKGBUILD2019-09-20 17:47:31 UTC (rev 511241)
@@ -26,5 +26,5 @@
 
 package() {
   cd acpica-unix-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in (12 files)

2019-09-20 Thread Eli Schwartz via arch-commits
Date: Friday, September 20, 2019 @ 17:34:42
  Author: eschwartz
Revision: 511240

Clean up the use of gcc-multilib as makedepends

lib32-gcc-libs is in multilib-devel which is what is needed, now that core/gcc
has native -m32 support.

Also clean up misc issues e.g. unquoted srcdir/pkgdir encountered along the way

Modified:
  lib32-simplescreenrecorder/trunk/PKGBUILD
  lib32-sqlite/trunk/PKGBUILD
  lib32-systemd/trunk/PKGBUILD
  lib32-util-linux/trunk/PKGBUILD
  lib32-wxgtk2/trunk/PKGBUILD
  lib32-xcb-util/trunk/PKGBUILD
  lib32-xz/trunk/PKGBUILD
  lib32-zlib/trunk/PKGBUILD
  nspluginwrapper/trunk/PKGBUILD
  smlnj/trunk/PKGBUILD
  virtualbox/trunk/PKGBUILD
  zsnes/trunk/PKGBUILD

---+
 lib32-simplescreenrecorder/trunk/PKGBUILD |2 +-
 lib32-sqlite/trunk/PKGBUILD   |4 ++--
 lib32-systemd/trunk/PKGBUILD  |2 +-
 lib32-util-linux/trunk/PKGBUILD   |1 -
 lib32-wxgtk2/trunk/PKGBUILD   |2 +-
 lib32-xcb-util/trunk/PKGBUILD |2 +-
 lib32-xz/trunk/PKGBUILD   |9 -
 lib32-zlib/trunk/PKGBUILD |1 -
 nspluginwrapper/trunk/PKGBUILD|1 -
 smlnj/trunk/PKGBUILD  |3 +--
 virtualbox/trunk/PKGBUILD |1 -
 zsnes/trunk/PKGBUILD  |   15 +--
 12 files changed, 16 insertions(+), 27 deletions(-)

Modified: lib32-simplescreenrecorder/trunk/PKGBUILD
===
--- lib32-simplescreenrecorder/trunk/PKGBUILD   2019-09-20 17:12:08 UTC (rev 
511239)
+++ lib32-simplescreenrecorder/trunk/PKGBUILD   2019-09-20 17:34:42 UTC (rev 
511240)
@@ -9,7 +9,7 @@
 url="https://www.maartenbaert.be/simplescreenrecorder/;
 license=("GPL3")
 depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
-makedepends=("git" "gcc-multilib" "cmake")
+makedepends=("git" "cmake")
 install=lib32-simplescreenrecorder.install
 source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
 md5sums=("SKIP")

Modified: lib32-sqlite/trunk/PKGBUILD
===
--- lib32-sqlite/trunk/PKGBUILD 2019-09-20 17:12:08 UTC (rev 511239)
+++ lib32-sqlite/trunk/PKGBUILD 2019-09-20 17:34:42 UTC (rev 511240)
@@ -12,7 +12,7 @@
 license=('custom')
 url="https://www.sqlite.org/;
 depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+makedepends=('tcl' 'lib32-readline')
 source=(https://www.sqlite.org/2019/sqlite-src-${_srcver}.zip)
 sha1sums=('e8862aa46fb70e25c8006a1fe519067a1fa9e618')
 options=('!makeflags')
@@ -51,7 +51,7 @@
 package() {
   cd "$srcdir"/sqlite-src-$_srcver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 
   rm -rf "${pkgdir}"/usr/{include,share,bin}
   mkdir -p "$pkgdir/usr/share/licenses"

Modified: lib32-systemd/trunk/PKGBUILD
===
--- lib32-systemd/trunk/PKGBUILD2019-09-20 17:12:08 UTC (rev 511239)
+++ lib32-systemd/trunk/PKGBUILD2019-09-20 17:34:42 UTC (rev 511240)
@@ -13,7 +13,7 @@
 url='https://www.github.com/systemd/systemd'
 license=('GPL2' 'LGPL2.1')
 depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-xz' 
'systemd')
-makedepends=('gcc-multilib' 'git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
  'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
  'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
  'libxslt' 'meson')

Modified: lib32-util-linux/trunk/PKGBUILD
===
--- lib32-util-linux/trunk/PKGBUILD 2019-09-20 17:12:08 UTC (rev 511239)
+++ lib32-util-linux/trunk/PKGBUILD 2019-09-20 17:34:42 UTC (rev 511240)
@@ -11,7 +11,6 @@
 arch=('x86_64')
 depends=('lib32-glibc' "$_pkgbasename")
 provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')
-makedepends=('gcc-multilib')
 license=('GPL2')
 options=('!emptydirs')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak

Modified: lib32-wxgtk2/trunk/PKGBUILD
===
--- lib32-wxgtk2/trunk/PKGBUILD 2019-09-20 17:12:08 UTC (rev 511239)
+++ lib32-wxgtk2/trunk/PKGBUILD 2019-09-20 17:34:42 UTC (rev 511240)
@@ -9,7 +9,7 @@
 url='https://wxwidgets.org'
 license=('custom:wxWindows')
 depends=('lib32-gtk2' 'lib32-libsm' 'wxgtk2')
-makedepends=('gcc-multilib' 'lib32-glu')
+makedepends=('lib32-glu')
 conflicts=('lib32-wxgtk')
 provides=('lib32-wxgtk')
 replaces=('lib32-wxgtk')

Modified: lib32-xcb-util/trunk/PKGBUILD
===
--- lib32-xcb-util/trunk/PKGBUILD   2019-09-20 17:12:08 UTC (rev 511239)
+++ 

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

2019-09-20 Thread Daniel M. Capella via arch-commits
Date: Friday, September 20, 2019 @ 17:11:49
  Author: polyzen
Revision: 511238

Quote $pkgdir

Modified:
  yamllint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 16:52:08 UTC (rev 511237)
+++ PKGBUILD2019-09-20 17:11:49 UTC (rev 511238)
@@ -24,7 +24,7 @@
 
 package() {
   cd $pkgname-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
 
 # vim:set sw=2 et:


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

2019-09-20 Thread Daniel M. Capella via arch-commits
Date: Friday, September 20, 2019 @ 17:12:08
  Author: polyzen
Revision: 511239

archrelease: copy trunk to community-any

Added:
  yamllint/repos/community-any/PKGBUILD
(from rev 511238, yamllint/trunk/PKGBUILD)
Deleted:
  yamllint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 17:11:49 UTC (rev 511238)
+++ PKGBUILD2019-09-20 17:12:08 UTC (rev 511239)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=yamllint
-pkgver=1.17.0
-pkgrel=1
-pkgdesc='Linter for YAML files'
-arch=('any')
-url=https://github.com/adrienverge/yamllint
-license=('GPL3')
-depends=('python-pathspec' 'python-setuptools' 'python-yaml')
-checkdepends=('python-nose')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('70a6f8316851254e197a6231c35577be29fa2fbe2c77390a54c9a50217cdaa13')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest discover tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-}
-
-# vim:set sw=2 et:

Copied: yamllint/repos/community-any/PKGBUILD (from rev 511238, 
yamllint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 17:12:08 UTC (rev 511239)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=yamllint
+pkgver=1.17.0
+pkgrel=1
+pkgdesc='Linter for YAML files'
+arch=('any')
+url=https://github.com/adrienverge/yamllint
+license=('GPL3')
+depends=('python-pathspec' 'python-setuptools' 'python-yaml')
+checkdepends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('70a6f8316851254e197a6231c35577be29fa2fbe2c77390a54c9a50217cdaa13')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)

2019-09-20 Thread Daniel Bermond via arch-commits
Date: Friday, September 20, 2019 @ 16:52:08
  Author: dbermond
Revision: 511237

archrelease: copy trunk to community-x86_64

Added:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 511236, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 16:51:45 UTC (rev 511236)
+++ PKGBUILD2019-09-20 16:52:08 UTC (rev 511237)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-_srcname=compute-runtime
-pkgname=intel-${_srcname}
-pkgver=19.36.14103
-pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
-arch=(x86_64)
-url="https://01.org/compute-runtime;
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva)
-optdepends=('libva: for cl_intel_va_api_media_sharing'
-'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver)
-source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('f3622fe35662dc2508e02d02c7fbacebc93b11b99918ffc7fa61a05e43c69e4d')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${_srcname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DNEO_DRIVER_VERSION=${pkgver}
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 511236, 
intel-compute-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 16:52:08 UTC (rev 511237)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=compute-runtime
+pkgname=intel-${_srcname}
+pkgver=19.37.14191
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver)
+source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('efa8b74a01a5bc1c344b1de654fdad256ee2c6969fde30ebfa87e4df6dd9aa43')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_DRIVER_VERSION=${pkgver}
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-09-20 Thread Daniel Bermond via arch-commits
Date: Friday, September 20, 2019 @ 16:51:45
  Author: dbermond
Revision: 511236

upgpkg: intel-compute-runtime 19.37.14191-1

Updated to version 19.37.14191

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 16:51:00 UTC (rev 511235)
+++ PKGBUILD2019-09-20 16:51:45 UTC (rev 511236)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.36.14103
+pkgver=19.37.14191
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('f3622fe35662dc2508e02d02c7fbacebc93b11b99918ffc7fa61a05e43c69e4d')
+sha256sums=('efa8b74a01a5bc1c344b1de654fdad256ee2c6969fde30ebfa87e4df6dd9aa43')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-media-driver/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Daniel Bermond via arch-commits
Date: Friday, September 20, 2019 @ 16:51:00
  Author: dbermond
Revision: 511235

archrelease: copy trunk to community-x86_64

Added:
  intel-media-driver/repos/community-x86_64/PKGBUILD
(from rev 511234, intel-media-driver/trunk/PKGBUILD)
Deleted:
  intel-media-driver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 16:50:36 UTC (rev 511234)
+++ PKGBUILD2019-09-20 16:51:00 UTC (rev 511235)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Daniel Bermond 
-
-pkgname=intel-media-driver
-pkgver=19.2.1
-pkgrel=1
-pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
-arch=(x86_64)
-url="https://github.com/intel/media-driver/;
-license=(MIT BSD)
-depends=(gcc-libs intel-gmmlib libva libpciaccess)
-makedepends=(cmake)
-source=("https://github.com/${pkgname/-//}/archive/${pkgname%-*}-${pkgver}.tar.gz;)
-sha256sums=('79279c991d918deaa52239dac55787b9c7562e520cd58744171b468d28b8af40')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname#*-}-${pkgname%-*}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DINSTALL_DRIVER_SYSCONF=OFF \
--Wno-dev
-make
-}
-
-package() {
-cd build
-make DESTDIR="$pkgdir" install
-install -Dm644 ../${pkgname#*-}-${pkgname%-*}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: intel-media-driver/repos/community-x86_64/PKGBUILD (from rev 511234, 
intel-media-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 16:51:00 UTC (rev 511235)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Daniel Bermond 
+
+pkgname=intel-media-driver
+pkgver=19.2.1
+pkgrel=2
+pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
+arch=(x86_64)
+url="https://github.com/intel/media-driver/;
+license=(MIT BSD)
+depends=(gcc-libs intel-gmmlib libva libpciaccess)
+makedepends=(cmake)
+source=("https://github.com/${pkgname/-//}/archive/${pkgname%-*}-${pkgver}.tar.gz;)
+sha256sums=('79279c991d918deaa52239dac55787b9c7562e520cd58744171b468d28b8af40')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname#*-}-${pkgname%-*}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DINSTALL_DRIVER_SYSCONF=OFF \
+-Wno-dev
+make
+}
+
+package() {
+cd build
+make DESTDIR="$pkgdir" install
+install -Dm644 ../${pkgname#*-}-${pkgname%-*}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in intel-media-driver/trunk (PKGBUILD)

2019-09-20 Thread Daniel Bermond via arch-commits
Date: Friday, September 20, 2019 @ 16:50:36
  Author: dbermond
Revision: 511234

upgpkg: intel-media-driver 19.2.1-2

intel-gmmlib 19.3.2 rebuild

Modified:
  intel-media-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 14:45:43 UTC (rev 511233)
+++ PKGBUILD2019-09-20 16:50:36 UTC (rev 511234)
@@ -3,7 +3,7 @@
 
 pkgname=intel-media-driver
 pkgver=19.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
 url="https://github.com/intel/media-driver/;


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

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 15:36:20
  Author: heftig
Revision: 363160

archrelease: copy trunk to extra-any

Added:
  gyp/repos/extra-any/PKGBUILD
(from rev 363159, gyp/trunk/PKGBUILD)
Deleted:
  gyp/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 15:36:19 UTC (rev 363159)
+++ PKGBUILD2019-09-20 15:36:20 UTC (rev 363160)
@@ -1,25 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gyp
-pkgver=20170609
-pkgrel=3
-pkgdesc='"Generate Your Projects" Meta-Build system'
-arch=(any)
-url="https://gyp.gsrc.io/;
-license=(custom:BSD)
-depends=(python2-setuptools ninja)
-makedepends=(git)
-_commit=a478c1ab51ea3e04e79791ac3d1dad01b3f57434  # changes/21/487521/4
-source=("git+https://chromium.googlesource.com/external/gyp#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gyp/repos/extra-any/PKGBUILD (from rev 363159, gyp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 15:36:20 UTC (rev 363160)
@@ -0,0 +1,32 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gyp
+pkgver=20190716.fcd686f1
+pkgrel=1
+pkgdesc='"Generate Your Projects" Meta-Build system'
+arch=(any)
+url="https://gyp.gsrc.io/;
+license=(custom:BSD)
+depends=(python-setuptools ninja)
+makedepends=(git)
+_commit=fcd686f1880fa52a1ee78d3e98af1b88cb334528  # changes/82/1701782/5
+source=("git+https://chromium.googlesource.com/external/gyp#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
+}


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

2019-09-20 Thread Jan Steffens via arch-commits
Date: Friday, September 20, 2019 @ 15:36:19
  Author: heftig
Revision: 363159

archrelease: copy trunk to extra-x86_64

Added:
  libqmi/repos/extra-x86_64/PKGBUILD
(from rev 363158, libqmi/trunk/PKGBUILD)
Deleted:
  libqmi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 15:36:00 UTC (rev 363158)
+++ PKGBUILD2019-09-20 15:36:19 UTC (rev 363159)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqmi
-pkgver=1.22.6
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libqmi/;
-license=(GPL2)
-depends=(libmbim libgudev)
-makedepends=(gtk-doc python git help2man)
-_commit=020cb510909f20c694882293d23c6d15a8e8ac06  # tags/1.22.6
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.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-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 363158, 
libqmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 15:36:19 UTC (rev 363159)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(libmbim libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=49abf405f5e9f16542476dceeb20de6029edcf1c  # tags/1.24.0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.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-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


  1   2   >