From 62d2eb317fb50d2ed79e8782c95b32a6b31efc8b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 24 Nov 2024 23:09:54 +0000 Subject: [PATCH] Sun Nov 24 23:09:54 UTC 2024 a/mkinitrd-1.4.11-x86_64-49.txz: Rebuilt. setup.01.mkinitrd: removed KERNEL_SYMLINK option. If a kernel is provided to geninitrd on the command line ($1), this will always be the kernel used. Thanks to Mechanikx. Removed GENINITRD_SILENT option. init: cap the size of /run to 25% of the system RAM since the previous default of 32M is way too small for many purposes. I have seen other Linux systems cap this at half the system RAM, but that seems to me a bit much. /etc/default/geninitrd: Added GENINITRD_OVERRIDE_SCRIPT which can be set to anything you like. Support for hardcoded {/usr/local/sbin,/opt/sbin}/geninitrd was removed. Added GENINITRD_DIALOG (do we want the dialog --infobox output?) Added GENINITRD_COMMAND_OUTPUT (do we want to see command output?) a/sysvinit-scripts-15.1-noarch-23.txz: Rebuilt. rc.S: cap the size of /run to 25% of the system RAM. l/gtk4-4.16.7-x86_64-1.txz: Upgraded. l/vte-0.78.2-x86_64-2.txz: Rebuilt. n/traceroute-2.1.6-x86_64-1.txz: Upgraded. xfce/xfce4-xkb-plugin-0.8.3-x86_64-1.txz: Added. Thanks to vladimir_vist for the suggestion, and Robby Workman for the build script. --- ChangeLog.rss | 36 ++++- ChangeLog.txt | 24 ++++ FILELIST.TXT | 136 +++++++++--------- slackware64/xfce/maketag | 5 +- slackware64/xfce/maketag.ez | 5 +- slackware64/xfce/tagfile | 1 + source/a/mkinitrd/geninitrd | 40 ++++-- source/a/mkinitrd/geninitrd.default | 14 +- source/a/mkinitrd/init | 8 +- source/a/mkinitrd/mkinitrd | 1 - source/a/mkinitrd/mkinitrd.SlackBuild | 2 +- source/a/mkinitrd/setup.01.mkinitrd | 70 ++++++--- source/a/sysvinit-scripts/scripts/rc.S | 7 +- .../sysvinit-scripts.SlackBuild | 2 +- source/n/traceroute/traceroute.SlackBuild | 3 +- source/xfce/xfce4-xkb-plugin/slack-desc | 19 +++ .../xfce4-xkb-plugin.SlackBuild | 135 +++++++++++++++++ .../xfce4-xkb-plugin/xfce4-xkb-plugin.url | 1 + 18 files changed, 399 insertions(+), 110 deletions(-) create mode 100644 source/xfce/xfce4-xkb-plugin/slack-desc create mode 100755 source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild create mode 100644 source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.url diff --git a/ChangeLog.rss b/ChangeLog.rss index 59b94ac75..dea5c25d3 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,41 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Sun, 24 Nov 2024 02:53:05 GMT - Sun, 24 Nov 2024 03:55:50 GMT + Sun, 24 Nov 2024 23:09:54 GMT + Sun, 24 Nov 2024 23:29:17 GMT maintain_current_git.sh v 1.17 + + Sun, 24 Nov 2024 23:09:54 GMT + Sun, 24 Nov 2024 23:09:54 GMT + https://git.slackware.nl/current/tag/?h=20241124230954 + 20241124230954 + + +a/mkinitrd-1.4.11-x86_64-49.txz: Rebuilt. + setup.01.mkinitrd: removed KERNEL_SYMLINK option. + If a kernel is provided to geninitrd on the command line ($1), this will + always be the kernel used. + Thanks to Mechanikx. + Removed GENINITRD_SILENT option. + init: cap the size of /run to 25% of the system RAM since the previous + default of 32M is way too small for many purposes. I have seen other Linux + systems cap this at half the system RAM, but that seems to me a bit much. + /etc/default/geninitrd: + Added GENINITRD_OVERRIDE_SCRIPT which can be set to anything you like. + Support for hardcoded {/usr/local/sbin,/opt/sbin}/geninitrd was removed. + Added GENINITRD_DIALOG (do we want the dialog --infobox output?) + Added GENINITRD_COMMAND_OUTPUT (do we want to see command output?) +a/sysvinit-scripts-15.1-noarch-23.txz: Rebuilt. + rc.S: cap the size of /run to 25% of the system RAM. +l/gtk4-4.16.7-x86_64-1.txz: Upgraded. +l/vte-0.78.2-x86_64-2.txz: Rebuilt. +n/traceroute-2.1.6-x86_64-1.txz: Upgraded. +xfce/xfce4-xkb-plugin-0.8.3-x86_64-1.txz: Added. + Thanks to vladimir_vist for the suggestion, + and Robby Workman for the build script. + ]]> + + Sun, 24 Nov 2024 02:53:05 GMT Sun, 24 Nov 2024 02:53:05 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index 90baf120a..044d5893e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,27 @@ +Sun Nov 24 23:09:54 UTC 2024 +a/mkinitrd-1.4.11-x86_64-49.txz: Rebuilt. + setup.01.mkinitrd: removed KERNEL_SYMLINK option. + If a kernel is provided to geninitrd on the command line ($1), this will + always be the kernel used. + Thanks to Mechanikx. + Removed GENINITRD_SILENT option. + init: cap the size of /run to 25% of the system RAM since the previous + default of 32M is way too small for many purposes. I have seen other Linux + systems cap this at half the system RAM, but that seems to me a bit much. + /etc/default/geninitrd: + Added GENINITRD_OVERRIDE_SCRIPT which can be set to anything you like. + Support for hardcoded {/usr/local/sbin,/opt/sbin}/geninitrd was removed. + Added GENINITRD_DIALOG (do we want the dialog --infobox output?) + Added GENINITRD_COMMAND_OUTPUT (do we want to see command output?) +a/sysvinit-scripts-15.1-noarch-23.txz: Rebuilt. + rc.S: cap the size of /run to 25% of the system RAM. +l/gtk4-4.16.7-x86_64-1.txz: Upgraded. +l/vte-0.78.2-x86_64-2.txz: Rebuilt. +n/traceroute-2.1.6-x86_64-1.txz: Upgraded. +xfce/xfce4-xkb-plugin-0.8.3-x86_64-1.txz: Added. + Thanks to vladimir_vist for the suggestion, + and Robby Workman for the build script. ++--------------------------+ Sun Nov 24 02:53:05 UTC 2024 ap/vim-9.1.0882-x86_64-1.txz: Upgraded. Compiled against python3-3.12.7. diff --git a/FILELIST.TXT b/FILELIST.TXT index b45d30345..73187d636 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Sun Nov 24 02:57:28 UTC 2024 +Sun Nov 24 23:14:21 UTC 2024 Here is the file list for this directory. If you are using a mirror site and find missing or extra files in the disk subdirectories, please have the archive administrator refresh the mirror. -drwxr-xr-x 12 root root 4096 2024-11-24 02:53 . +drwxr-xr-x 12 root root 4096 2024-11-24 23:09 . -rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0 -rw-r--r-- 1 root root 16617 2022-02-02 23:27 ./CHANGES_AND_HINTS.TXT --rw-r--r-- 1 root root 1159173 2024-11-22 22:15 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-22 22:15 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1159173 2024-11-24 02:57 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-24 02:57 ./CHECKSUMS.md5.asc -rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING -rw-r--r-- 1 root root 35147 2007-06-30 04:21 ./COPYING3 -rw-r--r-- 1 root root 19573 2016-06-23 20:08 ./COPYRIGHT.TXT -rw-r--r-- 1 root root 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT --rw-r--r-- 1 root root 1248344 2024-11-24 02:53 ./ChangeLog.txt +-rw-r--r-- 1 root root 1249557 2024-11-24 23:09 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2024-11-22 22:03 ./EFI/BOOT -rw-r--r-- 1 root root 1200128 2024-09-12 20:40 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2024-11-22 22:03 ./EFI/BOOT -rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh -rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg -rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg --rw-r--r-- 1 root root 1520333 2024-11-22 22:15 ./FILELIST.TXT +-rw-r--r-- 1 root root 1520333 2024-11-24 02:57 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 913808 2024-11-24 02:56 ./PACKAGES.TXT +-rw-r--r-- 1 root root 914368 2024-11-24 23:13 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT -rw-r--r-- 1 root root 2640 2024-11-22 21:41 ./README.initrd -rw-r--r-- 1 root root 34114 2023-12-11 20:35 ./README_CRYPT.TXT @@ -662,13 +662,13 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches -rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST -rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2 -rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT -drwxr-xr-x 17 root root 4096 2024-11-24 02:57 ./slackware64 --rw-r--r-- 1 root root 356674 2024-11-24 02:57 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-24 02:57 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 441697 2024-11-24 02:56 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4821263 2024-11-24 02:56 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2024-11-24 23:13 ./slackware64 +-rw-r--r-- 1 root root 356909 2024-11-24 23:13 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-24 23:13 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 441977 2024-11-24 23:13 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4830932 2024-11-24 23:13 ./slackware64/MANIFEST.bz2 lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT -drwxr-xr-x 2 root root 32768 2024-11-22 22:12 ./slackware64/a +drwxr-xr-x 2 root root 32768 2024-11-24 23:12 ./slackware64/a -rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt -rw-r--r-- 1 root root 10720 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz -rw-r--r-- 1 root root 163 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txz.asc @@ -898,9 +898,9 @@ drwxr-xr-x 2 root root 32768 2024-11-22 22:12 ./slackware64/a -rw-r--r-- 1 root root 378 2023-09-23 18:06 ./slackware64/a/minicom-2.9-x86_64-1.txt -rw-r--r-- 1 root root 336888 2023-09-23 18:06 ./slackware64/a/minicom-2.9-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-09-23 18:06 ./slackware64/a/minicom-2.9-x86_64-1.txz.asc --rw-r--r-- 1 root root 527 2024-11-22 20:07 ./slackware64/a/mkinitrd-1.4.11-x86_64-48.txt --rw-r--r-- 1 root root 635700 2024-11-22 20:07 ./slackware64/a/mkinitrd-1.4.11-x86_64-48.txz --rw-r--r-- 1 root root 195 2024-11-22 20:07 ./slackware64/a/mkinitrd-1.4.11-x86_64-48.txz.asc +-rw-r--r-- 1 root root 527 2024-11-24 22:55 ./slackware64/a/mkinitrd-1.4.11-x86_64-49.txt +-rw-r--r-- 1 root root 636440 2024-11-24 22:55 ./slackware64/a/mkinitrd-1.4.11-x86_64-49.txz +-rw-r--r-- 1 root root 195 2024-11-24 22:55 ./slackware64/a/mkinitrd-1.4.11-x86_64-49.txz.asc -rw-r--r-- 1 root root 668 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txt -rw-r--r-- 1 root root 106260 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 11:11 ./slackware64/a/mlocate-0.26-x86_64-4.txz.asc @@ -997,9 +997,9 @@ drwxr-xr-x 2 root root 32768 2024-11-22 22:12 ./slackware64/a -rw-r--r-- 1 root root 694 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txt -rw-r--r-- 1 root root 36308 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txz -rw-r--r-- 1 root root 163 2022-09-06 18:43 ./slackware64/a/sysvinit-functions-8.53-x86_64-6.txz.asc --rw-r--r-- 1 root root 378 2024-10-13 18:00 ./slackware64/a/sysvinit-scripts-15.1-noarch-22.txt --rw-r--r-- 1 root root 17768 2024-10-13 18:00 ./slackware64/a/sysvinit-scripts-15.1-noarch-22.txz --rw-r--r-- 1 root root 195 2024-10-13 18:00 ./slackware64/a/sysvinit-scripts-15.1-noarch-22.txz.asc +-rw-r--r-- 1 root root 378 2024-11-24 19:58 ./slackware64/a/sysvinit-scripts-15.1-noarch-23.txt +-rw-r--r-- 1 root root 17872 2024-11-24 19:58 ./slackware64/a/sysvinit-scripts-15.1-noarch-23.txz +-rw-r--r-- 1 root root 195 2024-11-24 19:58 ./slackware64/a/sysvinit-scripts-15.1-noarch-23.txz.asc -rw-r--r-- 1 root root 1566 2024-11-22 21:41 ./slackware64/a/tagfile -rw-r--r-- 1 root root 395 2023-07-18 18:38 ./slackware64/a/tar-1.35-x86_64-1.txt -rw-r--r-- 1 root root 774812 2023-07-18 18:38 ./slackware64/a/tar-1.35-x86_64-1.txz @@ -2780,7 +2780,7 @@ drwxr-xr-x 2 root root 86016 2024-11-22 22:13 ./slackware64/kde -rw-r--r-- 1 root root 517 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txt -rw-r--r-- 1 root root 686104 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-02-15 21:47 ./slackware64/kde/zanshin-23.08.5-x86_64-1.txz.asc -drwxr-xr-x 2 root root 102400 2024-11-24 02:56 ./slackware64/l +drwxr-xr-x 2 root root 102400 2024-11-24 23:13 ./slackware64/l -rw-r--r-- 1 root root 329 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txt -rw-r--r-- 1 root root 928144 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz -rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc @@ -3141,9 +3141,9 @@ drwxr-xr-x 2 root root 102400 2024-11-24 02:56 ./slackware64/l -rw-r--r-- 1 root root 328 2024-07-10 18:14 ./slackware64/l/gtk+3-3.24.43-x86_64-1.txt -rw-r--r-- 1 root root 12057144 2024-07-10 18:14 ./slackware64/l/gtk+3-3.24.43-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-07-10 18:14 ./slackware64/l/gtk+3-3.24.43-x86_64-1.txz.asc --rw-r--r-- 1 root root 315 2024-11-21 18:52 ./slackware64/l/gtk4-4.16.6-x86_64-1.txt --rw-r--r-- 1 root root 11101668 2024-11-21 18:52 ./slackware64/l/gtk4-4.16.6-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-11-21 18:52 ./slackware64/l/gtk4-4.16.6-x86_64-1.txz.asc +-rw-r--r-- 1 root root 315 2024-11-24 18:22 ./slackware64/l/gtk4-4.16.7-x86_64-1.txt +-rw-r--r-- 1 root root 11101488 2024-11-24 18:22 ./slackware64/l/gtk4-4.16.7-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-24 18:22 ./slackware64/l/gtk4-4.16.7-x86_64-1.txz.asc -rw-r--r-- 1 root root 341 2021-02-13 06:48 ./slackware64/l/gtkmm2-2.24.5-x86_64-4.txt -rw-r--r-- 1 root root 1379452 2021-02-13 06:48 ./slackware64/l/gtkmm2-2.24.5-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 06:48 ./slackware64/l/gtkmm2-2.24.5-x86_64-4.txz.asc @@ -4082,9 +4082,9 @@ drwxr-xr-x 2 root root 102400 2024-11-24 02:56 ./slackware64/l -rw-r--r-- 1 root root 577 2023-10-28 22:01 ./slackware64/l/vid.stab-1.1.1-x86_64-1.txt -rw-r--r-- 1 root root 49028 2023-10-28 22:01 ./slackware64/l/vid.stab-1.1.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-10-28 22:01 ./slackware64/l/vid.stab-1.1.1-x86_64-1.txz.asc --rw-r--r-- 1 root root 255 2024-10-28 18:28 ./slackware64/l/vte-0.78.1-x86_64-2.txt --rw-r--r-- 1 root root 541560 2024-10-28 18:28 ./slackware64/l/vte-0.78.1-x86_64-2.txz --rw-r--r-- 1 root root 195 2024-10-28 18:28 ./slackware64/l/vte-0.78.1-x86_64-2.txz.asc +-rw-r--r-- 1 root root 255 2024-11-24 19:17 ./slackware64/l/vte-0.78.2-x86_64-2.txt +-rw-r--r-- 1 root root 549056 2024-11-24 19:17 ./slackware64/l/vte-0.78.2-x86_64-2.txz +-rw-r--r-- 1 root root 195 2024-11-24 19:17 ./slackware64/l/vte-0.78.2-x86_64-2.txz.asc -rw-r--r-- 1 root root 507 2024-03-01 19:00 ./slackware64/l/wavpack-5.7.0-x86_64-1.txt -rw-r--r-- 1 root root 197464 2024-03-01 19:00 ./slackware64/l/wavpack-5.7.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-03-01 19:00 ./slackware64/l/wavpack-5.7.0-x86_64-1.txz.asc @@ -4112,7 +4112,7 @@ drwxr-xr-x 2 root root 102400 2024-11-24 02:56 ./slackware64/l -rw-r--r-- 1 root root 403 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txt -rw-r--r-- 1 root root 773596 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-12-11 22:02 ./slackware64/l/zxing-cpp-2.2.1-x86_64-1.txz.asc -drwxr-xr-x 2 root root 36864 2024-11-22 22:13 ./slackware64/n +drwxr-xr-x 2 root root 36864 2024-11-24 23:12 ./slackware64/n -rw-r--r-- 1 root root 357 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txt -rw-r--r-- 1 root root 1520380 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-08-21 17:23 ./slackware64/n/ModemManager-1.22.0-x86_64-1.txz.asc @@ -4550,9 +4550,9 @@ drwxr-xr-x 2 root root 36864 2024-11-22 22:13 ./slackware64/n -rw-r--r-- 1 root root 488 2024-10-28 19:14 ./slackware64/n/tin-2.6.3-x86_64-2.txt -rw-r--r-- 1 root root 885648 2024-10-28 19:14 ./slackware64/n/tin-2.6.3-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-10-28 19:14 ./slackware64/n/tin-2.6.3-x86_64-2.txz.asc --rw-r--r-- 1 root root 550 2023-12-18 19:01 ./slackware64/n/traceroute-2.1.5-x86_64-1.txt --rw-r--r-- 1 root root 55308 2023-12-18 19:01 ./slackware64/n/traceroute-2.1.5-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-12-18 19:01 ./slackware64/n/traceroute-2.1.5-x86_64-1.txz.asc +-rw-r--r-- 1 root root 550 2024-11-24 19:15 ./slackware64/n/traceroute-2.1.6-x86_64-1.txt +-rw-r--r-- 1 root root 55668 2024-11-24 19:15 ./slackware64/n/traceroute-2.1.6-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-24 19:15 ./slackware64/n/traceroute-2.1.6-x86_64-1.txz.asc -rw-r--r-- 1 root root 399 2022-11-03 18:38 ./slackware64/n/ulogd-2.0.8-x86_64-1.txt -rw-r--r-- 1 root root 102176 2022-11-03 18:38 ./slackware64/n/ulogd-2.0.8-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-11-03 18:38 ./slackware64/n/ulogd-2.0.8-x86_64-1.txz.asc @@ -5690,7 +5690,7 @@ drwxr-xr-x 2 root root 16384 2024-11-24 02:56 ./slackware64/xap -rw-r--r-- 1 root root 230 2024-05-25 17:29 ./slackware64/xap/xsnow-3.7.9-x86_64-2.txt -rw-r--r-- 1 root root 1829408 2024-05-25 17:29 ./slackware64/xap/xsnow-3.7.9-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-05-25 17:29 ./slackware64/xap/xsnow-3.7.9-x86_64-2.txz.asc -drwxr-xr-x 2 root root 12288 2024-11-08 22:20 ./slackware64/xfce +drwxr-xr-x 2 root root 12288 2024-11-24 23:12 ./slackware64/xfce -rw-r--r-- 1 root root 253 2021-10-01 03:27 ./slackware64/xfce/Greybird-3.22.15-noarch-1.txt -rw-r--r-- 1 root root 189900 2021-10-01 03:27 ./slackware64/xfce/Greybird-3.22.15-noarch-1.txz -rw-r--r-- 1 root root 163 2021-10-01 03:27 ./slackware64/xfce/Greybird-3.22.15-noarch-1.txz.asc @@ -5711,12 +5711,12 @@ drwxr-xr-x 2 root root 12288 2024-11-08 22:20 ./slackware64/xfce -rw-r--r-- 1 root root 316 2024-02-06 20:03 ./slackware64/xfce/libxfce4util-4.18.2-x86_64-1.txt -rw-r--r-- 1 root root 140140 2024-02-06 20:03 ./slackware64/xfce/libxfce4util-4.18.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-02-06 20:03 ./slackware64/xfce/libxfce4util-4.18.2-x86_64-1.txz.asc --rw-r--r-- 1 root root 3369 2020-12-07 21:31 ./slackware64/xfce/maketag --rw-r--r-- 1 root root 3369 2020-12-07 21:31 ./slackware64/xfce/maketag.ez +-rw-r--r-- 1 root root 3461 2024-11-24 23:07 ./slackware64/xfce/maketag +-rw-r--r-- 1 root root 3461 2024-11-24 23:07 ./slackware64/xfce/maketag.ez -rw-r--r-- 1 root root 423 2024-10-21 18:35 ./slackware64/xfce/mousepad-0.6.3-x86_64-1.txt -rw-r--r-- 1 root root 419004 2024-10-21 18:35 ./slackware64/xfce/mousepad-0.6.3-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-10-21 18:35 ./slackware64/xfce/mousepad-0.6.3-x86_64-1.txz.asc --rw-r--r-- 1 root root 555 2020-12-07 21:31 ./slackware64/xfce/tagfile +-rw-r--r-- 1 root root 576 2024-11-24 23:07 ./slackware64/xfce/tagfile -rw-r--r-- 1 root root 460 2024-07-30 21:31 ./slackware64/xfce/thunar-4.18.11-x86_64-1.txt -rw-r--r-- 1 root root 1455292 2024-07-30 21:31 ./slackware64/xfce/thunar-4.18.11-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-07-30 21:31 ./slackware64/xfce/thunar-4.18.11-x86_64-1.txz.asc @@ -5777,6 +5777,9 @@ drwxr-xr-x 2 root root 12288 2024-11-08 22:20 ./slackware64/xfce -rw-r--r-- 1 root root 829 2024-01-16 20:26 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.8.3-x86_64-1.txt -rw-r--r-- 1 root root 218620 2024-01-16 20:26 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.8.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-16 20:26 ./slackware64/xfce/xfce4-whiskermenu-plugin-2.8.3-x86_64-1.txz.asc +-rw-r--r-- 1 root root 450 2024-11-24 19:23 ./slackware64/xfce/xfce4-xkb-plugin-0.8.3-x86_64-1.txt +-rw-r--r-- 1 root root 438628 2024-11-24 19:23 ./slackware64/xfce/xfce4-xkb-plugin-0.8.3-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-24 19:23 ./slackware64/xfce/xfce4-xkb-plugin-0.8.3-x86_64-1.txz.asc -rw-r--r-- 1 root root 293 2023-11-01 19:47 ./slackware64/xfce/xfconf-4.18.3-x86_64-1.txt -rw-r--r-- 1 root root 189692 2023-11-01 19:47 ./slackware64/xfce/xfconf-4.18.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-11-01 19:47 ./slackware64/xfce/xfconf-4.18.3-x86_64-1.txz.asc @@ -5798,13 +5801,13 @@ drwxr-xr-x 2 root root 4096 2024-11-10 20:41 ./slackware64/y -rw-r--r-- 1 root root 1488844 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz -rw-r--r-- 1 root root 195 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txz.asc -rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile -drwxr-xr-x 18 root root 4096 2024-11-24 02:57 ./source --rw-r--r-- 1 root root 626068 2024-11-24 02:57 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-24 02:57 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 876540 2024-11-24 02:57 ./source/FILE_LIST --rw-r--r-- 1 root root 30676219 2024-11-24 02:57 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2024-11-24 23:14 ./source +-rw-r--r-- 1 root root 626390 2024-11-24 23:14 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-24 23:14 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 877005 2024-11-24 23:14 ./source/FILE_LIST +-rw-r--r-- 1 root root 30675806 2024-11-24 23:14 ./source/MANIFEST.bz2 -rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT -drwxr-xr-x 125 root root 4096 2024-11-17 19:16 ./source/a +drwxr-xr-x 125 root root 4096 2024-11-24 22:54 ./source/a -rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog drwxr-xr-x 2 root root 4096 2022-02-15 18:15 ./source/a/aaa_base -rw-r--r-- 1 root root 11041 2022-02-15 04:49 ./source/a/aaa_base/_aaa_base.tar.gz @@ -6497,7 +6500,7 @@ drwxr-xr-x 2 root root 4096 2023-09-23 18:05 ./source/a/minicom -rwxr-xr-x 1 root root 5460 2024-05-10 21:27 ./source/a/minicom/minicom.SlackBuild -rw-r--r-- 1 root root 570 2004-09-04 21:17 ./source/a/minicom/minicom.users.gz -rw-r--r-- 1 root root 833 2020-07-25 17:50 ./source/a/minicom/slack-desc -drwxr-xr-x 2 root root 4096 2024-11-16 23:08 ./source/a/mkinitrd +drwxr-xr-x 2 root root 4096 2024-11-24 22:34 ./source/a/mkinitrd -rw-r--r-- 1 root root 468 2019-12-15 18:10 ./source/a/mkinitrd/0001-Fix-LUKSTRIM-with-C-T-and-UUID.patch.gz -rw-r--r-- 1 root root 420 2021-07-16 18:07 ./source/a/mkinitrd/0002-bail-if-temp-dir-is-not-created.patch.gz -rw-r--r-- 1 root root 217 2021-10-12 18:52 ./source/a/mkinitrd/0003-blacklist.40-usb_modeswitch.rules.patch.gz @@ -6514,20 +6517,20 @@ drwxr-xr-x 2 root root 4096 2024-11-16 23:08 ./source/a/mkinitrd -rw-r--r-- 1 root root 121 2024-09-26 21:31 ./source/a/mkinitrd/busybox-1.37.0.tar.bz2.sig -rw-r--r-- 1 root root 30200 2024-10-05 20:43 ./source/a/mkinitrd/busybox-dot-config -rw-r--r-- 1 root root 373 2024-07-24 19:01 ./source/a/mkinitrd/doinst.sh --rw-r--r-- 1 root root 2999 2024-11-16 23:10 ./source/a/mkinitrd/geninitrd --rw-r--r-- 1 root root 1295 2024-11-16 22:46 ./source/a/mkinitrd/geninitrd.default --rw-r--r-- 1 root root 12735 2022-04-26 19:12 ./source/a/mkinitrd/init +-rw-r--r-- 1 root root 3383 2024-11-24 22:47 ./source/a/mkinitrd/geninitrd +-rw-r--r-- 1 root root 1655 2024-11-24 21:26 ./source/a/mkinitrd/geninitrd.default +-rw-r--r-- 1 root root 13012 2024-11-24 19:59 ./source/a/mkinitrd/init -rw-r--r-- 1 root root 29903 2009-12-18 05:10 ./source/a/mkinitrd/keymaps.tar.gz --rw-r--r-- 1 root root 28806 2022-04-26 19:13 ./source/a/mkinitrd/mkinitrd +-rw-r--r-- 1 root root 28756 2024-11-24 22:08 ./source/a/mkinitrd/mkinitrd -rw-r--r-- 1 root root 9549 2022-04-26 19:12 ./source/a/mkinitrd/mkinitrd.8 --rwxr-xr-x 1 root root 8205 2024-11-22 20:06 ./source/a/mkinitrd/mkinitrd.SlackBuild +-rwxr-xr-x 1 root root 8205 2024-11-24 19:51 ./source/a/mkinitrd/mkinitrd.SlackBuild -rw-r--r-- 1 root root 7449 2022-04-26 19:12 ./source/a/mkinitrd/mkinitrd.conf.5 -rw-r--r-- 1 root root 529 2017-06-29 16:52 ./source/a/mkinitrd/mkinitrd.conf.sample -rw-r--r-- 1 root root 535 2020-04-26 23:53 ./source/a/mkinitrd/mkinitrd.tempfile.to.mktemp.patch.gz -rw-r--r-- 1 root root 5693 2019-03-03 21:16 ./source/a/mkinitrd/mkinitrd_command_generator.8 -rw-r--r-- 1 root root 29099 2024-11-08 22:01 ./source/a/mkinitrd/mkinitrd_command_generator.sh -rw-r--r-- 1 root root 2663 2024-11-22 20:06 ./source/a/mkinitrd/remove-orphaned-initrds --rw-r--r-- 1 root root 4344 2024-11-08 17:36 ./source/a/mkinitrd/setup.01.mkinitrd +-rw-r--r-- 1 root root 5798 2024-11-24 22:49 ./source/a/mkinitrd/setup.01.mkinitrd -rw-r--r-- 1 root root 983 2018-02-27 06:13 ./source/a/mkinitrd/slack-desc drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/a/mlocate -rw-r--r-- 1 root root 388 2017-03-16 18:04 ./source/a/mlocate/doinst.sh.gz @@ -6831,7 +6834,7 @@ drwxr-xr-x 2 root root 4096 2024-04-05 19:43 ./source/a/sysvinit-scripts/ -rw-r--r-- 1 root root 11022 2024-10-13 18:00 ./source/a/sysvinit-scripts/scripts/rc.6 -rw-r--r-- 1 root root 3303 2021-04-23 18:33 ./source/a/sysvinit-scripts/scripts/rc.K -rw-r--r-- 1 root root 14068 2024-06-28 19:01 ./source/a/sysvinit-scripts/scripts/rc.M --rw-r--r-- 1 root root 19125 2024-08-16 17:42 ./source/a/sysvinit-scripts/scripts/rc.S +-rw-r--r-- 1 root root 19421 2024-11-24 19:57 ./source/a/sysvinit-scripts/scripts/rc.S -rw-r--r-- 1 root root 3424 2023-12-19 21:13 ./source/a/sysvinit-scripts/scripts/rc.cpufreq -rw-r--r-- 1 root root 274 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.local -rw-r--r-- 1 root root 170 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.loop @@ -6839,7 +6842,7 @@ drwxr-xr-x 2 root root 4096 2024-04-05 19:43 ./source/a/sysvinit-scripts/ -rw-r--r-- 1 root root 691 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.modules.local -rw-r--r-- 1 root root 1656 2021-04-23 18:31 ./source/a/sysvinit-scripts/scripts/rc.sysvinit -rw-r--r-- 1 root root 842 2018-02-27 06:13 ./source/a/sysvinit-scripts/slack-desc --rwxr-xr-x 1 root root 2657 2024-10-13 18:00 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +-rwxr-xr-x 1 root root 2657 2024-11-24 19:58 ./source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild -rw-r--r-- 1 root root 668 2015-08-06 22:54 ./source/a/sysvinit/doinst.sh.gz -rw-r--r-- 1 root root 1009 2018-06-21 18:24 ./source/a/sysvinit/slack-desc -rw-r--r-- 1 root root 234838 2024-10-21 18:30 ./source/a/sysvinit/sysvinit-3.11.tar.lz @@ -7619,7 +7622,7 @@ drwxr-xr-x 2 root root 4096 2024-05-12 05:06 ./source/ap/zsh -rwxr-xr-x 1 root root 4423 2024-05-12 05:06 ./source/ap/zsh/zsh.SlackBuild -rw-r--r-- 1 root root 23 2018-09-14 17:50 ./source/ap/zsh/zsh.url -rwxr-xr-x 1 root root 12001 2021-10-08 01:36 ./source/buildlist-from-changelog.sh -drwxr-xr-x 73 root root 4096 2024-11-22 19:31 ./source/d +drwxr-xr-x 73 root root 4096 2024-11-24 19:13 ./source/d drwxr-xr-x 2 root root 4096 2024-11-21 21:52 ./source/d/Cython -rwxr-xr-x 1 root root 3132 2024-11-21 21:52 ./source/d/Cython/Cython.SlackBuild -rw-r--r-- 1 root root 36 2017-09-11 18:25 ./source/d/Cython/Cython.url @@ -10816,9 +10819,9 @@ drwxr-xr-x 2 root root 4096 2024-07-10 18:10 ./source/l/gtk+3 -rwxr-xr-x 1 root root 5213 2023-01-20 19:40 ./source/l/gtk+3/gtk+3.SlackBuild -rw-r--r-- 1 root root 781 2021-04-02 18:03 ./source/l/gtk+3/slack-desc -rw-r--r-- 1 root root 1458 2013-07-12 05:02 ./source/l/gtk+3/update-gtk-immodules-3.0 -drwxr-xr-x 2 root root 4096 2024-11-21 18:50 ./source/l/gtk4 +drwxr-xr-x 2 root root 4096 2024-11-24 18:18 ./source/l/gtk4 -rw-r--r-- 1 root root 421 2021-08-11 19:12 ./source/l/gtk4/doinst.sh.gz --rw-r--r-- 1 root root 18647532 2024-11-20 23:32 ./source/l/gtk4/gtk-4.16.6.tar.xz +-rw-r--r-- 1 root root 18660288 2024-11-24 02:12 ./source/l/gtk4/gtk-4.16.7.tar.xz -rwxr-xr-x 1 root root 5300 2024-08-16 18:30 ./source/l/gtk4/gtk4.SlackBuild -rw-r--r-- 1 root root 70 2024-08-30 19:46 ./source/l/gtk4/gtk4.url -rw-r--r-- 1 root root 767 2021-08-11 19:02 ./source/l/gtk4/slack-desc @@ -11948,10 +11951,10 @@ drwxr-xr-x 2 root root 4096 2024-05-11 06:39 ./source/l/pygtk -rw-r--r-- 1 root root 630 2021-01-15 20:04 ./source/l/pygtk/pygtk-Drop-the-PangoFont-find_shaper-virtual-method.patch.gz -rw-r--r-- 1 root root 805 2017-04-11 19:58 ./source/l/pygtk/pygtk-fix-pango-object-leaks.patch.gz -rwxr-xr-x 1 root root 4213 2024-05-11 06:38 ./source/l/pygtk/pygtk.SlackBuild --rw-r--r-- 1 root root 31 2024-03-02 18:43 ./source/l/pygtk/pygtk.url --rw-r--r-- 1 root root 765 2020-11-09 19:13 ./source/l/pygtk/slack-desc -drwxr-xr-x 2 root root 4096 2024-11-21 23:54 ./source/l/pyparsing --rw-r--r-- 1 root root 766941 2024-03-06 07:25 ./source/l/pyparsing/pyparsing-3.1.2.tar.lz +-rw-r--r-- 1 root root 31 2024-03-02 18:43 ./source/l/pygtk/pygtk.url +-rw-r--r-- 1 root root 765 2020-11-09 19:13 ./source/l/pygtk/slack-desc +drwxr-xr-x 2 root root 4096 2024-11-21 23:54 ./source/l/pyparsing +-rw-r--r-- 1 root root 766941 2024-03-06 07:25 ./source/l/pyparsing/pyparsing-3.1.2.tar.lz -rwxr-xr-x 1 root root 3154 2024-11-21 23:54 ./source/l/pyparsing/pyparsing.SlackBuild -rw-r--r-- 1 root root 39 2018-09-24 19:42 ./source/l/pyparsing/pyparsing.url -rw-r--r-- 1 root root 985 2018-09-24 19:43 ./source/l/pyparsing/slack-desc @@ -12526,9 +12529,9 @@ drwxr-xr-x 2 root root 4096 2024-10-10 17:40 ./source/l/vid.stab -rw-r--r-- 1 root root 63932 2022-05-30 15:49 ./source/l/vid.stab/vid.stab-1.1.1.tar.lz -rwxr-xr-- 1 root root 4147 2024-10-10 17:40 ./source/l/vid.stab/vid.stab.SlackBuild -rw-r--r-- 1 root root 41 2023-10-28 21:09 ./source/l/vid.stab/vid.stab.url -drwxr-xr-x 2 root root 4096 2024-10-27 23:59 ./source/l/vte +drwxr-xr-x 2 root root 4096 2024-11-24 19:16 ./source/l/vte -rw-r--r-- 1 root root 706 2018-02-27 06:12 ./source/l/vte/slack-desc --rw-r--r-- 1 root root 565764 2024-10-19 19:25 ./source/l/vte/vte-0.78.1.tar.lz +-rw-r--r-- 1 root root 1040104 2024-11-24 14:06 ./source/l/vte/vte-0.78.2.tar.xz -rwxr-xr-x 1 root root 4462 2024-10-27 23:59 ./source/l/vte/vte.SlackBuild -rw-r--r-- 1 root root 105 2024-10-21 18:43 ./source/l/vte/vte.url drwxr-xr-x 2 root root 4096 2024-03-01 19:00 ./source/l/wavpack @@ -13638,10 +13641,10 @@ drwxr-xr-x 2 root root 4096 2024-10-28 17:56 ./source/n/tin -rw-r--r-- 1 root root 286 2023-12-23 23:40 ./source/n/tin/tin-2.6.3.tar.xz.sign -rwxr-xr-x 1 root root 3653 2024-10-28 17:56 ./source/n/tin/tin.SlackBuild -rw-r--r-- 1 root root 40 2019-07-22 18:02 ./source/n/tin/tin.url -drwxr-xr-x 2 root root 4096 2023-12-18 19:01 ./source/n/traceroute +drwxr-xr-x 2 root root 4096 2024-11-24 19:15 ./source/n/traceroute -rw-r--r-- 1 root root 1008 2018-02-27 06:13 ./source/n/traceroute/slack-desc --rw-r--r-- 1 root root 59584 2023-12-17 23:43 ./source/n/traceroute/traceroute-2.1.5.tar.xz --rwxr-xr-x 1 root root 3307 2023-01-05 20:03 ./source/n/traceroute/traceroute.SlackBuild +-rw-r--r-- 1 root root 59371 2024-09-13 21:52 ./source/n/traceroute/traceroute-2.1.6.tar.lz +-rwxr-xr-x 1 root root 3306 2024-11-24 19:15 ./source/n/traceroute/traceroute.SlackBuild -rw-r--r-- 1 root root 51 2023-12-18 19:01 ./source/n/traceroute/traceroute.url drwxr-xr-x 2 root root 4096 2022-11-03 18:36 ./source/n/ulogd -rw-r--r-- 1 root root 343 2012-09-08 06:31 ./source/n/ulogd/doinst.sh.gz @@ -15283,8 +15286,8 @@ drwxr-xr-x 2 root root 4096 2024-03-03 19:29 ./source/x/x11/src/font -rw-r--r-- 1 root root 235908 2023-02-28 00:02 ./source/x/x11/src/font/font-cronyx-cyrillic-1.0.4.tar.xz -rw-r--r-- 1 root root 97384 2023-02-28 00:05 ./source/x/x11/src/font/font-cursor-misc-1.0.4.tar.xz -rw-r--r-- 1 root root 493896 2023-02-28 00:11 ./source/x/x11/src/font/font-daewoo-misc-1.0.4.tar.xz --rw-r--r-- 1 root root 95284 2023-02-28 00:13 ./source/x/x11/src/font/font-dec-misc-1.0.4.tar.xz --rw-r--r-- 1 root root 378468 2023-02-28 00:23 ./source/x/x11/src/font/font-ibm-type1-1.0.4.tar.xz +-rw-r--r-- 1 root root 95284 2023-02-28 00:13 ./source/x/x11/src/font/font-dec-misc-1.0.4.tar.xz +-rw-r--r-- 1 root root 378468 2023-02-28 00:23 ./source/x/x11/src/font/font-ibm-type1-1.0.4.tar.xz -rw-r--r-- 1 root root 712068 2023-02-28 00:27 ./source/x/x11/src/font/font-isas-misc-1.0.4.tar.xz -rw-r--r-- 1 root root 514704 2023-02-28 00:32 ./source/x/x11/src/font/font-jis-misc-1.0.4.tar.xz -rw-r--r-- 1 root root 94544 2023-02-28 00:36 ./source/x/x11/src/font/font-micro-misc-1.0.4.tar.xz @@ -15864,7 +15867,7 @@ drwxr-xr-x 2 root root 4096 2024-05-25 17:29 ./source/xap/xsnow -rw-r--r-- 1 root root 627930 2024-03-28 10:12 ./source/xap/xsnow/xsnow-3.7.9.tar.lz -rwxr-xr-x 1 root root 4097 2024-05-25 17:29 ./source/xap/xsnow/xsnow.SlackBuild -rw-r--r-- 1 root root 109 2022-01-16 20:35 ./source/xap/xsnow/xsnow.url -drwxr-xr-x 32 root root 4096 2022-01-06 20:35 ./source/xfce +drwxr-xr-x 33 root root 4096 2024-11-24 19:22 ./source/xfce -rw-r--r-- 1 root root 111 2022-02-07 20:58 ./source/xfce/FTBFSlog drwxr-xr-x 2 root root 4096 2021-10-01 03:27 ./source/xfce/Greybird -rw-r--r-- 1 root root 182942 2021-09-25 10:17 ./source/xfce/Greybird/Greybird-3.22.15.tar.lz @@ -16019,6 +16022,11 @@ drwxr-xr-x 2 root root 4096 2024-01-16 20:25 ./source/xfce/xfce4-whiskerme -rw-r--r-- 1 root root 176053 2024-01-16 16:17 ./source/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.3.tar.lz -rwxr-xr-x 1 root root 4082 2023-08-29 18:34 ./source/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild -rw-r--r-- 1 root root 69 2018-11-20 06:26 ./source/xfce/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.url +drwxr-xr-x 2 root root 4096 2024-11-24 19:22 ./source/xfce/xfce4-xkb-plugin +-rw-r--r-- 1 root root 946 2024-11-24 19:22 ./source/xfce/xfce4-xkb-plugin/slack-desc +-rw-r--r-- 1 root root 708087 2022-07-14 06:59 ./source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.3.tar.lz +-rwxr-xr-x 1 root root 4266 2024-11-24 19:21 ./source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild +-rw-r--r-- 1 root root 60 2024-11-24 19:19 ./source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.url drwxr-xr-x 2 root root 4096 2023-11-01 19:46 ./source/xfce/xfconf -rw-r--r-- 1 root root 747 2018-02-27 06:13 ./source/xfce/xfconf/slack-desc -rw-r--r-- 1 root root 517424 2023-10-31 18:45 ./source/xfce/xfconf/xfconf-4.18.3.tar.lz diff --git a/slackware64/xfce/maketag b/slackware64/xfce/maketag index 396afae39..e19daae54 100644 --- a/slackware64/xfce/maketag +++ b/slackware64/xfce/maketag @@ -38,6 +38,7 @@ Press ENTER when you are done." \ "xfce4-terminal" "Xfce's Terminal Emulator" "on" \ "xfce4-weather-plugin" "weather plugin for the Xfce panel" "on" \ "xfce4-whiskermenu-plugin" "alternate application launcher for Xfce" "on" \ +"xfce4-xkb-plugin" "xkb plugin for the Xfce panel" "on" \ "xfconf" "Xfce configuration storage system" "on" \ "xfdesktop" "Xfce desktop manager" "on" \ "xfwm4" "Xfce Window Manager" "on" \ @@ -46,7 +47,7 @@ if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-panel-profiles xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screensaver xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfce4-whiskermenu-plugin xfconf xfdesktop xfwm4 \ +Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-panel-profiles xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screensaver xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfce4-whiskermenu-plugin xfce4-xkb-plugin xfconf xfdesktop xfwm4 \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -54,7 +55,7 @@ Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thun fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-panel-profiles xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screensaver xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfce4-whiskermenu-plugin xfconf xfdesktop xfwm4 \ +Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-panel-profiles xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screensaver xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfce4-whiskermenu-plugin xfce4-xkb-plugin xfconf xfdesktop xfwm4 \ ; do if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag diff --git a/slackware64/xfce/maketag.ez b/slackware64/xfce/maketag.ez index 396afae39..e19daae54 100644 --- a/slackware64/xfce/maketag.ez +++ b/slackware64/xfce/maketag.ez @@ -38,6 +38,7 @@ Press ENTER when you are done." \ "xfce4-terminal" "Xfce's Terminal Emulator" "on" \ "xfce4-weather-plugin" "weather plugin for the Xfce panel" "on" \ "xfce4-whiskermenu-plugin" "alternate application launcher for Xfce" "on" \ +"xfce4-xkb-plugin" "xkb plugin for the Xfce panel" "on" \ "xfconf" "Xfce configuration storage system" "on" \ "xfdesktop" "Xfce desktop manager" "on" \ "xfwm4" "Xfce Window Manager" "on" \ @@ -46,7 +47,7 @@ if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-panel-profiles xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screensaver xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfce4-whiskermenu-plugin xfconf xfdesktop xfwm4 \ +Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-panel-profiles xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screensaver xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfce4-whiskermenu-plugin xfce4-xkb-plugin xfconf xfdesktop xfwm4 \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -54,7 +55,7 @@ Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thun fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-panel-profiles xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screensaver xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfce4-whiskermenu-plugin xfconf xfdesktop xfwm4 \ +Greybird elementary-xfce exo garcon libxfce4ui libxfce4util mousepad thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-panel-profiles xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screensaver xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfce4-whiskermenu-plugin xfce4-xkb-plugin xfconf xfdesktop xfwm4 \ ; do if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag diff --git a/slackware64/xfce/tagfile b/slackware64/xfce/tagfile index fe7680a45..0134bea9b 100644 --- a/slackware64/xfce/tagfile +++ b/slackware64/xfce/tagfile @@ -25,6 +25,7 @@ xfce4-taskmanager:REC xfce4-terminal:REC xfce4-weather-plugin:REC xfce4-whiskermenu-plugin:REC +xfce4-xkb-plugin:REC xfconf:REC xfdesktop:REC xfwm4:REC diff --git a/source/a/mkinitrd/geninitrd b/source/a/mkinitrd/geninitrd index 22857d0d5..f53cf4acb 100644 --- a/source/a/mkinitrd/geninitrd +++ b/source/a/mkinitrd/geninitrd @@ -28,8 +28,7 @@ # which might still be needed by some old setups. # To generate an initrd automatically, just run "geninitrd". -# If KERNEL_SYMLINK is defined and points to a kernel, we'll use that. -# Otherwise, if KERNEL is defined and points to a kernel, we'll use that. +# if KERNEL is defined and points to a kernel, we'll use that. # Otherwise, if $1 is defined and points to a kernel, we'll use that. # Example: geninitrd /boot/vmlinuz-6.11.6 # If none of these are true, we'll use the newest kernel we find in /boot. @@ -40,24 +39,39 @@ cd $(dirname $0)/../.. -# If we don't have $KERNEL or $KERNEL_SYMLINK, maybe we got the kernel as $1: -if [ -z "$KERNEL" -a -z "$KERNEL_SYMLINK" ]; then - export KERNEL=$1 +# Load default options: +if [ -r etc/default/geninitrd ]; then + . etc/default/geninitrd +fi + +# If a kernel was provided on the command line, this always overrides any +# previous choice: +if [ ! -z "$1" ]; then + export KERNEL_OVERRIDE=$1 fi # In case you cannot make this script do exactly what you require, you're -# welcome to create /usr/local/sbin/geninitrd or /opt/sbin/geninitrd and it -# will be run instead of the usual setup script: -if [ -x usr/local/sbin/geninitrd ]; then - chroot . /usr/local/sbin/geninitrd $* -elif [ -x opt/sbin/geninitrd ]; then - chroot . /opt/sbin/geninitrd $* +# welcome to create your own script to be run instead. Define this in +# /etc/default/geninitrd (GENINITRD_OVERRIDE_SCRIPT). +if [ ! -z $GENINITRD_OVERRIDE_SCRIPT ]; then + # If this is an absolute pathname, make it relative to /: + RELATIVE_OVERRIDE_SCRIPT=$GENINITRD_OVERRIDE_SCRIPT + if [ "$(echo $RELATIVE_OVERRIDE_SCRIPT | cut -b 1)" = "/" ]; then + RELATIVE_OVERRIDE_SCRIPT="$(echo $RELATIVE_OVERRIDE_SCRIPT | cut -b 2-)" + fi +fi +if [ -x "$RELATIVE_OVERRIDE_SCRIPT" ]; then + chroot . $GENINITRD_OVERRIDE_SCRIPT else # we will run the default handler from the setup scripts: - chroot . /var/lib/pkgtools/setup/setup.01.mkinitrd $* + chroot . /var/lib/pkgtools/setup/setup.01.mkinitrd fi # If enabled in /etc/default/geninitrd, remove any orphaned initrds # after generating the initrd: if grep -wq "^AUTO_REMOVE_ORPHANED_INITRDS=true$" etc/default/geninitrd ; then - chroot . /usr/sbin/remove-orphaned-initrds + if [ "$GENINITRD_COMMAND_OUTPUT" = "true" ]; then + chroot . /usr/sbin/remove-orphaned-initrds + else + chroot . /usr/sbin/remove-orphaned-initrds 1> /dev/null 2> /dev/null + fi fi diff --git a/source/a/mkinitrd/geninitrd.default b/source/a/mkinitrd/geninitrd.default index b6ffd1a2c..539dbd812 100644 --- a/source/a/mkinitrd/geninitrd.default +++ b/source/a/mkinitrd/geninitrd.default @@ -1,9 +1,13 @@ -# Default options for generating the initrd: +# Default options for /usr/sbin/geninitrd: + +# Would you rather run a custom script instead of /usr/sbin/geninitrd? +# If so, set it below and it will be used instead: +#GENINITRD_OVERRIDE_SCRIPT=/usr/local/sbin/geninitrd-custom # This variable defines the kernel that the initrd should be made for. # If it is not defined, then we use $1 that was given to geninitrd. # As a last resort, we'll use the newest kernel we find in /boot. -#KERNEL=/boot/vmlinuz-generic +KERNEL=/boot/vmlinuz-generic # In addition to the initrd with a name like initrd-6.11.6.img, # should we make a compatibility symlink such as initrd-generic.img? @@ -31,3 +35,9 @@ AUTOGENERATE_INITRD=true # Should we automatically remove "orphaned" initrds, i.e. any initrd that # does not have a matching kernel version in /boot? AUTO_REMOVE_ORPHANED_INITRDS=true + +# Should we display the dialog splash screen? +GENINITRD_DIALOG=false + +# Should we display the output from the generator and remove-orphaned-initrds? +GENINITRD_COMMAND_OUTPUT=true diff --git a/source/a/mkinitrd/init b/source/a/mkinitrd/init index 2969c2272..d79db2c4b 100644 --- a/source/a/mkinitrd/init +++ b/source/a/mkinitrd/init @@ -89,7 +89,13 @@ PATH="/sbin:/bin:/usr/sbin:/usr/bin" # Mount /proc and /sys: mount -n proc /proc -t proc mount -n sysfs /sys -t sysfs -mount -n tmpfs /run -t tmpfs -o mode=0755,size=32M,nodev,nosuid,noexec + +# Other Linux systems seem to cap the size of /run to half the system memory. +# We'll go with 25% which should be much larger than the previous default of +# 32M :-) +RUNSIZE="$(expr $(grep MemTotal: /proc/meminfo | rev | cut -f 2 -d ' ' | rev) / 1024 / 4)M" +mount -n tmpfs /run -t tmpfs -o mode=0755,size=$RUNSIZE,nodev,nosuid,noexec +unset RUNSIZE if grep devtmpfs /proc/filesystems 1>/dev/null 2>/dev/null ; then DEVTMPFS=1 diff --git a/source/a/mkinitrd/mkinitrd b/source/a/mkinitrd/mkinitrd index 75d7ced66..685bf79ba 100644 --- a/source/a/mkinitrd/mkinitrd +++ b/source/a/mkinitrd/mkinitrd @@ -220,7 +220,6 @@ build_initrd_image() { mv ${OUTPUT_IMAGE}.2 ${OUTPUT_IMAGE} fi echo "$OUTPUT_IMAGE created." - echo "Be sure to run lilo again if you use it." } badconf_file() { diff --git a/source/a/mkinitrd/mkinitrd.SlackBuild b/source/a/mkinitrd/mkinitrd.SlackBuild index 510898548..d7999861d 100755 --- a/source/a/mkinitrd/mkinitrd.SlackBuild +++ b/source/a/mkinitrd/mkinitrd.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mkinitrd VERSION=${VERSION:-1.4.11} BB=1.37.0 -BUILD=${BUILD:-48} +BUILD=${BUILD:-49} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/mkinitrd/setup.01.mkinitrd b/source/a/mkinitrd/setup.01.mkinitrd index 79769232d..4a9985dc1 100644 --- a/source/a/mkinitrd/setup.01.mkinitrd +++ b/source/a/mkinitrd/setup.01.mkinitrd @@ -1,23 +1,48 @@ #!/bin/sh #BLURB="Generate an initrd for the kernel" -# If KERNEL_SYMLINK is defined and points to a kernel, we'll use that. -# Otherwise, if KERNEL is defined and points to a kernel, we'll use that. -# If none of these are true, we'll use the newest kernel we find in /boot. +# If KERNEL is defined and points to a kernel, we'll use that. +# Otherwise we'll use the newest kernel we find in /boot. # Load defaults: if [ -r etc/default/geninitrd ]; then . etc/default/geninitrd fi +# Populate any unset options (when not called from the installer): +if [ -z "$INSIDE_INSTALLER" ]; then + KERNEL=${KERNEL:-/boot/vmlinuz-generic} + GENINITRD_NAMED_SYMLINK=${GENINITRD_NAMED_SYMLINK:-true} + GENINITRD_INITRD_GZ_SYMLINK=${GENINITRD_INITRD_GZ_SYMLINK:-true} + GENERATOR=${GENERATOR:-mkinitrd} + DRACUT_OPTS=${DRACUT_OPTS:-"--force --hostonly"} + AUTOGENERATE_INITRD=${AUTOGENERATE_INITRD:-true} + AUTO_REMOVE_ORPHANED_INITRDS=${AUTO_REMOVE_ORPHANED_INITRDS:-true} + GENINITRD_DIALOG=${GENINITRD_DIALOG:-false} + GENINITRD_COMMAND_OUTPUT=${GENINITRD_COMMAND_OUTPUT:-true} +else # these are the defaults when called from the installer: + KERNEL=/boot/vmlinuz-generic + GENINITRD_NAMED_SYMLINK=true + GENINITRD_INITRD_GZ_SYMLINK=true + GENERATOR=mkinitrd + DRACUT_OPTS="--force --hostonly" + AUTOGENERATE_INITRD=true + AUTO_REMOVE_ORPHANED_INITRDS=true + GENINITRD_DIALOG=true + GENINITRD_COMMAND_OUTPUT=false +fi + +# If a kernel was provided to geninitrd on the command line, this always +# overrides any previous choice: +if [ ! -z "$KERNEL_OVERRIDE" ]; then + KERNEL=$KERNEL_OVERRIDE +fi + # If this is disabled, exit: if [ "$KERNEL_DOINST" = "true" -a "$AUTOGENERATE_INITRD" = "false" ]; then exit 0 fi -# This was the old name for $KERNEL, so allow it still: -KERNEL=$KERNEL_SYMLINK - if [ -z "$KERNEL" ]; then # If we weren't told anything else, then use the newest kernel: KERNEL="$(find /boot -name "vmlinuz-*" -type f | xargs ls -t | head -n 1)" @@ -51,9 +76,6 @@ LVM_OPTION="-L" # Ditto on RAID: RAID_OPTION="-R" -# This could be set to dracut in /etc/default/geninitrd: -GENERATOR=${GENERATOR:-mkinitrd} - # If we asked for mkinitrd, but do not have /etc/mkinitrd.conf, then fall # back on mkinitrd_command_generator.sh instead: if [ "$GENERATOR" = "mkinitrd" -a ! -r etc/mkinitrd.conf ]; then @@ -73,7 +95,7 @@ elif [ "$GENERATOR" = "dracut" -a ! -x /usr/bin/dracut ]; then fi # Generate the initrd: -if [ -z "$GENINITRD_SILENT" ]; then +if [ "$GENINITRD_DIALOG" = "true" ]; then dialog --title "GENERATING INITIAL RAMDISK" --infobox \ "Generating an initial ramdisk for use with the $KERNEL_VERSION kernel (using $GENERATOR). \ The initial ramdisk contains kernel modules needed to mount the \ @@ -81,17 +103,29 @@ root partition, and must be regenerated whenever the kernel is updated. To \ regenerate the initrd, select this setup script from within pkgtool, or run \ 'geninitrd' which will produce an initial ramdisk \ (/boot/initrd-${KERNEL_VERSION}.img) for the installed kernel." 0 0 +elif [ "$GENINITRD_COMMAND_OUTPUT" = "true" ]; then + echo "Generating /boot/initrd-${KERNEL_VERSION}.img for use with" + echo "the $KERNEL_VERSION kernel (using $GENERATOR):" fi + if [ "$GENERATOR" = "mkinitrd_command_generator.sh" ]; then - chroot . /usr/share/mkinitrd/mkinitrd_command_generator.sh -k $KERNEL_VERSION -a "$LVM_OPTION $RAID_OPTION -o /boot/initrd-${KERNEL_VERSION}.img" | chroot . bash 1> /dev/null 2> /dev/null -elif [ "$GENERATOR" = "mkinitrd" ]; then - chroot . /sbin/mkinitrd -F /etc/mkinitrd.conf -k $KERNEL_VERSION -o /boot/initrd-${KERNEL_VERSION}.img 1> /dev/null 2> /dev/null -elif [ "$GENERATOR" = "dracut" ]; then - # If no options were set, set basic ones: - if [ -z "$DRACUT_OPTS" ]; then - DRACUT_OPTS="--force --hostonly" + if [ "$GENINITRD_COMMAND_OUTPUT" = "true" ]; then + chroot . /usr/share/mkinitrd/mkinitrd_command_generator.sh -k $KERNEL_VERSION -a "$LVM_OPTION $RAID_OPTION -o /boot/initrd-${KERNEL_VERSION}.img" | chroot . bash + else + chroot . /usr/share/mkinitrd/mkinitrd_command_generator.sh -k $KERNEL_VERSION -a "$LVM_OPTION $RAID_OPTION -o /boot/initrd-${KERNEL_VERSION}.img" | chroot . bash 1> /dev/null 2> /dev/null + fi +elif [ "$GENERATOR" = "mkinitrd" ]; then + if [ "$GENINITRD_COMMAND_OUTPUT" = "true" ]; then + chroot . /sbin/mkinitrd -F /etc/mkinitrd.conf -k $KERNEL_VERSION -o /boot/initrd-${KERNEL_VERSION}.img + else + chroot . /sbin/mkinitrd -F /etc/mkinitrd.conf -k $KERNEL_VERSION -o /boot/initrd-${KERNEL_VERSION}.img 1> /dev/null 2> /dev/null + fi +elif [ "$GENERATOR" = "dracut" ]; then + if [ "$GENINITRD_COMMAND_OUTPUT" = "true" ]; then + chroot . /usr/bin/dracut $DRACUT_OPTS /boot/initrd-${KERNEL_VERSION}.img $KERNEL_VERSION + else + chroot . /usr/bin/dracut $DRACUT_OPTS /boot/initrd-${KERNEL_VERSION}.img $KERNEL_VERSION 1> /dev/null 2> /dev/null fi - chroot . /usr/bin/dracut $DRACUT_OPTS /boot/initrd-${KERNEL_VERSION}.img $KERNEL_VERSION 1> /dev/null 2> /dev/null else echo "error: no handler for GENERATOR=$GENERATOR" echo "Unable to generate /boot/initrd-${KERNEL_VERSION}.img." diff --git a/source/a/sysvinit-scripts/scripts/rc.S b/source/a/sysvinit-scripts/scripts/rc.S index 42e503aa4..500a5886b 100644 --- a/source/a/sysvinit-scripts/scripts/rc.S +++ b/source/a/sysvinit-scripts/scripts/rc.S @@ -53,7 +53,12 @@ fi # initrd has already done so): if [ -d /run -a -z "$container" ]; then if ! grep -wq "tmpfs /run tmpfs" /proc/mounts ; then - /sbin/mount -v -t tmpfs tmpfs /run -o mode=0755,size=32M,nodev,nosuid,noexec + # Other Linux systems seem to cap the size of /run to half the system memory. + # We'll go with 25% which should be much larger than the previous default of + # 32M :-) + RUNSIZE="$(expr $(grep MemTotal: /proc/meminfo | rev | cut -f 2 -d ' ' | rev) / 1024 / 4)M" + /sbin/mount -v -t tmpfs tmpfs /run -o mode=0755,size=$RUNSIZE,nodev,nosuid,noexec + unset RUNSIZE fi fi diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild index 140fe593e..43f9aa5e7 100755 --- a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +++ b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sysvinit-scripts VERSION=${VERSION:-15.1} ARCH=noarch -BUILD=${BUILD:-22} +BUILD=${BUILD:-23} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information diff --git a/source/n/traceroute/traceroute.SlackBuild b/source/n/traceroute/traceroute.SlackBuild index 83d7c0e6f..b1c082a1e 100755 --- a/source/n/traceroute/traceroute.SlackBuild +++ b/source/n/traceroute/traceroute.SlackBuild @@ -29,7 +29,7 @@ BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i586 ;; + i?86) export ARCH=i686 ;; arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; @@ -97,4 +97,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc # Build the package: cd $PKG /sbin/makepkg -l y -c n $TMP/traceroute-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/xfce/xfce4-xkb-plugin/slack-desc b/source/xfce/xfce4-xkb-plugin/slack-desc new file mode 100644 index 000000000..1693413a5 --- /dev/null +++ b/source/xfce/xfce4-xkb-plugin/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +xfce4-xkb-plugin: xfce4-xkb-plugin (xkb plugin for the Xfce panel) +xfce4-xkb-plugin: +xfce4-xkb-plugin: The xkb plugin can be used to show the current keyboard layout and/or +xfce4-xkb-plugin: to select a layout from those defined in the /etc/X11/xorg.conf file. +xfce4-xkb-plugin: +xfce4-xkb-plugin: Homepage: https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin +xfce4-xkb-plugin: +xfce4-xkb-plugin: +xfce4-xkb-plugin: +xfce4-xkb-plugin: +xfce4-xkb-plugin: diff --git a/source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild b/source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild new file mode 100755 index 000000000..6838ec34e --- /dev/null +++ b/source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild @@ -0,0 +1,135 @@ +#!/bin/bash + +# Copyright 2006-2021 Robby Workman, Tuscaloosa, Alabama, USA +# Copyright 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +cd $(dirname $0) ; CWD=$(pwd) + +PKGNAM=xfce4-xkb-plugin +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$(uname -m)" in + i?86) ARCH=i686 ;; + arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) ARCH=$(uname -m) ;; + esac + export ARCH +fi + +# If the variable PRINT_PACKAGE_NAME is set, then this script will report what +# the name of the created package would be, and then exit. This information +# could be useful to other scripts. +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + exit 0 +fi + +NUMJOBS=${NUMJOBS:-" -j $(expr $(nproc) + 1) "} + +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" + LIBDIRSUFFIX="64" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +fi + +TMP=${TMP:-/tmp} +PKG=$TMP/package-$PKGNAM + +rm -rf $PKG +mkdir -p $TMP $PKG + +cd $TMP +rm -rf $PKGNAM-$VERSION +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 +cd $PKGNAM-$VERSION || exit 1 + +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \+ -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \+ + +# Configure, build, and install: +if [ ! -r configure ]; then + if [ -x ./autogen.sh ]; then + NOCONFIGURE=1 ./autogen.sh + else + autoreconf -vif + fi +fi +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc/xfce \ + --localstatedir=/var \ + --docdir=/usr/doc/$PKGNAM-$VERSION \ + --mandir=/usr/man \ + --enable-shared=yes \ + --enable-static=no \ + --enable-debug=no \ + --build=$ARCH-slackware-linux || exit 1 +make $NUMJOBS || make || exit 1 +make install DESTDIR=$PKG || exit 1 + +# Don't ship .la files: +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + +# Strip binaries: +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + +# Compress manual pages: +find $PKG/usr/man -type f -exec gzip -9 {} \+ +for i in $( find $PKG/usr/man -type l ) ; do + ln -s $( readlink $i ).gz $i.gz + rm $i +done + +# Add a documentation directory: +mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION +cp -a \ + AUTHORS* COPYING* ChangeLog INSTALL* NEWS* README* \ + $PKG/usr/doc/${PKGNAM}-$VERSION + +# If there's a ChangeLog, installing at least part of the recent history +# is useful, but don't let it get totally out of control: +if [ -r ChangeLog ]; then + DOCSDIR=$(echo $PKG/usr/doc/${PKGNAM}-$VERSION) + cat ChangeLog | head -n 1000 > $DOCSDIR/ChangeLog + touch -r ChangeLog $DOCSDIR/ChangeLog +fi + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz diff --git a/source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.url b/source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.url new file mode 100644 index 000000000..833f64401 --- /dev/null +++ b/source/xfce/xfce4-xkb-plugin/xfce4-xkb-plugin.url @@ -0,0 +1 @@ +https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin