diff options
author | 2005-09-20 11:22:00 +0000 | |
---|---|---|
committer | 2005-09-20 11:22:00 +0000 | |
commit | b3dee9e91c65a4ebf73ae671a351c9de785a063f (patch) | |
tree | 81279369ae6306dc8e1f4a1e09a99f48f173a1f0 /app-cdr | |
parent | Removing =net-p2p/amule-2.0.3-r1, since i've removed it from the tree (diff) | |
download | gentoo-2-b3dee9e91c65a4ebf73ae671a351c9de785a063f.tar.gz gentoo-2-b3dee9e91c65a4ebf73ae671a351c9de785a063f.tar.bz2 gentoo-2-b3dee9e91c65a4ebf73ae671a351c9de785a063f.zip |
Added patch to compile with qt-3.3.5.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/k3b/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/k3b/files/k3b-0.12.4a-qt-3.3.5.patch | 12 | ||||
-rw-r--r-- | app-cdr/k3b/k3b-0.12.4a.ebuild | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/app-cdr/k3b/ChangeLog b/app-cdr/k3b/ChangeLog index 610e2523b4fc..e71db39f44ff 100644 --- a/app-cdr/k3b/ChangeLog +++ b/app-cdr/k3b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/k3b # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v 1.124 2005/09/20 02:13:39 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v 1.125 2005/09/20 11:22:00 flameeyes Exp $ + + 20 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + +files/k3b-0.12.4a-qt-3.3.5.patch, k3b-0.12.4a.ebuild: + Added patch to compile with qt-3.3.5. 20 Sep 2005; Caleb Tennis <caleb@gentoo.org> k3b-0.12.4a.ebuild: Change k3b deps to not have specific HAL and dbus version deps, per bug #105403 diff --git a/app-cdr/k3b/files/k3b-0.12.4a-qt-3.3.5.patch b/app-cdr/k3b/files/k3b-0.12.4a-qt-3.3.5.patch new file mode 100644 index 000000000000..e541555f752d --- /dev/null +++ b/app-cdr/k3b/files/k3b-0.12.4a-qt-3.3.5.patch @@ -0,0 +1,12 @@ +Index: extragear/multimedia/k3b/src/option/base_k3bdivxoptiontab.ui +=================================================================== +--- extragear/multimedia/k3b/src/option/base_k3bdivxoptiontab.ui (revision 460630) ++++ extragear/multimedia/k3b/src/option/base_k3bdivxoptiontab.ui (revision 460631) +@@ -326,7 +326,6 @@ + </widget> + <layoutdefaults spacing="6" margin="11"/> + <includehints> +- <includehint>kdoublenuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> diff --git a/app-cdr/k3b/k3b-0.12.4a.ebuild b/app-cdr/k3b/k3b-0.12.4a.ebuild index be2ee6df5947..4d6dbb80ff5a 100644 --- a/app-cdr/k3b/k3b-0.12.4a.ebuild +++ b/app-cdr/k3b/k3b-0.12.4a.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/app-cdr/k3b/k3b-0.12.4a.ebuild,v 1.3 2005/09/20 02:13:39 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.4a.ebuild,v 1.4 2005/09/20 11:22:00 flameeyes Exp $ inherit kde eutils flag-o-matic @@ -43,6 +43,8 @@ need-kde 3.3 I18N="${PN}-i18n-${PV}" +PATCHES="${FILESDIR}/${P}-qt-3.3.5.patch" + # These are the languages and translated documentation supported by k3b for # version 0.11.x. If you are using this ebuild as a model for another ebuild # for another version of K3b, DO check whether these values are different. |