Skip to content

Commit

Permalink
pantheon.xdg-desktop-portal-pantheon: 1.2.0 -> 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Mar 5, 2023
1 parent d13d8e2 commit 2408257
Showing 1 changed file with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,38 @@
, ninja
, pkg-config
, vala
, wrapGAppsHook
, wrapGAppsHook4
, glib
, granite
, gtk3
, libhandy
, granite7
, gtk4
, systemd
, vte
, xorg
}:

stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-pantheon";
version = "1.2.0";
version = "7.0.0";

src = fetchFromGitHub {
owner = "elementary";
repo = "portals";
rev = version;
sha256 = "sha256-DPCBC3/MJxy9d77ZYzK68FwN8kbyo7guYrkZC+onRBw=";
sha256 = "sha256-Rfo9Z5rCJgk36Db3ce8dYBJswy8owjvRMrJVB/RfwyI=";
};

nativeBuildInputs = [
meson
ninja
pkg-config
vala
wrapGAppsHook
wrapGAppsHook4
];

buildInputs = [
glib
granite
gtk3
libhandy
granite7
gtk4
systemd
vte
xorg.libX11
];

Expand Down

0 comments on commit 2408257

Please sign in to comment.