diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-05 21:16:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-07 10:07:53 +0000 |
commit | 6b3b7c71e9455767820a0c9e6de21320c9fc7170 (patch) | |
tree | 75e8d52a2667525efd73289206ef153a122bca20 | |
parent | 8231e253e0f26104e731c3d2e6f66fc3d93d9aec (diff) | |
download | aports-6b3b7c71e9455767820a0c9e6de21320c9fc7170.tar.bz2 aports-6b3b7c71e9455767820a0c9e6de21320c9fc7170.tar.xz |
main/libx11 (and depends): rebuild for pkg-config depends
-rw-r--r-- | main/libpthread-stubs/APKBUILD | 2 | ||||
-rw-r--r-- | main/libx11/APKBUILD | 4 | ||||
-rw-r--r-- | main/libxau/APKBUILD | 4 | ||||
-rw-r--r-- | main/libxcb/APKBUILD | 6 | ||||
-rw-r--r-- | main/libxdmcp/APKBUILD | 2 |
5 files changed, 8 insertions, 10 deletions
diff --git a/main/libpthread-stubs/APKBUILD b/main/libpthread-stubs/APKBUILD index 1c6c10021..e0a4ce14f 100644 --- a/main/libpthread-stubs/APKBUILD +++ b/main/libpthread-stubs/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libpthread-stubs pkgver=0.3 -pkgrel=2 +pkgrel=3 pkgdesc="Pthread functions stubs for platforms missing them" url="http://cgit.freedesktop.org/xcb/pthread-stubs" arch="all" diff --git a/main/libx11/APKBUILD b/main/libx11/APKBUILD index f525863ed..1f3e63bcf 100644 --- a/main/libx11/APKBUILD +++ b/main/libx11/APKBUILD @@ -8,9 +8,9 @@ arch="all" license="custom:XFREE86" depends= subpackages="$pkgname-dev $pkgname-doc" -depends_dev="libxcb-dev xproto xextproto xf86bigfontproto xtrans kbproto +depends_dev="libxcb-dev xextproto xf86bigfontproto xtrans inputproto" -makedepends="$depends_dev util-macros" +makedepends="$depends_dev util-macros xproto kbproto" source="http://xorg.freedesktop.org/releases/individual/lib/libX11-$pkgver.tar.bz2 " diff --git a/main/libxau/APKBUILD b/main/libxau/APKBUILD index 63642206c..2942b29c4 100644 --- a/main/libxau/APKBUILD +++ b/main/libxau/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxau pkgver=1.0.8 -pkgrel=0 +pkgrel=1 pkgdesc="X11 authorisation library" url="http://xorg.freedesktop.org/" arch="all" @@ -11,8 +11,6 @@ makedepends="xproto" subpackages="$pkgname-dev $pkgname-doc" source="http://xorg.freedesktop.org/releases/individual/lib/libXau-$pkgver.tar.bz2" -depends_dev="xproto" - build() { cd "$srcdir"/libXau-$pkgver ./configure \ diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD index e3aff2eec..1fd6d3bc4 100644 --- a/main/libxcb/APKBUILD +++ b/main/libxcb/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcb pkgver=1.11 -pkgrel=0 +pkgrel=1 pkgdesc="X11 client-side library" url="http://xcb.freedesktop.org/" arch="all" license="custom" depends= subpackages="$pkgname-dev $pkgname-doc" -depends_dev="libpthread-stubs libxau-dev libxdmcp-dev xcb-proto" -makedepends="$depends_dev libxslt python" +depends_dev="libxau-dev xcb-proto" +makedepends="$depends_dev libxslt python libpthread-stubs libxdmcp-dev" source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2 " diff --git a/main/libxdmcp/APKBUILD b/main/libxdmcp/APKBUILD index cb54613c6..51646c930 100644 --- a/main/libxdmcp/APKBUILD +++ b/main/libxdmcp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxdmcp pkgver=1.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="X11 Display Manager Control Protocol library" url="http://xorg.freedesktop.org/" arch="all" |