pantheon.wingpanel: 3.0.3 -> 3.0.4

https://github.com/elementary/wingpanel/releases/tag/3.0.4
This commit is contained in:
Bobby Rong 2023-08-29 17:48:29 +08:00
parent 1ffac91a87
commit cff9c7a2a0
No known key found for this signature in database

View file

@ -15,20 +15,19 @@
, mutter
, mesa
, json-glib
, python3
, elementary-gtk-theme
, elementary-icon-theme
}:
stdenv.mkDerivation rec {
pname = "wingpanel";
version = "3.0.3";
version = "3.0.4";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-dShC6SXjOJmiLI6TUEZsthv5scnm9Jzum+sG/NkWAyM=";
sha256 = "sha256-WU2TSMuR+RRleR6ZbIXymG31l2f8XLINPkh5X9rUDcY=";
};
patches = [
@ -40,7 +39,6 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
python3
vala
wrapGAppsHook
];
@ -56,11 +54,6 @@ stdenv.mkDerivation rec {
mesa # for libEGL
];
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
'';
preFixup = ''
gappsWrapperArgs+=(
# this GTK theme is required