Skip to content

Commit 34c449d

Browse files
authored
Merge pull request #37 from ReillyBrogan/mesonBuild
Support arc-theme meson build and bump default version
2 parents 0a01712 + 264c659 commit 34c449d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solarize.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Github release to base from
44
if [ -z $ARCVERSION ]; then
5-
ARCVERSION="20201013"
5+
ARCVERSION="20210127"
66
fi
77

88
# Arc colors
@@ -227,6 +227,7 @@ for PATTERN in "index.theme*" "metacity-theme-*.xml"; do
227227
find "${CWD}/common" -name "${PATTERN}" -exec sed -i "s/Arc/SolArc/g" {} \;
228228
done
229229
sed -i "s/Arc/SolArc/g" configure.ac;
230+
sed -i "s/Arc/SolArc/g" meson.options;
230231

231232
echo "### Patching complete! You may now run autogen.sh & make in arc-theme-${ARCVERSION} as you wish"
232233

0 commit comments

Comments
 (0)