From 8d25718f1e82aaef687fd2894a2592c20723071d Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 28 Nov 2024 21:47:57 +0000 Subject: [PATCH] Thu Nov 28 21:47:57 UTC 2024 Happy Thanksgiving to everyone celebrating, and happy Thursday to everyone else. I've been looking at this new fontconfig (and have run into some of the terrible looking pages I remembered from previous attempts to upgrade). The solution is certainly *not* to disable bitmap fonts. I need those in my terminal emulator, and have never seen a vector font that looks correct. What I've done this time is make the defaults for fontconfig sane and user configurable, and then converted the two bitmap fonts that are causing the problems to OTB format and changing the family name from "name" to "name (OTB)" which prevents them from being picked up by default. Hope this looks better! Cheers! :-) a/file-5.46-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-52.txz: Rebuilt. geninitrd: since we're sourcing /etc/default/geninitrd, we might as well test the AUTO_REMOVE_ORPHANED_INITRDS variable directly instead of grepping for it in the defaults file. Thanks to Mechanikx. a/pkgtools-15.1-noarch-18.txz: Rebuilt. make-kernel-backup: account for "file" changing 80386 to i386. l/libqalculate-5.4.0.1-x86_64-1.txz: Upgraded. l/openal-soft-1.24.1-x86_64-1.txz: Upgraded. l/pipewire-1.2.7-x86_64-1.txz: Upgraded. x/font-adobe-100dpi-1.0.4-noarch-2.txz: Rebuilt. Install these fonts as OTB rather than PCF. x/font-adobe-75dpi-1.0.4-noarch-2.txz: Rebuilt. Install these fonts as OTB rather than PCF. x/fontconfig-2.15.0-x86_64-3.txz: Rebuilt. Let's not link any hinting, subpixel, or lcdfilter conf files by default. That way the user can choose what to link (if anything) without future fontconfig updates stomping on those choices. x/mesa-24.2.8-x86_64-1.txz: Upgraded. --- ChangeLog.rss | 43 ++++- ChangeLog.txt | 31 ++++ FILELIST.TXT | 164 +++++++++--------- source/a/file/file.SlackBuild | 11 +- source/a/mkinitrd/geninitrd | 2 +- source/a/mkinitrd/mkinitrd.SlackBuild | 2 +- source/a/pkgtools/pkgtools.SlackBuild | 2 +- source/a/pkgtools/scripts/make-kernel-backup | 2 +- source/d/rust/rust.SlackBuild | 2 +- source/l/pipewire/pipewire.url | 2 +- source/l/qt6/qt6.SlackBuild | 2 +- source/x/fontconfig/fontconfig.SlackBuild | 15 +- source/x/x11/build/font-adobe-100dpi | 2 +- source/x/x11/build/font-adobe-75dpi | 2 +- source/x/x11/make/font-adobe-100dpi | 11 ++ source/x/x11/make/font-adobe-75dpi | 11 ++ source/x/x11/slack-desc/font-adobe-100dpi | 2 +- source/x/x11/slack-desc/font-adobe-75dpi | 2 +- .../mozilla-firefox.SlackBuild | 2 +- .../mozilla-thunderbird.SlackBuild | 2 +- source/xap/seamonkey/seamonkey.SlackBuild | 2 +- 21 files changed, 206 insertions(+), 108 deletions(-) create mode 100644 source/x/x11/make/font-adobe-100dpi create mode 100644 source/x/x11/make/font-adobe-75dpi diff --git a/ChangeLog.rss b/ChangeLog.rss index 50b6907cd..437cfcf4f 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,48 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Thu, 28 Nov 2024 04:21:57 GMT - Thu, 28 Nov 2024 04:58:09 GMT + Thu, 28 Nov 2024 21:47:57 GMT + Thu, 28 Nov 2024 22:35:06 GMT maintain_current_git.sh v 1.17 + + Thu, 28 Nov 2024 21:47:57 GMT + Thu, 28 Nov 2024 21:47:57 GMT + https://git.slackware.nl/current/tag/?h=20241128214757 + 20241128214757 + + +Happy Thanksgiving to everyone celebrating, and happy Thursday to everyone +else. I've been looking at this new fontconfig (and have run into some of the +terrible looking pages I remembered from previous attempts to upgrade). The +solution is certainly *not* to disable bitmap fonts. I need those in my +terminal emulator, and have never seen a vector font that looks correct. What +I've done this time is make the defaults for fontconfig sane and user +configurable, and then converted the two bitmap fonts that are causing the +problems to OTB format and changing the family name from "name" to "name (OTB)" +which prevents them from being picked up by default. +Hope this looks better! Cheers! :-) +a/file-5.46-x86_64-1.txz: Upgraded. +a/mkinitrd-1.4.11-x86_64-52.txz: Rebuilt. + geninitrd: since we're sourcing /etc/default/geninitrd, we might as well test + the AUTO_REMOVE_ORPHANED_INITRDS variable directly instead of grepping for it + in the defaults file. Thanks to Mechanikx. +a/pkgtools-15.1-noarch-18.txz: Rebuilt. + make-kernel-backup: account for "file" changing 80386 to i386. +l/libqalculate-5.4.0.1-x86_64-1.txz: Upgraded. +l/openal-soft-1.24.1-x86_64-1.txz: Upgraded. +l/pipewire-1.2.7-x86_64-1.txz: Upgraded. +x/font-adobe-100dpi-1.0.4-noarch-2.txz: Rebuilt. + Install these fonts as OTB rather than PCF. +x/font-adobe-75dpi-1.0.4-noarch-2.txz: Rebuilt. + Install these fonts as OTB rather than PCF. +x/fontconfig-2.15.0-x86_64-3.txz: Rebuilt. + Let's not link any hinting, subpixel, or lcdfilter conf files by default. + That way the user can choose what to link (if anything) without future + fontconfig updates stomping on those choices. +x/mesa-24.2.8-x86_64-1.txz: Upgraded. + ]]> + + Thu, 28 Nov 2024 04:21:57 GMT Thu, 28 Nov 2024 04:21:57 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index ed85c5247..4f1954005 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,34 @@ +Thu Nov 28 21:47:57 UTC 2024 +Happy Thanksgiving to everyone celebrating, and happy Thursday to everyone +else. I've been looking at this new fontconfig (and have run into some of the +terrible looking pages I remembered from previous attempts to upgrade). The +solution is certainly *not* to disable bitmap fonts. I need those in my +terminal emulator, and have never seen a vector font that looks correct. What +I've done this time is make the defaults for fontconfig sane and user +configurable, and then converted the two bitmap fonts that are causing the +problems to OTB format and changing the family name from "name" to "name (OTB)" +which prevents them from being picked up by default. +Hope this looks better! Cheers! :-) +a/file-5.46-x86_64-1.txz: Upgraded. +a/mkinitrd-1.4.11-x86_64-52.txz: Rebuilt. + geninitrd: since we're sourcing /etc/default/geninitrd, we might as well test + the AUTO_REMOVE_ORPHANED_INITRDS variable directly instead of grepping for it + in the defaults file. Thanks to Mechanikx. +a/pkgtools-15.1-noarch-18.txz: Rebuilt. + make-kernel-backup: account for "file" changing 80386 to i386. +l/libqalculate-5.4.0.1-x86_64-1.txz: Upgraded. +l/openal-soft-1.24.1-x86_64-1.txz: Upgraded. +l/pipewire-1.2.7-x86_64-1.txz: Upgraded. +x/font-adobe-100dpi-1.0.4-noarch-2.txz: Rebuilt. + Install these fonts as OTB rather than PCF. +x/font-adobe-75dpi-1.0.4-noarch-2.txz: Rebuilt. + Install these fonts as OTB rather than PCF. +x/fontconfig-2.15.0-x86_64-3.txz: Rebuilt. + Let's not link any hinting, subpixel, or lcdfilter conf files by default. + That way the user can choose what to link (if anything) without future + fontconfig updates stomping on those choices. +x/mesa-24.2.8-x86_64-1.txz: Upgraded. ++--------------------------+ Thu Nov 28 04:21:57 UTC 2024 x/fontconfig-2.15.0-x86_64-2.txz: Rebuilt. Prefer Liberation for sans and serif (as usual). Thanks to Daedra. diff --git a/FILELIST.TXT b/FILELIST.TXT index cf67ccd90..585e8231f 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Thu Nov 28 04:25:27 UTC 2024 +Thu Nov 28 21:51:45 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-28 04:21 . +drwxr-xr-x 12 root root 4096 2024-11-28 21:47 . -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 1160538 2024-11-28 03:39 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-28 03:39 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1160621 2024-11-28 04:25 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-28 04:25 ./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 1254196 2024-11-28 04:21 ./ChangeLog.txt +-rw-r--r-- 1 root root 1255945 2024-11-28 21:47 ./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 1522610 2024-11-28 03:38 ./FILELIST.TXT +-rw-r--r-- 1 root root 1522710 2024-11-28 04:25 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 914370 2024-11-28 04:24 ./PACKAGES.TXT +-rw-r--r-- 1 root root 914395 2024-11-28 21:51 ./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-28 04:25 ./slackware64 --rw-r--r-- 1 root root 356915 2024-11-28 04:25 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-28 04:25 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 441981 2024-11-28 04:24 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4821840 2024-11-28 04:24 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2024-11-28 21:51 ./slackware64 +-rw-r--r-- 1 root root 356921 2024-11-28 21:51 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-28 21:51 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 441987 2024-11-28 21:50 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4816424 2024-11-28 21:50 ./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-28 00:20 ./slackware64/a +drwxr-xr-x 2 root root 32768 2024-11-28 21:50 ./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 @@ -771,9 +771,9 @@ drwxr-xr-x 2 root root 32768 2024-11-28 00:20 ./slackware64/a -rw-r--r-- 1 root root 541 2023-09-14 17:34 ./slackware64/a/f2fs-tools-1.16.0-x86_64-2.txt -rw-r--r-- 1 root root 207736 2023-09-14 17:34 ./slackware64/a/f2fs-tools-1.16.0-x86_64-2.txz -rw-r--r-- 1 root root 163 2023-09-14 17:34 ./slackware64/a/f2fs-tools-1.16.0-x86_64-2.txz.asc --rw-r--r-- 1 root root 271 2023-07-28 03:33 ./slackware64/a/file-5.45-x86_64-1.txt --rw-r--r-- 1 root root 519392 2023-07-28 03:33 ./slackware64/a/file-5.45-x86_64-1.txz --rw-r--r-- 1 root root 163 2023-07-28 03:33 ./slackware64/a/file-5.45-x86_64-1.txz.asc +-rw-r--r-- 1 root root 271 2024-11-28 20:21 ./slackware64/a/file-5.46-x86_64-1.txt +-rw-r--r-- 1 root root 561648 2024-11-28 20:21 ./slackware64/a/file-5.46-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-28 20:21 ./slackware64/a/file-5.46-x86_64-1.txz.asc -rw-r--r-- 1 root root 366 2024-06-01 17:18 ./slackware64/a/findutils-4.10.0-x86_64-1.txt -rw-r--r-- 1 root root 500540 2024-06-01 17:18 ./slackware64/a/findutils-4.10.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-06-01 17:18 ./slackware64/a/findutils-4.10.0-x86_64-1.txz.asc @@ -898,9 +898,9 @@ drwxr-xr-x 2 root root 32768 2024-11-28 00:20 ./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-26 19:37 ./slackware64/a/mkinitrd-1.4.11-x86_64-51.txt --rw-r--r-- 1 root root 636964 2024-11-26 19:37 ./slackware64/a/mkinitrd-1.4.11-x86_64-51.txz --rw-r--r-- 1 root root 195 2024-11-26 19:37 ./slackware64/a/mkinitrd-1.4.11-x86_64-51.txz.asc +-rw-r--r-- 1 root root 527 2024-11-28 20:20 ./slackware64/a/mkinitrd-1.4.11-x86_64-52.txt +-rw-r--r-- 1 root root 636876 2024-11-28 20:20 ./slackware64/a/mkinitrd-1.4.11-x86_64-52.txz +-rw-r--r-- 1 root root 195 2024-11-28 20:20 ./slackware64/a/mkinitrd-1.4.11-x86_64-52.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 @@ -946,9 +946,9 @@ drwxr-xr-x 2 root root 32768 2024-11-28 00:20 ./slackware64/a -rw-r--r-- 1 root root 450 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txt -rw-r--r-- 1 root root 31360 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz -rw-r--r-- 1 root root 163 2022-09-06 18:11 ./slackware64/a/pcmciautils-018-x86_64-5.txz.asc --rw-r--r-- 1 root root 672 2024-11-02 20:32 ./slackware64/a/pkgtools-15.1-noarch-17.txt --rw-r--r-- 1 root root 200132 2024-11-02 20:32 ./slackware64/a/pkgtools-15.1-noarch-17.txz --rw-r--r-- 1 root root 195 2024-11-02 20:32 ./slackware64/a/pkgtools-15.1-noarch-17.txz.asc +-rw-r--r-- 1 root root 672 2024-11-28 20:30 ./slackware64/a/pkgtools-15.1-noarch-18.txt +-rw-r--r-- 1 root root 200148 2024-11-28 20:30 ./slackware64/a/pkgtools-15.1-noarch-18.txz +-rw-r--r-- 1 root root 195 2024-11-28 20:30 ./slackware64/a/pkgtools-15.1-noarch-18.txz.asc -rw-r--r-- 1 root root 523 2024-01-23 19:49 ./slackware64/a/plzip-1.11-x86_64-1.txt -rw-r--r-- 1 root root 64860 2024-01-23 19:49 ./slackware64/a/plzip-1.11-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-01-23 19:49 ./slackware64/a/plzip-1.11-x86_64-1.txz.asc @@ -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-26 22:10 ./slackware64/l +drwxr-xr-x 2 root root 102400 2024-11-28 21:50 ./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 @@ -3488,9 +3488,9 @@ drwxr-xr-x 2 root root 102400 2024-11-26 22:10 ./slackware64/l -rw-r--r-- 1 root root 554 2023-07-20 18:45 ./slackware64/l/libptytty-2.0-x86_64-1.txt -rw-r--r-- 1 root root 56628 2023-07-20 18:45 ./slackware64/l/libptytty-2.0-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-07-20 18:45 ./slackware64/l/libptytty-2.0-x86_64-1.txz.asc --rw-r--r-- 1 root root 515 2024-11-25 19:39 ./slackware64/l/libqalculate-5.4.0-x86_64-1.txt --rw-r--r-- 1 root root 2624028 2024-11-25 19:39 ./slackware64/l/libqalculate-5.4.0-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-11-25 19:39 ./slackware64/l/libqalculate-5.4.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 515 2024-11-28 20:21 ./slackware64/l/libqalculate-5.4.0.1-x86_64-1.txt +-rw-r--r-- 1 root root 2621828 2024-11-28 20:21 ./slackware64/l/libqalculate-5.4.0.1-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-28 20:21 ./slackware64/l/libqalculate-5.4.0.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 350 2021-02-13 07:11 ./slackware64/l/libraw1394-2.1.2-x86_64-4.txt -rw-r--r-- 1 root root 70100 2021-02-13 07:11 ./slackware64/l/libraw1394-2.1.2-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 07:11 ./slackware64/l/libraw1394-2.1.2-x86_64-4.txz.asc @@ -3688,9 +3688,9 @@ drwxr-xr-x 2 root root 102400 2024-11-26 22:10 ./slackware64/l -rw-r--r-- 1 root root 459 2023-10-14 19:47 ./slackware64/l/oniguruma-6.9.9-x86_64-1.txt -rw-r--r-- 1 root root 211700 2023-10-14 19:47 ./slackware64/l/oniguruma-6.9.9-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-10-14 19:47 ./slackware64/l/oniguruma-6.9.9-x86_64-1.txz.asc --rw-r--r-- 1 root root 463 2024-11-16 19:11 ./slackware64/l/openal-soft-1.24.0-x86_64-1.txt --rw-r--r-- 1 root root 718792 2024-11-16 19:11 ./slackware64/l/openal-soft-1.24.0-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-11-16 19:11 ./slackware64/l/openal-soft-1.24.0-x86_64-1.txz.asc +-rw-r--r-- 1 root root 463 2024-11-28 20:24 ./slackware64/l/openal-soft-1.24.1-x86_64-1.txt +-rw-r--r-- 1 root root 718488 2024-11-28 20:24 ./slackware64/l/openal-soft-1.24.1-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-28 20:24 ./slackware64/l/openal-soft-1.24.1-x86_64-1.txz.asc -rw-r--r-- 1 root root 257 2024-09-30 22:47 ./slackware64/l/opencv-4.10.0-x86_64-3.txt -rw-r--r-- 1 root root 15187368 2024-09-30 22:47 ./slackware64/l/opencv-4.10.0-x86_64-3.txz -rw-r--r-- 1 root root 195 2024-09-30 22:47 ./slackware64/l/opencv-4.10.0-x86_64-3.txz.asc @@ -3739,9 +3739,9 @@ drwxr-xr-x 2 root root 102400 2024-11-26 22:10 ./slackware64/l -rw-r--r-- 1 root root 415 2024-03-20 03:49 ./slackware64/l/pilot-link-0.12.5-x86_64-17.txt -rw-r--r-- 1 root root 492800 2024-03-20 03:49 ./slackware64/l/pilot-link-0.12.5-x86_64-17.txz -rw-r--r-- 1 root root 195 2024-03-20 03:49 ./slackware64/l/pilot-link-0.12.5-x86_64-17.txz.asc --rw-r--r-- 1 root root 552 2024-10-23 19:11 ./slackware64/l/pipewire-1.2.6-x86_64-1.txt --rw-r--r-- 1 root root 2388936 2024-10-23 19:11 ./slackware64/l/pipewire-1.2.6-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-10-23 19:11 ./slackware64/l/pipewire-1.2.6-x86_64-1.txz.asc +-rw-r--r-- 1 root root 552 2024-11-28 20:24 ./slackware64/l/pipewire-1.2.7-x86_64-1.txt +-rw-r--r-- 1 root root 2391116 2024-11-28 20:24 ./slackware64/l/pipewire-1.2.7-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-28 20:24 ./slackware64/l/pipewire-1.2.7-x86_64-1.txz.asc -rw-r--r-- 1 root root 450 2024-08-09 20:48 ./slackware64/l/polkit-125-x86_64-1.txt -rw-r--r-- 1 root root 191340 2024-08-09 20:48 ./slackware64/l/polkit-125-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-08-09 20:48 ./slackware64/l/polkit-125-x86_64-1.txz.asc @@ -4637,7 +4637,7 @@ drwxr-xr-x 2 root root 4096 2024-09-17 23:31 ./slackware64/tcl -rw-r--r-- 1 root root 227 2024-09-17 23:06 ./slackware64/tcl/tk-8.6.15-x86_64-1.txt -rw-r--r-- 1 root root 1813700 2024-09-17 23:06 ./slackware64/tcl/tk-8.6.15-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-09-17 23:06 ./slackware64/tcl/tk-8.6.15-x86_64-1.txz.asc -drwxr-xr-x 2 root root 65536 2024-11-28 04:24 ./slackware64/x +drwxr-xr-x 2 root root 65536 2024-11-28 21:50 ./slackware64/x -rw-r--r-- 1 root root 440 2024-08-09 18:16 ./slackware64/x/OpenCC-1.1.9-x86_64-1.txt -rw-r--r-- 1 root root 649604 2024-08-09 18:16 ./slackware64/x/OpenCC-1.1.9-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-08-09 18:16 ./slackware64/x/OpenCC-1.1.9-x86_64-1.txz.asc @@ -4713,12 +4713,12 @@ drwxr-xr-x 2 root root 65536 2024-11-28 04:24 ./slackware64/x -rw-r--r-- 1 root root 306 2024-10-09 17:26 ./slackware64/x/fcitx5-unikey-5.1.5-x86_64-1.txt -rw-r--r-- 1 root root 134608 2024-10-09 17:26 ./slackware64/x/fcitx5-unikey-5.1.5-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-10-09 17:26 ./slackware64/x/fcitx5-unikey-5.1.5-x86_64-1.txz.asc --rw-r--r-- 1 root root 436 2023-02-28 18:10 ./slackware64/x/font-adobe-100dpi-1.0.4-noarch-1.txt --rw-r--r-- 1 root root 6176220 2023-02-28 18:10 ./slackware64/x/font-adobe-100dpi-1.0.4-noarch-1.txz --rw-r--r-- 1 root root 163 2023-02-28 18:10 ./slackware64/x/font-adobe-100dpi-1.0.4-noarch-1.txz.asc --rw-r--r-- 1 root root 423 2023-02-28 18:10 ./slackware64/x/font-adobe-75dpi-1.0.4-noarch-1.txt --rw-r--r-- 1 root root 5467848 2023-02-28 18:10 ./slackware64/x/font-adobe-75dpi-1.0.4-noarch-1.txz --rw-r--r-- 1 root root 163 2023-02-28 18:10 ./slackware64/x/font-adobe-75dpi-1.0.4-noarch-1.txz.asc +-rw-r--r-- 1 root root 449 2024-11-28 20:20 ./slackware64/x/font-adobe-100dpi-1.0.4-noarch-2.txt +-rw-r--r-- 1 root root 729836 2024-11-28 20:20 ./slackware64/x/font-adobe-100dpi-1.0.4-noarch-2.txz +-rw-r--r-- 1 root root 195 2024-11-28 20:20 ./slackware64/x/font-adobe-100dpi-1.0.4-noarch-2.txz.asc +-rw-r--r-- 1 root root 435 2024-11-28 20:20 ./slackware64/x/font-adobe-75dpi-1.0.4-noarch-2.txt +-rw-r--r-- 1 root root 586256 2024-11-28 20:20 ./slackware64/x/font-adobe-75dpi-1.0.4-noarch-2.txz +-rw-r--r-- 1 root root 195 2024-11-28 20:20 ./slackware64/x/font-adobe-75dpi-1.0.4-noarch-2.txz.asc -rw-r--r-- 1 root root 527 2023-02-28 18:10 ./slackware64/x/font-adobe-utopia-100dpi-1.0.5-noarch-1.txt -rw-r--r-- 1 root root 1470736 2023-02-28 18:10 ./slackware64/x/font-adobe-utopia-100dpi-1.0.5-noarch-1.txz -rw-r--r-- 1 root root 163 2023-02-28 18:10 ./slackware64/x/font-adobe-utopia-100dpi-1.0.5-noarch-1.txz.asc @@ -4824,9 +4824,9 @@ drwxr-xr-x 2 root root 65536 2024-11-28 04:24 ./slackware64/x -rw-r--r-- 1 root root 451 2023-02-28 18:14 ./slackware64/x/font-xfree86-type1-1.0.5-noarch-1.txt -rw-r--r-- 1 root root 39128 2023-02-28 18:14 ./slackware64/x/font-xfree86-type1-1.0.5-noarch-1.txz -rw-r--r-- 1 root root 163 2023-02-28 18:14 ./slackware64/x/font-xfree86-type1-1.0.5-noarch-1.txz.asc --rw-r--r-- 1 root root 385 2024-11-28 04:09 ./slackware64/x/fontconfig-2.15.0-x86_64-2.txt --rw-r--r-- 1 root root 344244 2024-11-28 04:09 ./slackware64/x/fontconfig-2.15.0-x86_64-2.txz --rw-r--r-- 1 root root 195 2024-11-28 04:09 ./slackware64/x/fontconfig-2.15.0-x86_64-2.txz.asc +-rw-r--r-- 1 root root 385 2024-11-28 21:02 ./slackware64/x/fontconfig-2.15.0-x86_64-3.txt +-rw-r--r-- 1 root root 344308 2024-11-28 21:02 ./slackware64/x/fontconfig-2.15.0-x86_64-3.txz +-rw-r--r-- 1 root root 195 2024-11-28 21:02 ./slackware64/x/fontconfig-2.15.0-x86_64-3.txz.asc -rw-r--r-- 1 root root 372 2024-10-13 18:29 ./slackware64/x/fonttosfnt-1.2.4-x86_64-1.txt -rw-r--r-- 1 root root 34528 2024-10-13 18:29 ./slackware64/x/fonttosfnt-1.2.4-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-10-13 18:29 ./slackware64/x/fonttosfnt-1.2.4-x86_64-1.txz.asc @@ -5095,9 +5095,9 @@ drwxr-xr-x 2 root root 65536 2024-11-28 04:24 ./slackware64/x -rw-r--r-- 1 root root 485 2024-11-22 01:11 ./slackware64/x/marisa-0.2.6-x86_64-12.txt -rw-r--r-- 1 root root 162636 2024-11-22 01:11 ./slackware64/x/marisa-0.2.6-x86_64-12.txz -rw-r--r-- 1 root root 195 2024-11-22 01:11 ./slackware64/x/marisa-0.2.6-x86_64-12.txz.asc --rw-r--r-- 1 root root 362 2024-11-13 23:07 ./slackware64/x/mesa-24.2.7-x86_64-1.txt --rw-r--r-- 1 root root 36300964 2024-11-13 23:07 ./slackware64/x/mesa-24.2.7-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-11-13 23:07 ./slackware64/x/mesa-24.2.7-x86_64-1.txz.asc +-rw-r--r-- 1 root root 362 2024-11-28 20:25 ./slackware64/x/mesa-24.2.8-x86_64-1.txt +-rw-r--r-- 1 root root 36315228 2024-11-28 20:25 ./slackware64/x/mesa-24.2.8-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-11-28 20:25 ./slackware64/x/mesa-24.2.8-x86_64-1.txz.asc -rw-r--r-- 1 root root 425 2022-04-04 18:48 ./slackware64/x/mkcomposecache-1.2.2-x86_64-1.txt -rw-r--r-- 1 root root 13532 2022-04-04 18:48 ./slackware64/x/mkcomposecache-1.2.2-x86_64-1.txz -rw-r--r-- 1 root root 163 2022-04-04 18:48 ./slackware64/x/mkcomposecache-1.2.2-x86_64-1.txz.asc @@ -5801,11 +5801,11 @@ 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-28 04:25 ./source --rw-r--r-- 1 root root 625793 2024-11-28 04:25 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-11-28 04:25 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 876316 2024-11-28 04:25 ./source/FILE_LIST --rw-r--r-- 1 root root 30667485 2024-11-28 04:25 ./source/MANIFEST.bz2 +drwxr-xr-x 18 root root 4096 2024-11-28 21:51 ./source +-rw-r--r-- 1 root root 625924 2024-11-28 21:51 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-11-28 21:51 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 876481 2024-11-28 21:51 ./source/FILE_LIST +-rw-r--r-- 1 root root 30672966 2024-11-28 21:51 ./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-26 19:11 ./source/a -rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog @@ -6160,11 +6160,11 @@ drwxr-xr-x 2 root root 4096 2023-04-12 18:58 ./source/a/f2fs-tools -rw-r--r-- 1 root root 201201 2023-04-11 17:11 ./source/a/f2fs-tools/f2fs-tools-1.16.0.tar.lz -rwxr-xr-x 1 root root 4886 2023-09-14 17:34 ./source/a/f2fs-tools/f2fs-tools.SlackBuild -rw-r--r-- 1 root root 1002 2018-11-26 21:31 ./source/a/f2fs-tools/slack-desc -drwxr-xr-x 3 root root 4096 2023-07-28 03:32 ./source/a/file +drwxr-xr-x 3 root root 4096 2024-11-28 19:38 ./source/a/file -rw-r--r-- 1 root root 132 2015-04-14 20:27 ./source/a/file/doinst.sh.gz --rw-r--r-- 1 root root 949424 2023-07-27 20:11 ./source/a/file/file-5.45.tar.lz +-rw-r--r-- 1 root root 1001682 2024-11-27 15:43 ./source/a/file/file-5.46.tar.lz -rw-r--r-- 1 root root 249 2019-12-20 19:14 ./source/a/file/file.PT_DYNAMIC.is.dynamically.linked.diff.gz --rwxr-xr-x 1 root root 6115 2023-07-28 03:33 ./source/a/file/file.SlackBuild +-rwxr-xr-x 1 root root 6059 2024-11-28 19:38 ./source/a/file/file.SlackBuild -rw-r--r-- 1 root root 195 2009-02-23 01:20 ./source/a/file/file.crdaregbin.magic.gz -rw-r--r-- 1 root root 212 2009-06-12 22:40 ./source/a/file/file.etc.file.diff.gz -rw-r--r-- 1 root root 336 2009-02-09 04:19 ./source/a/file/file.quiet.diff.gz @@ -6517,13 +6517,13 @@ drwxr-xr-x 2 root root 4096 2024-11-24 22:34 ./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 3972 2024-11-25 21:02 ./source/a/mkinitrd/geninitrd +-rw-r--r-- 1 root root 3947 2024-11-28 18:35 ./source/a/mkinitrd/geninitrd -rw-r--r-- 1 root root 1904 2024-11-25 21:08 ./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 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-26 18:57 ./source/a/mkinitrd/mkinitrd.SlackBuild +-rwxr-xr-x 1 root root 8205 2024-11-28 18:35 ./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 @@ -6663,11 +6663,11 @@ drwxr-xr-x 2 root root 4096 2019-10-04 06:20 ./source/a/pkgtools/manpages -rw-r--r-- 1 root root 2518 2021-04-19 18:25 ./source/a/pkgtools/manpages/pkgtool.8 -rw-r--r-- 1 root root 4140 2023-05-14 16:45 ./source/a/pkgtools/manpages/removepkg.8 -rw-r--r-- 1 root root 3048 2023-05-14 16:46 ./source/a/pkgtools/manpages/upgradepkg.8 --rwxr-xr-x 1 root root 4073 2024-11-02 20:32 ./source/a/pkgtools/pkgtools.SlackBuild +-rwxr-xr-x 1 root root 4073 2024-11-28 20:30 ./source/a/pkgtools/pkgtools.SlackBuild drwxr-xr-x 2 root root 4096 2024-11-01 17:09 ./source/a/pkgtools/scripts -rw-r--r-- 1 root root 3610 2021-04-24 18:44 ./source/a/pkgtools/scripts/explodepkg -rw-r--r-- 1 root root 28449 2024-08-09 02:48 ./source/a/pkgtools/scripts/installpkg --rw-r--r-- 1 root root 8060 2024-11-02 20:31 ./source/a/pkgtools/scripts/make-kernel-backup +-rw-r--r-- 1 root root 8058 2024-11-28 20:30 ./source/a/pkgtools/scripts/make-kernel-backup -rw-r--r-- 1 root root 13674 2021-04-24 18:44 ./source/a/pkgtools/scripts/makebootdisk -rw-r--r-- 1 root root 18237 2024-09-28 21:56 ./source/a/pkgtools/scripts/makepkg -rw-r--r-- 1 root root 4714 2021-04-24 18:44 ./source/a/pkgtools/scripts/pkgdiff @@ -8025,7 +8025,7 @@ drwxr-xr-x 2 root root 4096 2024-08-21 17:27 ./source/d/rust-bindgen -rw-r--r-- 1 root root 844 2022-12-07 17:56 ./source/d/rust-bindgen/slack-desc -rw-r--r-- 1 root root 944 2024-04-03 16:29 ./source/d/rust/0004-compiler-Use-wasm-ld-for-wasm-targets.patch -rw-r--r-- 1 root root 261 2020-11-19 19:46 ./source/d/rust/link_libffi.diff.gz --rwxr-xr-x 1 root root 10724 2024-10-20 19:52 ./source/d/rust/rust.SlackBuild +-rwxr-xr-x 1 root root 10722 2024-11-28 20:31 ./source/d/rust/rust.SlackBuild -rw-r--r-- 1 root root 1665 2024-10-17 17:05 ./source/d/rust/rust.url -rw-r--r-- 1 root root 227126901 2024-10-17 16:42 ./source/d/rust/rustc-1.82.0-src.tar.lz -rw-r--r-- 1 root root 910 2018-02-27 06:49 ./source/d/rust/slack-desc @@ -11385,8 +11385,8 @@ drwxr-xr-x 2 root root 4096 2024-10-10 17:40 ./source/l/libptytty -rwxr-xr-x 1 root root 3687 2024-10-10 17:40 ./source/l/libptytty/libptytty.SlackBuild -rw-r--r-- 1 root root 34 2023-07-20 18:35 ./source/l/libptytty/libptytty.url -rw-r--r-- 1 root root 1011 2023-07-20 18:39 ./source/l/libptytty/slack-desc -drwxr-xr-x 2 root root 4096 2024-11-25 19:37 ./source/l/libqalculate --rw-r--r-- 1 root root 1276153 2024-11-25 08:20 ./source/l/libqalculate/libqalculate-5.4.0.tar.lz +drwxr-xr-x 2 root root 4096 2024-11-28 19:39 ./source/l/libqalculate +-rw-r--r-- 1 root root 1276308 2024-11-27 10:20 ./source/l/libqalculate/libqalculate-5.4.0.1.tar.lz -rwxr-xr-x 1 root root 4276 2024-11-25 19:38 ./source/l/libqalculate/libqalculate.SlackBuild -rw-r--r-- 1 root root 42 2020-09-29 03:55 ./source/l/libqalculate/libqalculate.url -rw-r--r-- 1 root root 1007 2020-11-01 20:04 ./source/l/libqalculate/slack-desc @@ -11757,9 +11757,9 @@ drwxr-xr-x 2 root root 4096 2023-10-14 19:46 ./source/l/oniguruma -rwxr-xr-x 1 root root 4177 2022-09-06 18:27 ./source/l/oniguruma/oniguruma.SlackBuild -rw-r--r-- 1 root root 34 2023-10-14 19:46 ./source/l/oniguruma/oniguruma.url -rw-r--r-- 1 root root 916 2019-12-01 18:11 ./source/l/oniguruma/slack-desc -drwxr-xr-x 2 root root 4096 2024-11-16 19:10 ./source/l/openal-soft +drwxr-xr-x 2 root root 4096 2024-11-28 19:41 ./source/l/openal-soft -rw-r--r-- 1 root root 275 2020-02-12 22:38 ./source/l/openal-soft/doinst.sh.gz --rw-r--r-- 1 root root 682676 2024-11-16 13:11 ./source/l/openal-soft/openal-soft-1.24.0.tar.lz +-rw-r--r-- 1 root root 891279 2024-11-28 04:27 ./source/l/openal-soft/openal-soft-1.24.1.tar.lz -rwxr-xr-- 1 root root 4279 2024-11-16 19:10 ./source/l/openal-soft/openal-soft.SlackBuild -rw-r--r-- 1 root root 40 2020-02-15 19:19 ./source/l/openal-soft/openal-soft.url -rw-r--r-- 1 root root 923 2020-02-12 22:30 ./source/l/openal-soft/slack-desc @@ -11856,15 +11856,15 @@ drwxr-xr-x 2 root root 4096 2024-05-11 01:11 ./source/l/pilot-link -rw-r--r-- 1 root root 990 2024-01-25 00:00 ./source/l/pilot-link/pilot-link-configure-c99.patch -rwxr-xr-x 1 root root 5573 2024-05-11 01:11 ./source/l/pilot-link/pilot-link.SlackBuild -rw-r--r-- 1 root root 873 2018-02-27 06:12 ./source/l/pilot-link/slack-desc -drwxr-xr-x 2 root root 4096 2024-10-23 19:09 ./source/l/pipewire +drwxr-xr-x 2 root root 4096 2024-11-28 19:54 ./source/l/pipewire -rw-r--r-- 1 root root 144 2024-02-11 20:04 ./source/l/pipewire/doinst.sh.gz --rw-r--r-- 1 root root 1559416 2024-10-23 07:44 ./source/l/pipewire/pipewire-1.2.6.tar.lz +-rw-r--r-- 1 root root 1562392 2024-11-26 09:07 ./source/l/pipewire/pipewire-1.2.7.tar.lz -rw-r--r-- 1 root root 2639 2023-04-13 18:07 ./source/l/pipewire/pipewire-disable.sh -rw-r--r-- 1 root root 2156 2023-04-13 18:07 ./source/l/pipewire/pipewire-enable.sh -rw-r--r-- 1 root root 266 2022-01-05 06:27 ./source/l/pipewire/pipewire-pulse.desktop.sample -rwxr-xr-x 1 root root 4984 2024-08-22 12:16 ./source/l/pipewire/pipewire.SlackBuild -rw-r--r-- 1 root root 268 2022-01-03 20:11 ./source/l/pipewire/pipewire.desktop.sample --rw-r--r-- 1 root root 136 2024-10-23 19:09 ./source/l/pipewire/pipewire.url +-rw-r--r-- 1 root root 136 2024-11-28 19:54 ./source/l/pipewire/pipewire.url -rw-r--r-- 1 root root 1038 2020-11-01 20:04 ./source/l/pipewire/slack-desc drwxr-xr-x 2 root root 4096 2024-08-09 20:43 ./source/l/polkit drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/polkit-gnome @@ -12298,7 +12298,7 @@ drwxr-xr-x 2 root root 4096 2024-01-14 19:31 ./source/l/qt6/profile.d -rw-r--r-- 1 root root 1102 2023-10-04 12:20 ./source/l/qt6/profile.d/qt6.csh -rw-r--r-- 1 root root 971 2023-10-04 12:19 ./source/l/qt6/profile.d/qt6.sh -rw-r--r-- 1 root root 1017393566 2024-10-02 20:45 ./source/l/qt6/qt-everywhere-src-6.8.0_20241001_0c20a491.tar.lz --rwxr-xr-x 1 root root 12908 2024-11-09 21:48 ./source/l/qt6/qt6.SlackBuild +-rwxr-xr-x 1 root root 12906 2024-11-28 20:31 ./source/l/qt6/qt6.SlackBuild -rw-r--r-- 1 root root 698 2024-02-27 19:56 ./source/l/qt6/slack-desc drwxr-xr-x 2 root root 4096 2024-10-10 17:40 ./source/l/qtkeychain -rw-r--r-- 1 root root 43196 2024-05-03 19:10 ./source/l/qtkeychain/qtkeychain-0.14.3.tar.lz @@ -13821,7 +13821,7 @@ drwxr-xr-x 2 root root 4096 2024-09-17 17:47 ./source/tcl/tk -rwxr-xr-x 1 root root 4267 2024-09-17 17:48 ./source/tcl/tk/tk.SlackBuild -rw-r--r-- 1 root root 48 2021-01-04 23:37 ./source/tcl/tk/tk.url -rw-r--r-- 1 root root 3044094 2024-09-16 15:55 ./source/tcl/tk/tk8.6.15-src.tar.lz -drwxr-xr-x 85 root root 4096 2024-11-27 22:40 ./source/x +drwxr-xr-x 85 root root 4096 2024-11-28 19:25 ./source/x -rw-r--r-- 1 root root 760 2023-05-22 17:51 ./source/x/FTBFSlog drwxr-xr-x 2 root root 4096 2024-08-09 18:15 ./source/x/OpenCC -rw-r--r-- 1 root root 2520649 2024-08-03 03:45 ./source/x/OpenCC/OpenCC-ver.1.1.9.tar.lz @@ -13938,7 +13938,7 @@ drwxr-xr-x 3 root root 4096 2024-11-28 04:06 ./source/x/fontconfig -rw-r--r-- 1 root root 498 2024-11-28 03:24 ./source/x/fontconfig/doinst.sh.gz -rw-r--r-- 1 root root 1447820 2024-11-27 19:55 ./source/x/fontconfig/fontconfig-2.15.0.tar.xz -rw-r--r-- 1 root root 2979 2024-11-27 22:25 ./source/x/fontconfig/fontconfig.70.no.bitmaps.conf.diff --rwxr-xr-x 1 root root 5833 2024-11-28 04:05 ./source/x/fontconfig/fontconfig.SlackBuild +-rwxr-xr-x 1 root root 6165 2024-11-28 21:02 ./source/x/fontconfig/fontconfig.SlackBuild -rw-r--r-- 1 root root 1245 2024-11-22 22:09 ./source/x/fontconfig/fontconfig.font.dir.list.diff -rw-r--r-- 1 root root 2140 2024-11-27 22:25 ./source/x/fontconfig/fontconfig.hack.for.monospace.diff -rw-r--r-- 1 root root 765 2024-11-28 04:08 ./source/x/fontconfig/fontconfig.liberation.diff @@ -14153,7 +14153,7 @@ drwxr-xr-x 2 root root 4096 2024-11-21 21:52 ./source/x/marisa -rwxr-xr-x 1 root root 4686 2024-11-21 21:52 ./source/x/marisa/marisa.SlackBuild -rw-r--r-- 1 root root 38 2020-12-08 18:39 ./source/x/marisa/marisa.url -rw-r--r-- 1 root root 972 2020-11-28 00:57 ./source/x/marisa/slack-desc -drwxr-xr-x 5 root root 4096 2024-11-13 23:00 ./source/x/mesa +drwxr-xr-x 5 root root 4096 2024-11-28 19:40 ./source/x/mesa drwxr-xr-x 4 root root 4096 2022-08-08 18:18 ./source/x/mesa/amber -rw-r--r-- 1 root root 16607716 2022-06-08 18:26 ./source/x/mesa/amber/mesa-21.3.9.tar.xz -rw-r--r-- 1 root root 119 2022-06-08 18:26 ./source/x/mesa/amber/mesa-21.3.9.tar.xz.sig @@ -14163,8 +14163,8 @@ drwxr-xr-x 2 root root 4096 2021-03-12 01:31 ./source/x/mesa/amber/patch -rw-r--r-- 1 root root 1259 2021-03-12 01:31 ./source/x/mesa/amber/patches-revert/80817b6e344258ac9b955f824ebf9019a0fc1610.patch -rw-r--r-- 1 root root 388 2018-12-07 19:28 ./source/x/mesa/doinst.sh.gz -rwxr-xr-x 1 root root 720 2015-12-11 03:09 ./source/x/mesa/get-mesa.sh --rw-r--r-- 1 root root 29589968 2024-11-13 15:36 ./source/x/mesa/mesa-24.2.7.tar.xz --rw-r--r-- 1 root root 310 2024-11-13 15:36 ./source/x/mesa/mesa-24.2.7.tar.xz.sig +-rw-r--r-- 1 root root 29622208 2024-11-28 00:15 ./source/x/mesa/mesa-24.2.8.tar.xz +-rw-r--r-- 1 root root 310 2024-11-28 00:15 ./source/x/mesa/mesa-24.2.8.tar.xz.sig -rwxr-xr-x 1 root root 2901 2024-06-09 18:30 ./source/x/mesa/mesa-amber.build -rw-r--r-- 1 root root 7322153 2022-05-30 14:26 ./source/x/mesa/mesa-demos-8.5.0.tar.lz -rwxr-xr-x 1 root root 1590 2023-08-24 13:39 ./source/x/mesa/mesa-demos.build @@ -14316,7 +14316,7 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/wqy-zenhei-font- -rw-r--r-- 1 root root 5743256 2009-04-20 19:06 ./source/x/wqy-zenhei-font-ttf/wqy-zenhei-0.8.38-1.tar.lz -rwxr-xr-x 1 root root 5121 2024-11-27 23:45 ./source/x/wqy-zenhei-font-ttf/wqy-zenhei-font-ttf.SlackBuild -rw-r--r-- 1 root root 372 2018-03-07 23:23 ./source/x/wqy-zenhei-font-ttf/wqy-zenhei.fix.fontconfig.warning.diff.gz -drwxr-xr-x 11 root root 4096 2024-11-28 00:41 ./source/x/x11 +drwxr-xr-x 11 root root 4096 2024-11-28 19:22 ./source/x/x11 drwxr-xr-x 4 root root 4096 2022-05-21 13:36 ./source/x/x11-skel -rw-r--r-- 1 root root 576 2011-03-14 03:32 ./source/x/x11-skel/doinst.sh.gz drwxr-xr-x 2 root root 4096 2022-05-21 13:54 ./source/x/x11-skel/manpages @@ -14349,8 +14349,8 @@ drwxr-xr-x 2 root root 12288 2024-07-29 17:57 ./source/x/x11/build -rw-r--r-- 1 root root 2 2022-07-14 18:10 ./source/x/x11/build/encodings -rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/evieext -rw-r--r-- 1 root root 2 2021-02-13 05:35 ./source/x/x11/build/fixesproto --rw-r--r-- 1 root root 2 2023-02-28 18:09 ./source/x/x11/build/font-adobe-100dpi --rw-r--r-- 1 root root 2 2023-02-28 18:09 ./source/x/x11/build/font-adobe-75dpi +-rw-r--r-- 1 root root 2 2024-11-28 19:12 ./source/x/x11/build/font-adobe-100dpi +-rw-r--r-- 1 root root 2 2024-11-28 19:05 ./source/x/x11/build/font-adobe-75dpi -rw-r--r-- 1 root root 2 2023-02-28 18:09 ./source/x/x11/build/font-adobe-utopia-100dpi -rw-r--r-- 1 root root 2 2023-02-28 18:09 ./source/x/x11/build/font-adobe-utopia-75dpi -rw-r--r-- 1 root root 2 2023-02-28 18:09 ./source/x/x11/build/font-adobe-utopia-type1 @@ -14698,7 +14698,9 @@ drwxr-xr-x 2 root root 4096 2009-08-01 05:00 ./source/x/x11/doinst.sh -rw-r--r-- 1 root root 176 2007-07-01 03:16 ./source/x/x11/doinst.sh/xinit -rw-r--r-- 1 root root 247 2007-06-09 21:54 ./source/x/x11/doinst.sh/xkeyboard-config -rw-r--r-- 1 root root 212 2007-02-13 20:05 ./source/x/x11/doinst.sh/xorg-cf-files -drwxr-xr-x 2 root root 4096 2024-07-29 17:58 ./source/x/x11/make +drwxr-xr-x 2 root root 4096 2024-11-28 19:12 ./source/x/x11/make +-rw-r--r-- 1 root root 411 2024-11-28 19:13 ./source/x/x11/make/font-adobe-100dpi +-rw-r--r-- 1 root root 409 2024-11-28 19:22 ./source/x/x11/make/font-adobe-75dpi -rw-r--r-- 1 root root 119 2021-04-23 17:41 ./source/x/x11/make/igt-gpu-tools -rw-r--r-- 1 root root 119 2024-02-06 20:01 ./source/x/x11/make/libpciaccess -rw-r--r-- 1 root root 119 2022-05-21 04:33 ./source/x/x11/make/libxcvt @@ -14877,8 +14879,8 @@ drwxr-xr-x 2 root root 12288 2024-07-29 17:55 ./source/x/x11/slack-desc -rw-r--r-- 1 root root 790 2012-04-08 01:22 ./source/x/x11/slack-desc/encodings -rw-r--r-- 1 root root 802 2012-04-08 01:22 ./source/x/x11/slack-desc/evieext -rw-r--r-- 1 root root 824 2012-04-08 01:22 ./source/x/x11/slack-desc/fixesproto --rw-r--r-- 1 root root 904 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-100dpi --rw-r--r-- 1 root root 890 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-75dpi +-rw-r--r-- 1 root root 917 2024-11-28 19:14 ./source/x/x11/slack-desc/font-adobe-100dpi +-rw-r--r-- 1 root root 902 2024-11-28 19:14 ./source/x/x11/slack-desc/font-adobe-75dpi -rw-r--r-- 1 root root 1002 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-utopia-100dpi -rw-r--r-- 1 root root 988 2012-04-08 01:23 ./source/x/x11/slack-desc/font-adobe-utopia-75dpi -rw-r--r-- 1 root root 990 2012-04-08 01:24 ./source/x/x11/slack-desc/font-adobe-utopia-type1 @@ -15287,7 +15289,7 @@ drwxr-xr-x 2 root root 4096 2024-03-03 19:29 ./source/x/x11/src/font -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 -rw-r--r-- 1 root root 124252 2023-02-28 00:39 ./source/x/x11/src/font/font-misc-cyrillic-1.0.4.tar.xz --rw-r--r-- 1 root root 222624 2023-02-28 00:43 ./source/x/x11/src/font/font-misc-ethiopic-1.0.5.tar.xz +-rw-r--r-- 1 root root 222624 2023-02-28 00:43 ./source/x/x11/src/font/font-misc-ethiopic-1.0.5.tar.xz -rw-r--r-- 1 root root 831660 2023-02-28 00:47 ./source/x/x11/src/font/font-misc-meltho-1.0.4.tar.xz -rw-r--r-- 1 root root 1563776 2023-02-28 00:56 ./source/x/x11/src/font/font-misc-misc-1.1.3.tar.xz -rw-r--r-- 1 root root 220528 2023-02-28 00:59 ./source/x/x11/src/font/font-mutt-misc-1.0.4.tar.xz @@ -15602,7 +15604,7 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-firefox/ -rw-r--r-- 1 root root 518 2021-03-15 17:43 ./source/xap/mozilla-firefox/gkrust.a.no.networking.check.diff.gz -rw-r--r-- 1 root root 462 2009-07-01 06:05 ./source/xap/mozilla-firefox/mimeTypes.rdf.gz -rw-r--r-- 1 root root 680 2009-07-01 13:28 ./source/xap/mozilla-firefox/mozilla-firefox-mimeTypes-fix.diff.gz --rwxr-xr-x 1 root root 15810 2024-08-05 20:08 ./source/xap/mozilla-firefox/mozilla-firefox.SlackBuild +-rwxr-xr-x 1 root root 15808 2024-11-28 20:32 ./source/xap/mozilla-firefox/mozilla-firefox.SlackBuild -rw-r--r-- 1 root root 1033 2024-02-23 03:12 ./source/xap/mozilla-firefox/slack-desc drwxr-xr-x 4 root root 4096 2024-11-26 19:48 ./source/xap/mozilla-thunderbird -rw-r--r-- 1 root root 266 2022-08-06 19:40 ./source/xap/mozilla-thunderbird/arc4random_buf.glibc-2.36.diff.gz @@ -15617,7 +15619,7 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/mozilla-thunderb -rw-r--r-- 2 root root 300116 1999-01-15 21:03 ./source/xap/mozilla-thunderbird/build-deps/autoconf/autoconf-2.13.tar.xz -rwxr-xr-x 1 root root 2502 2019-08-27 19:46 ./source/xap/mozilla-thunderbird/build-deps/autoconf/autoconf.build -rw-r--r-- 1 root root 263 2022-06-30 18:42 ./source/xap/mozilla-thunderbird/double_t.x86.diff.gz --rwxr-xr-x 1 root root 12998 2024-08-06 23:50 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +-rwxr-xr-x 1 root root 12996 2024-11-28 20:32 ./source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild -rw-r--r-- 1 root root 1130 2018-02-27 06:47 ./source/xap/mozilla-thunderbird/slack-desc -rw-r--r-- 1 root root 330 2019-08-27 16:35 ./source/xap/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz -rw-r--r-- 1 root root 677426000 2024-11-26 14:44 ./source/xap/mozilla-thunderbird/thunderbird-128.5.0esr.source.tar.xz @@ -15684,7 +15686,7 @@ drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./source/xap/seamonkey/autoco -rw-r--r-- 1 root root 12796 2006-02-09 03:17 ./source/xap/seamonkey/seamonkey-icon.png -rw-r--r-- 1 root root 185 2006-02-09 03:40 ./source/xap/seamonkey/seamonkey-mail-icon.png -rw-r--r-- 1 root root 211 2021-07-13 20:11 ./source/xap/seamonkey/seamonkey-mail.desktop --rwxr-xr-x 1 root root 9198 2024-09-03 19:02 ./source/xap/seamonkey/seamonkey.SlackBuild +-rwxr-xr-x 1 root root 9196 2024-11-28 20:32 ./source/xap/seamonkey/seamonkey.SlackBuild -rw-r--r-- 1 root root 319 2021-07-13 20:11 ./source/xap/seamonkey/seamonkey.desktop -rw-r--r-- 1 root root 94 2024-09-03 18:21 ./source/xap/seamonkey/seamonkey.url -rw-r--r-- 1 root root 849 2020-03-01 04:26 ./source/xap/seamonkey/slack-desc diff --git a/source/a/file/file.SlackBuild b/source/a/file/file.SlackBuild index 0a4d05e03..82ea8c955 100755 --- a/source/a/file/file.SlackBuild +++ b/source/a/file/file.SlackBuild @@ -31,7 +31,7 @@ NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 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 ) ;; @@ -46,14 +46,11 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" +if [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=pentium4 -mtune=generic" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" diff --git a/source/a/mkinitrd/geninitrd b/source/a/mkinitrd/geninitrd index 5bfe25281..ec7fa73a4 100644 --- a/source/a/mkinitrd/geninitrd +++ b/source/a/mkinitrd/geninitrd @@ -89,7 +89,7 @@ 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 +if [ "$AUTO_REMOVE_ORPHANED_INITRDS" = "true" ]; then if [ "$GENINITRD_COMMAND_OUTPUT" = "true" ]; then chroot . /usr/sbin/remove-orphaned-initrds else diff --git a/source/a/mkinitrd/mkinitrd.SlackBuild b/source/a/mkinitrd/mkinitrd.SlackBuild index ec00ad963..362e4c5ae 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:-51} +BUILD=${BUILD:-52} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/pkgtools/pkgtools.SlackBuild b/source/a/pkgtools/pkgtools.SlackBuild index 6e7ff85cd..2c49c711e 100755 --- a/source/a/pkgtools/pkgtools.SlackBuild +++ b/source/a/pkgtools/pkgtools.SlackBuild @@ -30,7 +30,7 @@ PKGNAM=pkgtools # *** UPDATE THESE WITH EACH BUILD: VERSION=15.1 ARCH=${ARCH:-noarch} -BUILD=${BUILD:-17} +BUILD=${BUILD:-18} # 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/a/pkgtools/scripts/make-kernel-backup b/source/a/pkgtools/scripts/make-kernel-backup index 1e64b1a8a..d41d84a28 100644 --- a/source/a/pkgtools/scripts/make-kernel-backup +++ b/source/a/pkgtools/scripts/make-kernel-backup @@ -93,7 +93,7 @@ fi # Guess the $ARCH: if file /bin/bash | grep -wq x86-64 ; then ARCH="x86_64" -elif file /bin/bash | grep -wq 80386 ; then +elif file /bin/bash | grep -wq 386 ; then ARCH="i686" else ARCH="$(uname -m)" diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index ea0f103d1..99c22b933 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -52,7 +52,7 @@ fi unset MARCH # For compiling i686 under an x86_64 kernel: -if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 80386 | grep 32-bit)" != "" ]; then +if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 386 | grep 32-bit)" != "" ]; then ARCH=i686 fi diff --git a/source/l/pipewire/pipewire.url b/source/l/pipewire/pipewire.url index 2c623f3da..fc87eeb58 100644 --- a/source/l/pipewire/pipewire.url +++ b/source/l/pipewire/pipewire.url @@ -1,2 +1,2 @@ https://gitlab.freedesktop.org/pipewire/pipewire -https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.2.6/pipewire-1.2.6.tar.gz +https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.2.7/pipewire-1.2.7.tar.gz diff --git a/source/l/qt6/qt6.SlackBuild b/source/l/qt6/qt6.SlackBuild index d3e127329..3c82988ea 100755 --- a/source/l/qt6/qt6.SlackBuild +++ b/source/l/qt6/qt6.SlackBuild @@ -86,7 +86,7 @@ case "$ARCH" in esac # For cross-compiling from x86_64: -if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 80386 | grep 32-bit)" != "" ]; then +if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 386 | grep 32-bit)" != "" ]; then ARCH=i686 SLKCFLAGS="$OPTS32" SLKLDFLAGS="" diff --git a/source/x/fontconfig/fontconfig.SlackBuild b/source/x/fontconfig/fontconfig.SlackBuild index d59633409..6b3325468 100755 --- a/source/x/fontconfig/fontconfig.SlackBuild +++ b/source/x/fontconfig/fontconfig.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=fontconfig VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -113,9 +113,9 @@ cd meson-build --localstatedir=/var \ --buildtype=release \ -D cache-build=disabled \ - -D default-hinting=slight \ - -D default-sub-pixel-rendering=rgb \ - -D doc-html=enabled \ + -D default-hinting=medium \ + -D default-sub-pixel-rendering=none \ + -D doc-html=disabled \ -D doc-pdf=disabled \ -D doc-txt=disabled \ .. || exit 1 @@ -140,6 +140,13 @@ done # Not convinced. #( cd $PKG/etc/fonts/conf.d ; ln -sf ../../../usr/share/fontconfig/conf.avail/70-no-bitmaps-except-emoji.conf . ) +# We did not previously link a hinting, subpixel, or lcdfilter conf file. +# Let's not do that here, either. Let the user choose to link that themselves +# without every fontconfig update stomping on it: +rm -f $PKG/etc/fonts/conf.d/10-hinting-* +rm -f $PKG/etc/fonts/conf.d/10-sub-pixel-* +rm -f $PKG/etc/fonts/conf.d/11-lcdfilter-* + # You can shop for this kind of stuff in the source tarball. rm -rf $PKG/usr/share/doc diff --git a/source/x/x11/build/font-adobe-100dpi b/source/x/x11/build/font-adobe-100dpi index d00491fd7..0cfbf0888 100644 --- a/source/x/x11/build/font-adobe-100dpi +++ b/source/x/x11/build/font-adobe-100dpi @@ -1 +1 @@ -1 +2 diff --git a/source/x/x11/build/font-adobe-75dpi b/source/x/x11/build/font-adobe-75dpi index d00491fd7..0cfbf0888 100644 --- a/source/x/x11/build/font-adobe-75dpi +++ b/source/x/x11/build/font-adobe-75dpi @@ -1 +1 @@ -1 +2 diff --git a/source/x/x11/make/font-adobe-100dpi b/source/x/x11/make/font-adobe-100dpi new file mode 100644 index 000000000..d4b42fa6d --- /dev/null +++ b/source/x/x11/make/font-adobe-100dpi @@ -0,0 +1,11 @@ +for font in *.bdf ; do + if grep -Fq 'FAMILY_NAME "' "$font" 2>/dev/null; then + family_name="$(grep -F 'FAMILY_NAME "' "$font")" + family_name="${family_name%\"}" + family_name_otb="$family_name (OTB)" + sed -i "s/$family_name/$family_name_otb/" "$font" + fi + fonttosfnt -b -c -g 2 -m 2 -o "${font/bdf/otb}" "$font" +done +mkdir -p $PKG/usr/share/fonts/100dpi +cp -a -v *.otb $PKG/usr/share/fonts/100dpi diff --git a/source/x/x11/make/font-adobe-75dpi b/source/x/x11/make/font-adobe-75dpi new file mode 100644 index 000000000..e8f0ce4cb --- /dev/null +++ b/source/x/x11/make/font-adobe-75dpi @@ -0,0 +1,11 @@ +for font in *.bdf ; do + if grep -Fq 'FAMILY_NAME "' "$font" 2>/dev/null; then + family_name="$(grep -F 'FAMILY_NAME "' "$font")" + family_name="${family_name%\"}" + family_name_otb="$family_name (OTB)" + sed -i "s/$family_name/$family_name_otb/" "$font" + fi + fonttosfnt -b -c -g 2 -m 2 -o "${font/bdf/otb}" "$font" +done +mkdir -p $PKG/usr/share/fonts/75dpi +cp -a -v *.otb $PKG/usr/share/fonts/75dpi diff --git a/source/x/x11/slack-desc/font-adobe-100dpi b/source/x/x11/slack-desc/font-adobe-100dpi index ea59df87f..fe56038a7 100644 --- a/source/x/x11/slack-desc/font-adobe-100dpi +++ b/source/x/x11/slack-desc/font-adobe-100dpi @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -font-adobe-100dpi: font-adobe-100dpi (bitmap fonts for X11) +font-adobe-100dpi: font-adobe-100dpi (OTB version of Adobe 100dpi fonts) font-adobe-100dpi: font-adobe-100dpi: font-adobe-100dpi is part of X11. font-adobe-100dpi: diff --git a/source/x/x11/slack-desc/font-adobe-75dpi b/source/x/x11/slack-desc/font-adobe-75dpi index fac2cc42e..c43a3a095 100644 --- a/source/x/x11/slack-desc/font-adobe-75dpi +++ b/source/x/x11/slack-desc/font-adobe-75dpi @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -font-adobe-75dpi: font-adobe-75dpi (bitmap fonts for X11) +font-adobe-75dpi: font-adobe-75dpi (OTB version of Adobe 75dpi fonts) font-adobe-75dpi: font-adobe-75dpi: font-adobe-75dpi is part of X11. font-adobe-75dpi: diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild index 25e5c4b54..4b6bee4ec 100755 --- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild +++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild @@ -79,7 +79,7 @@ fi # attempt the build using an x86_64 kernel and a 32-bit userspace. Detect this # situation and set the ARCH to i686. Later in the script we'll add some # options to the .mozconfig so that the compile will do the right thing. -if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 80386 | grep 32-bit)" != "" ]; then +if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 386 | grep 32-bit)" != "" ]; then COMPILE_X86_UNDER_X86_64=true ARCH=i686 fi diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild index 0ca601dfa..4ded76cbc 100755 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild @@ -77,7 +77,7 @@ fi # attempt the build using an x86_64 kernel and a 32-bit userspace. Detect this # situation and set the ARCH to i686. Later in the script we'll add some # options to the .mozconfig so that the compile will do the right thing. -if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 80386 | grep 32-bit)" != "" ]; then +if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 386 | grep 32-bit)" != "" ]; then COMPILE_X86_UNDER_X86_64=true ARCH=i686 fi diff --git a/source/xap/seamonkey/seamonkey.SlackBuild b/source/xap/seamonkey/seamonkey.SlackBuild index acda41178..ca1dd111e 100755 --- a/source/xap/seamonkey/seamonkey.SlackBuild +++ b/source/xap/seamonkey/seamonkey.SlackBuild @@ -51,7 +51,7 @@ fi # attempt the build using an x86_64 kernel and a 32-bit userspace. Detect this # situation and set the ARCH to i686. Later in the script we'll add some # options to the .mozconfig so that the compile will do the right thing. -if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 80386 | grep 32-bit)" != "" ]; then +if [ "$(uname -m)" = "x86_64" -a "$(file -L /usr/bin/gcc | grep 386 | grep 32-bit)" != "" ]; then COMPILE_X86_UNDER_X86_64=true ARCH=i686 fi