diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-08 19:53:01 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-08 19:53:01 +0100 |
commit | bf68390c55a551fe9127a576613ab94d1c5b109f (patch) | |
tree | b6510e34c417f9f0ee5df061314e03615b7fb70b /dev-qt/assistant | |
parent | 8e65dc38bc7bbfa462d7b229799e08666bcd6c70 (diff) |
dev-qt : use our frozen eclass to build
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.11.1-r1337.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-qt/assistant/assistant-5.11.1-r1337.ebuild b/dev-qt/assistant/assistant-5.11.1-r1337.ebuild index 0fe2bc14..f0101a7a 100644 --- a/dev-qt/assistant/assistant-5.11.1-r1337.ebuild +++ b/dev-qt/assistant/assistant-5.11.1-r1337.ebuild @@ -3,7 +3,7 @@ EAPI=6 QT5_MODULE="qttools" -inherit desktop gnome2-utils qt5-build +inherit desktop gnome2-utils qt5-build-r10000 DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" @@ -33,11 +33,11 @@ src_prepare() { qt_use_disable_mod webkit webkitwidgets \ src/assistant/assistant/assistant.pro - qt5-build_src_prepare + qt5-build-r10000_src_prepare } src_install() { - qt5-build_src_install + qt5-build-r10000_src_install doicon -s 32 src/assistant/assistant/images/assistant.png newicon -s 128 src/assistant/assistant/images/assistant-128.png assistant.png @@ -45,11 +45,11 @@ src_install() { } pkg_postinst() { - qt5-build_pkg_postinst + qt5-build-r10000_pkg_postinst gnome2_icon_cache_update } pkg_postrm() { - qt5-build_pkg_postrm + qt5-build-r10000_pkg_postrm gnome2_icon_cache_update } |