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

2020-09-10 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, September 10, 2020 @ 13:20:12
  Author: grazzolini
Revision: 701771

archrelease: copy trunk to community-testing-any

Added:
  keepass/repos/community-testing-any/
  keepass/repos/community-testing-any/PKGBUILD
(from rev 701770, keepass/trunk/PKGBUILD)
  keepass/repos/community-testing-any/keepass
(from rev 701770, keepass/trunk/keepass)
  keepass/repos/community-testing-any/keepass.1
(from rev 701770, keepass/trunk/keepass.1)
  keepass/repos/community-testing-any/keepass.desktop
(from rev 701770, keepass/trunk/keepass.desktop)
  keepass/repos/community-testing-any/keepass.install
(from rev 701770, keepass/trunk/keepass.install)
  keepass/repos/community-testing-any/keepass.xml
(from rev 701770, 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 701770, 
keepass/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-09-10 13:20:12 UTC (rev 701771)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.46
+pkgrel=1
+pkgdesc='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=('7caecfcc2d15dc7ec1b90256da527836'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('1bee277e5c36369198be75e473d6d7a1b08a2b16'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('3e3e284da7542d6de618fe8a706bc3ac9c249023fdf09f3b87163dff9aa7cc7f'
+'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 701770, 
keepass/trunk/keepass)
===
--- community-testing-any/keepass   (rev 0)
+++ community-testing-any/keepass   2020-09-10 13:20:12 UTC (rev 701771)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: 

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

2020-07-15 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, July 15, 2020 @ 18:48:55
  Author: grazzolini
Revision: 663984

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 663983, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 663983, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 663983, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 663983, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 663983, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 663983, 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 663983, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-07-15 18:48:55 UTC (rev 663984)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.45
+pkgrel=4
+pkgdesc='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=('478501f7f1799abb4b5be1cb3489f5b3'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('dbe109b4efd640b4631a882857d67aea6dacdeeb'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('d59898183af11d94f1c00f70cca09ee51d58f7597d13560fc9f9c629e6b89e1f'
+'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 663983, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2020-07-15 18:48:55 UTC (rev 663984)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: 

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

2020-06-29 Thread Giancarlo Razzolini via arch-commits
Date: Monday, June 29, 2020 @ 18:23:37
  Author: grazzolini
Revision: 656406

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 656405, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 656405, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 656405, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 656405, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 656405, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 656405, 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 656405, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-06-29 18:23:37 UTC (rev 656406)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.45
+pkgrel=2
+pkgdesc='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=('478501f7f1799abb4b5be1cb3489f5b3'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('dbe109b4efd640b4631a882857d67aea6dacdeeb'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('d59898183af11d94f1c00f70cca09ee51d58f7597d13560fc9f9c629e6b89e1f'
+'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 656405, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2020-06-29 18:23:37 UTC (rev 656406)
@@ -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-11-16 Thread Levente Polyak via arch-commits
Date: Saturday, November 16, 2019 @ 17:18:04
  Author: anthraxx
Revision: 529624

archrelease: copy trunk to community-testing-any

Added:
  keepass/repos/community-testing-any/
  keepass/repos/community-testing-any/PKGBUILD
(from rev 529623, keepass/trunk/PKGBUILD)
  keepass/repos/community-testing-any/keepass
(from rev 529623, keepass/trunk/keepass)
  keepass/repos/community-testing-any/keepass.1
(from rev 529623, keepass/trunk/keepass.1)
  keepass/repos/community-testing-any/keepass.desktop
(from rev 529623, keepass/trunk/keepass.desktop)
  keepass/repos/community-testing-any/keepass.install
(from rev 529623, keepass/trunk/keepass.install)
  keepass/repos/community-testing-any/keepass.xml
(from rev 529623, 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 529623, 
keepass/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-11-16 17:18:04 UTC (rev 529624)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.43
+pkgrel=4
+pkgdesc='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-testing-any/keepass (from rev 529623, 
keepass/trunk/keepass)
===
--- community-testing-any/keepass   (rev 0)
+++ community-testing-any/keepass   2019-11-16 17:18:04 UTC (rev 529624)
@@ -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 @ 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/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/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/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 (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 (7 files)

2019-09-13 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 14, 2019 @ 01:44:19
  Author: grazzolini
Revision: 510451

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 510450, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 510450, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 510450, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 510450, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 510450, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 510450, 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 510450, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-14 01:44:19 UTC (rev 510451)
@@ -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=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"http://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 510450, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2019-09-14 01:44:19 UTC (rev 510451)
@@ -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-10 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, September 10, 2019 @ 18:10:38
  Author: grazzolini
Revision: 509179

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 509178, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 509178, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 509178, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 509178, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 509178, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 509178, 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 509178, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-10 18:10:38 UTC (rev 509179)
@@ -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=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"http://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 509178, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2019-09-10 18:10:38 UTC (rev 509179)
@@ -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-08-10 Thread Levente Polyak via arch-commits
Date: Saturday, August 10, 2019 @ 09:22:48
  Author: anthraxx
Revision: 498652

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 498651, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 498651, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 498651, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 498651, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 498651, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 498651, 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 498651, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-08-10 09:22:48 UTC (rev 498652)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.42.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/'
+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=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"http://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-staging-any/keepass (from rev 498651, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2019-08-10 09:22:48 UTC (rev 498652)
@@ -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-08-10 Thread Levente Polyak via arch-commits
Date: Saturday, August 10, 2019 @ 09:15:27
  Author: anthraxx
Revision: 498647

archrelease: copy trunk to staging-any

Added:
  keepass/repos/staging-any/
  keepass/repos/staging-any/PKGBUILD
(from rev 498646, keepass/trunk/PKGBUILD)
  keepass/repos/staging-any/keepass
(from rev 498646, keepass/trunk/keepass)
  keepass/repos/staging-any/keepass.1
(from rev 498646, keepass/trunk/keepass.1)
  keepass/repos/staging-any/keepass.desktop
(from rev 498646, keepass/trunk/keepass.desktop)
  keepass/repos/staging-any/keepass.install
(from rev 498646, keepass/trunk/keepass.install)
  keepass/repos/staging-any/keepass.xml
(from rev 498646, 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/staging-any/PKGBUILD (from rev 498646, 
keepass/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2019-08-10 09:15:27 UTC (rev 498647)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.42.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/'
+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=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"http://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/staging-any/keepass (from rev 498646, 
keepass/trunk/keepass)
===
--- staging-any/keepass (rev 0)
+++ staging-any/keepass 2019-08-10 09:15:27 UTC (rev 498647)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: keepass/repos/staging-any/keepass.1 (from rev 498646, 
keepass/trunk/keepass.1)
===
--- staging-any/keepass.1   

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

2018-01-09 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, January 9, 2018 @ 19:31:39
  Author: grazzolini
Revision: 280752

archrelease: copy trunk to community-testing-any

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

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

Copied: keepass/repos/community-testing-any/PKGBUILD (from rev 280751, 
keepass/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-09 19:31:39 UTC (rev 280752)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.38
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='http://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=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml')
+
+md5sums=('3d0d6fb7ac5ca4428138c89b781a9378'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('76f6db92e5924152ba93f19bae577860fc0a572b'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('73ad864e6640d7e6d1b60ceb9caa55d84cbf28452c673291603d80bdaf7b6354'
+'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 280751, 
keepass/trunk/keepass)
===
--- community-testing-any/keepass   (rev 0)
+++ community-testing-any/keepass   2018-01-09 19:31:39 UTC (rev 280752)
@@ -0,0 +1,2 @@
+#!/bin/sh