summaryrefslogtreecommitdiff
path: root/app-editors/joe/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-editors/joe/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-editors/joe/files')
-rw-r--r--app-editors/joe/files/joe-4.3-tinfo.patch30
-rw-r--r--app-editors/joe/files/joe-4.6-db.patch11
2 files changed, 0 insertions, 41 deletions
diff --git a/app-editors/joe/files/joe-4.3-tinfo.patch b/app-editors/joe/files/joe-4.3-tinfo.patch
deleted file mode 100644
index fd259e183fd0..000000000000
--- a/app-editors/joe/files/joe-4.3-tinfo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-# HG changeset patch
-# User Lars Wendler <polynomial-c@gentoo.org>
-# Date 1473084371 -7200
-# Mon Sep 05 16:06:11 2016 +0200
-# Node ID ae8afbceeed4e446a63ad3111291a98d1390ade2
-# Parent 57c0a14aedcb8eef82d5828721b55aac02847ee7
-configure.ac: search for ncurses' tinfo library if available
-
-ncurses can be built to split out the lowlevel terminfo library
-from ncurses library. In this case there's a libtinfo.so file
-alongside the usual libncurses*.so files.
-This patch adds tinfo to AC_SEARCH_LIBS when ncurses support
-is enabled. Without this patch configure silently fails to find
-tgetflag and thus does not link to ncurses at all.
-I've tested this change on both, ncurses with separate tinfo lib
-and ncurses without separate tinfo lib and in both cases joe
-successfully links against ncurses.
-
-diff --git a/configure.ac b/configure.ac
---- a/configure.ac
-+++ b/configure.ac
-@@ -39,7 +39,7 @@
- curses=$enableval, curses=yes)
-
- if test "$curses" = "yes"; then
-- search_libs="ncurses curses"
-+ search_libs="tinfo ncurses curses"
- fi
-
- AC_ARG_ENABLE(termcap,
diff --git a/app-editors/joe/files/joe-4.6-db.patch b/app-editors/joe/files/joe-4.6-db.patch
deleted file mode 100644
index 6270e9045cd8..000000000000
--- a/app-editors/joe/files/joe-4.6-db.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/desktop/Makefile.am 2018-01-15 12:01:12.624449958 +0100
-+++ b/desktop/Makefile.am 2018-01-15 12:01:38.964448343 +0100
-@@ -1,8 +1,2 @@
- desktopdir = $(datarootdir)/applications
- dist_desktop_DATA = joe.desktop jmacs.desktop jstar.desktop jpico.desktop
--
--update-databases:
-- -update-desktop-database $(desktopdir)
--
--install-data-hook: update-databases
--uninstall-hook: update-databases