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

2022-08-30 Thread Ivy Foster via arch-commits
Date: Tuesday, August 30, 2022 @ 13:09:50
  Author: escondida
Revision: 1288724

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-30 13:09:15 UTC (rev 1288723)
+++ PKGBUILD2022-08-30 13:09:50 UTC (rev 1288724)
@@ -1,75 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Jakob Gruber 
-
-pkgname=stone-soup
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-url='https://crawl.develz.org/'
-license=(custom GPL2)
-
-pkgver=0.28.0
-pkgrel=1
-arch=(x86_64)
-
-# line-by-line: both versions, graphical, ncurses
-depends=(
-   lua51 python-yaml sqlite \
-   freetype2 glu libpng sdl2_image ttf-dejavu \
-   ncurses
-)
-makedepends=(bison flex gendesk mesa pngcrush)
-conflicts=(crawl stone-soup-tile stone-soup-git)
-
-source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz;)
-# checksums provided by packager; take with a grain of salt
-md5sums=(c5fd0d441a39b054a3968bf548db9f9a)
-
-# Version 0.28.0 won't build without this
-options=(!lto)
-
-# make install actually rebuilds everything. Yikes.
-# Thus the lack of a build() fucntion.
-package() {
-   gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
-   --exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' 
PKGBUILD
-
-   cd "stone_soup-${pkgver}/source"
-
-   sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' 
Makefile
-
-   # first build and install tiles version
-
-   make DESTDIR="${pkgdir}" \
-   SAVEDIR="~/.crawl/" \
-   DATADIR="/usr/share/${pkgname}/data" \
-   TILES=y \
-   EXTERNAL_LDFLAGS="$LDFLAGS" \
-   prefix=/usr \
-   bin_prefix=bin \
-   install
-
-   # rename tiles executable to avoid clashing with console crawl
-
-   mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-   # then build and install console version
-
-   make DESTDIR="${pkgdir}" \
-   SAVEDIR="~/.crawl/" \
-   DATADIR="/usr/share/${pkgname}/data" \
-   EXTERNAL_LDFLAGS="$LDFLAGS" \
-   prefix=/usr \
-   bin_prefix=bin \
-   install
-
-   # install crawl license
-
-   install -D -m644 ../LICENSE \
-   "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-   # install icon and .desktop file
-
-   install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-   install -D -m644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 1288723, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-30 13:09:50 UTC (rev 1288724)
@@ -0,0 +1,76 @@
+# Maintainer: Ivy Foster 
+# Contributor: Jakob Gruber 
+
+pkgname=stone-soup
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+url='https://crawl.develz.org/'
+license=(custom GPL2)
+
+pkgver=0.29.0
+pkgrel=1
+arch=(x86_64)
+
+# line-by-line: both versions, graphical, ncurses
+depends=(
+   lua51 python-yaml sqlite \
+   freetype2 glu libpng sdl2_image ttf-dejavu \
+   ncurses
+)
+makedepends=(bison flex gendesk mesa pngcrush)
+conflicts=(crawl stone-soup-tile stone-soup-git)
+
+source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz;)
+# checksums provided by packager; take with a grain of salt
+# 

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

2022-08-30 Thread Ivy Foster via arch-commits
Date: Tuesday, August 30, 2022 @ 13:09:15
  Author: escondida
Revision: 1288723

stone-soup: update to 0.29.0-1

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-30 12:39:26 UTC (rev 1288722)
+++ PKGBUILD2022-08-30 13:09:15 UTC (rev 1288723)
@@ -6,7 +6,7 @@
 url='https://crawl.develz.org/'
 license=(custom GPL2)
 
-pkgver=0.28.0
+pkgver=0.29.0
 pkgrel=1
 arch=(x86_64)
 
@@ -21,10 +21,11 @@
 
 
source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz;)
 # checksums provided by packager; take with a grain of salt
-md5sums=(c5fd0d441a39b054a3968bf548db9f9a)
+# 

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

2022-07-28 Thread Ivy Foster via arch-commits
Date: Thursday, July 28, 2022 @ 21:19:14
  Author: escondida
Revision: 1259033

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2022-07-28 Thread Ivy Foster via arch-commits
Date: Thursday, July 28, 2022 @ 21:18:52
  Author: escondida
Revision: 1259032

upgpkg: sndio 1.9.0-1: sndio: update to 1.9.0-1

Added:
  sndio/trunk/keys/
  sndio/trunk/keys/pgp/
  sndio/trunk/keys/pgp/6B1A7447AAF091CCDD36BAA6015E339411694A6E.asc

--+
 6B1A7447AAF091CCDD36BAA6015E339411694A6E.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/6B1A7447AAF091CCDD36BAA6015E339411694A6E.asc
===
(Binary files differ)

Index: sndio/trunk/keys/pgp/6B1A7447AAF091CCDD36BAA6015E339411694A6E.asc
===
--- keys/pgp/6B1A7447AAF091CCDD36BAA6015E339411694A6E.asc   2022-07-28 
21:18:41 UTC (rev 1259031)
+++ keys/pgp/6B1A7447AAF091CCDD36BAA6015E339411694A6E.asc   2022-07-28 
21:18:52 UTC (rev 1259032)

Property changes on: 
sndio/trunk/keys/pgp/6B1A7447AAF091CCDD36BAA6015E339411694A6E.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-28 Thread Ivy Foster via arch-commits
Date: Thursday, July 28, 2022 @ 21:18:41
  Author: escondida
Revision: 1259031

sndio: update to 1.9.0-1

Modified:
  sndio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-28 21:04:25 UTC (rev 1259030)
+++ PKGBUILD2022-07-28 21:18:41 UTC (rev 1259031)
@@ -1,9 +1,9 @@
-# Maintainer: Ivy Foster 
+# Maintainer: Ivy Foster 
 # Reference: PKGBUILD(5)
 
 pkgname=sndio
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
 arch=(x86_64)
 url='https://sndio.org'
@@ -20,9 +20,9 @@
"https://sndio.org/sndio-$pkgver.tar.gz;
"https://sndio.org/sndio-$pkgver.tar.gz.asc;
 )
-# Checksum source: http://www.sndio.org/sndio-$pkgver.tar.gz.sha256
+# Checksum source: https://www.sndio.org/sndio-$pkgver.tar.gz.sha256
 sha256sums=(
-   f81d37189e072cb4804ac98a059d74f963f69e9945eaff3d0d6a2f98d71a6321
+   f30826fc9c07e369d3924d5fcedf6a0a53c0df4ae1f5ab50fe9cf280540f699a
SKIP
 )
 validpgpkeys=(6B1A7447AAF091CCDD36BAA6015E339411694A6E)
@@ -48,5 +48,5 @@
install -d "$pkgdir/usr/share/licenses/sndio"
# this is the most up-to-date license outside of bsd-compat,
# which isn't being used in this build
-   sed '/^ \*\//q' aucat/aucat.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
+   sed '/^ \*\//q' libsndio/sioctl.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
 }



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

2022-07-28 Thread Ivy Foster via arch-commits
Date: Thursday, July 28, 2022 @ 21:04:25
  Author: escondida
Revision: 1259030

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1259029, bmake/trunk/PKGBUILD)
  bmake/repos/community-x86_64/keys/
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-28 21:04:00 UTC (rev 1259029)
+++ PKGBUILD2022-07-28 21:04:25 UTC (rev 1259030)
@@ -1,48 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20220418
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   f0ed24bd61bd171f495d9ae930e271c46650523e
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   chmod 755 "$pkgdir/usr/bin"
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1259029, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-28 21:04:25 UTC (rev 1259030)
@@ -0,0 +1,48 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20220726
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   07a93f500f6688009767742056eee57518d2fde5
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   chmod 755 "$pkgdir/usr/bin"
+}



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

2022-07-28 Thread Ivy Foster via arch-commits
Date: Thursday, July 28, 2022 @ 21:04:00
  Author: escondida
Revision: 1259029

upgpkg: bmake 20220726-1: bmake: update to 20220726-1

Added:
  bmake/trunk/keys/
  bmake/trunk/keys/pgp/
  bmake/trunk/keys/pgp/7E228507C26D8DC164F531BFBA54C8AF755A2A99.asc

--+
 7E228507C26D8DC164F531BFBA54C8AF755A2A99.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/7E228507C26D8DC164F531BFBA54C8AF755A2A99.asc
===
(Binary files differ)

Index: bmake/trunk/keys/pgp/7E228507C26D8DC164F531BFBA54C8AF755A2A99.asc
===
--- keys/pgp/7E228507C26D8DC164F531BFBA54C8AF755A2A99.asc   2022-07-28 
21:03:43 UTC (rev 1259028)
+++ keys/pgp/7E228507C26D8DC164F531BFBA54C8AF755A2A99.asc   2022-07-28 
21:04:00 UTC (rev 1259029)

Property changes on: 
bmake/trunk/keys/pgp/7E228507C26D8DC164F531BFBA54C8AF755A2A99.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-28 Thread Ivy Foster via arch-commits
Date: Thursday, July 28, 2022 @ 21:03:43
  Author: escondida
Revision: 1259028

bmake: update to 20220726-1

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-28 20:52:53 UTC (rev 1259027)
+++ PKGBUILD2022-07-28 21:03:43 UTC (rev 1259028)
@@ -4,7 +4,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20220418
+pkgver=20220726
 pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
@@ -21,7 +21,7 @@
 
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
 sha1sums=(
-   f0ed24bd61bd171f495d9ae930e271c46650523e
+   07a93f500f6688009767742056eee57518d2fde5
SKIP
 )
 # Key seems to be available only from



[arch-commits] Commit in bemenu/repos/community-x86_64 (5 files)

2022-07-06 Thread Ivy Foster via arch-commits
Date: Wednesday, July 6, 2022 @ 10:41:16
  Author: escondida
Revision: 1246705

archrelease: copy trunk to community-x86_64

Added:
  bemenu/repos/community-x86_64/PKGBUILD
(from rev 1246704, bemenu/trunk/PKGBUILD)
  bemenu/repos/community-x86_64/bemenu-wayland.install
(from rev 1246704, bemenu/trunk/bemenu-wayland.install)
  bemenu/repos/community-x86_64/keys/
Deleted:
  bemenu/repos/community-x86_64/PKGBUILD
  bemenu/repos/community-x86_64/bemenu-wayland.install

+
 PKGBUILD   |  150 +++
 bemenu-wayland.install |   16 ++---
 2 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-06 10:40:47 UTC (rev 1246704)
+++ PKGBUILD2022-07-06 10:41:16 UTC (rev 1246705)
@@ -1,75 +0,0 @@
-# Maintainer: Ivy Foster 
-# Maintainer: Christian Rebischke 
-
-pkgbase=bemenu
-pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wayland)
-pkgver=0.6.7
-pkgrel=1
-
-# Wayland without wlroots is not supported.
-# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
-pkgdesc='Dynamic menu library and client program inspired by dmenu'
-url='https://github.com/Cloudef/bemenu'
-arch=(x86_64)
-license=(GPL3 LGPL3)
-
-makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots scdoc)
-
-source=(
-   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
-   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
-)
-# Checksums provided by packager
-sha256sums=(
-   8982ffbeebb0f642e0a68d3ab5a16078b2f43548ddca70a5ad30a597529ff142
-   SKIP
-)
-validpgpkeys=(16B6B7CACAF339DECE9F154729317348D687B86B)
-
-build() {
-   cd "bemenu-$pkgver"
-   make PREFIX=/usr
-}
-
-# make test seems to have been removed with cmake
-#check() {
-#  cd "bemenu-$pkgver"
-#  make test
-#}
-
-package_bemenu() {
-   depends=(bemenu-renderer)
-   provides=(libbemenu)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-base install-docs
-}
-
-package_bemenu-ncurses() {
-   pkgdesc='ncurses renderer for bemenu'
-   provides=(bemenu-renderer)
-   depends=(libbemenu ncurses)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-curses
-}
-
-package_bemenu-wayland() {
-   pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
-   provides=(bemenu-renderer bemenu-wlroots)
-   depends=(libbemenu libxkbcommon pango wayland wayland-protocols)
-   replaces=(bemenu-wlroots)
-   install=bemenu-wayland.install
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-wayland
-}
-
-package_bemenu-x11() {
-   pkgdesc='X11 renderer for bemenu'
-   provides=(bemenu-renderer)
-   depends=(libbemenu libxinerama pango)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-x11
-}

Copied: bemenu/repos/community-x86_64/PKGBUILD (from rev 1246704, 
bemenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-06 10:41:16 UTC (rev 1246705)
@@ -0,0 +1,75 @@
+# Maintainer: Ivy Foster 
+# Maintainer: Christian Rebischke 
+
+pkgbase=bemenu
+pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wayland)
+pkgver=0.6.10
+pkgrel=1
+
+# Wayland without wlroots is not supported.
+# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
+pkgdesc='Dynamic menu library and client program inspired by dmenu'
+url='https://github.com/Cloudef/bemenu'
+arch=(x86_64)
+license=(GPL3 LGPL3)
+
+makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots scdoc)
+
+source=(
+   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
+   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
+)
+# Checksums provided by packager
+sha256sums=(
+   9d47557ed4572fa66e6a80364b95e4dd7a588ca75fe89c68c029b7f240b56a60
+   SKIP
+)
+validpgpkeys=(16B6B7CACAF339DECE9F154729317348D687B86B)
+
+build() {
+   cd "bemenu-$pkgver"
+   make PREFIX=/usr
+}
+
+# make test seems to have been removed with cmake
+#check() {
+#  cd "bemenu-$pkgver"
+#  make test
+#}
+
+package_bemenu() {
+   depends=(bemenu-renderer)
+   provides=(libbemenu)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-base install-docs
+}
+
+package_bemenu-ncurses() {
+   pkgdesc='ncurses renderer for bemenu'
+   provides=(bemenu-renderer)
+   depends=(libbemenu ncurses)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-curses
+}
+
+package_bemenu-wayland() {
+   pkgdesc='Wayland (wlroots-based compositors) 

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

2022-07-06 Thread Ivy Foster via arch-commits
Date: Wednesday, July 6, 2022 @ 10:40:47
  Author: escondida
Revision: 1246704

upgpkg: bemenu 0.6.10-1: bemenu: upgrade to 0.6.10-1

Added:
  bemenu/trunk/keys/
  bemenu/trunk/keys/pgp/
  bemenu/trunk/keys/pgp/16B6B7CACAF339DECE9F154729317348D687B86B.asc

--+
 16B6B7CACAF339DECE9F154729317348D687B86B.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/16B6B7CACAF339DECE9F154729317348D687B86B.asc
===
(Binary files differ)

Index: bemenu/trunk/keys/pgp/16B6B7CACAF339DECE9F154729317348D687B86B.asc
===
--- keys/pgp/16B6B7CACAF339DECE9F154729317348D687B86B.asc   2022-07-06 
10:40:26 UTC (rev 1246703)
+++ keys/pgp/16B6B7CACAF339DECE9F154729317348D687B86B.asc   2022-07-06 
10:40:47 UTC (rev 1246704)

Property changes on: 
bemenu/trunk/keys/pgp/16B6B7CACAF339DECE9F154729317348D687B86B.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-06 Thread Ivy Foster via arch-commits
Date: Wednesday, July 6, 2022 @ 10:40:26
  Author: escondida
Revision: 1246703

bemenu: upgrade to 0.6.10-1

Modified:
  bemenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-06 10:37:45 UTC (rev 1246702)
+++ PKGBUILD2022-07-06 10:40:26 UTC (rev 1246703)
@@ -3,7 +3,7 @@
 
 pkgbase=bemenu
 pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wayland)
