From 7ede84a25247cddae2c5bcd69c009b7b9eb672a3 Mon Sep 17 00:00:00 2001 From: SolarAquarion Date: Sun, 9 Oct 2016 19:46:16 -0400 Subject: Update configure.ac This can fix it--- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3b6b8ef..f878beb 100644 --- a/configure.ac +++ b/configure.ac @@ -12,9 +12,9 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([no-dist-gzip dist-xz foreign]) AC_PROG_MKDIR_P -ARC_ENABLE([LIGHT], [light], [Arc Light], [disable]) -ARC_ENABLE([DARKER], [darker], [Arc Darker], [disable]) -ARC_ENABLE([DARK], [dark], [Arc Dark], [disable]) +ARC_ENABLE([LIGHT], [light], [SolArc Light], [disable]) +ARC_ENABLE([DARKER], [darker], [SolArc Darker], [disable]) +ARC_ENABLE([DARK], [dark], [SolArc Dark], [disable]) ARC_ENABLE([CINNAMON], [cinnamon], [Cinnamon], [disable]) ARC_ENABLE([GNOME_SHELL], [gnome-shell], [GNOME Shell], [disable]) ARC_ENABLE([GTK2], [gtk2], [GTK2], [disable]) -- cgit v1.2.3 From ed16495611292c2c399f96ef5a9cfe35c0291748 Mon Sep 17 00:00:00 2001 From: Martin Schenck Date: Mon, 10 Oct 2016 10:55:22 +0200 Subject: Updated config to SolArc The configuration was set to Arc after mergiung upstream. It is now set to SolArc again. --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f878beb..fcefc70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ AC_INIT( - [arc-theme], - [20161005], - [https://github.com/horst3180/Arc-theme/issues], - [arc-theme], - [https://github.com/horst3180/Arc-theme], + [solarc-theme], + [v1.0.0-beta.2], + [https://github.com/apheleia/solarc-theme/issues], + [solarc-theme], + [https://github.com/apheleia/solarc-theme], [] ) -- cgit v1.2.3 From d286722efbaa96f516d542a8448a98ccd0b1003e Mon Sep 17 00:00:00 2001 From: Martin Schenck Date: Sun, 26 Feb 2017 14:41:10 +0100 Subject: Merged upstream Ref. #14 and #15 Fixes #8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fcefc70..2009b8b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT( [solarc-theme], - [v1.0.0-beta.2], + [v1.0.0], [https://github.com/apheleia/solarc-theme/issues], [solarc-theme], [https://github.com/apheleia/solarc-theme], -- cgit v1.2.3