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

Alexander Rødseth arodseth at archlinux.org
Mon Jun 25 10:04:28 UTC 2018


    Date: Monday, June 25, 2018 @ 10:04:28
  Author: arodseth
Revision: 345847

upgpkg: midori 0.5.11-8

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

----------------+
 PKGBUILD       |   20 +++++++++-----------
 midori.install |    5 -----
 2 files changed, 9 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-25 09:53:39 UTC (rev 345846)
+++ PKGBUILD	2018-06-25 10:04:28 UTC (rev 345847)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: rabyte <rabyte.at.gmail.dot.com>
 # Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
@@ -7,19 +7,16 @@
 
 pkgname=midori
 pkgver=0.5.11
-pkgrel=7
-pkgdesc='Lightweight web browser (GTK3)'
+pkgrel=8
+pkgdesc='Lightweight web browser'
 arch=('x86_64')
-url='http://www.midori-browser.org/'
+url='http://midori-browser.org/'
 license=('LGPL')
-install=midori.install
-conflicts=('midori-gtk2')
 provides=('midori')
 replaces=('midori-gtk3')
-depends=('gcr' 'libxss' 'webkit2gtk' 'zeitgeist')
+depends=('aria2' 'gcr' 'libxss' 'webkit2gtk' 'zeitgeist')
 makedepends=('bzr' 'cmake' 'intltool' 'ninja' 'vala')
-optdepends=('aria2: download utility'
-            'gst-plugins-base: HTML5 OGG videos support'
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
             'gst-plugins-good: HTML5 H264 and WebM videos support'
             'gst-libav: HTML5 H264 videos support')
 options=('!emptydirs')
@@ -26,14 +23,15 @@
 source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
 sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
 
+# NOTE: Set GTK_CSD=1 for enabling client side decorations for Midori
+
 prepare() {
   cd "$pkgname-$pkgver"
 
-  # The latest release of vala is a bit stricter than the previous one
   sed 's/protected Tally/public Tally/g' -i midori/midori-notebook.vala
   sed 's/%d other files/%u other files/g' -i extensions/transfers.vala
   for f in transfers adblock/widgets apps history-list notes; do
-      sed 's/.remove (iter/.remove (ref iter/g' -i "extensions/$f.vala"
+      sed 's,.remove (iter,.remove (ref iter,g' -i "extensions/$f.vala"
   done
 }
 

Deleted: midori.install
===================================================================
--- midori.install	2018-06-25 09:53:39 UTC (rev 345846)
+++ midori.install	2018-06-25 10:04:28 UTC (rev 345847)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'Set GTK_CSD=1 for enabling client side decorations for Midori'
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list