From f1fb86e0fbc04f4ec1429df87ea3ea2c3ee5b925 Mon Sep 17 00:00:00 2001 From: Klaus Alfert Date: Thu, 27 Mar 2014 15:42:47 +0100 Subject: [PATCH 1/2] added support for german and serbian language packs --- recipes/gui.rb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes/gui.rb b/recipes/gui.rb index e1bf2f7..577f4d9 100644 --- a/recipes/gui.rb +++ b/recipes/gui.rb @@ -1,4 +1,12 @@ # install gnome desktop package "ubuntu-desktop" -package "ubuntu-wallpapers" \ No newline at end of file +package "ubuntu-wallpapers" + +# add language packs +# install language packs in addition to default English +package "language-pack-de" +package "language-pack-sr" + +# install synaptic graphical package manager +package "synaptic" \ No newline at end of file From aec3adc05b309a7ee88b8860c4d382766c947fc3 Mon Sep 17 00:00:00 2001 From: Klaus Alfert Date: Thu, 27 Mar 2014 15:59:23 +0100 Subject: [PATCH 2/2] add synaptic package manager (but has nothing to do with language packs ...) --- recipes/gui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gui.rb b/recipes/gui.rb index 577f4d9..1f3931a 100644 --- a/recipes/gui.rb +++ b/recipes/gui.rb @@ -9,4 +9,4 @@ package "language-pack-sr" # install synaptic graphical package manager -package "synaptic" \ No newline at end of file +package "synaptic"