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

Alexander Rødseth arodseth at archlinux.org
Mon Oct 19 10:23:50 UTC 2020


    Date: Monday, October 19, 2020 @ 10:23:49
  Author: arodseth
Revision: 726975

use the git hash directly + rebuild with GCC 10

Also make it clear that the package us using the latest git tag from github, not from astian.org.

The new webpage for Midori is https://astian.org/en/midori-browser/, but they have no links to any
development activity and seem to have departed from the previous versioning scheme.

The Midori project was recently merged with the Astian Foundation. Once there is a link to
a source repository there, I'm planning to switch over the package URL to that web page.

Modified:
  midori/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-19 10:08:54 UTC (rev 726974)
+++ PKGBUILD	2020-10-19 10:23:49 UTC (rev 726975)
@@ -6,10 +6,10 @@
 
 pkgname=midori
 pkgver=9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight web browser'
 arch=(x86_64)
-url='https://midori-browser.org/'
+url='https://github.com/midori-browser/core'
 license=(LGPL)
 depends=(aria2 gcr libarchive libpeas libxss webkit2gtk zeitgeist)
 makedepends=(bzr cmake git gobject-introspection intltool ninja vala)
@@ -17,13 +17,13 @@
             'gst-plugins-good: HTML5 H264 and WebM videos support'
             'gst-libav: HTML5 H264 videos support')
 options=(!emptydirs)
-source=("$pkgname::git+https://github.com/midori-browser/core.git#tag=v$pkgver")
+source=("$pkgname::git+https://github.com/midori-browser/core.git#commit=f6b3b1e030db7eb2de7faf73ec4ccc18949b668d") # tag: v9.0
 md5sums=('SKIP')
 
 build() {
   mkdir -p build
   cd build
-  cmake "$srcdir/$pkgname" \
+  cmake ../$pkgname \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
@@ -37,4 +37,3 @@
 }
 
 # getver: -u 8 raw.githubusercontent.com/midori-browser/core/master/CMakeLists.txt
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list