morewaita-icon-theme: 48.2 -> 48.3
Diff: https://github.com/somepaulo/MoreWaita/compare/v48.2...v48.3
This commit is contained in:
@@ -1,48 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Kenichi Kamiya <kachick1@gmail.com>
|
||||
Date: Sun, 15 Jun 2025 10:35:51 +0900
|
||||
Subject: [PATCH] Fix broken symlinks
|
||||
|
||||
---
|
||||
scalable/apps/gnome-character-map.svg | 2 +-
|
||||
symbolic/apps/pamac-manager-symbolic.svg | 2 +-
|
||||
symbolic/apps/pamac-symbolic.svg | 2 +-
|
||||
symbolic/apps/pamac-updater-symbolic.svg | 2 +-
|
||||
4 files changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/scalable/apps/gnome-character-map.svg b/scalable/apps/gnome-character-map.svg
|
||||
index f04d4679adb66b897b42396e75896f4c46199c24..d400f7677eefaa10db958bb324247825d8c3578e 120000
|
||||
--- a/scalable/apps/gnome-character-map.svg
|
||||
+++ b/scalable/apps/gnome-character-map.svg
|
||||
@@ -1 +1 @@
|
||||
-accessories-character-map.svg
|
||||
\ No newline at end of file
|
||||
+../legacy/accessories-character-map.svg
|
||||
\ No newline at end of file
|
||||
diff --git a/symbolic/apps/pamac-manager-symbolic.svg b/symbolic/apps/pamac-manager-symbolic.svg
|
||||
index 758557a5c791b43de172d29f466fe6b6cb9d5207..106458e72401668bca4b9457cd6c2eff9ea7e4e2 120000
|
||||
--- a/symbolic/apps/pamac-manager-symbolic.svg
|
||||
+++ b/symbolic/apps/pamac-manager-symbolic.svg
|
||||
@@ -1 +1 @@
|
||||
-system-software-install-symbolic.svg
|
||||
\ No newline at end of file
|
||||
+../legacy/system-software-install-symbolic.svg
|
||||
\ No newline at end of file
|
||||
diff --git a/symbolic/apps/pamac-symbolic.svg b/symbolic/apps/pamac-symbolic.svg
|
||||
index 758557a5c791b43de172d29f466fe6b6cb9d5207..106458e72401668bca4b9457cd6c2eff9ea7e4e2 120000
|
||||
--- a/symbolic/apps/pamac-symbolic.svg
|
||||
+++ b/symbolic/apps/pamac-symbolic.svg
|
||||
@@ -1 +1 @@
|
||||
-system-software-install-symbolic.svg
|
||||
\ No newline at end of file
|
||||
+../legacy/system-software-install-symbolic.svg
|
||||
\ No newline at end of file
|
||||
diff --git a/symbolic/apps/pamac-updater-symbolic.svg b/symbolic/apps/pamac-updater-symbolic.svg
|
||||
index 758557a5c791b43de172d29f466fe6b6cb9d5207..106458e72401668bca4b9457cd6c2eff9ea7e4e2 120000
|
||||
--- a/symbolic/apps/pamac-updater-symbolic.svg
|
||||
+++ b/symbolic/apps/pamac-updater-symbolic.svg
|
||||
@@ -1 +1 @@
|
||||
-system-software-install-symbolic.svg
|
||||
\ No newline at end of file
|
||||
+../legacy/system-software-install-symbolic.svg
|
||||
\ No newline at end of file
|
||||
@@ -8,26 +8,17 @@
|
||||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "morewaita-icon-theme";
|
||||
version = "48.2";
|
||||
version = "48.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "somepaulo";
|
||||
repo = "MoreWaita";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-eCMU5RNlqHN6tImGd2ur+rSC+kR5xQ8Zh4BaRgjBHVc=";
|
||||
hash = "sha256-ywZSRNXVxjs5l5UO4yvNZ7q7PRlaLNi/2+HSNhe8e5w=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Avoiding "ERROR: noBrokenSymlinks". ref: https://github.com/somepaulo/MoreWaita/pull/335
|
||||
./fix-broken-symlinks.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs install.sh
|
||||
|
||||
# Replace this workaround if https://github.com/somepaulo/MoreWaita/pull/339 is merged
|
||||
substituteInPlace install.sh \
|
||||
--replace-fail '"''${HOME}/.local/share/' '"$out/share/'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -38,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
./install.sh
|
||||
THEMEDIR="$out/share/icons/MoreWaita" ./install.sh
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user