diff --git a/themes/antergos/Makefile.am b/themes/antergos/Makefile.am new file mode 100644 index 0000000..82882f0 --- /dev/null +++ b/themes/antergos/Makefile.am @@ -0,0 +1,9 @@ +antergosdir = $(THEME_DIR)/antergos +antergos_DATA = index.theme index.html COPYING README.textile + +SUBDIRS = css font-awesome img js + +EXTRA_DIST = $(antergos_DATA) + +DISTCLEANFILES = \ + Makefile.in \ No newline at end of file diff --git a/themes/antergos/css/Makefile.am b/themes/antergos/css/Makefile.am new file mode 100644 index 0000000..53b6552 --- /dev/null +++ b/themes/antergos/css/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = bootstrap lib + + +DISTCLEANFILES = \ + Makefile.in \ No newline at end of file diff --git a/themes/antergos/css/bootstrap/Makefile.am b/themes/antergos/css/bootstrap/Makefile.am new file mode 100644 index 0000000..5358a79 --- /dev/null +++ b/themes/antergos/css/bootstrap/Makefile.am @@ -0,0 +1,7 @@ +bootstrapdir = $(THEME_DIR)/antergos/css/bootstrap +bootstrap_DATA = bootstrap.min.css theme.css + +EXTRA_DIST = $(bootstrap_DATA) + +DISTCLEANFILES = \ + Makefile.in \ No newline at end of file diff --git a/themes/antergos/css/lib/Makefile.am b/themes/antergos/css/lib/Makefile.am new file mode 100644 index 0000000..fa7f70b --- /dev/null +++ b/themes/antergos/css/lib/Makefile.am @@ -0,0 +1,7 @@ +awesomedir = $(THEME_DIR)/antergos/css/lib +awesome_DATA = font-awesome.css + +EXTRA_DIST = $(awesome_DATA) + +DISTCLEANFILES = \ + Makefile.in \ No newline at end of file diff --git a/themes/antergos/font-awesome/Makefile.am b/themes/antergos/font-awesome/Makefile.am new file mode 100644 index 0000000..09a4eb7 --- /dev/null +++ b/themes/antergos/font-awesome/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = css fonts + +DISTCLEANFILES = \ + Makefile.in \ No newline at end of file diff --git a/themes/antergos/font-awesome/css/Makefile.am b/themes/antergos/font-awesome/css/Makefile.am new file mode 100644 index 0000000..0e72a0a --- /dev/null +++ b/themes/antergos/font-awesome/css/Makefile.am @@ -0,0 +1,7 @@ +fawesomedir = $(THEME_DIR)/antergos/font-awesome/css +fawesome_DATA = font-awesome.min.css + +EXTRA_DIST = $(fawesome_DATA) + +DISTCLEANFILES = \ + Makefile.in \ No newline at end of file diff --git a/themes/antergos/font-awesome/fonts/Makefile.am b/themes/antergos/font-awesome/fonts/Makefile.am new file mode 100644 index 0000000..fa52067 --- /dev/null +++ b/themes/antergos/font-awesome/fonts/Makefile.am @@ -0,0 +1,15 @@ +fafontsdir = $(THEME_DIR)/antergos/font-awesome/fonts +fafonts_DATA = \ + FontAwesome.otf \ + fontawesome-webfont.ttf \ + Lato-Light.ttf \ + fontawesome-webfont.eot \ + fontawesome-webfont.woff \ + Lato-Regular.ttf \ + fontawesome-webfont.svg \ + fontawesome-webfont.woff2 + +EXTRA_DIST = $(fafonts_DATA) + +DISTCLEANFILES = \ + Makefile.in \ No newline at end of file diff --git a/themes/antergos/img/Makefile.am b/themes/antergos/img/Makefile.am new file mode 100644 index 0000000..d605ba1 --- /dev/null +++ b/themes/antergos/img/Makefile.am @@ -0,0 +1,7 @@ +imgdir = $(THEME_DIR)/antergos/img +img_DATA = antergos.png antergos-logo-user.png + +EXTRA_DIST = $(img_DATA) thumbs + +DISTCLEANFILES = \ + Makefile.in \ No newline at end of file diff --git a/themes/antergos/index.theme b/themes/antergos/index.theme index af70c2a..c4fd924 100644 --- a/themes/antergos/index.theme +++ b/themes/antergos/index.theme @@ -1,6 +1,6 @@ [theme] name=Antergos -version=2.2.3 +version=2.2.4 description=Antergos Theme engine=lightdm-webkit2-greeter url=index.html diff --git a/themes/antergos/js/Makefile.am b/themes/antergos/js/Makefile.am new file mode 100644 index 0000000..62b135c --- /dev/null +++ b/themes/antergos/js/Makefile.am @@ -0,0 +1,11 @@ +javascriptdir = $(THEME_DIR)/antergos/js +javascript_DATA = \ + bootstrap.min.js \ + greeter.js \ + jquery-2.1.4.min.js \ + mock.js + +EXTRA_DIST = $(javascript_DATA) + +DISTCLEANFILES = \ + Makefile.in \ No newline at end of file