Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-notes


Commits:
bb9a3c14 by Jan Alexander Steffens (heftig) at 2024-03-20T23:46:45+01:00
40.1-5: libecal-2.0.so.3

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,28 @@
+pkgbase = gnome-notes
+       pkgdesc = Write out notes, every detail matters
+       pkgver = 40.1
+       pkgrel = 5
+       url = https://wiki.gnome.org/Apps/Notes
+       arch = x86_64
+       groups = gnome-extra
+       license = GPL-3.0-or-later
+       makedepends = git
+       makedepends = meson
+       makedepends = yelp-tools
+       depends = curl
+       depends = evolution-data-server
+       depends = glib2
+       depends = gnome-online-accounts
+       depends = gtk3
+       depends = json-glib
+       depends = libhandy
+       depends = libxml2
+       depends = tracker3
+       depends = webkit2gtk-4.1
+       provides = bijiben=40.1
+       conflicts = bijiben
+       replaces = bijiben
+       source = 
git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=b5189e213b50cac50f5602945836dc4d85b17959
+       b2sums = SKIP
+
+pkgname = gnome-notes


=====================================
PKGBUILD
=====================================
@@ -2,11 +2,11 @@
 
 pkgname=gnome-notes
 pkgver=40.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Notes";
 arch=(x86_64)
-license=(GPL)
+license=(GPL-3.0-or-later)
 depends=(
   curl
   evolution-data-server
@@ -51,7 +51,11 @@ prepare() {
 }
 
 build() {
-  arch-meson $pkgname build -D update_mimedb=false
+  local meson_options=(
+    -D update_mimedb=false
+  )
+
+  arch-meson $pkgname build "${meson_options[@]}"
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-notes/-/commit/bb9a3c14a70e3effda721a472fd7748e0190a51e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-notes/-/commit/bb9a3c14a70e3effda721a472fd7748e0190a51e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to