diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-01-16 07:23:29 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-01-16 17:59:57 +0100 |
commit | 5ed13142b06050c1f45617acc956aadadcbe4359 (patch) | |
tree | 09adc5f83f527843ccfb771b43e082a520be0ef7 /source/a | |
parent | d4f4bf11e34db496e8f46f7b4f67b886ce852495 (diff) | |
download | current-5ed13142b06050c1f45617acc956aadadcbe4359.tar.gz current-5ed13142b06050c1f45617acc956aadadcbe4359.tar.xz |
Sun Jan 16 07:23:29 UTC 202220220116072329
a/aaa_base-15.0-x86_64-3.txz: Rebuilt.
In initial email to root, use the new /var/lib/pkgtools/ paths to the files
for packages and scripts. Thanks to franzen.
a/btrfs-progs-5.16-x86_64-1.txz: Upgraded.
d/python3-3.9.10-x86_64-1.txz: Upgraded.
d/rust-1.58.0-x86_64-1.txz: Upgraded.
kde/digikam-7.5.0-x86_64-1.txz: Upgraded.
kde/kglobalaccel-5.90.0-x86_64-2.txz: Rebuilt.
Applied patch:
[PATCH] Prevent kglobalaccel5 getting activated on non-Plasma systems.
Although this patch was later reverted, I'm on board with the need for it.
If it causes any problems, please let me know soon.
Thanks to Lockywolf.
kde/kid3-3.9.1-x86_64-1.txz: Upgraded.
kde/plasma-wayland-protocols-1.6.0-x86_64-1.txz: Upgraded.
kde/sddm-0.19.0-x86_64-10.txz: Rebuilt.
Allow the init program to properly supervise sddm when entering runlevel 4.
Thanks to mumahendras3.
l/neon-0.32.2-x86_64-1.txz: Upgraded.
l/netpbm-10.97.02-x86_64-1.txz: Upgraded.
n/postfix-3.6.4-x86_64-1.txz: Upgraded.
x/mesa-21.3.4-x86_64-1.txz: Upgraded.
x/xterm-370-x86_64-2.txz: Rebuilt.
Use upstream app-defaults again. Thanks to OldHolborn.
Diffstat (limited to 'source/a')
-rw-r--r-- | source/a/aaa_base/_aaa_base/var/spool/mail/root.new | 12 | ||||
-rwxr-xr-x | source/a/aaa_base/aaa_base.SlackBuild | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/source/a/aaa_base/_aaa_base/var/spool/mail/root.new b/source/a/aaa_base/_aaa_base/var/spool/mail/root.new index 073e57a77..c1872523e 100644 --- a/source/a/aaa_base/_aaa_base/var/spool/mail/root.new +++ b/source/a/aaa_base/_aaa_base/var/spool/mail/root.new @@ -23,12 +23,12 @@ Tools to help configure your system: installing? You can see all that information (and more) again. The simplest way is to use the 'pkgtool' utility to view the package contents. Another way is to use 'less' or a text editor to read the -files in /var/log/packages and /var/log/scripts (this is the method I -use). The pkgtool script serves as a frontend to the command line -package tools, so it's a menu based program that will enable you to -remove, install, or view packages that are currently installed on the -system. pkgtool will also allow you to re-run some of the system admin -scripts that you may have seen during the installation process. +files in /var/lib/pkgtools/packages and /var/lib/pkgtools/scripts (this +is the method I use). The pkgtool script serves as a frontend to the +command line package tools, so it's a menu based program that will enable +you to remove, install, or view packages that are currently installed on +the system. pkgtool will also allow you to re-run some of the system +admin scripts that you may have seen during the installation process. Slackware's command line package tools: I use these utilities most of the time when I have packages to install, remove, or upgrade. These diff --git a/source/a/aaa_base/aaa_base.SlackBuild b/source/a/aaa_base/aaa_base.SlackBuild index 2632153dd..d17731e91 100755 --- a/source/a/aaa_base/aaa_base.SlackBuild +++ b/source/a/aaa_base/aaa_base.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_base VERSION=15.0 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |