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

Jan Steffens heftig at archlinux.org
Sun May 8 21:58:55 UTC 2016


    Date: Sunday, May 8, 2016 @ 23:58:55
  Author: heftig
Revision: 267241

3.20.2-1

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

------------------------+
 PKGBUILD               |   15 +++++++--------
 gnome-calendar.install |   13 -------------
 2 files changed, 7 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-08 21:23:36 UTC (rev 267240)
+++ PKGBUILD	2016-05-08 21:58:55 UTC (rev 267241)
@@ -2,18 +2,17 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-calendar
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar"
 arch=(i686 x86_64)
-url="http://gnome.org"
-license=('GPL')
-depends=('evolution-data-server' 'desktop-file-utils')
-makedepends=('intltool' 'python')
-install=gnome-calendar.install
-groups=('gnome-extra')
+license=(GPL)
+depends=(evolution-data-server)
+makedepends=(intltool python)
+groups=(gnome-extra)
 source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5182c4d053848f76386bf7748944c34772f3d18b909e42a3226c36e7e49b097c')
+sha256sums=('f132cff56310b83cf086628e949685b04cdaf872e989d67dbb8a3e4e9943deee')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gnome-calendar.install
===================================================================
--- gnome-calendar.install	2016-05-08 21:23:36 UTC (rev 267240)
+++ gnome-calendar.install	2016-05-08 21:58:55 UTC (rev 267241)
@@ -1,13 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-   update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list