initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

36
libxp/PKGBUILD Normal file
View File

@@ -0,0 +1,36 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=libxp
pkgver=1.0.3
pkgrel=2
pkgdesc="X11 X Print Library"
arch=('i686' 'x86_64')
license=('X11')
url="https://xorg.freedesktop.org/"
depends=('libxext' 'xenocara-proto')
makedepends=('xenocara-util-macros')
source=(https://xorg.freedesktop.org/releases/individual/lib/libXp-$pkgver.tar.bz2{,.sig}
add-proto-files.patch)
sha512sums=('502a2500ec0f519dae69ac035bf93c65c47e3bc301604aacb350e90043455f3485626194db45208e5521300b282843825e08b7f7c412a7497ffa02f5f1560c8d'
'SKIP'
'e2b1bf1d132f2a219901feb8bf4eaf08cd795521bb6175627a82d745d422ad189c6d24ad221d5804b5e32f5798ad75bc733bb94b3505453fa57c5b7951bdece8')
validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88@gmail.com>"
prepare() {
cd "libXp-$pkgver"
patch -Np1 -i ../add-proto-files.patch
autoreconf -vfi
}
build() {
cd "libXp-$pkgver"
./configure --prefix=/usr
make
}
package() {
cd "libXp-$pkgver"
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}

1408
libxp/add-proto-files.patch Normal file

File diff suppressed because it is too large Load Diff