summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/cb2bib/files/cb2bib-2.0.2-unbundle-qtsingleapplication.patch27
-rw-r--r--app-text/ebook-tools/files/ebook-tools-0.2.2-cmake4.patch11
-rw-r--r--app-text/lowdown/files/lowdown-1.1.0-shared-linking.patch45
-rw-r--r--app-text/lowdown/files/lowdown-1.3.0-shared-linking.patch46
-rw-r--r--app-text/paper-clip/files/paper-clip-5.5.1-document-vala-return.patch24
-rw-r--r--app-text/rpl/files/rpl-2.0.4-tests.patch24
6 files changed, 0 insertions, 177 deletions
diff --git a/app-text/cb2bib/files/cb2bib-2.0.2-unbundle-qtsingleapplication.patch b/app-text/cb2bib/files/cb2bib-2.0.2-unbundle-qtsingleapplication.patch
deleted file mode 100644
index 3aa85f8c422a..000000000000
--- a/app-text/cb2bib/files/cb2bib-2.0.2-unbundle-qtsingleapplication.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 2716710a85806c8fa88e6555a4d833b149bc2718 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Thu, 3 Apr 2025 21:43:11 +0200
-Subject: [PATCH] Unbundle qtsingleapplication
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- src/src.pro | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/src/src.pro b/src/src.pro
-index b19104c..d65e904 100644
---- a/src/src.pro
-+++ b/src/src.pro
-@@ -120,8 +120,7 @@ SOURCES += bookmarkPlugin.cpp \
- findDialog.cpp \
- main.cpp
-
--HEADERS += $$files(qtsingleapplication/src/*.h)
--SOURCES += $$files(qtsingleapplication/src/*.cpp)
-+CONFIG += qtsingleapplication
-
- TEMPLATE = app
- QT += widgets network
---
-2.49.0
-
diff --git a/app-text/ebook-tools/files/ebook-tools-0.2.2-cmake4.patch b/app-text/ebook-tools/files/ebook-tools-0.2.2-cmake4.patch
deleted file mode 100644
index a71850cd3ab7..000000000000
--- a/app-text/ebook-tools/files/ebook-tools-0.2.2-cmake4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt 2012-09-04 16:32:32.000000000 +0200
-+++ b/CMakeLists.txt 2025-05-08 21:58:17.596985926 +0200
-@@ -1,6 +1,6 @@
--project (EBOOK-TOOLS C)
-+cmake_minimum_required(VERSION 3.5.0)
-
--cmake_minimum_required(VERSION 2.4.0)
-+project (EBOOK-TOOLS C)
-
- #set(CMAKE_CURRENT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
- set(LIBRARY_OUTPUT_PATH ${EBOOK-TOOLS_BINARY_DIR}/libs)
diff --git a/app-text/lowdown/files/lowdown-1.1.0-shared-linking.patch b/app-text/lowdown/files/lowdown-1.1.0-shared-linking.patch
deleted file mode 100644
index bdee817b8895..000000000000
--- a/app-text/lowdown/files/lowdown-1.1.0-shared-linking.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 32acb09..552d6d3 100644
---- a/Makefile
-+++ b/Makefile
-@@ -184,11 +184,11 @@ installwww: www
- $(INSTALL) -m 0444 lowdown.tar.gz $(WWWDIR)/snapshots
- $(INSTALL) -m 0444 lowdown.tar.gz.sha512 $(WWWDIR)/snapshots
-
--lowdown: liblowdown.a main.o
-- $(CC) -o $@ main.o liblowdown.a $(LDFLAGS) $(LDADD_MD5) -lm $(LDADD)
-+lowdown: liblowdown.so main.o compats.o
-+ $(CC) -o $@ main.o compats.o -L. -llowdown $(LDFLAGS) $(LDADD_MD5) -lm $(LDADD)
-
- lowdown-diff: lowdown
-- ln -f lowdown lowdown-diff
-+ ln -s lowdown lowdown-diff
-
- liblowdown.a: $(OBJS) $(COMPAT_OBJS)
- $(AR) rs $@ $(OBJS) $(COMPAT_OBJS)
-@@ -206,14 +206,14 @@ uninstall:
- rm -f $(MANDIR)/man$$section/$$name ; \
- done
-
--install: bins
-+install: bins install_libs
- mkdir -p $(DESTDIR)$(BINDIR)
- mkdir -p $(DESTDIR)$(MANDIR)/man1
- mkdir -p $(DESTDIR)$(MANDIR)/man5
- mkdir -p $(DESTDIR)$(SHAREDIR)/lowdown/odt
- $(INSTALL_DATA) share/odt/styles.xml $(DESTDIR)$(SHAREDIR)/lowdown/odt
- $(INSTALL_PROGRAM) lowdown $(DESTDIR)$(BINDIR)
-- $(INSTALL_PROGRAM) lowdown-diff $(DESTDIR)$(BINDIR)
-+ ln -s lowdown $(DESTDIR)$(BINDIR)/lowdown-diff
- for f in $(MAN1S) $(MAN5S) ; do \
- name=`basename $$f .html` ; \
- section=$${name##*.} ; \
-@@ -256,7 +256,7 @@ install_static: liblowdown.a install_lib_common
-
- uninstall_libs: uninstall_shared uninstall_static
-
--install_libs: install_shared install_static
-+install_libs: install_shared
-
- distcheck: lowdown.tar.gz.sha512
- mandoc -Tlint -Werror man/*.[135]
diff --git a/app-text/lowdown/files/lowdown-1.3.0-shared-linking.patch b/app-text/lowdown/files/lowdown-1.3.0-shared-linking.patch
deleted file mode 100644
index 0a3c05be4458..000000000000
--- a/app-text/lowdown/files/lowdown-1.3.0-shared-linking.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 3adf379..a10dd82 100644
---- a/Makefile
-+++ b/Makefile
-@@ -151,11 +151,11 @@ installwww: www
- $(INSTALL) -m 0444 lowdown.tar.gz $(WWWDIR)/snapshots
- $(INSTALL) -m 0444 lowdown.tar.gz.sha512 $(WWWDIR)/snapshots
-
--lowdown: liblowdown.a main.o
-- $(CC) -o $@ main.o liblowdown.a $(LDFLAGS) $(LDADD_MD5) -lm $(LDADD)
-+lowdown: liblowdown.so main.o compats.o
-+ $(CC) -o $@ main.o compats.o -L. -llowdown $(LDFLAGS) $(LDADD_MD5) -lm $(LDADD)
-
- lowdown-diff: lowdown
-- ln -f lowdown lowdown-diff
-+ ln -s lowdown lowdown-diff
-
- liblowdown.a: $(OBJS) $(COMPAT_OBJS)
- $(AR) rs $@ $(OBJS) $(COMPAT_OBJS)
-@@ -173,7 +173,7 @@ uninstall:
- rm -f $(MANDIR)/man$$section/$$name ; \
- done
-
--install: bins
-+install: bins install_libs
- mkdir -p $(DESTDIR)$(BINDIR)
- mkdir -p $(DESTDIR)$(MANDIR)/man1
- mkdir -p $(DESTDIR)$(MANDIR)/man5
-@@ -182,7 +182,7 @@ install: bins
- $(INSTALL_DATA) share/html/* $(DESTDIR)$(SHAREDIR)/lowdown/html
- $(INSTALL_DATA) share/odt/* $(DESTDIR)$(SHAREDIR)/lowdown/odt
- $(INSTALL_PROGRAM) lowdown $(DESTDIR)$(BINDIR)
-- $(INSTALL_PROGRAM) lowdown-diff $(DESTDIR)$(BINDIR)
-+ ln -s lowdown $(DESTDIR)$(BINDIR)/lowdown-diff
- for f in $(MAN1S) $(MAN5S) ; do \
- name=`basename $$f .html` ; \
- section=$${name##*.} ; \
-@@ -225,7 +225,7 @@ install_static: liblowdown.a install_lib_common
-
- uninstall_libs: uninstall_shared uninstall_static
-
--install_libs: install_shared install_static
-+install_libs: install_shared
-
- distcheck: lowdown.tar.gz.sha512
- mandoc -Tlint -Werror man/*.[135]
diff --git a/app-text/paper-clip/files/paper-clip-5.5.1-document-vala-return.patch b/app-text/paper-clip/files/paper-clip-5.5.1-document-vala-return.patch
deleted file mode 100644
index 15b579a4d93f..000000000000
--- a/app-text/paper-clip/files/paper-clip-5.5.1-document-vala-return.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 33a64d825b87c842b9ecc243297c7a0248db7180 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Diego=20Iv=C3=A1n=20M=2EE?= <diegoivan.mae@gmail.com>
-Date: Mon, 5 Aug 2024 18:08:36 -0600
-Subject: [PATCH] vala: Solve Vala errors at C compile time
-
----
- src/Document.vala | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/src/Document.vala b/src/Document.vala
-index 872309f..e52e1a7 100644
---- a/src/Document.vala
-+++ b/src/Document.vala
-@@ -451,7 +451,9 @@ public class PaperClip.Document : Object {
- "copies");
-
- int res = DirUtils.create_with_parents (destination_path, 0777);
-- return_if_fail (res > -1);
-+ if (res < 0) {
-+ throw new IOError.FAILED (@"Could not create $destination_path");
-+ }
-
- string destination_file = Path.build_filename (destination_path,
- "%s".printf (original_file.get_basename ()));
diff --git a/app-text/rpl/files/rpl-2.0.4-tests.patch b/app-text/rpl/files/rpl-2.0.4-tests.patch
deleted file mode 100644
index f01f47800adf..000000000000
--- a/app-text/rpl/files/rpl-2.0.4-tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/test.vala b/test.vala
-index 8e62a32..0e8c8a7 100644
---- a/test.vala
-+++ b/test.vala
-@@ -77,16 +77,9 @@ Subprocess check_prog (string prog, string[] args) throws Error {
- }
-
- bool try_sudo (string[] cmd) {
-- try {
-- var cmd_args = new Array<string>.take_zero_terminated(cmd);
-- cmd_args.prepend_val ("-n");
-- check_prog ("sudo", cmd_args.data);
-- return true;
-- } catch (Error e) {
-- print ("cannot sudo, skipping test\n");
-- Test.skip ();
-- return false;
-- }
-+ print ("cannot sudo, skipping test\n");
-+ Test.skip ();
-+ return false;
- }
-
- Output run_prog (string prog, string[] args, int expected_rc = 0) {