cinnamon.cinnamon-common: 6.0.3 -> 6.0.4

https://github.com/linuxmint/cinnamon/compare/6.0.3...6.0.4
This commit is contained in:
Bobby Rong 2024-01-05 21:11:48 +08:00
parent b0d36bd0a4
commit 9106fee773
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -71,13 +71,13 @@ let
in
stdenv.mkDerivation rec {
pname = "cinnamon-common";
version = "6.0.3";
version = "6.0.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cinnamon";
rev = version;
hash = "sha256-8Y+WUnNQ4p/JeUR4q6Ti6HdoN5bghXs6XJsuWGY66S4=";
hash = "sha256-I0GJv2lcl5JlKPIiWoKMXTf4OLkznS5MpiOIvZ76bJQ=";
};
patches = [

View File

@ -17,7 +17,6 @@ index 3c1e9a4f..a77d9b3c 100644
schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
-pkglibdir = join_paths(libdir, meson.project_name().to_lower())
+pkglibdir = libdir
girdir = join_paths(datadir, 'gir-1.0')
servicedir = join_paths(datadir, 'dbus-1', 'services')
pkgdatadir = join_paths(datadir, meson.project_name().to_lower())
po_dir = join_paths(meson.source_root(), 'po')