mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
62185b52aa
a/kernel-firmware-20230227_60971a6-noarch-1.txz: Upgraded. a/kernel-generic-6.1.15-x86_64-1.txz: Upgraded. a/kernel-huge-6.1.15-x86_64-1.txz: Upgraded. a/kernel-modules-6.1.15-x86_64-1.txz: Upgraded. ap/dash-0.5.12-x86_64-1.txz: Upgraded. d/kernel-headers-6.1.15-x86-1.txz: Upgraded. k/kernel-source-6.1.15-noarch-1.txz: Upgraded. kde/calligra-3.2.1-x86_64-25.txz: Rebuilt. Recompiled against Imath-3.1.7. kde/kimageformats-5.103.0-x86_64-2.txz: Rebuilt. Recompiled against Imath-3.1.7. kde/krita-5.1.5-x86_64-4.txz: Rebuilt. Recompiled against Imath-3.1.7. l/elfutils-0.189-x86_64-1.txz: Upgraded. l/gst-plugins-bad-free-1.22.0-x86_64-2.txz: Rebuilt. Recompiled against Imath-3.1.7. l/gtk+3-3.24.37-x86_64-1.txz: Upgraded. l/harfbuzz-7.1.0-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_62-x86_64-2.txz: Rebuilt. Recompiled against Imath-3.1.7. l/lcms2-2.15-x86_64-1.txz: Upgraded. l/libdiscid-0.6.4-x86_64-1.txz: Upgraded. l/openexr-3.1.5-x86_64-3.txz: Rebuilt. Recompiled against Imath-3.1.7. l/pango-1.50.14-x86_64-1.txz: Upgraded. n/libmbim-1.28.4-x86_64-1.txz: Upgraded. n/libqmi-1.32.4-x86_64-1.txz: Upgraded. xap/gimp-2.10.34-x86_64-2.txz: Rebuilt. Recompiled against Imath-3.1.7. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. |
||
---|---|---|
.. | ||
a | ||
ap | ||
d | ||
e | ||
f | ||
installer | ||
k | ||
kde | ||
l | ||
n | ||
t | ||
tcl | ||
x | ||
xap | ||
xfce | ||
y | ||
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