diff options
author | prspkt <prspkt@protonmail.com> | 2018-05-12 20:01:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-18 17:14:53 +0000 |
commit | 6e23462a5569af8c4af7d1e5641d37f12ae0b729 (patch) | |
tree | ce6494f4d5aaa34ac2f6558aa0e7a74979f8f554 /main/bigreqsproto | |
parent | dfc56d0a6e8264bcb5cf44aa3bd4a206e953e804 (diff) | |
download | aports-6e23462a5569af8c4af7d1e5641d37f12ae0b729.tar.bz2 aports-6e23462a5569af8c4af7d1e5641d37f12ae0b729.tar.xz |
main/*proto: remove individual X11 protocol header packages
The following packages have been deprecated in favor of the
combined X11 protocol headers found in main/xorgproto.
bigreqsproto, compositeproto, damageproto, dri2proto, dri3proto,
fixesproto, fontsproto, glproto, inputproto, kbproto, presentproto,
printproto, randrproto, recordproto, renderproto, resourceproto,
scrnsaverproto, videoproto, xcmiscproto, xextproto, xf86bigfontproto,
xf86dgaproto, xf86driproto, xf86miscproto, xf86vidmodeproto,
xineramaproto, xproto
Diffstat (limited to 'main/bigreqsproto')
-rw-r--r-- | main/bigreqsproto/APKBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/main/bigreqsproto/APKBUILD b/main/bigreqsproto/APKBUILD deleted file mode 100644 index 7fbcf17afe..0000000000 --- a/main/bigreqsproto/APKBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=bigreqsproto -pkgver=1.1.2 -pkgrel=3 -pkgdesc="X11 Big Requests extension wire protocol" -url="http://xorg.freedesktop.org/" -arch="noarch" -license="MIT" -options="!check" # No test suite. -depends="" -makedepends="util-macros xmlto" -subpackages="$pkgname-doc" -source="http://www.x.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2" - -prepare() { - cd "$builddir" - update_config_sub - default_prepare -} - -build() { - cd "$builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --without-fop - make -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install -} - -md5sums="1a05fb01fa1d5198894c931cf925c025 bigreqsproto-1.1.2.tar.bz2" -sha256sums="462116ab44e41d8121bfde947321950370b285a5316612b8fce8334d50751b1e bigreqsproto-1.1.2.tar.bz2" -sha512sums="9c2f98191169f7bca69601fcea5ddcb45d50b3a6bae087a2d6ee2d83f9729155b23268ad4c46a3cc99162cdacf4c8e3d7f061e58d73237da96f23123444f67d8 bigreqsproto-1.1.2.tar.bz2" |