[arch-commits] Commit in gnome-calculator/repos (8 files)
Jan de Groot
jgc at nymeria.archlinux.org
Thu Mar 28 20:54:35 UTC 2013
Date: Thursday, March 28, 2013 @ 21:54:35
Author: jgc
Revision: 180957
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gnome-calculator/repos/gnome-unstable-i686/PKGBUILD
(from rev 180956, gnome-calculator/trunk/PKGBUILD)
gnome-calculator/repos/gnome-unstable-i686/gnome-calculator.install
(from rev 180956, gnome-calculator/trunk/gnome-calculator.install)
gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180956, gnome-calculator/trunk/PKGBUILD)
gnome-calculator/repos/gnome-unstable-x86_64/gnome-calculator.install
(from rev 180956, gnome-calculator/trunk/gnome-calculator.install)
Deleted:
gnome-calculator/repos/gnome-unstable-i686/PKGBUILD
gnome-calculator/repos/gnome-unstable-i686/gnome-calculator.install
gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD
gnome-calculator/repos/gnome-unstable-x86_64/gnome-calculator.install
------------------------------------------------+
/PKGBUILD | 64 +++++++++++++++++++++++
/gnome-calculator.install | 22 +++++++
gnome-unstable-i686/PKGBUILD | 31 -----------
gnome-unstable-i686/gnome-calculator.install | 11 ---
gnome-unstable-x86_64/PKGBUILD | 31 -----------
gnome-unstable-x86_64/gnome-calculator.install | 11 ---
6 files changed, 86 insertions(+), 84 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2013-03-28 20:54:12 UTC (rev 180956)
+++ gnome-unstable-i686/PKGBUILD 2013-03-28 20:54:35 UTC (rev 180957)
@@ -1,31 +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.7.92
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf')
-makedepends=('intltool' 'yelp-tools')
-groups=('gnome-extra')
-replaces=('gcalctool')
-options=(!emptydirs)
-url="http://www.gnome.org"
-install=gnome-calculator.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c2c05d77a90f3f563a3042d955ac039dab8d98d7987c08379d37d7c156cbe72b')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 180956, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2013-03-28 20:54:35 UTC (rev 180957)
@@ -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.8.0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf')
+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::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7db18629bd7e17ab65b771d554eeef0cd3cf7985a86e5a82c755c42c1b092824')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
Deleted: gnome-unstable-i686/gnome-calculator.install
===================================================================
--- gnome-unstable-i686/gnome-calculator.install 2013-03-28 20:54:12 UTC (rev 180956)
+++ gnome-unstable-i686/gnome-calculator.install 2013-03-28 20:54:35 UTC (rev 180957)
@@ -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/gnome-unstable-i686/gnome-calculator.install (from rev 180956, gnome-calculator/trunk/gnome-calculator.install)
===================================================================
--- gnome-unstable-i686/gnome-calculator.install (rev 0)
+++ gnome-unstable-i686/gnome-calculator.install 2013-03-28 20:54:35 UTC (rev 180957)
@@ -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: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2013-03-28 20:54:12 UTC (rev 180956)
+++ gnome-unstable-x86_64/PKGBUILD 2013-03-28 20:54:35 UTC (rev 180957)
@@ -1,31 +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.7.92
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf')
-makedepends=('intltool' 'yelp-tools')
-groups=('gnome-extra')
-replaces=('gcalctool')
-options=(!emptydirs)
-url="http://www.gnome.org"
-install=gnome-calculator.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c2c05d77a90f3f563a3042d955ac039dab8d98d7987c08379d37d7c156cbe72b')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 180956, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2013-03-28 20:54:35 UTC (rev 180957)
@@ -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.8.0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf')
+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::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7db18629bd7e17ab65b771d554eeef0cd3cf7985a86e5a82c755c42c1b092824')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
Deleted: gnome-unstable-x86_64/gnome-calculator.install
===================================================================
--- gnome-unstable-x86_64/gnome-calculator.install 2013-03-28 20:54:12 UTC (rev 180956)
+++ gnome-unstable-x86_64/gnome-calculator.install 2013-03-28 20:54:35 UTC (rev 180957)
@@ -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/gnome-unstable-x86_64/gnome-calculator.install (from rev 180956, gnome-calculator/trunk/gnome-calculator.install)
===================================================================
--- gnome-unstable-x86_64/gnome-calculator.install (rev 0)
+++ gnome-unstable-x86_64/gnome-calculator.install 2013-03-28 20:54:35 UTC (rev 180957)
@@ -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