diff options
author | Eric Hameleers <alien@slackware.com> | 2017-01-23 16:56:17 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-01-23 16:56:17 +0100 |
commit | ad247494598972b0727253f9812e117c18fb4e4b (patch) | |
tree | 0d135b135226e199590261457d45247d880387e3 /pkglists | |
parent | 734eb5ec860bea83c480d34437b0e3e729b66a5d (diff) | |
parent | c81ada6132a864362044641705efb4a8986bf26e (diff) | |
download | liveslak-ad247494598972b0727253f9812e117c18fb4e4b.tar.gz liveslak-ad247494598972b0727253f9812e117c18fb4e4b.tar.xz |
Merge branch 'dlack'
New supported LIVEDE value: DLACK
This merge adds Dlackware as a DE choice when generating the ISO.
Dlackware is Slackware with PAM, systemd and Gnome3 (and without KDE4).
I think this is an interesting experiment. Know your enemy ;-)
Thanks to bartgymnast of the Dlackware team who provided the patches.
Diffstat (limited to '')
-rw-r--r-- | pkglists/dlackware.conf | 15 | ||||
-rw-r--r-- | pkglists/dlackware.lst | 221 | ||||
-rw-r--r-- | pkglists/systemd.conf | 15 | ||||
-rw-r--r-- | pkglists/systemd.lst | 19 |
4 files changed, 270 insertions, 0 deletions
diff --git a/pkglists/dlackware.conf b/pkglists/dlackware.conf new file mode 100644 index 0000000..647aac3 --- /dev/null +++ b/pkglists/dlackware.conf @@ -0,0 +1,15 @@ +# If 'SL_REPO_URL' is a rsync:// URL and 'SL_REPO' points to a non-existent +# or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed +# to the local directory 'SL_REPO'. + +VARIANT=3.22 + +SL_REPO_URL="rsync://pkgs.dlackware.com/mirrors/slackware/dlack/${SL_VERSION}/${VARIANT}/${SL_ARCH}" +SL_REPO="/var/cache/liveslak/dlackware/${SL_VERSION}/${VARIANT}/${SL_ARCH}" + +# Package root directory: +SL_PKGROOT=${SL_REPO} + +# Patches root directory: +SL_PATCHROOT="" + diff --git a/pkglists/dlackware.lst b/pkglists/dlackware.lst new file mode 100644 index 0000000..8591361 --- /dev/null +++ b/pkglists/dlackware.lst @@ -0,0 +1,221 @@ +# +# Packages to be rebuilt/added as base for the gnome build: +# +NetworkManager +#appdata-tools +appstream-glib +avahi +gcab +glib-networking +glib2 +gnome-keyring +gst-libav +gst-plugins-bad +gst-plugins-base +gst-plugins-good +gst-plugins-ugly +gstreamer +gtk+3 +gucharmap +gvfs +json-glib +libbluray +libcap +libdaemon +libinput +libwacom +libwebp +mesa +polkit +shared-mime-info +systemd-service-files +udisks2 +upower +wayland +wayland-protocols +wpa_supplicant +xorg-server +xorg-server-xwayland + +### [gnome-suites-core-deps] begin +GeoIP +PackageKit +accountsservice +aisleriot +atk +atkmm +autoconf-archive +baobab +brasero +cantarell-fonts +caribou +check +cheese +clutter +clutter-gst +clutter-gtk +cogl +colord +colord-gtk +dbus-python3 +dconf +dconf-editor +devhelp +dlack-settings +dlackware +eog +epiphany +evince +evolution +evolution-data-server +exempi +farstream +file-roller +folks +gdk-pixbuf2 +# ibus needs to be installed before gdm: +ibus +gdm +gedit +gegl3 +geoclue +geocode-glib +gexiv2 +gfbgraph +gitg +gjs +glade +glibmm +gnome-applets +gnome-autoar +gnome-backgrounds +gnome-bluetooth +gnome-builder +gnome-calculator +gnome-clocks +gnome-color-manager +gnome-common +gnome-contacts +gnome-control-center +gnome-desktop +gnome-devel-docs +gnome-dictionary +gnome-disk-utility +gnome-documents +gnome-font-viewer +gnome-getting-started-docs +gnome-initial-setup +gnome-js-common +gnome-logs +gnome-mahjongg +gnome-menus +gnome-music +gnome-nettool +gnome-online-accounts +gnome-online-miners +gnome-packagekit +gnome-panel +gnome-photos +gnome-power-manager +gnome-screenshot +gnome-session +gnome-settings-daemon +gnome-shell +gnome-shell-extensions +gnome-system-log +gnome-system-monitor +gnome-terminal +gnome-todo +gnome-tweak-tool +gnome-user-docs +gnome-user-share +gnome-video-effects +gnome-weather +gobject-introspection +grilo +grilo-plugins +gsettings-desktop-schemas +gsound +gspell +gssdp +gtk-engines +gtk-vnc +gtkhtml +gtksourceview +gtksourceviewmm +gtkspell3 +gupnp +gupnp-av +gupnp-dlna +gupnp-igd +hyphen +libchamplain +libcryptui +libdmapsharing +libdvdcss +libgdata +libgee +libgepub +libgit2 +libgit2-glib +libgnomekbd +libgsystem +libgtop +libgusb +libgweather +libgxps +libmediaart +libmusicbrainz5 +libnice +liboauth +libosinfo +libpeas +libquvi +libquvi-scripts +libsigc++ +libwnck3 +libxml++ +libzapojit +lua +mm-common +mousetweaks +mozjs24 +mutter +nautilus +nautilus-sendto +nemiver +orca +pcre2 +plymouth +py3atspi +py3cairo +py3gobject3 +pyatspi +pylint +python-requests +quvi +rdflib +rest +rygel +seahorse +seed +sushi +telepathy-glib +telepathy-logger +telepathy-mission-control +totem +totem-pl-parser +tracker +uhttpmock +vala +vinagre +vino +vte2_91 +webkitgtk +webkitgtk1 +yelp +yelp-tools +yelp-xsl +zeitgeist +zenity + diff --git a/pkglists/systemd.conf b/pkglists/systemd.conf new file mode 100644 index 0000000..647aac3 --- /dev/null +++ b/pkglists/systemd.conf @@ -0,0 +1,15 @@ +# If 'SL_REPO_URL' is a rsync:// URL and 'SL_REPO' points to a non-existent +# or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed +# to the local directory 'SL_REPO'. + +VARIANT=3.22 + +SL_REPO_URL="rsync://pkgs.dlackware.com/mirrors/slackware/dlack/${SL_VERSION}/${VARIANT}/${SL_ARCH}" +SL_REPO="/var/cache/liveslak/dlackware/${SL_VERSION}/${VARIANT}/${SL_ARCH}" + +# Package root directory: +SL_PKGROOT=${SL_REPO} + +# Patches root directory: +SL_PATCHROOT="" + diff --git a/pkglists/systemd.lst b/pkglists/systemd.lst new file mode 100644 index 0000000..ca8855b --- /dev/null +++ b/pkglists/systemd.lst @@ -0,0 +1,19 @@ +# The installation order in this list is important. Do not try to change it. +# +# pam: +krb5 +cracklib +pam +libpwquality +shadow +pam_krb5 + +# systemd: +python3 +lxml +libxkbcommon +eudev%systemd +dbus +util-linux +openssh +procps-ng |