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

2020-11-14 Thread Alad Wenter via arch-commits
Date: Saturday, November 14, 2020 @ 16:35:38
  Author: alad
Revision: 754131

archrelease: copy trunk to community-x86_64

Added:
  mit-scheme/repos/community-x86_64/PKGBUILD
(from rev 754130, mit-scheme/trunk/PKGBUILD)
Deleted:
  mit-scheme/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-14 16:35:25 UTC (rev 754130)
+++ PKGBUILD2020-11-14 16:35:38 UTC (rev 754131)
@@ -1,42 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: peter feigl 
-
-pkgname=mit-scheme
-pkgver=10.1.10
-pkgrel=3
-pkgdesc='MIT/GNU Scheme'
-url='https://www.gnu.org/software/mit-scheme/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'zlib' 'libx11')
-optdepends=('openssl: support for openssl')
-provides=('x11-shim.so')
-source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
-
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
-validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

-sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"/src
-./configure --prefix=/usr \
---with-x \
---enable-x11 \
---enable-native-code
-make
-cd ../doc
-./configure --prefix=/usr \
---disable-pdf \
---disable-html
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-install -Dm644 "etc/xscheme.el" 
"$pkgdir/usr/share/emacs/site-lisp/xscheme.el"
-cd src
-make DESTDIR="$pkgdir" install
-cd ../doc
-make DESTDIR="$pkgdir" install-info install-man
-}

