1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

zathura*: remove useless USE_LDCONFIG

USE_LDCONFIG will mean we will add a path to the search path for the
runtime linker, for zathura plugins are loaded via dlopen, we don't
need to resolv anything in the plugin directory

this also eliminates a userless post install script
This commit is contained in:
Baptiste Daroussin 2024-02-26 14:34:36 +01:00
parent 87555cd25a
commit 48782bce60
4 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= zathura-cb
DISTVERSION= 0.1.10
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
@ -19,7 +19,6 @@ RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \
pkgconfig
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_LDCONFIG= yes
PLIST_FILES= lib/zathura/libcb.so \
share/appdata/org.pwmt.zathura-cb.metainfo.xml \

View File

@ -1,5 +1,6 @@
PORTNAME= zathura-pdf-mupdf
DISTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= uzsolt@FreeBSD.org
@ -17,7 +18,6 @@ RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome jpeg meson pkgconfig
USE_GNOME= cairo glib20
USE_LDCONFIG= ${PREFIX}/lib/zathura
USE_GITLAB= yes
GL_SITE= https://git.pwmt.org/
GL_ACCOUNT= pwmt

View File

@ -1,6 +1,6 @@
PORTNAME= zathura-pdf-poppler
DISTVERSION= 0.3.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
@ -18,7 +18,6 @@ RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig
USE_GNOME= cairo glib20 gtk30
USE_LDCONFIG= ${PREFIX}/lib/zathura
CONFLICTS= zathura-pdf-mupdf

View File

@ -1,6 +1,6 @@
PORTNAME= zathura-ps
DISTVERSION= 0.2.7
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
@ -18,7 +18,6 @@ RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl
USE_GNOME= cairo glib20 gtk30
USE_LDCONFIG= ${PREFIX}/lib/zathura
PLIST_FILES= lib/zathura/libps.so \
share/appdata/org.pwmt.zathura-ps.metainfo.xml \