summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-06-19 17:55:50 +0200
committerTim Biermann <tbier@posteo.de>2022-06-19 17:55:50 +0200
commit79d0128504b2e9505d5183060b10558c6844a7c6 (patch)
tree6fff10441548ae32d1fb7c4a24076e5ee6fccc19
parentd4aa3bcfeb3aaf70c6590b5b8eb0a6b53af5a15c (diff)
downloadcompat-32-79d0128504b2e9505d5183060b10558c6844a7c6.tar.gz
compat-32-79d0128504b2e9505d5183060b10558c6844a7c6.tar.xz
xorg-xcb-proto-32: dropped
-rw-r--r--xorg-xcb-proto-32/.32bit0
-rw-r--r--xorg-xcb-proto-32/.footprint1
-rw-r--r--xorg-xcb-proto-32/.signature5
-rw-r--r--xorg-xcb-proto-32/Pkgfile23
4 files changed, 0 insertions, 29 deletions
diff --git a/xorg-xcb-proto-32/.32bit b/xorg-xcb-proto-32/.32bit
deleted file mode 100644
index e69de29b..00000000
--- a/xorg-xcb-proto-32/.32bit
+++ /dev/null
diff --git a/xorg-xcb-proto-32/.footprint b/xorg-xcb-proto-32/.footprint
deleted file mode 100644
index 9c4dffa8..00000000
--- a/xorg-xcb-proto-32/.footprint
+++ /dev/null
@@ -1 +0,0 @@
-drwxr-xr-x root/root usr/
diff --git a/xorg-xcb-proto-32/.signature b/xorg-xcb-proto-32/.signature
deleted file mode 100644
index 1b8514ef..00000000
--- a/xorg-xcb-proto-32/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXUAqq3pax3/Y2me/l00AwssDLHNMUuaEIrdgTuKbvpeQhdmm4oNslx35Qz4gaf/DlEz++8z9NRBh67GbU6WZ+gs=
-SHA256 (Pkgfile) = da66d44a5c8ab86ce28320b9eda79fd72054764fc8831ff7d9fb4c30f3ed2cec
-SHA256 (.footprint) = b03d3553fd3cc3292df363407172d8734d8353a95aead2a3a86a12595f592b51
-SHA256 (xcb-proto-1.15.2.tar.xz) = 7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed
diff --git a/xorg-xcb-proto-32/Pkgfile b/xorg-xcb-proto-32/Pkgfile
deleted file mode 100644
index f9d5e285..00000000
--- a/xorg-xcb-proto-32/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: XCB X protocol descriptions
-# URL: https://xcb.freedesktop.org/
-# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
-# Depends on: xorg-xcb-proto
-
-name=xorg-xcb-proto-32
-version=1.15.2
-release=1
-source=(https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$version.tar.xz)
-
-build() {
- cd xcb-proto-$version
-
- PYTHON='/usr/bin/python3' \
- ./configure \
- --prefix=/usr \
- --libdir=/usr/lib32
-
- make
- make DESTDIR=$PKG install
-
- rm -r $PKG/usr/{lib,share}
-}

Generated by cgit