mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 23:17:16 +08:00
xterm: fixed dependency
This commit is contained in:
parent
668b25a62e
commit
0b4aff230d
@ -8,12 +8,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=xterm
|
||||
pkgver=266
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="X Terminal Emulator"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://invisible-island.net/xterm/"
|
||||
license=('custom')
|
||||
depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps')
|
||||
depends=('libxft' 'libxaw' 'ncurses' 'xorg-apps' 'xbitmaps')
|
||||
groups=('xorg')
|
||||
source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
|
||||
LICENSE)
|
||||
@ -59,4 +59,4 @@ package() {
|
||||
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
install -m644 "${srcdir}/LICENSE" \
|
||||
"${pkgdir}/usr/share/licenses/${pkgname}/"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user