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

Jan Steffens heftig at archlinux.org
Sat Aug 15 02:25:51 UTC 2020


    Date: Saturday, August 15, 2020 @ 02:25:51
  Author: heftig
Revision: 394267

archrelease: copy trunk to extra-x86_64

Added:
  gnome-notes/repos/extra-x86_64/PKGBUILD
    (from rev 394266, gnome-notes/trunk/PKGBUILD)
Deleted:
  gnome-notes/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-15 02:25:29 UTC (rev 394266)
+++ PKGBUILD	2020-08-15 02:25:51 UTC (rev 394267)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gnome-notes
-pkgver=3.36.2
-pkgrel=1
-pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Notes"
-arch=(x86_64)
-license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server
-         libhandy)
-makedepends=(evolution python appstream-glib yelp-tools git meson)
-provides=("bijiben=$pkgver")
-conflicts=(bijiben)
-replaces=(bijiben)
-_commit=9691070b03ea102a42670ccbf00c6ff341caa746  # tags/BIJIBEN_3_36_2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"
-        "git+https://gitlab.gnome.org/GNOME/libgd.git")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D update_mimedb=false
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-notes/repos/extra-x86_64/PKGBUILD (from rev 394266, gnome-notes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-15 02:25:51 UTC (rev 394267)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-notes
+pkgver=3.36.3
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Notes"
+arch=(x86_64)
+license=(GPL)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server
+         libhandy)
+makedepends=(evolution python appstream-glib yelp-tools git meson)
+provides=("bijiben=$pkgver")
+conflicts=(bijiben)
+replaces=(bijiben)
+_commit=3f64fdeb2959c1a21ed7d1eb34427db7d2619a7a  # tags/BIJIBEN_3_36_3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libgd.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D update_mimedb=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list