summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-17 16:16:01 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-17 16:16:01 +0800
commitda51af5d7fdf7aa917bd6ad96128eee3ffbdb5db (patch)
tree201ad12c568d81b6e5dcda13fade9019d082f6f7
parent6a591e9fe562e6e8b3348d3f4d8ff71bcac60be1 (diff)
downloadmarcuscom-ports-da51af5d7fdf7aa917bd6ad96128eee3ffbdb5db.tar
marcuscom-ports-da51af5d7fdf7aa917bd6ad96128eee3ffbdb5db.tar.gz
marcuscom-ports-da51af5d7fdf7aa917bd6ad96128eee3ffbdb5db.tar.bz2
marcuscom-ports-da51af5d7fdf7aa917bd6ad96128eee3ffbdb5db.tar.lz
marcuscom-ports-da51af5d7fdf7aa917bd6ad96128eee3ffbdb5db.tar.xz
marcuscom-ports-da51af5d7fdf7aa917bd6ad96128eee3ffbdb5db.tar.zst
marcuscom-ports-da51af5d7fdf7aa917bd6ad96128eee3ffbdb5db.zip
Fix evince's pkg-plist when different options are set or unset.
Also pull in gtk30 explictly, so it will pulled in when no options are set. Until now gtk30 was pulled in implicitly because of one of the options was set. Reported by: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19983 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--graphics/evince/Makefile2
-rw-r--r--graphics/evince/pkg-plist6
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 9b4272e4b..e5db09cdc 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
USES= desktop-file-utils gettext gmake libtool pathfix \
pkgconfig tar:xz
-USE_GNOME= gnomeprefix intlhack introspection:build
+USE_GNOME= gnomeprefix gtk30 intlhack introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_XORG= ice
diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist
index 25fc3e109..4815dd880 100644
--- a/graphics/evince/pkg-plist
+++ b/graphics/evince/pkg-plist
@@ -88,9 +88,9 @@ libdata/pkgconfig/evince-view-%%VERSION%%.pc
libexec/evinced
man/man1/evince.1.gz
share/GConf/gsettings/evince.convert
-share/appdata/evince-comicsdocument.metainfo.xml
-share/appdata/evince-djvudocument.metainfo.xml
-share/appdata/evince-dvidocument.metainfo.xml
+%%COMICS%%share/appdata/evince-comicsdocument.metainfo.xml
+%%DJVU%%share/appdata/evince-djvudocument.metainfo.xml
+%%DVI%%share/appdata/evince-dvidocument.metainfo.xml
share/appdata/evince-pdfdocument.metainfo.xml
share/appdata/evince-psdocument.metainfo.xml
share/appdata/evince-tiffdocument.metainfo.xml