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

Balló György bgyorgy at archlinux.org
Tue Jun 1 01:07:55 UTC 2021


    Date: Tuesday, June 1, 2021 @ 01:07:55
  Author: bgyorgy
Revision: 952916

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 01:07:49 UTC (rev 952915)
+++ PKGBUILD	2021-06-01 01:07:55 UTC (rev 952916)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: lifeograph/repos/community-x86_64/PKGBUILD (from rev 952915, lifeograph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-01 01:07:55 UTC (rev 952916)
@@ -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.1
+pkgrel=1
+pkgdesc='Private journal, diary and note taking application'
+arch=('x86_64')
+url='http://lifeograph.sourceforge.net/'
+license=('GPL3')
+depends=('enchant' 'gtkmm3' 'libchamplain')
+makedepends=('meson')
+source=("https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.1.tar.xz"{,.asc})
+sha256sums=('8ede8246aa2751907bef88f52b3a1a0c77e1b57ceb648dc18dae7699f06adae6'
+            'SKIP')
+validpgpkeys=(A1DD7BBF56F328A5B0679657BC797409ACE27593) # Ahmet Öztürk <aoz_2 at yahoo.com>
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list