mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Update to geary-3.34.2.
This commit is contained in:
+36
-35
@@ -1,48 +1,49 @@
|
||||
# $OpenBSD: Makefile,v 1.57 2019/11/01 22:09:30 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.58 2019/11/24 11:26:36 ajacoutot Exp $
|
||||
|
||||
COMMENT = lightweight mail user agent
|
||||
COMMENT= email application built around conversations
|
||||
|
||||
GNOME_PROJECT = geary
|
||||
GNOME_VERSION = 3.34.1
|
||||
REVISION = 0
|
||||
GNOME_PROJECT= geary
|
||||
GNOME_VERSION= 3.34.2
|
||||
|
||||
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
CATEGORIES = mail
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= https://wiki.gnome.org/Apps/Geary
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE = Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
HOMEPAGE = https://wiki.gnome.org/Apps/Geary
|
||||
MODULES = devel/meson devel/dconf x11/gnome
|
||||
WANTLIB += c cairo canberra enchant-2 folks gck-1 gcr-base-3 gdk-3
|
||||
WANTLIB += gdk_pixbuf-2.0 gee-0.8 gio-2.0 glib-2.0 gmime-2.6 goa-1.0
|
||||
WANTLIB += gobject-2.0 gspell-1 gtk-3 handy-0.0 intl javascriptcoregtk-4.0
|
||||
WANTLIB += json-glib-1.0 m pango-1.0 pangocairo-1.0 secret-1 soup-2.4
|
||||
WANTLIB += sqlite3 webkit2gtk-4.0 xml2 ytnef
|
||||
|
||||
MODGNOME_TOOLS += desktop-file-utils gobject-introspection
|
||||
MODGNOME_TOOLS += gtk-update-icon-cache vala yelp
|
||||
MODULES= devel/dconf \
|
||||
devel/meson \
|
||||
x11/gnome
|
||||
|
||||
CONFIGURE_ARGS =-Dlibunwind_optional=true \
|
||||
-Diso_639_xml=${LOCALBASE}/share/xml/iso-codes/iso_639.xml \
|
||||
-Diso_3166_xml=${LOCALBASE}/share/xml/iso-codes/iso_3166.xml
|
||||
MODGNOME_TOOLS= desktop-file-utils gobject-introspection \
|
||||
gtk-update-icon-cache vala yelp
|
||||
|
||||
RUN_DEPENDS = devel/iso-codes
|
||||
BUILD_DEPENDS = devel/iso-codes
|
||||
BUILD_DEPENDS += devel/appstream-glib
|
||||
CONFIGURE_ARGS= -Dlibunwind_optional=true \
|
||||
-Diso_639_xml=${LOCALBASE}/share/xml/iso-codes/iso_639.xml \
|
||||
-Diso_3166_xml=${LOCALBASE}/share/xml/iso-codes/iso_3166.xml
|
||||
|
||||
LIB_DEPENDS = mail/gmime \
|
||||
net/telepathy/folks \
|
||||
x11/gnome/online-accounts \
|
||||
x11/libhandy \
|
||||
databases/sqlite3 \
|
||||
www/webkitgtk4 \
|
||||
audio/libcanberra \
|
||||
devel/libgee \
|
||||
converters/libytnef \
|
||||
textproc/gspell \
|
||||
textproc/enchant2
|
||||
RUN_DEPENDS= devel/iso-codes
|
||||
|
||||
WANTLIB += c cairo canberra enchant-2 folks goa-1.0 gck-1
|
||||
WANTLIB += gcr-base-3 gdk-3 gdk_pixbuf-2.0 gee-0.8 gio-2.0
|
||||
WANTLIB += glib-2.0 gmime-2.6 gobject-2.0 json-glib-1.0
|
||||
WANTLIB += gtk-3 intl javascriptcoregtk-4.0 m pango-1.0
|
||||
WANTLIB += pangocairo-1.0 secret-1 soup-2.4 sqlite3 webkit2gtk-4.0
|
||||
WANTLIB += xml2 gspell-1 handy-0.0 ytnef
|
||||
BUILD_DEPENDS= devel/appstream-glib \
|
||||
devel/iso-codes
|
||||
|
||||
LIB_DEPENDS= audio/libcanberra \
|
||||
converters/libytnef \
|
||||
databases/sqlite3 \
|
||||
devel/libgee \
|
||||
mail/gmime \
|
||||
net/telepathy/folks \
|
||||
textproc/gspell \
|
||||
x11/gnome/online-accounts \
|
||||
x11/libhandy
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
SHA256 (geary-3.34.1.tar.xz) = e6SUgxL1VtlyqOiZ7GL2d4YnFLO0gXQDxOymFNA7pa8=
|
||||
SIZE (geary-3.34.1.tar.xz) = 2407920
|
||||
SHA256 (geary-3.34.2.tar.xz) = dc9f3MU0v1u98iP9S5dqYn7K8Wz4ekvqUe+U/C840qg=
|
||||
SIZE (geary-3.34.2.tar.xz) = 2411940
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
Geary is an email client built for the GNOME desktop environment. It
|
||||
allows you to read and send email with a simple, modern interface. The
|
||||
first time Geary is launched, it will prompt for your account
|
||||
information. Note that your email password is stored securely in the
|
||||
Gnome Keyring. Geary will then begin downloading messages in your
|
||||
inbox. Only the most recent messages will be downloaded. To continue
|
||||
reading email, scroll down in the message list and more email will be
|
||||
fetched.
|
||||
Geary is an email application built around conversations, for the GNOME 3
|
||||
desktop. It allows you to read, find and send email with a straightforward,
|
||||
modern interface.
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.24 2019/09/22 18:10:44 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.25 2019/11/24 11:26:37 ajacoutot Exp $
|
||||
@conflict postler-*
|
||||
@pkgpath mail/postler
|
||||
@bin bin/geary
|
||||
lib/geary/
|
||||
lib/geary/web-extensions/
|
||||
lib/geary/web-extensions/libgeary-web-process.so
|
||||
@so lib/geary/web-extensions/libgeary-web-process.so
|
||||
share/applications/geary-autostart.desktop
|
||||
share/applications/org.gnome.Geary.desktop
|
||||
share/dbus-1/services/org.gnome.Geary.service
|
||||
|
||||
Reference in New Issue
Block a user