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

Jan Steffens heftig at archlinux.org
Thu May 12 19:22:05 UTC 2016


    Date: Thursday, May 12, 2016 @ 21:22:05
  Author: heftig
Revision: 267901

3.20.2-1

Modified:
  gnome-font-viewer/trunk/PKGBUILD
Deleted:
  gnome-font-viewer/trunk/gnome-font-viewer.install

---------------------------+
 PKGBUILD                  |   19 +++++++++----------
 gnome-font-viewer.install |   11 -----------
 2 files changed, 9 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-12 19:03:24 UTC (rev 267900)
+++ PKGBUILD	2016-05-12 19:22:05 UTC (rev 267901)
@@ -2,19 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-font-viewer
-pkgver=3.20.0
+pkgver=3.20.2
 pkgrel=1
-pkgdesc="GNOME font viewer and thumbnailer"
+pkgdesc="A font viewer utility for GNOME"
+url="https://git.gnome.org/browse/gnome-font-viewer"
 arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
-makedepends=('intltool')
-options=('!emptydirs')
-url="http://www.gnome.org"
-groups=('gnome')
-install=gnome-font-viewer.install
+license=(GPL)
+depends=(gtk3 gnome-desktop)
+makedepends=(intltool)
+options=(!emptydirs)
+groups=(gnome)
 source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('911228289249c589debe2b020b307f928ed3b791c5c16ef8ef2a679aa3db2975')
+sha256sums=('c95b336c15fade23ce239087897d91abcd3ae3776cd15b0c71321629a94abe8e')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gnome-font-viewer.install
===================================================================
--- gnome-font-viewer.install	2016-05-12 19:03:24 UTC (rev 267900)
+++ gnome-font-viewer.install	2016-05-12 19:22:05 UTC (rev 267901)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list