[arch-commits] Commit in almanah/repos (2 files)

Balló György bgyorgy at archlinux.org
Wed Nov 22 14:41:18 UTC 2017


    Date: Wednesday, November 22, 2017 @ 14:41:16
  Author: bgyorgy
Revision: 268044

archrelease: copy trunk to community-staging-x86_64

Added:
  almanah/repos/community-staging-x86_64/
  almanah/repos/community-staging-x86_64/PKGBUILD
    (from rev 268043, almanah/trunk/PKGBUILD)

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

Copied: almanah/repos/community-staging-x86_64/PKGBUILD (from rev 268043, almanah/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-11-22 14:41:16 UTC (rev 268044)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=7
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Almanah_Diary"
+license=('GPL')
+depends=('evolution' 'libcryptui')
+makedepends=('intltool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list