From c6b420ab212be9d68ac7ce6b1c59de569434c950 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 18 May 2018 16:12:16 +0200 Subject: [PATCH] falkon: replaces qupzilla - python3-devel is unused for now, removed - fix qupzilla transitional dummy package --- srcpkgs/falkon/template | 17 +++++------------ srcpkgs/qupzilla | 1 - srcpkgs/qupzilla/template | 11 +++++++++++ 3 files changed, 16 insertions(+), 13 deletions(-) delete mode 120000 srcpkgs/qupzilla create mode 100644 srcpkgs/qupzilla/template diff --git a/srcpkgs/falkon/template b/srcpkgs/falkon/template index d51cbbb2a7..529efb7bf3 100644 --- a/srcpkgs/falkon/template +++ b/srcpkgs/falkon/template @@ -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 " 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" diff --git a/srcpkgs/qupzilla b/srcpkgs/qupzilla deleted file mode 120000 index 9e353efb0c..0000000000 --- a/srcpkgs/qupzilla +++ /dev/null @@ -1 +0,0 @@ -falkon \ No newline at end of file diff --git a/srcpkgs/qupzilla/template b/srcpkgs/qupzilla/template new file mode 100644 index 0000000000..35eebf0b51 --- /dev/null +++ b/srcpkgs/qupzilla/template @@ -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 " +license="GPL-3" +homepage="https://qupzilla.com/"