[arch-commits] Commit in gnome-calculator/repos (8 files)
Jan de Groot
jgc at nymeria.archlinux.org
Sun Apr 13 12:59:24 UTC 2014
Date: Sunday, April 13, 2014 @ 14:59:24
Author: jgc
Revision: 210287
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-calculator/repos/testing-i686/PKGBUILD
(from rev 210286, gnome-calculator/trunk/PKGBUILD)
gnome-calculator/repos/testing-i686/gnome-calculator.install
(from rev 210286, gnome-calculator/trunk/gnome-calculator.install)
gnome-calculator/repos/testing-x86_64/PKGBUILD
(from rev 210286, gnome-calculator/trunk/PKGBUILD)
gnome-calculator/repos/testing-x86_64/gnome-calculator.install
(from rev 210286, gnome-calculator/trunk/gnome-calculator.install)
Deleted:
gnome-calculator/repos/testing-i686/PKGBUILD
gnome-calculator/repos/testing-i686/gnome-calculator.install
gnome-calculator/repos/testing-x86_64/PKGBUILD
gnome-calculator/repos/testing-x86_64/gnome-calculator.install
-----------------------------------------+
/PKGBUILD | 64 ++++++++++++++++++++++++++++++
/gnome-calculator.install | 22 ++++++++++
testing-i686/PKGBUILD | 32 ---------------
testing-i686/gnome-calculator.install | 11 -----
testing-x86_64/PKGBUILD | 32 ---------------
testing-x86_64/gnome-calculator.install | 11 -----
6 files changed, 86 insertions(+), 86 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2014-04-13 12:59:09 UTC (rev 210286)
+++ testing-i686/PKGBUILD 2014-04-13 12:59:24 UTC (rev 210287)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-calculator
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf' 'gtksourceview3')
-makedepends=('intltool' 'yelp-tools' 'vala')
-groups=('gnome')
-replaces=('gcalctool')
-conflicts=('gcalctool')
-options=(!emptydirs)
-url="http://www.gnome.org"
-install=gnome-calculator.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('22882c770251203be85f728d73b0d3946728774fd437cf460cd6d958fc4b4dc5')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
- --localstatedir=/var
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
-}
Copied: gnome-calculator/repos/testing-i686/PKGBUILD (from rev 210286, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-04-13 12:59:24 UTC (rev 210287)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=3.12.1
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf' 'gtksourceview3')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url="http://www.gnome.org"
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('15a75bbe19f6d2280d864f0504f6fc5b1f148fea9738b5548b64b7b8c0c64740')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
Deleted: testing-i686/gnome-calculator.install
===================================================================
--- testing-i686/gnome-calculator.install 2014-04-13 12:59:09 UTC (rev 210286)
+++ testing-i686/gnome-calculator.install 2014-04-13 12:59:24 UTC (rev 210287)
@@ -1,11 +0,0 @@
-post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: gnome-calculator/repos/testing-i686/gnome-calculator.install (from rev 210286, gnome-calculator/trunk/gnome-calculator.install)
===================================================================
--- testing-i686/gnome-calculator.install (rev 0)
+++ testing-i686/gnome-calculator.install 2014-04-13 12:59:24 UTC (rev 210287)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2014-04-13 12:59:09 UTC (rev 210286)
+++ testing-x86_64/PKGBUILD 2014-04-13 12:59:24 UTC (rev 210287)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-calculator
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf' 'gtksourceview3')
-makedepends=('intltool' 'yelp-tools' 'vala')
-groups=('gnome')
-replaces=('gcalctool')
-conflicts=('gcalctool')
-options=(!emptydirs)
-url="http://www.gnome.org"
-install=gnome-calculator.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('22882c770251203be85f728d73b0d3946728774fd437cf460cd6d958fc4b4dc5')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
- --localstatedir=/var
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
-}
Copied: gnome-calculator/repos/testing-x86_64/PKGBUILD (from rev 210286, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-13 12:59:24 UTC (rev 210287)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=3.12.1
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf' 'gtksourceview3')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url="http://www.gnome.org"
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('15a75bbe19f6d2280d864f0504f6fc5b1f148fea9738b5548b64b7b8c0c64740')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
Deleted: testing-x86_64/gnome-calculator.install
===================================================================
--- testing-x86_64/gnome-calculator.install 2014-04-13 12:59:09 UTC (rev 210286)
+++ testing-x86_64/gnome-calculator.install 2014-04-13 12:59:24 UTC (rev 210287)
@@ -1,11 +0,0 @@
-post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: gnome-calculator/repos/testing-x86_64/gnome-calculator.install (from rev 210286, gnome-calculator/trunk/gnome-calculator.install)
===================================================================
--- testing-x86_64/gnome-calculator.install (rev 0)
+++ testing-x86_64/gnome-calculator.install 2014-04-13 12:59:24 UTC (rev 210287)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list