-pkgver=0.6.7
+pkgver=0.6.10
 pkgrel=1
 
 # Wayland without wlroots is not supported.
@@ -21,7 +21,7 @@
 )
 # Checksums provided by packager
 sha256sums=(
-   8982ffbeebb0f642e0a68d3ab5a16078b2f43548ddca70a5ad30a597529ff142
+   9d47557ed4572fa66e6a80364b95e4dd7a588ca75fe89c68c029b7f240b56a60
SKIP
 )
 validpgpkeys=(16B6B7CACAF339DECE9F154729317348D687B86B)



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

2022-05-03 Thread Ivy Foster via arch-commits
Date: Tuesday, May 3, 2022 @ 22:44:59
  Author: escondida
Revision: 1192442

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1192441, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 22:44:14 UTC (rev 1192441)
+++ PKGBUILD2022-05-03 22:44:59 UTC (rev 1192442)
@@ -1,48 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20220214
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   9665cfa48c123934f2da1c68bcadef0fe0e24b2b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   chmod 755 "$pkgdir/usr/bin"
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1192441, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 22:44:59 UTC (rev 1192442)
@@ -0,0 +1,48 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20220418
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   f0ed24bd61bd171f495d9ae930e271c46650523e
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   chmod 755 "$pkgdir/usr/bin"
+}



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

2022-05-03 Thread Ivy Foster via arch-commits
Date: Tuesday, May 3, 2022 @ 22:44:14
  Author: escondida
Revision: 1192441

bmake: update to 20220418-1

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 22:02:25 UTC (rev 1192440)
+++ PKGBUILD2022-05-03 22:44:14 UTC (rev 1192441)
@@ -4,7 +4,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20220214
+pkgver=20220418
 pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
@@ -21,7 +21,7 @@
 
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
 sha1sums=(
-   9665cfa48c123934f2da1c68bcadef0fe0e24b2b
+   f0ed24bd61bd171f495d9ae930e271c46650523e
SKIP
 )
 # Key seems to be available only from



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

2022-03-03 Thread Ivy Foster via arch-commits
Date: Thursday, March 3, 2022 @ 20:22:18
  Author: escondida
Revision: 1141157

archrelease: copy trunk to community-x86_64

Added:
  bemenu/repos/community-x86_64/PKGBUILD
(from rev 1141156, bemenu/trunk/PKGBUILD)
  bemenu/repos/community-x86_64/bemenu-wayland.install
(from rev 1141156, bemenu/trunk/bemenu-wayland.install)
Deleted:
  bemenu/repos/community-x86_64/PKGBUILD
  bemenu/repos/community-x86_64/bemenu-wayland.install

+
 PKGBUILD   |  152 +++
 bemenu-wayland.install |   16 ++--
 2 files changed, 83 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-03 20:21:32 UTC (rev 1141156)
+++ PKGBUILD2022-03-03 20:22:18 UTC (rev 1141157)
@@ -1,77 +0,0 @@
-# Maintainer: Ivy Foster 
-# Maintainer: Christian Rebischke 
-
-pkgbase=bemenu
-pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wayland)
-pkgver=0.6.5
-pkgrel=1
-
-# Wayland without wlroots is not supported.
-# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
-pkgdesc='Dynamic menu library and client program inspired by dmenu'
-url='https://github.com/Cloudef/bemenu'
-arch=(x86_64)
-license=(GPL3 LGPL3)
-
-makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots scdoc)
-
-source=(
-   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
-   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
-)
-# Checksums provided by packager
-sha256sums=('9f1eeaf0b5210814f7b230fe20e61d0437c947cd8a595d94e4cc28bf83cb148b'
-'SKIP')
-validpgpkeys=('16B6B7CACAF339DECE9F154729317348D687B86B')
-
-build() {
-   cd "bemenu-$pkgver"
-   make PREFIX=/usr
-}
-
-# make test seems to have been removed with cmake
-#check() {
-#  cd "bemenu-$pkgver"
-#  make test
-#}
-
-package_bemenu() {
-   depends=(bemenu-renderer)
-   provides=(libbemenu)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-   rm -rf "$pkgdir"/usr/lib/bemenu/
-}
-
-package_bemenu-ncurses() {
-   pkgdesc='ncurses renderer for bemenu'
-   provides=(bemenu-renderer)
-   depends=(libbemenu ncurses)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{wayland,x11}.so
-}
-
-package_bemenu-wayland() {
-   pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
-   provides=(bemenu-renderer bemenu-wlroots)
-   depends=(libbemenu libxkbcommon pango wayland wayland-protocols)
-   replaces=(bemenu-wlroots)
-   install=bemenu-wayland.install
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,x11}.so
-}
-
-package_bemenu-x11() {
-   pkgdesc='X11 renderer for bemenu'
-   provides=(bemenu-renderer)
-   depends=(libbemenu libxinerama pango)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,wayland}.so
-}

Copied: bemenu/repos/community-x86_64/PKGBUILD (from rev 1141156, 
bemenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-03 20:22:18 UTC (rev 1141157)
@@ -0,0 +1,75 @@
+# Maintainer: Ivy Foster 
+# Maintainer: Christian Rebischke 
+
+pkgbase=bemenu
+pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wayland)
+pkgver=0.6.7
+pkgrel=1
+
+# Wayland without wlroots is not supported.
+# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
+pkgdesc='Dynamic menu library and client program inspired by dmenu'
+url='https://github.com/Cloudef/bemenu'
+arch=(x86_64)
+license=(GPL3 LGPL3)
+
+makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots scdoc)
+
+source=(
+   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
+   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
+)
+# Checksums provided by packager
+sha256sums=(
+   8982ffbeebb0f642e0a68d3ab5a16078b2f43548ddca70a5ad30a597529ff142
+   SKIP
+)
+validpgpkeys=(16B6B7CACAF339DECE9F154729317348D687B86B)
+
+build() {
+   cd "bemenu-$pkgver"
+   make PREFIX=/usr
+}
+
+# make test seems to have been removed with cmake
+#check() {
+#  cd "bemenu-$pkgver"
+#  make test
+#}
+
+package_bemenu() {
+   depends=(bemenu-renderer)
+   provides=(libbemenu)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-base install-docs
+}
+
+package_bemenu-ncurses() {
+   pkgdesc='ncurses renderer for bemenu'
+   provides=(bemenu-renderer)
+ 

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

2022-03-03 Thread Ivy Foster via arch-commits
Date: Thursday, March 3, 2022 @ 20:21:32
  Author: escondida
Revision: 1141156

bemenu: update to 0.6.7-1; use upstream's nice, fine-grained install Make rules

Modified:
  bemenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-03 20:19:47 UTC (rev 1141155)
+++ PKGBUILD2022-03-03 20:21:32 UTC (rev 1141156)
@@ -3,7 +3,7 @@
 
 pkgbase=bemenu
 pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wayland)
-pkgver=0.6.5
+pkgver=0.6.7
 pkgrel=1
 
 # Wayland without wlroots is not supported.
@@ -20,9 +20,11 @@

"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
 )
 # Checksums provided by packager
-sha256sums=('9f1eeaf0b5210814f7b230fe20e61d0437c947cd8a595d94e4cc28bf83cb148b'
-'SKIP')
-validpgpkeys=('16B6B7CACAF339DECE9F154729317348D687B86B')
+sha256sums=(
+   8982ffbeebb0f642e0a68d3ab5a16078b2f43548ddca70a5ad30a597529ff142
+   SKIP
+)
+validpgpkeys=(16B6B7CACAF339DECE9F154729317348D687B86B)
 
 build() {
cd "bemenu-$pkgver"
@@ -40,8 +42,7 @@
provides=(libbemenu)
 
cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-   rm -rf "$pkgdir"/usr/lib/bemenu/
+   make DESTDIR="$pkgdir" PREFIX=/usr install-base install-docs
 }
 
 package_bemenu-ncurses() {
@@ -50,8 +51,7 @@
depends=(libbemenu ncurses)
 
cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{wayland,x11}.so
+   make DESTDIR="$pkgdir" PREFIX=/usr install-curses
 }
 
 package_bemenu-wayland() {
@@ -62,8 +62,7 @@
install=bemenu-wayland.install
 
cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,x11}.so
+   make DESTDIR="$pkgdir" PREFIX=/usr install-wayland
 }
 
 package_bemenu-x11() {
@@ -72,6 +71,5 @@
depends=(libbemenu libxinerama pango)
 
cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,wayland}.so
+   make DESTDIR="$pkgdir" PREFIX=/usr install-x11
 }



[arch-commits] Commit in gentium-plus-font/repos/community-any (PKGBUILD PKGBUILD)

2022-03-03 Thread Ivy Foster via arch-commits
Date: Thursday, March 3, 2022 @ 20:03:14
  Author: escondida
Revision: 1141123

archrelease: copy trunk to community-any

Added:
  gentium-plus-font/repos/community-any/PKGBUILD
(from rev 1141122, gentium-plus-font/trunk/PKGBUILD)
Deleted:
  gentium-plus-font/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-03 20:02:40 UTC (rev 1141122)
