summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpico.dev <pico.dev@gmail.com>2020-09-05 23:09:58 +0200
committerpico.dev <pico.dev@gmail.com>2020-09-05 23:09:58 +0200
commit732bee12618362afa4108fcf5acaf88e1dd61b6d (patch)
tree3a5e54808a391972e046647aa4bd27be25d2e080
parent877881a35cf90d8e5c3712ffd80e94e2f3a497cb (diff)
Moved gnome-extra to custom packages
Fixes #100
-rw-r--r--alis.conf2
-rwxr-xr-xalis.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/alis.conf b/alis.conf
index ed20a0e..d534ff0 100644
--- a/alis.conf
+++ b/alis.conf
@@ -85,7 +85,7 @@ DISPLAY_DRIVER_HARDWARE_ACCELERATION_INTEL="!intel-media-driver !libva-intel-dri
# packages (all multiple)
PACKAGES_PACMAN_INTERNET="!firefox !chromium !apache !nginx !curl !wget !filezilla !sshfs !openssh !transmission-gtk !transmission-qt !amule !geary !thunderbird !empathy !kopete !polari !konversation !liferea !hugo !gnome-boxes"
PACKAGES_PACMAN_MULTIMEDIA="!gthumb !gimp !imagemagick !krita !inkscape !blender !cmus !vlc !easytag !ardour !audacity !ffmpeg !gnome-phone-manager !kdeconnect !gstreamer !gst-plugins-good !gst-plugins-bad !gst-plugins-ugly !bluez !bluez-utils"
-PACKAGES_PACMAN_UTILITIES="!gnome-initial-setup !code !eclipse-java !intellij-idea-community-edition !gradle !maven !lz4 !meld !dosfstools !ntfs-3g !exfat-utils"
+PACKAGES_PACMAN_UTILITIES="!gnome-initial-setup !gnome-extra !code !eclipse-java !intellij-idea-community-edition !gradle !maven !lz4 !meld !dosfstools !ntfs-3g !exfat-utils"
PACKAGES_PACMAN_DOCUMENTS_AND_TEXT="!libreoffice-fresh !calligra !discount !lyx !vim !calibre"
PACKAGES_PACMAN_SECURITY="!rsync !gnupg !keepassxc"
PACKAGES_PACMAN_SCIENCE="!geogebra !octave"
diff --git a/alis.sh b/alis.sh
index df6800e..9931d83 100755
--- a/alis.sh
+++ b/alis.sh
@@ -1273,7 +1273,7 @@ function desktop_environment() {
}
function desktop_environment_gnome() {
- pacman_install "gnome gnome-extra"
+ pacman_install "gnome"
arch-chroot /mnt systemctl enable gdm.service
}