falkon: replaces qupzilla
- python3-devel is unused for now, removed - fix qupzilla transitional dummy package
This commit is contained in:
parent
3010700a10
commit
c6b420ab21
3 changed files with 16 additions and 13 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'falkon'
|
# Template file for 'falkon'
|
||||||
pkgname=falkon
|
pkgname=falkon
|
||||||
version=3.0.1
|
version=3.0.1
|
||||||
revision=1
|
revision=2
|
||||||
|
replaces="qupzilla>=0"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools
|
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools python3"
|
||||||
python"
|
|
||||||
makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
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-plugin-sqlite qt5-plugin-tds qt5-declarative-devel qt5-webchannel-devel
|
||||||
qt5-webengine-devel qt5-location-devel qt5-x11extras-devel qt5-tools-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"
|
short_desc="Cross-platform Qt Web Browser"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-3.0-or-later"
|
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"
|
distfiles="${KDE_SITE}/falkon/${version}/falkon-${version}.tar.xz"
|
||||||
checksum=7b6ed54986543dd5462602943fb824df12f15d2061996310c4c4b891433f1a83
|
checksum=7b6ed54986543dd5462602943fb824df12f15d2061996310c4c4b891433f1a83
|
||||||
|
|
||||||
LDFLAGS+=" -Wl,--no-fatal-warnings"
|
LDFLAGS="-Wl,--no-fatal-warnings"
|
||||||
|
|
||||||
qupzilla_package() {
|
|
||||||
build_style=meta
|
|
||||||
noarch=yes
|
|
||||||
depends="falkon>=${version}"
|
|
||||||
short_desc+=" - transitional dummy package"
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
falkon
|
|
11
srcpkgs/qupzilla/template
Normal file
11
srcpkgs/qupzilla/template
Normal 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/"
|
Loading…
Reference in a new issue