mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 13:07:14 +08:00
xkit vs 2.7
This commit is contained in:
parent
02877230ae
commit
71dd22ebc3
@ -8,7 +8,6 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
|
||||
|
||||
# original name (used for the source and pkgnames)
|
||||
_origname=x-kit
|
||||
|
||||
@ -19,13 +18,13 @@ _origname=x-kit
|
||||
#
|
||||
pkgname=xkit
|
||||
pkgver=0.4.2
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="A kit to manipulate, parse and validate the X.org configuration file (/etc/X11/xorg.conf)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://launchpad.net/x-kit"
|
||||
license=('GPL')
|
||||
groups=('kde' 'kde-complete' 'kde-uninstall' 'kde-tools' 'kde-support')
|
||||
depends=('python' 'xorg-server')
|
||||
depends=('python2' 'xorg-server')
|
||||
options=('!splithdr' '!splitdbg')
|
||||
source=(http://launchpad.net/xorgparser/trunk/0.4.2/+download/$_origname-$pkgver.tar.gz
|
||||
https://launchpad.net/ubuntu/jaunty/+source/dontzap/0.1.2/+files/dontzap_0.1.2.tar.gz)
|
||||
@ -37,11 +36,10 @@ md5sums=('024176dda624f011daba53c2796b2845' # x-kit-0.4.2.tar.gz
|
||||
build() {
|
||||
# install xkit lib
|
||||
cd "$srcdir/$_origname-$pkgver"
|
||||
python setup.py install --root=$startdir/pkg
|
||||
python2 setup.py install --root=$startdir/pkg
|
||||
|
||||
# install dontzap
|
||||
cd "$srcdir/main"
|
||||
python setup.py install --root=$startdir/pkg
|
||||
python2 setup.py install --root=$startdir/pkg
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
Loading…
Reference in New Issue
Block a user