Copied: mit-scheme/repos/community-x86_64/PKGBUILD (from rev 754130, 
mit-scheme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-14 16:35:38 UTC (rev 754131)
@@ -0,0 +1,42 @@
+# Maintainer: Alad Wenter 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: peter feigl 
+
+pkgname=mit-scheme
+pkgver=10.1.11
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='https://www.gnu.org/software/mit-scheme/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'zlib' 'libx11')
+optdepends=('openssl: support for openssl')
+provides=('x11-shim.so')
+source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
+
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
+validpgpkeys=('8F664EF430167B808170D35AC9E40BAAFD0CB132') # Chris Hanson 

+sha256sums=('32c29fe08588ed325774113bac00dce72c2454955c64ba32fc40f30db011c21c'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"/src
+./configure --prefix=/usr \
+--with-x \
+--enable-x11 \
+--enable-native-code
+make
+cd ../doc
+./configure --prefix=/usr \
+--disable-pdf \
+--disable-html
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+install -Dm644 "etc/xscheme.el" 
"$pkgdir/usr/share/emacs/site-lisp/xscheme.el"
+cd src
+make DESTDIR="$pkgdir" install
+cd ../doc
+make DESTDIR="$pkgdir" install-info install-man
+}


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

2020-11-14 Thread Alad Wenter via arch-commits
Date: Saturday, November 14, 2020 @ 16:35:25
  Author: alad
Revision: 754130

upgpkg: mit-scheme 10.1.11-1

New signing key 8F664EF430167B808170D35AC9E40BAAFD0CB132 with counter-signature
by original key 424626C56C4AA9DB11194C07E3AA82D81B352C01.

Modified:
  mit-scheme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-14 16:22:10 UTC (rev 754129)
+++ PKGBUILD2020-11-14 16:35:25 UTC (rev 754130)
@@ -3,8 +3,8 @@
 # Contributor: peter feigl 
 
 pkgname=mit-scheme
-pkgver=10.1.10
-pkgrel=3
+pkgver=10.1.11
+pkgrel=1
 pkgdesc='MIT/GNU Scheme'
 url='https://www.gnu.org/software/mit-scheme/'
 arch=('x86_64')
@@ -14,8 +14,8 @@
 provides=('x11-shim.so')
 
source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
 
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
-validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

-sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
+validpgpkeys=('8F664EF430167B808170D35AC9E40BAAFD0CB132') # Chris Hanson 

+sha256sums=('32c29fe08588ed325774113bac00dce72c2454955c64ba32fc40f30db011c21c'
 'SKIP')
 
 build() {


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

2020-11-14 Thread Alad Wenter via arch-commits
Date: Saturday, November 14, 2020 @ 16:22:10
  Author: alad
Revision: 754129

archrelease: copy trunk to community-x86_64

Added:
  wimlib/repos/community-x86_64/PKGBUILD
(from rev 754128, wimlib/trunk/PKGBUILD)
Deleted:
  wimlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-14 16:06:53 UTC (rev 754128)
+++ PKGBUILD2020-11-14 16:22:10 UTC (rev 754129)
@@ -1,37 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Eric Biggers 
-
-pkgname=wimlib
-pkgver=1.13.2
-pkgrel=1
-pkgdesc='A library and program to extract, create, and modify WIM files'
-arch=('x86_64')
-url='https://wimlib.net'
-license=('custom')
-depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
-checkdepends=('attr')
-optdepends=('cdrkit: for making ISO image of Windows PE'
-'mtools: for making disk image of Windows PE' 
-'syslinux: for making disk image of Windows PE'
-'cabextract: for extracting Windows PE from the WAIK')
-provides=('libwim.so')
-source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7295be7ef00d265aef4090c9d26af82097db651c5f8399db9d44c60f47f5a945')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
-make
-}
-
-check() {
-cd "$pkgname-$pkgver"
-make check
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
-install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: wimlib/repos/community-x86_64/PKGBUILD (from rev 754128, 
wimlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-14 16:22:10 UTC (rev 754129)
@@ -0,0 +1,37 @@
+# Maintainer: Alad Wenter 
+# Contributor: Eric Biggers 
+
+pkgname=wimlib
+pkgver=1.13.3
+pkgrel=1
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
+checkdepends=('attr')
+optdepends=('cdrkit: for making ISO image of Windows PE'
+'mtools: for making disk image of Windows PE' 
+'syslinux: for making disk image of Windows PE'
+'cabextract: for extracting Windows PE from the WAIK')
+provides=('libwim.so')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
+sha256sums=('8a0741d07d9314735b040cea6168f6daf1ac1c72d350d703f286b118135dfa7e')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
+make
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
+install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2020-11-14 Thread Alad Wenter via arch-commits
Date: Saturday, November 14, 2020 @ 16:06:53
  Author: alad
Revision: 754128

upgpkg: wimlib 1.13.3-1

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-14 16:04:41 UTC (rev 754127)
+++ PKGBUILD2020-11-14 16:06:53 UTC (rev 754128)
@@ -2,7 +2,7 @@
 # Contributor: Eric Biggers 
 
 pkgname=wimlib
-pkgver=1.13.2
+pkgver=1.13.3
 pkgrel=1
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'cabextract: for extracting Windows PE from the WAIK')
 provides=('libwim.so')
 source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7295be7ef00d265aef4090c9d26af82097db651c5f8399db9d44c60f47f5a945')
+sha256sums=('8a0741d07d9314735b040cea6168f6daf1ac1c72d350d703f286b118135dfa7e')
 
 build() {
 cd "$pkgname-$pkgver"


[arch-commits] Commit in (devilspie)

2020-10-18 Thread Alad Wenter via arch-commits
Date: Sunday, October 18, 2020 @ 22:21:48
  Author: alad
Revision: 726865

Dropping to AUR

Deleted:
  devilspie/


[arch-commits] Commit in (faba-icon-theme)

2020-10-18 Thread Alad Wenter via arch-commits
Date: Sunday, October 18, 2020 @ 22:17:27
  Author: alad
Revision: 726859

Dropping to AUR

Deleted:
  faba-icon-theme/


[arch-commits] Commit in (moka-icon-theme)

2020-10-18 Thread Alad Wenter via arch-commits
Date: Sunday, October 18, 2020 @ 22:16:20
  Author: alad
Revision: 726857

Dropping to AUR

Deleted:
  moka-icon-theme/


[arch-commits] Commit in (i3lock-color)

2020-10-18 Thread Alad Wenter via arch-commits
Date: Sunday, October 18, 2020 @ 21:47:12
  Author: alad
Revision: 726827

Dropping to AUR

Deleted:
  i3lock-color/


[arch-commits] Commit in i3lock-color/trunk (2 files)

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 23:06:53
  Author: alad
Revision: 600433

upgpkg: i3lock-color 2.12.c.1-1

Modified:
  i3lock-color/trunk/PKGBUILD
Deleted:
  i3lock-color/trunk/0001-Also-pass-screen-brightness-keys-as-media-keys.patch

---+
 0001-Also-pass-screen-brightness-keys-as-media-keys.patch |   55 
 PKGBUILD  |   17 +--
 2 files changed, 8 insertions(+), 64 deletions(-)

Deleted: 0001-Also-pass-screen-brightness-keys-as-media-keys.patch
===
--- 0001-Also-pass-screen-brightness-keys-as-media-keys.patch   2020-03-17 
22:58:55 UTC (rev 600432)
+++ 0001-Also-pass-screen-brightness-keys-as-media-keys.patch   2020-03-17 
23:06:53 UTC (rev 600433)
@@ -1,55 +0,0 @@
-From e71a208aab9f1530be80f6405bd0596dfca35a3a Mon Sep 17 00:00:00 2001
-From: Alad Wenter 
-Date: Wed, 7 Aug 2019 00:47:21 +0200
-Subject: [PATCH] Also pass screen brightness keys as media keys
-
-Rebase of upstream commits:
-
- 2a6545e5bbc2d5d1f20ac71a45cabef27113d7cd # Also pass screen brightness keys 
as media keys 
- 2766a1380818d70b7b8ed41b6aaca1124e11c790 # Add docs about passing of media 
keys 
- 71cf4bda1b6f37847fae95de2f035995454743cd # Add long option for media key 
passing to docs 

- i3lock.1 | 6 ++
- i3lock.c | 2 ++
- 2 files changed, 8 insertions(+)
-
-diff --git a/i3lock.1 b/i3lock.1
-index 761a6bd..f388a09 100644
 a/i3lock.1
-+++ b/i3lock.1
-@@ -28,6 +28,7 @@ i3lock-color \- improved screen locker
- .RB [\|\-u\|]
- .RB [\|\-e\|]
- .RB [\|\-f\|]
-+.RB [\|\-m\|]
- 
- .SH DESCRIPTION
- .B i3lock-color
-@@ -121,6 +122,11 @@ Note that this number is zero indexed. The ordering is 
dependent on libxinerama.
- Captures the screen and blurs it using the given sigma (radius).
- Images may still be overlaid over the blurred screenshot.
- 
-+.TP
-+.B \-m, \-\-pass-media-keys
-+Allow the following keys to be used while the screen is locked by passing 
them through:
-+XF86AudioPlay, XF86AudioPause, XF86AudioStop, XF86AudioPrev, XF86AudioNext, 
XF86AudioMu
-+
- .TP
- .B \-\-indicator
- Forces the indicator to always be visible, instead of only showing on 
activity.
-diff --git a/i3lock.c b/i3lock.c
-index d3fcee8..7926599 100644
 a/i3lock.c
-+++ b/i3lock.c
-@@ -652,6 +652,8 @@ static void handle_key_press(xcb_key_press_event_t *event) 
{
- case XKB_KEY_XF86AudioMute:
- case XKB_KEY_XF86AudioLowerVolume:
- case XKB_KEY_XF86AudioRaiseVolume:
-+case XKB_KEY_XF86MonBrightnessUp:
-+case XKB_KEY_XF86MonBrightnessDown:
- xcb_send_event(conn, true, screen->root, 
XCB_EVENT_MASK_BUTTON_PRESS, (char *)event);
- return;
- }
--- 
-2.22.0
-

Modified: PKGBUILD
===
--- PKGBUILD2020-03-17 22:58:55 UTC (rev 600432)
+++ PKGBUILD2020-03-17 23:06:53 UTC (rev 600433)
@@ -1,12 +1,12 @@
 # Maintainer: Alad Wenter 
 # Contributor: ibrokemypie 
 pkgname=i3lock-color
-pkgver=2.12.c
+pkgver=2.12.c.1
 pkgrel=1
-_commit=60d68356db80549cb6e40a093b2f884b500aac44 # 2.12.c
+_commit=fcb46c7cd880121a5e3590659705641cf8014bcc # 2.12.c.1
 pkgdesc="improved screenlocker with color configuration support"
 arch=('x86_64')
-url=https://github.com/PandorasFox/i3lock-color
+url=https://github.com/Raymo111/i3lock-color/
 license=('MIT')
 depends=('xcb-util-image' 'pam' 'libev' 'cairo' 'libxkbcommon-x11'
  'libjpeg-turbo' 'xcb-util-xrm' 'pkgconf')
@@ -13,18 +13,17 @@
 makedepends=('git')
 provides=('i3lock')
 conflicts=('i3lock')
-source=("$pkgname-$pkgver::git+https://github.com/PandorasFox/$pkgname#commit=$_commit;
-'0001-Also-pass-screen-brightness-keys-as-media-keys.patch')
-sha256sums=('SKIP'
-'f09ebac78d0f021449734fe38afbc9e389a350255ba88cd5a89d86988fe639db')
+source=("$pkgname-$pkgver::git+https://github.com/PandorasFox/$pkgname#commit=$_commit;)
+sha256sums=('SKIP')
 
 prepare() {
 cd "$pkgname-$pkgver"
-patch -p1 < 
"$srcdir"/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
+# Add XF86Sleep to --pass-power-keys
+git cherry-pick --no-commit dbb21b5341307f682533d517c9cc61e4b6cc6cf6
 
# Fix ticket FS#31544, sed line taken from gentoo
sed -i -e 's:login:system-auth:' pam/i3lock 
-autoreconf -fiv
+autoreconf -fiv
 }
 
 build() {


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

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 23:06:56
  Author: alad
Revision: 600434

archrelease: copy trunk to community-x86_64

Added:
  i3lock-color/repos/community-x86_64/PKGBUILD
(from rev 600433, i3lock-color/trunk/PKGBUILD)
Deleted:
  
i3lock-color/repos/community-x86_64/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
  i3lock-color/repos/community-x86_64/PKGBUILD

---+
 0001-Also-pass-screen-brightness-keys-as-media-keys.patch |   55 
 PKGBUILD  |   79 +---
 2 files changed, 39 insertions(+), 95 deletions(-)

Deleted: 0001-Also-pass-screen-brightness-keys-as-media-keys.patch
===
--- 0001-Also-pass-screen-brightness-keys-as-media-keys.patch   2020-03-17 
23:06:53 UTC (rev 600433)
+++ 0001-Also-pass-screen-brightness-keys-as-media-keys.patch   2020-03-17 
23:06:56 UTC (rev 600434)
@@ -1,55 +0,0 @@
-From e71a208aab9f1530be80f6405bd0596dfca35a3a Mon Sep 17 00:00:00 2001
-From: Alad Wenter 
-Date: Wed, 7 Aug 2019 00:47:21 +0200
-Subject: [PATCH] Also pass screen brightness keys as media keys
-
-Rebase of upstream commits:
-
- 2a6545e5bbc2d5d1f20ac71a45cabef27113d7cd # Also pass screen brightness keys 
as media keys 
- 2766a1380818d70b7b8ed41b6aaca1124e11c790 # Add docs about passing of media 
keys 
- 71cf4bda1b6f37847fae95de2f035995454743cd # Add long option for media key 
passing to docs 

- i3lock.1 | 6 ++
- i3lock.c | 2 ++
- 2 files changed, 8 insertions(+)
-
-diff --git a/i3lock.1 b/i3lock.1
-index 761a6bd..f388a09 100644
 a/i3lock.1
-+++ b/i3lock.1
-@@ -28,6 +28,7 @@ i3lock-color \- improved screen locker
- .RB [\|\-u\|]
- .RB [\|\-e\|]
- .RB [\|\-f\|]
-+.RB [\|\-m\|]
- 
- .SH DESCRIPTION
- .B i3lock-color
-@@ -121,6 +122,11 @@ Note that this number is zero indexed. The ordering is 
dependent on libxinerama.
- Captures the screen and blurs it using the given sigma (radius).
- Images may still be overlaid over the blurred screenshot.
- 
-+.TP
-+.B \-m, \-\-pass-media-keys
-+Allow the following keys to be used while the screen is locked by passing 
them through:
-+XF86AudioPlay, XF86AudioPause, XF86AudioStop, XF86AudioPrev, XF86AudioNext, 
XF86AudioMu
-+
- .TP
- .B \-\-indicator
- Forces the indicator to always be visible, instead of only showing on 
activity.
-diff --git a/i3lock.c b/i3lock.c
-index d3fcee8..7926599 100644
 a/i3lock.c
-+++ b/i3lock.c
-@@ -652,6 +652,8 @@ static void handle_key_press(xcb_key_press_event_t *event) 
{
- case XKB_KEY_XF86AudioMute:
- case XKB_KEY_XF86AudioLowerVolume:
- case XKB_KEY_XF86AudioRaiseVolume:
-+case XKB_KEY_XF86MonBrightnessUp:
-+case XKB_KEY_XF86MonBrightnessDown:
- xcb_send_event(conn, true, screen->root, 
XCB_EVENT_MASK_BUTTON_PRESS, (char *)event);
- return;
- }
--- 
-2.22.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-17 23:06:53 UTC (rev 600433)
+++ PKGBUILD2020-03-17 23:06:56 UTC (rev 600434)
@@ -1,40 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: ibrokemypie 
-pkgname=i3lock-color
-pkgver=2.12.c
-pkgrel=1
-_commit=60d68356db80549cb6e40a093b2f884b500aac44 # 2.12.c
-pkgdesc="improved screenlocker with color configuration support"
-arch=('x86_64')
-url=https://github.com/PandorasFox/i3lock-color
-license=('MIT')
-depends=('xcb-util-image' 'pam' 'libev' 'cairo' 'libxkbcommon-x11'
- 'libjpeg-turbo' 'xcb-util-xrm' 'pkgconf')
-makedepends=('git')
-provides=('i3lock')
-conflicts=('i3lock')
-source=("$pkgname-$pkgver::git+https://github.com/PandorasFox/$pkgname#commit=$_commit;
-'0001-Also-pass-screen-brightness-keys-as-media-keys.patch')
-sha256sums=('SKIP'
-'f09ebac78d0f021449734fe38afbc9e389a350255ba88cd5a89d86988fe639db')
-
-prepare() {
-cd "$pkgname-$pkgver"
-patch -p1 < 
"$srcdir"/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
-
-   # Fix ticket FS#31544, sed line taken from gentoo
-   sed -i -e 's:login:system-auth:' pam/i3lock 
-autoreconf -fiv
-}
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --prefix=/usr --sysconfdir=/etc
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: i3lock-color/repos/community-x86_64/PKGBUILD (from rev 600433, 
i3lock-color/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-17 23:06:56 UTC (rev 600434)
@@ -0,0 +1,39 @@
+# Maintainer: Alad Wenter 
+# Contributor: ibrokemypie 
+pkgname=i3lock-color
+pkgver=2.12.c.1
+pkgrel=1
+_commit=fcb46c7cd880121a5e3590659705641cf8014bcc # 2.12.c.1
+pkgdesc="improved screenlocker with color configuration support"

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

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 22:58:55
  Author: alad
Revision: 600432

archrelease: copy trunk to community-x86_64

Added:
  edbrowse/repos/community-x86_64/PKGBUILD
(from rev 600431, edbrowse/trunk/PKGBUILD)
Deleted:
  edbrowse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-17 22:58:51 UTC (rev 600431)
+++ PKGBUILD2020-03-17 22:58:55 UTC (rev 600432)
@@ -1,34 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Chris Brannon 
-# Contributor: joyfulgirl 
-# Contributor: Chuck Boucher 
-# Contributor: aksr 
-pkgname=edbrowse
-pkgver=3.7.5.1
-pkgrel=2
-_commit=753ec35ce118b3c4a9264a995ff2f6e185a6d5a4 # 3.7.5.1
-pkgdesc='Line-oriented editor, browser and mail client'
-arch=('x86_64')
-url='https://edbrowse.org'
-license=('GPL' 'MPL')
-depends=('duktape' 'tidy' 'curl' 'pcre')
-makedepends=('git')
-source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-make CFLAGS="$CFLAGS -I/usr/include/tidy" all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -C src DESTDIR="$pkgdir" prefix=/usr install
-
-install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-
-install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
-install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
-}
-

Copied: edbrowse/repos/community-x86_64/PKGBUILD (from rev 600431, 
edbrowse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-17 22:58:55 UTC (rev 600432)
@@ -0,0 +1,34 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Brannon 
+# Contributor: joyfulgirl 
+# Contributor: Chuck Boucher 
+# Contributor: aksr 
+pkgname=edbrowse
+pkgver=3.7.6
+pkgrel=1
+_commit=c8c71daa7f3a32803c336e0b2e75a3dcc8b198f8 # 3.7.6
+pkgdesc='Line-oriented editor, browser and mail client'
+arch=('x86_64')
+url='https://edbrowse.org'
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+make CFLAGS="$CFLAGS -I/usr/include/tidy" all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+
+install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
+install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+


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

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 22:58:51
  Author: alad
Revision: 600431

upgpkg: edbrowse 3.7.6-1

Modified:
  edbrowse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-17 22:55:40 UTC (rev 600430)
+++ PKGBUILD2020-03-17 22:58:51 UTC (rev 600431)
@@ -4,9 +4,9 @@
 # Contributor: Chuck Boucher 
 # Contributor: aksr 
 pkgname=edbrowse
-pkgver=3.7.5.1
-pkgrel=2
-_commit=753ec35ce118b3c4a9264a995ff2f6e185a6d5a4 # 3.7.5.1
+pkgver=3.7.6
+pkgrel=1
+_commit=c8c71daa7f3a32803c336e0b2e75a3dcc8b198f8 # 3.7.6
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
 url='https://edbrowse.org'


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

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 22:55:40
  Author: alad
Revision: 600430

archrelease: copy trunk to community-x86_64

Added:
  diffstat/repos/community-x86_64/PKGBUILD
(from rev 600429, diffstat/trunk/PKGBUILD)
Deleted:
  diffstat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-17 22:55:37 UTC (rev 600429)
+++ PKGBUILD2020-03-17 22:55:40 UTC (rev 600430)
@@ -1,33 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Matthias-Christian Ott 
-
-pkgname=diffstat
-pkgver=1.62
-pkgrel=1
-pkgdesc="Display a histogram of diff changes"
-arch=('x86_64')
-url="http://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=("ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz;
-"ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz.asc;)
-sha256sums=('7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f'
-'SKIP')
-# Thomas Dickey "
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')
-
-build () {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 package/debian/copyright 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: diffstat/repos/community-x86_64/PKGBUILD (from rev 600429, 
diffstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-17 22:55:40 UTC (rev 600430)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Matthias-Christian Ott 
+
+pkgname=diffstat
+pkgver=1.63
+pkgrel=1
+pkgdesc="Display a histogram of diff changes"
+arch=('x86_64')
+url="https://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=("ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz;
+"ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz.asc;)
+sha256sums=('7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f'
+'SKIP')
+# Thomas Dickey "
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')
+
+build () {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 package/debian/copyright 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 22:55:37
  Author: alad
Revision: 600429

upgpkg: diffstat 1.63-1

Modified:
  diffstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-17 22:54:19 UTC (rev 600428)
+++ PKGBUILD2020-03-17 22:55:37 UTC (rev 600429)
@@ -3,7 +3,7 @@
 # Contributor: Matthias-Christian Ott 
 
 pkgname=diffstat
-pkgver=1.62
+pkgver=1.63
 pkgrel=1
 pkgdesc="Display a histogram of diff changes"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 source=("ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz;
 "ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz.asc;)
-sha256sums=('7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f'
+sha256sums=('7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f'
 'SKIP')
 # Thomas Dickey "
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')


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

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 22:54:16
  Author: alad
Revision: 600427

upgpkg: datamash 1.6-1

Modified:
  datamash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-17 22:52:00 UTC (rev 600426)
+++ PKGBUILD2020-03-17 22:54:16 UTC (rev 600427)
@@ -2,7 +2,7 @@
 # Contributor: Gavin Lloyd 
 # Contributor: Timothy Rice 
 pkgname=datamash
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
 url="https://www.gnu.org/software/datamash/;
@@ -10,7 +10,7 @@
 license=('GPL')
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
 "https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('226249d5fe54024f96404798778f45963a3041714229d4225cd5d9acdaba21ad'
+sha256sums=('b9b9b79399616bb54722edbbcaa84303801eb62a338b3a20b6f029003deb78cb'
 'SKIP')
 # Assaf Gordon 
 validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')


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

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 22:54:19
  Author: alad
Revision: 600428

archrelease: copy trunk to community-x86_64

Added:
  datamash/repos/community-x86_64/PKGBUILD
(from rev 600427, datamash/trunk/PKGBUILD)
Deleted:
  datamash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-17 22:54:16 UTC (rev 600427)
+++ PKGBUILD2020-03-17 22:54:19 UTC (rev 600428)
@@ -1,32 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Gavin Lloyd 
-# Contributor: Timothy Rice 
-pkgname=datamash
-pkgver=1.5
-pkgrel=1
-pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
-url="https://www.gnu.org/software/datamash/;
-arch=('x86_64')
-license=('GPL')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
-"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('226249d5fe54024f96404798778f45963a3041714229d4225cd5d9acdaba21ad'
-'SKIP')
-# Assaf Gordon 
-validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: datamash/repos/community-x86_64/PKGBUILD (from rev 600427, 
datamash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-17 22:54:19 UTC (rev 600428)
@@ -0,0 +1,32 @@
+# Maintainer: Alad Wenter 
+# Contributor: Gavin Lloyd 
+# Contributor: Timothy Rice 
+pkgname=datamash
+pkgver=1.6
+pkgrel=1
+pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
+url="https://www.gnu.org/software/datamash/;
+arch=('x86_64')
+license=('GPL')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
+"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('b9b9b79399616bb54722edbbcaa84303801eb62a338b3a20b6f029003deb78cb'
+'SKIP')
+# Assaf Gordon 
+validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 22:52:00
  Author: alad
Revision: 600426

archrelease: copy trunk to community-x86_64

Added:
  cmst/repos/community-x86_64/PKGBUILD
(from rev 600425, cmst/trunk/PKGBUILD)
Deleted:
  cmst/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-17 22:51:51 UTC (rev 600425)
+++ PKGBUILD2020-03-17 22:52:00 UTC (rev 600426)
@@ -1,29 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Andrew Bibb 
-pkgname=cmst
-pkgver=2019.01.13
-pkgrel=2
-pkgdesc="A QT based GUI front end for the connman connection manager"
-arch=('x86_64')
-url="https://github.com/andrew-bibb/cmst;
-license=('custom:MIT')
-depends=('qt5-base' 'connman' 'libxkbcommon-x11' 'hicolor-icon-theme')
-source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('7407aa40ba227463877c86a6729992f7fe8220155d5cd34a9fc5cd9bc5efc6b2')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   sed -i '/^conf.path =/c conf.path = /usr/share/dbus-1/system.d' 
apps/rootapp/rootapp.pro
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   qmake-qt5 DISTRO=arch
-   make 
-}
-
-
-package() {
-   cd "$pkgname-$pkgver"
-   make INSTALL_ROOT="$pkgdir/" install
-}

Copied: cmst/repos/community-x86_64/PKGBUILD (from rev 600425, 
cmst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-17 22:52:00 UTC (rev 600426)
@@ -0,0 +1,29 @@
+# Maintainer: Alad Wenter 
+# Contributor: Andrew Bibb 
+pkgname=cmst
+pkgver=2020.03.07
+pkgrel=1
+pkgdesc="A QT based GUI front end for the connman connection manager"
+arch=('x86_64')
+url="https://github.com/andrew-bibb/cmst;
+license=('custom:MIT')
+depends=('qt5-base' 'connman' 'libxkbcommon-x11' 'hicolor-icon-theme')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('a46606eed433e860f04c709aa86ba4afd74f6fb5160416ee55b653db286ec022')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   sed -i '/^conf.path =/c conf.path = /usr/share/dbus-1/system.d' 
apps/rootapp/rootapp.pro
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   qmake-qt5 DISTRO=arch
+   make 
+}
+
+
+package() {
+   cd "$pkgname-$pkgver"
+   make INSTALL_ROOT="$pkgdir/" install
+}


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

2020-03-17 Thread Alad Wenter via arch-commits
Date: Tuesday, March 17, 2020 @ 22:51:51
  Author: alad
Revision: 600425

upgpkg: cmst 2020.03.07-1

Modified:
  cmst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-17 22:41:00 UTC (rev 600424)
+++ PKGBUILD2020-03-17 22:51:51 UTC (rev 600425)
@@ -1,15 +1,15 @@
 # Maintainer: Alad Wenter 
 # Contributor: Andrew Bibb 
 pkgname=cmst
-pkgver=2019.01.13
-pkgrel=2
+pkgver=2020.03.07
+pkgrel=1
 pkgdesc="A QT based GUI front end for the connman connection manager"
 arch=('x86_64')
 url="https://github.com/andrew-bibb/cmst;
 license=('custom:MIT')
 depends=('qt5-base' 'connman' 'libxkbcommon-x11' 'hicolor-icon-theme')
-source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('7407aa40ba227463877c86a6729992f7fe8220155d5cd34a9fc5cd9bc5efc6b2')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('a46606eed433e860f04c709aa86ba4afd74f6fb5160416ee55b653db286ec022')
 
 prepare() {
cd "$pkgname-$pkgver"


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

2019-12-13 Thread Alad Wenter via arch-commits
Date: Friday, December 13, 2019 @ 12:00:19
  Author: alad
Revision: 537513

archrelease: copy trunk to community-x86_64

Added:
  qjournalctl/repos/community-x86_64/PKGBUILD
(from rev 537512, qjournalctl/trunk/PKGBUILD)
Deleted:
  qjournalctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-13 11:59:57 UTC (rev 537512)
+++ PKGBUILD2019-12-13 12:00:19 UTC (rev 537513)
@@ -1,27 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Patrick Eigensatz 
-pkgname=qjournalctl
-pkgver=0.6
-pkgrel=2
-pkgdesc="Qt-based graphical user interface for systemd's journalctl command"
-arch=('x86_64')
-url='https://github.com/pentix/qjournalctl'
-license=('GPL')
-depends=('glibc' 'gcc-libs' 'qt5-base' 'libssh')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f77bad6ac0c27e30c37554d1fb8e12b8243bf61520c11ca5a84e4fd1218a0f60')
-
-build() {
-cd "$pkgname-$pkgver"
-./autogen.sh
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-
-install -Dm755 "$pkgname" -t "$pkgdir/usr/bin/"
-install -Dm644 "ui/$pkgname.png" -t "$pkgdir/usr/share/pixmaps/"
-install -Dm644 "ui/$pkgname.desktop" -t "$pkgdir/usr/share/applications/"
-}
-

Copied: qjournalctl/repos/community-x86_64/PKGBUILD (from rev 537512, 
qjournalctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-13 12:00:19 UTC (rev 537513)
@@ -0,0 +1,27 @@
+# Maintainer: Alad Wenter 
+# Contributor: Patrick Eigensatz 
+pkgname=qjournalctl
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Qt-based graphical user interface for systemd's journalctl command"
+arch=('x86_64')
+url='https://github.com/pentix/qjournalctl'
+license=('GPL')
+depends=('glibc' 'gcc-libs' 'qt5-base' 'libssh')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('7b402c902ac9fe17bb9696e730a6ff0dcad2b327311951b6be76e89d446f4e72')
+
+build() {
+cd "$pkgname-$pkgver"
+./autogen.sh
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+
+install -Dm755 "$pkgname" -t "$pkgdir/usr/bin/"
+install -Dm644 "ui/$pkgname.png" -t "$pkgdir/usr/share/pixmaps/"
+install -Dm644 "ui/$pkgname.desktop" -t "$pkgdir/usr/share/applications/"
+}
+


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

2019-12-13 Thread Alad Wenter via arch-commits
Date: Friday, December 13, 2019 @ 11:59:57
  Author: alad
Revision: 537512

upgpkg: qjournalctl 0.6.2-1

Modified:
  qjournalctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-13 10:22:29 UTC (rev 537511)
+++ PKGBUILD2019-12-13 11:59:57 UTC (rev 537512)
@@ -1,8 +1,8 @@
 # Maintainer: Alad Wenter 
 # Contributor: Patrick Eigensatz 
 pkgname=qjournalctl
-pkgver=0.6
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
 pkgdesc="Qt-based graphical user interface for systemd's journalctl command"
 arch=('x86_64')
 url='https://github.com/pentix/qjournalctl'
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('glibc' 'gcc-libs' 'qt5-base' 'libssh')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f77bad6ac0c27e30c37554d1fb8e12b8243bf61520c11ca5a84e4fd1218a0f60')
+sha256sums=('7b402c902ac9fe17bb9696e730a6ff0dcad2b327311951b6be76e89d446f4e72')
 
 build() {
 cd "$pkgname-$pkgver"


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

2019-11-11 Thread Alad Wenter via arch-commits
Date: Monday, November 11, 2019 @ 16:44:03
  Author: alad
Revision: 526769

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 526768, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-11 16:43:35 UTC (rev 526768)
+++ PKGBUILD2019-11-11 16:44:03 UTC (rev 526769)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-pkgname=neomutt
-pkgver=20191102
-pkgrel=1
-pkgdesc='A version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
- 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-_github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
-sha256sums=('2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---idn=0 \
---idn2=1 \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 526768, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-11 16:44:03 UTC (rev 526769)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+pkgname=neomutt
+pkgver=2019
+pkgrel=1
+pkgdesc='A version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
+sha256sums=('29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2019-11-11 Thread Alad Wenter via arch-commits
Date: Monday, November 11, 2019 @ 16:43:35
  Author: alad
Revision: 526768

upgpkg: neomutt 2019-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 16:43:02 UTC (rev 526767)
+++ PKGBUILD2019-11-11 16:43:35 UTC (rev 526768)
@@ -3,7 +3,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20191102
+pkgver=2019
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -16,7 +16,7 @@
 _github='https://github.com/neomutt/neomutt'
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
-sha256sums=('2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468'
+sha256sums=('29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2019-11-02 Thread Alad Wenter via arch-commits
Date: Saturday, November 2, 2019 @ 10:31:07
  Author: alad
Revision: 522149

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 522148, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 10:26:23 UTC (rev 522148)
+++ PKGBUILD2019-11-02 10:31:07 UTC (rev 522149)
@@ -1,49 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-pkgname=neomutt
-pkgver=20191025
-pkgrel=1
-pkgdesc='A version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
- 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-_datever=$(date +'%Y-%m-%d' -d "$pkgver")  # Magic mushrooms
-_github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$_datever.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$_datever/$_datever.tar.gz.sig")
-sha256sums=('e056a30b79beaa2e45c404f0a837637233782d0180702c3a7836dd4280838db1'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$_datever"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---idn=0 \
---idn2=1 \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$_datever"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 522148, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 10:31:07 UTC (rev 522149)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+pkgname=neomutt
+pkgver=20191102
+pkgrel=1
+pkgdesc='A version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
+sha256sums=('2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2019-11-02 Thread Alad Wenter via arch-commits
Date: Saturday, November 2, 2019 @ 10:26:23
  Author: alad
Revision: 522148

upgpkg: neomutt 20191102-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 10:21:27 UTC (rev 522147)
+++ PKGBUILD2019-11-02 10:26:23 UTC (rev 522148)
@@ -3,7 +3,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20191025
+pkgver=20191102
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -13,16 +13,15 @@
  'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-_datever=$(date +'%Y-%m-%d' -d "$pkgver")  # Magic mushrooms
 _github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$_datever.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$_datever/$_datever.tar.gz.sig")
-sha256sums=('e056a30b79beaa2e45c404f0a837637233782d0180702c3a7836dd4280838db1'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig")
+sha256sums=('2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
 build() {
-cd "$pkgname-$_datever"
+cd "$pkgname-$pkgver"
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -44,6 +43,6 @@
 }
 
 package() {
-cd "$pkgname-$_datever"
+cd "$pkgname-$pkgver"
 make DESTDIR="$pkgdir" install
 }


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

2019-10-25 Thread Alad Wenter via arch-commits
Date: Friday, October 25, 2019 @ 19:06:28
  Author: alad
Revision: 519586

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 519585, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-25 19:06:13 UTC (rev 519585)
+++ PKGBUILD2019-10-25 19:06:28 UTC (rev 519586)
@@ -1,56 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=8
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
-'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
-
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP'
-'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-# FS#56741
-patch -Np1 -i $srcdir/pgpewrap.patch
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---idn=0 \
---idn2=1 \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 519585, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-25 19:06:28 UTC (rev 519586)
@@ -0,0 +1,49 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+pkgname=neomutt
+pkgver=20191025
+pkgrel=1
+pkgdesc='A version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+_datever=$(date +'%Y-%m-%d' -d "$pkgver")  # Magic mushrooms
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$_datever.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$_datever/$_datever.tar.gz.sig")
+sha256sums=('e056a30b79beaa2e45c404f0a837637233782d0180702c3a7836dd4280838db1'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+build() {
+cd "$pkgname-$_datever"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$_datever"
+make DESTDIR="$pkgdir" install
+}


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

2019-10-25 Thread Alad Wenter via arch-commits
Date: Friday, October 25, 2019 @ 19:06:13
  Author: alad
Revision: 519585

upgpkg: neomutt 20191025-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 18:34:44 UTC (rev 519584)
+++ PKGBUILD2019-10-25 19:06:13 UTC (rev 519585)
@@ -2,34 +2,27 @@
 # Maintainer: Jelle van der Waa 
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
-
 pkgname=neomutt
-pkgver=20180716
-pkgrel=8
-pkgdesc='a version of mutt with added features'
+pkgver=20191025
+pkgrel=1
+pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
 depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
-'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
-
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP'
-'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
+_datever=$(date +'%Y-%m-%d' -d "$pkgver")  # Magic mushrooms
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$_datever.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$_datever/$_datever.tar.gz.sig")
+sha256sums=('e056a30b79beaa2e45c404f0a837637233782d0180702c3a7836dd4280838db1'
+'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-# FS#56741
-patch -Np1 -i $srcdir/pgpewrap.patch
-}
-
 build() {
-cd "$pkgname-$pkgname-$pkgver"
+cd "$pkgname-$_datever"
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -51,6 +44,6 @@
 }
 
 package() {
-cd "$pkgname-$pkgname-$pkgver"
+cd "$pkgname-$_datever"
 make DESTDIR="$pkgdir" install
 }


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

2019-10-13 Thread Alad Wenter via arch-commits
Date: Monday, October 14, 2019 @ 01:14:17
  Author: alad
Revision: 515362

archrelease: copy trunk to community-x86_64

Added:
  qjournalctl/repos/community-x86_64/
  qjournalctl/repos/community-x86_64/PKGBUILD
(from rev 515361, qjournalctl/trunk/PKGBUILD)

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

Copied: qjournalctl/repos/community-x86_64/PKGBUILD (from rev 515361, 
qjournalctl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-14 01:14:17 UTC (rev 515362)
@@ -0,0 +1,27 @@
+# Maintainer: Alad Wenter 
+# Contributor: Patrick Eigensatz 
+pkgname=qjournalctl
+pkgver=0.6
+pkgrel=2
+pkgdesc="Qt-based graphical user interface for systemd's journalctl command"
+arch=('x86_64')
+url='https://github.com/pentix/qjournalctl'
+license=('GPL')
+depends=('glibc' 'gcc-libs' 'qt5-base' 'libssh')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('f77bad6ac0c27e30c37554d1fb8e12b8243bf61520c11ca5a84e4fd1218a0f60')
+
+build() {
+cd "$pkgname-$pkgver"
+./autogen.sh
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+
+install -Dm755 "$pkgname" -t "$pkgdir/usr/bin/"
+install -Dm644 "ui/$pkgname.png" -t "$pkgdir/usr/share/pixmaps/"
+install -Dm644 "ui/$pkgname.desktop" -t "$pkgdir/usr/share/applications/"
+}
+


[arch-commits] Commit in (4 files)

2019-10-13 Thread Alad Wenter via arch-commits
Date: Monday, October 14, 2019 @ 01:12:32
  Author: alad
Revision: 515360

qjournalctl: import from AUR

Added:
  qjournalctl/
  qjournalctl/repos/
  qjournalctl/trunk/
  qjournalctl/trunk/PKGBUILD

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

Added: qjournalctl/trunk/PKGBUILD
===
--- qjournalctl/trunk/PKGBUILD  (rev 0)
+++ qjournalctl/trunk/PKGBUILD  2019-10-14 01:12:32 UTC (rev 515360)
@@ -0,0 +1,27 @@
+# Maintainer: Alad Wenter 
+# Contributor: Patrick Eigensatz 
+pkgname=qjournalctl
+pkgver=0.6
+pkgrel=2
+pkgdesc="Qt-based graphical user interface for systemd's journalctl command"
+arch=('x86_64')
+url='https://github.com/pentix/qjournalctl'
+license=('GPL')
+depends=('glibc' 'gcc-libs' 'qt5-base' 'libssh')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('f77bad6ac0c27e30c37554d1fb8e12b8243bf61520c11ca5a84e4fd1218a0f60')
+
+build() {
+cd "$pkgname-$pkgver"
+./autogen.sh
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+
+install -Dm755 "$pkgname" -t "$pkgdir/usr/bin/"
+install -Dm644 "ui/$pkgname.png" -t "$pkgdir/usr/share/pixmaps/"
+install -Dm644 "ui/$pkgname.desktop" -t "$pkgdir/usr/share/applications/"
+}
+


[arch-commits] Commit in (pygraphviz)

2019-10-13 Thread Alad Wenter via arch-commits
Date: Monday, October 14, 2019 @ 01:01:52
  Author: alad
Revision: 515359

Dropping to AUR

Deleted:
  pygraphviz/


[arch-commits] Commit in (python-i3-py)

2019-10-13 Thread Alad Wenter via arch-commits
Date: Monday, October 14, 2019 @ 01:00:45
  Author: alad
Revision: 515358

Dropping to AUR

Deleted:
  python-i3-py/


[arch-commits] Commit in (pragha)

2019-10-13 Thread Alad Wenter via arch-commits
Date: Monday, October 14, 2019 @ 01:00:01
  Author: alad
Revision: 515357

Dropping to AUR

Deleted:
  pragha/


[arch-commits] Commit in (libclastfm)

2019-10-13 Thread Alad Wenter via arch-commits
Date: Monday, October 14, 2019 @ 00:59:40
  Author: alad
Revision: 515356

Dropping to AUR

Deleted:
  libclastfm/


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:43:57
  Author: alad
Revision: 511589

remove unrelated github page

Modified:
  innoextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 13:37:34 UTC (rev 511588)
+++ PKGBUILD2019-09-23 13:43:57 UTC (rev 511589)
@@ -1,5 +1,5 @@
 # Maintainer: Alad Wenter 
-# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: carstene1ns 
 # Contributor: Sam S. 
 # Contributor: Daniel Scharrer 
 pkgname=innoextract


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:37:34
  Author: alad
Revision: 511588

archrelease: copy trunk to community-staging-x86_64

Added:
  innoextract/repos/community-staging-x86_64/PKGBUILD
(from rev 511587, innoextract/trunk/PKGBUILD)
Deleted:
  innoextract/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 13:37:28 UTC (rev 511587)
+++ PKGBUILD2019-09-23 13:37:34 UTC (rev 511588)
@@ -1,33 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Sam S. 
-# Contributor: Daniel Scharrer 
-
-pkgname=innoextract
-pkgver=1.7
-pkgrel=4
-pkgdesc="A tool to extract installers created by Inno Setup"
-url='https://constexpr.org/innoextract/'
-arch=('x86_64')
-license=('ZLIB')
-depends=('boost-libs' 'xz')
-makedepends=('boost' 'cmake')
-source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;)
-#"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4')
-validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

-
-build() {
-cd "$pkgname-$pkgver"
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-
-install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
-install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: innoextract/repos/community-staging-x86_64/PKGBUILD (from rev 511587, 
innoextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 13:37:34 UTC (rev 511588)
@@ -0,0 +1,35 @@
+# Maintainer: Alad Wenter 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Sam S. 
+# Contributor: Daniel Scharrer 
+pkgname=innoextract
+pkgver=1.8
+pkgrel=2
+pkgdesc="A tool to extract installers created by Inno Setup"
+url='https://constexpr.org/innoextract/'
+arch=('x86_64')
+license=('ZLIB')
+depends=('boost-libs' 'xz')
+makedepends=('boost' 'cmake')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;
+"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269'
+'SKIP')
+validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

+
+build() {
+cd "$pkgname-$pkgver"
+
+# https://github.com/dscharrer/innoextract/issues/88
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+
+install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
+install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:37:28
  Author: alad
Revision: 511587

upgpkg: innoextract 1.8-2

Modified:
  innoextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 13:25:20 UTC (rev 511586)
+++ PKGBUILD2019-09-23 13:37:28 UTC (rev 511587)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Scharrer 
 pkgname=innoextract
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to extract installers created by Inno Setup"
 url='https://constexpr.org/innoextract/'
 arch=('x86_64')
@@ -19,6 +19,8 @@
 
 build() {
 cd "$pkgname-$pkgver"
+
+# https://github.com/dscharrer/innoextract/issues/88
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
 make
 }


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:25:08
  Author: alad
Revision: 511585

upgpkg: innoextract 1.8-1

Modified:
  innoextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 13:10:32 UTC (rev 511584)
+++ PKGBUILD2019-09-23 13:25:08 UTC (rev 511585)
@@ -2,10 +2,9 @@
 # Contributor: carstene1ns  - http://git.io/ctPKG
 # Contributor: Sam S. 
 # Contributor: Daniel Scharrer 
-
 pkgname=innoextract
-pkgver=1.7
-pkgrel=4
+pkgver=1.8
+pkgrel=1
 pkgdesc="A tool to extract installers created by Inno Setup"
 url='https://constexpr.org/innoextract/'
 arch=('x86_64')
@@ -12,9 +11,10 @@
 license=('ZLIB')
 depends=('boost-libs' 'xz')
 makedepends=('boost' 'cmake')
-source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;)
-#"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;
+"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269'
+'SKIP')
 validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

 
 build() {


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

2019-09-23 Thread Alad Wenter via arch-commits
Date: Monday, September 23, 2019 @ 13:25:20
  Author: alad
Revision: 511586

archrelease: copy trunk to community-x86_64

Added:
  innoextract/repos/community-x86_64/PKGBUILD
(from rev 511585, innoextract/trunk/PKGBUILD)
Deleted:
  innoextract/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 13:25:08 UTC (rev 511585)
+++ PKGBUILD2019-09-23 13:25:20 UTC (rev 511586)
@@ -1,33 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Sam S. 
-# Contributor: Daniel Scharrer 
-
-pkgname=innoextract
-pkgver=1.7
-pkgrel=3
-pkgdesc="A tool to extract installers created by Inno Setup"
-url='https://constexpr.org/innoextract/'
-arch=('x86_64')
-license=('ZLIB')
-depends=('boost-libs' 'xz')
-makedepends=('boost' 'cmake')
-source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;)
-#"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4')
-validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

-
-build() {
-cd "$pkgname-$pkgver"
-cmake . -DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-
-install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
-install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: innoextract/repos/community-x86_64/PKGBUILD (from rev 511585, 
innoextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 13:25:20 UTC (rev 511586)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Sam S. 
+# Contributor: Daniel Scharrer 
+pkgname=innoextract
+pkgver=1.8
+pkgrel=1
+pkgdesc="A tool to extract installers created by Inno Setup"
+url='https://constexpr.org/innoextract/'
+arch=('x86_64')
+license=('ZLIB')
+depends=('boost-libs' 'xz')
+makedepends=('boost' 'cmake')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz;
+"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269'
+'SKIP')
+validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

+
+build() {
+cd "$pkgname-$pkgver"
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+
+install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
+install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-09-18 Thread Alad Wenter via arch-commits
Date: Wednesday, September 18, 2019 @ 20:09:37
  Author: alad
Revision: 511097

archrelease: copy trunk to community-x86_64

Added:
  datamash/repos/community-x86_64/PKGBUILD
(from rev 511096, datamash/trunk/PKGBUILD)
Deleted:
  datamash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 20:09:24 UTC (rev 511096)
+++ PKGBUILD2019-09-18 20:09:37 UTC (rev 511097)
@@ -1,33 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Gavin Lloyd 
-# Contributor: Timothy Rice 
-
-pkgname=datamash
-pkgver=1.4
-pkgrel=1
-pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
-url="https://www.gnu.org/software/datamash/;
-arch=('x86_64')
-license=('GPL')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
-"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('fa44dd2d5456bcb94ef49dfc6cfe62c83fd53ac435119a85d34e6812f6e6472a'
-'SKIP')
-# Assaf Gordon 
-validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: datamash/repos/community-x86_64/PKGBUILD (from rev 511096, 
datamash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 20:09:37 UTC (rev 511097)
@@ -0,0 +1,32 @@
+# Maintainer: Alad Wenter 
+# Contributor: Gavin Lloyd 
+# Contributor: Timothy Rice 
+pkgname=datamash
+pkgver=1.5
+pkgrel=1
+pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
+url="https://www.gnu.org/software/datamash/;
+arch=('x86_64')
+license=('GPL')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
+"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
+sha256sums=('226249d5fe54024f96404798778f45963a3041714229d4225cd5d9acdaba21ad'
+'SKIP')
+# Assaf Gordon 
+validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-18 Thread Alad Wenter via arch-commits
Date: Wednesday, September 18, 2019 @ 20:09:24
  Author: alad
Revision: 511096

upgpkg: datamash 1.5-1

Modified:
  datamash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 19:37:47 UTC (rev 511095)
+++ PKGBUILD2019-09-18 20:09:24 UTC (rev 511096)
@@ -1,9 +1,8 @@
 # Maintainer: Alad Wenter 
 # Contributor: Gavin Lloyd 
 # Contributor: Timothy Rice 
-
 pkgname=datamash
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
 url="https://www.gnu.org/software/datamash/;
@@ -11,7 +10,7 @@
 license=('GPL')
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;
 "https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('fa44dd2d5456bcb94ef49dfc6cfe62c83fd53ac435119a85d34e6812f6e6472a'
+sha256sums=('226249d5fe54024f96404798778f45963a3041714229d4225cd5d9acdaba21ad'
 'SKIP')
 # Assaf Gordon 
 validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')


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

2019-09-08 Thread Alad Wenter via arch-commits
Date: Sunday, September 8, 2019 @ 19:52:00
  Author: alad
Revision: 509025

archrelease: copy trunk to community-x86_64

Added:
  edbrowse/repos/community-x86_64/PKGBUILD
(from rev 509024, edbrowse/trunk/PKGBUILD)
Deleted:
  edbrowse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-08 19:51:43 UTC (rev 509024)
+++ PKGBUILD2019-09-08 19:52:00 UTC (rev 509025)
@@ -1,34 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Chris Brannon 
-# Contributor: joyfulgirl 
-# Contributor: Chuck Boucher 
-# Contributor: aksr 
-pkgname=edbrowse
-pkgver=3.7.5
-pkgrel=1
-_commit=c3fd420c0a7b73a88e2739b6464ee872235db4ea # 3.7.5
-pkgdesc='Line-oriented editor, browser and mail client'
-arch=('x86_64')
-url='https://edbrowse.org'
-license=('GPL' 'MPL')
-depends=('duktape' 'tidy' 'curl' 'pcre')
-makedepends=('git')
-source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-make CFLAGS="-I/usr/include/tidy" all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -C src DESTDIR="$pkgdir" prefix=/usr install
-
-install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-
-install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
-install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
-}
-

Copied: edbrowse/repos/community-x86_64/PKGBUILD (from rev 509024, 
edbrowse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-08 19:52:00 UTC (rev 509025)
@@ -0,0 +1,34 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Brannon 
+# Contributor: joyfulgirl 
+# Contributor: Chuck Boucher 
+# Contributor: aksr 
+pkgname=edbrowse
+pkgver=3.7.5.1
+pkgrel=1
+_commit=753ec35ce118b3c4a9264a995ff2f6e185a6d5a4 # 3.7.5.1
+pkgdesc='Line-oriented editor, browser and mail client'
+arch=('x86_64')
+url='https://edbrowse.org'
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+make CFLAGS="$CFLAGS -I/usr/include/tidy" all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+
+install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
+install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+


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

2019-09-08 Thread Alad Wenter via arch-commits
Date: Sunday, September 8, 2019 @ 19:51:43
  Author: alad
Revision: 509024

upgpkg: edbrowse 3.7.5.1-1

Modified:
  edbrowse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-08 19:48:48 UTC (rev 509023)
+++ PKGBUILD2019-09-08 19:51:43 UTC (rev 509024)
@@ -4,9 +4,9 @@
 # Contributor: Chuck Boucher 
 # Contributor: aksr 
 pkgname=edbrowse
-pkgver=3.7.5
+pkgver=3.7.5.1
 pkgrel=1
-_commit=c3fd420c0a7b73a88e2739b6464ee872235db4ea # 3.7.5
+_commit=753ec35ce118b3c4a9264a995ff2f6e185a6d5a4 # 3.7.5.1
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
 url='https://edbrowse.org'
@@ -18,7 +18,7 @@
 
 build() {
 cd "$pkgname-$pkgver"
-make CFLAGS="-I/usr/include/tidy" all
+make CFLAGS="$CFLAGS -I/usr/include/tidy" all
 }
 
 package() {


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

2019-08-23 Thread Alad Wenter via arch-commits
Date: Friday, August 23, 2019 @ 06:45:52
  Author: alad
Revision: 500990

archrelease: copy trunk to community-x86_64

Added:
  edbrowse/repos/community-x86_64/PKGBUILD
(from rev 500989, edbrowse/trunk/PKGBUILD)
Deleted:
  edbrowse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-23 06:45:41 UTC (rev 500989)
+++ PKGBUILD2019-08-23 06:45:52 UTC (rev 500990)
@@ -1,41 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Chris Brannon 
-# Contributor: joyfulgirl 
-# Contributor: Chuck Boucher 
-# Contributor: aksr 
-
-pkgname=edbrowse
-pkgver=3.7.4
-pkgrel=2
-_commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
-pkgdesc='Line-oriented editor, browser and mail client'
-arch=('x86_64')
-url='http://edbrowse.org'
-license=('GPL' 'MPL')
-depends=('duktape' 'tidy' 'curl' 'pcre')
-makedepends=('git')
-source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-# Fix build with curl 7.62.0
-git cherry-pick -n 5d2b9e21fdf019f461ebe62738d615428d5db963
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make CFLAGS="-I/usr/include/tidy" all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -C src DESTDIR="$pkgdir" prefix=/usr install
-
-install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
-install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
-}
-

Copied: edbrowse/repos/community-x86_64/PKGBUILD (from rev 500989, 
edbrowse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-23 06:45:52 UTC (rev 500990)
@@ -0,0 +1,34 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Brannon 
+# Contributor: joyfulgirl 
+# Contributor: Chuck Boucher 
+# Contributor: aksr 
+pkgname=edbrowse
+pkgver=3.7.5
+pkgrel=1
+_commit=c3fd420c0a7b73a88e2739b6464ee872235db4ea # 3.7.5
+pkgdesc='Line-oriented editor, browser and mail client'
+arch=('x86_64')
+url='https://edbrowse.org'
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+make CFLAGS="-I/usr/include/tidy" all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+
+install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
+install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+


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

2019-08-23 Thread Alad Wenter via arch-commits
Date: Friday, August 23, 2019 @ 06:45:41
  Author: alad
Revision: 500989

upgpkg: edbrowse 3.7.5-1

Modified:
  edbrowse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-23 06:42:44 UTC (rev 500988)
+++ PKGBUILD2019-08-23 06:45:41 UTC (rev 500989)
@@ -3,11 +3,10 @@
 # Contributor: joyfulgirl 
 # Contributor: Chuck Boucher 
 # Contributor: aksr 
-
 pkgname=edbrowse
-pkgver=3.7.4
-pkgrel=2
-_commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
+pkgver=3.7.5
+pkgrel=1
+_commit=c3fd420c0a7b73a88e2739b6464ee872235db4ea # 3.7.5
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
 url='https://edbrowse.org'
@@ -17,13 +16,6 @@
 
source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
 sha256sums=('SKIP')
 
-prepare() {
-cd "$pkgname-$pkgver"
-
-# Fix build with curl 7.62.0
-git cherry-pick -n 5d2b9e21fdf019f461ebe62738d615428d5db963
-}
-
 build() {
 cd "$pkgname-$pkgver"
 make CFLAGS="-I/usr/include/tidy" all
@@ -35,6 +27,7 @@
 
 install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
 install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+
 install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
 install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
 }


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

2019-08-17 Thread Alad Wenter via arch-commits
Date: Saturday, August 17, 2019 @ 23:58:18
  Author: alad
Revision: 500044

archrelease: copy trunk to community-x86_64

Added:
  mit-scheme/repos/community-x86_64/PKGBUILD
(from rev 500043, mit-scheme/trunk/PKGBUILD)
Deleted:
  mit-scheme/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-17 22:43:13 UTC (rev 500043)
+++ PKGBUILD2019-08-17 23:58:18 UTC (rev 500044)
@@ -1,31 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: peter feigl 
-
-pkgname=mit-scheme
-pkgver=10.1.10
-pkgrel=1
-pkgdesc='MIT/GNU Scheme'
-url='https://www.gnu.org/software/mit-scheme/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'zlib')
-optdepends=('openssl: support for openssl')
-source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
-
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
-validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

-sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"/src
-./configure --prefix=/usr \
---with-x \
---enable-native-code
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"/src
-make DESTDIR="$pkgdir" install
-}

Copied: mit-scheme/repos/community-x86_64/PKGBUILD (from rev 500043, 
mit-scheme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-17 23:58:18 UTC (rev 500044)
@@ -0,0 +1,31 @@
+# Maintainer: Alad Wenter 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: peter feigl 
+
+pkgname=mit-scheme
+pkgver=10.1.10
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='https://www.gnu.org/software/mit-scheme/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
+
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
+validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

+sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"/src
+./configure --prefix=/usr \
+--with-x \
+--enable-native-code
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"/src
+make DESTDIR="$pkgdir" install
+}


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

2019-08-17 Thread Alad Wenter via arch-commits
Date: Saturday, August 17, 2019 @ 22:43:13
  Author: alad
Revision: 500043

archrelease: copy trunk to community-x86_64

Added:
  mit-scheme/repos/community-x86_64/PKGBUILD
(from rev 500042, mit-scheme/trunk/PKGBUILD)
Deleted:
  mit-scheme/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-17 22:43:01 UTC (rev 500042)
+++ PKGBUILD2019-08-17 22:43:13 UTC (rev 500043)
@@ -1,31 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: peter feigl 
-
-pkgname=mit-scheme
-pkgver=10.1.9
-pkgrel=1
-pkgdesc='MIT/GNU Scheme'
-url='https://www.gnu.org/software/mit-scheme/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'zlib')
-optdepends=('openssl: support for openssl')
-source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
-
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
-validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

-sha256sums=('ac67b7a357b06239b61d3707924bfc43f941c5b4f15491956f6b020923d5ebe8'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"/src
-./configure --prefix=/usr \
---with-x \
---enable-native-code
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"/src
-make DESTDIR="$pkgdir" install
-}

Copied: mit-scheme/repos/community-x86_64/PKGBUILD (from rev 500042, 
mit-scheme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-17 22:43:13 UTC (rev 500043)
@@ -0,0 +1,31 @@
+# Maintainer: Alad Wenter 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: peter feigl 
+
+pkgname=mit-scheme
+pkgver=10.1.10
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='https://www.gnu.org/software/mit-scheme/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
+
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
+validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

+sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"/src
+./configure --prefix=/usr \
+--with-x \
+--enable-native-code
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"/src
+make DESTDIR="$pkgdir" install
+}


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

2019-08-17 Thread Alad Wenter via arch-commits
Date: Saturday, August 17, 2019 @ 22:43:01
  Author: alad
Revision: 500042

upgpkg: mit-scheme 10.1.10-1

Modified:
  mit-scheme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-17 21:36:06 UTC (rev 500041)
+++ PKGBUILD2019-08-17 22:43:01 UTC (rev 500042)
@@ -3,7 +3,7 @@
 # Contributor: peter feigl 
 
 pkgname=mit-scheme
-pkgver=10.1.9
+pkgver=10.1.10
 pkgrel=1
 pkgdesc='MIT/GNU Scheme'
 url='https://www.gnu.org/software/mit-scheme/'
@@ -14,7 +14,7 @@
 
source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
 
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
 validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

-sha256sums=('ac67b7a357b06239b61d3707924bfc43f941c5b4f15491956f6b020923d5ebe8'
+sha256sums=('4f14dd754703736c1843a8c709cd704a24e92b02d6021652d57ae5d6a2d992e6'
 'SKIP')
 
 build() {


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

2019-08-11 Thread Alad Wenter via arch-commits
Date: Sunday, August 11, 2019 @ 20:08:13
  Author: alad
Revision: 498969

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  158 ++--
 sigil.install |   20 +++
 2 files changed, 86 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-11 20:07:52 UTC (rev 498968)
+++ PKGBUILD2019-08-11 20:08:13 UTC (rev 498969)
@@ -1,82 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.16
-pkgrel=2
-pkgdesc="WYSIWYG ebook editor"
-arch=('x86_64')
-url="https://sigil-ebook.com/;
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
- 'python-lxml' 'qt5-webengine')
-makedepends=('qt5-tools' 'cmake')
-optdepends=('hunspell-en_US: for English dictionary support'
-'hyphen-en: for English hyphenation support in plugins'
-'pageedit: external editor to replace BookView'
-'python-html5lib: recommended for plugins'
-'python-chardet: recommended for plugins'
-'python-cssselect: recommended for plugins'
-'python-pillow: recommended for plugins'
-'python-regex: recommended for plugins'
-'python-pyqt5: recommended for plugins'
-'tk: recommended for plugins')
-install=${pkgname}.install
-source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
-
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig;
-
"https://github.com/Sigil-Ebook/Sigil/commit/aa4f6549554fb99ad062ce501afe23c51530cbf5.patch;)
-sha256sums=('c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638'
-'SKIP'
-'e2df8fb07cfd957ecff31de0a93f90c4a1aaad73f2e6c4df89112bde6e787e5c')
-b2sums=('1e784768cfe98e08ac01f5a9c11ec8254f9a0211f69ee1eb479643cc83677f6fea43745bcb158ea178ac64eec87c2e0062e783af2fe7477e2e5e8faf4db24c46'
-'SKIP'
-
'00e5bda498618d052a8bdda414bab5dc9d58fa54c22c28f7d97d1bc681b1fcbaeb0199e20d1ce4933b7220a1c6ee5ebafeb6f956ea17d4cdc5f5a61833b66faf')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-prepare() {
-cd "${srcdir}"/Sigil-${pkgver}
-
-# devendor css_parser as it's a direct copy of the external package;
-# upstream maintains both and plans to switch soon
-rm -r src/Resource_Files/plugin_launchers/python/css_parser/
-
-# fix lxml 4.4 incompatibility
-patch -p1 -i ../aa4f6549554fb99ad062ce501afe23c51530cbf5.patch
-}
-
-build() {
-mkdir -p "${srcdir}"/Sigil-${pkgver}/build
-cd "${srcdir}"/Sigil-${pkgver}/build
-
-cmake -G "Unix Makefiles" \
--DUSE_SYSTEM_LIBS=1 \
--DSYSTEM_LIBS_REQUIRED=1 \
--DINSTALL_BUNDLED_DICTS=0 \
--DMATHJAX_DIR=/usr/share/mathjax \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# Compile python bytecode
-python -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
-python -O -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
-}

Copied: sigil/repos/community-x86_64/PKGBUILD (from rev 498968, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-11 20:08:13 UTC (rev 498969)
@@ -0,0 +1,76 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.17
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/;
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
+ 'python-lxml' 'qt5-webengine')
+makedepends=('qt5-tools' 'cmake')
+optdepends=('hunspell-en_US: for English dictionary support'
+'hyphen-en: 

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

2019-08-11 Thread Alad Wenter via arch-commits
Date: Sunday, August 11, 2019 @ 20:07:52
  Author: alad
Revision: 498968

upgpkg: sigil 0.9.17-1

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-11 18:15:22 UTC (rev 498967)
+++ PKGBUILD2019-08-11 20:07:52 UTC (rev 498968)
@@ -4,8 +4,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=sigil
-pkgver=0.9.16
-pkgrel=2
+pkgver=0.9.17
+pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('x86_64')
 url="https://sigil-ebook.com/;
@@ -25,14 +25,11 @@
 'tk: recommended for plugins')
 install=${pkgname}.install
 
source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz;
-
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig;
-
"https://github.com/Sigil-Ebook/Sigil/commit/aa4f6549554fb99ad062ce501afe23c51530cbf5.patch;)
-sha256sums=('c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638'
-'SKIP'
-'e2df8fb07cfd957ecff31de0a93f90c4a1aaad73f2e6c4df89112bde6e787e5c')
-b2sums=('1e784768cfe98e08ac01f5a9c11ec8254f9a0211f69ee1eb479643cc83677f6fea43745bcb158ea178ac64eec87c2e0062e783af2fe7477e2e5e8faf4db24c46'
-'SKIP'
-
'00e5bda498618d052a8bdda414bab5dc9d58fa54c22c28f7d97d1bc681b1fcbaeb0199e20d1ce4933b7220a1c6ee5ebafeb6f956ea17d4cdc5f5a61833b66faf')
+
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig;)
+sha256sums=('25ef68f979c3daca9b2a869a5ca3919b0a0f965ae2ba176f34ff93a641c3e2b2'
+'SKIP')
+b2sums=('fdba78eb1167e97c4190d7ae6d8d6de8055e0cac0e1105a3bdc1ddacbfa2f8403a293018ec464c72b8024f1ef0c1e9b230ca90586fdbb1d2fb3826e0fd327137'
+'SKIP')
 validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

 
 prepare() {
@@ -41,9 +38,6 @@
 # devendor css_parser as it's a direct copy of the external package;
 # upstream maintains both and plans to switch soon
 rm -r src/Resource_Files/plugin_launchers/python/css_parser/
-
-# fix lxml 4.4 incompatibility
-patch -p1 -i ../aa4f6549554fb99ad062ce501afe23c51530cbf5.patch
 }
 
 build() {


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

2019-08-09 Thread Alad Wenter via arch-commits
Date: Friday, August 9, 2019 @ 13:00:04
  Author: alad
Revision: 498491

archrelease: copy trunk to community-any

Added:
  xkcdpass/repos/community-any/PKGBUILD
(from rev 498490, xkcdpass/trunk/PKGBUILD)
Deleted:
  xkcdpass/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-09 12:59:52 UTC (rev 498490)
+++ PKGBUILD2019-08-09 13:00:04 UTC (rev 498491)
@@ -1,37 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Caleb Maclennan 
-# Contributor: Perttu Luukko 
-
-pkgname=xkcdpass
-_pkgname='XKCD-password-generator'
-pkgver=1.17.2
-pkgrel=1
-pkgdesc='Generate secure passphares inspired by XKCD'
-arch=('any')
-url='https://github.com/redacted/XKCD-password-generator'
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-optdepends=('cracklib: alternative wordlist'
-'words: alternative wordlist')
-source=("$url/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('060b80b33ccd2cfdbd689021374cfb0a16c19e4a121e814c4b039dabe76cc8b6')
-
-build() {
-cd "$_pkgname-$pkgname-$pkgver"
-python setup.py build
-}
-
-check() {
-cd "$_pkgname-$pkgname-$pkgver"
-nosetests tests
-}
-
-package() {
-cd "$_pkgname-$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1
-
-install -m644 -D LICENSE.BSD "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -m644 -D xkcdpass.1 "$pkgdir/usr/share/man/man1/xkcdpass.1"
-}

Copied: xkcdpass/repos/community-any/PKGBUILD (from rev 498490, 
xkcdpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-09 13:00:04 UTC (rev 498491)
@@ -0,0 +1,37 @@
+# Maintainer: Alad Wenter 
+# Contributor: Caleb Maclennan 
+# Contributor: Perttu Luukko 
+
+pkgname=xkcdpass
+_pkgname='XKCD-password-generator'
+pkgver=1.17.3
+pkgrel=1
+pkgdesc='Generate secure passphares inspired by XKCD'
+arch=('any')
+url='https://github.com/redacted/XKCD-password-generator'
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+optdepends=('cracklib: alternative wordlist'
+'words: alternative wordlist')
+source=("$url/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('793aa1803360033cefa24b386abb0f11f815ffd95824026605fe398e98f9efd4')
+
+build() {
+cd "$_pkgname-$pkgname-$pkgver"
+python setup.py build
+}
+
+check() {
+cd "$_pkgname-$pkgname-$pkgver"
+nosetests tests
+}
+
+package() {
+cd "$_pkgname-$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1
+
+install -m644 -D LICENSE.BSD "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -m644 -D xkcdpass.1 "$pkgdir/usr/share/man/man1/xkcdpass.1"
+}


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

2019-08-09 Thread Alad Wenter via arch-commits
Date: Friday, August 9, 2019 @ 12:59:52
  Author: alad
Revision: 498490

upgpkg: xkcdpass 1.17.3-1

Modified:
  xkcdpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-09 12:46:09 UTC (rev 498489)
+++ PKGBUILD2019-08-09 12:59:52 UTC (rev 498490)
@@ -4,7 +4,7 @@
 
 pkgname=xkcdpass
 _pkgname='XKCD-password-generator'
-pkgver=1.17.2
+pkgver=1.17.3
 pkgrel=1
 pkgdesc='Generate secure passphares inspired by XKCD'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('cracklib: alternative wordlist'
 'words: alternative wordlist')
 source=("$url/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('060b80b33ccd2cfdbd689021374cfb0a16c19e4a121e814c4b039dabe76cc8b6')
+sha256sums=('793aa1803360033cefa24b386abb0f11f815ffd95824026605fe398e98f9efd4')
 
 build() {
 cd "$_pkgname-$pkgname-$pkgver"


[arch-commits] Commit in asoundconf/repos/community-any (5 files)

2019-08-08 Thread Alad Wenter via arch-commits
Date: Friday, August 9, 2019 @ 01:26:07
  Author: alad
Revision: 498380

archrelease: copy trunk to community-any

Added:
  asoundconf/repos/community-any/0001-python3-syntax.patch
(from rev 498379, asoundconf/trunk/0001-python3-syntax.patch)
  asoundconf/repos/community-any/0002-python3-spaces.patch
(from rev 498379, asoundconf/trunk/0002-python3-spaces.patch)
  asoundconf/repos/community-any/0003-python3-gobject.patch
(from rev 498379, asoundconf/trunk/0003-python3-gobject.patch)
  asoundconf/repos/community-any/PKGBUILD
(from rev 498379, asoundconf/trunk/PKGBUILD)
Deleted:
  asoundconf/repos/community-any/PKGBUILD

+
 0001-python3-syntax.patch  |  193 ++
 0002-python3-spaces.patch  |  372 +++
 0003-python3-gobject.patch |  125 ++
 PKGBUILD   |   67 ---
 4 files changed, 730 insertions(+), 27 deletions(-)

Copied: asoundconf/repos/community-any/0001-python3-syntax.patch (from rev 
498379, asoundconf/trunk/0001-python3-syntax.patch)
===
--- 0001-python3-syntax.patch   (rev 0)
+++ 0001-python3-syntax.patch   2019-08-09 01:26:07 UTC (rev 498380)
@@ -0,0 +1,193 @@
+# HG changeset patch
+# User Alad Wenter 
+# Date 1565311059 -7200
+#  Fri Aug 09 02:37:39 2019 +0200
+# Node ID e92452338b542c3626f81db079610753f723c9b9
+# Parent  bf25f416f615a43267abecab4c599e86f363438b
+python3: syntax changes
+
+diff -r bf25f416f615 -r e92452338b54 asoundconf
+--- a/asoundconf   Sun May 31 20:26:03 2015 +0200
 b/asoundconf   Fri Aug 09 02:37:39 2019 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2
++#!/usr/bin/python3
+ 
+ # (C) 2005 Canonical Ltd.
+ # Author: Martin Pitt 
+@@ -98,7 +98,7 @@
+ open(our_conf_file, 'w').write(our_conf_header)
+ return True
+ except IOError:
+-print >> sys.stderr, 'Error: could not create', our_conf_file
++print('Error: could not create', our_conf_file, file=sys.stderr)
+ return False
+ 
+ 
+@@ -116,7 +116,7 @@
+ open(asoundrc_file, 'w').write('%s\n%s\n<%s>\n\n' % (asoundrc_header, 
inclusion_comment, our_conf_file))
+ return True
+ except IOError:
+-print >> sys.stderr, 'Error: could not create', asoundrc_file
++print('Error: could not create', asoundrc_file, file=sys.stderr)
+ return False
+ 
+ 
+@@ -229,7 +229,7 @@
+ for line in open(our_conf_file):
+ m = setting_re.match(line)
+ if m:
+-print m.group(1).strip()
++print(m.group(1).strip())
+ return True
+ return False
+ except IOError:
+@@ -245,9 +245,9 @@
+   except IOError:
+   return False
+ 
+-  print "Names of available sound cards:"
++print("Names of available sound cards:")
+   for cardname in card_lines:
+-  print cardname.id_
++print(cardname.id_)
+   return True
+   
+ 
+@@ -262,13 +262,13 @@
+   except IOError:
+   return False
+ 
+-  print "Available devices for all sound cards:"
++  print("Available devices for all sound cards:")
+   for dev in dev_lines:
+   card = next(c for c in card_lines if c.card_num == 
dev.card_num) # find card by number
+-  print "hw:%d,%d: %s : %s : %s : %s" % (
++  print('hw:{},{}: {} : {} : {} : {}'.format(
+   dev.card_num, dev.dev_num,
+   card.id_, card.name,
+-  dev.id_, dev.name)
++  dev.id_, dev.name))
+ 
+   return True
+ 
+@@ -294,7 +294,7 @@
+ return False
+ 
+ found = 0
+-for i in xrange(len(lines)):
++for i in range(len(lines)):
+ if setting_re.match(lines[i]):
+ del lines[i]
+ found = 1
+@@ -340,7 +340,7 @@
+ 
+ # if setting is already present, change it
+ found = 0
+-for i in xrange(len(lines)):
++for i in range(len(lines)):
+ if setting_re.match(lines[i]):
+ lines[i] = newsetting
+ found = 1
+@@ -426,10 +426,10 @@
+ ##
+ 
+ if os.geteuid() == 0:
+-print superuser_warn
++print(superuser_warn)
+ 
+ if len(sys.argv) < 2 or sys.argv[1] == '--help' or sys.argv[1] == '-h':
+-print usage
++print(usage)
+ sys.exit(0)
+ 
+ if sys.argv[1] == 'is-active':
+@@ -437,19 +437,19 @@
+ 
+ if sys.argv[1] == 'get':
+ if len(sys.argv) != 3:
+-print usage
++print(usage)
+ sys.exit(1)
+ exit_code(get(sys.argv[2]))
+ 
+ if sys.argv[1] == 'delete':
+ if len(sys.argv) != 3:
+-print usage
++print(usage)
+ sys.exit(1)
+ exit_code(delete(sys.argv[2]))
+ 
+ if sys.argv[1] == 'set':
+ if len(sys.argv) != 4:
+-print usage
++print(usage)
+ sys.exit(1)
+ exit_code(set(sys.argv[2], 

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

2019-08-08 Thread Alad Wenter via arch-commits
Date: Friday, August 9, 2019 @ 01:25:49
  Author: alad
Revision: 498379

upgpkg: asoundconf 1.2-3

Port to python3

Added:
  asoundconf/trunk/0001-python3-syntax.patch
  asoundconf/trunk/0002-python3-spaces.patch
  asoundconf/trunk/0003-python3-gobject.patch
Modified:
  asoundconf/trunk/PKGBUILD

+
 0001-python3-syntax.patch  |  193 ++
 0002-python3-spaces.patch  |  372 +++
 0003-python3-gobject.patch |  125 ++
 PKGBUILD   |   27 ++-
 4 files changed, 710 insertions(+), 7 deletions(-)

Added: 0001-python3-syntax.patch
===
--- 0001-python3-syntax.patch   (rev 0)
+++ 0001-python3-syntax.patch   2019-08-09 01:25:49 UTC (rev 498379)
@@ -0,0 +1,193 @@
+# HG changeset patch
+# User Alad Wenter 
+# Date 1565311059 -7200
+#  Fri Aug 09 02:37:39 2019 +0200
+# Node ID e92452338b542c3626f81db079610753f723c9b9
+# Parent  bf25f416f615a43267abecab4c599e86f363438b
+python3: syntax changes
+
+diff -r bf25f416f615 -r e92452338b54 asoundconf
+--- a/asoundconf   Sun May 31 20:26:03 2015 +0200
 b/asoundconf   Fri Aug 09 02:37:39 2019 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2
++#!/usr/bin/python3
+ 
+ # (C) 2005 Canonical Ltd.
+ # Author: Martin Pitt 
+@@ -98,7 +98,7 @@
+ open(our_conf_file, 'w').write(our_conf_header)
+ return True
+ except IOError:
+-print >> sys.stderr, 'Error: could not create', our_conf_file
++print('Error: could not create', our_conf_file, file=sys.stderr)
+ return False
+ 
+ 
+@@ -116,7 +116,7 @@
+ open(asoundrc_file, 'w').write('%s\n%s\n<%s>\n\n' % (asoundrc_header, 
inclusion_comment, our_conf_file))
+ return True
+ except IOError:
+-print >> sys.stderr, 'Error: could not create', asoundrc_file
++print('Error: could not create', asoundrc_file, file=sys.stderr)
+ return False
+ 
+ 
+@@ -229,7 +229,7 @@
+ for line in open(our_conf_file):
+ m = setting_re.match(line)
+ if m:
+-print m.group(1).strip()
++print(m.group(1).strip())
+ return True
+ return False
+ except IOError:
+@@ -245,9 +245,9 @@
+   except IOError:
+   return False
+ 
+-  print "Names of available sound cards:"
++print("Names of available sound cards:")
+   for cardname in card_lines:
+-  print cardname.id_
++print(cardname.id_)
+   return True
+   
+ 
+@@ -262,13 +262,13 @@
+   except IOError:
+   return False
+ 
+-  print "Available devices for all sound cards:"
++  print("Available devices for all sound cards:")
+   for dev in dev_lines:
+   card = next(c for c in card_lines if c.card_num == 
dev.card_num) # find card by number
+-  print "hw:%d,%d: %s : %s : %s : %s" % (
++  print('hw:{},{}: {} : {} : {} : {}'.format(
+   dev.card_num, dev.dev_num,
+   card.id_, card.name,
+-  dev.id_, dev.name)
++  dev.id_, dev.name))
+ 
+   return True
+ 
+@@ -294,7 +294,7 @@
+ return False
+ 
+ found = 0
+-for i in xrange(len(lines)):
++for i in range(len(lines)):
+ if setting_re.match(lines[i]):
+ del lines[i]
+ found = 1
+@@ -340,7 +340,7 @@
+ 
+ # if setting is already present, change it
+ found = 0
+-for i in xrange(len(lines)):
++for i in range(len(lines)):
+ if setting_re.match(lines[i]):
+ lines[i] = newsetting
+ found = 1
+@@ -426,10 +426,10 @@
+ ##
+ 
+ if os.geteuid() == 0:
+-print superuser_warn
++print(superuser_warn)
+ 
+ if len(sys.argv) < 2 or sys.argv[1] == '--help' or sys.argv[1] == '-h':
+-print usage
++print(usage)
+ sys.exit(0)
+ 
+ if sys.argv[1] == 'is-active':
+@@ -437,19 +437,19 @@
+ 
+ if sys.argv[1] == 'get':
+ if len(sys.argv) != 3:
+-print usage
++print(usage)
+ sys.exit(1)
+ exit_code(get(sys.argv[2]))
+ 
+ if sys.argv[1] == 'delete':
+ if len(sys.argv) != 3:
+-print usage
++print(usage)
+ sys.exit(1)
+ exit_code(delete(sys.argv[2]))
+ 
+ if sys.argv[1] == 'set':
+ if len(sys.argv) != 4:
+-print usage
++print(usage)
+ sys.exit(1)
+ exit_code(set(sys.argv[2], sys.argv[3]))
+ 
+@@ -461,7 +461,7 @@
+ 
+ if sys.argv[1] == 'set-default-card':
+ if len(sys.argv) != 3:
+-  print needs_default_card
++  print(needs_default_card)
+   sys.exit(1)
+ exit_code(set_default_card(sys.argv[2]))
+ 
+@@ -476,13 +476,13 @@
+ 
+ if sys.argv[1] == 'set-oss':
+ if len(sys.argv) != 3:
+-  print needs_oss_dev
++  print(needs_oss_dev)
+   sys.exit(1)
+ 

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

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 23:02:00
  Author: alad
Revision: 498108

archrelease: copy trunk to community-x86_64

Added:
  i3lock-color/repos/community-x86_64/
  
i3lock-color/repos/community-x86_64/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
(from rev 498107, 
i3lock-color/trunk/0001-Also-pass-screen-brightness-keys-as-media-keys.patch)
  i3lock-color/repos/community-x86_64/PKGBUILD
(from rev 498107, i3lock-color/trunk/PKGBUILD)

---+
 0001-Also-pass-screen-brightness-keys-as-media-keys.patch |   55 
 PKGBUILD  |   40 
 2 files changed, 95 insertions(+)

Copied: 
i3lock-color/repos/community-x86_64/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
 (from rev 498107, 
i3lock-color/trunk/0001-Also-pass-screen-brightness-keys-as-media-keys.patch)
===
--- community-x86_64/0001-Also-pass-screen-brightness-keys-as-media-keys.patch  
(rev 0)
+++ community-x86_64/0001-Also-pass-screen-brightness-keys-as-media-keys.patch  
2019-08-06 23:02:00 UTC (rev 498108)
@@ -0,0 +1,55 @@
+From e71a208aab9f1530be80f6405bd0596dfca35a3a Mon Sep 17 00:00:00 2001
+From: Alad Wenter 
+Date: Wed, 7 Aug 2019 00:47:21 +0200
+Subject: [PATCH] Also pass screen brightness keys as media keys
+
+Rebase of upstream commits:
+
+ 2a6545e5bbc2d5d1f20ac71a45cabef27113d7cd # Also pass screen brightness keys 
as media keys 
+ 2766a1380818d70b7b8ed41b6aaca1124e11c790 # Add docs about passing of media 
keys 
+ 71cf4bda1b6f37847fae95de2f035995454743cd # Add long option for media key 
passing to docs 
+---
+ i3lock.1 | 6 ++
+ i3lock.c | 2 ++
+ 2 files changed, 8 insertions(+)
+
+diff --git a/i3lock.1 b/i3lock.1
+index 761a6bd..f388a09 100644
+--- a/i3lock.1
 b/i3lock.1
+@@ -28,6 +28,7 @@ i3lock-color \- improved screen locker
+ .RB [\|\-u\|]
+ .RB [\|\-e\|]
+ .RB [\|\-f\|]
++.RB [\|\-m\|]
+ 
+ .SH DESCRIPTION
+ .B i3lock-color
+@@ -121,6 +122,11 @@ Note that this number is zero indexed. The ordering is 
dependent on libxinerama.
+ Captures the screen and blurs it using the given sigma (radius).
+ Images may still be overlaid over the blurred screenshot.
+ 
++.TP
++.B \-m, \-\-pass-media-keys
++Allow the following keys to be used while the screen is locked by passing 
them through:
++XF86AudioPlay, XF86AudioPause, XF86AudioStop, XF86AudioPrev, XF86AudioNext, 
XF86AudioMu
++
+ .TP
+ .B \-\-indicator
+ Forces the indicator to always be visible, instead of only showing on 
activity.
+diff --git a/i3lock.c b/i3lock.c
+index d3fcee8..7926599 100644
+--- a/i3lock.c
 b/i3lock.c
+@@ -652,6 +652,8 @@ static void handle_key_press(xcb_key_press_event_t *event) 
{
+ case XKB_KEY_XF86AudioMute:
+ case XKB_KEY_XF86AudioLowerVolume:
+ case XKB_KEY_XF86AudioRaiseVolume:
++case XKB_KEY_XF86MonBrightnessUp:
++case XKB_KEY_XF86MonBrightnessDown:
+ xcb_send_event(conn, true, screen->root, 
XCB_EVENT_MASK_BUTTON_PRESS, (char *)event);
+ return;
+ }
+-- 
+2.22.0
+

Copied: i3lock-color/repos/community-x86_64/PKGBUILD (from rev 498107, 
i3lock-color/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-08-06 23:02:00 UTC (rev 498108)
@@ -0,0 +1,40 @@
+# Maintainer: Alad Wenter 
+# Contributor: ibrokemypie 
+pkgname=i3lock-color
+pkgver=2.12.c
+pkgrel=1
+_commit=60d68356db80549cb6e40a093b2f884b500aac44 # 2.12.c
+pkgdesc="improved screenlocker with color configuration support"
+arch=('x86_64')
+url=https://github.com/PandorasFox/i3lock-color
+license=('MIT')
+depends=('xcb-util-image' 'pam' 'libev' 'cairo' 'libxkbcommon-x11'
+ 'libjpeg-turbo' 'xcb-util-xrm' 'pkgconf')
+makedepends=('git')
+provides=('i3lock')
+conflicts=('i3lock')
+source=("$pkgname-$pkgver::git+https://github.com/PandorasFox/$pkgname#commit=$_commit;
+'0001-Also-pass-screen-brightness-keys-as-media-keys.patch')
+sha256sums=('SKIP'
+'f09ebac78d0f021449734fe38afbc9e389a350255ba88cd5a89d86988fe639db')
+
+prepare() {
+cd "$pkgname-$pkgver"
+patch -p1 < 
"$srcdir"/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
+
+   # Fix ticket FS#31544, sed line taken from gentoo
+   sed -i -e 's:login:system-auth:' pam/i3lock 
+autoreconf -fiv
+}
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (5 files)

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 23:01:44
  Author: alad
Revision: 498107

add i3lock-color

While there have been some previous concerns that the features in this fork
should be proposed upstream, it has now diverged so far from upstream in terms
of available feature, that one could speak from an entirely different screen
locker. One could say that i3lock-color is to i3lock, what i3lock was to slock.

Other distributions seem to agree, e.g. i3lock-color is packaged in void linux
and NixOS.

Added:
  i3lock-color/
  i3lock-color/repos/
  i3lock-color/trunk/
  i3lock-color/trunk/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
  i3lock-color/trunk/PKGBUILD

---+
 0001-Also-pass-screen-brightness-keys-as-media-keys.patch |   55 
 PKGBUILD  |   40 
 2 files changed, 95 insertions(+)

Added: 
i3lock-color/trunk/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
===
--- 
i3lock-color/trunk/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
(rev 0)
+++ 
i3lock-color/trunk/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
2019-08-06 23:01:44 UTC (rev 498107)
@@ -0,0 +1,55 @@
+From e71a208aab9f1530be80f6405bd0596dfca35a3a Mon Sep 17 00:00:00 2001
+From: Alad Wenter 
+Date: Wed, 7 Aug 2019 00:47:21 +0200
+Subject: [PATCH] Also pass screen brightness keys as media keys
+
+Rebase of upstream commits:
+
+ 2a6545e5bbc2d5d1f20ac71a45cabef27113d7cd # Also pass screen brightness keys 
as media keys 
+ 2766a1380818d70b7b8ed41b6aaca1124e11c790 # Add docs about passing of media 
keys 
+ 71cf4bda1b6f37847fae95de2f035995454743cd # Add long option for media key 
passing to docs 
+---
+ i3lock.1 | 6 ++
+ i3lock.c | 2 ++
+ 2 files changed, 8 insertions(+)
+
+diff --git a/i3lock.1 b/i3lock.1
+index 761a6bd..f388a09 100644
+--- a/i3lock.1
 b/i3lock.1
+@@ -28,6 +28,7 @@ i3lock-color \- improved screen locker
+ .RB [\|\-u\|]
+ .RB [\|\-e\|]
+ .RB [\|\-f\|]
++.RB [\|\-m\|]
+ 
+ .SH DESCRIPTION
+ .B i3lock-color
+@@ -121,6 +122,11 @@ Note that this number is zero indexed. The ordering is 
dependent on libxinerama.
+ Captures the screen and blurs it using the given sigma (radius).
+ Images may still be overlaid over the blurred screenshot.
+ 
++.TP
++.B \-m, \-\-pass-media-keys
++Allow the following keys to be used while the screen is locked by passing 
them through:
++XF86AudioPlay, XF86AudioPause, XF86AudioStop, XF86AudioPrev, XF86AudioNext, 
XF86AudioMu
++
+ .TP
+ .B \-\-indicator
+ Forces the indicator to always be visible, instead of only showing on 
activity.
+diff --git a/i3lock.c b/i3lock.c
+index d3fcee8..7926599 100644
+--- a/i3lock.c
 b/i3lock.c
+@@ -652,6 +652,8 @@ static void handle_key_press(xcb_key_press_event_t *event) 
{
+ case XKB_KEY_XF86AudioMute:
+ case XKB_KEY_XF86AudioLowerVolume:
+ case XKB_KEY_XF86AudioRaiseVolume:
++case XKB_KEY_XF86MonBrightnessUp:
++case XKB_KEY_XF86MonBrightnessDown:
+ xcb_send_event(conn, true, screen->root, 
XCB_EVENT_MASK_BUTTON_PRESS, (char *)event);
+ return;
+ }
+-- 
+2.22.0
+

Added: i3lock-color/trunk/PKGBUILD
===
--- i3lock-color/trunk/PKGBUILD (rev 0)
+++ i3lock-color/trunk/PKGBUILD 2019-08-06 23:01:44 UTC (rev 498107)
@@ -0,0 +1,40 @@
+# Maintainer: Alad Wenter 
+# Contributor: ibrokemypie 
+pkgname=i3lock-color
+pkgver=2.12.c
+pkgrel=1
+_commit=60d68356db80549cb6e40a093b2f884b500aac44 # 2.12.c
+pkgdesc="improved screenlocker with color configuration support"
+arch=('x86_64')
+url=https://github.com/PandorasFox/i3lock-color
+license=('MIT')
+depends=('xcb-util-image' 'pam' 'libev' 'cairo' 'libxkbcommon-x11'
+ 'libjpeg-turbo' 'xcb-util-xrm' 'pkgconf')
+makedepends=('git')
+provides=('i3lock')
+conflicts=('i3lock')
+source=("$pkgname-$pkgver::git+https://github.com/PandorasFox/$pkgname#commit=$_commit;
+'0001-Also-pass-screen-brightness-keys-as-media-keys.patch')
+sha256sums=('SKIP'
+'f09ebac78d0f021449734fe38afbc9e389a350255ba88cd5a89d86988fe639db')
+
+prepare() {
+cd "$pkgname-$pkgver"
+patch -p1 < 
"$srcdir"/0001-Also-pass-screen-brightness-keys-as-media-keys.patch
+
+   # Fix ticket FS#31544, sed line taken from gentoo
+   sed -i -e 's:login:system-auth:' pam/i3lock 
+autoreconf -fiv
+}
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr --sysconfdir=/etc
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 21:53:05
  Author: alad
Revision: 498098

archrelease: copy trunk to community-x86_64

Added:
  python-pygame/repos/community-x86_64/
  python-pygame/repos/community-x86_64/PKGBUILD
(from rev 498097, python-pygame/trunk/PKGBUILD)

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

Copied: python-pygame/repos/community-x86_64/PKGBUILD (from rev 498097, 
python-pygame/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-08-06 21:53:05 UTC (rev 498098)
@@ -0,0 +1,25 @@
+# Maintainer: Alad Wenter 
+# Contributor: Matthew McGinn 
+# Contributor: Gryffyn
+# Contributor: Tetsumi
+pkgname=python-pygame
+pkgver=1.9.6
+pkgrel=2
+pkgdesc="Python game library"
+arch=('x86_64')
+url="http://www.pygame.org;
+license=('LGPL')
+makedepends=('python-setuptools')
+depends=('python' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'portmidi')
+source=("https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz;)
+sha256sums=('301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957')
+
+build() {
+cd pygame-"$pkgver"
+python setup.py build
+}
+
+package() {
+cd pygame-"$pkgver"
+python setup.py install --root="$pkgdir" --prefix=/usr --skip-build
+}


[arch-commits] Commit in (5 files)

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 21:52:50
  Author: alad
Revision: 498097

add python-pygame back to repos

Added:
  python-pygame/
  python-pygame/repos/
  python-pygame/trunk/
  python-pygame/trunk/PKGBUILD
Deleted:
  python-pygame/

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

Added: python-pygame/trunk/PKGBUILD
===
--- python-pygame/trunk/PKGBUILD(rev 0)
+++ python-pygame/trunk/PKGBUILD2019-08-06 21:52:50 UTC (rev 498097)
@@ -0,0 +1,25 @@
+# Maintainer: Alad Wenter 
+# Contributor: Matthew McGinn 
+# Contributor: Gryffyn
+# Contributor: Tetsumi
+pkgname=python-pygame
+pkgver=1.9.6
+pkgrel=2
+pkgdesc="Python game library"
+arch=('x86_64')
+url="http://www.pygame.org;
+license=('LGPL')
+makedepends=('python-setuptools')
+depends=('python' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'portmidi')
+source=("https://pypi.io/packages/source/p/pygame/pygame-$pkgver.tar.gz;)
+sha256sums=('301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957')
+
+build() {
+cd pygame-"$pkgver"
+python setup.py build
+}
+
+package() {
+cd pygame-"$pkgver"
+python setup.py install --root="$pkgdir" --prefix=/usr --skip-build
+}


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

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 20:17:52
  Author: alad
Revision: 498096

edbrowse: change to https url

Modified:
  edbrowse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 20:14:57 UTC (rev 498095)
+++ PKGBUILD2019-08-06 20:17:52 UTC (rev 498096)
@@ -10,7 +10,7 @@
 _commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
-url='http://edbrowse.org'
+url='https://edbrowse.org'
 license=('GPL' 'MPL')
 depends=('duktape' 'tidy' 'curl' 'pcre')
 makedepends=('git')


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

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 20:14:50
  Author: alad
Revision: 498094

upgpkg: asoundconf 1.2-2

Modified:
  asoundconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 20:10:38 UTC (rev 498093)
+++ PKGBUILD2019-08-06 20:14:50 UTC (rev 498094)
@@ -1,21 +1,27 @@
-# Maintainer: Lukas Jirkovsky 
+# Maintainer: Alad Wenter 
+# Contributor: Lukas Jirkovsky 
 pkgname=asoundconf
 pkgver=1.2
-_pkgver=01a1f5320b0a
-pkgrel=1
-epoch=1
-pkgdesc="Get and set configuration parameters in ~/.asoundrc.asoundconf"
+_revision=bf25f416f615a43267abecab4c599e86f363438b # 1.2
+pkgrel=2
+pkgdesc="utility to read and change the user's ALSA library configuration"
 arch=('any')
 url="https://bitbucket.org/stativ/asoundconf;
 license=('GPL')
 depends=('python2')
+makedepends=('mercurial')
 optdepends=('pygtk: asoundconf-gtk GUI')
-source=($pkgname-${pkgver}.tar.gz::https://bitbucket.org/stativ/asoundconf/get/${pkgver}.tar.gz)
-md5sums=('aa12135497217f248e70c6aee286f453')
+source=("hg+https://bitbucket.org/stativ/asoundconf#revision=$_revision;)
+sha256sums=('SKIP')
 
+build() {
+cd "$pkgname"
+python2 setup.py build
+}
+
 package() {
-  cd "$srcdir/stativ-$pkgname-$_pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+cd "$pkgname"
+python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
 }
 
 # vim:set ts=2 sw=2 et:


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

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 20:14:57
  Author: alad
Revision: 498095

archrelease: copy trunk to community-any

Added:
  asoundconf/repos/community-any/PKGBUILD
(from rev 498094, asoundconf/trunk/PKGBUILD)
Deleted:
  asoundconf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-06 20:14:50 UTC (rev 498094)
+++ PKGBUILD2019-08-06 20:14:57 UTC (rev 498095)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-pkgname=asoundconf
-pkgver=1.2
-_pkgver=01a1f5320b0a
-pkgrel=1
-epoch=1
-pkgdesc="Get and set configuration parameters in ~/.asoundrc.asoundconf"
-arch=('any')
-url="https://bitbucket.org/stativ/asoundconf;
-license=('GPL')
-depends=('python2')
-optdepends=('pygtk: asoundconf-gtk GUI')
-source=($pkgname-${pkgver}.tar.gz::https://bitbucket.org/stativ/asoundconf/get/${pkgver}.tar.gz)
-md5sums=('aa12135497217f248e70c6aee286f453')
-
-package() {
-  cd "$srcdir/stativ-$pkgname-$_pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: asoundconf/repos/community-any/PKGBUILD (from rev 498094, 
asoundconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-06 20:14:57 UTC (rev 498095)
@@ -0,0 +1,27 @@
+# Maintainer: Alad Wenter 
+# Contributor: Lukas Jirkovsky 
+pkgname=asoundconf
+pkgver=1.2
+_revision=bf25f416f615a43267abecab4c599e86f363438b # 1.2
+pkgrel=2
+pkgdesc="utility to read and change the user's ALSA library configuration"
+arch=('any')
+url="https://bitbucket.org/stativ/asoundconf;
+license=('GPL')
+depends=('python2')
+makedepends=('mercurial')
+optdepends=('pygtk: asoundconf-gtk GUI')
+source=("hg+https://bitbucket.org/stativ/asoundconf#revision=$_revision;)
+sha256sums=('SKIP')
+
+build() {
+cd "$pkgname"
+python2 setup.py build
+}
+
+package() {
+cd "$pkgname"
+python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 20:10:38
  Author: alad
Revision: 498093

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-06 20:10:27 UTC (rev 498092)
+++ PKGBUILD2019-08-06 20:10:38 UTC (rev 498093)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.5.4
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: print results in a fixed-width format'
-'perl-term-readline-gnu: better STDIN support'
-'youtube-dl: play videos with encrypted signatures'
-'wget: download videos with wget'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'gtk2-perl: GTK GUI'
-'perl-file-sharedir: GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('d5116359c17c6cface40e336980e341a3d84bfdae97b0e252ca70180104c6475')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-
-mkdir "$pkgdir"/usr/share/{applications,pixmaps}
-mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 498092, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-06 20:10:38 UTC (rev 498093)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.5.5
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: print results in a fixed-width format'
+'perl-term-readline-gnu: better STDIN support'
+'youtube-dl: play videos with encrypted signatures'
+'wget: download videos with wget'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'gtk2-perl: GTK GUI'
+'perl-file-sharedir: GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('f6ce0a57227dfe2c411ef9a7023824206f1f546de06a23e644a2ca798a154a3f')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+
+mkdir "$pkgdir"/usr/share/{applications,pixmaps}
+mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


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

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 20:10:27
  Author: alad
Revision: 498092

upgpkg: youtube-viewer 1:3.5.5-1

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 19:45:10 UTC (rev 498091)
+++ PKGBUILD2019-08-06 20:10:27 UTC (rev 498092)
@@ -5,7 +5,7 @@
 
 pkgname=youtube-viewer
 epoch=1
-pkgver=3.5.4
+pkgver=3.5.5
 pkgrel=1
 pkgdesc='Command line utility for viewing YouTube videos'
 arch=('any')
@@ -23,7 +23,7 @@
 'gtk2-perl: GTK GUI'
 'perl-file-sharedir: GTK GUI')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('d5116359c17c6cface40e336980e341a3d84bfdae97b0e252ca70180104c6475')
+sha256sums=('f6ce0a57227dfe2c411ef9a7023824206f1f546de06a23e644a2ca798a154a3f')
 
 build() {
 cd "$pkgname-$pkgver"


[arch-commits] Commit in asoundconf (3 files)

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 10:58:16
  Author: alad
Revision: 497693

archrelease: copy trunk to community-any

Added:
  asoundconf/repos/
  asoundconf/repos/community-any/
  asoundconf/repos/community-any/PKGBUILD
(from rev 497692, asoundconf/trunk/PKGBUILD)

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

Copied: asoundconf/repos/community-any/PKGBUILD (from rev 497692, 
asoundconf/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2019-08-06 10:58:16 UTC (rev 497693)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Jirkovsky 
+pkgname=asoundconf
+pkgver=1.2
+_pkgver=01a1f5320b0a
+pkgrel=1
+epoch=1
+pkgdesc="Get and set configuration parameters in ~/.asoundrc.asoundconf"
+arch=('any')
+url="https://bitbucket.org/stativ/asoundconf;
+license=('GPL')
+depends=('python2')
+optdepends=('pygtk: asoundconf-gtk GUI')
+source=($pkgname-${pkgver}.tar.gz::https://bitbucket.org/stativ/asoundconf/get/${pkgver}.tar.gz)
+md5sums=('aa12135497217f248e70c6aee286f453')
+
+package() {
+  cd "$srcdir/stativ-$pkgname-$_pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-06 Thread Alad Wenter via arch-commits
Date: Tuesday, August 6, 2019 @ 10:58:06
  Author: alad
Revision: 497692

add asoundconf

Added:
  asoundconf/
  asoundconf/trunk/
  asoundconf/trunk/PKGBUILD

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

Added: asoundconf/trunk/PKGBUILD
===
--- asoundconf/trunk/PKGBUILD   (rev 0)
+++ asoundconf/trunk/PKGBUILD   2019-08-06 10:58:06 UTC (rev 497692)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Jirkovsky 
+pkgname=asoundconf
+pkgver=1.2
+_pkgver=01a1f5320b0a
+pkgrel=1
+epoch=1
+pkgdesc="Get and set configuration parameters in ~/.asoundrc.asoundconf"
+arch=('any')
+url="https://bitbucket.org/stativ/asoundconf;
+license=('GPL')
+depends=('python2')
+optdepends=('pygtk: asoundconf-gtk GUI')
+source=($pkgname-${pkgver}.tar.gz::https://bitbucket.org/stativ/asoundconf/get/${pkgver}.tar.gz)
+md5sums=('aa12135497217f248e70c6aee286f453')
+
+package() {
+  cd "$srcdir/stativ-$pkgname-$_pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-01 Thread Alad Wenter via arch-commits
Date: Thursday, August 1, 2019 @ 07:08:14
  Author: alad
Revision: 496190

archrelease: copy trunk to community-x86_64

Added:
  pcsc-tools/repos/community-x86_64/PKGBUILD
(from rev 496189, pcsc-tools/trunk/PKGBUILD)
Deleted:
  pcsc-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-01 07:08:01 UTC (rev 496189)
+++ PKGBUILD2019-08-01 07:08:14 UTC (rev 496190)
@@ -1,32 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Lorenzo Nizzi Grifi Gargiolli 
-# Contributor: marc0s 
-
-pkgname=pcsc-tools
-pkgver=1.5.4
-pkgrel=1
-pkgdesc="PC/SC Architecture smartcard tools"
-arch=('x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
-license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
-makedepends=('pkg-config')
-validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

-source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: pcsc-tools/repos/community-x86_64/PKGBUILD (from rev 496189, 
pcsc-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-01 07:08:14 UTC (rev 496190)
@@ -0,0 +1,34 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Christian Hesse 
+# Contributor: Giovanni Scafora 
+# Contributor: Lorenzo Nizzi Grifi Gargiolli 
+# Contributor: marc0s 
+pkgname=pcsc-tools
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="PC/SC Architecture smartcard tools"
+arch=('x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'glib-perl')
+makedepends=('pkg-config')
+optdepends=('perl-gtk3: gscriptor')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2019-08-01 Thread Alad Wenter via arch-commits
Date: Thursday, August 1, 2019 @ 07:08:01
  Author: alad
Revision: 496189

upgpkg: pcsc-tools 1.5.4-2

Closes: FS#62293

Modified:
  pcsc-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-01 06:37:01 UTC (rev 496188)
+++ PKGBUILD2019-08-01 07:08:01 UTC (rev 496189)
@@ -1,16 +1,18 @@
-# Maintainer: Giovanni Scafora 
+# Maintainer: Alad Wenter 
+# Maintainer: Christian Hesse 
+# Contributor: Giovanni Scafora 
 # Contributor: Lorenzo Nizzi Grifi Gargiolli 
 # Contributor: marc0s 
-
 pkgname=pcsc-tools
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="PC/SC Architecture smartcard tools"
 arch=('x86_64')
 url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
 license=('GPL')
-depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+depends=('pcsclite' 'pcsc-perl' 'glib-perl')
 makedepends=('pkg-config')
+optdepends=('perl-gtk3: gscriptor')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

 
source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
 sha256sums=('c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93'


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 19:46:38
  Author: alad
Revision: 495874

upgpkg: rtv 1.27.0-1

Modified:
  rtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 19:40:02 UTC (rev 495873)
+++ PKGBUILD2019-07-31 19:46:38 UTC (rev 495874)
@@ -1,7 +1,7 @@
 # Maintainer: Alad Wenter 
 # Contributor: John Jenkins twodopesha...@gmail.com
 pkgname=rtv
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Browse Reddit from your terminal"
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('python-setuptools')
 depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 
'python-six' 'python-requests')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1e3c20fdbda2a1f1b584194a36895d8e42aba527b2e9fa7be8ff7fd79c8bee85')
+sha256sums=('c57a6cbb2525160b6aaa9180aec0293962b6969675f8ac0f2cfacff3cbd00d7c')
 
 build() {
 cd "$pkgname-$pkgver"


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 19:46:45
  Author: alad
Revision: 495875

archrelease: copy trunk to community-any

Added:
  rtv/repos/community-any/PKGBUILD
(from rev 495874, rtv/trunk/PKGBUILD)
Deleted:
  rtv/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 19:46:38 UTC (rev 495874)
+++ PKGBUILD2019-07-31 19:46:45 UTC (rev 495875)
@@ -1,24 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: John Jenkins twodopesha...@gmail.com
-pkgname=rtv
-pkgver=1.26.0
-pkgrel=1
-pkgdesc="Browse Reddit from your terminal"
-arch=('any')
-url="https://github.com/michael-lazar/rtv;
-license=('custom:MIT')
-makedepends=('python-setuptools')
-depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 
'python-six' 'python-requests')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1e3c20fdbda2a1f1b584194a36895d8e42aba527b2e9fa7be8ff7fd79c8bee85')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: rtv/repos/community-any/PKGBUILD (from rev 495874, rtv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 19:46:45 UTC (rev 495875)
@@ -0,0 +1,24 @@
+# Maintainer: Alad Wenter 
+# Contributor: John Jenkins twodopesha...@gmail.com
+pkgname=rtv
+pkgver=1.27.0
+pkgrel=1
+pkgdesc="Browse Reddit from your terminal"
+arch=('any')
+url="https://github.com/michael-lazar/rtv;
+license=('custom:MIT')
+makedepends=('python-setuptools')
+depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 
'python-six' 'python-requests')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('c57a6cbb2525160b6aaa9180aec0293962b6969675f8ac0f2cfacff3cbd00d7c')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 19:40:02
  Author: alad
Revision: 495873

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   77 -
 mksh.install |   28 ++--
 2 files changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 19:39:49 UTC (rev 495872)
+++ PKGBUILD2019-07-31 19:40:02 UTC (rev 495873)
@@ -1,38 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R57
-pkgver=57
-pkgrel=1
-pkgdesc='MirBSD Korn Shell'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('x86_64')
-depends=('glibc')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;)
-sha256sums=('3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75')
-
-check() {
-  cd "$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$pkgname"
-  sh Build.sh -r
-}
-
-package() {
-  cd "$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-
-  mkdir -p "$pkgdir/usr/share/licenses/mksh/"
-  sed -n '/Copyright/,/\*\//p' main.c > 
"$pkgdir/usr/share/licenses/mksh/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-x86_64/PKGBUILD (from rev 495872, 
mksh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 19:40:02 UTC (rev 495873)
@@ -0,0 +1,39 @@
+# Maintainer: Alad Wenter 
+# Contributor: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R57
+pkgver=57
+pkgrel=2
+pkgdesc='MirBSD Korn Shell'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('x86_64')
+depends=('glibc')
+checkdepends=('ed')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;)
+sha256sums=('3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75')
+
+check() {
+  cd "$pkgname"
+  PERL=/usr/bin/perl ./test.sh
+}
+
+build() {
+  cd "$pkgname"
+  sh Build.sh -r
+}
+
+package() {
+  cd "$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+
+  mkdir -p "$pkgdir/usr/share/licenses/mksh/"
+  sed -n '/Copyright/,/\*\//p' main.c > 
"$pkgdir/usr/share/licenses/mksh/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: mksh.install
===
--- mksh.install2019-07-31 19:39:49 UTC (rev 495872)
+++ mksh.install2019-07-31 19:40:02 UTC (rev 495873)
@@ -1,14 +0,0 @@
-post_install() {
-  grep -qx /bin/mksh /etc/shells || echo /bin/mksh >>/etc/shells
-  grep -qx /usr/bin/mksh /etc/shells || echo /usr/bin/mksh >>/etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  sed -i -r '/^(\/usr)?\/bin\/mksh$/d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-x86_64/mksh.install (from rev 495872, 
mksh/trunk/mksh.install)
===
--- mksh.install(rev 0)
+++ mksh.install2019-07-31 19:40:02 UTC (rev 495873)
@@ -0,0 +1,14 @@
+post_install() {
+  grep -qx /bin/mksh /etc/shells || echo /bin/mksh >>/etc/shells
+  grep -qx /usr/bin/mksh /etc/shells || echo /usr/bin/mksh >>/etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  sed -i -r '/^(\/usr)?\/bin\/mksh$/d' etc/shells
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 19:39:49
  Author: alad
Revision: 495872

upgpkg: mksh 57-2

fix tests (perl path, ed checkdepends)

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 19:21:28 UTC (rev 495871)
+++ PKGBUILD2019-07-31 19:39:49 UTC (rev 495872)
@@ -11,7 +11,7 @@
 license=('custom')
 arch=('x86_64')
 depends=('glibc')
-makedepends=('ed')
+checkdepends=('ed')
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;)
 sha256sums=('3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75')
@@ -18,7 +18,7 @@
 
 check() {
   cd "$pkgname"
-  ./test.sh
+  PERL=/usr/bin/perl ./test.sh
 }
 
 build() {


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 19:21:28
  Author: alad
Revision: 495871

upgpkg: mksh 57-2

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 19:03:11 UTC (rev 495870)
+++ PKGBUILD2019-07-31 19:21:28 UTC (rev 495871)
@@ -5,12 +5,13 @@
 pkgname=mksh
 _pkgver=R57
 pkgver=57
-pkgrel=1
+pkgrel=2
 pkgdesc='MirBSD Korn Shell'
 url='https://www.mirbsd.org/mksh.htm'
 license=('custom')
 arch=('x86_64')
 depends=('glibc')
+makedepends=('ed')
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;)
 sha256sums=('3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75')


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:40:18
  Author: alad
Revision: 495653

archrelease: copy trunk to community-x86_64

Added:
  wimlib/repos/community-x86_64/PKGBUILD
(from rev 495652, wimlib/trunk/PKGBUILD)
Deleted:
  wimlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 16:40:08 UTC (rev 495652)
+++ PKGBUILD2019-07-31 16:40:18 UTC (rev 495653)
@@ -1,36 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Eric Biggers 
-
-pkgname=wimlib
-pkgver=1.13.0
-pkgrel=1
-pkgdesc='A library and program to extract, create, and modify WIM files'
-arch=('x86_64')
-url='https://wimlib.net'
-license=('custom')
-depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
-checkdepends=('attr')
-optdepends=('cdrkit: for making ISO image of Windows PE'
-'mtools: for making disk image of Windows PE' 
-'syslinux: for making disk image of Windows PE'
-'cabextract: for extracting Windows PE from the WAIK')
-source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('51d92cafaae0180c7a91b50620f86ffbcec6d6aef360d38dd47e274e65d7970b')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
-make
-}
-
-check() {
-cd "$pkgname-$pkgver"
-make check
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
-install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: wimlib/repos/community-x86_64/PKGBUILD (from rev 495652, 
wimlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 16:40:18 UTC (rev 495653)
@@ -0,0 +1,36 @@
+# Maintainer: Alad Wenter 
+# Contributor: Eric Biggers 
+
+pkgname=wimlib
+pkgver=1.13.1
+pkgrel=1
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
+checkdepends=('attr')
+optdepends=('cdrkit: for making ISO image of Windows PE'
+'mtools: for making disk image of Windows PE' 
+'syslinux: for making disk image of Windows PE'
+'cabextract: for extracting Windows PE from the WAIK')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
+sha256sums=('47f4bc645c1b6ee15068d406a90bb38aec816354e140291ccb01e536f2cdaf5f')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
+make
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
+install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:40:08
  Author: alad
Revision: 495652

upgpkg: wimlib 1.13.1-1

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 16:39:55 UTC (rev 495651)
+++ PKGBUILD2019-07-31 16:40:08 UTC (rev 495652)
@@ -2,7 +2,7 @@
 # Contributor: Eric Biggers 
 
 pkgname=wimlib
-pkgver=1.13.0
+pkgver=1.13.1
 pkgrel=1
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'syslinux: for making disk image of Windows PE'
 'cabextract: for extracting Windows PE from the WAIK')
 source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('51d92cafaae0180c7a91b50620f86ffbcec6d6aef360d38dd47e274e65d7970b')
+sha256sums=('47f4bc645c1b6ee15068d406a90bb38aec816354e140291ccb01e536f2cdaf5f')
 
 build() {
 cd "$pkgname-$pkgver"


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:39:46
  Author: alad
Revision: 495650

archrelease: copy trunk to community-x86_64

Added:
  qpdfview/repos/community-x86_64/PKGBUILD
(from rev 495649, qpdfview/trunk/PKGBUILD)
Deleted:
  qpdfview/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 16:38:49 UTC (rev 495649)
+++ PKGBUILD2019-07-31 16:39:46 UTC (rev 495650)
@@ -1,38 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Adam Reichold 
-
-pkgname=qpdfview
-pkgver=0.4.18
-pkgrel=1
-pkgdesc='A tabbed PDF viewer using the poppler library.'
-url='https://launchpad.net/qpdfview'
-arch=('x86_64')
-license=('GPL2')
-depends=('libcups' 'libsynctex' 'poppler-qt5' 'qt5-svg')
-makedepends=('qt5-tools' 'libspectre' 'djvulibre')
-optdepends=('libspectre: for PostScript support'
-'djvulibre: for DjVu support')
-source=("https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz;
-
"https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz.asc;)
-sha256sums=('cc642e7fa74029373ca9b9fbc29adc4883f8b455130a78ad54746d6844a0396c'
-'SKIP')
-# Adam Reichold 
-validpgpkeys=('1F521FF0F87E9E1CDE46B8A9F4928C4DD24D4DF8')
-
-prepare() {
-cd $pkgname-$pkgver
-sed -e 's|2.0.0|1.21.0|' -i application.pro
-}
-
-build() {
-cd "$pkgname-$pkgver"
-lrelease-qt5 qpdfview.pro
-qmake-qt5 qpdfview.pro
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: qpdfview/repos/community-x86_64/PKGBUILD (from rev 495649, 
qpdfview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 16:39:46 UTC (rev 495650)
@@ -0,0 +1,38 @@
+# Maintainer: Alad Wenter 
+# Contributor: Adam Reichold 
+
+pkgname=qpdfview
+pkgver=0.4.18
+pkgrel=1
+pkgdesc='A tabbed PDF viewer using the poppler library.'
+url='https://launchpad.net/qpdfview'
+arch=('x86_64')
+license=('GPL2')
+depends=('libcups' 'libsynctex' 'poppler-qt5' 'qt5-svg')
+makedepends=('qt5-tools' 'libspectre' 'djvulibre')
+optdepends=('libspectre: for PostScript support'
+'djvulibre: for DjVu support')
+source=("https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz;
+
"https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz.asc;)
+sha256sums=('cc642e7fa74029373ca9b9fbc29adc4883f8b455130a78ad54746d6844a0396c'
+'SKIP')
+# Adam Reichold 
+validpgpkeys=('1F521FF0F87E9E1CDE46B8A9F4928C4DD24D4DF8')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -e 's|2.0.0|1.21.0|' -i application.pro
+}
+
+build() {
+cd "$pkgname-$pkgver"
+lrelease-qt5 qpdfview.pro
+qmake-qt5 qpdfview.pro
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make INSTALL_ROOT="$pkgdir" install
+}
+


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:38:49
  Author: alad
Revision: 495649

archrelease: copy trunk to community-x86_64

Added:
  qpdfview/repos/community-x86_64/PKGBUILD
(from rev 495647, qpdfview/trunk/PKGBUILD)
Deleted:
  qpdfview/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 16:38:48 UTC (rev 495648)
+++ PKGBUILD2019-07-31 16:38:49 UTC (rev 495649)
@@ -1,38 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Adam Reichold 
-
-pkgname=qpdfview
-pkgver=0.4.18beta1
-pkgrel=2
-pkgdesc='A tabbed PDF viewer using the poppler library.'
-url='https://launchpad.net/qpdfview'
-arch=('x86_64')
-license=('GPL2')
-depends=('libcups' 'libsynctex' 'poppler-qt5' 'qt5-svg')
-makedepends=('qt5-tools' 'libspectre' 'djvulibre')
-optdepends=('libspectre: for PostScript support'
-'djvulibre: for DjVu support')
-source=("https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz;
-
"https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz.asc;)
-sha256sums=('36d97b88514be66ede66c30f68a8ad26b3e76fe39f27d3789c02775ce92859a2'
-'SKIP')
-# Adam Reichold 
-validpgpkeys=('1F521FF0F87E9E1CDE46B8A9F4928C4DD24D4DF8')
-
-prepare() {
-cd $pkgname-$pkgver
-sed -e 's|2.0.0|1.21.0|' -i application.pro
-}
-
-build() {
-cd "$pkgname-$pkgver"
-lrelease-qt5 qpdfview.pro
-qmake-qt5 qpdfview.pro
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: qpdfview/repos/community-x86_64/PKGBUILD (from rev 495647, 
qpdfview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 16:38:49 UTC (rev 495649)
@@ -0,0 +1,38 @@
+# Maintainer: Alad Wenter 
+# Contributor: Adam Reichold 
+
+pkgname=qpdfview
+pkgver=0.4.18
+pkgrel=1
+pkgdesc='A tabbed PDF viewer using the poppler library.'
+url='https://launchpad.net/qpdfview'
+arch=('x86_64')
+license=('GPL2')
+depends=('libcups' 'libsynctex' 'poppler-qt5' 'qt5-svg')
+makedepends=('qt5-tools' 'libspectre' 'djvulibre')
+optdepends=('libspectre: for PostScript support'
+'djvulibre: for DjVu support')
+source=("https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz;
+
"https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz.asc;)
+sha256sums=('cc642e7fa74029373ca9b9fbc29adc4883f8b455130a78ad54746d6844a0396c'
+'SKIP')
+# Adam Reichold 
+validpgpkeys=('1F521FF0F87E9E1CDE46B8A9F4928C4DD24D4DF8')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -e 's|2.0.0|1.21.0|' -i application.pro
+}
+
+build() {
+cd "$pkgname-$pkgver"
+lrelease-qt5 qpdfview.pro
+qmake-qt5 qpdfview.pro
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make INSTALL_ROOT="$pkgdir" install
+}
+


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:38:42
  Author: alad
Revision: 495647

upgpkg: qpdfview 0.4.18-1

Modified:
  qpdfview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 16:38:21 UTC (rev 495646)
+++ PKGBUILD2019-07-31 16:38:42 UTC (rev 495647)
@@ -2,8 +2,8 @@
 # Contributor: Adam Reichold 
 
 pkgname=qpdfview
-pkgver=0.4.18beta1
-pkgrel=2
+pkgver=0.4.18
+pkgrel=1
 pkgdesc='A tabbed PDF viewer using the poppler library.'
 url='https://launchpad.net/qpdfview'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 'djvulibre: for DjVu support')
 
source=("https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz;
 
"https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz.asc;)
-sha256sums=('36d97b88514be66ede66c30f68a8ad26b3e76fe39f27d3789c02775ce92859a2'
+sha256sums=('cc642e7fa74029373ca9b9fbc29adc4883f8b455130a78ad54746d6844a0396c'
 'SKIP')
 # Adam Reichold 
 validpgpkeys=('1F521FF0F87E9E1CDE46B8A9F4928C4DD24D4DF8')


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:37:30
  Author: alad
Revision: 495644

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 16:37:23 UTC (rev 495643)
+++ PKGBUILD2019-07-31 16:37:30 UTC (rev 495644)
@@ -1,37 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: John Jenkins twodopesha...@gmail.com
-# Contributor: Sean Anderson sean...@gmail.com
-pkgname=('python-kitchen' 'python2-kitchen')
-pkgbase=python-kitchen
-pkgver=1.2.5
-pkgrel=3
-pkgdesc="Useful snippets of python code"
-url="https://github.com/fedora-infra/kitchen;
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('LGPL')
-arch=('any')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1258af80868fc8c30170a43040b1eb5434bc5ffa5ff4ab98ffb9ee3d3c1e2f76')
-
-build() {
-cd "kitchen-$pkgver"
-
-# kitchen has separate source trees for python2 and python3
-python setup.py build
-python2 setup.py build
-}
-
-package_python-kitchen() {
-depends=('python')
-cd "kitchen-$pkgver"
-
-python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-kitchen() {
-depends=('python2')
-cd "kitchen-$pkgver"
-
-python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-sed -i 's/python/python2/' 
"$pkgdir/usr/lib/python2.7/site-packages/kitchen/pycompat24/base64/_base64.py"
-}

Copied: python-kitchen/repos/community-any/PKGBUILD (from rev 495643, 
python-kitchen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 16:37:30 UTC (rev 495644)
@@ -0,0 +1,24 @@
+# Maintainer: Alad Wenter 
+# Contributor: John Jenkins twodopesha...@gmail.com
+# Contributor: Sean Anderson sean...@gmail.com
+pkgname=python-kitchen
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Useful snippets of python code"
+url="https://github.com/fedora-infra/kitchen;
+depends=('python')
+makedepends=('python-setuptools')
+license=('LGPL')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0')
+
+build() {
+cd "kitchen-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "kitchen-$pkgver"
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:37:23
  Author: alad
Revision: 495643

upgpkg: python-kitchen 1.2.6-1

Modified:
  python-kitchen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 16:37:10 UTC (rev 495642)
+++ PKGBUILD2019-07-31 16:37:23 UTC (rev 495643)
@@ -2,16 +2,16 @@
 # Contributor: John Jenkins twodopesha...@gmail.com
 # Contributor: Sean Anderson sean...@gmail.com
 pkgname=python-kitchen
-pkgver=1.2.5
-pkgrel=3
+pkgver=1.2.6
+pkgrel=1
 pkgdesc="Useful snippets of python code"
 url="https://github.com/fedora-infra/kitchen;
 depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
 license=('LGPL')
 arch=('any')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1258af80868fc8c30170a43040b1eb5434bc5ffa5ff4ab98ffb9ee3d3c1e2f76')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0')
 
 build() {
 cd "kitchen-$pkgver"


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:37:00
  Author: alad
Revision: 495641

archrelease: copy trunk to community-any

Added:
  acpilight/repos/community-any/PKGBUILD
(from rev 495640, acpilight/trunk/PKGBUILD)
  acpilight/repos/community-any/acpilight.install
(from rev 495640, acpilight/trunk/acpilight.install)
Deleted:
  acpilight/repos/community-any/PKGBUILD
  acpilight/repos/community-any/acpilight.install

---+
 PKGBUILD  |   52 ++--
 acpilight.install |   14 +++---
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 16:36:53 UTC (rev 495640)
+++ PKGBUILD2019-07-31 16:37:00 UTC (rev 495641)
@@ -1,26 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Andrew Rabert 
-# Contributor: Filippo Veneri 
-# Contributor: Frederik “Freso” S. Olesen 
-pkgname=acpilight
-pkgver=1.1
-pkgrel=2
-pkgdesc="a backward-compatible xbacklight replacement based on ACPI"
-arch=('any')
-url='https://gitlab.com/wavexx/acpilight'
-license=('GPL3')
-depends=('python')
-provides=('xorg-xbacklight')
-conflicts=('xorg-xbacklight')
-source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2")
-install=$pkgname.install
-sha256sums=('0a5ef16a39c05c1eb195823d906c08f8f912aa48122b31e6dd364c7f9d6c37aa')
-
-package() {
-cd "$pkgname-v$pkgver"
-
-install -Dm755 xbacklight "$pkgdir"/usr/bin/xbacklight
-install -Dm644 xbacklight.1 "$pkgdir"/usr/share/man/man1/xbacklight.1
-install -Dm644 90-backlight.rules 
"$pkgdir"/usr/lib/udev/rules.d/90-backlight.rules
-install -Dm644 README.rst NEWS.rst -t "$pkgdir"/usr/share/doc/acpilight
-}

Copied: acpilight/repos/community-any/PKGBUILD (from rev 495640, 
acpilight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 16:37:00 UTC (rev 495641)
@@ -0,0 +1,26 @@
+# Maintainer: Alad Wenter 
+# Contributor: Andrew Rabert 
+# Contributor: Filippo Veneri 
+# Contributor: Frederik “Freso” S. Olesen 
+pkgname=acpilight
+pkgver=1.2
+pkgrel=1
+pkgdesc="a backward-compatible xbacklight replacement based on ACPI"
+arch=('any')
+url='https://gitlab.com/wavexx/acpilight'
+license=('GPL3')
+depends=('python')
+provides=('xorg-xbacklight')
+conflicts=('xorg-xbacklight')
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2")
+install=$pkgname.install
+sha256sums=('0b80cbe7edaf48307fc26dbb34c260ec9ed0c19c56743291e5a7cc23044ff9ae')
+
+package() {
+cd "$pkgname-v$pkgver"
+
+install -Dm755 xbacklight "$pkgdir"/usr/bin/xbacklight
+install -Dm644 xbacklight.1 "$pkgdir"/usr/share/man/man1/xbacklight.1
+install -Dm644 90-backlight.rules 
"$pkgdir"/usr/lib/udev/rules.d/90-backlight.rules
+install -Dm644 README.rst NEWS.rst -t "$pkgdir"/usr/share/doc/acpilight
+}

Deleted: acpilight.install
===
--- acpilight.install   2019-07-31 16:36:53 UTC (rev 495640)
+++ acpilight.install   2019-07-31 16:37:00 UTC (rev 495641)
@@ -1,7 +0,0 @@
-post_install() {
-cat << EOF
-  The installed udev rules expect your user to be in the video group to modify
-  the relevant files in the /sys hierarchy.
-EOF
-}
-

Copied: acpilight/repos/community-any/acpilight.install (from rev 495640, 
acpilight/trunk/acpilight.install)
===
--- acpilight.install   (rev 0)
+++ acpilight.install   2019-07-31 16:37:00 UTC (rev 495641)
@@ -0,0 +1,7 @@
+post_install() {
+cat << EOF
+  The installed udev rules expect your user to be in the video group to modify
+  the relevant files in the /sys hierarchy.
+EOF
+}
+


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:36:53
  Author: alad
Revision: 495640

upgpkg: acpilight 1.2-1

Modified:
  acpilight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 16:32:28 UTC (rev 495639)
+++ PKGBUILD2019-07-31 16:36:53 UTC (rev 495640)
@@ -3,8 +3,8 @@
 # Contributor: Filippo Veneri 
 # Contributor: Frederik “Freso” S. Olesen 
 pkgname=acpilight
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
 pkgdesc="a backward-compatible xbacklight replacement based on ACPI"
 arch=('any')
 url='https://gitlab.com/wavexx/acpilight'
@@ -14,7 +14,7 @@
 conflicts=('xorg-xbacklight')
 source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2")
 install=$pkgname.install
-sha256sums=('0a5ef16a39c05c1eb195823d906c08f8f912aa48122b31e6dd364c7f9d6c37aa')
+sha256sums=('0b80cbe7edaf48307fc26dbb34c260ec9ed0c19c56743291e5a7cc23044ff9ae')
 
 package() {
 cd "$pkgname-v$pkgver"


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:32:28
  Author: alad
Revision: 495639

archrelease: copy trunk to community-x86_64

Added:
  mit-scheme/repos/community-x86_64/PKGBUILD
(from rev 495638, mit-scheme/trunk/PKGBUILD)
Deleted:
  mit-scheme/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 16:32:19 UTC (rev 495638)
+++ PKGBUILD2019-07-31 16:32:28 UTC (rev 495639)
@@ -1,31 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: peter feigl 
-
-pkgname=mit-scheme
-pkgver=10.1.5
-pkgrel=1
-pkgdesc='MIT/GNU Scheme'
-url='https://www.gnu.org/software/mit-scheme/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'zlib')
-optdepends=('openssl: support for openssl')
-source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
-
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
-validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

-sha256sums=('470a41117add68534980f32543952a3f763b45b55d8d70fd3910a535aed358e5'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"/src
-./configure --prefix=/usr \
---with-x \
---enable-native-code
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"/src
-make DESTDIR="$pkgdir" install
-}

Copied: mit-scheme/repos/community-x86_64/PKGBUILD (from rev 495638, 
mit-scheme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 16:32:28 UTC (rev 495639)
@@ -0,0 +1,31 @@
+# Maintainer: Alad Wenter 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: peter feigl 
+
+pkgname=mit-scheme
+pkgver=10.1.9
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='https://www.gnu.org/software/mit-scheme/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
+
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
+validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

+sha256sums=('ac67b7a357b06239b61d3707924bfc43f941c5b4f15491956f6b020923d5ebe8'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"/src
+./configure --prefix=/usr \
+--with-x \
+--enable-native-code
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"/src
+make DESTDIR="$pkgdir" install
+}


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:32:19
  Author: alad
Revision: 495638

upgpkg: mit-scheme 10.1.9-1

Modified:
  mit-scheme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 16:31:07 UTC (rev 495637)
+++ PKGBUILD2019-07-31 16:32:19 UTC (rev 495638)
@@ -3,7 +3,7 @@
 # Contributor: peter feigl 
 
 pkgname=mit-scheme
-pkgver=10.1.5
+pkgver=10.1.9
 pkgrel=1
 pkgdesc='MIT/GNU Scheme'
 url='https://www.gnu.org/software/mit-scheme/'
@@ -14,7 +14,7 @@
 
source=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz;
 
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig;)
 validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01') # Chris Hanson 

-sha256sums=('470a41117add68534980f32543952a3f763b45b55d8d70fd3910a535aed358e5'
+sha256sums=('ac67b7a357b06239b61d3707924bfc43f941c5b4f15491956f6b020923d5ebe8'
 'SKIP')
 
 build() {


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:31:07
  Author: alad
Revision: 495637

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 495636, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-31 16:30:38 UTC (rev 495636)
+++ PKGBUILD2019-07-31 16:31:07 UTC (rev 495637)
@@ -1,55 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=7
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
-
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP'
-'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-# FS#56741
-patch -Np1 -i $srcdir/pgpewrap.patch
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---idn=0 \
---idn2=1 \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 495636, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-31 16:31:07 UTC (rev 495637)
@@ -0,0 +1,56 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=8
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
+
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP'
+'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+# FS#56741
+patch -Np1 -i $srcdir/pgpewrap.patch
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2019-07-31 Thread Alad Wenter via arch-commits
Date: Wednesday, July 31, 2019 @ 16:30:38
  Author: alad
Revision: 495636

upgpkg: neomutt 20180716-8

add direct dependencies (readelf -d), cf. previous discussion

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-31 16:28:34 UTC (rev 495635)
+++ PKGBUILD2019-07-31 16:30:38 UTC (rev 495636)
@@ -1,4 +1,4 @@
-# Maintainer: Alad Wenter 
+# Maintainer: Alad Wenter 
 # Maintainer: Jelle van der Waa 
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
@@ -5,12 +5,13 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=7
+pkgrel=8
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'openssl'
+'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet')
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 04:06:05
  Author: alad
Revision: 443939

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-27 04:05:58 UTC (rev 443938)
+++ PKGBUILD2019-03-27 04:06:05 UTC (rev 443939)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.5.2
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: print results in a fixed-width format'
-'perl-term-readline-gnu: better STDIN support'
-'youtube-dl: play videos with encrypted signatures'
-'wget: download videos with wget'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'gtk2-perl: GTK GUI'
-'perl-file-sharedir: GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('0c0170c2870692a38bc6953142164f200e768e25531c701fb03897b47a57e927')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-
-mkdir "$pkgdir"/usr/share/{applications,pixmaps}
-mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 443938, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-27 04:06:05 UTC (rev 443939)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.5.4
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: print results in a fixed-width format'
+'perl-term-readline-gnu: better STDIN support'
+'youtube-dl: play videos with encrypted signatures'
+'wget: download videos with wget'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'gtk2-perl: GTK GUI'
+'perl-file-sharedir: GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('d5116359c17c6cface40e336980e341a3d84bfdae97b0e252ca70180104c6475')
+
+build() {
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+cd "$pkgname-$pkgver"
+./Build test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
+
+mkdir "$pkgdir"/usr/share/{applications,pixmaps}
+mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 04:05:58
  Author: alad
Revision: 443938

upgpkg: youtube-viewer 1:3.5.4-1

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-27 04:04:58 UTC (rev 443937)
+++ PKGBUILD2019-03-27 04:05:58 UTC (rev 443938)
@@ -5,7 +5,7 @@
 
 pkgname=youtube-viewer
 epoch=1
-pkgver=3.5.2
+pkgver=3.5.4
 pkgrel=1
 pkgdesc='Command line utility for viewing YouTube videos'
 arch=('any')
@@ -23,7 +23,7 @@
 'gtk2-perl: GTK GUI'
 'perl-file-sharedir: GTK GUI')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('0c0170c2870692a38bc6953142164f200e768e25531c701fb03897b47a57e927')
+sha256sums=('d5116359c17c6cface40e336980e341a3d84bfdae97b0e252ca70180104c6475')
 
 build() {
 cd "$pkgname-$pkgver"


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 04:04:58
  Author: alad
Revision: 443937

archrelease: copy trunk to community-x86_64

Added:
  cabextract/repos/community-x86_64/PKGBUILD
(from rev 443936, cabextract/trunk/PKGBUILD)
Deleted:
  cabextract/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-27 04:04:52 UTC (rev 443936)
+++ PKGBUILD2019-03-27 04:04:58 UTC (rev 443937)
@@ -1,28 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-
-pkgname=cabextract
-pkgver=1.9
-pkgrel=1
-pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
-arch=('x86_64')
-license=('GPL')
-url='http://www.cabextract.org.uk/'
-depends=('glibc')
-source=("https://cabextract.org.uk/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1bbc793d83c73288acd7e28ce33ec04955a76c73bf6471424ff835d725fcc4c1')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cabextract/repos/community-x86_64/PKGBUILD (from rev 443936, 
cabextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-27 04:04:58 UTC (rev 443937)
@@ -0,0 +1,26 @@
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+
+pkgname=cabextract
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
+arch=('x86_64')
+license=('GPL')
+url='https://www.cabextract.org.uk/'
+depends=('glibc')
+source=("https://cabextract.org.uk/$pkgname-$pkgver.tar.gz;)
+sha256sums=('afc253673c8ef316b4d5c29cc4aa8445844bee14afffbe092ee9469405851ca7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 04:04:52
  Author: alad
Revision: 443936

upgpkg: cabextract 1.9.1-1

Modified:
  cabextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-27 04:03:54 UTC (rev 443935)
+++ PKGBUILD2019-03-27 04:04:52 UTC (rev 443936)
@@ -2,7 +2,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=cabextract
-pkgver=1.9
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
 arch=('x86_64')
@@ -10,11 +10,10 @@
 url='https://www.cabextract.org.uk/'
 depends=('glibc')
 source=("https://cabextract.org.uk/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1bbc793d83c73288acd7e28ce33ec04955a76c73bf6471424ff835d725fcc4c1')
+sha256sums=('afc253673c8ef316b4d5c29cc4aa8445844bee14afffbe092ee9469405851ca7')
 
 build() {
   cd "$pkgname-$pkgver"
-
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --mandir=/usr/share/man
@@ -23,6 +22,5 @@
 
 package() {
   cd "$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
 }


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 04:03:46
  Author: alad
Revision: 443934

upgpkg: rtv 1.26.0-1

Modified:
  rtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-27 04:01:36 UTC (rev 443933)
+++ PKGBUILD2019-03-27 04:03:46 UTC (rev 443934)
@@ -1,7 +1,7 @@
 # Maintainer: Alad Wenter 
 # Contributor: John Jenkins twodopesha...@gmail.com
 pkgname=rtv
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="Browse Reddit from your terminal"
 arch=('any')
@@ -8,10 +8,9 @@
 url="https://github.com/michael-lazar/rtv;
 license=('custom:MIT')
 makedepends=('python-setuptools')
-depends=('python-beautifulsoup4' 'python-decorator' 
- 'python-kitchen' 'python-six' 'python-requests')
+depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 
'python-six' 'python-requests')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('253455ccfc0d18c1f48465bf69a036ba4e3fd64267b1709a0aaef3419e3344e7')
+sha256sums=('1e3c20fdbda2a1f1b584194a36895d8e42aba527b2e9fa7be8ff7fd79c8bee85')
 
 build() {
 cd "$pkgname-$pkgver"


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 04:03:54
  Author: alad
Revision: 443935

archrelease: copy trunk to community-any

Added:
  rtv/repos/community-any/PKGBUILD
(from rev 443934, rtv/trunk/PKGBUILD)
Deleted:
  rtv/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-27 04:03:46 UTC (rev 443934)
+++ PKGBUILD2019-03-27 04:03:54 UTC (rev 443935)
@@ -1,25 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: John Jenkins twodopesha...@gmail.com
-pkgname=rtv
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Browse Reddit from your terminal"
-arch=('any')
-url="https://github.com/michael-lazar/rtv;
-license=('custom:MIT')
-makedepends=('python-setuptools')
-depends=('python-beautifulsoup4' 'python-decorator' 
- 'python-kitchen' 'python-six' 'python-requests')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('253455ccfc0d18c1f48465bf69a036ba4e3fd64267b1709a0aaef3419e3344e7')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: rtv/repos/community-any/PKGBUILD (from rev 443934, rtv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-27 04:03:54 UTC (rev 443935)
@@ -0,0 +1,24 @@
+# Maintainer: Alad Wenter 
+# Contributor: John Jenkins twodopesha...@gmail.com
+pkgname=rtv
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Browse Reddit from your terminal"
+arch=('any')
+url="https://github.com/michael-lazar/rtv;
+license=('custom:MIT')
+makedepends=('python-setuptools')
+depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 
'python-six' 'python-requests')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('1e3c20fdbda2a1f1b584194a36895d8e42aba527b2e9fa7be8ff7fd79c8bee85')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 04:01:30
  Author: alad
Revision: 443932

upgpkg: mksh 57-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-27 03:53:44 UTC (rev 443931)
+++ PKGBUILD2019-03-27 04:01:30 UTC (rev 443932)
@@ -3,30 +3,30 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R56c
-pkgver=56.c
-pkgrel=5
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+_pkgver=R57
+pkgver=57
+pkgrel=1
+pkgdesc='MirBSD Korn Shell'
 url='https://www.mirbsd.org/mksh.htm'
 license=('custom')
 arch=('x86_64')
-depends=('glibc') # Make namcap happy.
+depends=('glibc')
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;)
-md5sums=('4799a9ac6d55871d79ba66713d928663')
+sha256sums=('3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75')
 
 check() {
-  cd "$srcdir/$pkgname"
+  cd "$pkgname"
   ./test.sh
 }
 
 build() {
-  cd "$srcdir/$pkgname"
+  cd "$pkgname"
   sh Build.sh -r
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd "$pkgname"
   install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
   install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
   install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 04:01:36
  Author: alad
Revision: 443933

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 -
 mksh.install |   28 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-27 04:01:30 UTC (rev 443932)
+++ PKGBUILD2019-03-27 04:01:36 UTC (rev 443933)
@@ -1,38 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R56c
-pkgver=56.c
-pkgrel=5
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('x86_64')
-depends=('glibc') # Make namcap happy.
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;)
-md5sums=('4799a9ac6d55871d79ba66713d928663')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-
-  mkdir -p "$pkgdir/usr/share/licenses/mksh/"
-  sed -n '/Copyright/,/\*\//p' main.c > 
"$pkgdir/usr/share/licenses/mksh/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-x86_64/PKGBUILD (from rev 443932, 
mksh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-27 04:01:36 UTC (rev 443933)
@@ -0,0 +1,38 @@
+# Maintainer: Alad Wenter 
+# Contributor: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R57
+pkgver=57
+pkgrel=1
+pkgdesc='MirBSD Korn Shell'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('x86_64')
+depends=('glibc')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;)
+sha256sums=('3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75')
+
+check() {
+  cd "$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$pkgname"
+  sh Build.sh -r
+}
+
+package() {
+  cd "$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+
+  mkdir -p "$pkgdir/usr/share/licenses/mksh/"
+  sed -n '/Copyright/,/\*\//p' main.c > 
"$pkgdir/usr/share/licenses/mksh/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: mksh.install
===
--- mksh.install2019-03-27 04:01:30 UTC (rev 443932)
+++ mksh.install2019-03-27 04:01:36 UTC (rev 443933)
@@ -1,14 +0,0 @@
-post_install() {
-  grep -qx /bin/mksh /etc/shells || echo /bin/mksh >>/etc/shells
-  grep -qx /usr/bin/mksh /etc/shells || echo /usr/bin/mksh >>/etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  sed -i -r '/^(\/usr)?\/bin\/mksh$/d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-x86_64/mksh.install (from rev 443932, 
mksh/trunk/mksh.install)
===
--- mksh.install(rev 0)
+++ mksh.install2019-03-27 04:01:36 UTC (rev 443933)
@@ -0,0 +1,14 @@
+post_install() {
+  grep -qx /bin/mksh /etc/shells || echo /bin/mksh >>/etc/shells
+  grep -qx /usr/bin/mksh /etc/shells || echo /usr/bin/mksh >>/etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  sed -i -r '/^(\/usr)?\/bin\/mksh$/d' etc/shells
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 03:53:44
  Author: alad
Revision: 443931

archrelease: copy trunk to community-x86_64

Added:
  pcsclite/repos/community-x86_64/PKGBUILD
(from rev 443930, pcsclite/trunk/PKGBUILD)
Deleted:
  pcsclite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-27 03:53:30 UTC (rev 443930)
+++ PKGBUILD2019-03-27 03:53:44 UTC (rev 443931)
@@ -1,42 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Daniel Plaza 
-
-pkgname=pcsclite
-pkgver=1.8.24
-pkgrel=1
-pkgdesc="PC/SC Architecture smartcard middleware library"
-arch=('x86_64')
-url='https://pcsclite.apdu.fr/'
-license=('BSD')
-depends=('python' 'systemd')
-makedepends=('pkg-config')
-options=('!docs')
-validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

-source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('b81864fa6a5ec776639c02ae89998955f7702a8d10e8b8f70023c5a599d97568'
-'SKIP')
-
-build() {
-  cd "${srcdir}/pcsc-lite-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---enable-filter \
---enable-ipcdir=/run/pcscd \
---enable-libudev \
---enable-usbdropdir=/usr/lib/pcsc/drivers \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd "${srcdir}/pcsc-lite-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -d ${pkgdir}/usr/lib/pcsc/drivers
-}

Copied: pcsclite/repos/community-x86_64/PKGBUILD (from rev 443930, 
pcsclite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-27 03:53:44 UTC (rev 443931)
@@ -0,0 +1,43 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Christian Hesse 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel Plaza 
+
+pkgname=pcsclite
+pkgver=1.8.25
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard middleware library"
+arch=('x86_64')
+url='https://pcsclite.apdu.fr/'
+license=('BSD')
+depends=('python' 'systemd')
+makedepends=('pkg-config')
+options=('!docs')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

+source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('d76d79edc31cf76e782b9f697420d3defbcc91778c3c650658086a1b748e8792'
+'SKIP')
+
+build() {
+  cd "pcsc-lite-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--enable-filter \
+--enable-ipcdir=/run/pcscd \
+--enable-libudev \
+--enable-usbdropdir=/usr/lib/pcsc/drivers \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd "pcsc-lite-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 "$srcdir/pcsc-lite-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/lib/pcsc/drivers"
+}


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

2019-03-26 Thread Alad Wenter via arch-commits
Date: Wednesday, March 27, 2019 @ 03:53:30
  Author: alad
Revision: 443930

upgpkg: pcsclite 1.8.25-1

Modified:
  pcsclite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-27 02:36:39 UTC (rev 443929)
+++ PKGBUILD2019-03-27 03:53:30 UTC (rev 443930)
@@ -1,8 +1,10 @@
-# Maintainer: Giovanni Scafora 
+# Maintainer: Alad Wenter 
+# Maintainer: Christian Hesse 
+# Contributor: Giovanni Scafora 
 # Contributor: Daniel Plaza 
 
 pkgname=pcsclite
-pkgver=1.8.24
+pkgver=1.8.25
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library"
 arch=('x86_64')
@@ -13,11 +15,11 @@
 options=('!docs')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

 source=("https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('b81864fa6a5ec776639c02ae89998955f7702a8d10e8b8f70023c5a599d97568'
+sha256sums=('d76d79edc31cf76e782b9f697420d3defbcc91778c3c650658086a1b748e8792'
 'SKIP')
 
 build() {
-  cd "${srcdir}/pcsc-lite-${pkgver}"
+  cd "pcsc-lite-$pkgver"
 
   ./configure \
 --prefix=/usr \
@@ -33,10 +35,9 @@
 }
 
 package() {
-  cd "${srcdir}/pcsc-lite-${pkgver}"
+  cd "pcsc-lite-$pkgver"
+  make DESTDIR="$pkgdir" install
 
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -d ${pkgdir}/usr/lib/pcsc/drivers
+  install -D -m644 "$srcdir/pcsc-lite-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/lib/pcsc/drivers"
 }


[arch-commits] Commit in (trilinos)

2019-03-17 Thread Alad Wenter via arch-commits
Date: Monday, March 18, 2019 @ 02:47:07
  Author: alad
Revision: 442420

remove trilinos

Deleted:
  trilinos/


[arch-commits] Commit in edbrowse/trunk (curl-7.62.patch)

2019-03-14 Thread Alad Wenter via arch-commits
Date: Friday, March 15, 2019 @ 00:08:00
  Author: alad
Revision: 441801

upgpkg: edbrowse 3.7.4-2

edbrowse: switch to git tags

Deleted:
  edbrowse/trunk/curl-7.62.patch

-+
 curl-7.62.patch |   26 --
 1 file changed, 26 deletions(-)

Deleted: curl-7.62.patch
===
--- curl-7.62.patch 2019-03-15 00:06:38 UTC (rev 441800)
+++ curl-7.62.patch 2019-03-15 00:08:00 UTC (rev 441801)
@@ -1,26 +0,0 @@
-From 5d2b9e21fdf019f461ebe62738d615428d5db963 Mon Sep 17 00:00:00 2001
-From: Po-Chuan Hsieh 
-Date: Sat, 3 Nov 2018 18:11:14 +0800
-Subject: [PATCH] Fix build with curl 7.62.0
-
-from CHANGES:
-ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
-Long live CURLE_PEER_FAILED_VERIFICATION

- src/http.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/http.c b/src/http.c
-index 56eebab..ccafc8f 100644
 a/src/http.c
-+++ b/src/http.c
-@@ -1557,7 +1557,9 @@ void ebcurl_setError(CURLcode curlret, const char *url, 
int action,
-   break;
- 
-   case CURLE_PEER_FAILED_VERIFICATION:
-+#if LIBCURL_VERSION_NUM < 0x073e00
-   case CURLE_SSL_CACERT:
-+#endif
-   (*fn) (MSG_NoCertify, host);
-   break;
- 


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

2019-03-14 Thread Alad Wenter via arch-commits
Date: Friday, March 15, 2019 @ 00:08:34
  Author: alad
Revision: 441802

archrelease: copy trunk to community-x86_64

Added:
  edbrowse/repos/community-x86_64/PKGBUILD
(from rev 441801, edbrowse/trunk/PKGBUILD)
Deleted:
  edbrowse/repos/community-x86_64/PKGBUILD
  edbrowse/repos/community-x86_64/curl-7.62.patch

-+
 PKGBUILD|   81 +++---
 curl-7.62.patch |   26 -
 2 files changed, 41 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 00:08:00 UTC (rev 441801)
+++ PKGBUILD2019-03-15 00:08:34 UTC (rev 441802)
@@ -1,40 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Chris Brannon 
-# Contributor: joyfulgirl 
-# Contributor: Chuck Boucher 
-# Contributor: aksr 
-
-pkgname=edbrowse
-pkgver=3.7.4
-pkgrel=1
-pkgdesc='Line-oriented editor, browser and mail client'
-arch=('x86_64')
-url="http://edbrowse.org/;
-license=('GPL' 'MPL')
-depends=('duktape' 'tidy' 'curl' 'pcre')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz;
-curl-7.62.patch)
-sha256sums=('ae7717c4c30297a01185ae2705fd55a7cd5f5484db05d5dfc02b7932b5766498'
-'b4eff80c296d5d1531255f3b0b9337efee06e070c4c7d92569517d853805bae7')
-
-prepare() {
-cd "$pkgname-$pkgver"
-patch -Np1 -i ../curl-7.62.patch
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make CFLAGS="-I/usr/include/tidy" all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -C src DESTDIR="$pkgdir" prefix=/usr install
-
-install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
-install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
-}
-

Copied: edbrowse/repos/community-x86_64/PKGBUILD (from rev 441801, 
edbrowse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 00:08:34 UTC (rev 441802)
@@ -0,0 +1,41 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Brannon 
+# Contributor: joyfulgirl 
+# Contributor: Chuck Boucher 
+# Contributor: aksr 
+
+pkgname=edbrowse
+pkgver=3.7.4
+pkgrel=2
+_commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
+pkgdesc='Line-oriented editor, browser and mail client'
+arch=('x86_64')
+url='http://edbrowse.org'
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+# Fix build with curl 7.62.0
+git cherry-pick -n 5d2b9e21fdf019f461ebe62738d615428d5db963
+}
+
+build() {
+cd "$pkgname-$pkgver"
+make CFLAGS="-I/usr/include/tidy" all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
+install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+

Deleted: curl-7.62.patch
===
--- curl-7.62.patch 2019-03-15 00:08:00 UTC (rev 441801)
+++ curl-7.62.patch 2019-03-15 00:08:34 UTC (rev 441802)
@@ -1,26 +0,0 @@
-From 5d2b9e21fdf019f461ebe62738d615428d5db963 Mon Sep 17 00:00:00 2001
-From: Po-Chuan Hsieh 
-Date: Sat, 3 Nov 2018 18:11:14 +0800
-Subject: [PATCH] Fix build with curl 7.62.0
-
-from CHANGES:
-ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
-Long live CURLE_PEER_FAILED_VERIFICATION

- src/http.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/http.c b/src/http.c
-index 56eebab..ccafc8f 100644
 a/src/http.c
-+++ b/src/http.c
-@@ -1557,7 +1557,9 @@ void ebcurl_setError(CURLcode curlret, const char *url, 
int action,
-   break;
- 
-   case CURLE_PEER_FAILED_VERIFICATION:
-+#if LIBCURL_VERSION_NUM < 0x073e00
-   case CURLE_SSL_CACERT:
-+#endif
-   (*fn) (MSG_NoCertify, host);
-   break;
- 


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

2019-03-14 Thread Alad Wenter via arch-commits
Date: Friday, March 15, 2019 @ 00:06:38
  Author: alad
Revision: 441800

upgpkg: edbrowse 3.7.4-2

edbrowse: switch to git tags

Modified:
  edbrowse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 23:12:57 UTC (rev 441799)
+++ PKGBUILD2019-03-15 00:06:38 UTC (rev 441800)
@@ -6,21 +6,22 @@
 
 pkgname=edbrowse
 pkgver=3.7.4
-pkgrel=1
+pkgrel=2
+_commit=7e1be6c69fd336561c89c94a549d7cd454470dee # 3.7.4
 pkgdesc='Line-oriented editor, browser and mail client'
 arch=('x86_64')
-url="http://edbrowse.org/;
+url='http://edbrowse.org'
 license=('GPL' 'MPL')
 depends=('duktape' 'tidy' 'curl' 'pcre')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz;
-curl-7.62.patch)
-sha256sums=('ae7717c4c30297a01185ae2705fd55a7cd5f5484db05d5dfc02b7932b5766498'
-'b4eff80c296d5d1531255f3b0b9337efee06e070c4c7d92569517d853805bae7')
+makedepends=('git')
+source=("$pkgname-$pkgver::git+https://github.com/CMB/edbrowse#commit=$_commit;)
+sha256sums=('SKIP')
 
 prepare() {
 cd "$pkgname-$pkgver"
-patch -Np1 -i ../curl-7.62.patch
+
+# Fix build with curl 7.62.0
+git cherry-pick -n 5d2b9e21fdf019f461ebe62738d615428d5db963
 }
 
 build() {


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

2019-03-02 Thread Alad Wenter via arch-commits
Date: Saturday, March 2, 2019 @ 17:03:16
  Author: alad
Revision: 437404

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 437403, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-02 17:03:05 UTC (rev 437403)
+++ PKGBUILD2019-03-02 17:03:16 UTC (rev 437404)
@@ -1,53 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=6
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
-
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP'
-'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-# FS#56741
-patch -Np1 -i $srcdir/pgpewrap.patch
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 437403, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-02 17:03:16 UTC (rev 437404)
@@ -0,0 +1,55 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=7
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
+
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP'
+'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+# FS#56741
+patch -Np1 -i $srcdir/pgpewrap.patch
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2019-03-02 Thread Alad Wenter via arch-commits
Date: Saturday, March 2, 2019 @ 17:03:05
  Author: alad
Revision: 437403

upgpkg: neomutt 20180716-7

neomutt: enable idn2

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 17:02:25 UTC (rev 437402)
+++ PKGBUILD2019-03-02 17:03:05 UTC (rev 437403)
@@ -5,7 +5,7 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=6
+pkgrel=7
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -12,7 +12,7 @@
 arch=('x86_64')
 depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn2')
 optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
 
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
@@ -40,7 +40,9 @@
 --ssl \
 --sasl \
 --with-ui=ncurses \
---with-idn=/usr \
+--with-idn2=/usr \
+--idn=0 \
+--idn2=1 \
 --lmdb \
 --kyotocabinet \
 --gdbm


[arch-commits] Commit in mc/trunk (PKGBUILD mc-mksh-subshell-v2.patch)

2019-03-02 Thread Alad Wenter via arch-commits
Date: Saturday, March 2, 2019 @ 16:36:45
  Author: alad
Revision: 437399

upgpkg: mc 4.8.22-2

mc: support mksh for subshell

Added:
  mc/trunk/mc-mksh-subshell-v2.patch
Modified:
  mc/trunk/PKGBUILD

---+
 PKGBUILD  |   18 +++---
 mc-mksh-subshell-v2.patch |   74 
 2 files changed, 87 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-02 16:21:52 UTC (rev 437398)
+++ PKGBUILD2019-03-02 16:36:45 UTC (rev 437399)
@@ -1,12 +1,13 @@
+# Maintainer: Alad Wenter 
 # Maintainer: schuay 
 # Contributor: Daniel J Griffiths 
 
 pkgname=mc
 pkgver=4.8.22
-pkgrel=1
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+pkgrel=2
+pkgdesc="A file manager that emulates Norton Commander"
 arch=('x86_64')
-url="https://www.ibiblio.org/mc/;
+url="https://midnight-commander.org/;
 license=('GPL')
 depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
 makedepends=('libxt' 'libx11' 'unzip')
@@ -34,9 +35,16 @@
 'etc/mc/mcedit.menu'
 'etc/mc/sfs.ini')
 options=('!emptydirs')
-source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;
+"mc-mksh-subshell-v2.patch")
+sha256sums=('ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318'
+'5147afa3f9dfc00d8b7b36bbb144bcdb78d86301a0f8196686262a9eee41fb96')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "$srcdir"/mc-mksh-subshell-v2.patch
+}
+
 build() {
   export PYTHON=/usr/bin/python2
 

Added: mc-mksh-subshell-v2.patch
===
--- mc-mksh-subshell-v2.patch   (rev 0)
+++ mc-mksh-subshell-v2.patch   2019-03-02 16:36:45 UTC (rev 437399)
@@ -0,0 +1,74 @@
+# Support mksh for mc subshell
+# https://midnight-commander.org/ticket/3748
+diff -Naur mc-4.8.18.orig/lib/shell.c mc-4.8.18/lib/shell.c
+--- mc-4.8.18.orig/lib/shell.c 2016-09-22 18:24:12.0 +
 mc-4.8.18/lib/shell.c  2017-02-16 13:47:34.933939000 +
+@@ -66,6 +66,8 @@
+ /* 3rd choice: look for existing shells supported as MC subshells.  */
+ if (access ("/bin/bash", X_OK) == 0)
+ mc_shell->path = g_strdup ("/bin/bash");
++else if (access ("/bin/mksh", X_OK) == 0)
++mc_shell->path = g_strdup ("/bin/mksh");
+ else if (access ("/bin/ash", X_OK) == 0)
+ mc_shell->path = g_strdup ("/bin/ash");
+ else if (access ("/bin/dash", X_OK) == 0)
+@@ -149,6 +153,12 @@
+ mc_shell->type = SHELL_ZSH;
+ mc_shell->name = "zsh";
+ }
++else if (strstr (mc_shell->path, "/mksh") != NULL
++ || strstr (mc_shell->real_path, "/mksh") != NULL)
++{
++mc_shell->type = SHELL_MKSH;
++mc_shell->name = "mksh";
++}
+ else if (strstr (mc_shell->path, "/tcsh") != NULL
+  || strstr (mc_shell->real_path, "/tcsh") != NULL)
+ {
+diff -Naur mc-4.8.18.orig/lib/shell.h mc-4.8.18/lib/shell.h
+--- mc-4.8.18.orig/lib/shell.h 2016-03-12 15:45:47.0 +
 mc-4.8.18/lib/shell.h  2017-02-15 21:57:39.0 +
+@@ -12,6 +12,7 @@
+ typedef enum
+ {
+ SHELL_NONE,
++SHELL_MKSH,
+ SHELL_SH,
+ SHELL_BASH,
+ SHELL_ASH_BUSYBOX,  /* BusyBox default shell (ash) */
+diff -Naur mc-4.8.18.orig/src/subshell/common.c mc-4.8.18/src/subshell/common.c
+--- mc-4.8.18.orig/src/subshell/common.c   2016-09-22 18:24:12.0 
+
 mc-4.8.18/src/subshell/common.c2017-02-20 18:48:22.681514000 +
+@@ -320,6 +320,12 @@
+ 
+ break;
+ 
++case SHELL_MKSH:
++init_file = g_strdup (".shrc");
++putenv_str = g_strconcat ("ENV=", init_file, (char *) NULL);
++putenv (putenv_str);
++break;
++
+ /* TODO: Find a way to pass initfile to TCSH, ZSH and FISH */
+ case SHELL_TCSH:
+ case SHELL_ZSH:
+@@ -367,6 +373,7 @@
+ 
+ case SHELL_ASH_BUSYBOX:
+ case SHELL_DASH:
++case SHELL_MKSH:
+ case SHELL_TCSH:
+ case SHELL_FISH:
+ execl (mc_global.shell->path, mc_global.shell->path, (char *) NULL);
+@@ -801,6 +808,11 @@
+ "PS1='\\u@\\h:\\w\\$ '\n", subshell_pipe[WRITE]);
+ break;
+ 
++case SHELL_MKSH:
++g_snprintf (precmd, buff_size,
++"PS1='$(pwd>&%d; kill -STOP $$)'\"$((( USER_ID )) && 
print '$ ' || print '# ')\"\n", subshell_pipe[WRITE]);
++break;
++
+ case SHELL_ASH_BUSYBOX:
+ /* BusyBox ash needs a somewhat complicated precmd emulation via PS1, 
and it is vital
+  * that BB be built with active CONFIG_ASH_EXPAND_PRMT, but this is 
the default anyway.


  1   2   3   >