mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:07:15 +08:00
libx11: 1.6.2
This commit is contained in:
parent
96b65ff1d4
commit
7a767b33fe
@ -1,29 +1,27 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Part of the X.org group
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
pkgname=libx11
|
||||
pkgver=1.5.0
|
||||
pkgver=1.6.2
|
||||
pkgrel=1
|
||||
pkgdesc="X11 client-side library"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
url="http://xorg.freedesktop.org/"
|
||||
depends=('libxcb' 'xproto' 'kbproto')
|
||||
makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
|
||||
options=('!libtool')
|
||||
license=('custom')
|
||||
source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
|
||||
xorg.sh
|
||||
xorg.csh)
|
||||
sha1sums=('8177535c9c59d8c3ab98d55ce53520b5737ccd1a'
|
||||
'4b756387426afb2a5bb7a155631ec42348abf5c1'
|
||||
'45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
|
||||
|
||||
source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
|
||||
sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/libX11-${pkgver}"
|
||||
./configure --prefix=/usr --disable-static --disable-xf86bigfont
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "${srcdir}/libX11-${pkgver}"
|
||||
make check
|
||||
}
|
||||
|
||||
@ -31,9 +29,6 @@ package() {
|
||||
cd "${srcdir}/libX11-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
install -m755 -d "${pkgdir}/etc/profile.d"
|
||||
install -m755 "${srcdir}/"xorg.{sh,csh} "${pkgdir}/etc/profile.d/"
|
||||
|
||||
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user