diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-04-26 19:40:20 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-05 19:31:39 +0000 |
commit | db57cae5307a0136207de1c510c6b78eb13988bb (patch) | |
tree | 0b8d32fecda4520018d83d5aadb6106772f85db9 /main/libxcomposite | |
parent | 0e3bf8c27981e1fad6519f993d1cb6712c5fafb4 (diff) | |
download | aports-db57cae5307a0136207de1c510c6b78eb13988bb.tar.bz2 aports-db57cae5307a0136207de1c510c6b78eb13988bb.tar.xz |
main/libxcomposite: upgrade to 0.4.5
Diffstat (limited to 'main/libxcomposite')
-rw-r--r-- | main/libxcomposite/APKBUILD | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/main/libxcomposite/APKBUILD b/main/libxcomposite/APKBUILD index 64d5575b4e..e4741c2fd5 100644 --- a/main/libxcomposite/APKBUILD +++ b/main/libxcomposite/APKBUILD @@ -1,27 +1,20 @@ +# Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcomposite -pkgver=0.4.4 -pkgrel=2 +pkgver=0.4.5 +pkgrel=0 pkgdesc="X11 Composite extension library" url="http://xorg.freedesktop.org/" arch="all" license="custom" options="!check" # No test suite. subpackages="$pkgname-dev $pkgname-doc" -depends= depends_dev="libxext-dev" makedepends="xorgproto libx11-dev libxext-dev libxfixes-dev util-macros" source="https://www.x.org/releases/individual/lib/libXcomposite-$pkgver.tar.bz2" builddir="$srcdir"/libXcomposite-$pkgver -prepare() { - cd "$builddir" - chmod u+w config.sub - update_config_sub - default_prepare -} - build() { cd "$builddir" ./configure \ @@ -38,4 +31,4 @@ package() { install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="b15f8fdbe4cb7488bdad161d73ef8e59ef603c5af92d7b573110ba136d7d4ce3749aac45972bce87662b0310b67e831cffad72c45c15bfff988b5b555d4c884b libXcomposite-0.4.4.tar.bz2" +sha512sums="502fd51fd9097bb3ca72174ac5b25b9d3b1ff240d32c4765199df03d89337d94b4ddea49e90b177b370862430089d966ce9c38988337156352cfeae911c2d3d5 libXcomposite-0.4.5.tar.bz2" |