[arch-commits] Commit in lifeograph/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 10 12:23:45 UTC 2021


    Date: Sunday, January 10, 2021 @ 12:23:44
  Author: arojas
Revision: 817045

archrelease: copy trunk to community-x86_64

Added:
  lifeograph/repos/community-x86_64/PKGBUILD
    (from rev 817044, lifeograph/trunk/PKGBUILD)
Deleted:
  lifeograph/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 +++++++++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 12:23:35 UTC (rev 817044)
+++ PKGBUILD	2021-01-10 12:23:44 UTC (rev 817045)
@@ -1,23 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Alex Dewar <alex.dewar at gmx.co.uk>
-
-pkgname=lifeograph
-pkgver=1.6.1
-pkgrel=2
-pkgdesc="Private journal, diary and note taking application"
-arch=(x86_64)
-license=(GPL3)
-url="http://lifeograph.sourceforge.net/"
-depends=(enchant gtkmm3)
-makedepends=(meson)
-source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e40678600587156635da3bffae72694711c25290acf924025cfd14b970ed7cd')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: lifeograph/repos/community-x86_64/PKGBUILD (from rev 817044, lifeograph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-10 12:23:44 UTC (rev 817045)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Alex Dewar <alex.dewar at gmx.co.uk>
+
+pkgname=lifeograph
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Private journal, diary and note taking application"
+arch=(x86_64)
+license=(GPL3)
+url="http://lifeograph.sourceforge.net/"
+depends=(enchant gtkmm3 libchamplain)
+makedepends=(meson)
+source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('cef3ac89afddd37cc975b68536bad94d32dbb253fccfa207d15110495fb8a0a9'
+            'SKIP')
+validpgpkeys=(A1DD7BBF56F328A5B0679657BC797409ACE27593) # Ahmet Öztürk <aoz_2 at yahoo.com>
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list