[arch-commits] Commit in midori/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Nov 5 11:16:33 UTC 2018


    Date: Monday, November 5, 2018 @ 11:16:33
  Author: arodseth
Revision: 401558

archrelease: copy trunk to community-x86_64

Added:
  midori/repos/community-x86_64/PKGBUILD
    (from rev 401557, midori/trunk/PKGBUILD)
Deleted:
  midori/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   89 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 43 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-05 11:16:26 UTC (rev 401557)
+++ PKGBUILD	2018-11-05 11:16:33 UTC (rev 401558)
@@ -1,46 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: rabyte <rabyte at gmail.com>
-# Contributor: Johannes Krampf <wuischke at amule.org>
-# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
-
-pkgname=midori
-pkgver=0.5.11
-pkgrel=10
-pkgdesc='Lightweight web browser'
-arch=('x86_64')
-url='https://midori-browser.org/'
-license=('LGPL')
-depends=('aria2' 'gcr' 'gobject-introspection-runtime' 'libpeas' 'libxss' 'webkit2gtk' 'zeitgeist')
-makedepends=('bzr' 'cmake' 'git' 'gobject-introspection' 'intltool' 'ninja' 'vala')
-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')
-# The latest release of Midori does not build with GTK+ > 3.10.
-# Using latest git commit while waiting for the next release.
-source=("$pkgname::git+https://github.com/midori-browser/core.git#commit=7dab517e66475929336e80840cce2351891dd4ef")
-md5sums=('SKIP')
-
-# NOTE: Set GTK_CSD=1 for enabling client side decorations when running Midori
-
-build() {
-  mkdir -p build
-  cd build
-  # TODO: Check if VALA_CFLAGS is respected
-  cmake "../$pkgname" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DHALF_BRO_INCOM_WEBKIT2=ON \
-    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
-    -DVALA_CFLAGS="$CFLAGS -fPIC -w" \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: launchpad.net/midori/+download
-# vim: ts=2 sw=2 et:

Copied: midori/repos/community-x86_64/PKGBUILD (from rev 401557, midori/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-05 11:16:33 UTC (rev 401558)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: rabyte <rabyte at gmail.com>
+# Contributor: Johannes Krampf <wuischke at amule.org>
+# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
+
+pkgname=midori
+pkgver=6.0
+pkgrel=1
+pkgdesc='Lightweight web browser'
+arch=('x86_64')
+url='https://midori-browser.org/'
+license=('LGPL')
+depends=('aria2' 'gcr' 'gobject-introspection-runtime' 'libpeas' 'libxss'
+         'webkit2gtk' 'zeitgeist')
+makedepends=('bzr' 'cmake' 'git' 'gobject-introspection' 'intltool' 'ninja'
+             'vala')
+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')
+source=("$pkgname::git+https://github.com/\
+midori-browser/core.git#tag=v${pkgver%.0}")
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+    -DVALA_CFLAGS="$CFLAGS -fPIC -w" \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: launchpad.net/midori/+download
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list