Skip to content

Commit

Permalink
Merge pull request #218918 from bobby285271/upd/pantheon
Browse files Browse the repository at this point in the history
Pantheon updates 2023-03-01
  • Loading branch information
bobby285271 authored Mar 5, 2023
2 parents c9ba963 + 2408257 commit 0c6cb76
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, substituteAll
, pkg-config
Expand All @@ -17,15 +18,24 @@

stdenv.mkDerivation rec {
pname = "wingpanel-indicator-network";
version = "2.3.4";
version = "7.0.1";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-j6USKTpiktDKH7jBV1FFg8f3HeNwEkMp3HxG/MeL41g=";
sha256 = "sha256-pz2sWN33d20/fMByR+XrNz2lxPdgCA6vxism3E/Fh/I=";
};

patches = [
# PopoverWidget: fix flowbox child focus
# https://github.com/elementary/wingpanel-indicator-network/pull/288
(fetchpatch {
url = "https://github.com/elementary/wingpanel-indicator-network/commit/88db9004249334e1316321e0373a3065900fe6f1.patch";
sha256 = "sha256-rpAULo4qVPO3yr7cBVeKyT7L43zHVEdYLJD4x0ukBs4=";
})
];

nativeBuildInputs = [
meson
ninja
Expand Down
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 0c6cb76

Please sign in to comment.