summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-12-18 19:00:35 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-12-18 19:00:35 -0500
commit81d9f72c74f02aa07a1fe3168debb9f3ca4c16bd (patch)
tree30643b27afcbf280a39bf19a90b1225177d1abbc /app-text
parentcbb97bb1b108bd1599aedc2a5c57bf2b2d1e1c24 (diff)
downloadgentoo-overlay-81d9f72c74f02aa07a1fe3168debb9f3ca4c16bd.tar.xz
gentoo-overlay-81d9f72c74f02aa07a1fe3168debb9f3ca4c16bd.zip
app-text/evince: upgrade to 41.3
Diffstat (limited to 'app-text')
-rw-r--r--app-text/evince/Manifest2
-rw-r--r--app-text/evince/evince-41.3-r1.ebuild (renamed from app-text/evince/evince-40.4-r1.ebuild)11
2 files changed, 4 insertions, 9 deletions
diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index 57fec11..2af2594 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1 +1 @@
-DIST evince-40.4.tar.xz 2928100 BLAKE2B 491b2333e21093b032ec9c4f24c61cdaa31e4a46ee058b0f109b0998fb7216ada2c933e6202eae1d6193caad0cfa94a77434ef042555bab7cf4aeed959be759b SHA512 dbec3828f1e8f0b9b48dd90ce605ce83312e53cbeb8f8e7358c1318f1701680a69a9bcd26b7cf1da4b53679ae11e334ce514f5df4c5bbcc976581441e0d654cd
+DIST evince-41.3.tar.xz 2889368 BLAKE2B c6ef9b4c126f938ef8b50aa65d8591e0ce02e7404dd1984bce27e0acce6e62462d42665ad19992cb2fa22afd09d6da49ecdbbb51eb209518d415966824523628 SHA512 b00422ef0fd752e5afacea2db852ad71d8d16514945a9a54c54967cecd2b1f5058b762ec53eb9057b8f583d5e1e3363c2b7ae1f4434fa6637ad45c5217f082cd
diff --git a/app-text/evince/evince-40.4-r1.ebuild b/app-text/evince/evince-41.3-r1.ebuild
index a06f5ce..1d7dcff 100644
--- a/app-text/evince/evince-40.4-r1.ebuild
+++ b/app-text/evince/evince-41.3-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evince"
LICENSE="GPL-2+ CC-BY-SA-3.0"
# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
SLOT="0/evd3.4-evv3.3"
-IUSE="cups djvu dvi gstreamer gnome gnome-keyring gtk-doc +introspection nautilus nsplugin postscript spell t1lib tiff xps"
+IUSE="cups djvu dvi gstreamer gnome gnome-keyring gtk-doc +introspection nautilus postscript spell t1lib tiff xps"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
# atk used in libview
@@ -63,10 +63,6 @@ BDEPEND="
virtual/pkgconfig
"
-PATCHES=(
- "${FILESDIR}"/40.0-internal-synctex.patch
-)
-
src_prepare() {
xdg_src_prepare
@@ -77,12 +73,12 @@ src_prepare() {
src_configure() {
local emesonargs=(
+ -Ddevelopment=false
-Dplatform=gnome
-Dviewer=true
-Dpreviewer=true
-Dthumbnailer=true
- $(meson_use nsplugin browser_plugin)
$(meson_use nautilus)
-Dcomics=enabled
@@ -103,11 +99,10 @@ src_configure() {
$(meson_feature gstreamer multimedia)
$(meson_feature spell gspell)
+ -Dinternal_synctex=true
$(meson_feature t1lib)
- -Dbrowser_plugin_dir="${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins"
-Dsystemduserunitdir="$(systemd_get_userunitdir)"
-
)
meson_src_configure
}