Browse Source

Move backlist to doc folder

rocket-config
mid-kid 8 years ago
parent
commit
1fdf8eaf5d
  1. 4
      blacklist
  2. 5
      readme.txt
  3. 1
      rocket-config.SlackBuild

4
etc/slackpkg/blacklist → blacklist

@ -14,6 +14,7 @@ xfce
y
# a
aaa_solibs
#glibc-solibs
#openssl-solibs
#elilo
@ -29,6 +30,7 @@ unarj
amp
pamixer
sox
slackpkg
# d
gcc-go
@ -62,6 +64,7 @@ xv
# --- Rationales:
#
# aaa_solibs: A shitty "fix" for a non-existing problem. Includes old libraries which might be vulnerable. Old software should just be rebuilt, and I can resolve library dependencies for myself, tyvm.
# MPlayer, sox: Need a rebuild to work without PulseAudio, and I don't use them anyway.
# seamonkey, seamonkey-solibs: No particular reason, I just don't use it, and it's big.
# ttf-indic-fonts: Winetricks doesn't like it.
@ -69,6 +72,7 @@ xv
# twm: Requires font-bh-ttf and font-bh-type1 in it's default system.twmrc, is old and I don't use it.
#
# -- Replaced:
# slackpkg: slapt-get
# pulseaudio, alsa-plugins, pavucontrol, pamixer: ALSA
# NetworkManager, ModemManager, mobile-broadband-provider-info, network-manager-applet: dhcpcd/wpa_supplicant
# elvis: vim

5
readme.txt

@ -4,6 +4,8 @@ Some config changes are done in patched packages:
- wpa_supplicant
- vim
Packages I usually remove from a slackware base install are listed in the blacklist file in this folder.
Changes:
/etc/rc.d/rc.M:
@ -39,8 +41,5 @@ Changes:
/etc/ntp.conf:
- Uncommented all default NTP servers.
/etc/slackpkg/blacklist:
- A list of the packages I usually remove from the base install. It's not replaced on install and completely optional
/etc/X11/xinit/xinitrc.i3:
- Added xinitrc file for the i3 window system

1
rocket-config.SlackBuild

@ -17,6 +17,7 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cat $CWD/readme.txt > $PKG/usr/doc/$PKGNAM-$VERSION/readme.txt
cat $CWD/blacklist > $PKG/usr/doc/$PKGNAM-$VERSION/blacklist
find $CWD/etc -type f ! -name '*.orig' -printf '%P\n' | while read config; do
echo Installing /etc/$config

Loading…
Cancel
Save