1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #49889 from worldofpeace/lollypop-drop-portal

lollypop-portal: drop
This commit is contained in:
Jan Tojnar 2018-11-09 12:17:14 +01:00 committed by GitHub
commit d719a6eddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 65 deletions

View file

@ -4,7 +4,7 @@
, gobjectIntrospection, wrapGAppsHook }:
python3.pkgs.buildPythonApplication rec {
version = "0.9.610";
version = "0.9.611";
name = "lollypop-${version}";
format = "other";
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
url = "https://gitlab.gnome.org/World/lollypop";
rev = "refs/tags/${version}";
fetchSubmodules = true;
sha256 = "0nn4cjw0c2ysd3y2a7l08ybcd21v993wsz99f7w0881jhws3q5p4";
sha256 = "1k78a26sld0xd14c9hr4qv8c7qaq1m8zqk1mzrh4pl7ysqqg9p20";
};
nativeBuildInputs = with python3.pkgs; [

View file

@ -1,61 +0,0 @@
{ stdenv, fetchFromGitLab, meson, ninja, pkgconfig
, python3, gnome3, gst_all_1, gtk3, libnotify
, kid3, easytag, gobjectIntrospection, wrapGAppsHook }:
python3.pkgs.buildPythonApplication rec {
name = "lollypop-portal-${version}";
version = "0.9.7";
format = "other";
doCheck = false;
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "gnumdk";
repo = name;
rev = version;
sha256 = "0rn5xmh6391i9l69y613pjad3pzdilskr2xjfcir4vpk8wprvph3";
};
nativeBuildInputs = [
gobjectIntrospection
meson
ninja
pkgconfig
wrapGAppsHook
];
buildInputs = [
gnome3.gnome-settings-daemon
gnome3.libsecret
gnome3.totem-pl-parser
gst_all_1.gst-plugins-base
gst_all_1.gstreamer
gtk3
libnotify
python3
];
pythonPath = with python3.pkgs; [
pycairo
pydbus
pygobject3
];
preFixup = ''
buildPythonPath "$out/libexec/lollypop-portal $pythonPath"
patchPythonScript "$out/libexec/lollypop-portal"
gappsWrapperArgs+=(
--prefix PATH : "${stdenv.lib.makeBinPath [ easytag kid3 ]}"
)
'';
meta = with stdenv.lib; {
description = "DBus Service for Lollypop";
homepage = https://gitlab.gnome.org/gnumdk/lollypop-portal;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}

View file

@ -22104,8 +22104,6 @@ with pkgs;
lilypond = lilypond-unstable;
};
lollypop-portal = callPackage ../misc/lollypop-portal { };
openlilylib-fonts = callPackage ../misc/lilypond/fonts.nix { };
mailcore2 = callPackage ../development/libraries/mailcore2 {