Update to yelp-41.1.
This commit is contained in:
parent
c86ace3f5e
commit
8eaa088f10
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.146 2021/07/09 22:12:34 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.147 2021/10/25 07:25:41 ajacoutot Exp $
|
||||
|
||||
COMMENT= GNOME help browser
|
||||
|
||||
GNOME_PROJECT= yelp
|
||||
GNOME_VERSION= 40.3
|
||||
GNOME_VERSION= 41.1
|
||||
|
||||
SHARED_LIBS += yelp 0.0 # unknown
|
||||
|
||||
@ -14,18 +14,19 @@ WANTLIB += ${COMPILER_LIBCXX} EGL GL ICE SM X11 X11-xcb Xau Xcomposite
|
||||
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
|
||||
WANTLIB += Xrender Xt Xxf86vm aspell atk-1.0 atk-bridge-2.0 brotlicommon
|
||||
WANTLIB += brotlidec bz2 c cairo cairo-gobject drm enchant-2 epoxy
|
||||
WANTLIB += expat exslt ffi fontconfig freetype fribidi gbm gcrypt
|
||||
WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glapi glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gpg-error graphite2 gstapp-1.0 gstaudio-1.0
|
||||
WANTLIB += gstbase-1.0 gstfft-1.0 gstgl-1.0 gstpbutils-1.0 gstreamer-1.0
|
||||
WANTLIB += gsttag-1.0 gstvideo-1.0 gtk-3 harfbuzz harfbuzz-icu
|
||||
WANTLIB += hyphen iconv icudata icui18n icuuc idn2 intl javascriptcoregtk-4.0
|
||||
WANTLIB += jpeg lzma m notify openjp2 orc-0.4 pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png psl secret-1 soup-2.4
|
||||
WANTLIB += sqlite3 tasn1 unistring webkit2gtk-4.0 webp webpdemux
|
||||
WANTLIB += woff2common woff2dec xcb xcb-dri2 xcb-dri3 xcb-glx
|
||||
WANTLIB += xcb-present xcb-render xcb-shm xcb-sync xcb-xfixes
|
||||
WANTLIB += xml2 xshmfence xslt z gstallocators-1.0 execinfo
|
||||
WANTLIB += execinfo expat exslt ffi fontconfig freetype fribidi
|
||||
WANTLIB += gbm gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glapi glib-2.0
|
||||
WANTLIB += gmodule-2.0 gobject-2.0 gpg-error graphite2 gstallocators-1.0
|
||||
WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstgl-1.0
|
||||
WANTLIB += gstpbutils-1.0 gstreamer-1.0 gsttag-1.0 gstvideo-1.0
|
||||
WANTLIB += gtk-3 harfbuzz harfbuzz-icu hyphen iconv icudata icui18n
|
||||
WANTLIB += icuuc idn2 intl javascriptcoregtk-4.0 jpeg lcms2 lzma
|
||||
WANTLIB += m notify openjp2 orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png psl secret-1 soup-2.4 sqlite3 tasn1
|
||||
WANTLIB += unistring webkit2gtk-4.0 webp webpdemux woff2common
|
||||
WANTLIB += woff2dec xcb xcb-dri2 xcb-dri3 xcb-glx xcb-present
|
||||
WANTLIB += xcb-render xcb-shm xcb-sync xcb-xfixes xml2 xshmfence
|
||||
WANTLIB += xslt z
|
||||
|
||||
COMPILER= base-clang ports-gcc base-gcc
|
||||
|
||||
@ -44,6 +45,8 @@ MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
CONFIGURE_ARGS= --with-webkit2gtk-4-0
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
post-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/yelp-40.3.tar.xz) = oXOEeFHyYYm+eOy7EAFdU52Mzv/Hwj6GNUkrw62l7iM=
|
||||
SIZE (gnome/yelp-40.3.tar.xz) = 1506144
|
||||
SHA256 (gnome/yelp-41.1.tar.xz) = RWpkFWR7zusBWbkLNVP/MocozymmCPzggCQjJQTMuHQ=
|
||||
SIZE (gnome/yelp-41.1.tar.xz) = 1530612
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.49 2020/11/22 18:49:33 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.50 2021/10/25 07:25:41 ajacoutot Exp $
|
||||
bin/gnome-help
|
||||
@bin bin/yelp
|
||||
include/libyelp/
|
||||
@ -441,6 +441,7 @@ share/yelp/mathjax/jax/output/NativeMML/jax.js
|
||||
share/yelp/xslt/
|
||||
share/yelp/xslt/db2html.xsl
|
||||
share/yelp/xslt/info2html.xsl
|
||||
share/yelp/xslt/links2html.xsl
|
||||
share/yelp/xslt/mal2html.xsl
|
||||
share/yelp/xslt/man2html.xsl
|
||||
share/yelp/xslt/yelp-common.xsl
|
||||
|
Loading…
x
Reference in New Issue
Block a user