Skip to content

Commit

Permalink
libxinerama 1.1.3, libxp 1.0.2, libxres 1.0.7, libxt 1.1.4, libxxf86d…
Browse files Browse the repository at this point in the history
…ga 1.1.4, libxxf86vm 1.1.3
  • Loading branch information
KdeOs committed Jun 1, 2013
1 parent 8767299 commit e1024a5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions libxinerama/PKGBUILD
@@ -1,16 +1,16 @@

pkgname=libxinerama
pkgver=1.1.2
pkgrel=2
pkgver=1.1.3
pkgrel=1
pkgdesc="X11 Xinerama extension library"
arch=('x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('libxext' 'xineramaproto')
makedepends=('xorg-util-macros')
options=(!libtool)
options=('!libtool')
source=("${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2")
md5sums=('cb45d6672c93a608f003b6404f1dd462')
md5sums=('9336dc46ae3bf5f81c247f7131461efd')

build() {
cd "${srcdir}/libXinerama-${pkgver}"
Expand Down
8 changes: 4 additions & 4 deletions libxp/PKGBUILD
@@ -1,17 +1,17 @@

pkgname=libxp
pkgver=1.0.1
pkgrel=2
pkgver=1.0.2
pkgrel=1
pkgdesc="X11 X Print Library"
arch=('x86_64')
license=('custom')
url="http://xorg.freedesktop.org/"
depends=('libxext' 'printproto')
makedepends=('xorg-util-macros')
options=('!libtool')
source=(${url}/releases/individual/lib/libXp-${pkgver}.tar.bz2)
source=("${url}/releases/individual/lib/libXp-${pkgver}.tar.bz2")
license=('custom')
md5sums=('7ae1d63748e79086bd51a633da1ff1a9')
md5sums=('bb038577c7f4e42a1b675fa6451bc4aa')

build() {
cd "${srcdir}/libXp-${pkgver}"
Expand Down
4 changes: 2 additions & 2 deletions libxres/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=libxres
pkgver=1.0.6
pkgver=1.0.7
pkgrel=1
pkgdesc='X11 Resource extension library'
arch=('x86_64')
Expand All @@ -10,7 +10,7 @@ depends=('libxext')
makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 'xorg-util-macros')
options=('!libtool')
source=("${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2")
md5sums=('80d0c6d8522fa7a645e4f522e9a9cd20')
md5sums=('45ef29206a6b58254c81bea28ec6c95f')

build() {
cd "${srcdir}/libXres-${pkgver}"
Expand Down
4 changes: 2 additions & 2 deletions libxt/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=libxt
pkgver=1.1.3
pkgver=1.1.4
pkgrel=1
pkgdesc="X11 toolkit intrinsics library"
arch=('x86_64')
Expand All @@ -10,7 +10,7 @@ depends=('libsm' 'libx11')
makedepends=('xorg-util-macros')
options=('!libtool')
source=("${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2")
md5sums=('a6f137ae100e74ebe3b71eb4a38c40b3')
md5sums=('03149823ae57bb02d0cec90d5b97d56c')

build() {
cd "${srcdir}/libXt-${pkgver}"
Expand Down
4 changes: 2 additions & 2 deletions libxxf86dga/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=libxxf86dga
pkgver=1.1.3
pkgver=1.1.4
pkgrel=1
pkgdesc="X11 Direct Graphics Access extension library"
arch=('x86_64')
Expand All @@ -10,7 +10,7 @@ depends=('libxext' 'xf86dgaproto')
makedepends=('xorg-util-macros')
options=('!libtool')
source=("${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2")
md5sums=('b7f38465c46e7145782d37dbb9da8c09')
md5sums=('d7dd9b9df336b7dd4028b6b56542ff2c')

build() {
cd "${srcdir}/libXxf86dga-${pkgver}"
Expand Down
4 changes: 2 additions & 2 deletions libxxf86vm/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=libxxf86vm
pkgver=1.1.2
pkgver=1.1.3
pkgrel=1
pkgdesc="X11 XFree86 video mode extension library"
arch=('x86_64')
Expand All @@ -10,7 +10,7 @@ depends=('libxext' 'xf86vidmodeproto')
makedepends=('xorg-util-macros')
options=('!libtool')
source=("${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2")
md5sums=('ffd93bcedd8b2b5aeabf184e7b91f326')
md5sums=('e46f6ee4f4567349a3189044fe1bb712')

build() {
cd "${srcdir}/libXxf86vm-${pkgver}"
Expand Down

0 comments on commit e1024a5

Please sign in to comment.