summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/scim-bridge/scim-bridge-0.4.16-r3.ebuild')
-rw-r--r--app-i18n/scim-bridge/scim-bridge-0.4.16-r3.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/app-i18n/scim-bridge/scim-bridge-0.4.16-r3.ebuild b/app-i18n/scim-bridge/scim-bridge-0.4.16-r3.ebuild
index 9272a14e231e..0d8b59fe239a 100644
--- a/app-i18n/scim-bridge/scim-bridge-0.4.16-r3.ebuild
+++ b/app-i18n/scim-bridge/scim-bridge-0.4.16-r3.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=8
-inherit autotools gnome2-utils multilib readme.gentoo-r1
+inherit autotools gnome2-utils readme.gentoo-r1
DESCRIPTION="Yet another IM-client of SCIM"
HOMEPAGE="http://www.scim-im.org/projects/scim_bridge"
-SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/scim/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
@@ -26,7 +26,7 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/intltool
- doc? ( app-doc/doxygen )
+ doc? ( app-text/doxygen )
"
DISABLE_AUTOFORMATTING="yes"
@@ -42,6 +42,8 @@ PATCHES=(
"${FILESDIR}/${P}+gcc-4.4.patch"
"${FILESDIR}/${P}+gcc-4.7.patch"
"${FILESDIR}/${P}-configure.ac.patch" #280887
+ "${FILESDIR}/${P}-fixes-send-function-call.patch" # 645168
+ "${FILESDIR}/${P}-slibtool.patch" # 779121
)
src_prepare() {