Merge branch '3.4' into 3.5

This commit is contained in:
Danny Rawlins 2019-06-29 22:15:59 +10:00
commit f64ce07f94
3 changed files with 0 additions and 31 deletions

View File

@ -1,9 +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/xf86rush.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86rushstr.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xf86rushproto.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndLfDC6HBUUDI9gQFbI69ElhBTfW6c4/l5KVVX4g0nAOaYtQQdNtU8OQXE4Ly9DNu6AN3G2oDWH85EnAih/qQ0AE=
SHA256 (Pkgfile) = 5966c3e01cca8240d0c834dc888612dedd6da5981c4852782b52e24a8b036f00
SHA256 (.footprint) = 3c7e219be53611f5fc0447bea30340d5f5349c4d4f6347818a45b5f89e50fd12
SHA256 (xf86rushproto-1.1.2.tar.bz2) = 07d9b237541f2d6313b5b28f5335d987a766b36c87b133f77cc48f31d969a3ae

View File

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