initial import
This commit is contained in:
43
xenocara-xsm/PKGBUILD
Normal file
43
xenocara-xsm/PKGBUILD
Normal file
@@ -0,0 +1,43 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
# Based on xorg-xsm package
|
||||
|
||||
pkgname=xenocara-xsm
|
||||
_openbsdver=6.9
|
||||
_pkgname=xsm
|
||||
pkgdesc="X Session Manager, provided by Xenocara"
|
||||
pkgver=1.0.4
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.xenocara.org'
|
||||
license=('X11')
|
||||
depends=('libxaw' 'xenocara-smproxy' 'xenocara-iceauth')
|
||||
makedepends=('xenocara-util-macros')
|
||||
optdepends=('xenocara-twm: for window manager in default scripts')
|
||||
groups=('xenocara-apps' 'xenocara' 'xorg-apps' 'xorg')
|
||||
provides=('xorg-xsm')
|
||||
conflicts=('xorg-xsm')
|
||||
replaces=('xorg-xsm')
|
||||
source=("https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/app/$_pkgname-$pkgver.tar.lz"{,.sig}
|
||||
"LICENSE")
|
||||
sha512sums=('1937424aa399c64b5c1703de0cbf421da5de350e1793f0328bbb70c46d5641666cc9331ddf14cd7f6ab80e4456ac316daf7132ad6ae3705722abc186234e7638'
|
||||
'SKIP'
|
||||
'fe9ad2090c98140a9b3cb969def4ca76fe4bf523eb402cd587ec8be4c76090cd47fadc60f56ad99e45b3c39ec44c5bbe453786c5454b0d8f07bba7fd80028628')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "xenocara-$_openbsdver/app/$_pkgname"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "xenocara-$_openbsdver/app/$_pkgname"
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xenocara-$_openbsdver/app/$_pkgname"
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 $srcdir/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user