From 8089f50e2265c089a4a0d958b660ae12c1f2d4c9 Mon Sep 17 00:00:00 2001 From: Scott Balneaves Date: Wed, 6 Jan 2016 10:29:39 -0600 Subject: [PATCH] added back in antergos theme as a submodule --- .gitmodules | 3 +++ configure.ac | 10 ++++++++++ themes/Makefile.am | 2 +- themes/antergos | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) create mode 160000 themes/antergos diff --git a/.gitmodules b/.gitmodules index e9e813c..2fe7a07 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/antergos"] path = themes/antergos url = http://github.com/antergos/lightdm-webkit-theme-antergos.git +[submodule "themes/lightdm-webkit-theme-antergos"] + path = themes/lightdm-webkit-theme-antergos + url = http://github.com/antergos/lightdm-webkit-theme-antergos.git diff --git a/configure.ac b/configure.ac index 835056e..2ea5f74 100644 --- a/configure.ac +++ b/configure.ac @@ -119,6 +119,16 @@ man/Makefile src/Makefile po/Makefile.in themes/Makefile +themes/antergos/css/vendor/Makefile +themes/antergos/css/Makefile +themes/antergos/Makefile +themes/antergos/fonts/Makefile +themes/antergos/fonts/font-awesome/Makefile +themes/antergos/fonts/TTF/Makefile +themes/antergos/js/vendor/Makefile +themes/antergos/js/Makefile +themes/antergos/img/Makefile +themes/antergos/img/thumbs/Makefile themes/simple/Makefile ]) diff --git a/themes/Makefile.am b/themes/Makefile.am index 5f9a897..4693388 100644 --- a/themes/Makefile.am +++ b/themes/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = simple +SUBDIRS = antergos simple DISTCLEANFILES = \ Makefile.in diff --git a/themes/antergos b/themes/antergos new file mode 160000 index 0000000..80fbe54 --- /dev/null +++ b/themes/antergos @@ -0,0 +1 @@ +Subproject commit 80fbe54f4b04fa3e6e8511db3d93ddc921045c9b