From 153222ac3f006396aa6212faa3037cedf27f3628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 19 Dec 2016 11:28:00 -0300 Subject: konqueror-16.12.0-1.parabola1: updating version * rename KDE kdebase-konqueror package --- libre/konqueror/PKGBUILD | 47 ++++++++++++++++++++++++++++++++++++ libre/konqueror/konq-about-fsdg.diff | 32 ++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 libre/konqueror/PKGBUILD create mode 100644 libre/konqueror/konq-about-fsdg.diff (limited to 'libre/konqueror') diff --git a/libre/konqueror/PKGBUILD b/libre/konqueror/PKGBUILD new file mode 100644 index 000000000..426126bdd --- /dev/null +++ b/libre/konqueror/PKGBUILD @@ -0,0 +1,47 @@ +# Maintainer (Arch): Antonio Rojas +# Maintainer (Arch): Felix Yan +# Maintainer: André Silva +# Contributor: Michał Masłowski + +pkgname=konqueror +pkgver=16.12.0 +pkgrel=1.parabola1 +pkgdesc="KDE File Manager & Web Browser, without Google and nonfree software recommendation" +arch=(i686 x86_64 armv7h) +url="https://konqueror.org/" +license=(LGPL) +depends=(dolphin keditbookmarks qt5-webengine) +makedepends=(extra-cmake-modules kdoctools python tidy kdesignerplugin kdesu) +optdepends=('tidy: tidy HTML plugin' 'kdesu: shell command plugin') +conflicts=(kdebase-konqueror kdebase-konq-plugins) +replaces=(kdebase-konqueror kdebase-konq-plugins) +groups=(kde-applications kdebase) +source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} + 'konq-about-fsdg.diff') +md5sums=('364cad4bbea9ff403fc288609b4e4463' + 'SKIP' + 'f7dd7c4177454bdbd538c1aea92356f0') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid + +prepare() { + mkdir -p build + + cd $pkgname-$pkgver + # Don't recommend nonfree software or Google. + patch -p1 -i ../konq-about-fsdg.diff +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} diff --git a/libre/konqueror/konq-about-fsdg.diff b/libre/konqueror/konq-about-fsdg.diff new file mode 100644 index 000000000..8b508c79f --- /dev/null +++ b/libre/konqueror/konq-about-fsdg.diff @@ -0,0 +1,32 @@ +diff --git a/about/konq_aboutpage.cpp b/about/konq_aboutpage.cpp +index 0178758..184c810 100644 +--- a/about/konq_aboutpage.cpp ++++ b/about/konq_aboutpage.cpp +@@ -219,13 +219,10 @@ QString KonqAboutPageSingleton::specs() + QStringLiteral("http://www.ecma-international.org/publications/standards/ECMA-262.HTM"))) + .arg(i18n("JavaScript disabled (globally). Enable JavaScript here.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) + .arg(i18n("JavaScript enabled (globally). Configure JavaScript here.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) // leave the double backslashes here, they are necessary for javascript ! +- .arg(i18n("Secure Java® support", QStringLiteral("http://www.oracle.com/technetwork/java/index.html"))) +- .arg(i18n("JDK 1.2.0 (Java 2) compatible VM (IBM or Sun/Oracle)", +- QStringLiteral("http://www.ibm.com"), QStringLiteral("http://www.oracle.com/technetwork/java/index.html"))) ++ .arg(i18n("Secure Java® support")) ++ QStringLiteral("about:plugins"))) + .arg(i18n("Enable Java (globally) here.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) // TODO Maybe test if Java is enabled ? +- .arg(i18n("Netscape Communicator® plugins (for viewing Flash®, Real®Audio, Real®Video, etc.)", +- QStringLiteral("http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"), +- QStringLiteral("http://www.real.com"), QStringLiteral("http://www.real.com"), ++ .arg(i18n("Netscape Communicator® plugins", + QStringLiteral("about:plugins"))) + .arg(i18n("built-in")) + .arg(i18n("Secure Sockets Layer")) +@@ -301,8 +298,8 @@ QString KonqAboutPageSingleton::tips() + .arg(i18n("Tips")) + .arg(i18n("Specifications")) + .arg(i18n("Tips & Tricks")) +- .arg(i18n("Use Web-Shortcuts: by typing \"gg: KDE\" one can search the Internet, " +- "using Google, for the search phrase \"KDE\". There are a lot of " ++ .arg(i18n("Use Web-Shortcuts: by typing \"dd: KDE\" one can search the Internet, " ++ "using DuckDuckGo HTML, for the search phrase \"KDE\". There are a lot of " + "Web-Shortcuts predefined to make searching for software or looking " + "up certain words in an encyclopedia a breeze. You can even " + "create your own Web-Shortcuts.", QStringLiteral("exec:/kcmshell5 webshortcuts"))) -- cgit v1.2.3