Skip to content

Commit f3f1a9c

Browse files
authored
bibata-cursors-translucent: fix build (#460566)
2 parents d33d41b + 1f40da6 commit f3f1a9c

2 files changed

Lines changed: 84 additions & 0 deletions

File tree

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
diff --git a/Bibata_Ghost/cursors/diamond_cross b/Bibata_Ghost/cursors/diamond_cross
2+
deleted file mode 120000
3+
index f406d83..0000000
4+
--- a/Bibata_Ghost/cursors/diamond_cross
5+
+++ /dev/null
6+
@@ -1 +0,0 @@
7+
-diamond_cross
8+
\ No newline at end of file
9+
diff --git a/Bibata_Ghost/cursors/draft_large b/Bibata_Ghost/cursors/draft_large
10+
index 1ab4059..490f177 120000
11+
--- a/Bibata_Ghost/cursors/draft_large
12+
+++ b/Bibata_Ghost/cursors/draft_large
13+
@@ -1 +1 @@
14+
-daft
15+
\ No newline at end of file
16+
+draft
17+
\ No newline at end of file
18+
diff --git a/Bibata_Ghost/cursors/ew-resize b/Bibata_Ghost/cursors/ew-resize
19+
index c5694de..572e2ca 120000
20+
--- a/Bibata_Ghost/cursors/ew-resize
21+
+++ b/Bibata_Ghost/cursors/ew-resize
22+
@@ -1 +1 @@
23+
-side_hor
24+
\ No newline at end of file
25+
+size-hor
26+
\ No newline at end of file
27+
diff --git a/Bibata_Spirit/cursors/diamond_cross b/Bibata_Spirit/cursors/diamond_cross
28+
deleted file mode 120000
29+
index f406d83..0000000
30+
--- a/Bibata_Spirit/cursors/diamond_cross
31+
+++ /dev/null
32+
@@ -1 +0,0 @@
33+
-diamond_cross
34+
\ No newline at end of file
35+
diff --git a/Bibata_Spirit/cursors/draft_large b/Bibata_Spirit/cursors/draft_large
36+
index 1ab4059..490f177 120000
37+
--- a/Bibata_Spirit/cursors/draft_large
38+
+++ b/Bibata_Spirit/cursors/draft_large
39+
@@ -1 +1 @@
40+
-daft
41+
\ No newline at end of file
42+
+draft
43+
\ No newline at end of file
44+
diff --git a/Bibata_Spirit/cursors/ew-resize b/Bibata_Spirit/cursors/ew-resize
45+
index c5694de..572e2ca 120000
46+
--- a/Bibata_Spirit/cursors/ew-resize
47+
+++ b/Bibata_Spirit/cursors/ew-resize
48+
@@ -1 +1 @@
49+
-side_hor
50+
\ No newline at end of file
51+
+size-hor
52+
\ No newline at end of file
53+
diff --git a/Bibata_Tinted/cursors/diamond_cross b/Bibata_Tinted/cursors/diamond_cross
54+
deleted file mode 120000
55+
index f406d83..0000000
56+
--- a/Bibata_Tinted/cursors/diamond_cross
57+
+++ /dev/null
58+
@@ -1 +0,0 @@
59+
-diamond_cross
60+
\ No newline at end of file
61+
diff --git a/Bibata_Tinted/cursors/draft_large b/Bibata_Tinted/cursors/draft_large
62+
index 1ab4059..490f177 120000
63+
--- a/Bibata_Tinted/cursors/draft_large
64+
+++ b/Bibata_Tinted/cursors/draft_large
65+
@@ -1 +1 @@
66+
-daft
67+
\ No newline at end of file
68+
+draft
69+
\ No newline at end of file
70+
diff --git a/Bibata_Tinted/cursors/ew-resize b/Bibata_Tinted/cursors/ew-resize
71+
index c5694de..572e2ca 120000
72+
--- a/Bibata_Tinted/cursors/ew-resize
73+
+++ b/Bibata_Tinted/cursors/ew-resize
74+
@@ -1 +1 @@
75+
-side_hor
76+
\ No newline at end of file
77+
+size-hor
78+
\ No newline at end of file
79+
--
80+
2.50.1

pkgs/data/icons/bibata-cursors/translucent.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ stdenvNoCC.mkDerivation rec {
1515
sha256 = "sha256-RroynJfdFpu+Wl9iw9NrAc9wNZsSxWI+heJXUTwEe7s=";
1616
};
1717

18+
patches = [
19+
./0001-fix-broken-symlinks.patch
20+
];
21+
1822
installPhase = ''
1923
install -dm 0755 $out/share/icons
2024
cp -pr Bibata_* $out/share/icons/

0 commit comments

Comments
 (0)