[notify] printproto: dropped, xorg-xorgproto 2019.1 now includes this

This commit is contained in:
Danny Rawlins 2019-06-29 22:08:59 +10:00
parent 918abdac17
commit b6a490576c
3 changed files with 0 additions and 35 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/X11/
drwxr-xr-x root/root usr/include/X11/extensions/
-rw-r--r-- root/root usr/include/X11/extensions/Print.h
-rw-r--r-- root/root usr/include/X11/extensions/Printstr.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/printproto.pc
drwxr-xr-x root/root usr/share/
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndJY7Vh6gx5FcyC8Vr9qqE74GLN7YN14booxODNUBQWc30RNRW3us0LFJOx0eLXyYw30lSuGaXUtWPe0kWe2Vewk=
SHA256 (Pkgfile) = ed1a548c77e5054a78c052649a95e099ae74fc49539f00307f1a4a73a5cc9a7b
SHA256 (.footprint) = 020c92904cab953d95e37420f321817bb0bd65ce73244262474dc72ea2060197
SHA256 (printproto-1.0.5.tar.bz2) = 1298316cf43b987365ab7764d61b022a3d7f180b67b423eed3456862d155911a

View File

@ -1,17 +0,0 @@
# Description: X11 print extension wire protocol
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=printproto
version=1.0.5
release=2
source=(https://www.x.org/releases/individual/proto/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}