Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gnome-notes
Commits: dbf5d883 by Jan Alexander Steffens (heftig) at 2025-04-24T05:13:18+02:00 40.1-9: Namcap fixes, libxml2 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gnome-notes pkgdesc = Write out notes, every detail matters pkgver = 40.1 - pkgrel = 8 + pkgrel = 9 url = https://wiki.gnome.org/Apps/Notes arch = x86_64 groups = gnome-extra @@ -10,15 +10,23 @@ pkgbase = gnome-notes makedepends = glib2-devel makedepends = meson makedepends = yelp-tools + depends = cairo depends = curl + depends = dconf depends = evolution-data-server + depends = gcc-libs depends = glib2 + depends = glibc depends = gnome-online-accounts depends = gtk3 + depends = hicolor-icon-theme depends = json-glib + depends = libgoa depends = libhandy + depends = libical depends = libxml2 - depends = tracker3 + depends = pango + depends = tinysparql depends = webkit2gtk-4.1 provides = bijiben=40.1 conflicts = bijiben ===================================== PKGBUILD ===================================== @@ -2,21 +2,29 @@ pkgname=gnome-notes pkgver=40.1 -pkgrel=8 +pkgrel=9 pkgdesc="Write out notes, every detail matters" url="https://wiki.gnome.org/Apps/Notes" arch=(x86_64) license=(GPL-3.0-or-later) depends=( + cairo curl + dconf evolution-data-server + gcc-libs glib2 + glibc gnome-online-accounts gtk3 + hicolor-icon-theme json-glib + libgoa libhandy + libical libxml2 - tracker3 + pango + tinysparql webkit2gtk-4.1 ) makedepends=( @@ -29,12 +37,14 @@ provides=("bijiben=$pkgver") conflicts=(bijiben) replaces=(bijiben) groups=(gnome-extra) -source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#tag=BIJIBEN_${pkgver//./_}" - gnome-notes-activate.patch - gnome-notes-invalid-search.patch - gnome-notes-prgname.patch - gnome-notes-new-note.patch - gnome-notes-note-trashed.patch) +source=( + "git+https://gitlab.gnome.org/GNOME/gnome-notes.git#tag=BIJIBEN_${pkgver//./_}" + gnome-notes-activate.patch + gnome-notes-invalid-search.patch + gnome-notes-prgname.patch + gnome-notes-new-note.patch + gnome-notes-note-trashed.patch +) b2sums=('794f39b637b48a8a64a0fdb98fbd1d346f0a22dc2c752dfbba97f3ffe1c3c6b5d44cd3bbe64fdcc4877065140d6e7b3d3f3961ca872df05c4df22b617729a83d' 'a198a7af2695dafd3cd39987eac066674e42820e7c774296a887c68225262afb6bfa8bd0e97c0935e9d691d5753c8cc3bc2407162fc1cec34775f4dd4846714f' '67f9f875c2847dab0b6a9215ab42b65f47744a5a31b9b802371efd4df3e4a44f8a6e2065279f234e26e76d4f9ae9f0a725cb70f66a0ac311eeb93d37139657ec' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-notes/-/commit/dbf5d883722e6ae0364ca85274d3c52aee06bd53 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-notes/-/commit/dbf5d883722e6ae0364ca85274d3c52aee06bd53 You're receiving this email because of your account on gitlab.archlinux.org.