summaryrefslogtreecommitdiff
path: root/app-text/apvlv/apvlv-0.1.5-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-22 10:09:44 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-22 10:09:44 +0000
commit09351e78166b5e864197c4456ebae3f89dd0bed9 (patch)
tree41a96399f56ed3aa399006871bfce4430db84aa2 /app-text/apvlv/apvlv-0.1.5-r2.ebuild
parentc8a77dfe4d3d307c1d5dd2650b7297447d8b609d (diff)
gentoo resync : 22.01.2019
Diffstat (limited to 'app-text/apvlv/apvlv-0.1.5-r2.ebuild')
-rw-r--r--app-text/apvlv/apvlv-0.1.5-r2.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index 930aba29f219..ed51cc3d3d63 100644
--- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit cmake-utils desktop gnome2-utils
+inherit cmake-utils desktop gnome2-utils xdg-utils
DESCRIPTION="Alf's PDF Viewer Like Vim"
HOMEPAGE="https://naihe2010.github.com/apvlv/"
@@ -26,9 +26,10 @@ DEPEND="${RDEPEND}
PATCHES=(
# preserve cflags
- "${FILESDIR}/${PN}-0.1.5-cflags.patch"
- "${FILESDIR}/${PN}-0.1.5-gcc6.patch"
- "${FILESDIR}/${PN}-0.1.5-gcc7.patch"
+ "${FILESDIR}/${P}-cflags.patch"
+ "${FILESDIR}/${P}-gcc6.patch"
+ "${FILESDIR}/${P}-gcc7.patch"
+ "${FILESDIR}/${P}-poppler-0.73.patch"
)
src_configure() {
@@ -52,8 +53,10 @@ src_install() {
pkg_postinst() {
gnome2_icon_cache_update
+ xdg_desktop_database_update
}
pkg_postrm() {
gnome2_icon_cache_update
+ xdg_desktop_database_update
}