Skip to content

Commit 0cc0531

Browse files
committed
cinnamon: Support version 4.8
No stylesheet changes should be necessary, so simply symlink to 4.6.
1 parent aab9ac9 commit 0cc0531

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

common/cinnamon/4.8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.6

m4/arc-cinnamon.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ AC_DEFUN([ARC_CINNAMON], [
3636
3737
# Evenize the minor version for stable versions
3838
AS_IF(
39-
[test "0$CINNAMON_VERSMJR" -eq 4 -a "0$CINNAMON_VERSMNR" -ge 6], [CINNAMON_VERSION=4.6],
40-
[test "0$CINNAMON_VERSMJR" -gt 4], [CINNAMON_VERSION=4.6],
39+
[test "0$CINNAMON_VERSMJR" -eq 4 -a "0$CINNAMON_VERSMNR" -ge 8], [CINNAMON_VERSION=4.8],
40+
[test "0$CINNAMON_VERSMJR" -gt 4], [CINNAMON_VERSION=4.8],
4141
[test `expr $CINNAMON_VERSMNR % 2` != "0"],
4242
[CINNAMON_VERSION="$CINNAMON_VERSMJR.`expr $CINNAMON_VERSMNR + 1`"]
4343
)

0 commit comments

Comments
 (0)