graphics/evince: Remove deps unneeded for lite
Remove dependencies unneeded for lite flavor, The update to v48.0 copied some dependencies that are for the full version to both versions: gnomedesktop3, introspection:build, libxm2. libdbus-1.so is not needed for the lite version, but libxml2 is for both. (truckman) pet portlint (truckman) PR: 287619
This commit is contained in:
parent
497de78408
commit
21707ad64f
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= evince
|
PORTNAME= evince
|
||||||
DISTVERSION= 48.0
|
DISTVERSION= 48.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics print gnome
|
CATEGORIES= graphics print gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
DIST_SUBDIR= gnome
|
DIST_SUBDIR= gnome
|
||||||
@ -21,14 +21,13 @@ BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
|
|||||||
LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy \
|
LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy \
|
||||||
libpoppler-glib.so:graphics/poppler-glib \
|
libpoppler-glib.so:graphics/poppler-glib \
|
||||||
libspectre.so:print/libspectre \
|
libspectre.so:print/libspectre \
|
||||||
libtiff.so:graphics/tiff \
|
libtiff.so:graphics/tiff
|
||||||
libdbus-1.so:devel/dbus
|
|
||||||
RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
|
RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
|
||||||
|
|
||||||
USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \
|
USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \
|
||||||
gstreamer libarchive localbase:ldflags meson pkgconfig \
|
gstreamer libarchive localbase:ldflags meson pkgconfig \
|
||||||
python:build tar:xz xorg
|
python:build tar:xz xorg
|
||||||
USE_GNOME= cairo gdkpixbuf gnomedesktop3 gtk30 introspection:build libxml2
|
USE_GNOME= cairo gdkpixbuf gtk30 libxml2
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_XORG= ice
|
USE_XORG= ice
|
||||||
CPE_VENDOR= gnome
|
CPE_VENDOR= gnome
|
||||||
@ -43,7 +42,6 @@ MESON_ARGS+= -Dintrospection=false \
|
|||||||
-Dpreviewer=false \
|
-Dpreviewer=false \
|
||||||
-Dthumbnail_cache=disabled \
|
-Dthumbnail_cache=disabled \
|
||||||
-Dthumbnailer=false
|
-Dthumbnailer=false
|
||||||
USE_GNOME+= libxml2
|
|
||||||
OPTIONS_EXCLUDE= DBUS
|
OPTIONS_EXCLUDE= DBUS
|
||||||
PLIST= ${.CURDIR}/pkg-plist-lite
|
PLIST= ${.CURDIR}/pkg-plist-lite
|
||||||
PKGNAMESUFFIX= -lite
|
PKGNAMESUFFIX= -lite
|
||||||
@ -66,8 +64,8 @@ OPTIONS_DEFAULT= COMICS DBUS KEYRING SPELL XPS
|
|||||||
COMICS_DESC= Comic book archives support
|
COMICS_DESC= Comic book archives support
|
||||||
COMICS_MESON_ENABLED= comics
|
COMICS_MESON_ENABLED= comics
|
||||||
|
|
||||||
DBUS_MESON_TRUE= dbus
|
DBUS_MESON_TRUE= dbus
|
||||||
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
|
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
|
||||||
|
|
||||||
DJVU_DESC= DJVU support
|
DJVU_DESC= DJVU support
|
||||||
DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
|
DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user