+++ PKGBUILD2022-03-03 20:03:14 UTC (rev 1141123)
@@ -1,30 +0,0 @@
-# Maintainer: Ivy Foster 
-# Maintainer: Caleb Maclennan 
-# Contributor: Lukas Jirkovsky 
-
-# Gentium Plus is upstream's replacement for ttf-gentium, now called Gentium 
Basic.
-pkgname=gentium-plus-font
-pkgver=6.001
-pkgrel=2
-
-pkgdesc='Font supporting a wide range of Latin- and Cyrillic-based alphabets'
-url='https://scripts.sil.org/Gentium'
-license=('custom:OFL')
-
-replaces=(ttf-gentium ttf-gentium-plus)
-
-arch=(any)
-source=("https://software.sil.org/downloads/r/gentium/GentiumPlus-$pkgver.zip;)
-# Checksum provided by packager, not upstream.
-sha256sums=('7589cb8fa9887c34070e14fc78108102657ffac7ed36e81bb2058bde2da9430c')
-
-package() {
-   mkdir -p "$pkgdir/usr/share/fonts/gentium/" \
-   "$pkgdir/usr/share/licenses/gentium-plus-font" \
-   "$pkgdir/usr/share/doc/gentium-plus-font"
-
-   cd "GentiumPlus-$pkgver"
-   install -m644 *.ttf "$pkgdir/usr/share/fonts/gentium"
-   install -m644 OFL.txt OFL-FAQ.txt \
-   "$pkgdir/usr/share/licenses/gentium-plus-font"
-}

Copied: gentium-plus-font/repos/community-any/PKGBUILD (from rev 1141122, 
gentium-plus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-03 20:03:14 UTC (rev 1141123)
@@ -0,0 +1,30 @@
+# Maintainer: Ivy Foster 
+# Maintainer: Caleb Maclennan 
+# Contributor: Lukas Jirkovsky 
+
+# Gentium Plus is upstream's replacement for ttf-gentium, now called Gentium 
Basic.
+pkgname=gentium-plus-font
+pkgver=6.101
+pkgrel=1
+
+pkgdesc='Font supporting a wide range of Latin- and Cyrillic-based alphabets'
+url='https://scripts.sil.org/Gentium'
+license=('custom:OFL')
+
+replaces=(ttf-gentium ttf-gentium-plus)
+
+arch=(any)
+source=("https://software.sil.org/downloads/r/gentium/GentiumPlus-$pkgver.zip;)
+# Checksum provided by packager, not upstream.
+sha256sums=(5244209b44a5111736379686119cd54042dce18e308a351c366999ac563ca6bb)
+
+package() {
+   mkdir -p "$pkgdir/usr/share/fonts/gentium/" \
+   "$pkgdir/usr/share/licenses/gentium-plus-font" \
+   "$pkgdir/usr/share/doc/gentium-plus-font"
+
+   cd "GentiumPlus-$pkgver"
+   install -m644 *.ttf "$pkgdir/usr/share/fonts/gentium"
+   install -m644 OFL.txt OFL-FAQ.txt \
+   "$pkgdir/usr/share/licenses/gentium-plus-font"
+}



[arch-commits] Commit in gentium-plus-font/trunk (PKGBUILD)

2022-03-03 Thread Ivy Foster via arch-commits
Date: Thursday, March 3, 2022 @ 20:02:40
  Author: escondida
Revision: 1141122

gentium-plus-font: update to 6.101-1

Modified:
  gentium-plus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-03 20:01:40 UTC (rev 1141121)
+++ PKGBUILD2022-03-03 20:02:40 UTC (rev 1141122)
@@ -4,8 +4,8 @@
 
 # Gentium Plus is upstream's replacement for ttf-gentium, now called Gentium 
Basic.
 pkgname=gentium-plus-font
-pkgver=6.001
-pkgrel=2
+pkgver=6.101
+pkgrel=1
 
 pkgdesc='Font supporting a wide range of Latin- and Cyrillic-based alphabets'
 url='https://scripts.sil.org/Gentium'
@@ -16,7 +16,7 @@
 arch=(any)
 source=("https://software.sil.org/downloads/r/gentium/GentiumPlus-$pkgver.zip;)
 # Checksum provided by packager, not upstream.
-sha256sums=('7589cb8fa9887c34070e14fc78108102657ffac7ed36e81bb2058bde2da9430c')
+sha256sums=(5244209b44a5111736379686119cd54042dce18e308a351c366999ac563ca6bb)
 
 package() {
mkdir -p "$pkgdir/usr/share/fonts/gentium/" \



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

2022-03-03 Thread Ivy Foster via arch-commits
Date: Thursday, March 3, 2022 @ 19:47:23
  Author: escondida
Revision: 1141095

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2022-03-03 Thread Ivy Foster via arch-commits
Date: Thursday, March 3, 2022 @ 19:46:14
  Author: escondida
Revision: 1141092

sndio: update to 1.8.1-2, signed with new key

Modified:
  sndio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-03 19:45:36 UTC (rev 1141091)
+++ PKGBUILD2022-03-03 19:46:14 UTC (rev 1141092)
@@ -3,7 +3,7 @@
 
 pkgname=sndio
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
 arch=(x86_64)
 url='https://sndio.org'



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

2022-03-02 Thread Ivy Foster via arch-commits
Date: Thursday, March 3, 2022 @ 01:45:08
  Author: escondida
Revision: 1140167

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-03 01:45:07 UTC (rev 1140166)
+++ PKGBUILD2022-03-03 01:45:08 UTC (rev 1140167)
@@ -1,61 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.27.1
-pkgrel=3
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='https://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
-makedepends=('bison' 'flex' 'gendesk' 'mesa' 'pngcrush')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=(custom GPL2)
-install=stone-soup.install
-source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz;)
-md5sums=('ce8e390097fbfb3f56e8f6744ab64736')
-
-package() {
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- TILES=y \
- EXTERNAL_LDFLAGS=$LDFLAGS \
- prefix=/usr \
- bin_prefix=bin \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- EXTERNAL_LDFLAGS=$LDFLAGS \
- prefix=/usr \
- bin_prefix=bin \
- install
-
-# install crawl license
-
-install -D -m644 ../LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 1140165, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-03 01:45:08 UTC (rev 1140167)
@@ -0,0 +1,75 @@
+# Maintainer: Ivy Foster 
+# Contributor: Jakob Gruber 
+
+pkgname=stone-soup
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+url='https://crawl.develz.org/'
+license=(custom GPL2)
+
+pkgver=0.28.0
+pkgrel=1
+arch=(x86_64)
+
+# line-by-line: both versions, graphical, ncurses
+depends=(
+   lua51 python-yaml sqlite \
+   freetype2 glu libpng sdl2_image ttf-dejavu \
+   ncurses
+)
+makedepends=(bison flex gendesk mesa pngcrush)
+conflicts=(crawl stone-soup-tile stone-soup-git)
+
+source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz;)
+# checksums provided by packager; take with a grain of salt
+md5sums=(c5fd0d441a39b054a3968bf548db9f9a)
+
+# Version 0.28.0 won't build without this
+options=(!lto)
+
+# make install actually rebuilds everything. Yikes.
+# Thus the lack of a build() fucntion.
+package() {
+   gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+   --exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' 
PKGBUILD
+
+   cd "stone_soup-${pkgver}/source"
+
+   sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' 
Makefile
+
+   # first build and install tiles version
+
+   make DESTDIR="${pkgdir}" \
+   SAVEDIR="~/.crawl/" \
+   DATADIR="/usr/share/${pkgname}/data" \
+   TILES=y \
+   EXTERNAL_LDFLAGS="$LDFLAGS" \
+   prefix=/usr \
+   bin_prefix=bin \
+   install
+
+   # rename tiles executable to avoid clashing with console crawl
+
+   mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
+
+   # then build and install console version
+
+   make DESTDIR="${pkgdir}" \
+   SAVEDIR="~/.crawl/" \
+   DATADIR="/usr/share/${pkgname}/data" \
+   

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

2022-03-02 Thread Ivy Foster via arch-commits
Date: Thursday, March 3, 2022 @ 01:43:54
  Author: escondida
Revision: 1140163

stone-soup: update to 0.28.0-1, add !lto, reformat PKGBUILD

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-03 01:43:30 UTC (rev 1140162)
+++ PKGBUILD2022-03-03 01:43:54 UTC (rev 1140163)
@@ -1,61 +1,75 @@
-# Maintainer: Jakob Gruber 
+# Maintainer: Ivy Foster 
+# Contributor: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.27.1
-pkgrel=3
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
 url='https://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
-makedepends=('bison' 'flex' 'gendesk' 'mesa' 'pngcrush')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
 license=(custom GPL2)
 
+pkgver=0.28.0
+pkgrel=1
+arch=(x86_64)
+
+# line-by-line: both versions, graphical, ncurses
+depends=(
+   lua51 python-yaml sqlite \
+   freetype2 glu libpng sdl2_image ttf-dejavu \
+   ncurses
+)
+makedepends=(bison flex gendesk mesa pngcrush)
+conflicts=(crawl stone-soup-tile stone-soup-git)
+
 
source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz;)
-md5sums=('ce8e390097fbfb3f56e8f6744ab64736')
+# checksums provided by packager; take with a grain of salt
+md5sums=(c5fd0d441a39b054a3968bf548db9f9a)
 
+# Version 0.28.0 won't build without this
+options=(!lto)
+
+# make install actually rebuilds everything. Yikes.
+# Thus the lack of a build() fucntion.
 package() {
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+   gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+   --exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' 
PKGBUILD
 
-cd "stone_soup-${pkgver}/source"
+   cd "stone_soup-${pkgver}/source"
 
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+   sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' 
Makefile
 
-# first build and install tiles version
+   # first build and install tiles version
 
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- TILES=y \
- EXTERNAL_LDFLAGS=$LDFLAGS \
- prefix=/usr \
- bin_prefix=bin \
- install
+   make DESTDIR="${pkgdir}" \
+   SAVEDIR="~/.crawl/" \
+   DATADIR="/usr/share/${pkgname}/data" \
+   TILES=y \
+   EXTERNAL_LDFLAGS="$LDFLAGS" \
+   prefix=/usr \
+   bin_prefix=bin \
+   install
 
-# rename tiles executable to avoid clashing with console crawl
+   # rename tiles executable to avoid clashing with console crawl
 
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
+   mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
 
-# then build and install console version
+   # then build and install console version
 
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- EXTERNAL_LDFLAGS=$LDFLAGS \
- prefix=/usr \
- bin_prefix=bin \
- install
+   make DESTDIR="${pkgdir}" \
+   SAVEDIR="~/.crawl/" \
+   DATADIR="/usr/share/${pkgname}/data" \
+   EXTERNAL_LDFLAGS="$LDFLAGS" \
+   prefix=/usr \
+   bin_prefix=bin \
+   install
 
-# install crawl license
+   # install crawl license
 
-install -D -m644 ../LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -D -m644 ../LICENSE \
+   "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
-# install icon and .desktop file
+   # install icon and .desktop file
 
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+   install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
+   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+   install -D -m644 "${srcdir}/${pkgname}.desktop" \
+   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 }



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

2022-03-02 Thread Ivy Foster via arch-commits
Date: Wednesday, March 2, 2022 @ 23:09:37
  Author: escondida
Revision: 1139987

stone-soup: remove post-upgrade message about decade-old change

Modified:
  stone-soup/trunk/PKGBUILD
Deleted:
  stone-soup/trunk/stone-soup.install

+
 PKGBUILD   |2 +-
 stone-soup.install |   11 ---
 2 files changed, 1 insertion(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-02 23:04:43 UTC (rev 1139986)
+++ PKGBUILD2022-03-02 23:09:37 UTC (rev 1139987)
@@ -10,7 +10,7 @@
 makedepends=('bison' 'flex' 'gendesk' 'mesa' 'pngcrush')
 conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
 license=(custom GPL2)
-install=stone-soup.install
+
 
source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz;)
 md5sums=('ce8e390097fbfb3f56e8f6744ab64736')
 

Deleted: stone-soup.install
===
--- stone-soup.install  2022-03-02 23:04:43 UTC (rev 1139986)
+++ stone-soup.install  2022-03-02 23:09:37 UTC (rev 1139987)
@@ -1,11 +0,0 @@
-post_upgrade() {
-
-# return if old pkgver >= 0.9.0-2
-[[ $(vercmp $2 0.9.0-2) -ge 0 ]] && return
-
-echo "-
-stone-soup saves have moved to ~/.crawl.
-If you want to keep your old saves, move ~/.stone-soup to
-~/.crawl.
--"
-}



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

2022-03-02 Thread Ivy Foster via arch-commits
Date: Wednesday, March 2, 2022 @ 23:04:43
  Author: escondida
Revision: 1139986

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1139985, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-02 23:03:56 UTC (rev 1139985)
+++ PKGBUILD2022-03-02 23:04:43 UTC (rev 1139986)
@@ -1,44 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211221
-pkgrel=2
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=('dbc1e998bd3ddcf535fb79173f4987fc31add40b'
-  'SKIP')
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1139985, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-02 23:04:43 UTC (rev 1139986)
@@ -0,0 +1,48 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20220214
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   9665cfa48c123934f2da1c68bcadef0fe0e24b2b
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   chmod 755 "$pkgdir/usr/bin"
+}



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

2022-03-02 Thread Ivy Foster via arch-commits
Date: Wednesday, March 2, 2022 @ 23:03:56
  Author: escondida
Revision: 1139985

update to 20220214-1; change dir permissions on /usr/bin, closing #73934

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-02 23:02:40 UTC (rev 1139984)
+++ PKGBUILD2022-03-02 23:03:56 UTC (rev 1139985)
@@ -4,8 +4,8 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20211221
-pkgrel=2
+pkgver=20220214
+pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
 url='https://www.crufty.net/help/sjg/bmake.html'
@@ -20,8 +20,10 @@
 )
 
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=('dbc1e998bd3ddcf535fb79173f4987fc31add40b'
-  'SKIP')
+sha1sums=(
+   9665cfa48c123934f2da1c68bcadef0fe0e24b2b
+   SKIP
+)
 # Key seems to be available only from
 # 
 validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
@@ -41,4 +43,6 @@
rm -rf "$pkgdir/usr/share/man/cat1"
install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   chmod 755 "$pkgdir/usr/bin"
 }



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

2022-01-26 Thread Ivy Foster via arch-commits
Date: Wednesday, January 26, 2022 @ 19:32:41
  Author: escondida
Revision: 1116180

opendoas: update to 6.8.2-1

Modified:
  opendoas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-26 18:57:20 UTC (rev 1116179)
+++ PKGBUILD2022-01-26 19:32:41 UTC (rev 1116180)
@@ -2,8 +2,8 @@
 # Contributor: alive4ever 
 # Contributor: Earnest
 pkgname=opendoas
-pkgver=6.8.1
-pkgrel=3
+pkgver=6.8.2
+pkgrel=1
 pkgdesc='Run commands as super user or another user'
 url='https://github.com/Duncaen/OpenDoas'
 license=(custom:ISC)
@@ -14,8 +14,8 @@
 replaces=(doas)
 
 source=(
-   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz;
-   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig;
+   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.xz;
+   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.xz.sig;
 )
 install=opendoas.install
 
@@ -23,7 +23,7 @@
 
 # checksums provided by packager. Take with a grain of salt!
 sha256sums=(
-   fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c
+   4e98828056d6266bd8f2c93e6ecf12a63a71dbfd70a5ea99ccd4ab6d0745adf0
SKIP
 )
 validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 19:23:01
  Author: escondida
Revision: 1101727

archrelease: copy trunk to community-x86_64

Added:
  hitch/repos/community-x86_64/PKGBUILD
(from rev 1101726, hitch/trunk/PKGBUILD)
Deleted:
  hitch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:21:08 UTC (rev 1101726)
+++ PKGBUILD2022-01-12 19:23:01 UTC (rev 1101727)
@@ -1,36 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=hitch
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='libev-based high performance SSL/TLS proxy'
-url='https://hitch-tls.org/'
-license=(BSD)
-
-depends=(libev openssl)
-checkdepends=(lsof)
-makedepends=(python-docutils)
-
-arch=(x86_64)
-source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
-# sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
-validpgpkeys=(584A3EBFE705CDCD)
-
-build() {
-   cd "hitch-$pkgver"
-   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-   make
-}
-
-check() {
-   cd "hitch-$pkgver"
-   make check
-}
-
-package() {
-   cd "hitch-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
-}

Copied: hitch/repos/community-x86_64/PKGBUILD (from rev 1101726, 
hitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:23:01 UTC (rev 1101727)
@@ -0,0 +1,36 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='libev-based high performance SSL/TLS proxy'
+url='https://hitch-tls.org/'
+license=(BSD)
+
+depends=(libev openssl)
+checkdepends=(lsof)
+makedepends=(python-docutils)
+
+arch=(x86_64)
+source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
+# sha256sums source: https://hitch-tls.org/source/SHA256SUM
+sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
+validpgpkeys=(584A3EBFE705CDCD)
+
+build() {
+   cd "hitch-$pkgver"
+   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+   make
+}
+
+check() {
+   cd "hitch-$pkgver"
+   make check
+}
+
+package() {
+   cd "hitch-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
+}



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 19:14:00
  Author: escondida
Revision: 1101724

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1101723, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:11:45 UTC (rev 1101723)
+++ PKGBUILD2022-01-12 19:14:00 UTC (rev 1101724)
@@ -1,46 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211221
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   dbc1e998bd3ddcf535fb79173f4987fc31add40b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101723, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:14:00 UTC (rev 1101724)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211221
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   dbc1e998bd3ddcf535fb79173f4987fc31add40b
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 19:11:45
  Author: escondida
Revision: 1101723

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1101722, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:09:01 UTC (rev 1101722)
+++ PKGBUILD2022-01-12 19:11:45 UTC (rev 1101723)
@@ -1,46 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211221
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   dbc1e998bd3ddcf535fb79173f4987fc31add40b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101722, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:11:45 UTC (rev 1101723)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211221
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   dbc1e998bd3ddcf535fb79173f4987fc31add40b
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 19:05:26
  Author: escondida
Revision: 1101721

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1101720, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 19:00:30 UTC (rev 1101720)
+++ PKGBUILD2022-01-12 19:05:26 UTC (rev 1101721)
@@ -1,46 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211221
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   dbc1e998bd3ddcf535fb79173f4987fc31add40b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101720, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 19:05:26 UTC (rev 1101721)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211221
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   dbc1e998bd3ddcf535fb79173f4987fc31add40b
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 18:53:02
  Author: escondida
Revision: 1101714

archrelease: copy trunk to community-x86_64

Added:
  hitch/repos/community-x86_64/PKGBUILD
(from rev 1101713, hitch/trunk/PKGBUILD)
Deleted:
  hitch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 18:52:34 UTC (rev 1101713)
+++ PKGBUILD2022-01-12 18:53:02 UTC (rev 1101714)
@@ -1,36 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=hitch
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='libev-based high performance SSL/TLS proxy'
-url='https://hitch-tls.org/'
-license=(BSD)
-
-depends=(libev openssl)
-checkdepends=(lsof)
-makedepends=(python-docutils)
-
-arch=(x86_64)
-source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
-# sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(c97ef8f1e115156640c40dfdfe9662d5f6d57a796fccad3bbad198ec797ce5c4)
-validpgpkeys=(584A3EBFE705CDCD)
-
-build() {
-   cd "hitch-$pkgver"
-   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-   make
-}
-
-check() {
-   cd "hitch-$pkgver"
-   make check
-}
-
-package() {
-   cd "hitch-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
-}

Copied: hitch/repos/community-x86_64/PKGBUILD (from rev 1101713, 
hitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 18:53:02 UTC (rev 1101714)
@@ -0,0 +1,36 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='libev-based high performance SSL/TLS proxy'
+url='https://hitch-tls.org/'
+license=(BSD)
+
+depends=(libev openssl)
+checkdepends=(lsof)
+makedepends=(python-docutils)
+
+arch=(x86_64)
+source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
+# sha256sums source: https://hitch-tls.org/source/SHA256SUM
+sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
+validpgpkeys=(584A3EBFE705CDCD)
+
+build() {
+   cd "hitch-$pkgver"
+   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+   make
+}
+
+check() {
+   cd "hitch-$pkgver"
+   make check
+}
+
+package() {
+   cd "hitch-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
+}



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 18:52:34
  Author: escondida
Revision: 1101713

hitch: update to 1.7.2-1

Modified:
  hitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 18:49:22 UTC (rev 1101712)
+++ PKGBUILD2022-01-12 18:52:34 UTC (rev 1101713)
@@ -2,7 +2,7 @@
 # Reference: PKGBUILD(5)
 
 pkgname=hitch
-pkgver=1.7.0
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='libev-based high performance SSL/TLS proxy'
 url='https://hitch-tls.org/'
@@ -15,7 +15,7 @@
 arch=(x86_64)
 source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
 # sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(c97ef8f1e115156640c40dfdfe9662d5f6d57a796fccad3bbad198ec797ce5c4)
+sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
 validpgpkeys=(584A3EBFE705CDCD)
 
 build() {



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 18:38:45
  Author: escondida
Revision: 1101701

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1101700, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 18:38:00 UTC (rev 1101700)
+++ PKGBUILD2022-01-12 18:38:45 UTC (rev 1101701)
@@ -1,46 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211221
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   dbc1e998bd3ddcf535fb79173f4987fc31add40b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101700, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 18:38:45 UTC (rev 1101701)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211221
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   dbc1e998bd3ddcf535fb79173f4987fc31add40b
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 18:32:44
  Author: escondida
Revision: 1101696

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1101695, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-12 18:32:31 UTC (rev 1101695)
+++ PKGBUILD2022-01-12 18:32:44 UTC (rev 1101696)
@@ -1,50 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20211001
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   6f28706a067ec98d2de03cdba6b1af072fc718d7
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   # Fix directory permissions on install
-   install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-
-   head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101695, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-12 18:32:44 UTC (rev 1101696)
@@ -0,0 +1,46 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211221
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   dbc1e998bd3ddcf535fb79173f4987fc31add40b
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 18:26:53
  Author: escondida
Revision: 1101693

bmake: update to 20211221, use new officially-distributed LICENSE file, remove 
unneeded install invocation

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 17:40:25 UTC (rev 1101692)
+++ PKGBUILD2022-01-12 18:26:53 UTC (rev 1101693)
@@ -4,7 +4,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20211001
+pkgver=20211221
 pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
@@ -21,7 +21,7 @@
 
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
 sha1sums=(
-   6f28706a067ec98d2de03cdba6b1af072fc718d7
+   dbc1e998bd3ddcf535fb79173f4987fc31add40b
SKIP
 )
 # Key seems to be available only from
@@ -38,13 +38,9 @@
 package() {
cd bmake
 
-   # Fix directory permissions on install
-   install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
-
./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
 
rm -rf "$pkgdir/usr/share/man/cat1"
install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-
-   head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 17:29:59
  Author: escondida
Revision: 1101680

fix name of downloaded source

Modified:
  ttf-junicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-12 17:29:16 UTC (rev 1101679)
+++ PKGBUILD2022-01-12 17:29:59 UTC (rev 1101680)
@@ -8,7 +8,7 @@
 url='https://github.com/psb1558/Junicode-font/'
 license=('custom:OFL')
 arch=(any)
-source=("ttf-junicode-$pkgver::https://github.com/psb1558/Junicode-font/archive/refs/tags/v$pkgver.tar.gz;)
+source=("ttf-junicode-$pkgver.tar.gz::https://github.com/psb1558/Junicode-font/archive/refs/tags/v$pkgver.tar.gz;)
 # N.B.: checksum provided by packager, not upstream
 sha256sums=(cc68f8be8836f49389e1f9957089cdfb4c23c6b5f5645c72ce6fdb2167d941c3)
 



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

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 17:29:16
  Author: escondida
Revision: 1101679

archrelease: copy trunk to community-any

Added:
  ttf-junicode/repos/community-any/PKGBUILD
(from rev 1101677, ttf-junicode/trunk/PKGBUILD)
Deleted:
  ttf-junicode/repos/community-any/LICENSE
  ttf-junicode/repos/community-any/PKGBUILD
  ttf-junicode/repos/community-any/install

--+
 LICENSE  |   97 -
 PKGBUILD |   46 
 install  |   13 
 3 files changed, 20 insertions(+), 136 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-01-12 17:29:12 UTC (rev 1101678)
+++ LICENSE 2022-01-12 17:29:16 UTC (rev 1101679)
@@ -1,97 +0,0 @@
-Copyright (c) ,  (),
-with Reserved Font Name .
-Copyright (c) ,  (),
-with Reserved Font Name .
-Copyright (c) ,  ().
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-

-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007

-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded, 
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE

[arch-commits] Commit in ttf-junicode/trunk (LICENSE PKGBUILD install)

2022-01-12 Thread Ivy Foster via arch-commits
Date: Wednesday, January 12, 2022 @ 17:28:03
  Author: escondida
Revision: 1101675

ttf-junicode: bump to 1.003-1, from new official home on github

Modified:
  ttf-junicode/trunk/PKGBUILD
Deleted:
  ttf-junicode/trunk/LICENSE
  ttf-junicode/trunk/install

--+
 LICENSE  |   97 -
 PKGBUILD |   30 +++---
 install  |   13 
 3 files changed, 12 insertions(+), 128 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-01-12 17:27:47 UTC (rev 1101674)
+++ LICENSE 2022-01-12 17:28:03 UTC (rev 1101675)
@@ -1,97 +0,0 @@
-Copyright (c) ,  (),
-with Reserved Font Name .
-Copyright (c) ,  (),
-with Reserved Font Name .
-Copyright (c) ,  ().
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-

-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007

-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded, 
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, 

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

2021-10-27 Thread Ivy Foster via arch-commits
Date: Wednesday, October 27, 2021 @ 17:29:12
  Author: escondida
Revision: 1034733

archrelease: copy trunk to community-any

Added:
  translate-shell/repos/community-any/PKGBUILD
(from rev 1034732, translate-shell/trunk/PKGBUILD)
Deleted:
  translate-shell/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-27 17:28:48 UTC (rev 1034732)
+++ PKGBUILD2021-10-27 17:29:12 UTC (rev 1034733)
@@ -1,38 +0,0 @@
-# Maintainer: Ivy Foster 
-
-pkgname=translate-shell
-pkgver=0.9.6.12
-pkgrel=1
-pkgdesc='A command-line interface and interactive shell for Google Translate'
-arch=(any)
-url='https://www.soimort.org/translate-shell/'
-license=('custom:PublicDomain')
-depends=(bash gawk)
-optdepends=(
-   'aspell: spell checking'
-   'curl: openSSL support'
-   'fribidi: display right-to-left languages'
-   'hunspell: spell checking'
-   'less: terminal paging'
-   'mplayer: Text-to-Speech functionality'
-   'mpv: Text-to-Speech functionality'
-   'mpg123: Text-to-Speech functionality'
-   'espeak: Text-to-Speech functionality'
-   'rlwrap: readline-style editing and history in the interactive mode'
-   'emacs: Emacs interface'
-)
-
-source=("translate-shell-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz;)
-# checksums provided by packager, not upstream; take with a grain of salt.
-md5sums=('9c7f554eca69ed6689083a271698e360')
-
-build() {
-   cd "translate-shell-$pkgver"
-   make
-}
-
-package() {
-   cd "translate-shell-$pkgver"
-   make PREFIX=/usr DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE 
"$pkgdir/usr/share/licenses/translate-shell/LICENSE"
-}

Copied: translate-shell/repos/community-any/PKGBUILD (from rev 1034732, 
translate-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-27 17:29:12 UTC (rev 1034733)
@@ -0,0 +1,42 @@
+# Maintainer: Ivy Foster 
+
+pkgname=translate-shell
+pkgver=0.9.6.12
+pkgrel=2
+pkgdesc='A command-line interface and interactive shell for Google Translate'
+arch=(any)
+url='https://www.soimort.org/translate-shell/'
+license=(Unlicense)
+depends=(bash gawk)
+makedepends=(git)
+optdepends=(
+   'aspell: spell checking'
+   'curl: openSSL support'
+   'emacs: Emacs interface'
+   'espeak-ng: Text-to-Speech functionality'
+   'fribidi: display right-to-left languages'
+   'hunspell: spell checking'
+   'less: terminal paging'
+   'mpg123: Text-to-Speech functionality'
+   'mplayer: Text-to-Speech functionality'
+   'mpv: Text-to-Speech functionality'
+   'rlwrap: readline-style editing and history in the interactive mode'
+)
+
+# They do offer a sha1sum and a PGP signature on their homepage,
+# but they're only for the standalone script, not for the whole package.
+# Easiest thing at this point is to pin to release commits on github,
+# since they do sign their commits.
+source=('git+https://github.com/soimort/translate-shell.git#commit=46e2a14fff1de5bb97d286e78fa2221b3a1eab37?signed')
+md5sums=(SKIP)
+validpgpkeys=(8A9CA65383B671BC995CCEAE07DA00CB78203251)
+
+build() {
+   cd translate-shell
+   make
+}
+
+package() {
+   cd translate-shell
+   make PREFIX=/usr DESTDIR="$pkgdir" install
+}



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

2021-10-27 Thread Ivy Foster via arch-commits
Date: Wednesday, October 27, 2021 @ 17:26:46
  Author: escondida
Revision: 1034728

translate-shell 0.9.6.12-2: use espeak-ng, don't repackage Unlicense, use 
pinned commit of release tag for src (to get PGP sig)

Modified:
  translate-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-27 17:25:20 UTC (rev 1034727)
+++ PKGBUILD2021-10-27 17:26:46 UTC (rev 1034728)
@@ -1,38 +1,42 @@
-# Maintainer: Ivy Foster 
+# Maintainer: Ivy Foster 
 
 pkgname=translate-shell
 pkgver=0.9.6.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A command-line interface and interactive shell for Google Translate'
 arch=(any)
 url='https://www.soimort.org/translate-shell/'
-license=('custom:PublicDomain')
+license=(Unlicense)
 depends=(bash gawk)
+makedepends=(git)
 optdepends=(
'aspell: spell checking'
'curl: openSSL support'
+   'emacs: Emacs interface'
+   'espeak-ng: Text-to-Speech functionality'
'fribidi: display right-to-left languages'
'hunspell: spell checking'
'less: terminal paging'
+   'mpg123: Text-to-Speech functionality'
'mplayer: Text-to-Speech functionality'
'mpv: Text-to-Speech functionality'
-   'mpg123: Text-to-Speech functionality'
-   'espeak: Text-to-Speech functionality'
'rlwrap: readline-style editing and history in the interactive mode'
-   'emacs: Emacs interface'
 )
 
-source=("translate-shell-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz;)
-# checksums provided by packager, not upstream; take with a grain of salt.
-md5sums=('9c7f554eca69ed6689083a271698e360')
+# They do offer a sha1sum and a PGP signature on their homepage,
+# but they're only for the standalone script, not for the whole package.
+# Easiest thing at this point is to pin to release commits on github,
+# since they do sign their commits.
+source=('git+https://github.com/soimort/translate-shell.git#commit=46e2a14fff1de5bb97d286e78fa2221b3a1eab37?signed')
+md5sums=(SKIP)
+validpgpkeys=(8A9CA65383B671BC995CCEAE07DA00CB78203251)
 
 build() {
-   cd "translate-shell-$pkgver"
+   cd translate-shell
make
 }
 
 package() {
-   cd "translate-shell-$pkgver"
+   cd translate-shell
make PREFIX=/usr DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE 
"$pkgdir/usr/share/licenses/translate-shell/LICENSE"
 }



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

2021-10-23 Thread Ivy Foster via arch-commits
Date: Saturday, October 23, 2021 @ 22:23:52
  Author: escondida
Revision: 1033002

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1033001, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-23 22:23:16 UTC (rev 1033001)
+++ PKGBUILD2021-10-23 22:23:52 UTC (rev 1033002)
@@ -1,40 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20210314
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='http://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(65400b068f2b9551eabfc5184adfb6ab53a83adc)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   # Fix directory permissions on install
-   install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-
-   head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1033001, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-23 22:23:52 UTC (rev 1033002)
@@ -0,0 +1,50 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20211001
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   6f28706a067ec98d2de03cdba6b1af072fc718d7
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   # Fix directory permissions on install
+   install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+
+   head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-10-23 Thread Ivy Foster via arch-commits
Date: Saturday, October 23, 2021 @ 22:23:16
  Author: escondida
Revision: 1033001

bmake: update to 21211001; use https for url & sources; use upstream PGP 
signatures

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-23 21:54:33 UTC (rev 1033000)
+++ PKGBUILD2021-10-23 22:23:16 UTC (rev 1033001)
@@ -1,22 +1,32 @@
-# Maintainer: Ivy Foster 
+# Maintainer: Ivy Foster 
 # Contributor: Alex Szczuczko 
 # Contributor: Devin Cofer 
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20210314
+pkgver=20211001
 pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
-url='http://www.crufty.net/help/sjg/bmake.html'
+url='https://www.crufty.net/help/sjg/bmake.html'
 license=(BSD)
 
 # upstream recommends using python for improved meta2deps script
 depends=(python)
 
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(65400b068f2b9551eabfc5184adfb6ab53a83adc)
+sha1sums=(
+   6f28706a067ec98d2de03cdba6b1af072fc718d7
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
 
 build() {
cd bmake



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

2021-10-12 Thread Ivy Foster via arch-commits
Date: Tuesday, October 12, 2021 @ 17:49:40
  Author: escondida
Revision: 1029916

db-move: moved sndio from [community-testing] to [community] (x86_64)

Added:
  sndio/repos/community-x86_64/PKGBUILD
(from rev 1029915, sndio/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  sndio/repos/community-testing-x86_64/
  sndio/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

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

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



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

2021-08-03 Thread Ivy Foster via arch-commits
Date: Tuesday, August 3, 2021 @ 23:56:00
  Author: escondida
Revision: 993590

archrelease: copy trunk to community-staging-x86_64

Added:
  sndio/repos/community-staging-x86_64/
  sndio/repos/community-staging-x86_64/PKGBUILD
(from rev 993589, sndio/trunk/PKGBUILD)

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

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



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

2021-08-03 Thread Ivy Foster via arch-commits
Date: Tuesday, August 3, 2021 @ 23:54:45
  Author: escondida
Revision: 993589

sndio: update to 1.8.1-1

Modified:
  sndio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-03 23:47:57 UTC (rev 993588)
+++ PKGBUILD2021-08-03 23:54:45 UTC (rev 993589)
@@ -2,8 +2,8 @@
 # Reference: PKGBUILD(5)
 
 pkgname=sndio
-pkgver=1.7.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
 arch=(x86_64)
 url='https://sndio.org'
@@ -22,7 +22,7 @@
 )
 # Checksum source: http://www.sndio.org/sndio-$pkgver.tar.gz.sha256
 sha256sums=(
-   dda4e3d0879423ed57923975ba74668cbb9299939cad579b0ac64a4b01535552
+   f81d37189e072cb4804ac98a059d74f963f69e9945eaff3d0d6a2f98d71a6321
SKIP
 )
 validpgpkeys=(6B1A7447AAF091CCDD36BAA6015E339411694A6E)



[arch-commits] Commit in gentium-plus-font/repos/community-any (PKGBUILD PKGBUILD)

2021-08-03 Thread Ivy Foster via arch-commits
Date: Tuesday, August 3, 2021 @ 22:56:39
  Author: escondida
Revision: 993586

archrelease: copy trunk to community-any

Added:
  gentium-plus-font/repos/community-any/PKGBUILD
(from rev 993585, gentium-plus-font/trunk/PKGBUILD)
Deleted:
  gentium-plus-font/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-03 22:56:11 UTC (rev 993585)
+++ PKGBUILD2021-08-03 22:56:39 UTC (rev 993586)
@@ -1,45 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Lukas Jirkovsky 
-
-# Gentium Plus is upstream's replacement for ttf-gentium, now called Gentium 
Basic.
-pkgname=gentium-plus-font
-pkgver=5.000
-pkgrel=4
-
-pkgdesc='Font supporting a wide range of Latin- and Cyrillic-based alphabets'
-url='https://scripts.sil.org/Gentium'
-license=('custom:OFL')
-
-replaces=(ttf-gentium ttf-gentium-plus)
-
-arch=(any)
-source=(
-   "https://software.sil.org/downloads/r/gentium/GentiumPlus-$pkgver.zip;
-   
"https://software.sil.org/downloads/r/gentium/GentiumPlusCompact-$pkgver.zip;
-)
-# Checksum provided by packager, not upstream.
-sha256sums=(
-   335911f17bd2de4e43742e1d0367cfeff19a90abf7ed604f100a42705042e154
-   1d8a4ff03dce90f6002b008a5e37f890c409bc22e4e26561b67f3f3c40991b5c
-)
-package() {
-   mkdir -p "$pkgdir/usr/share/fonts/gentium/" \
-   "$pkgdir/usr/share/licenses/gentium-plus-font" \
-   "$pkgdir/usr/share/doc/gentium-plus-font"
-
-   cd "GentiumPlus-$pkgver"
-   install -m644 *.ttf "$pkgdir/usr/share/fonts/gentium"
-   install -m644 OFL.txt OFL-FAQ.txt \
-   "$pkgdir/usr/share/licenses/gentium-plus-font"
-   install -m644 GENTIUM-FAQ.txt README.txt documentation/* \
-   "$pkgdir/usr/share/doc/gentium-plus-font"
-
-   cd "../GentiumPlusCompact-$pkgver"
-   install -m644 *.ttf "$pkgdir/usr/share/fonts/gentium"
-   # Most of the documentation is identical to that in the main
-   # Gentium Plus distribution. These files aren't.
-   install -m644 README.txt \
-   "$pkgdir/usr/share/doc/gentium-plus-font/README.compact.txt"
-   install -m644 feat_set_tuned.xml \
-   
"$pkgdir/usr/share/doc/gentium-plus-font/compact_variant_feat_set_tuned.xml"
-}

Copied: gentium-plus-font/repos/community-any/PKGBUILD (from rev 993585, 
gentium-plus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-03 22:56:39 UTC (rev 993586)
@@ -0,0 +1,29 @@
+# Maintainer: Ivy Foster 
+# Contributor: Lukas Jirkovsky 
+
+# Gentium Plus is upstream's replacement for ttf-gentium, now called Gentium 
Basic.
+pkgname=gentium-plus-font
+pkgver=6.001
+pkgrel=1
+
+pkgdesc='Font supporting a wide range of Latin- and Cyrillic-based alphabets'
+url='https://scripts.sil.org/Gentium'
+license=('custom:OFL')
+
+replaces=(ttf-gentium ttf-gentium-plus)
+
+arch=(any)
+source=("https://software.sil.org/downloads/r/gentium/GentiumPlus-$pkgver.zip;)
+# Checksum provided by packager, not upstream.
+sha256sums=(7589cb8fa9887c34070e14fc78108102657ffac7ed36e81bb2058bde2da9430c)
+
+package() {
+   mkdir -p "$pkgdir/usr/share/fonts/gentium/" \
+   "$pkgdir/usr/share/licenses/gentium-plus-font" \
+   "$pkgdir/usr/share/doc/gentium-plus-font"
+
+   cd "GentiumPlus-$pkgver"
+   install -m644 *.ttf "$pkgdir/usr/share/fonts/gentium"
+   install -m644 OFL.txt OFL-FAQ.txt \
+   "$pkgdir/usr/share/licenses/gentium-plus-font"
+}



[arch-commits] Commit in gentium-plus-font/trunk (PKGBUILD)

2021-08-03 Thread Ivy Foster via arch-commits
Date: Tuesday, August 3, 2021 @ 22:56:11
  Author: escondida
Revision: 993585

gentium: update to 6.001

Modified:
  gentium-plus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-03 22:53:29 UTC (rev 993584)
+++ PKGBUILD2021-08-03 22:56:11 UTC (rev 993585)
@@ -3,8 +3,8 @@
 
 # Gentium Plus is upstream's replacement for ttf-gentium, now called Gentium 
Basic.
 pkgname=gentium-plus-font
-pkgver=5.000
-pkgrel=4
+pkgver=6.001
+pkgrel=1
 
 pkgdesc='Font supporting a wide range of Latin- and Cyrillic-based alphabets'
 url='https://scripts.sil.org/Gentium'
@@ -13,15 +13,10 @@
 replaces=(ttf-gentium ttf-gentium-plus)
 
 arch=(any)
-source=(
-   "https://software.sil.org/downloads/r/gentium/GentiumPlus-$pkgver.zip;
-   
"https://software.sil.org/downloads/r/gentium/GentiumPlusCompact-$pkgver.zip;
-)
+source=("https://software.sil.org/downloads/r/gentium/GentiumPlus-$pkgver.zip;)
 # Checksum provided by packager, not upstream.
-sha256sums=(
-   335911f17bd2de4e43742e1d0367cfeff19a90abf7ed604f100a42705042e154
-   1d8a4ff03dce90f6002b008a5e37f890c409bc22e4e26561b67f3f3c40991b5c
-)
+sha256sums=(7589cb8fa9887c34070e14fc78108102657ffac7ed36e81bb2058bde2da9430c)
+
 package() {
mkdir -p "$pkgdir/usr/share/fonts/gentium/" \
"$pkgdir/usr/share/licenses/gentium-plus-font" \
@@ -31,15 +26,4 @@
install -m644 *.ttf "$pkgdir/usr/share/fonts/gentium"
install -m644 OFL.txt OFL-FAQ.txt \
"$pkgdir/usr/share/licenses/gentium-plus-font"
-   install -m644 GENTIUM-FAQ.txt README.txt documentation/* \
-   "$pkgdir/usr/share/doc/gentium-plus-font"
-
-   cd "../GentiumPlusCompact-$pkgver"
-   install -m644 *.ttf "$pkgdir/usr/share/fonts/gentium"
-   # Most of the documentation is identical to that in the main
-   # Gentium Plus distribution. These files aren't.
-   install -m644 README.txt \
-   "$pkgdir/usr/share/doc/gentium-plus-font/README.compact.txt"
-   install -m644 feat_set_tuned.xml \
-   
"$pkgdir/usr/share/doc/gentium-plus-font/compact_variant_feat_set_tuned.xml"
 }



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

2021-08-03 Thread Ivy Foster via arch-commits
Date: Tuesday, August 3, 2021 @ 21:47:17
  Author: escondida
Revision: 993576

archrelease: copy trunk to community-any

Added:
  inter-font/repos/community-any/PKGBUILD
(from rev 993575, inter-font/trunk/PKGBUILD)
Deleted:
  inter-font/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-03 21:46:36 UTC (rev 993575)
+++ PKGBUILD2021-08-03 21:47:17 UTC (rev 993576)
@@ -1,29 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=inter-font
-pkgver=3.18
-pkgrel=1
-pkgdesc='A typeface specially designed for user interfaces'
-url=https://github.com/rsms/inter/
-license=(custom:OFL)
-
-arch=(any)
-source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
-# Warning: checksums provided by packager, not upstream
-sha256sums=(bcffbda52f7b0c7c2a842ac7e77869ff6327cea77fa9035393df695ae90bdc5b)
-noextract=("Inter-$pkgver.zip")
-
-# Upstream dumps a *bunch* of stuff into the top level of the archive
-prepare() {
-   mkdir "inter-$pkgver"
-   cd "inter-$pkgver"
-   bsdtar xf ../Inter-$pkgver.zip
-}
-
-package() {
-   cd "inter-$pkgver"
-   install -d "$pkgdir/usr/share/fonts/inter"
-   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Hinted for 
Windows'/Desktop/*.ttf
-   install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/inter-font/LICENSE.txt"
-}

Copied: inter-font/repos/community-any/PKGBUILD (from rev 993575, 
inter-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-03 21:47:17 UTC (rev 993576)
@@ -0,0 +1,29 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=inter-font
+pkgver=3.19
+pkgrel=1
+pkgdesc='A typeface specially designed for user interfaces'
+url=https://github.com/rsms/inter/
+license=(custom:OFL)
+
+arch=(any)
+source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
+# Warning: checksums provided by packager, not upstream
+sha256sums=(150ab6230d1762a57bebf35dfc04d606ff91598a31d785f7f100356ecdcc0032)
+noextract=("Inter-$pkgver.zip")
+
+# Upstream dumps a *bunch* of stuff into the top level of the archive
+prepare() {
+   mkdir "inter-$pkgver"
+   cd "inter-$pkgver"
+   bsdtar xf ../Inter-$pkgver.zip
+}
+
+package() {
+   cd "inter-$pkgver"
+   install -d "$pkgdir/usr/share/fonts/inter"
+   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Hinted for 
Windows'/Desktop/*.ttf
+   install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/inter-font/LICENSE.txt"
+}



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

2021-08-03 Thread Ivy Foster via arch-commits
Date: Tuesday, August 3, 2021 @ 21:46:36
  Author: escondida
Revision: 993575

inter-font: update to 3.19

Modified:
  inter-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-03 20:39:47 UTC (rev 993574)
+++ PKGBUILD2021-08-03 21:46:36 UTC (rev 993575)
@@ -2,7 +2,7 @@
 # Reference: PKGBUILD(5)
 
 pkgname=inter-font
-pkgver=3.18
+pkgver=3.19
 pkgrel=1
 pkgdesc='A typeface specially designed for user interfaces'
 url=https://github.com/rsms/inter/
@@ -11,7 +11,7 @@
 arch=(any)
 
source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
 # Warning: checksums provided by packager, not upstream
-sha256sums=(bcffbda52f7b0c7c2a842ac7e77869ff6327cea77fa9035393df695ae90bdc5b)
+sha256sums=(150ab6230d1762a57bebf35dfc04d606ff91598a31d785f7f100356ecdcc0032)
 noextract=("Inter-$pkgver.zip")
 
 # Upstream dumps a *bunch* of stuff into the top level of the archive



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

2021-05-04 Thread Ivy Foster via arch-commits
Date: Tuesday, May 4, 2021 @ 15:23:46
  Author: escondida
Revision: 927385

archrelease: copy trunk to community-x86_64

Added:
  bemenu/repos/community-x86_64/PKGBUILD
(from rev 927384, bemenu/trunk/PKGBUILD)
  bemenu/repos/community-x86_64/bemenu-wayland.install
(from rev 927384, bemenu/trunk/bemenu-wayland.install)
Deleted:
  bemenu/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |  154 +++
 bemenu-wayland.install |8 ++
 2 files changed, 86 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-04 15:20:51 UTC (rev 927384)
+++ PKGBUILD2021-05-04 15:23:46 UTC (rev 927385)
@@ -1,76 +0,0 @@
-# Maintainer: Ivy Foster 
-
-pkgbase=bemenu
-pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wlroots)
-pkgver=0.5.0
-pkgrel=3
-
-# Wayland without wlroots is not supported.
-# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
-pkgdesc='Dynamic menu library and client program inspired by dmenu'
-url='https://github.com/Cloudef/bemenu'
-arch=(x86_64)
-license=(GPL3 LGPL3)
-
-makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots)
-
-source=(
-   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
-   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
-)
-# Checksums provided by packager
-sha256sums=(
-   56e4a0bd06f93e7dfcdabbf7ee1ed973ce4e77d648132064f26f30662c4055f1
-   SKIP
-)
-validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)
-
-build() {
-   cd "bemenu-$pkgver"
-   make PREFIX=/usr
-}
-
-# make test seems to have been removed with cmake
-#check() {
-#  cd "bemenu-$pkgver"
-#  make test
-#}
-
-package_bemenu() {
-   depends=(bemenu-renderer)
-   provides=(libbemenu)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-   rm -rf "$pkgdir"/usr/lib/bemenu/
-}
-
-package_bemenu-ncurses() {
-   pkgdesc='ncurses renderer for bemenu'
-   provides=(bemenu-renderer)
-   depends=(libbemenu ncurses)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{wayland,x11}.so
-}
-
-package_bemenu-wlroots() {
-   pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
-   provides=(bemenu-renderer bemenu-wayland)
-   depends=(libbemenu libxkbcommon pango wayland wayland-protocols wlroots)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,x11}.so
-}
-
-package_bemenu-x11() {
-   pkgdesc='X11 renderer for bemenu'
-   provides=(bemenu-renderer)
-   depends=(libbemenu libxinerama pango)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,wayland}.so
-}

Copied: bemenu/repos/community-x86_64/PKGBUILD (from rev 927384, 
bemenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-04 15:23:46 UTC (rev 927385)
@@ -0,0 +1,78 @@
+# Maintainer: Ivy Foster 
+
+pkgbase=bemenu
+pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wayland)
+pkgver=0.5.0
+pkgrel=4
+
+# Wayland without wlroots is not supported.
+# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
+pkgdesc='Dynamic menu library and client program inspired by dmenu'
+url='https://github.com/Cloudef/bemenu'
+arch=(x86_64)
+license=(GPL3 LGPL3)
+
+makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots)
+
+source=(
+   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
+   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
+)
+# Checksums provided by packager
+sha256sums=(
+   56e4a0bd06f93e7dfcdabbf7ee1ed973ce4e77d648132064f26f30662c4055f1
+   SKIP
+)
+validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)
+
+build() {
+   cd "bemenu-$pkgver"
+   make PREFIX=/usr
+}
+
+# make test seems to have been removed with cmake
+#check() {
+#  cd "bemenu-$pkgver"
+#  make test
+#}
+
+package_bemenu() {
+   depends=(bemenu-renderer)
+   provides=(libbemenu)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+   rm -rf "$pkgdir"/usr/lib/bemenu/
+}
+
+package_bemenu-ncurses() {
+   pkgdesc='ncurses renderer for bemenu'
+   provides=(bemenu-renderer)
+   depends=(libbemenu ncurses)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
+   rm -f 

[arch-commits] Commit in bemenu/trunk (bemenu-wayland.install)

2021-05-04 Thread Ivy Foster via arch-commits
Date: Tuesday, May 4, 2021 @ 15:20:51
  Author: escondida
Revision: 927384

bemenu: fix mistype in install

Modified:
  bemenu/trunk/bemenu-wayland.install

+
 bemenu-wayland.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: bemenu-wayland.install
===
--- bemenu-wayland.install  2021-05-04 15:16:47 UTC (rev 927383)
+++ bemenu-wayland.install  2021-05-04 15:20:51 UTC (rev 927384)
@@ -3,6 +3,6 @@
echo ' in compositors which implement wlr-layer-shell.'
 }
 
-post_update() {
+post_upgrade() {
post_install
 }


[arch-commits] Commit in bemenu/trunk (PKGBUILD bemenu-wayland.install)

2021-05-04 Thread Ivy Foster via arch-commits
Date: Tuesday, May 4, 2021 @ 15:16:47
  Author: escondida
Revision: 927383

bemenu: rename -wlroots -wayland, remove wlroots dep, add post-install message 
explaining wlroots quasi-dep

Added:
  bemenu/trunk/bemenu-wayland.install
Modified:
  bemenu/trunk/PKGBUILD

+
 PKGBUILD   |   12 +++-
 bemenu-wayland.install |8 
 2 files changed, 15 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-04 15:09:10 UTC (rev 927382)
+++ PKGBUILD2021-05-04 15:16:47 UTC (rev 927383)
@@ -1,9 +1,9 @@
 # Maintainer: Ivy Foster 
 
 pkgbase=bemenu
-pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wlroots)
+pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wayland)
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 
 # Wayland without wlroots is not supported.
 # https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
@@ -55,10 +55,12 @@
rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{wayland,x11}.so
 }
 
-package_bemenu-wlroots() {
+package_bemenu-wayland() {
pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
-   provides=(bemenu-renderer bemenu-wayland)
-   depends=(libbemenu libxkbcommon pango wayland wayland-protocols wlroots)
+   provides=(bemenu-renderer bemenu-wlroots)
+   depends=(libbemenu libxkbcommon pango wayland wayland-protocols)
+   replaces=(bemenu-wlroots)
+   install=bemenu-wayland.install
 
cd "bemenu-$pkgver"
make DESTDIR="$pkgdir" PREFIX=/usr install-renderers

Added: bemenu-wayland.install
===
--- bemenu-wayland.install  (rev 0)
+++ bemenu-wayland.install  2021-05-04 15:16:47 UTC (rev 927383)
@@ -0,0 +1,8 @@
+post_install() {
+   echo "Note: bemenu's wayland backend only works"
+   echo ' in compositors which implement wlr-layer-shell.'
+}
+
+post_update() {
+   post_install
+}


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

2021-04-08 Thread Ivy Foster via arch-commits
Date: Thursday, April 8, 2021 @ 23:58:35
  Author: escondida
Revision: 915068

archrelease: copy trunk to community-any

Added:
  libertinus-font/repos/community-any/PKGBUILD
(from rev 915067, libertinus-font/trunk/PKGBUILD)
Deleted:
  libertinus-font/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-08 23:58:07 UTC (rev 915067)
+++ PKGBUILD2021-04-08 23:58:35 UTC (rev 915068)
@@ -1,24 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=libertinus-font
-pkgver=7.031
-pkgrel=1
-pkgdesc='Fonts based on Linux Libertine/Biolinum, with extended math support'
-url=https://github.com/alerque/libertinus
-license=(custom:OFL)
-
-provides=(otf-libertinus)
-replaces=(otf-libertinus)
-
-arch=(any)
-source=("https://github.com/alerque/libertinus/releases/download/v$pkgver/Libertinus-$pkgver.tar.xz;)
-# Warning: checksums provided by packager, not upstream
-sha256sums=(32cdd2cbd9927b9bda1d500c50faefffa0e1d989b4fbb3ea010dc3efd4495eb0)
-
-package() {
-   cd "Libertinus-$pkgver"
-   install -d "$pkgdir/usr/share/fonts/libertinus"
-   install -m644 -t "$pkgdir/usr/share/fonts/libertinus" static/OTF/*.otf
-   install -Dm644 OFL.txt 
"$pkgdir/usr/share/licenses/libertinus-font/OFL.txt"
-}

Copied: libertinus-font/repos/community-any/PKGBUILD (from rev 915067, 
libertinus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-08 23:58:35 UTC (rev 915068)
@@ -0,0 +1,24 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=libertinus-font
+pkgver=7.040
+pkgrel=1
+pkgdesc='Fonts based on Linux Libertine/Biolinum, with extended math support'
+url=https://github.com/alerque/libertinus
+license=(custom:OFL)
+
+provides=(otf-libertinus)
+replaces=(otf-libertinus)
+
+arch=(any)
+source=("https://github.com/alerque/libertinus/releases/download/v$pkgver/Libertinus-$pkgver.tar.xz;)
+# Warning: checksums provided by packager, not upstream
+sha256sums=(7fe9f022722d1c1cc67dc2c28a110b3bb55bae3575196160d2422c89333b3850)
+
+package() {
+   cd "Libertinus-$pkgver"
+   install -d "$pkgdir/usr/share/fonts/libertinus"
+   install -m644 -t "$pkgdir/usr/share/fonts/libertinus" static/OTF/*.otf
+   install -Dm644 OFL.txt 
"$pkgdir/usr/share/licenses/libertinus-font/OFL.txt"
+}


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

2021-04-08 Thread Ivy Foster via arch-commits
Date: Thursday, April 8, 2021 @ 23:58:07
  Author: escondida
Revision: 915067

libertinus-font: update to 7.040

Modified:
  libertinus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-08 23:46:28 UTC (rev 915066)
+++ PKGBUILD2021-04-08 23:58:07 UTC (rev 915067)
@@ -2,7 +2,7 @@
 # Reference: PKGBUILD(5)
 
 pkgname=libertinus-font
-pkgver=7.031
+pkgver=7.040
 pkgrel=1
 pkgdesc='Fonts based on Linux Libertine/Biolinum, with extended math support'
 url=https://github.com/alerque/libertinus
@@ -14,7 +14,7 @@
 arch=(any)
 
source=("https://github.com/alerque/libertinus/releases/download/v$pkgver/Libertinus-$pkgver.tar.xz;)
 # Warning: checksums provided by packager, not upstream
-sha256sums=(32cdd2cbd9927b9bda1d500c50faefffa0e1d989b4fbb3ea010dc3efd4495eb0)
+sha256sums=(7fe9f022722d1c1cc67dc2c28a110b3bb55bae3575196160d2422c89333b3850)
 
 package() {
cd "Libertinus-$pkgver"


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Thursday, April 8, 2021 @ 01:49:11
  Author: escondida
Revision: 913263

archrelease: copy trunk to community-staging-x86_64

Added:
  bemenu/repos/community-staging-x86_64/
  bemenu/repos/community-staging-x86_64/PKGBUILD
(from rev 913262, bemenu/trunk/PKGBUILD)

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

Copied: bemenu/repos/community-staging-x86_64/PKGBUILD (from rev 913262, 
bemenu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-08 01:49:11 UTC (rev 913263)
@@ -0,0 +1,76 @@
+# Maintainer: Ivy Foster 
+
+pkgbase=bemenu
+pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wlroots)
+pkgver=0.5.0
+pkgrel=3
+
+# Wayland without wlroots is not supported.
+# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
+pkgdesc='Dynamic menu library and client program inspired by dmenu'
+url='https://github.com/Cloudef/bemenu'
+arch=(x86_64)
+license=(GPL3 LGPL3)
+
+makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots)
+
+source=(
+   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
+   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
+)
+# Checksums provided by packager
+sha256sums=(
+   56e4a0bd06f93e7dfcdabbf7ee1ed973ce4e77d648132064f26f30662c4055f1
+   SKIP
+)
+validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)
+
+build() {
+   cd "bemenu-$pkgver"
+   make PREFIX=/usr
+}
+
+# make test seems to have been removed with cmake
+#check() {
+#  cd "bemenu-$pkgver"
+#  make test
+#}
+
+package_bemenu() {
+   depends=(bemenu-renderer)
+   provides=(libbemenu)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+   rm -rf "$pkgdir"/usr/lib/bemenu/
+}
+
+package_bemenu-ncurses() {
+   pkgdesc='ncurses renderer for bemenu'
+   provides=(bemenu-renderer)
+   depends=(libbemenu ncurses)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
+   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{wayland,x11}.so
+}
+
+package_bemenu-wlroots() {
+   pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
+   provides=(bemenu-renderer bemenu-wayland)
+   depends=(libbemenu libxkbcommon pango wayland wayland-protocols wlroots)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
+   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,x11}.so
+}
+
+package_bemenu-x11() {
+   pkgdesc='X11 renderer for bemenu'
+   provides=(bemenu-renderer)
+   depends=(libbemenu libxinerama pango)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
+   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,wayland}.so
+}


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Thursday, April 8, 2021 @ 01:48:29
  Author: escondida
Revision: 913262

archrelease: copy trunk to staging-x86_64

Added:
  bemenu/repos/staging-x86_64/
  bemenu/repos/staging-x86_64/PKGBUILD
(from rev 913261, bemenu/trunk/PKGBUILD)

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

Copied: bemenu/repos/staging-x86_64/PKGBUILD (from rev 913261, 
bemenu/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-04-08 01:48:29 UTC (rev 913262)
@@ -0,0 +1,76 @@
+# Maintainer: Ivy Foster 
+
+pkgbase=bemenu
+pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wlroots)
+pkgver=0.5.0
+pkgrel=3
+
+# Wayland without wlroots is not supported.
+# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
+pkgdesc='Dynamic menu library and client program inspired by dmenu'
+url='https://github.com/Cloudef/bemenu'
+arch=(x86_64)
+license=(GPL3 LGPL3)
+
+makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots)
+
+source=(
+   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
+   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
+)
+# Checksums provided by packager
+sha256sums=(
+   56e4a0bd06f93e7dfcdabbf7ee1ed973ce4e77d648132064f26f30662c4055f1
+   SKIP
+)
+validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)
+
+build() {
+   cd "bemenu-$pkgver"
+   make PREFIX=/usr
+}
+
+# make test seems to have been removed with cmake
+#check() {
+#  cd "bemenu-$pkgver"
+#  make test
+#}
+
+package_bemenu() {
+   depends=(bemenu-renderer)
+   provides=(libbemenu)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+   rm -rf "$pkgdir"/usr/lib/bemenu/
+}
+
+package_bemenu-ncurses() {
+   pkgdesc='ncurses renderer for bemenu'
+   provides=(bemenu-renderer)
+   depends=(libbemenu ncurses)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
+   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{wayland,x11}.so
+}
+
+package_bemenu-wlroots() {
+   pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
+   provides=(bemenu-renderer bemenu-wayland)
+   depends=(libbemenu libxkbcommon pango wayland wayland-protocols wlroots)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
+   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,x11}.so
+}
+
+package_bemenu-x11() {
+   pkgdesc='X11 renderer for bemenu'
+   provides=(bemenu-renderer)
+   depends=(libbemenu libxinerama pango)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
+   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,wayland}.so
+}


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Thursday, April 8, 2021 @ 01:47:39
  Author: escondida
Revision: 913261

bump pkgrel for wlroots rebuild

Modified:
  bemenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-08 01:46:15 UTC (rev 913260)
+++ PKGBUILD2021-04-08 01:47:39 UTC (rev 913261)
@@ -3,7 +3,7 @@
 pkgbase=bemenu
 pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wlroots)
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 
 # Wayland without wlroots is not supported.
 # https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 20:34:23
  Author: escondida
Revision: 912686

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 912685, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-07 20:33:53 UTC (rev 912685)
+++ PKGBUILD2021-04-07 20:34:23 UTC (rev 912686)
@@ -1,40 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20200902
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='http://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(51fb064daeae9bc7203a1f1dc9d862a94dfd48c4)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   # Fix directory permissions on install
-   install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-
-   head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 912685, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-07 20:34:23 UTC (rev 912686)
@@ -0,0 +1,40 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20210314
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='http://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(65400b068f2b9551eabfc5184adfb6ab53a83adc)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   # Fix directory permissions on install
+   install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+
+   head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 20:33:49
  Author: escondida
Revision: 912684

bmake: update to 20210314-1

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-07 20:33:40 UTC (rev 912683)
+++ PKGBUILD2021-04-07 20:33:49 UTC (rev 912684)
@@ -4,7 +4,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20200902
+pkgver=20210314
 pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 
 source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(51fb064daeae9bc7203a1f1dc9d862a94dfd48c4)
+sha1sums=(65400b068f2b9551eabfc5184adfb6ab53a83adc)
 
 build() {
cd bmake


[arch-commits] Commit in ttf-linux-libertine/repos/community-any (3 files)

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 20:29:07
  Author: escondida
Revision: 912682

archrelease: copy trunk to community-any

Added:
  ttf-linux-libertine/repos/community-any/PKGBUILD
(from rev 912681, ttf-linux-libertine/trunk/PKGBUILD)
  ttf-linux-libertine/repos/community-any/ttf-linux-libertine.install
(from rev 912681, ttf-linux-libertine/trunk/ttf-linux-libertine.install)
Deleted:
  ttf-linux-libertine/repos/community-any/PKGBUILD

-+
 PKGBUILD|   44 +-
 ttf-linux-libertine.install |   15 ++
 2 files changed, 38 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-07 20:28:32 UTC (rev 912681)
+++ PKGBUILD2021-04-07 20:29:07 UTC (rev 912682)
@@ -1,21 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Firmicus 
-# Contributor: Lukas Jirkovsky 
-# Contributor: 
-
-pkgname=ttf-linux-libertine
-pkgver=5.3.0
-_reldate=2012_07_02
-pkgrel=6
-url='http://www.linuxlibertine.org/'
-pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
-license=('GPL' 'custom:OFL')
-arch=('any')
-source=("https://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine"{TTF,OTF}"_${pkgver}_${_reldate}.tgz;)
-sha256sums=('24a593a949808d976850131a953c0c0d7a72299531dfbb348191964cc038d75d'
-'3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985')
-
-package() {
-   install -Dt "${pkgdir}/usr/share/fonts/${pkgname}" -m644 *.ttf *.otf
-   install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 OFL-1.1.txt 
LICENCE.txt
-}

Copied: ttf-linux-libertine/repos/community-any/PKGBUILD (from rev 912681, 
ttf-linux-libertine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-07 20:29:07 UTC (rev 912682)
@@ -0,0 +1,23 @@
+# Maintainer: Ivy Foster 
+# Contributor: Gaetan Bisson 
+# Contributor: Firmicus 
+# Contributor: Lukas Jirkovsky 
+# Contributor: 
+
+pkgname=ttf-linux-libertine
+pkgver=5.3.0
+_reldate=2012_07_02
+pkgrel=7
+url='http://www.linuxlibertine.org/'
+pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
+license=('GPL' 'custom:OFL')
+arch=('any')
+source=("https://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine"{TTF,OTF}"_${pkgver}_${_reldate}.tgz;)
+sha256sums=('24a593a949808d976850131a953c0c0d7a72299531dfbb348191964cc038d75d'
+'3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985')
+install=ttf-linux-libertine.install
+
+package() {
+   install -Dt "${pkgdir}/usr/share/fonts/${pkgname}" -m644 *.ttf *.otf
+   install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 OFL-1.1.txt 
LICENCE.txt
+}

Copied: ttf-linux-libertine/repos/community-any/ttf-linux-libertine.install 
(from rev 912681, ttf-linux-libertine/trunk/ttf-linux-libertine.install)
===
--- ttf-linux-libertine.install (rev 0)
+++ ttf-linux-libertine.install 2021-04-07 20:29:07 UTC (rev 912682)
@@ -0,0 +1,15 @@
+post_install() {
+   echo
+   echo 'Note: development of Libertine seems to have halted, despite 
outstanding bugs.'
+   echo 'Users are advised to upgrade to the de facto successor,'
+   echo '[community]/libertinus-font, and to update any documents and 
configuration'
+   echo 'if necessary.'
+   echo "For compatibility's sake, Linux Libertine will remain in the 
repos until 2022."
+   echo 'Please refer to 
https://wikipedia.org/wiki/Linux_Libertine#Derivative_works'
+   echo 'for more information.'
+   echo
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in ttf-linux-libertine/trunk (2 files)

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 20:28:32
  Author: escondida
Revision: 912681

ttf-linux-libertine: bump to -8, add install/upgrade note suggesting switch to 
libertinus

Added:
  ttf-linux-libertine/trunk/ttf-linux-libertine.install
Modified:
  ttf-linux-libertine/trunk/PKGBUILD

-+
 PKGBUILD|6 --
 ttf-linux-libertine.install |   15 +++
 2 files changed, 19 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-07 20:28:20 UTC (rev 912680)
+++ PKGBUILD2021-04-07 20:28:32 UTC (rev 912681)
@@ -1,4 +1,5 @@
-# Maintainer: Gaetan Bisson 
+# Maintainer: Ivy Foster 
+# Contributor: Gaetan Bisson 
 # Contributor: Firmicus 
 # Contributor: Lukas Jirkovsky 
 # Contributor: 
@@ -6,7 +7,7 @@
 pkgname=ttf-linux-libertine
 pkgver=5.3.0
 _reldate=2012_07_02
-pkgrel=6
+pkgrel=7
 url='http://www.linuxlibertine.org/'
 pkgdesc='Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large 
Unicode coverage'
 license=('GPL' 'custom:OFL')
@@ -14,6 +15,7 @@
 
source=("https://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine"{TTF,OTF}"_${pkgver}_${_reldate}.tgz;)
 sha256sums=('24a593a949808d976850131a953c0c0d7a72299531dfbb348191964cc038d75d'
 '3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985')
+install=ttf-linux-libertine.install
 
 package() {
install -Dt "${pkgdir}/usr/share/fonts/${pkgname}" -m644 *.ttf *.otf

Added: ttf-linux-libertine.install
===
--- ttf-linux-libertine.install (rev 0)
+++ ttf-linux-libertine.install 2021-04-07 20:28:32 UTC (rev 912681)
@@ -0,0 +1,15 @@
+post_install() {
+   echo
+   echo 'Note: development of Libertine seems to have halted, despite 
outstanding bugs.'
+   echo 'Users are advised to upgrade to the de facto successor,'
+   echo '[community]/libertinus-font, and to update any documents and 
configuration'
+   echo 'if necessary.'
+   echo "For compatibility's sake, Linux Libertine will remain in the 
repos until 2022."
+   echo 'Please refer to 
https://wikipedia.org/wiki/Linux_Libertine#Derivative_works'
+   echo 'for more information.'
+   echo
+}
+
+post_upgrade() {
+   post_install
+}


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 19:35:41
  Author: escondida
Revision: 912610

archrelease: copy trunk to community-any

Added:
  libertinus-font/repos/community-any/
  libertinus-font/repos/community-any/PKGBUILD
(from rev 912609, libertinus-font/trunk/PKGBUILD)

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

Copied: libertinus-font/repos/community-any/PKGBUILD (from rev 912609, 
libertinus-font/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-04-07 19:35:41 UTC (rev 912610)
@@ -0,0 +1,24 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=libertinus-font
+pkgver=7.031
+pkgrel=1
+pkgdesc='Fonts based on Linux Libertine/Biolinum, with extended math support'
+url=https://github.com/alerque/libertinus
+license=(custom:OFL)
+
+provides=(otf-libertinus)
+replaces=(otf-libertinus)
+
+arch=(any)
+source=("https://github.com/alerque/libertinus/releases/download/v$pkgver/Libertinus-$pkgver.tar.xz;)
+# Warning: checksums provided by packager, not upstream
+sha256sums=(32cdd2cbd9927b9bda1d500c50faefffa0e1d989b4fbb3ea010dc3efd4495eb0)
+
+package() {
+   cd "Libertinus-$pkgver"
+   install -d "$pkgdir/usr/share/fonts/libertinus"
+   install -m644 -t "$pkgdir/usr/share/fonts/libertinus" static/OTF/*.otf
+   install -Dm644 OFL.txt 
"$pkgdir/usr/share/licenses/libertinus-font/OFL.txt"
+}


[arch-commits] Commit in (4 files)

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 19:34:37
  Author: escondida
Revision: 912609

add libertinus-font 7.031-1

Added:
  libertinus-font/
  libertinus-font/repos/
  libertinus-font/trunk/
  libertinus-font/trunk/PKGBUILD

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

Added: libertinus-font/trunk/PKGBUILD
===
--- libertinus-font/trunk/PKGBUILD  (rev 0)
+++ libertinus-font/trunk/PKGBUILD  2021-04-07 19:34:37 UTC (rev 912609)
@@ -0,0 +1,24 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=libertinus-font
+pkgver=7.031
+pkgrel=1
+pkgdesc='Fonts based on Linux Libertine/Biolinum, with extended math support'
+url=https://github.com/alerque/libertinus
+license=(custom:OFL)
+
+provides=(otf-libertinus)
+replaces=(otf-libertinus)
+
+arch=(any)
+source=("https://github.com/alerque/libertinus/releases/download/v$pkgver/Libertinus-$pkgver.tar.xz;)
+# Warning: checksums provided by packager, not upstream
+sha256sums=(32cdd2cbd9927b9bda1d500c50faefffa0e1d989b4fbb3ea010dc3efd4495eb0)
+
+package() {
+   cd "Libertinus-$pkgver"
+   install -d "$pkgdir/usr/share/fonts/libertinus"
+   install -m644 -t "$pkgdir/usr/share/fonts/libertinus" static/OTF/*.otf
+   install -Dm644 OFL.txt 
"$pkgdir/usr/share/licenses/libertinus-font/OFL.txt"
+}


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 19:11:39
  Author: escondida
Revision: 912604

archrelease: copy trunk to community-any

Added:
  inter-font/repos/community-any/PKGBUILD
(from rev 912603, inter-font/trunk/PKGBUILD)
Deleted:
  inter-font/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-07 19:10:16 UTC (rev 912603)
+++ PKGBUILD2021-04-07 19:11:39 UTC (rev 912604)
@@ -1,29 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=inter-font
-pkgver=3.15
-pkgrel=2
-pkgdesc='A typeface specially designed for user interfaces'
-url=https://github.com/rsms/inter/
-license=(custom:OFL)
-
-arch=(any)
-source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
-# Warning: checksums provided by packager, not upstream
-sha256sums=(1534288eb599f57acbf2c5ac0010da9495c2ee53116e08d799555c6f8ee22156)
-noextract=("Inter-$pkgver.zip")
-
-# Upstream dumps a *bunch* of stuff into the top level of the archive
-prepare() {
-   mkdir "inter-$pkgver"
-   cd "inter-$pkgver"
-   bsdtar xf ../Inter-$pkgver.zip
-}
-
-package() {
-   cd "inter-$pkgver"
-   install -d "$pkgdir/usr/share/fonts/inter"
-   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Hinted for 
Windows'/Desktop/*.ttf
-   install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/inter-font/LICENSE.txt"
-}

Copied: inter-font/repos/community-any/PKGBUILD (from rev 912603, 
inter-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-07 19:11:39 UTC (rev 912604)
@@ -0,0 +1,29 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=inter-font
+pkgver=3.18
+pkgrel=1
+pkgdesc='A typeface specially designed for user interfaces'
+url=https://github.com/rsms/inter/
+license=(custom:OFL)
+
+arch=(any)
+source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
+# Warning: checksums provided by packager, not upstream
+sha256sums=(bcffbda52f7b0c7c2a842ac7e77869ff6327cea77fa9035393df695ae90bdc5b)
+noextract=("Inter-$pkgver.zip")
+
+# Upstream dumps a *bunch* of stuff into the top level of the archive
+prepare() {
+   mkdir "inter-$pkgver"
+   cd "inter-$pkgver"
+   bsdtar xf ../Inter-$pkgver.zip
+}
+
+package() {
+   cd "inter-$pkgver"
+   install -d "$pkgdir/usr/share/fonts/inter"
+   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Hinted for 
Windows'/Desktop/*.ttf
+   install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/inter-font/LICENSE.txt"
+}


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 19:10:16
  Author: escondida
Revision: 912603

inter-font: update to 3.18-1

Modified:
  inter-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-07 19:09:48 UTC (rev 912602)
+++ PKGBUILD2021-04-07 19:10:16 UTC (rev 912603)
@@ -1,9 +1,9 @@
-# Maintainer: Ivy Foster 
+# Maintainer: Ivy Foster 
 # Reference: PKGBUILD(5)
 
 pkgname=inter-font
-pkgver=3.15
-pkgrel=2
+pkgver=3.18
+pkgrel=1
 pkgdesc='A typeface specially designed for user interfaces'
 url=https://github.com/rsms/inter/
 license=(custom:OFL)
@@ -11,7 +11,7 @@
 arch=(any)
 
source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
 # Warning: checksums provided by packager, not upstream
-sha256sums=(1534288eb599f57acbf2c5ac0010da9495c2ee53116e08d799555c6f8ee22156)
+sha256sums=(bcffbda52f7b0c7c2a842ac7e77869ff6327cea77fa9035393df695ae90bdc5b)
 noextract=("Inter-$pkgver.zip")
 
 # Upstream dumps a *bunch* of stuff into the top level of the archive


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 19:02:27
  Author: escondida
Revision: 912594

archrelease: copy trunk to community-x86_64

Added:
  hitch/repos/community-x86_64/PKGBUILD
(from rev 912593, hitch/trunk/PKGBUILD)
Deleted:
  hitch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-07 19:02:04 UTC (rev 912593)
+++ PKGBUILD2021-04-07 19:02:27 UTC (rev 912594)
@@ -1,36 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=hitch
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='libev-based high performance SSL/TLS proxy'
-url='https://hitch-tls.org/'
-license=(BSD)
-
-depends=(libev openssl)
-checkdepends=(lsof)
-makedepends=(python-docutils)
-
-arch=(x86_64)
-source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
-# sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(4e47eb4abb7dd3809c84283588adf41ddf0c7bc065cb00d0928274889c07c706)
-validpgpkeys=(584A3EBFE705CDCD)
-
-build() {
-   cd "hitch-$pkgver"
-   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-   make
-}
-
-check() {
-   cd "hitch-$pkgver"
-   make check
-}
-
-package() {
-   cd "hitch-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
-}

Copied: hitch/repos/community-x86_64/PKGBUILD (from rev 912593, 
hitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-07 19:02:27 UTC (rev 912594)
@@ -0,0 +1,36 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='libev-based high performance SSL/TLS proxy'
+url='https://hitch-tls.org/'
+license=(BSD)
+
+depends=(libev openssl)
+checkdepends=(lsof)
+makedepends=(python-docutils)
+
+arch=(x86_64)
+source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
+# sha256sums source: https://hitch-tls.org/source/SHA256SUM
+sha256sums=(c97ef8f1e115156640c40dfdfe9662d5f6d57a796fccad3bbad198ec797ce5c4)
+validpgpkeys=(584A3EBFE705CDCD)
+
+build() {
+   cd "hitch-$pkgver"
+   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+   make
+}
+
+check() {
+   cd "hitch-$pkgver"
+   make check
+}
+
+package() {
+   cd "hitch-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
+}


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

2021-04-07 Thread Ivy Foster via arch-commits
Date: Wednesday, April 7, 2021 @ 19:02:04
  Author: escondida
Revision: 912593

hitch: update to 1.7.0-1

Modified:
  hitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-07 19:00:54 UTC (rev 912592)
+++ PKGBUILD2021-04-07 19:02:04 UTC (rev 912593)
@@ -2,7 +2,7 @@
 # Reference: PKGBUILD(5)
 
 pkgname=hitch
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='libev-based high performance SSL/TLS proxy'
 url='https://hitch-tls.org/'
@@ -15,7 +15,7 @@
 arch=(x86_64)
 source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
 # sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(4e47eb4abb7dd3809c84283588adf41ddf0c7bc065cb00d0928274889c07c706)
+sha256sums=(c97ef8f1e115156640c40dfdfe9662d5f6d57a796fccad3bbad198ec797ce5c4)
 validpgpkeys=(584A3EBFE705CDCD)
 
 build() {


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

2021-02-03 Thread Ivy Foster via arch-commits
Date: Wednesday, February 3, 2021 @ 20:12:00
  Author: escondida
Revision: 843552

archrelease: copy trunk to community-any

Added:
  inter-font/repos/community-any/PKGBUILD
(from rev 843551, inter-font/trunk/PKGBUILD)
Deleted:
  inter-font/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-03 20:11:31 UTC (rev 843551)
+++ PKGBUILD2021-02-03 20:12:00 UTC (rev 843552)
@@ -1,29 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=inter-font
-pkgver=3.15
-pkgrel=1
-pkgdesc='A typeface specially designed for user interfaces'
-url=https://github.com/rsms/inter/
-license=(custom:OFL)
-
-arch=(any)
-source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
-# Warning: checksums provided by packager, not upstream
-sha256sums=(1534288eb599f57acbf2c5ac0010da9495c2ee53116e08d799555c6f8ee22156)
-noextract=("Inter-$pkgver.zip")
-
-# Upstream dumps a *bunch* of stuff into the top level of the archive
-prepare() {
-   mkdir "inter-$pkgver"
-   cd "inter-$pkgver"
-   bsdtar xf ../Inter-$pkgver.zip
-}
-
-package() {
-   cd "inter-$pkgver"
-   install -d "$pkgdir/usr/share/fonts/inter"
-   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Desktop'/*.otf
-   install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/inter-font/LICENSE.txt"
-}

Copied: inter-font/repos/community-any/PKGBUILD (from rev 843551, 
inter-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-03 20:12:00 UTC (rev 843552)
@@ -0,0 +1,29 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=inter-font
+pkgver=3.15
+pkgrel=2
+pkgdesc='A typeface specially designed for user interfaces'
+url=https://github.com/rsms/inter/
+license=(custom:OFL)
+
+arch=(any)
+source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
+# Warning: checksums provided by packager, not upstream
+sha256sums=(1534288eb599f57acbf2c5ac0010da9495c2ee53116e08d799555c6f8ee22156)
+noextract=("Inter-$pkgver.zip")
+
+# Upstream dumps a *bunch* of stuff into the top level of the archive
+prepare() {
+   mkdir "inter-$pkgver"
+   cd "inter-$pkgver"
+   bsdtar xf ../Inter-$pkgver.zip
+}
+
+package() {
+   cd "inter-$pkgver"
+   install -d "$pkgdir/usr/share/fonts/inter"
+   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Hinted for 
Windows'/Desktop/*.ttf
+   install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/inter-font/LICENSE.txt"
+}


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

2021-02-03 Thread Ivy Foster via arch-commits
Date: Wednesday, February 3, 2021 @ 20:11:23
  Author: escondida
Revision: 843550

inter-font: use hinted ttf font

Modified:
  inter-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-03 20:11:21 UTC (rev 843549)
+++ PKGBUILD2021-02-03 20:11:23 UTC (rev 843550)
@@ -3,7 +3,7 @@
 
 pkgname=inter-font
 pkgver=3.15
-pkgrel=1
+pkgrel=2
 pkgdesc='A typeface specially designed for user interfaces'
 url=https://github.com/rsms/inter/
 license=(custom:OFL)
@@ -24,6 +24,6 @@
 package() {
cd "inter-$pkgver"
install -d "$pkgdir/usr/share/fonts/inter"
-   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Desktop'/*.otf
+   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Hinted for 
Windows'/Desktop/*.ttf
install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/inter-font/LICENSE.txt"
 }


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

2021-02-03 Thread Ivy Foster via arch-commits
Date: Wednesday, February 3, 2021 @ 19:25:58
  Author: escondida
Revision: 843523

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 -
 opendoas.install |   42 ++---
 2 files changed, 62 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-03 19:25:06 UTC (rev 843522)
+++ PKGBUILD2021-02-03 19:25:58 UTC (rev 843523)
@@ -1,35 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: alive4ever 
-# Contributor: Earnest
-pkgname=opendoas
-pkgver=6.8.1
-pkgrel=2
-pkgdesc='Run commands as super user or another user'
-arch=(x86_64)
-url='https://github.com/Duncaen/OpenDoas'
-license=(custom:ISC)
-depends=(pam)
-install=opendoas.install
-source=(
-   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz;
-   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig;
-)
-backup=(etc/pam.d/doas)
-# checksums provided by packager. Take with a grain of salt!
-sha256sums=(
-   fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c
-   SKIP
-)
-validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)
-
-build() {
-   cd "opendoas-$pkgver"
-   ./configure --prefix=/usr --with-timestamp
-   make
-}
-
-package() {
-   cd "opendoas-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/opendoas/LICENSE"
-}

Copied: opendoas/repos/community-x86_64/PKGBUILD (from rev 843522, 
opendoas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-03 19:25:58 UTC (rev 843523)
@@ -0,0 +1,41 @@
+# Maintainer: Ivy Foster 
+# Contributor: alive4ever 
+# Contributor: Earnest
+pkgname=opendoas
+pkgver=6.8.1
+pkgrel=3
+pkgdesc='Run commands as super user or another user'
+url='https://github.com/Duncaen/OpenDoas'
+license=(custom:ISC)
+arch=(x86_64)
+
+depends=(pam)
+provides=(doas)
+replaces=(doas)
+
+source=(
+   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz;
+   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig;
+)
+install=opendoas.install
+
+backup=(etc/pam.d/doas)
+
+# checksums provided by packager. Take with a grain of salt!
+sha256sums=(
+   fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c
+   SKIP
+)
+validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)
+
+build() {
+   cd "opendoas-$pkgver"
+   ./configure --prefix=/usr --with-timestamp
+   make
+}
+
+package() {
+   cd "opendoas-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/opendoas/LICENSE"
+}

Deleted: opendoas.install
===
--- opendoas.install2021-02-03 19:25:06 UTC (rev 843522)
+++ opendoas.install2021-02-03 19:25:58 UTC (rev 843523)
@@ -1,21 +0,0 @@
-post_install() {
-   cat <

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

2021-02-03 Thread Ivy Foster via arch-commits
Date: Wednesday, February 3, 2021 @ 19:25:06
  Author: escondida
Revision: 843522

provide and replace 'doas'

Modified:
  opendoas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-03 19:16:45 UTC (rev 843521)
+++ PKGBUILD2021-02-03 19:25:06 UTC (rev 843522)
@@ -3,18 +3,24 @@
 # Contributor: Earnest
 pkgname=opendoas
 pkgver=6.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Run commands as super user or another user'
-arch=(x86_64)
 url='https://github.com/Duncaen/OpenDoas'
 license=(custom:ISC)
+arch=(x86_64)
+
 depends=(pam)
-install=opendoas.install
+provides=(doas)
+replaces=(doas)
+
 source=(

"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz;

"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig;
 )
+install=opendoas.install
+
 backup=(etc/pam.d/doas)
+
 # checksums provided by packager. Take with a grain of salt!
 sha256sums=(
fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c


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

2021-01-29 Thread Ivy Foster via arch-commits
Date: Friday, January 29, 2021 @ 21:58:51
  Author: escondida
Revision: 835778

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   70 ++---
 opendoas.install |   42 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 21:58:07 UTC (rev 835777)
+++ PKGBUILD2021-01-29 21:58:51 UTC (rev 835778)
@@ -1,35 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: alive4ever 
-# Contributor: Earnest
-pkgname=opendoas
-pkgver=6.6.1
-pkgrel=2
-pkgdesc='Run commands as super user or another user'
-arch=(x86_64)
-url='https://github.com/Duncaen/OpenDoas'
-license=(custom:ISC)
-depends=(pam)
-install=opendoas.install
-source=(
-   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz;
-   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig;
-)
-backup=(etc/pam.d/doas)
-# checksums provided by packager. Take with a grain of salt!
-sha256sums=(
-   2eb84fd05e377ec1bb924429a143c71ec03c6b9b77b384eabe951836c13955a2
-   SKIP
-)
-validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)
-
-build() {
-   cd "opendoas-$pkgver"
-   ./configure --prefix=/usr --with-timestamp
-   make
-}
-
-package() {
-   cd "opendoas-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/opendoas/LICENSE"
-}

Copied: opendoas/repos/community-x86_64/PKGBUILD (from rev 835777, 
opendoas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 21:58:51 UTC (rev 835778)
@@ -0,0 +1,35 @@
+# Maintainer: Ivy Foster 
+# Contributor: alive4ever 
+# Contributor: Earnest
+pkgname=opendoas
+pkgver=6.8.1
+pkgrel=2
+pkgdesc='Run commands as super user or another user'
+arch=(x86_64)
+url='https://github.com/Duncaen/OpenDoas'
+license=(custom:ISC)
+depends=(pam)
+install=opendoas.install
+source=(
+   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz;
+   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig;
+)
+backup=(etc/pam.d/doas)
+# checksums provided by packager. Take with a grain of salt!
+sha256sums=(
+   fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c
+   SKIP
+)
+validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)
+
+build() {
+   cd "opendoas-$pkgver"
+   ./configure --prefix=/usr --with-timestamp
+   make
+}
+
+package() {
+   cd "opendoas-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/opendoas/LICENSE"
+}

Deleted: opendoas.install
===
--- opendoas.install2021-01-29 21:58:07 UTC (rev 835777)
+++ opendoas.install2021-01-29 21:58:51 UTC (rev 835778)
@@ -1,21 +0,0 @@
-post_install() {
-   cat <

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

2021-01-29 Thread Ivy Foster via arch-commits
Date: Friday, January 29, 2021 @ 21:58:07
  Author: escondida
Revision: 835777

opendoas bump 2 6.8.1; fixes CVE-2019-25016

Modified:
  opendoas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 21:41:45 UTC (rev 835776)
+++ PKGBUILD2021-01-29 21:58:07 UTC (rev 835777)
@@ -2,7 +2,7 @@
 # Contributor: alive4ever 
 # Contributor: Earnest
 pkgname=opendoas
-pkgver=6.6.1
+pkgver=6.8.1
 pkgrel=2
 pkgdesc='Run commands as super user or another user'
 arch=(x86_64)
@@ -17,7 +17,7 @@
 backup=(etc/pam.d/doas)
 # checksums provided by packager. Take with a grain of salt!
 sha256sums=(
-   2eb84fd05e377ec1bb924429a143c71ec03c6b9b77b384eabe951836c13955a2
+   fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c
SKIP
 )
 validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)