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 y
# a # a
aaa_solibs
#glibc-solibs #glibc-solibs
#openssl-solibs #openssl-solibs
#elilo #elilo
@ -29,6 +30,7 @@ unarj
amp amp
pamixer pamixer
sox sox
slackpkg
# d # d
gcc-go gcc-go
@ -62,6 +64,7 @@ xv
# --- Rationales: # --- 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. # 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. # seamonkey, seamonkey-solibs: No particular reason, I just don't use it, and it's big.
# ttf-indic-fonts: Winetricks doesn't like it. # 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. # twm: Requires font-bh-ttf and font-bh-type1 in it's default system.twmrc, is old and I don't use it.
# #
# -- Replaced: # -- Replaced:
# slackpkg: slapt-get
# pulseaudio, alsa-plugins, pavucontrol, pamixer: ALSA # pulseaudio, alsa-plugins, pavucontrol, pamixer: ALSA
# NetworkManager, ModemManager, mobile-broadband-provider-info, network-manager-applet: dhcpcd/wpa_supplicant # NetworkManager, ModemManager, mobile-broadband-provider-info, network-manager-applet: dhcpcd/wpa_supplicant
# elvis: vim # elvis: vim

5
readme.txt

@ -4,6 +4,8 @@ Some config changes are done in patched packages:
- wpa_supplicant - wpa_supplicant
- vim - vim
Packages I usually remove from a slackware base install are listed in the blacklist file in this folder.
Changes: Changes:
/etc/rc.d/rc.M: /etc/rc.d/rc.M:
@ -39,8 +41,5 @@ Changes:
/etc/ntp.conf: /etc/ntp.conf:
- Uncommented all default NTP servers. - 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: /etc/X11/xinit/xinitrc.i3:
- Added xinitrc file for the i3 window system - 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 mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cat $CWD/readme.txt > $PKG/usr/doc/$PKGNAM-$VERSION/readme.txt 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 find $CWD/etc -type f ! -name '*.orig' -printf '%P\n' | while read config; do
echo Installing /etc/$config echo Installing /etc/$config

Loading…
Cancel
Save