[arch-commits] Commit in gnome-calculator/trunk (PKGBUILD gnome-calculator.install)

Jan Steffens heftig at archlinux.org
Sun May 8 20:55:52 UTC 2016


    Date: Sunday, May 8, 2016 @ 22:55:52
  Author: heftig
Revision: 267220

3.20.1-1

Modified:
  gnome-calculator/trunk/PKGBUILD
Deleted:
  gnome-calculator/trunk/gnome-calculator.install

--------------------------+
 PKGBUILD                 |   19 ++++++++-----------
 gnome-calculator.install |   11 -----------
 2 files changed, 8 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-08 20:55:01 UTC (rev 267219)
+++ PKGBUILD	2016-05-08 20:55:52 UTC (rev 267220)
@@ -3,21 +3,18 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-calculator
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="GNOME Scientific calculator"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf' 'gtksourceview3' 'mpfr')
-makedepends=('intltool' 'yelp-tools' 'vala')
-groups=('gnome')
-replaces=('gcalctool')
-conflicts=('gcalctool')
+url="https://wiki.gnome.org/Apps/Calculator"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview3 mpfr)
+makedepends=(intltool yelp-tools vala)
+groups=(gnome)
 options=(!emptydirs)
-url="http://www.gnome.org"
-install=gnome-calculator.install
 source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('504da356f4ab9d2a6ec989e2769ccf00afdbfb5aa8bd57e60c1e8f21652e0c92')
+sha256sums=('02edcf99857599ac10ecd2faaf33ad20a9f11f7c5a89a52ee1b511d99b594b90')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gnome-calculator.install
===================================================================
--- gnome-calculator.install	2016-05-08 20:55:01 UTC (rev 267219)
+++ gnome-calculator.install	2016-05-08 20:55:52 UTC (rev 267220)
@@ -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
-}



More information about the arch-commits mailing list