sync GNOMEish WANTLIBs

This commit is contained in:
sthen 2017-09-23 11:41:31 +00:00
parent 78b43f6a85
commit 9bf44cf1b3
21 changed files with 84 additions and 42 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.83 2017/08/16 17:25:20 jasper Exp $ # $OpenBSD: Makefile,v 1.84 2017/09/23 11:41:31 sthen Exp $
COMMENT = digital photo organizer COMMENT = digital photo organizer
GNOME_VERSION = 0.26.3 GNOME_VERSION = 0.26.3
GNOME_PROJECT = shotwell GNOME_PROJECT = shotwell
REVISION = 0
CATEGORIES = graphics CATEGORIES = graphics
@ -33,6 +34,8 @@ WANTLIB += pixman-1 plc4 plds4 png pthread pthread-stubs raw secret-1
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl ssl3 ${LIBECXX} webkit2gtk-4.0 WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl ssl3 ${LIBECXX} webkit2gtk-4.0
WANTLIB += webp xcb xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes WANTLIB += webp xcb xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes
WANTLIB += xml2 xslt z WANTLIB += xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
MODULES = devel/dconf \ MODULES = devel/dconf \
x11/gnome x11/gnome

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.69 2017/07/26 22:45:25 sthen Exp $ # $OpenBSD: Makefile,v 1.70 2017/09/23 11:41:31 sthen Exp $
COMMENT= RSS reader plugin for evolution COMMENT= RSS reader plugin for evolution
GNOME_PROJECT= evolution-rss GNOME_PROJECT= evolution-rss
GNOME_VERSION= 0.3.95 GNOME_VERSION= 0.3.95
REVISION= 11 REVISION= 12
CATEGORIES= mail CATEGORIES= mail
@ -38,6 +38,8 @@ WANTLIB += secret-1 smime3 softokn3 soup-2.4 soup-gnome-2.4 sqlite3
WANTLIB += ssl3 ${COMPILER_LIBCXX} vorbis vorbisfile webkit2gtk-4.0 webp xcb WANTLIB += ssl3 ${COMPILER_LIBCXX} vorbis vorbisfile webkit2gtk-4.0 webp xcb
WANTLIB += xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes xml2 WANTLIB += xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes xml2
WANTLIB += xslt z WANTLIB += xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
WANTLIB += lib/evolution/eabutil WANTLIB += lib/evolution/eabutil
WANTLIB += lib/evolution/econtacteditor WANTLIB += lib/evolution/econtacteditor
WANTLIB += lib/evolution/econtactlisteditor WANTLIB += lib/evolution/econtactlisteditor

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.95 2017/07/26 22:45:28 sthen Exp $ # $OpenBSD: Makefile,v 1.96 2017/09/23 11:41:31 sthen Exp $
# XXX: PORTROACH set below to override the value from gnome.port.mk # XXX: PORTROACH set below to override the value from gnome.port.mk
@ -6,7 +6,7 @@ COMMENT= people aggregation library
GNOME_PROJECT= folks GNOME_PROJECT= folks
GNOME_VERSION= 0.11.4 GNOME_VERSION= 0.11.4
REVISION= 0 REVISION= 1
# MODULE_VERSION in config.h # MODULE_VERSION in config.h
API_V= 43 API_V= 43
@ -38,6 +38,8 @@ WANTLIB += plc4 plds4 png pthread pthread-stubs readline secret-1
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl3 telepathy-glib WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl3 telepathy-glib
WANTLIB += webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render WANTLIB += webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render
WANTLIB += xcb-shm xcb-xfixes xml2 xslt z WANTLIB += xcb-shm xcb-xfixes xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
MODULES= devel/dconf \ MODULES= devel/dconf \
x11/gnome x11/gnome

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.54 2017/07/26 22:45:29 sthen Exp $ # $OpenBSD: Makefile,v 1.55 2017/09/23 11:41:31 sthen Exp $
COMMENT = labels and business card designer COMMENT = labels and business card designer
GNOME_PROJECT = glabels GNOME_PROJECT = glabels
GNOME_VERSION = 3.4.0 GNOME_VERSION = 3.4.0
REVISION = 4 REVISION = 5
CATEGORIES = productivity graphics CATEGORIES = productivity graphics
@ -35,6 +35,8 @@ WANTLIB += png pthread pthread-stubs qrencode rsvg-2 secret-1
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl3 webkit2gtk-4.0 WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl3 webkit2gtk-4.0
WANTLIB += webp xcb xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes WANTLIB += webp xcb xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes
WANTLIB += xml2 xslt z zint WANTLIB += xml2 xslt z zint
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
MODULES = devel/dconf \ MODULES = devel/dconf \
x11/gnome x11/gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.159 2017/09/04 18:10:19 jasper Exp $ # $OpenBSD: Makefile,v 1.160 2017/09/23 11:41:31 sthen Exp $
COMMENT= GNOME web browser based on webkit COMMENT= GNOME web browser based on webkit
@ -6,6 +6,7 @@ GNOME_PROJECT= epiphany
GNOME_VERSION= 3.24.4 GNOME_VERSION= 3.24.4
MAJOR_V= ${GNOME_VERSION:R} MAJOR_V= ${GNOME_VERSION:R}
SUBST_VARS= MAJOR_V SUBST_VARS= MAJOR_V
REVISION= 0
CATEGORIES= www CATEGORIES= www
@ -30,6 +31,8 @@ WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs secret-1 soup-2.4 sqlite3 WANTLIB += png pthread pthread-stubs secret-1 soup-2.4 sqlite3
WANTLIB += webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render WANTLIB += webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render
WANTLIB += xcb-shm xcb-xfixes xml2 xslt z json-glib-1.0 WANTLIB += xcb-shm xcb-xfixes xml2 xslt z json-glib-1.0
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
BUILD_DEPENDS= devel/iso-codes \ BUILD_DEPENDS= devel/iso-codes \
devel/gsettings-desktop-schemas devel/gsettings-desktop-schemas

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2017/09/11 18:54:25 jasper Exp $ # $OpenBSD: Makefile,v 1.41 2017/09/23 11:41:31 sthen Exp $
TRACKER_API= 1.0 TRACKER_API= 1.0
@ -6,6 +6,7 @@ COMMENT= simple note editor
GNOME_PROJECT= bijiben GNOME_PROJECT= bijiben
GNOME_VERSION= 3.24.2 GNOME_VERSION= 3.24.2
REVISION= 0
# GPLv3 # GPLv3
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
@ -28,6 +29,8 @@ WANTLIB += pcre pixman-1 plc4 plds4 png pthread pthread-stubs
WANTLIB += secret-1 smime3 softokn3 soup-2.4 sqlite3 ssl3 ${COMPILER_LIBCXX} WANTLIB += secret-1 smime3 softokn3 soup-2.4 sqlite3 ssl3 ${COMPILER_LIBCXX}
WANTLIB += uuid webkit2gtk-4.0 webp xcb xcb-dri2 WANTLIB += uuid webkit2gtk-4.0 webp xcb xcb-dri2
WANTLIB += xcb-glx xcb-render xcb-shm xcb-xfixes xml2 xslt z WANTLIB += xcb-glx xcb-render xcb-shm xcb-xfixes xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += harfbuzz-icu tasn1
WANTLIB += tracker-sparql-${TRACKER_API} WANTLIB += tracker-sparql-${TRACKER_API}
WANTLIB += lib/tracker-${TRACKER_API}/tracker-common WANTLIB += lib/tracker-${TRACKER_API}/tracker-common
WANTLIB += lib/tracker-${TRACKER_API}/tracker-data WANTLIB += lib/tracker-${TRACKER_API}/tracker-data

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.53 2017/07/26 22:45:32 sthen Exp $ # $OpenBSD: Makefile,v 1.54 2017/09/23 11:41:31 sthen Exp $
COMMENT= IDE for GNOME COMMENT= IDE for GNOME
GNOME_PROJECT= gnome-builder GNOME_PROJECT= gnome-builder
GNOME_VERSION= 3.24.2 GNOME_VERSION= 3.24.2
REVISION= 1 REVISION= 2
SHARED_LIBS += egg-private 0.0 # 0.0 SHARED_LIBS += egg-private 0.0 # 0.0
SHARED_LIBS += panel-gtk 0.0 # 0.0 SHARED_LIBS += panel-gtk 0.0 # 0.0
@ -39,6 +39,7 @@ WANTLIB += secret-1 soup-2.4 sqlite3 ssh2 ssl ${LIBCXX} tasn1
WANTLIB += unistring vala-0.36 vte-2.91 webkit2gtk-4.0 webp xcb WANTLIB += unistring vala-0.36 vte-2.91 webkit2gtk-4.0 webp xcb
WANTLIB += xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes xml2 WANTLIB += xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes xml2
WANTLIB += xslt z WANTLIB += xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
MODULES= devel/dconf \ MODULES= devel/dconf \
lang/python \ lang/python \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.28 2017/07/26 22:45:32 sthen Exp $ # $OpenBSD: Makefile,v 1.29 2017/09/23 11:41:31 sthen Exp $
COMMENT = GNOME calendar COMMENT = GNOME calendar
GNOME_PROJECT = gnome-calendar GNOME_PROJECT = gnome-calendar
GNOME_VERSION = 3.24.3 GNOME_VERSION = 3.24.3
REVISION = 0 REVISION = 1
# GPLv3+ # GPLv3+
PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_CDROM = Yes
@ -27,6 +27,8 @@ WANTLIB += png pthread pthread-stubs secret-1 smime3 softokn3
WANTLIB += soup-2.4 sqlite3 ssl3 ${COMPILER_LIBCXX} webkit2gtk-4.0 webp WANTLIB += soup-2.4 sqlite3 ssl3 ${COMPILER_LIBCXX} webkit2gtk-4.0 webp
WANTLIB += xcb xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes WANTLIB += xcb xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes
WANTLIB += xml2 xslt z WANTLIB += xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += harfbuzz-icu tasn1
MODULES = devel/dconf \ MODULES = devel/dconf \
x11/gnome x11/gnome

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.62 2017/07/26 22:45:32 sthen Exp $ # $OpenBSD: Makefile,v 1.63 2017/09/23 11:41:31 sthen Exp $
COMMENT= contacts manager for GNOME COMMENT= contacts manager for GNOME
GNOME_PROJECT= gnome-contacts GNOME_PROJECT= gnome-contacts
GNOME_VERSION= 3.22.1 GNOME_VERSION= 3.22.1
REVISION= 2 REVISION= 3
CATEGORIES= productivity CATEGORIES= productivity
@ -20,16 +20,19 @@ WANTLIB += edata-book-1.2 edataserver-1.2 edataserverui-1.2 epoxy
WANTLIB += expat ffi folks folks-eds folks-telepathy fontconfig WANTLIB += expat ffi folks folks-eds folks-telepathy fontconfig
WANTLIB += freetype gbm gck-1 gcr-base-3 gcr-ui-3 gcrypt gdk-3 WANTLIB += freetype gbm gck-1 gcr-base-3 gcr-ui-3 gcrypt gdk-3
WANTLIB += gdk_pixbuf-2.0 gee-0.8 geocode-glib gio-2.0 glapi glib-2.0 WANTLIB += gdk_pixbuf-2.0 gee-0.8 geocode-glib gio-2.0 glapi glib-2.0
WANTLIB += gmodule-2.0 gmp gnome-desktop-3 goa-1.0 gobject-2.0 WANTLIB += gmodule-2.0 gnome-desktop-3 goa-1.0 gobject-2.0
WANTLIB += gpg-error graphite2 gstaudio-1.0 gstbase-1.0 gstreamer-1.0 WANTLIB += gpg-error graphite2 gstaudio-1.0 gstbase-1.0 gstreamer-1.0
WANTLIB += gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz WANTLIB += gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz
WANTLIB += hogweed iconv icudata icui18n icuuc idn2 intl javascriptcoregtk-4.0 WANTLIB += iconv icudata icui18n icuuc intl javascriptcoregtk-4.0
WANTLIB += json-glib-1.0 lzma m nettle nspr4 nss3 orc-0.4 p11-kit WANTLIB += json-glib-1.0 lzma m nspr4 nss3 orc-0.4 p11-kit
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += plc4 plds4 png pthread pthread-stubs secret-1 smime3 WANTLIB += plc4 plds4 png pthread pthread-stubs secret-1 smime3
WANTLIB += softokn3 soup-2.4 sqlite3 ssl3 ${COMPILER_LIBCXX} tasn1 telepathy-glib WANTLIB += softokn3 soup-2.4 sqlite3 ssl3 ${COMPILER_LIBCXX} tasn1 telepathy-glib
WANTLIB += webkit2gtk-4.0 xcb xcb-dri2 xcb-glx xcb-render xcb-shm WANTLIB += webkit2gtk-4.0 xcb xcb-dri2 xcb-glx xcb-render xcb-shm
WANTLIB += xcb-xfixes xml2 z unistring WANTLIB += xcb-xfixes xml2 z
WANTLIB += GL GLESv2 Xt enchant gstallocators-1.0 gstapp-1.0 gstbadallocators-1.0
WANTLIB += gstfft-1.0 gstgl-1.0 gstpbutils-1.0 harfbuzz-icu hyphen
WANTLIB += jpeg notify nssutil3 webp xslt
MODULES= x11/gnome \ MODULES= x11/gnome \
devel/dconf devel/dconf

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.102 2017/07/26 22:45:32 sthen Exp $ # $OpenBSD: Makefile,v 1.103 2017/09/23 11:41:31 sthen Exp $
COMMENT= API documentation browser for GNOME COMMENT= API documentation browser for GNOME
GNOME_PROJECT= devhelp GNOME_PROJECT= devhelp
GNOME_VERSION= 3.24.0 GNOME_VERSION= 3.24.0
REVISION= 0 REVISION= 1
SHARED_LIBS += devhelp-3 0.0 # 2.0 SHARED_LIBS += devhelp-3 0.0 # 2.0
@ -27,6 +27,8 @@ WANTLIB += orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs secret-1 soup-2.4 WANTLIB += pixman-1 png pthread pthread-stubs secret-1 soup-2.4
WANTLIB += sqlite3 webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render WANTLIB += sqlite3 webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render
WANTLIB += xcb-shm xcb-xfixes xml2 xslt z WANTLIB += xcb-shm xcb-xfixes xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
MODULES= devel/dconf \ MODULES= devel/dconf \
lang/python \ lang/python \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.82 2017/07/26 22:45:32 sthen Exp $ # $OpenBSD: Makefile,v 1.83 2017/09/23 11:41:31 sthen Exp $
TRACKER_API= 1.0 TRACKER_API= 1.0
@ -6,7 +6,7 @@ COMMENT= document and e-books manager for GNOME
GNOME_PROJECT= gnome-documents GNOME_PROJECT= gnome-documents
GNOME_VERSION= 3.24.3 GNOME_VERSION= 3.24.3
REVISION= 0 REVISION= 1
# GPLv2+ # GPLv2+
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
@ -27,6 +27,8 @@ WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs readline secret-1 soup-2.4 WANTLIB += png pthread pthread-stubs readline secret-1 soup-2.4
WANTLIB += sqlite3 uuid webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx WANTLIB += sqlite3 uuid webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx
WANTLIB += xcb-render xcb-shm xcb-xfixes xml2 xslt z WANTLIB += xcb-render xcb-shm xcb-xfixes xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
WANTLIB += tracker-control-${TRACKER_API} WANTLIB += tracker-control-${TRACKER_API}
WANTLIB += tracker-sparql-${TRACKER_API} WANTLIB += tracker-sparql-${TRACKER_API}
WANTLIB += lib/tracker-${TRACKER_API}/tracker-data WANTLIB += lib/tracker-${TRACKER_API}/tracker-data

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.57 2017/09/08 18:47:59 jasper Exp $ # $OpenBSD: Makefile,v 1.58 2017/09/23 11:41:31 sthen Exp $
USE_WXNEEDED= Yes USE_WXNEEDED= Yes
@ -6,6 +6,7 @@ COMMENT= Javascript bindings for GNOME
GNOME_PROJECT= gjs GNOME_PROJECT= gjs
GNOME_VERSION= 1.48.7 GNOME_VERSION= 1.48.7
REVISION= 0
SHARED_LIBS += gjs 5.0 # 0.0 SHARED_LIBS += gjs 5.0 # 0.0
@ -25,7 +26,7 @@ WANTLIB += readline xcb xcb-render xcb-shm z Xrandr epoxy
WANTLIB += ICE SM Xcomposite Xcursor Xdamage Xfixes Xi Xinerama WANTLIB += ICE SM Xcomposite Xcursor Xdamage Xfixes Xi Xinerama
WANTLIB += atk-1.0 atk-bridge-2.0 atspi dbus-1 gdk-3 gdk_pixbuf-2.0 WANTLIB += atk-1.0 atk-bridge-2.0 atspi dbus-1 gdk-3 gdk_pixbuf-2.0
WANTLIB += graphite2 gtk-3 harfbuzz pango-1.0 pangocairo-1.0 pangoft2-1.0 WANTLIB += graphite2 gtk-3 harfbuzz pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += iconv intl WANTLIB += iconv intl icudata icui18n icuuc
MODULES= x11/gnome MODULES= x11/gnome

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.39 2017/07/26 22:45:32 sthen Exp $ # $OpenBSD: Makefile,v 1.40 2017/09/23 11:41:31 sthen Exp $
COMMENT= initial-setup firstboot-like tool COMMENT= initial-setup firstboot-like tool
GNOME_PROJECT= gnome-initial-setup GNOME_PROJECT= gnome-initial-setup
GNOME_VERSION= 3.24.2 GNOME_VERSION= 3.24.2
REVISION= 0 REVISION= 1
# GPLv2+ # GPLv2+
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
@ -26,6 +26,8 @@ WANTLIB += pcre pixman-1 png polkit-gobject-1 pthread-stubs pwquality
WANTLIB += rest-0.7 secret-1 soup-2.4 soup-gnome-2.4 sqlite3 telepathy-glib WANTLIB += rest-0.7 secret-1 soup-2.4 soup-gnome-2.4 sqlite3 telepathy-glib
WANTLIB += webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render WANTLIB += webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render
WANTLIB += xcb-shm xcb-xfixes xml2 xslt z WANTLIB += xcb-shm xcb-xfixes xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
WANTLIB += heimdal/lib/heimsqlite WANTLIB += heimdal/lib/heimsqlite
MODULES= devel/dconf \ MODULES= devel/dconf \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2017/07/26 22:45:32 sthen Exp $ # $OpenBSD: Makefile,v 1.11 2017/09/23 11:41:31 sthen Exp $
# Required at build time for a temporary program created and run by # Required at build time for a temporary program created and run by
# g-ir-scanner; programs linked against libgepub need wxneeded, too # g-ir-scanner; programs linked against libgepub need wxneeded, too
@ -9,7 +9,7 @@ COMMENT= GObject based library for rendering epub docs
GNOME_PROJECT= libgepub GNOME_PROJECT= libgepub
GNOME_VERSION= 0.4 GNOME_VERSION= 0.4
REVISION= 3 REVISION= 4
CATEGORIES= graphics CATEGORIES= graphics
@ -32,6 +32,8 @@ WANTLIB += orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs secret-1 soup-2.4 WANTLIB += pixman-1 png pthread pthread-stubs secret-1 soup-2.4
WANTLIB += sqlite3 webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render WANTLIB += sqlite3 webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render
WANTLIB += xcb-shm xcb-xfixes xml2 xslt z WANTLIB += xcb-shm xcb-xfixes xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
MODULES= x11/gnome MODULES= x11/gnome

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.99 2017/09/05 20:17:23 jasper Exp $ # $OpenBSD: Makefile,v 1.100 2017/09/23 11:41:31 sthen Exp $
COMMENT= interfaces for interacting with online accounts COMMENT= interfaces for interacting with online accounts
GNOME_PROJECT= gnome-online-accounts GNOME_PROJECT= gnome-online-accounts
GNOME_VERSION= 3.24.3 GNOME_VERSION= 3.24.3
REVISION= 0
SHARED_LIBS += goa-1.0 4.0 # .0.0 SHARED_LIBS += goa-1.0 4.0 # .0.0
SHARED_LIBS += goa-backend-1.0 4.0 # .1.0 SHARED_LIBS += goa-backend-1.0 4.0 # .1.0
@ -26,6 +27,8 @@ WANTLIB += pcre pixman-1 png pthread pthread-stubs rest-0.7 secret-1
WANTLIB += soup-2.4 soup-gnome-2.4 sqlite3 ${COMPILER_LIBCXX} telepathy-glib WANTLIB += soup-2.4 soup-gnome-2.4 sqlite3 ${COMPILER_LIBCXX} telepathy-glib
WANTLIB += webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render WANTLIB += webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render
WANTLIB += xcb-shm xcb-xfixes xml2 xslt z WANTLIB += xcb-shm xcb-xfixes xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
MODULES= devel/dconf \ MODULES= devel/dconf \
x11/gnome x11/gnome

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.52 2017/04/17 10:58:48 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.53 2017/09/23 11:41:31 sthen Exp $
COMMENT= GNOME power manager COMMENT= GNOME power manager
GNOME_PROJECT= gnome-power-manager GNOME_PROJECT= gnome-power-manager
GNOME_VERSION= 3.24.0 GNOME_VERSION= 3.24.0
REVISION= 0
# LGPLv2 # LGPLv2
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
@ -15,7 +16,7 @@ WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz iconv WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz iconv
WANTLIB += intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 WANTLIB += intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs upower-glib xcb xcb-render WANTLIB += png pthread pthread-stubs upower-glib xcb xcb-render
WANTLIB += xcb-shm z WANTLIB += xcb-shm z ${COMPILER_LIBCXX}
MODULES= devel/dconf \ MODULES= devel/dconf \
x11/gnome x11/gnome

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.26 2017/04/13 07:38:45 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.27 2017/09/23 11:41:31 sthen Exp $
COMMENT= GnuPG extension for nautilus(1) COMMENT= GnuPG extension for nautilus(1)
GNOME_PROJECT= seahorse-nautilus GNOME_PROJECT= seahorse-nautilus
GNOME_VERSION= 3.10.1 GNOME_VERSION= 3.10.1
REVISION= 6 REVISION= 7
CATEGORIES= security CATEGORIES= security
@ -20,6 +20,7 @@ WANTLIB += gobject-2.0 gpg-error gpgme graphite2 gthread-2.0 gtk-3
WANTLIB += harfbuzz m nautilus-extension notify p11-kit pango-1.0 WANTLIB += harfbuzz m nautilus-extension notify p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs xcb xcb-render xcb-shm z iconv intl WANTLIB += pthread-stubs xcb xcb-render xcb-shm z iconv intl
WANTLIB += archive bz2 crypto gnome-autoar-0 lz4 lzma
MODULES= x11/gnome \ MODULES= x11/gnome \
devel/dconf devel/dconf

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.44 2017/07/26 22:45:33 sthen Exp $ # $OpenBSD: Makefile,v 1.45 2017/09/23 11:41:31 sthen Exp $
COMMENT= quick previewer for Nautilus COMMENT= quick previewer for Nautilus
GNOME_PROJECT= sushi GNOME_PROJECT= sushi
GNOME_VERSION= 3.24.0 GNOME_VERSION= 3.24.0
REVISION= 0 REVISION= 1
# GPLv2+ # GPLv2+
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
@ -27,6 +27,8 @@ WANTLIB += pcre pixman-1 png proxy pthread pthread-stubs readline
WANTLIB += secret-1 soup-2.4 sqlite3 ssl webkit2gtk-4.0 webp xcb WANTLIB += secret-1 soup-2.4 sqlite3 ssl webkit2gtk-4.0 webp xcb
WANTLIB += xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes xml2 WANTLIB += xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes xml2
WANTLIB += xslt z WANTLIB += xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
MODULES= x11/gnome MODULES= x11/gnome

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2017/07/26 22:45:33 sthen Exp $ # $OpenBSD: Makefile,v 1.16 2017/09/23 11:41:31 sthen Exp $
COMMENT= simple task management application COMMENT= simple task management application
GNOME_PROJECT= gnome-todo GNOME_PROJECT= gnome-todo
GNOME_VERSION= 3.24.2 GNOME_VERSION= 3.24.2
REVISION= 0 REVISION= 1
# GPLv3+ # GPLv3+
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
@ -27,6 +27,8 @@ WANTLIB += plc4 plds4 png pthread pthread-stubs secret-1 smime3
WANTLIB += softokn3 soup-2.4 sqlite3 ssl3 ${COMPILER_LIBCXX} webkit2gtk-4.0 WANTLIB += softokn3 soup-2.4 sqlite3 ssl3 ${COMPILER_LIBCXX} webkit2gtk-4.0
WANTLIB += webp xcb xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes WANTLIB += webp xcb xcb-dri2 xcb-glx xcb-render xcb-shm xcb-xfixes
WANTLIB += xml2 xslt z WANTLIB += xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += harfbuzz-icu tasn1
MODULES= devel/dconf \ MODULES= devel/dconf \
x11/gnome x11/gnome

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.122 2017/07/26 22:45:33 sthen Exp $ # $OpenBSD: Makefile,v 1.123 2017/09/23 11:41:31 sthen Exp $
COMMENT= GNOME help browser COMMENT= GNOME help browser
GNOME_PROJECT= yelp GNOME_PROJECT= yelp
GNOME_VERSION= 3.22.0 GNOME_VERSION= 3.22.0
REVISION= 2 REVISION= 3
SHARED_LIBS += yelp 0.0 # unknown SHARED_LIBS += yelp 0.0 # unknown
@ -25,6 +25,8 @@ WANTLIB += orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs secret-1 soup-2.4 WANTLIB += pixman-1 png pthread pthread-stubs secret-1 soup-2.4
WANTLIB += sqlite3 webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render WANTLIB += sqlite3 webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render
WANTLIB += xcb-shm xcb-xfixes xml2 xslt z WANTLIB += xcb-shm xcb-xfixes xml2 xslt z
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
WANTLIB += tasn1
MODULES= devel/dconf \ MODULES= devel/dconf \
x11/gnome x11/gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2017/08/24 09:45:23 sthen Exp $ # $OpenBSD: Makefile,v 1.12 2017/09/23 11:41:31 sthen Exp $
USE_WXNEEDED= Yes USE_WXNEEDED= Yes
@ -10,7 +10,7 @@ SHARED_LIBS += atrildocument 3.0 # 3.0
SHARED_LIBS += atrilview 3.0 # 3.0 SHARED_LIBS += atrilview 3.0 # 3.0
MATE_PROJECT= atril MATE_PROJECT= atril
REVISION= 5 REVISION= 6
# GPLv2 # GPLv2
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
@ -32,6 +32,7 @@ WANTLIB += lz4 lzma nettle notify openjp2 orc-0.4 p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 png poppler-glib poppler secret-1 WANTLIB += pangocairo-1.0 pangoft2-1.0 png poppler-glib poppler secret-1
WANTLIB += soup-2.4 spectre tasn1 tiff unistring webkit2gtk-4.0 webp xml2 WANTLIB += soup-2.4 spectre tasn1 tiff unistring webkit2gtk-4.0 webp xml2
WANTLIB += z xslt WANTLIB += z xslt
WANTLIB += GLESv2 gstallocators-1.0 gstbadallocators-1.0 gstgl-1.0
MODULES= devel/dconf \ MODULES= devel/dconf \
x11/gnome x11/gnome