summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/kbibtex/kbibtex-9999.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild
index 0cefb40342e..2fda1174649 100644
--- a/app-text/kbibtex/kbibtex-9999.ebuild
+++ b/app-text/kbibtex/kbibtex-9999.ebuild
@@ -8,7 +8,7 @@ KDE_TEST="true"
inherit kde5
DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
-HOMEPAGE="http://home.gna.org/kbibtex/"
+HOMEPAGE="https://userbase.kde.org/KBibTeX"
if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/KBibTeX/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
@@ -77,3 +77,11 @@ src_configure() {
kde5_src_configure
}
+
+pkg_postinst() {
+ kde5_pkg_postinst
+
+ if ! has_version "kde-apps/okular:${SLOT}" ; then
+ elog "For PDF or PostScript document preview support, please install kde-apps/okular:${SLOT}"
+ fi
+}