aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 56cf234..fcefc70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
AC_INIT(
- [arc-theme],
- [20161119],
- [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],
[]
)
@@ -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])