summaryrefslogtreecommitdiff
path: root/xorg-kbproto
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2018-02-06 12:12:33 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2018-02-06 12:12:33 +0100
commit497fd053c815bc2efae7a8fab4ba517c0c3f553f (patch)
treedb49f58cc4cee83722fc71e018b3fa793f91feef /xorg-kbproto
parentdfd7ff7e4413d1b8ea42cd20cc679a90ee9ddf4b (diff)
downloadxorg-497fd053c815bc2efae7a8fab4ba517c0c3f553f.tar.gz
xorg-497fd053c815bc2efae7a8fab4ba517c0c3f553f.tar.xz
xorg: purged ports replaced by xorg-xorgproto
Diffstat (limited to 'xorg-kbproto')
-rw-r--r--xorg-kbproto/.footprint12
-rw-r--r--xorg-kbproto/.md5sum1
-rw-r--r--xorg-kbproto/.signature5
-rw-r--r--xorg-kbproto/Pkgfile21
4 files changed, 0 insertions, 39 deletions
diff --git a/xorg-kbproto/.footprint b/xorg-kbproto/.footprint
deleted file mode 100644
index 6e16246c..00000000
--- a/xorg-kbproto/.footprint
+++ /dev/null
@@ -1,12 +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/XKB.h
--rw-r--r-- root/root usr/include/X11/extensions/XKBgeom.h
--rw-r--r-- root/root usr/include/X11/extensions/XKBproto.h
--rw-r--r-- root/root usr/include/X11/extensions/XKBsrv.h
--rw-r--r-- root/root usr/include/X11/extensions/XKBstr.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/kbproto.pc
diff --git a/xorg-kbproto/.md5sum b/xorg-kbproto/.md5sum
deleted file mode 100644
index cdec3ae2..00000000
--- a/xorg-kbproto/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-94afc90c1f7bef4a27fdd59ece39c878 kbproto-1.0.7.tar.bz2
diff --git a/xorg-kbproto/.signature b/xorg-kbproto/.signature
deleted file mode 100644
index 075b87ba..00000000
--- a/xorg-kbproto/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndKZ/zUyou+nrAvBy/8Cckw6clP6EsSKqRKZ7hOWk46f5LyY+uaPfgPKb7Eo8ZZ+NpT8nAbpFI5emkcJ/Qqnjfw8=
-SHA256 (Pkgfile) = 4927aa5523fd3239ccb5f6f5c1d1b05b71612e9979d26eebf94a5251e7344172
-SHA256 (.footprint) = fc3920a7e68afbc22e31705706910f05bd9e113901a721d697ab2fd7e7d09a3e
-SHA256 (kbproto-1.0.7.tar.bz2) = f882210b76376e3fa006b11dbd890e56ec0942bc56e65d1249ff4af86f90b857
diff --git a/xorg-kbproto/Pkgfile b/xorg-kbproto/Pkgfile
deleted file mode 100644
index 9210832b..00000000
--- a/xorg-kbproto/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: xorg proto kbproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-util-macros
-
-name=xorg-kbproto
-version=1.0.7
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/kbproto-$version.tar.bz2)
-
-build() {
- cd kbproto-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-
- rm -r $PKG/usr/share/doc
- rmdir $PKG/usr/share
-}

Generated by cgit