[notify] xorg-xorgproto: cleanup windows, apple items, include xf86rush, note clashes with obsolete xorg-xf86rushproto

This commit is contained in:
Danny Rawlins 2019-06-30 14:52:05 +10:00
parent ae63213cdc
commit 0d02fb1201
3 changed files with 8 additions and 13 deletions

View File

@ -61,8 +61,6 @@ drwxr-xr-x root/root usr/include/X11/extensions/
-rw-r--r-- root/root usr/include/X11/extensions/Xvproto.h
-rw-r--r-- root/root usr/include/X11/extensions/ag.h
-rw-r--r-- root/root usr/include/X11/extensions/agproto.h
-rw-r--r-- root/root usr/include/X11/extensions/applewmconst.h
-rw-r--r-- root/root usr/include/X11/extensions/applewmproto.h
-rw-r--r-- root/root usr/include/X11/extensions/bigreqsproto.h
-rw-r--r-- root/root usr/include/X11/extensions/bigreqstr.h
-rw-r--r-- root/root usr/include/X11/extensions/composite.h
@ -117,8 +115,6 @@ drwxr-xr-x root/root usr/include/X11/extensions/
-rw-r--r-- root/root usr/include/X11/extensions/syncproto.h
-rw-r--r-- root/root usr/include/X11/extensions/syncstr.h
-rw-r--r-- root/root usr/include/X11/extensions/vldXvMC.h
-rw-r--r-- root/root usr/include/X11/extensions/windowswm.h
-rw-r--r-- root/root usr/include/X11/extensions/windowswmstr.h
-rw-r--r-- root/root usr/include/X11/extensions/xcalibrateproto.h
-rw-r--r-- root/root usr/include/X11/extensions/xcalibratewire.h
-rw-r--r-- root/root usr/include/X11/extensions/xcmiscproto.h
@ -135,6 +131,8 @@ drwxr-xr-x root/root usr/include/X11/extensions/
-rw-r--r-- root/root usr/include/X11/extensions/xf86dgastr.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86misc.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86mscstr.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86rush.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86rushstr.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86vm.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86vmproto.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86vmstr.h
@ -165,7 +163,6 @@ drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/Xprint.7.gz
drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/applewmproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/bigreqsproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/compositeproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/damageproto.pc
@ -189,7 +186,6 @@ drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/scrnsaverproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/trapproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/videoproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/windowswmproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/xcalibrateproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/xcmiscproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/xextproto.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndCXQlGIRdOlSXSQCcETGMkxijzEounv4yHbFv2jFWoArUwMPW/u6E4zm5nISzU8q23iqmgb8f+3/quQXMYm6UQM=
SHA256 (Pkgfile) = 13731d18f0d3b5b8593eb5e20f434ca3dded6bc3455a41e31a801d7c1dddd5dd
SHA256 (.footprint) = a6b8decb0bfceffa720b9eb731e84b347e325ad9d786ccb36fec7a5a410b972a
RWTSGWF5Q7TndP6QIE7hFR09hT/1ej3K9nKUO9B15KmYf18jonFOnfkTLFxLetxweSwQ9lzYg/Bwz5odj4pg7LGHwBGd2Q1gJQM=
SHA256 (Pkgfile) = 05cd64ed83eb69382bc385309dff140cd2f6ba88969cd9b765b191595b7cf5ba
SHA256 (.footprint) = 4305bfc8fd2eaea8718010fc6bdeaf9c22c42d1c418aa870bbcc5d7d7a463a9e
SHA256 (xorgproto-2019.1.tar.bz2) = a6daaa7a6cbc8e374032d83ff7f47d41be98f1e0f4475d66a4da3aa766a0d49b

View File

@ -5,7 +5,7 @@
name=xorg-xorgproto
version=2019.1
release=1
release=2
source=(https://xorg.freedesktop.org/archive/individual/proto/xorgproto-$version.tar.bz2)
build() {
@ -18,8 +18,7 @@ build() {
make
make DESTDIR=$PKG install
# conflict with xorg-xf86rushproto
rm $PKG/usr/include/X11/extensions/xf86rush*
rm $PKG/usr/include/X11/extensions/{apple,windows}*
rm $PKG/usr/share/pkgconfig/{apple,windows}wmproto.pc
rm -r $PKG/usr/share/doc
}