Date: Sunday, June 6, 2021 @ 15:24:53 Author: arodseth Revision: 956280
Remove make dependency on boost, FS#71061 Modified: asciiportal/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-06 14:08:56 UTC (rev 956279) +++ PKGBUILD 2021-06-06 15:24:53 UTC (rev 956280) @@ -1,20 +1,21 @@ # Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Baptiste Jonglez <[email protected]> # Contributor: Serge Ziryukin <[email protected]> +# Contributor: loqs pkgname=asciiportal pkgver=1.3.8 -pkgrel=3 +pkgrel=4 pkgdesc='Text based puzzle game inspired by the popular video game' arch=(x86_64) url='https://github.com/cymonsgames/ASCIIpOrtal' license=(custom GPL3) depends=(pdcurses sdl_mixer yaml-cpp) -makedepends=(boost gendesk git imagemagick setconf) +makedepends=(gendesk git imagemagick setconf) source=("git+https://github.com/cymonsgames/ASCIIpOrtal.git#tag=v${pkgver%.8}-beta${pkgver#*.*.}" "$pkgname.png::https://fc01.deviantart.net/fs71/f/2010/318/3/5/portal_ascii_icon___button_by_lightmystic-d32udqx.png") -sha256sums=('SKIP' - '390f21881377b331f1a65a3e54ccf91fba72a88146058cc146f914a1185de9d1') +b2sums=('SKIP' + 'a09312f58b14e21a5c978afac5bb15e44b101c21355e67d8bcae785b7706e566cf984423a32f6be03e912f54a623953d761e9241529e3a1bc6fcd95428869767') prepare() { gendesk -n -f \ @@ -44,7 +45,5 @@ make -C ASCIIpOrtal DESTDIR="$pkgdir" install install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" install -Dm644 ${pkgname}48x48.png "$pkgdir/usr/share/pixmaps/$pkgname.png" - install -Dm644 "$srcdir/icon.txt" "$pkgdir/usr/share/licenses/$pkgname/icon.txt" + install -Dm644 icon.txt "$pkgdir/usr/share/licenses/$pkgname/icon.txt" } - -# vim: ts=2 sw=2 et:
