Arch logo is back on screensavers

This commit is contained in:
géballin 2020-05-20 17:08:57 +02:00
parent c74def40c0
commit 459939cdbf
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = xscreensaver-arch-logo
pkgdesc = Screen saver and locker for the X Window System with Arch Linux branding
pkgver = 5.44
pkgrel = 1
pkgrel = 2
url = https://www.jwz.org/xscreensaver/
arch = x86_64
license = BSD

View file

@ -5,7 +5,7 @@
pkgname=xscreensaver-arch-logo
pkgver=5.44
pkgrel=1
pkgrel=2
pkgdesc='Screen saver and locker for the X Window System with Arch Linux branding'
url='https://www.jwz.org/xscreensaver/'
arch=('x86_64')
@ -31,6 +31,7 @@ prepare() {
}
build() {
cp logo-* "${srcdir}"/${pkgname%%-*}-${pkgver}/hacks/images/
cd "${pkgname%%-*}-${pkgver}"
install -Dm644 "$srcdir"/logo-180.xpm "${srcdir}"/${pkgname%%-*}-${pkgver}/utils/images/logo-180.xpm
./configure \