mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:57:14 +08:00
xorg19: rederproto 0.11.1, xproto 7.0.18 - don't update platform-testing yet - use xorg19
This commit is contained in:
parent
adae9a28a5
commit
ac98f809dd
@ -8,14 +8,14 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=renderproto
|
||||
pkgver=0.11
|
||||
pkgrel=2
|
||||
pkgver=0.11.1
|
||||
pkgrel=1
|
||||
pkgdesc="X11 Render extension wire protocol"
|
||||
arch=(any)
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('b160a9733fe91b666e74fca284333148')
|
||||
sha1sums=('7ae9868a358859fe539482b02414aa15c2d8b1e4')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
@ -1,15 +1,21 @@
|
||||
# $Id: PKGBUILD 54556 2009-10-11 10:05:54Z andyrtr $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=xproto
|
||||
pkgver=7.0.16
|
||||
pkgver=7.0.18
|
||||
pkgrel=1
|
||||
pkgdesc="X11 core wire protocol and auxiliary headers"
|
||||
arch=(any)
|
||||
license=('custom')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('75c9edff1f3823e5ab6bb9e66821a901')
|
||||
sha1sums=('252596e7264f3174d535bf67fd1b704b1ba8f699')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user