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

Alexander Rødseth arodseth at archlinux.org
Thu May 19 22:26:11 UTC 2016


    Date: Friday, May 20, 2016 @ 00:26:10
  Author: arodseth
Revision: 175739

upgpkg: midori 0.5.11-4

Modified:
  midori/trunk/PKGBUILD
  midori/trunk/midori.install

----------------+
 PKGBUILD       |    6 +++---
 midori.install |   12 +-----------
 2 files changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-19 22:25:53 UTC (rev 175738)
+++ PKGBUILD	2016-05-19 22:26:10 UTC (rev 175739)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: rabyte <rabyte.at.gmail.dot.com>
@@ -8,7 +8,7 @@
 
 pkgname=midori
 pkgver=0.5.11
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight web browser (GTK3)'
 arch=('x86_64' 'i686')
 url='http://www.midori-browser.org/'
@@ -17,7 +17,7 @@
 conflicts=('midori-gtk2')
 provides=('midori')
 replaces=('midori-gtk3')
-depends=('webkitgtk' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr' 'zeitgeist') # webkit2gtk
+depends=('webkitgtk' 'libxss' 'gcr' 'zeitgeist') # webkit2gtk
 makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
 optdepends=('gst-plugins-base: HTML5 OGG videos support'
             'gst-plugins-good: HTML5 H264 and WebM videos support'

Modified: midori.install
===================================================================
--- midori.install	2016-05-19 22:25:53 UTC (rev 175738)
+++ midori.install	2016-05-19 22:26:10 UTC (rev 175739)
@@ -1,15 +1,5 @@
 post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+  echo 'Set GTK_CSD=1 for enabling client side decorations for Midori'
 }
 
-post_upgrade() {
-  post_install $1
-  echo 'Set GTK_CSD=1 to enable client side decorations for Midori'
-}
-
-post_remove() {
-  post_install $1
-}
-
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list