summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-03-08 14:27:07 +0100
committerJonas Smedegaard <dr@jones.dk>2014-03-08 14:27:07 +0100
commit0396b1957e3bc36e302ac110cc92ef78d88f02f2 (patch)
treedbc42d6599343af54b40bd087176654b1d52dc1e
parentee9eb6467c721c55a112661641b2b083102b9e20 (diff)
Distinguish desktop topics with localizations, and drop empty profile snippets for not yet available Iceowl locales.
-rw-r--r--Makefile5
-rw-r--r--profiles/desktop-scheduling-all4
-rw-r--r--profiles/desktop-scheduling-eu4
3 files changed, 3 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 0c0b3e8..78c66cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,15 @@
profiles = desktop
desktoptopics = email office scheduling web
+lcdesktoptopics = email office web
lcgroups = all eu
desktoptopiclists = $(patsubst %,profiles/desktop-%,$(desktoptopics))
-desktoptopiclcgrouplists = $(foreach topic,$(desktoptopics),\
+desktoptopiclcgrouplists = $(foreach topic,$(lcdesktoptopics),\
profiles/desktop-$(topic)-%)
desktoptweaks = tweaks/base tweaks/desktop
basefiles = $(patsubst %,content/%/base/preseed.cfg,$(profiles))
topicfiles = $(patsubst %,content/desktop/%/preseed.cfg,$(desktoptopics))
lcgroupfiles = $(foreach lcgroup,$(lcgroups),\
- $(patsubst %,content/desktop/%-$(lcgroup)/preseed.cfg,$(desktoptopics)))
+ $(patsubst %,content/desktop/%-$(lcgroup)/preseed.cfg,$(lcdesktoptopics)))
mainfiles = $(patsubst %,content/%/preseed.cfg,$(profiles))
mainlcgroupfiles = $(patsubst %,content/desktop/%/preseed.cfg,$(lcgroups))
allfiles = $(basefiles) $(topicfiles) $(lcgroupfiles) $(mainfiles) $(mainlcgroupfiles)
diff --git a/profiles/desktop-scheduling-all b/profiles/desktop-scheduling-all
deleted file mode 100644
index 55af464..0000000
--- a/profiles/desktop-scheduling-all
+++ /dev/null
@@ -1,4 +0,0 @@
-#!TODO: Not yet available in Debian stable
-#!# include all Iceowl locales
-#!#$(for lang in bg ca cs da de en-gb es-ar es-es et eu fi fr fy-nl ga-ie gd gl he hr hu is it ja ko lt nb-no nl nn-no pa-in pl pt-pt ru sk sl sq sv-se zh-cn zh-tw; do echo iceowl-l10n-$lang; done)
-#!iceowl-l10n-bg iceowl-l10n-ca iceowl-l10n-cs iceowl-l10n-da iceowl-l10n-de iceowl-l10n-en-gb iceowl-l10n-es-ar iceowl-l10n-es-es iceowl-l10n-et iceowl-l10n-eu iceowl-l10n-fi iceowl-l10n-fr iceowl-l10n-fy-nl iceowl-l10n-ga-ie iceowl-l10n-gd iceowl-l10n-gl iceowl-l10n-he iceowl-l10n-hr iceowl-l10n-hu iceowl-l10n-is iceowl-l10n-it iceowl-l10n-ja iceowl-l10n-ko iceowl-l10n-lt iceowl-l10n-nb-no iceowl-l10n-nl iceowl-l10n-nn-no iceowl-l10n-pa-in iceowl-l10n-pl iceowl-l10n-pt-pt iceowl-l10n-ru iceowl-l10n-sk iceowl-l10n-sl iceowl-l10n-sq iceowl-l10n-sv-se iceowl-l10n-zh-cn iceowl-l10n-zh-tw
diff --git a/profiles/desktop-scheduling-eu b/profiles/desktop-scheduling-eu
deleted file mode 100644
index b6dee05..0000000
--- a/profiles/desktop-scheduling-eu
+++ /dev/null
@@ -1,4 +0,0 @@
-#!TODO: Not yet available in Debian stable
-#!# include Iceowl locales for European Union (except Greek, Latvian, Maltese or Romanian)
-#!#$(for lang in bg hr cs da nl en-gb et es-ar fi fr de hu ga-ie it lt pl pt-pt sk sl es-es sv-se; do echo iceowl-l10n-$lang; done)
-#!iceowl-l10n-bg iceowl-l10n-hr iceowl-l10n-cs iceowl-l10n-da iceowl-l10n-nl iceowl-l10n-en-gb iceowl-l10n-et iceowl-l10n-es-ar iceowl-l10n-fi iceowl-l10n-fr iceowl-l10n-de iceowl-l10n-hu iceowl-l10n-ga-ie iceowl-l10n-it iceowl-l10n-lt iceowl-l10n-pl iceowl-l10n-pt-pt iceowl-l10n-sk iceowl-l10n-sl iceowl-l10n-es-es iceowl-l10n-sv-se