Fix WANTLIB after libical update.

This commit is contained in:
ajacoutot
2026-05-20 11:43:18 +00:00
parent 3b2b11f37d
commit 5a1092e072
3 changed files with 16 additions and 14 deletions
+4 -3
View File
@@ -2,6 +2,7 @@ COMMENT= evolution connector for MS Exchange via EWS
GNOME_PROJECT= evolution-ews
GNOME_VERSION= 3.60.1
REVISION= 0
CATEGORIES= mail
@@ -14,9 +15,9 @@ WANTLIB += atk-1.0 cairo cairo-gobject camel-1.2 ebackend-1.2
WANTLIB += ebook-1.2 ebook-contacts-1.2 ecal-2.0 edata-book-1.2
WANTLIB += edata-cal-2.0 edataserver-1.2 edataserverui-1.2 gdk-3
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gtk-3 harfbuzz ical ical-glib icalss icalvcal intl
WANTLIB += javascriptcoregtk-4.1 json-glib-1.0 m mspack pango-1.0
WANTLIB += pangocairo-1.0 pthread soup-3.0 webkit2gtk-4.1 xml2
WANTLIB += gtk-3 harfbuzz ical ical-glib intl javascriptcoregtk-4.1
WANTLIB += json-glib-1.0 m mspack pango-1.0 pangocairo-1.0 pthread
WANTLIB += soup-3.0 webkit2gtk-4.1 xml2
WANTLIB += lib/evolution/email-engine
WANTLIB += lib/evolution/evolution-calendar
WANTLIB += lib/evolution/evolution-mail-composer
+5 -5
View File
@@ -2,6 +2,7 @@ COMMENT= integrated email and PIM software for GNOME
GNOME_PROJECT= evolution
GNOME_VERSION= 3.60.1
REVISION= 0
CATEGORIES= mail
@@ -26,11 +27,10 @@ WANTLIB += ebook-contacts-1.2 ecal-2.0 edata-book-1.2 edataserver-1.2
WANTLIB += edataserverui-1.2 enchant-2 gailutil-3 gdk-3 gdk_pixbuf-2.0
WANTLIB += geocode-glib-2 gio-2.0 glib-2.0 gmodule-2.0 gnome-autoar-0
WANTLIB += gnome-desktop-3 gobject-2.0 gspell-1 gtk-3 gweather-4
WANTLIB += harfbuzz ical ical-glib icalss icalvcal iconv intl
WANTLIB += javascriptcoregtk-4.1 json-glib-1.0 lber ldap m notify
WANTLIB += nspr4 nss3 nssutil3 pango-1.0 pangocairo-1.0 plc4 plds4
WANTLIB += pst pthread secret-1 smime3 soup-3.0 sqlite3 ssl3 webkit2gtk-4.1
WANTLIB += xml2 ytnef
WANTLIB += harfbuzz ical ical-glib icalvcal iconv intl javascriptcoregtk-4.1
WANTLIB += json-glib-1.0 lber ldap m notify nspr4 nss3 nssutil3
WANTLIB += pango-1.0 pangocairo-1.0 plc4 plds4 pst pthread secret-1
WANTLIB += smime3 soup-3.0 sqlite3 ssl3 webkit2gtk-4.1 xml2 ytnef
MODULES= devel/cmake \
devel/dconf \