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

Jan Steffens heftig at archlinux.org
Mon Jan 6 01:00:22 UTC 2020


    Date: Monday, January 6, 2020 @ 01:00:20
  Author: heftig
Revision: 372636

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-06 01:00:09 UTC (rev 372635)
+++ PKGBUILD	2020-01-06 01:00:20 UTC (rev 372636)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-notes
-pkgver=3.34.1
-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)
-makedepends=(evolution python appstream-glib yelp-tools git meson)
-provides=("bijiben=$pkgver")
-conflicts=(bijiben)
-replaces=(bijiben)
-_commit=887515155e4774ae1aaba6af395f6da3ebb93dbc  # tags/BIJIBEN_3_34_1^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 config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D update_mimedb=false
-  ninja -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 372633, gnome-notes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-06 01:00:20 UTC (rev 372636)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-notes
+pkgver=3.34.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)
+makedepends=(evolution python appstream-glib yelp-tools git meson)
+provides=("bijiben=$pkgver")
+conflicts=(bijiben)
+replaces=(bijiben)
+_commit=e4a264323d980c64c15faa606bf4e9ca82906593  # tags/BIJIBEN_3_34_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 config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D update_mimedb=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list