We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a01712 + 264c659 commit 34c449dCopy full SHA for 34c449d
solarize.sh
@@ -2,7 +2,7 @@
2
3
# Github release to base from
4
if [ -z $ARCVERSION ]; then
5
- ARCVERSION="20201013"
+ ARCVERSION="20210127"
6
fi
7
8
# Arc colors
@@ -227,6 +227,7 @@ for PATTERN in "index.theme*" "metacity-theme-*.xml"; do
227
find "${CWD}/common" -name "${PATTERN}" -exec sed -i "s/Arc/SolArc/g" {} \;
228
done
229
sed -i "s/Arc/SolArc/g" configure.ac;
230
+sed -i "s/Arc/SolArc/g" meson.options;
231
232
echo "### Patching complete! You may now run autogen.sh & make in arc-theme-${ARCVERSION} as you wish"
233
0 commit comments