public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/imsettings/files/, app-i18n/imsettings/
@ 2017-06-07 20:06 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2017-06-07 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     33971e4c8f9a870d8e801ab2f251696d300bce4a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 09:54:35 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 20:05:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33971e4c

app-i18n/imsettings: Drop old

 app-i18n/imsettings/Manifest                       |  1 -
 .../files/imsettings-1.5.0-gir-scanner.patch       | 29 --------
 app-i18n/imsettings/imsettings-1.5.0.ebuild        | 77 ----------------------
 3 files changed, 107 deletions(-)

diff --git a/app-i18n/imsettings/Manifest b/app-i18n/imsettings/Manifest
index 684dc0aaa9e..be2aa02593f 100644
--- a/app-i18n/imsettings/Manifest
+++ b/app-i18n/imsettings/Manifest
@@ -1,2 +1 @@
-DIST imsettings-1.5.0.tar.bz2 567488 SHA256 06a9d82718104fb9b86ded11bc73afaf7dd858b138eb24d8264c6a4877db161e SHA512 0743264fc09c9998d93fd92195946936141f17a943783b40906d0e269db691c7559e05158217f7a3b46b18cd29004338b94ca9958d52185c630e26cd7dfca08d WHIRLPOOL 21e96e5b9aeb80189a9aa6650d86d0cf1a72287a246eb43c0e54af94d1d5dc37e47c5760e17b36c0c3f222367520f81a50150fc3e4a4449e3ed284d237e91d06
 DIST imsettings-1.6.8.tar.bz2 593942 SHA256 2620ffbf9a6dc842dbf994b4773d4fe355eb77076ccf33f726ba63f16c0d08ba SHA512 a15a4824529b16f61653fdf3e149656c7a2ca1384579c755cec6650414499c3d24ac15178971d961f327c5fd8acd7892b9b4f9c60608166c281c11ab3f2b25b0 WHIRLPOOL c39cb54b9be8424dc1d9eceae12f793847585638f29a52282427c3c07ee1bd3e5ed9d67ff73727b055499c3963e106024eb9f164b32ebcf553b2dfccf1114a6d

diff --git a/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch b/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch
deleted file mode 100644
index be7350f9401..00000000000
--- a/app-i18n/imsettings/files/imsettings-1.5.0-gir-scanner.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 75e1ec9cea4bb9f108c0637a4b62cabfa500ed61 Mon Sep 17 00:00:00 2001
-From: Akira TAGOH <akira@tagoh.org>
-Date: Wed, 3 Apr 2013 19:37:15 +0900
-Subject: [PATCH] Fix a build issue with the latest gobject-introspection
-
----
- imsettings/Makefile.am | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/imsettings/Makefile.am b/imsettings/Makefile.am
-index 574480a..8e5999a 100644
---- a/imsettings/Makefile.am
-+++ b/imsettings/Makefile.am
-@@ -117,9 +117,11 @@ IMSettings_1_3_gir_INCLUDES =		\
- 	GObject-2.0			\
- 	Gio-2.0				\
- 	$(NULL)
-+IMSettings_1_3_gir_SCANNERFLAGS =	\
-+	--symbol-prefix=imsettings	\
-+	$(NULL)
- IMSettings_1_3_gir_CFLAGS =		\
- 	$(INCLUDES)			\
--	--symbol-prefix=imsettings	\
- 	$(NULL)
- IMSettings_1_3_gir_LIBS = libimsettings.la
- IMSettings_1_3_gir_FILES = $(introspection_sources)
--- 
-1.8.5.2
-

diff --git a/app-i18n/imsettings/imsettings-1.5.0.ebuild b/app-i18n/imsettings/imsettings-1.5.0.ebuild
deleted file mode 100644
index dc7d47cdd13..00000000000
--- a/app-i18n/imsettings/imsettings-1.5.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="Delivery framework for general Input Method configuration"
-HOMEPAGE="https://tagoh.github.com/imsettings/"
-SRC_URI="https://bitbucket.org/tagoh/imsettings/downloads/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc gconf gtk3 qt4 static-libs xfconf"
-
-# X11 connections are required for test.
-RESTRICT="test"
-
-RDEPEND=">=dev-libs/check-0.9.4
-	>=dev-libs/glib-2.26
-	sys-apps/dbus
-	>=x11-libs/gtk+-2.12:2
-	>=x11-libs/libgxim-0.4.0
-	>=x11-libs/libnotify-0.7
-	x11-libs/libX11
-	gconf? ( gnome-base/gconf )
-	gtk3? ( x11-libs/gtk+:3 )
-	qt4? ( dev-qt/qtcore:4 )
-	xfconf? ( xfce-base/xfconf )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-util/intltool
-	doc? ( dev-util/gtk-doc )"
-
-MY_XINPUTSH="90-xinput"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
-	# Prevent automagic linking to libxfconf-0.
-	if ! use gconf; then
-		sed -i -e 's:gconf-2.0:dIsAbLe&:' configure || die
-	fi
-	if ! use gtk3; then
-		sed -i -e 's:gtk+-3.0:dIsAbLe&:' configure || die
-	fi
-	if ! use qt4; then
-		sed -i -e 's:QtCore:dIsAbLe&:' configure || die
-	fi
-	if ! use xfconf; then
-		sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die
-	fi
-	epatch "${FILESDIR}"/${P}-gir-scanner.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		--with-xinputsh="${MY_XINPUTSH}"
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -exec rm -f '{}' +
-
-	fperms 0755 /usr/libexec/xinputinfo.sh
-	fperms 0755 "/etc/X11/xinit/xinitrc.d/${MY_XINPUTSH}"
-}
-
-pkg_postinst() {
-	if [ ! -e "${EPREFIX}/etc/X11/xinit/xinputrc" ] ; then
-		ln -sf xinput.d/xcompose.conf "${EPREFIX}/etc/X11/xinit/xinputrc"
-	fi
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/imsettings/files/, app-i18n/imsettings/
@ 2021-10-31 13:02 Akinori Hattori
  0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2021-10-31 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e459696e9a701b78d1a00b2f601674310c721170
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 12:50:15 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 13:01:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e459696e

app-i18n/imsettings: update patch

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

 ...msettings-1.7.2-fno-common.patch => imsettings-fno-common.patch} | 0
 app-i18n/imsettings/imsettings-1.7.2.ebuild                         | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/imsettings/files/imsettings-1.7.2-fno-common.patch b/app-i18n/imsettings/files/imsettings-fno-common.patch
similarity index 100%
rename from app-i18n/imsettings/files/imsettings-1.7.2-fno-common.patch
rename to app-i18n/imsettings/files/imsettings-fno-common.patch

diff --git a/app-i18n/imsettings/imsettings-1.7.2.ebuild b/app-i18n/imsettings/imsettings-1.7.2.ebuild
index 789cc72bb3e..96fd60a9e3c 100644
--- a/app-i18n/imsettings/imsettings-1.7.2.ebuild
+++ b/app-i18n/imsettings/imsettings-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -34,9 +34,9 @@ BDEPEND="
 	sys-devel/gettext
 	virtual/pkgconfig"
 
-MY_XINPUTSH="90-xinput"
+PATCHES=( "${FILESDIR}"/${PN}-fno-common.patch )
 
-PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
+MY_XINPUTSH="90-xinput"
 
 src_prepare() {
 	sed -i \


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-31 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-31 13:02 [gentoo-commits] repo/gentoo:master commit in: app-i18n/imsettings/files/, app-i18n/imsettings/ Akinori Hattori
  -- strict thread matches above, loose matches on Subject: below --
2017-06-07 20:06 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox