[arch-commits] Commit in gnote/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Aug 3 18:23:36 UTC 2022


    Date: Wednesday, August 3, 2022 @ 18:23:36
  Author: heftig
Revision: 452025

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
    (from rev 452024, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-03 18:23:25 UTC (rev 452024)
+++ PKGBUILD	2022-08-03 18:23:36 UTC (rev 452025)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: uastasi <uastasi at archlinux.us>
-
-pkgname=gnote
-pkgver=42.0
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote"
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gspell libxslt libsecret)
-makedepends=(yelp-tools meson git)
-options=(debug)
-_commit=8d73a6a2e5aa0fac0f4689d739c31c4933045f5e  # tags/42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gnote
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd gnote
-}
-
-build() {
-  arch-meson gnote build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 452024, gnote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-03 18:23:36 UTC (rev 452025)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: uastasi <uastasi at archlinux.us>
+
+pkgname=gnote
+pkgver=42.1
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote"
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt libsecret)
+makedepends=(yelp-tools meson git)
+options=(debug)
+_commit=bcad054a73490356c45940360f5c589937dda5e3  # tags/42.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gnote
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gnote
+}
+
+build() {
+  arch-meson gnote build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list