aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@astralcloak.net>2012-04-05 04:14:38 +1000
committerMichael Palimaka <kensington@astralcloak.net>2012-04-05 04:20:23 +1000
commit652823502d41eadc30655ee2a6fbb54ba0d2e751 (patch)
tree07970873b6fb935bf3747dace773878308cdbe91 /app-editors
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/qt (diff)
downloadqt-652823502d41eadc30655ee2a6fbb54ba0d2e751.tar.gz
qt-652823502d41eadc30655ee2a6fbb54ba0d2e751.tar.bz2
qt-652823502d41eadc30655ee2a6fbb54ba0d2e751.zip
Migrate usage of qt4-edge to qt4-r2.
(Portage version: 2.1.10.55/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/qxmledit/qxmledit-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/qxmledit/qxmledit-9999.ebuild b/app-editors/qxmledit/qxmledit-9999.ebuild
index e3e0128d..2fed7873 100644
--- a/app-editors/qxmledit/qxmledit-9999.ebuild
+++ b/app-editors/qxmledit/qxmledit-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=4
-inherit qt4-edge subversion
+inherit qt4-r2 subversion
DESCRIPTION="Qt4 XML Editor"
HOMEPAGE="http://code.google.com/p/qxmledit/"
@@ -29,11 +29,11 @@ src_prepare(){
# fix translations
sed -i "/^translations.path/ s/\/opt/\/usr\/share/" src/QXmlEdit.pro || \
die "failed to fix translations"
- qt4-edge_src_prepare
+ qt4-r2_src_prepare
}
src_install(){
- qt4-edge_src_install
+ qt4-r2_src_install
newicon "${S}"/src/images/icon.png ${PN}.png
make_desktop_entry QXmlEdit QXmlEdit ${PN} "Qt;Utility;TextEditor;"
}