Skip to content
This repository was archived by the owner on Apr 9, 2022. It is now read-only.

Commit 5617d7e

Browse files
authored
Merge pull request #814 from JustMeErazem/master
Create changelog and update software list
2 parents ebf93e9 + 46ba52a commit 5617d7e

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 1.0.5 - WIP
4+
5+
* Remove `st` terminal from installation options (@condor2)
6+
* Fix bug in lvm names (@nemanjan00)
7+
* Fix LUKS encrypted XFS root not booting (@UNIcodeX)
8+
* Fix mkinitcpio modules (@UNIcodeX)
9+
* Add zshrc features (@m00nyONE)
10+
* Remove bash aliases that rely on 3rd party programs (@m00nyONE)
11+
* Add yay info to [README](README.md)
12+
* Add `openssh` to Server and Server-LTS installs (@JustMeErazem)
13+
* Remove broken `du` alias (@JustMeErazem)
14+
15+
## 1.0.4 - June 8, 2019
16+
17+
* Remove QT4 from package list (@condor2)
18+
* Remove MongoDB from optional software list (@PandaFoss)
19+
* Add timeout to syslinux config (@PandaFoss)
20+
* Remove `arch-wiki-cli` from package list (@condor2)

etc/anarchy.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ media8="Multimedia codecs"
354354
media9="Full featured video editor for Linux"
355355
media10="Screencast GIF tool"
356356
media11="Powerful and simple media player"
357+
media12="Download videos and audio from YouTube"
357358

358359
### Office
359360
office0="Free word processing"
@@ -384,6 +385,8 @@ prg10="A general-purpose scripting language"
384385
prg11="High-level scripting language"
385386
prg12="An object-oriented language"
386387
prg13="Object-oriented and functional based"
388+
prg14="OpenJDK Java 11 development kit"
389+
prg15="OpenJDK Java 12 development kit"
387390

388391
### Terminal
389392
term0="Framebuffer Terminal Emulator"

lib/configure_base.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,8 @@ add_software() {
496496
"smplayer" "$media4" OFF \
497497
"snappy-player" "$media11" OFF \
498498
"totem" "$media5" OFF \
499-
"vlc" "$media6" OFF 3>&1 1>&2 2>&3)
499+
"vlc" "$media6" OFF \
500+
"youtube-dl" "$media12" OFF 3>&1 1>&2 2>&3)
500501
if [ "$?" -gt "0" ]; then
501502
add_soft=false
502503
fi
@@ -541,8 +542,10 @@ add_software() {
541542
"go-tools" "$prg4" OFF \
542543
"java-runtime-common" "$prg5" OFF \
543544
"java-openjdk-7" "$prg6" OFF \
544-
"java-openjdk-8" "$prg7" OFF \
545+
"jdk8-openjdk" "$prg7" OFF \
545546
"java-openjfx-8" "$prg8" OFF \
547+
"jdk11-openjdk" "$prg14" OFF \
548+
"jdk-openjdk" "$prg15" OFF \
546549
"perl" "$prg9" OFF \
547550
"php" "$prg10" OFF \
548551
"python" "$prg11" OFF \

0 commit comments

Comments
 (0)