[arch-commits] Commit in gnome-calculator/trunk (3 files)

Jan de Groot jgc at nymeria.archlinux.org
Thu Mar 21 23:38:58 UTC 2013


    Date: Friday, March 22, 2013 @ 00:38:56
  Author: jgc
Revision: 180492

upgpkg: gnome-calculator 3.7.92-1

Added:
  gnome-calculator/trunk/gnome-calculator.install
    (from rev 180482, gnome-calculator/trunk/gcalctool.install)
Modified:
  gnome-calculator/trunk/PKGBUILD
Deleted:
  gnome-calculator/trunk/gcalctool.install

--------------------------+
 PKGBUILD                 |    9 +++++----
 gcalctool.install        |   11 -----------
 gnome-calculator.install |   11 +++++++++++
 3 files changed, 16 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-21 23:37:06 UTC (rev 180491)
+++ PKGBUILD	2013-03-21 23:38:56 UTC (rev 180492)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
-pkgname=gcalctool
-pkgver=6.6.2
+pkgname=gnome-calculator
+pkgver=3.7.92
 pkgrel=1
 pkgdesc="GNOME Scientific calculator"
 arch=('i686' 'x86_64')
@@ -11,11 +11,12 @@
 depends=('gtk3' 'dconf')
 makedepends=('intltool' 'yelp-tools')
 groups=('gnome-extra')
+replaces=('gcalctool')
 options=(!emptydirs)
 url="http://www.gnome.org"
-install=gcalctool.install
+install=gnome-calculator.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e708a16cc758c3a9fcb07e9c3e45989f7d9d64e2993f440e99707fcea3e1b76c')
+sha256sums=('c2c05d77a90f3f563a3042d955ac039dab8d98d7987c08379d37d7c156cbe72b')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gcalctool.install
===================================================================
--- gcalctool.install	2013-03-21 23:37:06 UTC (rev 180491)
+++ gcalctool.install	2013-03-21 23:38:56 UTC (rev 180492)
@@ -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/trunk/gnome-calculator.install (from rev 180482, gnome-calculator/trunk/gcalctool.install)
===================================================================
--- gnome-calculator.install	                        (rev 0)
+++ gnome-calculator.install	2013-03-21 23:38:56 UTC (rev 180492)
@@ -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