re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 13:23:16 +02:00
parent d885e2af05
commit 450dc5bb09
2 changed files with 14 additions and 0 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
libXp-1.0.0.tar.bz2
printproto-1.0.3.tar.bz2
/libXp-1.0.2.tar.bz2
/libXp-1.0.3.tar.bz2

11
proto-check.patch Normal file
View File

@ -0,0 +1,11 @@
--- libXp-1.0.0/configure.ac.proto-check 2006-08-18 13:41:35.000000000 -0400
+++ libXp-1.0.0/configure.ac 2006-08-18 13:41:49.000000000 -0400
@@ -36,7 +36,7 @@
AC_PROG_LIBTOOL
# Check for X and print proto
-PKG_CHECK_MODULES(XPRINT, x11 xext xextproto xau printproto)
+PKG_CHECK_MODULES(XPRINT, x11 xext xextproto xau)
AC_SUBST(XPRINT_CFLAGS)
AC_SUBST(XPRINT_LIBS)