initial import
This commit is contained in:
27
xenocara-xsm/LICENSE
Normal file
27
xenocara-xsm/LICENSE
Normal file
@@ -0,0 +1,27 @@
|
||||
Copyright (C) 1996 X Consortium
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of the X Consortium shall
|
||||
not be used in advertising or otherwise to promote the sale, use or
|
||||
other dealings in this Software without prior written authorization
|
||||
from the X Consortium.
|
||||
|
||||
X Window System is a trademark of X Consortium, Inc.
|
||||
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