mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Removing konq-plugins, since they have been included in kdebase in all KDE versions we have currently
packaged.
This commit is contained in:
parent
4ad55db0ad
commit
083637896d
@ -1,23 +0,0 @@
|
||||
{ stdenv, fetchurl, kdelibs, cmake, qt4, automoc4, phonon, kde_baseapps, gettext }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "konq-plugins-${version}";
|
||||
version = "4.4.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.riken.go.jp/pub/FreeBSD/distfiles/KDE/extragear/konq-plugins-4.4.0.tar.bz2;
|
||||
sha256 = "1hn722rcdcwmhfnn89rnvp2b4d8gds4nm483ps3jkk83d7f2xmbi";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake kdelibs qt4 automoc4 phonon kde_baseapps gettext ];
|
||||
|
||||
patches = [ ./qt47.patch ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Various plugins for Konqueror";
|
||||
license = "GPL";
|
||||
homepage = http://kde.org/;
|
||||
maintainers = [ maintainers.phreedom ];
|
||||
platforms = kdelibs.meta.platforms;
|
||||
};
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
--- konq-plugins/adblock/adblock.cpp 2010-02-11 22:12:41.000000000 +0000
|
||||
+++ konq-plugins/adblock/adblock.cpp 2010-07-26 17:12:20.639786002 +0100
|
||||
@@ -300,7 +300,7 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
AdElement::AdElement() :
|
||||
- m_url(0), m_category(0), m_type(0), m_blocked(false) {}
|
||||
+ m_url(QString()), m_category(QString()), m_type(QString()), m_blocked(false) {}
|
||||
|
||||
AdElement::AdElement(const QString &url, const QString &category,
|
||||
const QString &type, bool blocked, const DOM::Node&node) :
|
@ -8635,8 +8635,6 @@ let
|
||||
|
||||
kipi_plugins = callPackage ../applications/graphics/kipi-plugins { };
|
||||
|
||||
konq_plugins = callPackage ../applications/networking/browsers/konq-plugins { };
|
||||
|
||||
konversation = callPackage ../applications/networking/irc/konversation { };
|
||||
|
||||
krename = callPackage ../applications/misc/krename { };
|
||||
|
Loading…
Reference in New Issue
Block a user