[arch-commits] Commit in lifeograph (3 files)

Balló György bgyorgy at archlinux.org
Fri Jul 10 09:37:03 UTC 2020


    Date: Friday, July 10, 2020 @ 09:37:03
  Author: bgyorgy
Revision: 663072

archrelease: copy trunk to community-x86_64

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

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

Copied: lifeograph/repos/community-x86_64/PKGBUILD (from rev 663071, lifeograph/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-07-10 09:37:03 UTC (rev 663072)
@@ -0,0 +1,23 @@
+# 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
+}



More information about the arch-commits mailing list