From 679aa7300926cc58b22fb6e34fb4c13b2840fd44 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 23 Aug 2015 13:50:45 +1000 Subject: [PATCH] Ubuntu --- debian/base | 2 ++ ubuntu/apticron | 1 + ubuntu/base | 1 + ubuntu/desktop-apps | 11 +++++++++++ ubuntu/desktop-audio | 6 ++++++ ubuntu/desktop-base | 7 +++++++ ubuntu/desktop-fonts | 5 +++++ ubuntu/desktop-lightdm | 2 ++ ubuntu/desktop-wallpapers | 12 ++++++++++++ ubuntu/desktop-xfce | 40 +++++++++++++++++++++++++++++++++++++++ ubuntu/desktop-xfwm | 2 ++ ubuntu/desktop-xorg | 6 ++++++ ubuntu/filesystems | 5 +++++ ubuntu/tools | 1 + ubuntu/tools-multimedia | 13 +++++++++++++ ubuntu/tools-network | 1 + 16 files changed, 115 insertions(+) create mode 120000 ubuntu/apticron create mode 120000 ubuntu/base create mode 100644 ubuntu/desktop-apps create mode 100644 ubuntu/desktop-audio create mode 100644 ubuntu/desktop-base create mode 100644 ubuntu/desktop-fonts create mode 100644 ubuntu/desktop-lightdm create mode 100644 ubuntu/desktop-wallpapers create mode 100644 ubuntu/desktop-xfce create mode 100644 ubuntu/desktop-xfwm create mode 100644 ubuntu/desktop-xorg create mode 100644 ubuntu/filesystems create mode 120000 ubuntu/tools create mode 100644 ubuntu/tools-multimedia create mode 120000 ubuntu/tools-network diff --git a/debian/base b/debian/base index bcd38b0..355e580 100644 --- a/debian/base +++ b/debian/base @@ -2,6 +2,7 @@ acl apt-utils aptitude ca-certificates +cryptsetup dbus debian-keyring doc-debian @@ -13,6 +14,7 @@ iproute2 less locales logrotate +lvm2 makedev man-db manpages diff --git a/ubuntu/apticron b/ubuntu/apticron new file mode 120000 index 0000000..ffdef1a --- /dev/null +++ b/ubuntu/apticron @@ -0,0 +1 @@ +../debian/apticron \ No newline at end of file diff --git a/ubuntu/base b/ubuntu/base new file mode 120000 index 0000000..1ce04d4 --- /dev/null +++ b/ubuntu/base @@ -0,0 +1 @@ +../debian/base \ No newline at end of file diff --git a/ubuntu/desktop-apps b/ubuntu/desktop-apps new file mode 100644 index 0000000..cbf239b --- /dev/null +++ b/ubuntu/desktop-apps @@ -0,0 +1,11 @@ +firefox +google-chrome-stable + +libreoffice +libreoffice-l10n-en-gb + +gnome-keyring +seahorse + +xfce4-power-manager +xscreensaver diff --git a/ubuntu/desktop-audio b/ubuntu/desktop-audio new file mode 100644 index 0000000..540f756 --- /dev/null +++ b/ubuntu/desktop-audio @@ -0,0 +1,6 @@ +alsa-base +alsa-utils +pavucontrol +pulseaudio +pulseaudio-module-gconf +pulseaudio-module-x11 diff --git a/ubuntu/desktop-base b/ubuntu/desktop-base new file mode 100644 index 0000000..e10876f --- /dev/null +++ b/ubuntu/desktop-base @@ -0,0 +1,7 @@ +accountsservice +console-setup +desktop-base +language-pack-en +language-pack-gnome-en +policykit-1 +policykit-1-gnome diff --git a/ubuntu/desktop-fonts b/ubuntu/desktop-fonts new file mode 100644 index 0000000..ef68c1d --- /dev/null +++ b/ubuntu/desktop-fonts @@ -0,0 +1,5 @@ +fonts-droid +ttf-dejavu +ttf-liberation +ttf-mscorefonts-installer +ttf-ubuntu-font-family diff --git a/ubuntu/desktop-lightdm b/ubuntu/desktop-lightdm new file mode 100644 index 0000000..5c087b8 --- /dev/null +++ b/ubuntu/desktop-lightdm @@ -0,0 +1,2 @@ +lightdm +lightdm-gtk-greeter diff --git a/ubuntu/desktop-wallpapers b/ubuntu/desktop-wallpapers new file mode 100644 index 0000000..be76922 --- /dev/null +++ b/ubuntu/desktop-wallpapers @@ -0,0 +1,12 @@ +ubuntu-wallpapers-karmic +ubuntu-wallpapers-lucid +ubuntu-wallpapers-maverick +ubuntu-wallpapers-natty +ubuntu-wallpapers-oneiric +ubuntu-wallpapers-precise +ubuntu-wallpapers-quantal +ubuntu-wallpapers-raring +ubuntu-wallpapers-saucy +ubuntu-wallpapers-trusty +ubuntu-wallpapers-utopic +ubuntu-wallpapers-vivid diff --git a/ubuntu/desktop-xfce b/ubuntu/desktop-xfce new file mode 100644 index 0000000..340b17c --- /dev/null +++ b/ubuntu/desktop-xfce @@ -0,0 +1,40 @@ +baobab +cheese +d-feet +eog +evince +file-roller +gcolor2 +gnome-backgrounds +gnome-font-viewer +gnome-icon-theme-extras +gnome-icon-theme-full +gnome-icon-theme-symbolic +gnome-screenshot +gnome-system-monitor +gnome-themes-standard +gtk2-engines-pixbuf +gtk2-engines-xfce +gtk3-engines-xfce +gvfs +gvfs-backends +gvfs-bin +gvfs-fuse +notify-osd +thunar +thunar-volman +tumbler +udisks +xdotool +xfce4-appfinder +xfce4-datetime-plugin +xfce4-genmon-plugin +xfce4-mixer +xfce4-panel +xfce4-session +xfce4-settings +xfce4-terminal +xfce4-volumed +xfdesktop4 +xsel +zenity diff --git a/ubuntu/desktop-xfwm b/ubuntu/desktop-xfwm new file mode 100644 index 0000000..7f7614a --- /dev/null +++ b/ubuntu/desktop-xfwm @@ -0,0 +1,2 @@ +xfwm4 +xfwm4-themes diff --git a/ubuntu/desktop-xorg b/ubuntu/desktop-xorg new file mode 100644 index 0000000..803b291 --- /dev/null +++ b/ubuntu/desktop-xorg @@ -0,0 +1,6 @@ +x11-session-utils +x11-xserver-utils +xauth +xserver-xorg +xserver-xorg-video-all +xterm diff --git a/ubuntu/filesystems b/ubuntu/filesystems new file mode 100644 index 0000000..034270d --- /dev/null +++ b/ubuntu/filesystems @@ -0,0 +1,5 @@ +dosfstools +exfat-fuse +exfat-utils +ntfs-3g +xfsprogs diff --git a/ubuntu/tools b/ubuntu/tools new file mode 120000 index 0000000..898718c --- /dev/null +++ b/ubuntu/tools @@ -0,0 +1 @@ +../debian/tools \ No newline at end of file diff --git a/ubuntu/tools-multimedia b/ubuntu/tools-multimedia new file mode 100644 index 0000000..9ce2691 --- /dev/null +++ b/ubuntu/tools-multimedia @@ -0,0 +1,13 @@ +exiv2 +ffmpeg +gstreamer1.0-libav +gstreamer1.0-plugins-bad +gstreamer1.0-plugins-good +gstreamer1.0-plugins-ugly +handbrake-cli +imagemagick +livestreamer +mkvtoolnix +mpv +sox +vlc diff --git a/ubuntu/tools-network b/ubuntu/tools-network new file mode 120000 index 0000000..46d17a7 --- /dev/null +++ b/ubuntu/tools-network @@ -0,0 +1 @@ +../debian/tools-network \ No newline at end of file -- 2.39.2