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

Balló György bgyorgy at archlinux.org
Tue Sep 30 12:19:19 UTC 2014


    Date: Tuesday, September 30, 2014 @ 14:19:19
  Author: bgyorgy
Revision: 119881

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

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

----------------------------------+
 /PKGBUILD                        |   54 +++++++++++++++++++++++++++++++++++++
 /almanah.install                 |   24 ++++++++++++++++
 community-i686/PKGBUILD          |   27 ------------------
 community-i686/almanah.install   |   12 --------
 community-x86_64/PKGBUILD        |   27 ------------------
 community-x86_64/almanah.install |   12 --------
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-30 12:18:56 UTC (rev 119880)
+++ community-i686/PKGBUILD	2014-09-30 12:19:19 UTC (rev 119881)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=almanah
-pkgver=0.11.0
-pkgrel=2
-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=('82085a3884d6820e843fe388040a124cf7c23b4cc6dade54fa484ae75a8b712d')
-
-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-i686/PKGBUILD (from rev 119880, almanah/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-30 12:19:19 UTC (rev 119881)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=1
+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
+}

Deleted: community-i686/almanah.install
===================================================================
--- community-i686/almanah.install	2014-09-30 12:18:56 UTC (rev 119880)
+++ community-i686/almanah.install	2014-09-30 12:19:19 UTC (rev 119881)
@@ -1,12 +0,0 @@
-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-i686/almanah.install (from rev 119880, almanah/trunk/almanah.install)
===================================================================
--- community-i686/almanah.install	                        (rev 0)
+++ community-i686/almanah.install	2014-09-30 12:19:19 UTC (rev 119881)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-30 12:18:56 UTC (rev 119880)
+++ community-x86_64/PKGBUILD	2014-09-30 12:19:19 UTC (rev 119881)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=almanah
-pkgver=0.11.0
-pkgrel=2
-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=('82085a3884d6820e843fe388040a124cf7c23b4cc6dade54fa484ae75a8b712d')
-
-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-x86_64/PKGBUILD (from rev 119880, almanah/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-30 12:19:19 UTC (rev 119881)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=1
+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
+}

Deleted: community-x86_64/almanah.install
===================================================================
--- community-x86_64/almanah.install	2014-09-30 12:18:56 UTC (rev 119880)
+++ community-x86_64/almanah.install	2014-09-30 12:19:19 UTC (rev 119881)
@@ -1,12 +0,0 @@
-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-x86_64/almanah.install (from rev 119880, almanah/trunk/almanah.install)
===================================================================
--- community-x86_64/almanah.install	                        (rev 0)
+++ community-x86_64/almanah.install	2014-09-30 12:19:19 UTC (rev 119881)
@@ -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