[arch-commits] Commit in (3 files)

Jan Steffens heftig at archlinux.org
Fri Mar 15 16:59:18 UTC 2019


    Date: Friday, March 15, 2019 @ 16:59:18
  Author: heftig
Revision: 348194

Move bijiben to gnome-notes

Added:
  gnome-notes/
Modified:
  gnome-notes/trunk/PKGBUILD
Deleted:
  gnome-notes/repos/extra-x86_64/

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: gnome-notes/trunk/PKGBUILD
===================================================================
--- bijiben/trunk/PKGBUILD	2019-03-15 16:51:03 UTC (rev 348193)
+++ gnome-notes/trunk/PKGBUILD	2019-03-15 16:59:18 UTC (rev 348194)
@@ -1,15 +1,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
-pkgname=bijiben
+pkgname=gnome-notes
 pkgver=3.30.3
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Bijiben"
+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)
-_commit=60268fcb82f76c11de4b0f21a8f231444bdd6d6c  # tags/BIJIBEN_3_30_3^0
+provides=("bijiben=$pkgver")
+conflicts=(bijiben)
+replaces=(bijiben)
+_commit=1534e86e3d669c10f042a731695a8f397572fa86  # tags/BIJIBEN_3_32_0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgd.git")
 sha256sums=('SKIP'
@@ -16,12 +19,12 @@
             'SKIP')
 
 pkgver() {
-  cd gnome-notes
+  cd $pkgname
   git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
 }
 
 prepare() {
-  cd gnome-notes
+  cd $pkgname
 
   git submodule init
   git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
@@ -29,7 +32,7 @@
 }
 
 build() {
-  arch-meson gnome-notes build
+  arch-meson $pkgname build
   ninja -C build
 }
 



More information about the arch-commits mailing list