From f0cab128f9d2a3bdf168903bf056e8e4a2e0090f Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 23 Dec 2024 23:43:54 +0000 Subject: [PATCH] Mon Dec 23 23:43:54 UTC 2024 l/imagemagick-7.1.1_43-x86_64-1.txz: Upgraded. x/dejavu-fonts-ttf-2.37-noarch-8.txz: Rebuilt. Added some optional fontconfig files to symlink into /etc/fonts/conf.d if you would like to make the DejaVu fonts preferred for their font families: 58-dejavu-sans-mono-default-monospace.conf, 59-dejavu-sans-default-sans.conf, and 59-dejavu-serif-default-serif.conf. x/noto-fonts-ttf-2024.12.01-noarch-2.txz: Rebuilt. Added some optional fontconfig files to symlink into /etc/fonts/conf.d if you would like to make the Noto fonts preferred for their font families: 58-noto-mono-default-monospace.conf, 59-noto-sans-default-sans.conf. and 59-noto-serif-default-serif.conf, y/gnugo-3.8-x86_64-1.txz: Added. Added the GNU Go game engine. Thanks to alienBOB. --- ChangeLog.rss | 29 +++- ChangeLog.txt | 17 +++ FILELIST.TXT | 125 +++++++++------- slackware64/y/maketag | 5 +- slackware64/y/maketag.ez | 5 +- slackware64/y/tagfile | 1 + ...58-dejavu-sans-mono-default-monospace.conf | 11 ++ .../59-dejavu-sans-default-sans.conf | 11 ++ .../59-dejavu-serif-default-serif.conf | 11 ++ .../dejavu-fonts-ttf.SlackBuild | 10 +- ...nf => 58-noto-mono-default-monospace.conf} | 0 ...ns.conf => 59-noto-sans-default-sans.conf} | 0 ....conf => 59-noto-serif-default-serif.conf} | 0 .../noto-fonts-ttf/noto-fonts-ttf.SlackBuild | 2 +- source/y/gnugo/gnugo.SlackBuild | 140 ++++++++++++++++++ source/y/gnugo/slack-desc | 19 +++ 16 files changed, 319 insertions(+), 67 deletions(-) create mode 100644 source/x/dejavu-fonts-ttf/conf.avail/58-dejavu-sans-mono-default-monospace.conf create mode 100644 source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-sans-default-sans.conf create mode 100644 source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-serif-default-serif.conf rename source/x/noto-fonts-ttf/conf.avail/{66-noto-mono.conf => 58-noto-mono-default-monospace.conf} (100%) rename source/x/noto-fonts-ttf/conf.avail/{66-noto-sans.conf => 59-noto-sans-default-sans.conf} (100%) rename source/x/noto-fonts-ttf/conf.avail/{66-noto-serif.conf => 59-noto-serif-default-serif.conf} (100%) create mode 100755 source/y/gnugo/gnugo.SlackBuild create mode 100644 source/y/gnugo/slack-desc diff --git a/ChangeLog.rss b/ChangeLog.rss index 51db3d2a1..bec70947b 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,34 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Sun, 22 Dec 2024 20:46:32 GMT - Sun, 22 Dec 2024 21:33:04 GMT + Mon, 23 Dec 2024 23:43:54 GMT + Tue, 24 Dec 2024 00:03:56 GMT maintain_current_git.sh v 1.17 + + Mon, 23 Dec 2024 23:43:54 GMT + Mon, 23 Dec 2024 23:43:54 GMT + https://git.slackware.nl/current/tag/?h=20241223234354 + 20241223234354 + + +l/imagemagick-7.1.1_43-x86_64-1.txz: Upgraded. +x/dejavu-fonts-ttf-2.37-noarch-8.txz: Rebuilt. + Added some optional fontconfig files to symlink into /etc/fonts/conf.d if you + would like to make the DejaVu fonts preferred for their font families: + 58-dejavu-sans-mono-default-monospace.conf, + 59-dejavu-sans-default-sans.conf, + and 59-dejavu-serif-default-serif.conf. +x/noto-fonts-ttf-2024.12.01-noarch-2.txz: Rebuilt. + Added some optional fontconfig files to symlink into /etc/fonts/conf.d if you + would like to make the Noto fonts preferred for their font families: + 58-noto-mono-default-monospace.conf, + 59-noto-sans-default-sans.conf. + and 59-noto-serif-default-serif.conf, +y/gnugo-3.8-x86_64-1.txz: Added. + Added the GNU Go game engine. Thanks to alienBOB. + ]]> + + Sun, 22 Dec 2024 20:46:32 GMT Sun, 22 Dec 2024 20:46:32 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index 82264c4f4..b8f4fca15 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,20 @@ +Mon Dec 23 23:43:54 UTC 2024 +l/imagemagick-7.1.1_43-x86_64-1.txz: Upgraded. +x/dejavu-fonts-ttf-2.37-noarch-8.txz: Rebuilt. + Added some optional fontconfig files to symlink into /etc/fonts/conf.d if you + would like to make the DejaVu fonts preferred for their font families: + 58-dejavu-sans-mono-default-monospace.conf, + 59-dejavu-sans-default-sans.conf, + and 59-dejavu-serif-default-serif.conf. +x/noto-fonts-ttf-2024.12.01-noarch-2.txz: Rebuilt. + Added some optional fontconfig files to symlink into /etc/fonts/conf.d if you + would like to make the Noto fonts preferred for their font families: + 58-noto-mono-default-monospace.conf, + 59-noto-sans-default-sans.conf. + and 59-noto-serif-default-serif.conf, +y/gnugo-3.8-x86_64-1.txz: Added. + Added the GNU Go game engine. Thanks to alienBOB. ++--------------------------+ Sun Dec 22 20:46:32 UTC 2024 a/mkinitrd-1.4.11-x86_64-60.txz: Rebuilt. init: support having the cryptkey.bin keyfile in the initrd itself. diff --git a/FILELIST.TXT b/FILELIST.TXT index 16756ed84..537565ec6 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Sun Dec 22 20:59:23 UTC 2024 +Mon Dec 23 23:47:29 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-12-22 20:50 . +drwxr-xr-x 12 root root 4096 2024-12-23 23:43 . -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 1167654 2024-12-22 20:50 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-12-22 20:50 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1167654 2024-12-22 20:59 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-12-22 20:59 ./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 1278133 2024-12-22 20:58 ./ChangeLog.txt +-rw-r--r-- 1 root root 1278967 2024-12-23 23:43 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2024-12-19 21:01 ./EFI/BOOT -rw-r--r-- 1 root root 1200128 2024-12-13 04:26 ./EFI/BOOT/bootx64.efi @@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2024-12-19 21:01 ./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 1532108 2024-12-22 20:50 ./FILELIST.TXT +-rw-r--r-- 1 root root 1532108 2024-12-22 20:59 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY --rw-r--r-- 1 root root 920265 2024-12-22 20:49 ./PACKAGES.TXT +-rw-r--r-- 1 root root 920853 2024-12-23 23:46 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT -rw-r--r-- 1 root root 2640 2024-12-19 20:49 ./README.initrd -rw-r--r-- 1 root root 34114 2023-12-11 20:35 ./README_CRYPT.TXT @@ -662,11 +662,11 @@ 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-12-22 20:49 ./slackware64 --rw-r--r-- 1 root root 359070 2024-12-22 20:49 ./slackware64/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-12-22 20:49 ./slackware64/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 446065 2024-12-22 20:48 ./slackware64/FILE_LIST --rw-r--r-- 1 root root 4828436 2024-12-22 20:49 ./slackware64/MANIFEST.bz2 +drwxr-xr-x 17 root root 4096 2024-12-23 23:47 ./slackware64 +-rw-r--r-- 1 root root 359257 2024-12-23 23:47 ./slackware64/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-12-23 23:47 ./slackware64/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 446300 2024-12-23 23:46 ./slackware64/FILE_LIST +-rw-r--r-- 1 root root 4836429 2024-12-23 23:46 ./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-12-22 20:48 ./slackware64/a -rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt @@ -2780,7 +2780,7 @@ drwxr-xr-x 2 root root 86016 2024-12-12 21:17 ./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-12-22 20:48 ./slackware64/l +drwxr-xr-x 2 root root 102400 2024-12-23 23:46 ./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 @@ -3183,9 +3183,9 @@ drwxr-xr-x 2 root root 102400 2024-12-22 20:48 ./slackware64/l -rw-r--r-- 1 root root 473 2021-02-13 06:52 ./slackware64/l/id3lib-3.8.3-x86_64-4.txt -rw-r--r-- 1 root root 161400 2021-02-13 06:52 ./slackware64/l/id3lib-3.8.3-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-13 06:52 ./slackware64/l/id3lib-3.8.3-x86_64-4.txz.asc --rw-r--r-- 1 root root 537 2024-12-22 17:56 ./slackware64/l/imagemagick-7.1.1_42-x86_64-1.txt --rw-r--r-- 1 root root 8624044 2024-12-22 17:56 ./slackware64/l/imagemagick-7.1.1_42-x86_64-1.txz --rw-r--r-- 1 root root 195 2024-12-22 17:56 ./slackware64/l/imagemagick-7.1.1_42-x86_64-1.txz.asc +-rw-r--r-- 1 root root 537 2024-12-23 18:56 ./slackware64/l/imagemagick-7.1.1_43-x86_64-1.txt +-rw-r--r-- 1 root root 8625348 2024-12-23 18:56 ./slackware64/l/imagemagick-7.1.1_43-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-12-23 18:56 ./slackware64/l/imagemagick-7.1.1_43-x86_64-1.txz.asc -rw-r--r-- 1 root root 399 2023-10-05 20:06 ./slackware64/l/immer-0.8.1-x86_64-1.txt -rw-r--r-- 1 root root 67400 2023-10-05 20:06 ./slackware64/l/immer-0.8.1-x86_64-1.txz -rw-r--r-- 1 root root 163 2023-10-05 20:06 ./slackware64/l/immer-0.8.1-x86_64-1.txz.asc @@ -4649,7 +4649,7 @@ drwxr-xr-x 2 root root 4096 2024-12-05 21:43 ./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-12-22 20:48 ./slackware64/x +drwxr-xr-x 2 root root 65536 2024-12-23 23:46 ./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 @@ -4674,9 +4674,9 @@ drwxr-xr-x 2 root root 65536 2024-12-22 20:48 ./slackware64/x -rw-r--r-- 1 root root 417 2023-12-14 19:53 ./slackware64/x/compiz-0.8.18-x86_64-4.txt -rw-r--r-- 1 root root 988264 2023-12-14 19:53 ./slackware64/x/compiz-0.8.18-x86_64-4.txz -rw-r--r-- 1 root root 163 2023-12-14 19:53 ./slackware64/x/compiz-0.8.18-x86_64-4.txz.asc --rw-r--r-- 1 root root 440 2024-11-27 22:45 ./slackware64/x/dejavu-fonts-ttf-2.37-noarch-7.txt --rw-r--r-- 1 root root 2516596 2024-11-27 22:45 ./slackware64/x/dejavu-fonts-ttf-2.37-noarch-7.txz --rw-r--r-- 1 root root 195 2024-11-27 22:45 ./slackware64/x/dejavu-fonts-ttf-2.37-noarch-7.txz.asc +-rw-r--r-- 1 root root 440 2024-12-23 23:03 ./slackware64/x/dejavu-fonts-ttf-2.37-noarch-8.txt +-rw-r--r-- 1 root root 2516676 2024-12-23 23:03 ./slackware64/x/dejavu-fonts-ttf-2.37-noarch-8.txz +-rw-r--r-- 1 root root 195 2024-12-23 23:03 ./slackware64/x/dejavu-fonts-ttf-2.37-noarch-8.txz.asc -rw-r--r-- 1 root root 305 2024-03-03 19:33 ./slackware64/x/editres-1.0.9-x86_64-1.txt -rw-r--r-- 1 root root 50760 2024-03-03 19:33 ./slackware64/x/editres-1.0.9-x86_64-1.txz -rw-r--r-- 1 root root 163 2024-03-03 19:33 ./slackware64/x/editres-1.0.9-x86_64-1.txz.asc @@ -5143,9 +5143,9 @@ drwxr-xr-x 2 root root 65536 2024-12-22 20:48 ./slackware64/x -rw-r--r-- 1 root root 431 2024-12-01 22:27 ./slackware64/x/noto-emoji-2.047-noarch-1.txt -rw-r--r-- 1 root root 9587188 2024-12-01 22:27 ./slackware64/x/noto-emoji-2.047-noarch-1.txz -rw-r--r-- 1 root root 195 2024-12-01 22:27 ./slackware64/x/noto-emoji-2.047-noarch-1.txz.asc --rw-r--r-- 1 root root 710 2024-12-01 22:16 ./slackware64/x/noto-fonts-ttf-2024.12.01-noarch-1.txt --rw-r--r-- 1 root root 21788876 2024-12-01 22:16 ./slackware64/x/noto-fonts-ttf-2024.12.01-noarch-1.txz --rw-r--r-- 1 root root 195 2024-12-01 22:16 ./slackware64/x/noto-fonts-ttf-2024.12.01-noarch-1.txz.asc +-rw-r--r-- 1 root root 710 2024-12-23 23:12 ./slackware64/x/noto-fonts-ttf-2024.12.01-noarch-2.txt +-rw-r--r-- 1 root root 21786352 2024-12-23 23:12 ./slackware64/x/noto-fonts-ttf-2024.12.01-noarch-2.txz +-rw-r--r-- 1 root root 195 2024-12-23 23:12 ./slackware64/x/noto-fonts-ttf-2024.12.01-noarch-2.txz.asc -rw-r--r-- 1 root root 222 2024-12-05 19:24 ./slackware64/x/oclock-1.0.6-x86_64-1.txt -rw-r--r-- 1 root root 22748 2024-12-05 19:24 ./slackware64/x/oclock-1.0.6-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-12-05 19:24 ./slackware64/x/oclock-1.0.6-x86_64-1.txz.asc @@ -5819,23 +5819,26 @@ drwxr-xr-x 2 root root 12288 2024-12-22 03:54 ./slackware64/xfce -rw-r--r-- 1 root root 285 2024-12-15 19:26 ./slackware64/xfce/xfwm4-4.20.0-x86_64-1.txt -rw-r--r-- 1 root root 460344 2024-12-15 19:26 ./slackware64/xfce/xfwm4-4.20.0-x86_64-1.txz -rw-r--r-- 1 root root 195 2024-12-15 19:26 ./slackware64/xfce/xfwm4-4.20.0-x86_64-1.txz.asc -drwxr-xr-x 2 root root 4096 2024-11-10 20:41 ./slackware64/y +drwxr-xr-x 2 root root 4096 2024-12-23 23:46 ./slackware64/y -rw-r--r-- 1 root root 608 2024-11-10 20:20 ./slackware64/y/bsd-games-2.17-x86_64-6.txt -rw-r--r-- 1 root root 1950780 2024-11-10 20:20 ./slackware64/y/bsd-games-2.17-x86_64-6.txz -rw-r--r-- 1 root root 195 2024-11-10 20:20 ./slackware64/y/bsd-games-2.17-x86_64-6.txz.asc +-rw-r--r-- 1 root root 435 2024-12-23 22:47 ./slackware64/y/gnugo-3.8-x86_64-1.txt +-rw-r--r-- 1 root root 1067804 2024-12-23 22:47 ./slackware64/y/gnugo-3.8-x86_64-1.txz +-rw-r--r-- 1 root root 195 2024-12-23 22:47 ./slackware64/y/gnugo-3.8-x86_64-1.txz.asc -rwxr-xr-x 1 root root 2897 2009-06-24 22:06 ./slackware64/y/install-packages -rw-r--r-- 1 root root 446 2006-09-18 10:41 ./slackware64/y/install.end --rw-r--r-- 1 root root 1198 2020-12-30 21:55 ./slackware64/y/maketag --rw-r--r-- 1 root root 1198 2020-12-30 21:55 ./slackware64/y/maketag.ez +-rw-r--r-- 1 root root 1246 2024-12-23 23:42 ./slackware64/y/maketag +-rw-r--r-- 1 root root 1246 2024-12-23 23:42 ./slackware64/y/maketag.ez -rw-r--r-- 1 root root 544 2024-05-05 17:22 ./slackware64/y/nethack-3.6.7-x86_64-2.txt -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-12-22 20:50 ./source --rw-r--r-- 1 root root 629905 2024-12-22 20:50 ./source/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-12-22 20:50 ./source/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 882164 2024-12-22 20:49 ./source/FILE_LIST --rw-r--r-- 1 root root 31701016 2024-12-22 20:49 ./source/MANIFEST.bz2 +-rw-r--r-- 1 root root 36 2024-12-23 23:42 ./slackware64/y/tagfile +drwxr-xr-x 18 root root 4096 2024-12-23 23:47 ./source +-rw-r--r-- 1 root root 630436 2024-12-23 23:47 ./source/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-12-23 23:47 ./source/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 882941 2024-12-23 23:47 ./source/FILE_LIST +-rw-r--r-- 1 root root 31701204 2024-12-23 23:47 ./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-12-20 20:31 ./source/a -rw-r--r-- 1 root root 339 2023-09-28 19:06 ./source/a/FTBFSlog @@ -10928,9 +10931,9 @@ drwxr-xr-x 2 root root 4096 2018-01-05 18:45 ./source/l/id3lib/patches -rw-r--r-- 1 root root 629 2017-09-11 16:30 ./source/l/id3lib/patches/id3lib.utf8_writing.patch.gz -rw-r--r-- 1 root root 517 2017-09-11 16:30 ./source/l/id3lib/patches/id3lib.vbr_stack_smash.patch.gz -rw-r--r-- 1 root root 927 2018-02-27 06:12 ./source/l/id3lib/slack-desc -drwxr-xr-x 2 root root 4096 2024-12-22 17:54 ./source/l/imagemagick --rw-r--r-- 1 root root 10735193 2024-12-21 20:02 ./source/l/imagemagick/ImageMagick-7.1.1-42.tar.lz --rw-r--r-- 1 root root 833 2024-12-21 21:02 ./source/l/imagemagick/ImageMagick-7.1.1-42.tar.lz.asc +drwxr-xr-x 2 root root 4096 2024-12-23 18:54 ./source/l/imagemagick +-rw-r--r-- 1 root root 10732616 2024-12-22 19:06 ./source/l/imagemagick/ImageMagick-7.1.1-43.tar.lz +-rw-r--r-- 1 root root 833 2024-12-22 20:27 ./source/l/imagemagick/ImageMagick-7.1.1-43.tar.lz.asc -rw-r--r-- 1 root root 309 2016-05-17 04:08 ./source/l/imagemagick/doinst.sh.gz -rwxr-xr-x 1 root root 7385 2024-10-06 18:04 ./source/l/imagemagick/imagemagick.SlackBuild -rw-r--r-- 1 root root 81 2022-11-08 20:07 ./source/l/imagemagick/imagemagick.url @@ -11937,9 +11940,9 @@ drwxr-xr-x 2 root root 4096 2023-02-03 04:19 ./source/l/poppler-data -rwxr-xr-x 1 root root 4559 2024-10-10 17:40 ./source/l/poppler/poppler.SlackBuild -rw-r--r-- 1 root root 989 2023-05-03 17:28 ./source/l/poppler/slack-desc drwxr-xr-x 2 root root 4096 2022-09-17 18:29 ./source/l/popt --rw-r--r-- 1 root root 418498 2022-09-16 07:08 ./source/l/popt/popt-1.19.tar.lz --rwxr-xr-x 1 root root 4399 2022-09-17 18:29 ./source/l/popt/popt.SlackBuild --rw-r--r-- 1 root root 40 2020-06-26 19:04 ./source/l/popt/popt.url +-rw-r--r-- 1 root root 418498 2022-09-16 07:08 ./source/l/popt/popt-1.19.tar.lz +-rwxr-xr-x 1 root root 4399 2022-09-17 18:29 ./source/l/popt/popt.SlackBuild +-rw-r--r-- 1 root root 40 2020-06-26 19:04 ./source/l/popt/popt.url -rw-r--r-- 1 root root 1041 2018-02-27 06:12 ./source/l/popt/slack-desc drwxr-xr-x 3 root root 4096 2024-12-18 18:07 ./source/l/protobuf -rw-r--r-- 1 root root 4826926 2024-12-17 20:18 ./source/l/protobuf/protobuf-29.2.tar.lz @@ -13874,7 +13877,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 90 root root 4096 2024-12-22 18:23 ./source/x +drwxr-xr-x 90 root root 4096 2024-12-23 23:11 ./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 @@ -13896,9 +13899,13 @@ drwxr-xr-x 2 root root 4096 2023-12-14 19:51 ./source/x/compiz -rw-r--r-- 1 root root 743580 2020-04-04 18:24 ./source/x/compiz/compiz-0.8.18.tar.lz -rwxr-xr-x 1 root root 4463 2024-05-11 17:09 ./source/x/compiz/compiz.SlackBuild -rw-r--r-- 1 root root 874 2019-12-12 04:50 ./source/x/compiz/slack-desc -drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/x/dejavu-fonts-ttf +drwxr-xr-x 3 root root 4096 2024-12-23 22:55 ./source/x/dejavu-fonts-ttf +drwxr-xr-x 2 root root 4096 2024-12-23 23:03 ./source/x/dejavu-fonts-ttf/conf.avail +-rw-r--r-- 1 root root 300 2024-12-21 22:41 ./source/x/dejavu-fonts-ttf/conf.avail/58-dejavu-sans-mono-default-monospace.conf +-rw-r--r-- 1 root root 286 2024-12-21 22:41 ./source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-sans-default-sans.conf +-rw-r--r-- 1 root root 284 2024-12-21 22:41 ./source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-serif-default-serif.conf -rw-r--r-- 1 root root 2534484 2016-07-30 10:41 ./source/x/dejavu-fonts-ttf/dejavu-fonts-ttf-2.37.tar.xz --rwxr-xr-x 1 root root 3032 2024-11-27 22:45 ./source/x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild +-rwxr-xr-x 1 root root 3268 2024-12-23 22:55 ./source/x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild -rw-r--r-- 1 root root 169 2018-06-05 22:36 ./source/x/dejavu-fonts-ttf/doinst.sh.gz -rw-r--r-- 1 root root 904 2018-02-27 06:13 ./source/x/dejavu-fonts-ttf/slack-desc drwxr-xr-x 2 root root 4096 2024-12-10 18:59 ./source/x/egl-wayland @@ -14282,18 +14289,18 @@ drwxr-xr-x 2 root root 4096 2024-12-01 22:27 ./source/x/noto-emoji -rw-r--r-- 1 root root 41 2024-12-01 22:19 ./source/x/noto-emoji/noto-emoji.url -rwxr-xr-x 1 root root 1179 2024-12-01 22:24 ./source/x/noto-emoji/prune-unpackaged-files.sh -rw-r--r-- 1 root root 921 2024-09-08 20:15 ./source/x/noto-emoji/slack-desc -drwxr-xr-x 3 root root 4096 2024-12-01 22:15 ./source/x/noto-fonts-ttf -drwxr-xr-x 2 root root 4096 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail +drwxr-xr-x 3 root root 4096 2024-12-23 23:10 ./source/x/noto-fonts-ttf +drwxr-xr-x 2 root root 4096 2024-12-21 22:46 ./source/x/noto-fonts-ttf/conf.avail -rw-r--r-- 1 root root 209 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail/46-noto-mono.conf -rw-r--r-- 1 root root 205 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail/46-noto-sans.conf -rw-r--r-- 1 root root 201 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail/46-noto-serif.conf --rw-r--r-- 1 root root 207 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail/66-noto-mono.conf --rw-r--r-- 1 root root 203 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail/66-noto-sans.conf --rw-r--r-- 1 root root 199 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail/66-noto-serif.conf +-rw-r--r-- 1 root root 207 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail/58-noto-mono-default-monospace.conf +-rw-r--r-- 1 root root 203 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail/59-noto-sans-default-sans.conf +-rw-r--r-- 1 root root 199 2024-12-01 18:13 ./source/x/noto-fonts-ttf/conf.avail/59-noto-serif-default-serif.conf -rw-r--r-- 1 root root 169 2018-06-05 22:37 ./source/x/noto-fonts-ttf/doinst.sh.gz -rw-r--r-- 1 root root 2851 2021-10-01 04:59 ./source/x/noto-fonts-ttf/fonts-to-skip.txt -rw-r--r-- 1 root root 23557070 2024-11-28 01:57 ./source/x/noto-fonts-ttf/noto-fonts-subset-2024.12.01.tar.lz --rwxr-xr-x 1 root root 2518 2024-12-01 19:33 ./source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild +-rwxr-xr-x 1 root root 2518 2024-12-23 23:11 ./source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild -rw-r--r-- 1 root root 49 2024-12-01 17:55 ./source/x/noto-fonts-ttf/noto-fonts-ttf.url -rwxr-xr-x 1 root root 5266 2024-12-01 22:10 ./source/x/noto-fonts-ttf/package-source.sh -rw-r--r-- 1 root root 1175 2020-07-29 18:51 ./source/x/noto-fonts-ttf/slack-desc @@ -15294,15 +15301,15 @@ drwxr-xr-x 2 root root 4096 2024-12-14 18:47 ./source/x/x11/src/app -rw-r--r-- 1 root root 161736 2024-10-12 18:12 ./source/x/x11/src/app/xkbprint-1.0.7.tar.xz -rw-r--r-- 1 root root 130540 2024-02-03 20:40 ./source/x/x11/src/app/xkbutils-1.0.6.tar.xz -rw-r--r-- 1 root root 121900 2022-11-13 00:03 ./source/x/x11/src/app/xkill-1.0.6.tar.xz --rw-r--r-- 1 root root 134996 2024-03-24 17:14 ./source/x/x11/src/app/xload-1.2.0.tar.xz --rw-r--r-- 1 root root 133996 2024-11-14 00:05 ./source/x/x11/src/app/xlogo-1.0.7.tar.xz --rw-r--r-- 1 root root 120480 2022-11-13 17:34 ./source/x/x11/src/app/xlsatoms-1.1.4.tar.xz --rw-r--r-- 1 root root 125552 2022-11-13 18:00 ./source/x/x11/src/app/xlsclients-1.1.5.tar.xz --rw-r--r-- 1 root root 130488 2024-03-02 00:57 ./source/x/x11/src/app/xlsfonts-1.0.8.tar.xz --rw-r--r-- 1 root root 141688 2024-10-12 18:24 ./source/x/x11/src/app/xmag-1.0.8.tar.xz --rw-r--r-- 1 root root 177156 2024-03-24 17:55 ./source/x/x11/src/app/xman-1.2.0.tar.xz --rw-r--r-- 1 root root 128968 2024-03-03 22:35 ./source/x/x11/src/app/xmessage-1.0.7.tar.xz --rw-r--r-- 1 root root 200428 2024-03-03 22:53 ./source/x/x11/src/app/xmh-1.0.5.tar.xz +-rw-r--r-- 1 root root 134996 2024-03-24 17:14 ./source/x/x11/src/app/xload-1.2.0.tar.xz +-rw-r--r-- 1 root root 133996 2024-11-14 00:05 ./source/x/x11/src/app/xlogo-1.0.7.tar.xz +-rw-r--r-- 1 root root 120480 2022-11-13 17:34 ./source/x/x11/src/app/xlsatoms-1.1.4.tar.xz +-rw-r--r-- 1 root root 125552 2022-11-13 18:00 ./source/x/x11/src/app/xlsclients-1.1.5.tar.xz +-rw-r--r-- 1 root root 130488 2024-03-02 00:57 ./source/x/x11/src/app/xlsfonts-1.0.8.tar.xz +-rw-r--r-- 1 root root 141688 2024-10-12 18:24 ./source/x/x11/src/app/xmag-1.0.8.tar.xz +-rw-r--r-- 1 root root 177156 2024-03-24 17:55 ./source/x/x11/src/app/xman-1.2.0.tar.xz +-rw-r--r-- 1 root root 128968 2024-03-03 22:35 ./source/x/x11/src/app/xmessage-1.0.7.tar.xz +-rw-r--r-- 1 root root 200428 2024-03-03 22:53 ./source/x/x11/src/app/xmh-1.0.5.tar.xz -rw-r--r-- 1 root root 139532 2022-07-10 22:52 ./source/x/x11/src/app/xmodmap-1.0.11.tar.xz -rw-r--r-- 1 root root 122624 2024-02-03 22:47 ./source/x/x11/src/app/xmore-1.0.4.tar.xz -rw-r--r-- 1 root root 143948 2024-03-03 23:02 ./source/x/x11/src/app/xpr-1.2.0.tar.xz @@ -16137,7 +16144,7 @@ drwxr-xr-x 2 root root 4096 2024-12-15 18:51 ./source/xfce/xfwm4 -rwxr-xr-x 1 root root 4665 2024-12-15 18:52 ./source/xfce/xfwm4/xfwm4.SlackBuild -rw-r--r-- 1 root root 45 2024-12-15 18:51 ./source/xfce/xfwm4/xfwm4.url -rw-r--r-- 1 root root 886 2020-12-23 08:10 ./source/xfce/xfwm4/xinitrc.xfce -drwxr-xr-x 4 root root 4096 2020-12-30 21:23 ./source/y +drwxr-xr-x 5 root root 4096 2024-12-23 22:47 ./source/y -rw-r--r-- 1 root root 111 2022-02-07 20:58 ./source/y/FTBFSlog drwxr-xr-x 3 root root 4096 2024-11-10 20:15 ./source/y/bsd-games -rw-r--r-- 1 root root 1794497 2005-02-18 19:17 ./source/y/bsd-games/bsd-games-2.17.tar.lz @@ -16168,6 +16175,10 @@ drwxr-xr-x 2 root root 4096 2024-05-11 04:00 ./source/y/bsd-games/patches -rw-r--r-- 1 root root 367 2024-05-11 04:00 ./source/y/bsd-games/patches/bsd-games.gcc14.diff.gz -rw-r--r-- 1 root root 1960 2006-09-09 00:47 ./source/y/bsd-games/patches/bsd-games.pom.diff.gz -rw-r--r-- 1 root root 1065 2019-02-17 22:28 ./source/y/bsd-games/slack-desc +drwxr-xr-x 2 root root 4096 2024-12-23 22:44 ./source/y/gnugo +-rw-r--r-- 1 root root 2210833 2009-02-19 15:12 ./source/y/gnugo/gnugo-3.8.tar.lz +-rwxr-xr-- 1 root root 4325 2024-12-23 22:43 ./source/y/gnugo/gnugo.SlackBuild +-rw-r--r-- 1 root root 920 2024-12-23 22:34 ./source/y/gnugo/slack-desc drwxr-xr-x 2 root root 4096 2023-02-19 18:29 ./source/y/nethack -rw-r--r-- 1 root root 4024119 2023-02-17 01:20 ./source/y/nethack/nethack-367-src.tar.lz -rwxr-xr-x 1 root root 4972 2024-05-05 17:20 ./source/y/nethack/nethack.SlackBuild diff --git a/slackware64/y/maketag b/slackware64/y/maketag index 4e9933f00..7b4179c8e 100644 --- a/slackware64/y/maketag +++ b/slackware64/y/maketag @@ -22,13 +22,14 @@ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are done." \ 11 70 1 \ "bsd-games" "The BSD text games collection" "on" \ +"gnugo" "GNU Go game engine" "on" \ "nethack" "Rogue-like game" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -bsd-games nethack \ +bsd-games gnugo nethack \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -36,7 +37,7 @@ bsd-games nethack \ fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -bsd-games nethack \ +bsd-games gnugo nethack \ ; do if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag diff --git a/slackware64/y/maketag.ez b/slackware64/y/maketag.ez index 4e9933f00..7b4179c8e 100644 --- a/slackware64/y/maketag.ez +++ b/slackware64/y/maketag.ez @@ -22,13 +22,14 @@ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are done." \ 11 70 1 \ "bsd-games" "The BSD text games collection" "on" \ +"gnugo" "GNU Go game engine" "on" \ "nethack" "Rogue-like game" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -bsd-games nethack \ +bsd-games gnugo nethack \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -36,7 +37,7 @@ bsd-games nethack \ fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -bsd-games nethack \ +bsd-games gnugo nethack \ ; do if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag diff --git a/slackware64/y/tagfile b/slackware64/y/tagfile index 28f0297f7..48df64a00 100644 --- a/slackware64/y/tagfile +++ b/slackware64/y/tagfile @@ -1,2 +1,3 @@ bsd-games:OPT +gnugo:OPT nethack:OPT diff --git a/source/x/dejavu-fonts-ttf/conf.avail/58-dejavu-sans-mono-default-monospace.conf b/source/x/dejavu-fonts-ttf/conf.avail/58-dejavu-sans-mono-default-monospace.conf new file mode 100644 index 000000000..c29440c66 --- /dev/null +++ b/source/x/dejavu-fonts-ttf/conf.avail/58-dejavu-sans-mono-default-monospace.conf @@ -0,0 +1,11 @@ + + + + Set DejaVu Sans Mono as the default system monospace font + + monospace + + DejaVu Sans Mono + + + diff --git a/source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-sans-default-sans.conf b/source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-sans-default-sans.conf new file mode 100644 index 000000000..30cd764cb --- /dev/null +++ b/source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-sans-default-sans.conf @@ -0,0 +1,11 @@ + + + + Set DejaVu Sans as the default system sans font + + sans-serif + + DejaVu Sans + + + diff --git a/source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-serif-default-serif.conf b/source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-serif-default-serif.conf new file mode 100644 index 000000000..3b8166bc7 --- /dev/null +++ b/source/x/dejavu-fonts-ttf/conf.avail/59-dejavu-serif-default-serif.conf @@ -0,0 +1,11 @@ + + + + Set DejaVu Serif as the default system serif font + + serif + + DejaVu Serif + + + diff --git a/source/x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild b/source/x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild index 5c503756f..ffa1140f3 100755 --- a/source/x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild +++ b/source/x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dejavu-fonts-ttf VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ARCH=noarch -BUILD=${BUILD:-7} +BUILD=${BUILD:-8} # 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 @@ -56,7 +56,7 @@ mkdir -p $PKG/usr/share/fonts/TTF/ cp -a ttf/*.ttf $PKG/usr/share/fonts/TTF/ # Rename the 57-* config files to 61-* config files, so that the font choices -# do not override the preferred list in 600-latin.conf: +# do not override the preferred list in 60-latin.conf: ( cd fontconfig for file in 57-* ; do mv $file 61-$(echo $file | cut -f 2- -d -) @@ -72,6 +72,11 @@ mkdir -p $PKG/etc/fonts/conf.d done ) +# Add optional config files for making the DejaVu fonts system default: +cp -a $CWD/conf.avail/* $PKG/usr/share/fontconfig/conf.avail +chown root:root $PKG/usr/share/fontconfig/conf.avail/* +chmod 644 $PKG/usr/share/fontconfig/conf.avail/* + mkdir -p $PKG/usr/doc/dejavu-fonts-ttf-$VERSION cp -a \ AUTHORS BUGS LICENSE NEWS README* *.txt \ @@ -83,4 +88,3 @@ zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $TMP/dejavu-fonts-ttf-$(echo $VERSION | tr - _ )-$ARCH-$BUILD.txz - diff --git a/source/x/noto-fonts-ttf/conf.avail/66-noto-mono.conf b/source/x/noto-fonts-ttf/conf.avail/58-noto-mono-default-monospace.conf similarity index 100% rename from source/x/noto-fonts-ttf/conf.avail/66-noto-mono.conf rename to source/x/noto-fonts-ttf/conf.avail/58-noto-mono-default-monospace.conf diff --git a/source/x/noto-fonts-ttf/conf.avail/66-noto-sans.conf b/source/x/noto-fonts-ttf/conf.avail/59-noto-sans-default-sans.conf similarity index 100% rename from source/x/noto-fonts-ttf/conf.avail/66-noto-sans.conf rename to source/x/noto-fonts-ttf/conf.avail/59-noto-sans-default-sans.conf diff --git a/source/x/noto-fonts-ttf/conf.avail/66-noto-serif.conf b/source/x/noto-fonts-ttf/conf.avail/59-noto-serif-default-serif.conf similarity index 100% rename from source/x/noto-fonts-ttf/conf.avail/66-noto-serif.conf rename to source/x/noto-fonts-ttf/conf.avail/59-noto-serif-default-serif.conf diff --git a/source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild b/source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild index c60d675cc..a864fe1d3 100755 --- a/source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild +++ b/source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=noto-fonts-ttf VERSION=${VERSION:-$(echo noto-fonts-subset-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} ARCH=noarch # If the variable PRINT_PACKAGE_NAME is set, then this script will report what diff --git a/source/y/gnugo/gnugo.SlackBuild b/source/y/gnugo/gnugo.SlackBuild new file mode 100755 index 000000000..3da28aa17 --- /dev/null +++ b/source/y/gnugo/gnugo.SlackBuild @@ -0,0 +1,140 @@ +#!/bin/bash + +# Copyright 2021 Eric Hameleers, Eindhoven, NL +# 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=gnugo +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 -fcommon" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --mandir=/usr/man \ + --infodir=/usr/info \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --localstatedir=/var \ + --sysconfdir=/etc \ + --program-prefix= \ + --program-suffix= \ + --build=$ARCH-slackware-linux || exit 1 +make $NUMJOBS || make || exit 1 +make install DESTDIR=$PKG || exit 1 + +# 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 the man page(s): +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 + +# Compress info pages and remove the package's dir file: +if [ -d $PKG/usr/info ]; then + ( cd $PKG/usr/info + rm -f dir + gzip -9 * + ) +fi + +# Add documentation: +mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION +cp -a \ + AUTHORS* COPYING* ChangeLog INSTALL* NEWS* README* THANKS* TODO* \ + $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/y/gnugo/slack-desc b/source/y/gnugo/slack-desc new file mode 100644 index 000000000..b5cfa6ad7 --- /dev/null +++ b/source/y/gnugo/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------------------------------------------------------| +gnugo: gnugo (Go game engine supporting Go Text Protocol) +gnugo: +gnugo: GNU Go is a free program that plays the game of Go. GNU Go has played +gnugo: thousands of games on internet Go servers and the homepage says: +gnugo: "GNU Go has established itself as the leading non-commercial go +gnugo: program in the recent tournaments that it has taken part in." +gnugo: +gnugo: Homepage: https://www.gnu.org/software/gnugo/ +gnugo: +gnugo: +gnugo: