diff options
author | Drtan Samos <lashdu@drtan.twilightparadox.com> | 2013-12-27 19:07:58 +0100 |
---|---|---|
committer | Drtan Samos <lashdu@drtan.twilightparadox.com> | 2013-12-27 19:07:58 +0100 |
commit | 51b25e1260f0a52b3d81da6fb17eb1aa25595d23 (patch) | |
tree | 7e5b15b6b839585007eeeb612fad98166c0cf670 | |
parent | 242e28baba897dfe2979c1524627ead4282fb1b2 (diff) |
Configuring packages.
-rw-r--r-- | configs/profile/packages.both | 82 | ||||
-rw-r--r-- | configs/profile/pacman.conf | 5 |
2 files changed, 87 insertions, 0 deletions
diff --git a/configs/profile/packages.both b/configs/profile/packages.both index 65d5651..280c7d3 100644 --- a/configs/profile/packages.both +++ b/configs/profile/packages.both @@ -55,3 +55,85 @@ zile wvdial xl2tpd zsh + +# GNOME +brasero +eog +epiphany +evince +evolution +gdm +gnome-backgrounds +gnome-calculator +gnome-contacts +gnome-control-center +gnome-desktop +gnome-disk-utility +gnome-icon-theme +gnome-icon-theme-extras +gnome-icon-theme-symbolic +gnome-keyring +gnome-screenshot +gnome-session +gnome-settings-daemon +gnome-shell +gnome-system-monitor +gnome-terminal +gnome-themes-standard +gnome-user-docs +gnome-user-share +file-roller-libre +mousetweaks +mutter +nautilus +sushi +totem +xdg-user-dirs-gtk +xf86-video-nouveau +xf86-video-apm +xf86-video-ark +xf86-video-ast +xf86-video-ati +xf86-video-chips +xf86-video-cirrus +xf86-video-dummy +xf86-video-fbdev +xf86-video-glint +xf86-video-i128 +xf86-video-i740 +xf86-video-intel +xf86-video-mach64 +xf86-video-mga +xf86-video-modesetting +xf86-video-neomagic +xf86-video-nouveau +xf86-video-nv +xf86-video-openchrome +xf86-video-r128 +xf86-video-rendition +xf86-video-s3 +xf86-video-s3virge +xf86-video-savage +#xf86-video-siliconmotion +#xf86-video-sis +#xf86-video-sisimedia +#xf86-video-sisusb +xf86-video-tdfx +xf86-video-trident +xf86-video-tseng +xf86-video-v4l +xf86-video-vesa +xf86-video-vmware +xf86-video-voodoo +yelp + +# +abiword-libre +ekiga +gimp +gnome-packagekit +gparted +gstreamer0.10-plugins +gst-libav +pidgin +supertux diff --git a/configs/profile/pacman.conf b/configs/profile/pacman.conf index 746df64..06f0bee 100644 --- a/configs/profile/pacman.conf +++ b/configs/profile/pacman.conf @@ -69,6 +69,11 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +# Test unverified packages. +[~drtan] +SigLevel = Never +Include = /etc/pacman.d/mirrorlist + #[libre-testing] #Include = /etc/pacman.d/mirrorlist |