* [gentoo-commits] gentoo-x86 commit in app-i18n/imsettings: ChangeLog imsettings-1.2.5.ebuild
@ 2011-11-24 2:11 Naohiro Aota (naota)
0 siblings, 0 replies; only message in thread
From: Naohiro Aota (naota) @ 2011-11-24 2:11 UTC (permalink / raw
To: gentoo-commits
naota 11/11/24 02:11:14
Modified: ChangeLog
Added: imsettings-1.2.5.ebuild
Log:
Version bump. Bug #389233
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Revision Changes Path
1.7 app-i18n/imsettings/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imsettings/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imsettings/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imsettings/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/imsettings/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 9 Aug 2011 17:13:23 -0000 1.6
+++ ChangeLog 24 Nov 2011 02:11:14 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/imsettings
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imsettings/ChangeLog,v 1.6 2011/08/09 17:13:23 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imsettings/ChangeLog,v 1.7 2011/11/24 02:11:14 naota Exp $
+
+*imsettings-1.2.5 (24 Nov 2011)
+
+ 24 Nov 2011; Naohiro Aota <naota@gentoo.org> +imsettings-1.2.5.ebuild:
+ Version bump. Bug #389233
*imsettings-1.2.4 (09 Aug 2011)
1.1 app-i18n/imsettings/imsettings-1.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imsettings/imsettings-1.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imsettings/imsettings-1.2.5.ebuild?rev=1.1&content-type=text/plain
Index: imsettings-1.2.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/imsettings/imsettings-1.2.5.ebuild,v 1.1 2011/11/24 02:11:14 naota Exp $
EAPI=3
DESCRIPTION="Delivery framework for general Input Method configuration"
HOMEPAGE="http://code.google.com/p/imsettings/"
SRC_URI="http://imsettings.googlecode.com/files/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc 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.3.1
>=x11-libs/libnotify-0.7
x11-libs/libX11
qt4? ( x11-libs/qt-core:4 )
xfconf? ( xfce-base/xfconf )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( dev-util/gtk-doc )"
MY_XINPUTSH="90-xinput"
src_prepare() {
# Prevent automagic linking to libxfconf-0.
if ! use xfconf; then
sed -i -e 's:libxfconf-0:dIsAbLe&:' configure || die
fi
if ! use qt4; then
sed -i -e 's:QtCore:dIsAbLe&:' configure || die
fi
}
src_configure() {
econf \
$(use_enable static-libs static) \
--with-xinputsh="${MY_XINPUTSH}"
}
src_install() {
emake DESTDIR="${D}" install || die
find "${ED}" -name '*.la' -exec rm -f '{}' +
fperms 0755 /usr/libexec/xinputinfo.sh || die
fperms 0755 "/etc/X11/xinit/xinitrc.d/${MY_XINPUTSH}" || die
dodoc AUTHORS ChangeLog NEWS README || die
}
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 [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-24 2:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24 2:11 [gentoo-commits] gentoo-x86 commit in app-i18n/imsettings: ChangeLog imsettings-1.2.5.ebuild Naohiro Aota (naota)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox