[arch-commits] Commit in almanah/repos (8 files)
Balló György
bgyorgy at archlinux.org
Wed Apr 15 13:12:03 UTC 2015
Date: Wednesday, April 15, 2015 @ 15:12:02
Author: bgyorgy
Revision: 131403
archrelease: copy trunk to community-i686, community-x86_64
Added:
almanah/repos/community-i686/PKGBUILD
(from rev 131402, almanah/trunk/PKGBUILD)
almanah/repos/community-i686/almanah.install
(from rev 131402, almanah/trunk/almanah.install)
almanah/repos/community-x86_64/PKGBUILD
(from rev 131402, almanah/trunk/PKGBUILD)
almanah/repos/community-x86_64/almanah.install
(from rev 131402, 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 2015-04-15 13:11:55 UTC (rev 131402)
+++ community-i686/PKGBUILD 2015-04-15 13:12:02 UTC (rev 131403)
@@ -1,27 +0,0 @@
-# $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
-}
Copied: almanah/repos/community-i686/PKGBUILD (from rev 131402, almanah/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 13:12:02 UTC (rev 131403)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.11.1
+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=('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 2015-04-15 13:11:55 UTC (rev 131402)
+++ community-i686/almanah.install 2015-04-15 13:12:02 UTC (rev 131403)
@@ -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 131402, almanah/trunk/almanah.install)
===================================================================
--- community-i686/almanah.install (rev 0)
+++ community-i686/almanah.install 2015-04-15 13:12:02 UTC (rev 131403)
@@ -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 2015-04-15 13:11:55 UTC (rev 131402)
+++ community-x86_64/PKGBUILD 2015-04-15 13:12:02 UTC (rev 131403)
@@ -1,27 +0,0 @@
-# $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
-}
Copied: almanah/repos/community-x86_64/PKGBUILD (from rev 131402, almanah/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-15 13:12:02 UTC (rev 131403)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.11.1
+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=('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 2015-04-15 13:11:55 UTC (rev 131402)
+++ community-x86_64/almanah.install 2015-04-15 13:12:02 UTC (rev 131403)
@@ -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 131402, almanah/trunk/almanah.install)
===================================================================
--- community-x86_64/almanah.install (rev 0)
+++ community-x86_64/almanah.install 2015-04-15 13:12:02 UTC (rev 131403)
@@ -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