diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-13 20:37:41 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-13 20:41:17 +0300 |
commit | 4b82a2ad0ab4fd5e8c60738e78e55d1601fb3e0a (patch) | |
tree | 96aeffcc389c85be17b0ec8ead198a868d0902e8 /app-cdr/cdw | |
parent | sys-apps/systemd: remove unused patches (diff) | |
download | gentoo-4b82a2ad0ab4fd5e8c60738e78e55d1601fb3e0a.tar.gz gentoo-4b82a2ad0ab4fd5e8c60738e78e55d1601fb3e0a.tar.bz2 gentoo-4b82a2ad0ab4fd5e8c60738e78e55d1601fb3e0a.zip |
app-cdr/cdw: fix tinfo, EAPI=8, de-last-rite
Straight to stable bump since the current version was totally
broken. Yes, the issue was manually calling the wrong pkg-config.
Closes: https://bugs.gentoo.org/910649
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-cdr/cdw')
-rw-r--r-- | app-cdr/cdw/cdw-0.8.1-r3.ebuild (renamed from app-cdr/cdw/cdw-0.8.1-r2.ebuild) | 8 | ||||
-rw-r--r-- | app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/app-cdr/cdw/cdw-0.8.1-r2.ebuild b/app-cdr/cdw/cdw-0.8.1-r3.ebuild index 045f963648c3..d60619dc4f39 100644 --- a/app-cdr/cdw/cdw-0.8.1-r2.ebuild +++ b/app-cdr/cdw/cdw-0.8.1-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools toolchain-funcs @@ -18,7 +18,7 @@ RDEPEND=" app-cdr/dvd+rw-tools dev-libs/libburn dev-libs/libcdio:=[-minimal] - sys-libs/ncurses:=[unicode(+)] + sys-libs/ncurses:= " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" @@ -33,5 +33,5 @@ src_prepare() { } src_configure() { - econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )" + econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncursesw )" } diff --git a/app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch b/app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch index a578696c1c82..3ad1aaa6a935 100644 --- a/app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch +++ b/app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch @@ -1,5 +1,3 @@ -diff --git a/configure.ac b/configure.ac -index 76627c7..527e2cb 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,7 @@ AC_TYPE_UINT16_T @@ -11,8 +9,6 @@ index 76627c7..527e2cb 100644 -diff --git a/src/user_interface/Makefile.in b/src/user_interface/Makefile.in -index 5d5f1fc..4d8214b 100644 --- a/src/user_interface/Makefile.in +++ b/src/user_interface/Makefile.in @@ -88,7 +88,7 @@ CONFIG_HEADER = $(top_builddir)/config_cdw.h |