From a12817431288c7bd27c447a6e875b1ba1ad5eb9d Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 8 Jul 2018 10:13:18 -0400 Subject: squasahme - packages --- configs/profile/packages/install-all.all | 58 +++++++++++++++++ configs/profile/packages/install-all.i686 | 3 + configs/profile/packages/install-all.x86_64 | 6 ++ configs/profile/packages/install-cli.all | 3 + configs/profile/packages/install-cli.i686 | 4 ++ configs/profile/packages/install-cli.x86_64 | 4 ++ configs/profile/packages/install-gui.all | 72 ++++++++++++++++++++++ configs/profile/packages/install-gui.i686 | 3 + configs/profile/packages/install-gui.x86_64 | 3 + configs/profile/packages/install-lxde.all | 29 +++++++++ configs/profile/packages/install-lxde.i686 | 4 ++ configs/profile/packages/install-lxde.x86_64 | 4 ++ configs/profile/packages/install-mate.all | 9 +++ configs/profile/packages/install-mate.i686 | 4 ++ configs/profile/packages/install-mate.x86_64 | 4 ++ configs/profile/packages/install-openrc-gui.all | 11 ++++ configs/profile/packages/install-openrc-gui.i686 | 4 ++ configs/profile/packages/install-openrc-gui.x86_64 | 4 ++ configs/profile/packages/install-openrc.all | 14 +++++ configs/profile/packages/install-openrc.i686 | 3 + configs/profile/packages/install-openrc.x86_64 | 3 + configs/profile/packages/install-systemd-gui.all | 7 +++ configs/profile/packages/install-systemd-gui.i686 | 4 ++ .../profile/packages/install-systemd-gui.x86_64 | 4 ++ configs/profile/packages/install-systemd.all | 19 ++++++ configs/profile/packages/install-systemd.i686 | 3 + configs/profile/packages/install-systemd.x86_64 | 3 + configs/profile/packages/packages-all.all | 58 ----------------- configs/profile/packages/packages-all.i686 | 3 - configs/profile/packages/packages-all.x86_64 | 6 -- configs/profile/packages/packages-cli.all | 3 - configs/profile/packages/packages-cli.i686 | 4 -- configs/profile/packages/packages-cli.x86_64 | 4 -- configs/profile/packages/packages-gui.all | 72 ---------------------- configs/profile/packages/packages-gui.i686 | 3 - configs/profile/packages/packages-gui.x86_64 | 3 - configs/profile/packages/packages-lxde.all | 29 --------- configs/profile/packages/packages-lxde.i686 | 4 -- configs/profile/packages/packages-lxde.x86_64 | 4 -- configs/profile/packages/packages-mate.all | 9 --- configs/profile/packages/packages-mate.i686 | 4 -- configs/profile/packages/packages-mate.x86_64 | 4 -- configs/profile/packages/packages-openrc-gui.all | 11 ---- configs/profile/packages/packages-openrc-gui.i686 | 4 -- .../profile/packages/packages-openrc-gui.x86_64 | 4 -- configs/profile/packages/packages-openrc.all | 14 ----- configs/profile/packages/packages-openrc.i686 | 3 - configs/profile/packages/packages-openrc.x86_64 | 3 - configs/profile/packages/packages-systemd-gui.all | 7 --- configs/profile/packages/packages-systemd-gui.i686 | 4 -- .../profile/packages/packages-systemd-gui.x86_64 | 4 -- configs/profile/packages/packages-systemd.all | 19 ------ configs/profile/packages/packages-systemd.i686 | 3 - configs/profile/packages/packages-systemd.x86_64 | 3 - 54 files changed, 289 insertions(+), 289 deletions(-) create mode 100644 configs/profile/packages/install-all.all create mode 100644 configs/profile/packages/install-all.i686 create mode 100644 configs/profile/packages/install-all.x86_64 create mode 100644 configs/profile/packages/install-cli.all create mode 100644 configs/profile/packages/install-cli.i686 create mode 100644 configs/profile/packages/install-cli.x86_64 create mode 100644 configs/profile/packages/install-gui.all create mode 100644 configs/profile/packages/install-gui.i686 create mode 100644 configs/profile/packages/install-gui.x86_64 create mode 100644 configs/profile/packages/install-lxde.all create mode 100644 configs/profile/packages/install-lxde.i686 create mode 100644 configs/profile/packages/install-lxde.x86_64 create mode 100644 configs/profile/packages/install-mate.all create mode 100644 configs/profile/packages/install-mate.i686 create mode 100644 configs/profile/packages/install-mate.x86_64 create mode 100644 configs/profile/packages/install-openrc-gui.all create mode 100644 configs/profile/packages/install-openrc-gui.i686 create mode 100644 configs/profile/packages/install-openrc-gui.x86_64 create mode 100644 configs/profile/packages/install-openrc.all create mode 100644 configs/profile/packages/install-openrc.i686 create mode 100644 configs/profile/packages/install-openrc.x86_64 create mode 100644 configs/profile/packages/install-systemd-gui.all create mode 100644 configs/profile/packages/install-systemd-gui.i686 create mode 100644 configs/profile/packages/install-systemd-gui.x86_64 create mode 100644 configs/profile/packages/install-systemd.all create mode 100644 configs/profile/packages/install-systemd.i686 create mode 100644 configs/profile/packages/install-systemd.x86_64 delete mode 100644 configs/profile/packages/packages-all.all delete mode 100644 configs/profile/packages/packages-all.i686 delete mode 100644 configs/profile/packages/packages-all.x86_64 delete mode 100644 configs/profile/packages/packages-cli.all delete mode 100644 configs/profile/packages/packages-cli.i686 delete mode 100644 configs/profile/packages/packages-cli.x86_64 delete mode 100644 configs/profile/packages/packages-gui.all delete mode 100644 configs/profile/packages/packages-gui.i686 delete mode 100644 configs/profile/packages/packages-gui.x86_64 delete mode 100644 configs/profile/packages/packages-lxde.all delete mode 100644 configs/profile/packages/packages-lxde.i686 delete mode 100644 configs/profile/packages/packages-lxde.x86_64 delete mode 100644 configs/profile/packages/packages-mate.all delete mode 100644 configs/profile/packages/packages-mate.i686 delete mode 100644 configs/profile/packages/packages-mate.x86_64 delete mode 100644 configs/profile/packages/packages-openrc-gui.all delete mode 100644 configs/profile/packages/packages-openrc-gui.i686 delete mode 100644 configs/profile/packages/packages-openrc-gui.x86_64 delete mode 100644 configs/profile/packages/packages-openrc.all delete mode 100644 configs/profile/packages/packages-openrc.i686 delete mode 100644 configs/profile/packages/packages-openrc.x86_64 delete mode 100644 configs/profile/packages/packages-systemd-gui.all delete mode 100644 configs/profile/packages/packages-systemd-gui.i686 delete mode 100644 configs/profile/packages/packages-systemd-gui.x86_64 delete mode 100644 configs/profile/packages/packages-systemd.all delete mode 100644 configs/profile/packages/packages-systemd.i686 delete mode 100644 configs/profile/packages/packages-systemd.x86_64 (limited to 'configs') diff --git a/configs/profile/packages/install-all.all b/configs/profile/packages/install-all.all new file mode 100644 index 0000000..bd9fe3e --- /dev/null +++ b/configs/profile/packages/install-all.all @@ -0,0 +1,58 @@ +# this file specifies the packages that are to be installed in all live environments +# regardless of the architecture, init system, or graphical environment + + +arch-install-scripts +bash-completion +btrfs-progs +crda +darkhttpd +ddrescue +dhclient +dialog +dmraid +dnsmasq +dnsutils +dosfstools +elinks +ethtool +f2fs-tools +fsarchiver +gnu-netcat +gptfdisk +grub +irssi +lftp +linux-atm +lynx +mc +mkinitcpio-paralogo +mtools +nfs-utils +nilfs-utils +nmap +ntfs-3g +openconnect +p7zip +partclone +parted +partimage +pptpclient +ppp +rp-pppoe +smartmontools +sudo +tcpdump +testdisk +unar +unzip +usb_modeswitch +vpnc +wget +wireless_tools +wpa_actiond +wvdial +xl2tpd +xterm +zile +zip diff --git a/configs/profile/packages/install-all.i686 b/configs/profile/packages/install-all.i686 new file mode 100644 index 0000000..56e6105 --- /dev/null +++ b/configs/profile/packages/install-all.i686 @@ -0,0 +1,3 @@ +# this file specifies the packages that are to be installed +# in all i686 live environments regardless of the init system or graphical environment +# but these packages will not be installed for other architectures diff --git a/configs/profile/packages/install-all.x86_64 b/configs/profile/packages/install-all.x86_64 new file mode 100644 index 0000000..bdadb22 --- /dev/null +++ b/configs/profile/packages/install-all.x86_64 @@ -0,0 +1,6 @@ +# this file specifies the packages that are to be installed +# in all x86_64 live environments regardless of the init system or graphical environment +# but these packages will not be installed for other architectures + + +refind-efi diff --git a/configs/profile/packages/install-cli.all b/configs/profile/packages/install-cli.all new file mode 100644 index 0000000..71565c4 --- /dev/null +++ b/configs/profile/packages/install-cli.all @@ -0,0 +1,3 @@ +# this file specifies the packages that are to be installed +# in all CLI live environments regardless of the architecture or init system +# but these packages will not be installed in graphical environments diff --git a/configs/profile/packages/install-cli.i686 b/configs/profile/packages/install-cli.i686 new file mode 100644 index 0000000..98e23e5 --- /dev/null +++ b/configs/profile/packages/install-cli.i686 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all i686 CLI live environments regardless of the architecture or init system +# but these packages will not be installed in graphical environments +# or for other architectures diff --git a/configs/profile/packages/install-cli.x86_64 b/configs/profile/packages/install-cli.x86_64 new file mode 100644 index 0000000..a1de21e --- /dev/null +++ b/configs/profile/packages/install-cli.x86_64 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all x86_64 CLI live environments regardless of the architecture or init system +# but these packages will not be installed in graphical environments +# or for other architectures diff --git a/configs/profile/packages/install-gui.all b/configs/profile/packages/install-gui.all new file mode 100644 index 0000000..b85b68b --- /dev/null +++ b/configs/profile/packages/install-gui.all @@ -0,0 +1,72 @@ +# this file specifies the packages that are to be installed +# in all graphical live environments regardless of the architecture, init system, or WM +# but these packages will not be installed in CLI environments + + +# Language Packs +icedove-l10n-es-es +icedove-l10n-fr +icedove-l10n-gl +icedove-l10n-it +icedove-l10n-pt-br +icedove-l10n-pl +iceweasel-l10n-es-es +iceweasel-l10n-eo +iceweasel-l10n-fr +iceweasel-l10n-gl +iceweasel-l10n-it +iceweasel-l10n-pt-br +iceweasel-l10n-pl + + +# Multimedia +alsa-utils +gst-libav +gst-plugins-good +pulseaudio-alsa + + +# Network +gnome-keyring +network-manager-applet + + +# GUI Programs +abiword +calamares +gnumeric +gparted +icedove +iceweasel +leafpad +octopi +octopi-cachecleaner +octopi-notifier +octopi-repoeditor +pidgin +qtox +ring +smplayer + + +# Theming +parabola-laf +xdg-user-dirs + + +# Utilities +dmidecode +gxmessage +gvfs +wbar + + +# Xserver +ttf-dejavu +xf86-input-elographics +xf86-input-wacom +xf86-video-sisusb +xorg-drivers +xorg-server +xorg-xinit +xorg-xprop diff --git a/configs/profile/packages/install-gui.i686 b/configs/profile/packages/install-gui.i686 new file mode 100644 index 0000000..45c19cc --- /dev/null +++ b/configs/profile/packages/install-gui.i686 @@ -0,0 +1,3 @@ +# this file specifies the packages that are to be installed +# in all i686 graphical live environments regardless of the init system and WM +# but these packages will not be installed for other architectures diff --git a/configs/profile/packages/install-gui.x86_64 b/configs/profile/packages/install-gui.x86_64 new file mode 100644 index 0000000..a085bc1 --- /dev/null +++ b/configs/profile/packages/install-gui.x86_64 @@ -0,0 +1,3 @@ +# this file specifies the packages that are to be installed +# in all x86_64 graphical live environments regardless of the init system and WM +# but these packages will not be installed for other architectures diff --git a/configs/profile/packages/install-lxde.all b/configs/profile/packages/install-lxde.all new file mode 100644 index 0000000..bb65204 --- /dev/null +++ b/configs/profile/packages/install-lxde.all @@ -0,0 +1,29 @@ +# this file specifies the packages that are to be installed +# in all LXDE live environments regardless of the architecture or init system +# but these packages will not be installed in other graphical environments + + +epdfview +galculator +gnumeric +gparted +gpicview-gtk3 +gksu +gnome-screenshot +lxappearance-gtk3 +lxappearance-obconf-gtk3 +lxde-common +lxde-icon-theme +lxhotkey-gtk3 +lxinput-gtk3 +lxlauncher-gtk3 +lxmusic-gtk3 +lxpanel-gtk3 +lxrandr-gtk3 +lxsession-gtk3 +lxtask-gtk3 +lxterminal +obconf +pcmanfm-gtk3 +xarchiver +xscreensaver diff --git a/configs/profile/packages/install-lxde.i686 b/configs/profile/packages/install-lxde.i686 new file mode 100644 index 0000000..377b31b --- /dev/null +++ b/configs/profile/packages/install-lxde.i686 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all i686 LXDE live environments regardless of the init system +# but these packages will not be installed in other graphical environments +# or for other architectures diff --git a/configs/profile/packages/install-lxde.x86_64 b/configs/profile/packages/install-lxde.x86_64 new file mode 100644 index 0000000..42bd23f --- /dev/null +++ b/configs/profile/packages/install-lxde.x86_64 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all x86_64 LXDE live environments regardless of the init system +# but these packages will not be installed in other graphical environments +# or for other architectures diff --git a/configs/profile/packages/install-mate.all b/configs/profile/packages/install-mate.all new file mode 100644 index 0000000..20db68e --- /dev/null +++ b/configs/profile/packages/install-mate.all @@ -0,0 +1,9 @@ +# this file specifies the packages that are to be installed +# in all Mate live environments regardless of the architecture or init system +# but these packages will not be installed in CLI or other graphical environments + + +lightdm-gtk-greeter-settings +mate +mate-extra +volumeicon diff --git a/configs/profile/packages/install-mate.i686 b/configs/profile/packages/install-mate.i686 new file mode 100644 index 0000000..2a0fb12 --- /dev/null +++ b/configs/profile/packages/install-mate.i686 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all i686 Mate live environments regardless of the init system +# but these packages will not be installed in CLI or other graphical environments +# or for other architectures diff --git a/configs/profile/packages/install-mate.x86_64 b/configs/profile/packages/install-mate.x86_64 new file mode 100644 index 0000000..c2c5360 --- /dev/null +++ b/configs/profile/packages/install-mate.x86_64 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all x86_64 Mate live environments regardless of the init system +# but these packages will not be installed in CLI or other graphical environments +# or for other architectures diff --git a/configs/profile/packages/install-openrc-gui.all b/configs/profile/packages/install-openrc-gui.all new file mode 100644 index 0000000..c5b9aaa --- /dev/null +++ b/configs/profile/packages/install-openrc-gui.all @@ -0,0 +1,11 @@ +# this file specifies the packages that are to be installed +# in all OpenRC graphical live environments regardless of the architecture or WM +# but these packages will not be installed in CLI environments or with other init systems + + +# Services +gvfs-mtp +gvfs-gphoto2 +networkmanager-elogind +openrc-desktop +polkit-elogind diff --git a/configs/profile/packages/install-openrc-gui.i686 b/configs/profile/packages/install-openrc-gui.i686 new file mode 100644 index 0000000..80a857c --- /dev/null +++ b/configs/profile/packages/install-openrc-gui.i686 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all i686 OpenRC graphical live environments regardless of the WM +# but these packages will not be installed in CLI environments or with other init systems +# or other architectures diff --git a/configs/profile/packages/install-openrc-gui.x86_64 b/configs/profile/packages/install-openrc-gui.x86_64 new file mode 100644 index 0000000..6099dfe --- /dev/null +++ b/configs/profile/packages/install-openrc-gui.x86_64 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all x86_64 OpenRC graphical live environments regardless of the WM +# but these packages will not be installed in CLI environments or with other init systems +# or other architectures diff --git a/configs/profile/packages/install-openrc.all b/configs/profile/packages/install-openrc.all new file mode 100644 index 0000000..7a15fb2 --- /dev/null +++ b/configs/profile/packages/install-openrc.all @@ -0,0 +1,14 @@ +# this file specifies the packages that are to be installed +# in all OpenRC live environments regardless of the architecture or graphical environment +# but these packages will not be installed with other init systems + + +gpm-openrc +haveged-openrc +hdparm-openrc +networkmanager-openrc +ntp-openrc +openssh-openrc +openvpn-openrc +rsync-openrc +wpa_supplicant-openrc diff --git a/configs/profile/packages/install-openrc.i686 b/configs/profile/packages/install-openrc.i686 new file mode 100644 index 0000000..7de1acd --- /dev/null +++ b/configs/profile/packages/install-openrc.i686 @@ -0,0 +1,3 @@ +# this file specifies the packages that are to be installed +# in all i686 OpenRC live environments regardless of the graphical environment +# but these packages will not be installed with other init systems or for other architectures diff --git a/configs/profile/packages/install-openrc.x86_64 b/configs/profile/packages/install-openrc.x86_64 new file mode 100644 index 0000000..177733e --- /dev/null +++ b/configs/profile/packages/install-openrc.x86_64 @@ -0,0 +1,3 @@ +# this file specifies the packages that are to be installed +# in all x86_64 OpenRC live environments regardless of the graphical environment +# but these packages will not be installed with other init systems or for other architectures diff --git a/configs/profile/packages/install-systemd-gui.all b/configs/profile/packages/install-systemd-gui.all new file mode 100644 index 0000000..22cf8d4 --- /dev/null +++ b/configs/profile/packages/install-systemd-gui.all @@ -0,0 +1,7 @@ +# this file specifies the packages that are to be installed +# in all SystemD graphical live environments regardless of the architecture or WM +# but these packages will not be installed in CLI environments or with other init systems + + +# Services +networkmanager diff --git a/configs/profile/packages/install-systemd-gui.i686 b/configs/profile/packages/install-systemd-gui.i686 new file mode 100644 index 0000000..3c8b235 --- /dev/null +++ b/configs/profile/packages/install-systemd-gui.i686 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all i686 SystemD graphical live environments regardless of the WM +# but these packages will not be installed in CLI environments or with other init systems +# or for other architectures diff --git a/configs/profile/packages/install-systemd-gui.x86_64 b/configs/profile/packages/install-systemd-gui.x86_64 new file mode 100644 index 0000000..1e74026 --- /dev/null +++ b/configs/profile/packages/install-systemd-gui.x86_64 @@ -0,0 +1,4 @@ +# this file specifies the packages that are to be installed +# in all x86_64 SystemD graphical live environments regardless of the WM +# but these packages will not be installed in CLI environments or with other init systems +# or for other architectures diff --git a/configs/profile/packages/install-systemd.all b/configs/profile/packages/install-systemd.all new file mode 100644 index 0000000..5963233 --- /dev/null +++ b/configs/profile/packages/install-systemd.all @@ -0,0 +1,19 @@ +# this file specifies the packages that are to be installed +# in all SystemD live environments regardless of the architecture or graphical environment +# but these packages will not be installed with other init systems + + +gpm +haveged +hdparm +ntp +openssh +openvpn +rsync +wpa_supplicant + +# Accessibility +alsa-utils +bluez +brltty +espeakup diff --git a/configs/profile/packages/install-systemd.i686 b/configs/profile/packages/install-systemd.i686 new file mode 100644 index 0000000..5b9d6ca --- /dev/null +++ b/configs/profile/packages/install-systemd.i686 @@ -0,0 +1,3 @@ +# this file specifies the packages that are to be installed +# in all i686 SystemD live environments regardless of the graphical environment +# but these packages will not be installed with other init systems or for other architectures diff --git a/configs/profile/packages/install-systemd.x86_64 b/configs/profile/packages/install-systemd.x86_64 new file mode 100644 index 0000000..589aa78 --- /dev/null +++ b/configs/profile/packages/install-systemd.x86_64 @@ -0,0 +1,3 @@ +# this file specifies the packages that are to be installed +# in all x86_64 SystemD live environments regardless of the graphical environment +# but these packages will not be installed with other init systems or for other architectures diff --git a/configs/profile/packages/packages-all.all b/configs/profile/packages/packages-all.all deleted file mode 100644 index bd9fe3e..0000000 --- a/configs/profile/packages/packages-all.all +++ /dev/null @@ -1,58 +0,0 @@ -# this file specifies the packages that are to be installed in all live environments -# regardless of the architecture, init system, or graphical environment - - -arch-install-scripts -bash-completion -btrfs-progs -crda -darkhttpd -ddrescue -dhclient -dialog -dmraid -dnsmasq -dnsutils -dosfstools -elinks -ethtool -f2fs-tools -fsarchiver -gnu-netcat -gptfdisk -grub -irssi -lftp -linux-atm -lynx -mc -mkinitcpio-paralogo -mtools -nfs-utils -nilfs-utils -nmap -ntfs-3g -openconnect -p7zip -partclone -parted -partimage -pptpclient -ppp -rp-pppoe -smartmontools -sudo -tcpdump -testdisk -unar -unzip -usb_modeswitch -vpnc -wget -wireless_tools -wpa_actiond -wvdial -xl2tpd -xterm -zile -zip diff --git a/configs/profile/packages/packages-all.i686 b/configs/profile/packages/packages-all.i686 deleted file mode 100644 index 56e6105..0000000 --- a/configs/profile/packages/packages-all.i686 +++ /dev/null @@ -1,3 +0,0 @@ -# this file specifies the packages that are to be installed -# in all i686 live environments regardless of the init system or graphical environment -# but these packages will not be installed for other architectures diff --git a/configs/profile/packages/packages-all.x86_64 b/configs/profile/packages/packages-all.x86_64 deleted file mode 100644 index bdadb22..0000000 --- a/configs/profile/packages/packages-all.x86_64 +++ /dev/null @@ -1,6 +0,0 @@ -# this file specifies the packages that are to be installed -# in all x86_64 live environments regardless of the init system or graphical environment -# but these packages will not be installed for other architectures - - -refind-efi diff --git a/configs/profile/packages/packages-cli.all b/configs/profile/packages/packages-cli.all deleted file mode 100644 index 71565c4..0000000 --- a/configs/profile/packages/packages-cli.all +++ /dev/null @@ -1,3 +0,0 @@ -# this file specifies the packages that are to be installed -# in all CLI live environments regardless of the architecture or init system -# but these packages will not be installed in graphical environments diff --git a/configs/profile/packages/packages-cli.i686 b/configs/profile/packages/packages-cli.i686 deleted file mode 100644 index 98e23e5..0000000 --- a/configs/profile/packages/packages-cli.i686 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all i686 CLI live environments regardless of the architecture or init system -# but these packages will not be installed in graphical environments -# or for other architectures diff --git a/configs/profile/packages/packages-cli.x86_64 b/configs/profile/packages/packages-cli.x86_64 deleted file mode 100644 index a1de21e..0000000 --- a/configs/profile/packages/packages-cli.x86_64 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all x86_64 CLI live environments regardless of the architecture or init system -# but these packages will not be installed in graphical environments -# or for other architectures diff --git a/configs/profile/packages/packages-gui.all b/configs/profile/packages/packages-gui.all deleted file mode 100644 index b85b68b..0000000 --- a/configs/profile/packages/packages-gui.all +++ /dev/null @@ -1,72 +0,0 @@ -# this file specifies the packages that are to be installed -# in all graphical live environments regardless of the architecture, init system, or WM -# but these packages will not be installed in CLI environments - - -# Language Packs -icedove-l10n-es-es -icedove-l10n-fr -icedove-l10n-gl -icedove-l10n-it -icedove-l10n-pt-br -icedove-l10n-pl -iceweasel-l10n-es-es -iceweasel-l10n-eo -iceweasel-l10n-fr -iceweasel-l10n-gl -iceweasel-l10n-it -iceweasel-l10n-pt-br -iceweasel-l10n-pl - - -# Multimedia -alsa-utils -gst-libav -gst-plugins-good -pulseaudio-alsa - - -# Network -gnome-keyring -network-manager-applet - - -# GUI Programs -abiword -calamares -gnumeric -gparted -icedove -iceweasel -leafpad -octopi -octopi-cachecleaner -octopi-notifier -octopi-repoeditor -pidgin -qtox -ring -smplayer - - -# Theming -parabola-laf -xdg-user-dirs - - -# Utilities -dmidecode -gxmessage -gvfs -wbar - - -# Xserver -ttf-dejavu -xf86-input-elographics -xf86-input-wacom -xf86-video-sisusb -xorg-drivers -xorg-server -xorg-xinit -xorg-xprop diff --git a/configs/profile/packages/packages-gui.i686 b/configs/profile/packages/packages-gui.i686 deleted file mode 100644 index 45c19cc..0000000 --- a/configs/profile/packages/packages-gui.i686 +++ /dev/null @@ -1,3 +0,0 @@ -# this file specifies the packages that are to be installed -# in all i686 graphical live environments regardless of the init system and WM -# but these packages will not be installed for other architectures diff --git a/configs/profile/packages/packages-gui.x86_64 b/configs/profile/packages/packages-gui.x86_64 deleted file mode 100644 index a085bc1..0000000 --- a/configs/profile/packages/packages-gui.x86_64 +++ /dev/null @@ -1,3 +0,0 @@ -# this file specifies the packages that are to be installed -# in all x86_64 graphical live environments regardless of the init system and WM -# but these packages will not be installed for other architectures diff --git a/configs/profile/packages/packages-lxde.all b/configs/profile/packages/packages-lxde.all deleted file mode 100644 index bb65204..0000000 --- a/configs/profile/packages/packages-lxde.all +++ /dev/null @@ -1,29 +0,0 @@ -# this file specifies the packages that are to be installed -# in all LXDE live environments regardless of the architecture or init system -# but these packages will not be installed in other graphical environments - - -epdfview -galculator -gnumeric -gparted -gpicview-gtk3 -gksu -gnome-screenshot -lxappearance-gtk3 -lxappearance-obconf-gtk3 -lxde-common -lxde-icon-theme -lxhotkey-gtk3 -lxinput-gtk3 -lxlauncher-gtk3 -lxmusic-gtk3 -lxpanel-gtk3 -lxrandr-gtk3 -lxsession-gtk3 -lxtask-gtk3 -lxterminal -obconf -pcmanfm-gtk3 -xarchiver -xscreensaver diff --git a/configs/profile/packages/packages-lxde.i686 b/configs/profile/packages/packages-lxde.i686 deleted file mode 100644 index 377b31b..0000000 --- a/configs/profile/packages/packages-lxde.i686 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all i686 LXDE live environments regardless of the init system -# but these packages will not be installed in other graphical environments -# or for other architectures diff --git a/configs/profile/packages/packages-lxde.x86_64 b/configs/profile/packages/packages-lxde.x86_64 deleted file mode 100644 index 42bd23f..0000000 --- a/configs/profile/packages/packages-lxde.x86_64 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all x86_64 LXDE live environments regardless of the init system -# but these packages will not be installed in other graphical environments -# or for other architectures diff --git a/configs/profile/packages/packages-mate.all b/configs/profile/packages/packages-mate.all deleted file mode 100644 index 20db68e..0000000 --- a/configs/profile/packages/packages-mate.all +++ /dev/null @@ -1,9 +0,0 @@ -# this file specifies the packages that are to be installed -# in all Mate live environments regardless of the architecture or init system -# but these packages will not be installed in CLI or other graphical environments - - -lightdm-gtk-greeter-settings -mate -mate-extra -volumeicon diff --git a/configs/profile/packages/packages-mate.i686 b/configs/profile/packages/packages-mate.i686 deleted file mode 100644 index 2a0fb12..0000000 --- a/configs/profile/packages/packages-mate.i686 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all i686 Mate live environments regardless of the init system -# but these packages will not be installed in CLI or other graphical environments -# or for other architectures diff --git a/configs/profile/packages/packages-mate.x86_64 b/configs/profile/packages/packages-mate.x86_64 deleted file mode 100644 index c2c5360..0000000 --- a/configs/profile/packages/packages-mate.x86_64 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all x86_64 Mate live environments regardless of the init system -# but these packages will not be installed in CLI or other graphical environments -# or for other architectures diff --git a/configs/profile/packages/packages-openrc-gui.all b/configs/profile/packages/packages-openrc-gui.all deleted file mode 100644 index c5b9aaa..0000000 --- a/configs/profile/packages/packages-openrc-gui.all +++ /dev/null @@ -1,11 +0,0 @@ -# this file specifies the packages that are to be installed -# in all OpenRC graphical live environments regardless of the architecture or WM -# but these packages will not be installed in CLI environments or with other init systems - - -# Services -gvfs-mtp -gvfs-gphoto2 -networkmanager-elogind -openrc-desktop -polkit-elogind diff --git a/configs/profile/packages/packages-openrc-gui.i686 b/configs/profile/packages/packages-openrc-gui.i686 deleted file mode 100644 index 80a857c..0000000 --- a/configs/profile/packages/packages-openrc-gui.i686 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all i686 OpenRC graphical live environments regardless of the WM -# but these packages will not be installed in CLI environments or with other init systems -# or other architectures diff --git a/configs/profile/packages/packages-openrc-gui.x86_64 b/configs/profile/packages/packages-openrc-gui.x86_64 deleted file mode 100644 index 6099dfe..0000000 --- a/configs/profile/packages/packages-openrc-gui.x86_64 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all x86_64 OpenRC graphical live environments regardless of the WM -# but these packages will not be installed in CLI environments or with other init systems -# or other architectures diff --git a/configs/profile/packages/packages-openrc.all b/configs/profile/packages/packages-openrc.all deleted file mode 100644 index 7a15fb2..0000000 --- a/configs/profile/packages/packages-openrc.all +++ /dev/null @@ -1,14 +0,0 @@ -# this file specifies the packages that are to be installed -# in all OpenRC live environments regardless of the architecture or graphical environment -# but these packages will not be installed with other init systems - - -gpm-openrc -haveged-openrc -hdparm-openrc -networkmanager-openrc -ntp-openrc -openssh-openrc -openvpn-openrc -rsync-openrc -wpa_supplicant-openrc diff --git a/configs/profile/packages/packages-openrc.i686 b/configs/profile/packages/packages-openrc.i686 deleted file mode 100644 index 7de1acd..0000000 --- a/configs/profile/packages/packages-openrc.i686 +++ /dev/null @@ -1,3 +0,0 @@ -# this file specifies the packages that are to be installed -# in all i686 OpenRC live environments regardless of the graphical environment -# but these packages will not be installed with other init systems or for other architectures diff --git a/configs/profile/packages/packages-openrc.x86_64 b/configs/profile/packages/packages-openrc.x86_64 deleted file mode 100644 index 177733e..0000000 --- a/configs/profile/packages/packages-openrc.x86_64 +++ /dev/null @@ -1,3 +0,0 @@ -# this file specifies the packages that are to be installed -# in all x86_64 OpenRC live environments regardless of the graphical environment -# but these packages will not be installed with other init systems or for other architectures diff --git a/configs/profile/packages/packages-systemd-gui.all b/configs/profile/packages/packages-systemd-gui.all deleted file mode 100644 index 22cf8d4..0000000 --- a/configs/profile/packages/packages-systemd-gui.all +++ /dev/null @@ -1,7 +0,0 @@ -# this file specifies the packages that are to be installed -# in all SystemD graphical live environments regardless of the architecture or WM -# but these packages will not be installed in CLI environments or with other init systems - - -# Services -networkmanager diff --git a/configs/profile/packages/packages-systemd-gui.i686 b/configs/profile/packages/packages-systemd-gui.i686 deleted file mode 100644 index 3c8b235..0000000 --- a/configs/profile/packages/packages-systemd-gui.i686 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all i686 SystemD graphical live environments regardless of the WM -# but these packages will not be installed in CLI environments or with other init systems -# or for other architectures diff --git a/configs/profile/packages/packages-systemd-gui.x86_64 b/configs/profile/packages/packages-systemd-gui.x86_64 deleted file mode 100644 index 1e74026..0000000 --- a/configs/profile/packages/packages-systemd-gui.x86_64 +++ /dev/null @@ -1,4 +0,0 @@ -# this file specifies the packages that are to be installed -# in all x86_64 SystemD graphical live environments regardless of the WM -# but these packages will not be installed in CLI environments or with other init systems -# or for other architectures diff --git a/configs/profile/packages/packages-systemd.all b/configs/profile/packages/packages-systemd.all deleted file mode 100644 index 5963233..0000000 --- a/configs/profile/packages/packages-systemd.all +++ /dev/null @@ -1,19 +0,0 @@ -# this file specifies the packages that are to be installed -# in all SystemD live environments regardless of the architecture or graphical environment -# but these packages will not be installed with other init systems - - -gpm -haveged -hdparm -ntp -openssh -openvpn -rsync -wpa_supplicant - -# Accessibility -alsa-utils -bluez -brltty -espeakup diff --git a/configs/profile/packages/packages-systemd.i686 b/configs/profile/packages/packages-systemd.i686 deleted file mode 100644 index 5b9d6ca..0000000 --- a/configs/profile/packages/packages-systemd.i686 +++ /dev/null @@ -1,3 +0,0 @@ -# this file specifies the packages that are to be installed -# in all i686 SystemD live environments regardless of the graphical environment -# but these packages will not be installed with other init systems or for other architectures diff --git a/configs/profile/packages/packages-systemd.x86_64 b/configs/profile/packages/packages-systemd.x86_64 deleted file mode 100644 index 589aa78..0000000 --- a/configs/profile/packages/packages-systemd.x86_64 +++ /dev/null @@ -1,3 +0,0 @@ -# this file specifies the packages that are to be installed -# in all x86_64 SystemD live environments regardless of the graphical environment -# but these packages will not be installed with other init systems or for other architectures -- cgit v1.2.2