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

Balló György bgyorgy at archlinux.org
Mon Oct 10 09:14:09 UTC 2016


    Date: Monday, October 10, 2016 @ 09:14:09
  Author: bgyorgy
Revision: 191806

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  almanah/repos/community-testing-i686/
  almanah/repos/community-testing-i686/PKGBUILD
    (from rev 191805, almanah/trunk/PKGBUILD)
  almanah/repos/community-testing-x86_64/
  almanah/repos/community-testing-x86_64/PKGBUILD
    (from rev 191805, almanah/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

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

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



More information about the arch-commits mailing list