initial import
This commit is contained in:
40
xenocara-xrefresh/PKGBUILD
Normal file
40
xenocara-xrefresh/PKGBUILD
Normal file
@@ -0,0 +1,40 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
# Based on xorg-xrefresh package
|
||||
|
||||
pkgname=xenocara-xrefresh
|
||||
_openbsdver=6.9
|
||||
pkgver=1.0.6
|
||||
pkgrel=3
|
||||
pkgdesc="Refresh all or part of an X screen, provided by Xenocara"
|
||||
arch=(i686 x86_64)
|
||||
url="https://www.xenocara.org"
|
||||
license=('X11')
|
||||
depends=('libx11')
|
||||
makedepends=('xenocara-util-macros')
|
||||
groups=('xenocara-apps' 'xenocara' 'xorg-apps' 'xorg')
|
||||
provides=('xorg-xrefresh')
|
||||
conflicts=('xorg-xrefresh')
|
||||
replaces=('xorg-xrefresh')
|
||||
source=(https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/app/xrefresh-$pkgver.tar.lz{,.sig})
|
||||
sha512sums=('b8cbdf4220e00ba7b1785c916ce87d6bb325765ad7eac861c84a9978c42a0c3fa5f439318359ddeef1eeee0f569b91cc5d19ac626f40e51237000b6af8d091f8'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "xenocara-$_openbsdver/app/xrefresh"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "xenocara-$_openbsdver/app/xrefresh"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xenocara-$_openbsdver/app/xrefresh"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user