slackware-current/source
Patrick J Volkerding f93aec7ddd Fri Jun 21 18:54:11 UTC 2024
a/dialog-1.3_20240619-x86_64-1.txz:  Upgraded.
a/kernel-firmware-20240620_77eb1a9-noarch-1.txz:  Upgraded.
a/kernel-generic-6.9.6-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.9.6-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.9.6-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.9.6-x86-1.txz:  Upgraded.
d/python-pip-24.1-x86_64-1.txz:  Upgraded.
k/kernel-source-6.9.6-noarch-1.txz:  Upgraded.
l/libclc-18.1.8-x86_64-2.txz:  Rebuilt.
  Install the correct slack-desc. Thanks to audriusk.
l/pycairo-1.26.1-x86_64-1.txz:  Upgraded.
l/sip-6.8.4-x86_64-1.txz:  Upgraded.
x/libwacom-2.12.2-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2024-06-21 21:37:49 +02:00
..
a Fri Jun 21 18:54:11 UTC 2024 2024-06-21 21:37:49 +02:00
ap Wed Jun 19 18:21:46 UTC 2024 2024-06-19 21:32:59 +02:00
d Fri Jun 21 18:54:11 UTC 2024 2024-06-21 21:37:49 +02:00
e Sun May 26 00:07:39 UTC 2024 2024-05-26 02:44:46 +02:00
f
installer Tue May 28 18:08:19 UTC 2024 2024-05-28 21:36:00 +02:00
k Fri Jun 21 18:54:11 UTC 2024 2024-06-21 21:37:49 +02:00
kde Thu Jun 13 23:58:45 UTC 2024 2024-06-14 02:41:44 +02:00
l Fri Jun 21 18:54:11 UTC 2024 2024-06-21 21:37:49 +02:00
n Sun Jun 16 21:32:49 UTC 2024 2024-06-17 00:44:04 +02:00
t Tue Apr 9 18:14:27 UTC 2024 2024-04-09 21:00:29 +02:00
tcl Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
x Fri Jun 21 18:54:11 UTC 2024 2024-06-21 21:37:49 +02:00
xap Fri Jun 14 22:38:45 UTC 2024 2024-06-15 02:02:20 +02:00
xfce Sun Jun 9 18:41:17 UTC 2024 2024-06-09 21:04:22 +02:00
y Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
buildlist-from-changelog.sh
make_world.sh
README.TXT

This is the source used for Slackware.

To look for a particular bit of source (let's say for 'cp'), first you would
look for the full path:

fuzzy:~# which cp
/bin/cp

Then, you grep for the package it came from. Note that the leading '/'
is removed, and ^ and $ mark the beginning and end of the pattern to match:

fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/*
/var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp

From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package.
The source will be found in a corresponding subdirectory. In this case, that
would be ./a/coreutils/.

All of these packages have scripts that extract, patch, and compile the source
automatically. These are the 'SlackBuild' scripts.

Have fun!

---
Patrick J. Volkerding
volkerdi@slackware.com