aboutsummaryrefslogtreecommitdiffstats
path: root/main/scrnsaverproto/APKBUILD
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-05-12 20:01:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-18 17:14:53 +0000
commit6e23462a5569af8c4af7d1e5641d37f12ae0b729 (patch)
treece6494f4d5aaa34ac2f6558aa0e7a74979f8f554 /main/scrnsaverproto/APKBUILD
parentdfc56d0a6e8264bcb5cf44aa3bd4a206e953e804 (diff)
downloadaports-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/scrnsaverproto/APKBUILD')
-rw-r--r--main/scrnsaverproto/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/main/scrnsaverproto/APKBUILD b/main/scrnsaverproto/APKBUILD
deleted file mode 100644
index 79948d3e03..0000000000
--- a/main/scrnsaverproto/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=scrnsaverproto
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="X11 Screen Saver extension wire protocol"
-url="http://xorg.freedesktop.org/"
-arch="noarch"
-license="custom"
-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
- install -m755 -d "$pkgdir"/usr/share/licenses/$pkgname
- install -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/
-}
-sha512sums="e74a512a6101967983a1d713d22a1f456f77519998116ef0f0a9e4b44ae4730ecd41eb9c0f7fa53e9f5c94967541daf10693d701af832597f5347461c5990ebc scrnsaverproto-1.2.2.tar.bz2"