commit:     fb8492bca618b3bdeeccc157ead659f82b27c9b0
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 12:13:07 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 12:13:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8492bc

app-i18n/im-chooser: new upstream release

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/im-chooser/Manifest                |  1 +
 app-i18n/im-chooser/im-chooser-1.7.3.ebuild | 42 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-i18n/im-chooser/Manifest b/app-i18n/im-chooser/Manifest
index d46062a7d22..454bc08d587 100644
--- a/app-i18n/im-chooser/Manifest
+++ b/app-i18n/im-chooser/Manifest
@@ -1 +1,2 @@
 DIST im-chooser-1.7.0.tar.bz2 509630 BLAKE2B 
4a7706509ceb19c7292a5c8cf80c8fa0b571819403f30f1fa3002927c69a83522b4de627b1d453db0ada8e662da3624edcb5f85eaf01dfa0187978f2a9b2095c
 SHA512 
2a01488062b5a4dc1e4cd0815dda5a6bcef205dc50ed75d58836c5b46e3f86be79aac70eb5d6753e5f569ccc05015dd6d8de59029e94dc407cc613160d3ac61c
+DIST im-chooser-1.7.3.tar.bz2 602217 BLAKE2B 
d61ad631ff40a25bffef17779b01073062bd70221b7e4ca435b896fc989f9a71036b84a5eb774abd2f42cee218932ccc7511a6056d3aa14d2cb7c262c4b45fe3
 SHA512 
d43088909e7ba3ad84166965877c4052aad195e360c0583dbc612b46cccd703217b57f149fa584f2f0d3fb706a8bcd6d129c5f9ca407b0a11bb6d304d4a06ef7

diff --git a/app-i18n/im-chooser/im-chooser-1.7.3.ebuild 
b/app-i18n/im-chooser/im-chooser-1.7.3.ebuild
new file mode 100644
index 00000000000..a4e833e86db
--- /dev/null
+++ b/app-i18n/im-chooser/im-chooser-1.7.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools
+
+DESCRIPTION="Desktop Input Method configuration tool"
+HOMEPAGE="https://pagure.io/im-chooser";
+SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="xfce"
+
+RDEPEND="app-i18n/imsettings
+       virtual/libintl
+       x11-libs/gtk+:3
+       x11-libs/libSM
+       xfce? ( xfce-base/libxfce4util )"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/autoconf-archive
+       sys-devel/gettext
+       virtual/pkgconfig"
+
+src_prepare() {
+       sed -i \
+               -e "/PKG_CHECK_MODULES/s/\(libxfce4util-1\.0\)/$(usex xfce '\1' 
_)/" \
+               -e "/^GNOME_/d" \
+               -e "/^CFLAGS/s/\$WARN_CFLAGS/-Wall -Wmissing-prototypes/" \
+               configure.ac
+       sed -i "s/Applications;//" src/app/${PN}.desktop.in.in
+
+       default
+       eautoreconf
+}
+
+src_install() {
+       default
+       find "${ED}" -name '*.la' -delete || die
+}

Reply via email to