diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-18 17:45:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-19 08:03:18 +0000 |
commit | b1948202ee0ccaf5c2ff6ecc19f88072581c2905 (patch) | |
tree | 116f1306731bbee2b426302f0610f39c2357260a /main/libxdamage | |
parent | 0090815e8fa5585fbce4411e516471e48ef953b0 (diff) | |
download | aports-b1948202ee0ccaf5c2ff6ecc19f88072581c2905.tar.bz2 aports-b1948202ee0ccaf5c2ff6ecc19f88072581c2905.tar.xz |
main/libxdamage: use xorgproto
Diffstat (limited to 'main/libxdamage')
-rw-r--r-- | main/libxdamage/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/libxdamage/APKBUILD b/main/libxdamage/APKBUILD index 856b484854..00f85ee2d1 100644 --- a/main/libxdamage/APKBUILD +++ b/main/libxdamage/APKBUILD @@ -1,15 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxdamage pkgver=1.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="X11 damaged region extension library" url="http://xorg.freedesktop.org/" arch="all" license="custom" options="!check" # No test suite. depends= -depends_dev="damageproto fixesproto" -makedepends="damageproto libx11-dev libxfixes-dev util-macros xextproto xproto" +makedepends="xorgproto libx11-dev libxfixes-dev util-macros" subpackages="$pkgname-dev" source="http://www.x.org/releases/individual/lib/libXdamage-$pkgver.tar.bz2" |