diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-30 09:54:46 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-30 09:54:46 +0000 |
commit | c6026105d3ed405bf4d4a01ec1cf81fa49d85a43 (patch) | |
tree | 13be5572453bbcfaff4a9e4853b87d55e966adbf | |
parent | version bump. +3.242 x86 stable (diff) | |
download | historical-c6026105d3ed405bf4d4a01ec1cf81fa49d85a43.tar.gz historical-c6026105d3ed405bf4d4a01ec1cf81fa49d85a43.tar.bz2 historical-c6026105d3ed405bf4d4a01ec1cf81fa49d85a43.zip |
Add configure patch for pbbuttonsd detection (#94731).
Package-Manager: portage-2.0.51.22-r2
-rw-r--r-- | kde-base/kmilo/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kmilo/Manifest | 9 | ||||
-rw-r--r-- | kde-base/kmilo/files/configure-fix-kdeutils-powerbook.patch | 31 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.4.2.ebuild | 6 |
4 files changed, 45 insertions, 7 deletions
diff --git a/kde-base/kmilo/ChangeLog b/kde-base/kmilo/ChangeLog index 27101b608e64..93afbbabfdc2 100644 --- a/kde-base/kmilo/ChangeLog +++ b/kde-base/kmilo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kmilo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.13 2005/07/28 21:16:19 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.14 2005/07/30 09:54:46 greg_g Exp $ + + 30 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> + +files/configure-fix-kdeutils-powerbook.patch, kmilo-3.4.2.ebuild: + Add configure patch for pbbuttonsd detection (#94731). *kmilo-3.4.2 (28 Jul 2005) diff --git a/kde-base/kmilo/Manifest b/kde-base/kmilo/Manifest index ec2d8635452f..518ea2bf6c79 100644 --- a/kde-base/kmilo/Manifest +++ b/kde-base/kmilo/Manifest @@ -1,8 +1,9 @@ -MD5 8539a19a283a55f6d29e854a789bb380 kmilo-3.4.2.ebuild 500 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 f7bc22b6085ca5d2020f9e5a8169920c kmilo-3.4.1.ebuild 491 -MD5 648816b9bbcce8b46270b8d87c490bf6 ChangeLog 2014 MD5 3595159d5f0414b0a7feb9747cf0dd52 kmilo-3.4.0.ebuild 498 -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 +MD5 badd58d727eb2481d1c8eb139cc39faf ChangeLog 2189 +MD5 700db3f5a4f584ff0ef2b27555338471 kmilo-3.4.2.ebuild 559 +MD5 5d037ef26f37a68c80d8bf524a4ef444 files/configure-fix-kdeutils-powerbook.patch 949 MD5 dbade662a75a6b44c890deef5400485f files/digest-kmilo-3.4.0 68 -MD5 e29bbb2db20451106f7980c7008328fa files/digest-kmilo-3.4.1 212 MD5 5ec470abb58c9e1fe99f0410cb14dffd files/digest-kmilo-3.4.2 68 +MD5 e29bbb2db20451106f7980c7008328fa files/digest-kmilo-3.4.1 212 diff --git a/kde-base/kmilo/files/configure-fix-kdeutils-powerbook.patch b/kde-base/kmilo/files/configure-fix-kdeutils-powerbook.patch new file mode 100644 index 000000000000..a54c727876ea --- /dev/null +++ b/kde-base/kmilo/files/configure-fix-kdeutils-powerbook.patch @@ -0,0 +1,31 @@ +Index: kmilo/configure.in.in +=================================================================== +--- kmilo/configure.in.in (revision 433553) ++++ kmilo/configure.in.in (working copy) +@@ -9,6 +9,15 @@ + dnl --------------------------------------------------------------------- + dnl PowerBook IPC Library + ++AC_ARG_WITH(powerbook, ++ [AS_HELP_STRING(--with-powerbook, ++ [enable support for PPC PowerBook @<:@default=check@:>@])], ++ [], with_powerbook=check) ++ ++have_pbbipc="" ++have_pbb="" ++if test "x$with_powerbook" != xno; then ++ + KDE_CHECK_LIB(pbbipc, create_msgport, + [ + KEYBOARD_LIBS="-lpbbipc $KEYBOARD_LIBS" +@@ -23,6 +32,10 @@ + have_pbb=true + ]) + ++if test "x$with_powerbook" != xcheck && test -z "$have_pbbipc$have_pbb"; then ++ AC_MSG_FAILURE([--with-powerbook was given, but test for libpbb failed]) ++fi ++fi + + AM_CONDITIONAL(include_kmilo_powerbook, test x$have_pbbipc = xtrue) + AM_CONDITIONAL(include_kmilo_pbb, test x$have_pbb = xtrue) diff --git a/kde-base/kmilo/kmilo-3.4.2.ebuild b/kde-base/kmilo/kmilo-3.4.2.ebuild index 0db03d7b59b8..7d31cfe465b4 100644 --- a/kde-base/kmilo/kmilo-3.4.2.ebuild +++ b/kde-base/kmilo/kmilo-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.4.2.ebuild,v 1.1 2005/07/28 21:16:19 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.4.2.ebuild,v 1.2 2005/07/30 09:54:46 greg_g Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -10,4 +10,6 @@ inherit kde-meta eutils DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware input devices that exist, such as those on keyboards." KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE=""
\ No newline at end of file +IUSE="" + +PATCHES="$FILESDIR/configure-fix-kdeutils-powerbook.patch" |