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

Jan Steffens heftig at archlinux.org
Mon Sep 28 19:29:55 UTC 2015


    Date: Monday, September 28, 2015 @ 21:29:55
  Author: heftig
Revision: 142114

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

Added:
  almanah/repos/community-staging-i686/
  almanah/repos/community-staging-i686/PKGBUILD
    (from rev 142113, almanah/trunk/PKGBUILD)
  almanah/repos/community-staging-i686/almanah.install
    (from rev 142113, almanah/trunk/almanah.install)
  almanah/repos/community-staging-x86_64/
  almanah/repos/community-staging-x86_64/PKGBUILD
    (from rev 142113, almanah/trunk/PKGBUILD)
  almanah/repos/community-staging-x86_64/almanah.install
    (from rev 142113, almanah/trunk/almanah.install)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   27 +++++++++++++++++++++++++++
 community-staging-i686/almanah.install   |   12 ++++++++++++
 community-staging-x86_64/PKGBUILD        |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/almanah.install |   12 ++++++++++++
 4 files changed, 78 insertions(+)

Copied: almanah/repos/community-staging-i686/PKGBUILD (from rev 142113, almanah/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-28 19:29:55 UTC (rev 142114)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=3
+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')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: almanah/repos/community-staging-i686/almanah.install (from rev 142113, almanah/trunk/almanah.install)
===================================================================
--- community-staging-i686/almanah.install	                        (rev 0)
+++ community-staging-i686/almanah.install	2015-09-28 19:29:55 UTC (rev 142114)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: almanah/repos/community-staging-x86_64/PKGBUILD (from rev 142113, almanah/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-28 19:29:55 UTC (rev 142114)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=3
+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')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: almanah/repos/community-staging-x86_64/almanah.install (from rev 142113, almanah/trunk/almanah.install)
===================================================================
--- community-staging-x86_64/almanah.install	                        (rev 0)
+++ community-staging-x86_64/almanah.install	2015-09-28 19:29:55 UTC (rev 142114)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list