forked from mirrors/nixpkgs
falkon: 3.2.0 -> 22.04.0, kde gear
This commit is contained in:
parent
fa5f78712d
commit
69b0381560
|
@ -86,6 +86,7 @@ let
|
||||||
dragon = callPackage ./dragon.nix {};
|
dragon = callPackage ./dragon.nix {};
|
||||||
elisa = callPackage ./elisa.nix {};
|
elisa = callPackage ./elisa.nix {};
|
||||||
eventviews = callPackage ./eventviews.nix {};
|
eventviews = callPackage ./eventviews.nix {};
|
||||||
|
falkon = callPackage ./falkon.nix {};
|
||||||
ffmpegthumbs = callPackage ./ffmpegthumbs.nix { };
|
ffmpegthumbs = callPackage ./ffmpegthumbs.nix { };
|
||||||
filelight = callPackage ./filelight.nix {};
|
filelight = callPackage ./filelight.nix {};
|
||||||
granatier = callPackage ./granatier.nix {};
|
granatier = callPackage ./granatier.nix {};
|
||||||
|
|
|
@ -1,21 +1,13 @@
|
||||||
{ stdenv, mkDerivation, lib, fetchFromGitHub, fetchpatch
|
{ stdenv, mkDerivation, lib, fetchFromGitHub, fetchpatch
|
||||||
, cmake, extra-cmake-modules, pkg-config, qmake
|
, cmake, extra-cmake-modules, pkg-config
|
||||||
, libpthreadstubs, libxcb, libXdmcp
|
, libpthreadstubs, libxcb, libXdmcp
|
||||||
, qtsvg, qttools, qtwebengine, qtx11extras
|
, qtsvg, qttools, qtwebengine, qtx11extras
|
||||||
, qtwayland, wrapQtAppsHook
|
, qtwayland, wrapQtAppsHook
|
||||||
, kwallet
|
, kwallet, kpurpose, karchive, kio
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "falkon";
|
pname = "falkon";
|
||||||
version = "3.2.0";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "KDE";
|
|
||||||
repo = "falkon";
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "sha256-esi9YWd1PtQpDBhI1NtWEjZIoMoNUpAF+kQad67mLzE=";
|
|
||||||
};
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export NONBLOCK_JS_DIALOGS=true
|
export NONBLOCK_JS_DIALOGS=true
|
||||||
|
@ -27,21 +19,20 @@ mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libpthreadstubs libxcb libXdmcp
|
libpthreadstubs libxcb libXdmcp
|
||||||
qtsvg qttools qtwebengine qtx11extras
|
qtsvg qttools qtwebengine qtx11extras
|
||||||
kwallet
|
kwallet kpurpose karchive kio
|
||||||
] ++ lib.optionals stdenv.isLinux [ qtwayland ];
|
] ++ lib.optionals stdenv.isLinux [ qtwayland ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
pkg-config
|
pkg-config
|
||||||
qmake
|
|
||||||
qttools
|
qttools
|
||||||
wrapQtAppsHook
|
wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "QtWebEngine based cross-platform web browser";
|
description = "QtWebEngine based cross-platform web browser";
|
||||||
homepage = "https://community.kde.org/Incubator/Projects/Falkon";
|
homepage = "https://www.falkon.org";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
|
@ -1497,7 +1497,7 @@ mapAliases ({
|
||||||
|
|
||||||
inherit (plasma5Packages)
|
inherit (plasma5Packages)
|
||||||
akonadi akregator ark bluedevil bomber bovo breeze-grub breeze-gtk
|
akonadi akregator ark bluedevil bomber bovo breeze-grub breeze-gtk
|
||||||
breeze-icons breeze-plymouth breeze-qt5 discover dolphin dragon elisa
|
breeze-icons breeze-plymouth breeze-qt5 discover dolphin dragon elisa falkon
|
||||||
ffmpegthumbs filelight granatier gwenview k3b kactivitymanagerd kaddressbook
|
ffmpegthumbs filelight granatier gwenview k3b kactivitymanagerd kaddressbook
|
||||||
kalendar kalzium kapman kapptemplate kate katomic kblackbox kblocks kbounce
|
kalendar kalzium kapman kapptemplate kate katomic kblackbox kblocks kbounce
|
||||||
kcachegrind kcalc kcharselect kcolorchooser kde-cli-tools kde-gtk-config
|
kcachegrind kcalc kcharselect kcolorchooser kde-cli-tools kde-gtk-config
|
||||||
|
|
|
@ -29051,8 +29051,6 @@ with pkgs;
|
||||||
|
|
||||||
quiterss = libsForQt514.callPackage ../applications/networking/newsreaders/quiterss {};
|
quiterss = libsForQt514.callPackage ../applications/networking/newsreaders/quiterss {};
|
||||||
|
|
||||||
falkon = libsForQt5.callPackage ../applications/networking/browsers/falkon { };
|
|
||||||
|
|
||||||
quodlibet = callPackage ../applications/audio/quodlibet {
|
quodlibet = callPackage ../applications/audio/quodlibet {
|
||||||
keybinder3 = null;
|
keybinder3 = null;
|
||||||
libmodplug = null;
|
libmodplug = null;
|
||||||
|
|
Loading…
Reference in a new issue