community/midori: upgrade to 9.0

This commit is contained in:
Leo 2019-08-03 15:28:30 -03:00
parent ffb1be59e3
commit 28edeaa936

View File

@ -1,16 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=midori
pkgver=8.0
pkgver=9.0
pkgrel=0
pkgdesc="A lightweight web browser based on Gtk WebKit"
url="https://www.midori-browser.org"
arch="all"
license="LGPL-2.0-or-later"
depends=
makedepends="cmake librsvg-dev paxmark python2 vala gtk+3.0-dev gcr-dev
libarchive-dev libunique-dev json-glib-dev webkit2gtk-dev libpeas-dev"
subpackages="$pkgname-lang $pkgname-doc"
install=""
options="!check" # unable to check
source="https://github.com/midori-browser/core/releases/download/v$pkgver/midori-v$pkgver.tar.gz"
builddir="${srcdir}/${pkgname}-v${pkgver}/build"
@ -21,7 +19,6 @@ prepare() {
}
build() {
cd "$builddir"
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
@ -32,8 +29,7 @@ build() {
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="3a8cbca941637160a41f8a638e2153ddd5d8930a3d26df2031d90de40234743f5663c853ddf655673331b8a9ec07c65d8920768a4744fa5412bc2eddf2b8d81f midori-v8.0.tar.gz"
sha512sums="0cc28643593f53c47b453838152dcbe35a9a287bff38bda830844eb8f321a4f48c99b21e16a9b07bebdd0abc936d88fd759c3222a36325aa667a28ae00148be3 midori-v9.0.tar.gz"