falkon: replaces qupzilla

- python3-devel is unused for now, removed
- fix qupzilla transitional dummy package
This commit is contained in:
Alessio Sergi 2018-05-18 16:12:16 +02:00
parent 3010700a10
commit c6b420ab21
3 changed files with 16 additions and 13 deletions

View file

@ -1,14 +1,14 @@
# Template file for 'falkon'
pkgname=falkon
version=3.0.1
revision=1
revision=2
replaces="qupzilla>=0"
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools
python"
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools python3"
makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
qt5-plugin-sqlite qt5-plugin-tds qt5-declarative-devel qt5-webchannel-devel
qt5-webengine-devel qt5-location-devel qt5-x11extras-devel qt5-tools-devel
python3-devel kwallet-devel"
kwallet-devel"
short_desc="Cross-platform Qt Web Browser"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-3.0-or-later"
@ -16,11 +16,4 @@ homepage="https://github.com/KDE/falkon"
distfiles="${KDE_SITE}/falkon/${version}/falkon-${version}.tar.xz"
checksum=7b6ed54986543dd5462602943fb824df12f15d2061996310c4c4b891433f1a83
LDFLAGS+=" -Wl,--no-fatal-warnings"
qupzilla_package() {
build_style=meta
noarch=yes
depends="falkon>=${version}"
short_desc+=" - transitional dummy package"
}
LDFLAGS="-Wl,--no-fatal-warnings"

View file

@ -1 +0,0 @@
falkon

11
srcpkgs/qupzilla/template Normal file
View file

@ -0,0 +1,11 @@
# Template file for 'qupzilla'
pkgname=qupzilla
reverts="3.0.1_1"
version=2.2.6
revision=3
build_style=meta
depends="falkon>=${version}_${revision}"
short_desc="Lightweight multiplatform browser (transitional dummy package)"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3"
homepage="https://qupzilla.com/"