slackware-current/source
Patrick J Volkerding 5ec7ae04a2 Tue Aug 20 18:23:52 UTC 2024
a/libbytesize-2.11-x86_64-1.txz:  Upgraded.
d/python-setuptools-73.0.0-x86_64-1.txz:  Upgraded.
l/python-importlib_metadata-8.4.0-x86_64-1.txz:  Upgraded.
n/epic5-2.2-x86_64-1.txz:  Upgraded.
n/netatalk-3.2.7-x86_64-1.txz:  Upgraded.
x/xorg-server-21.1.13-x86_64-2.txz:  Rebuilt.
  On 32-bit, using the modesetting driver with Intel graphics is resulting in
  a black screen (observed here with CoffeeLake-H GT2), so on 32-bit only let's
  stop applying the patch that was making xorg-server use modesetting by
  default. Thanks to LuckyCyborg and Petri Kaukasoina.
  Fix build with gcc-14.2.
x/xorg-server-xephyr-21.1.13-x86_64-2.txz:  Rebuilt.
x/xorg-server-xnest-21.1.13-x86_64-2.txz:  Rebuilt.
x/xorg-server-xvfb-21.1.13-x86_64-2.txz:  Rebuilt.
xfce/xfce4-screenshooter-1.11.1-x86_64-1.txz:  Upgraded.
2024-08-20 20:59:42 +02:00
..
a Tue Aug 20 18:23:52 UTC 2024 2024-08-20 20:59:42 +02:00
ap Sat Aug 17 18:14:54 UTC 2024 2024-08-17 20:30:46 +02:00
d Sun Aug 18 18:11:20 UTC 2024 2024-08-18 20:35:31 +02:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f
installer Mon Jul 29 18:32:35 UTC 2024 2024-07-29 20:58:51 +02:00
k Mon Aug 19 18:50:19 UTC 2024 2024-08-19 21:49:36 +02:00
kde Thu Aug 15 20:07:37 UTC 2024 2024-08-15 23:02:34 +02:00
l Mon Aug 19 18:50:19 UTC 2024 2024-08-19 21:49:36 +02:00
n Tue Aug 20 18:23:52 UTC 2024 2024-08-20 20:59:42 +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 Tue Aug 20 18:23:52 UTC 2024 2024-08-20 20:59:42 +02:00
xap Tue Aug 13 20:33:27 UTC 2024 2024-08-13 23:09:21 +02:00
xfce Tue Aug 20 18:23:52 UTC 2024 2024-08-20 20:59:42 +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