Date: Wednesday, October 26, 2022 @ 00:05:30
  Author: heftig
Revision: 459054

40.1-3: eds w/ soup3

Modified:
  gnome-notes/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 23:50:47 UTC (rev 459053)
+++ PKGBUILD    2022-10-26 00:05:30 UTC (rev 459054)
@@ -2,13 +2,13 @@
 
 pkgname=gnome-notes
 pkgver=40.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Notes";
 arch=(x86_64)
 license=(GPL)
 depends=(tracker3 glib2 gnome-online-accounts gtk3 json-glib
-         evolution-data-server libhandy libxml2 curl util-linux-libs 
webkit2gtk)
+         evolution-data-server libhandy libxml2 curl webkit2gtk-4.1)
 makedepends=(yelp-tools git meson)
 provides=("bijiben=$pkgver")
 conflicts=(bijiben)
@@ -28,6 +28,12 @@
 
   # Fix build with Meson 0.61
   git cherry-pick -n 994af76ce5144062d55d141129bf6bf5fab002ee
+
+  # Remove libuuid dep
+  git cherry-pick -n cbadb5e8b7d3e5e6672e8acab82276c174999a12
+
+  # Soup 3
+  git cherry-pick -n 8471369c54f9aa777857e2a42d82ab502c071520
 }
 
 build() {
@@ -42,3 +48,5 @@
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to