mirror of
git://slackware.nl/current.git
synced 2025-01-17 18:12:36 +01:00
992c464040
d/parallel-20230422-noarch-1.txz: Upgraded. d/patchelf-0.18.0-x86_64-1.txz: Upgraded. d/perl-5.36.1-x86_64-1.txz: Upgraded. Upgraded: libnet-3.15. kde/baloo-5.105.0-x86_64-2.txz: Rebuilt. Move XDG directory to /etc/kde/xdg. kde/kdepim-addons-23.04.0-x86_64-2.txz: Rebuilt. Add some more import plugins. kde/kdiagram-2.8.0-x86_64-5.txz: Rebuilt. Include license in docs. kde/kid3-3.9.3-x86_64-2.txz: Rebuilt. kde/kross-interpreters-23.04.0-x86_64-2.txz: Rebuilt. Add krossruby.so. kde/kservice-5.105.0-x86_64-2.txz: Rebuilt. Use default menu name. kde/ktextaddons-1.2.1-x86_64-1.txz: Upgraded. kde/marble-23.04.0-x86_64-2.txz: Rebuilt. Add marble-maps. kde/plasma-browser-integration-5.27.4-x86_64-2.txz: Rebuilt. Move under /etc/kde. kde/prison-5.105.0-x86_64-2.txz: Rebuilt. Add PrisonScanner component. kde/pulseaudio-qt-1.3-x86_64-3.txz: Rebuilt. Include licenses in docs. kde/solid-5.105.0-x86_64-2.txz: Rebuilt. Add solid-power. kde/umbrello-23.04.0-x86_64-2.txz: Rebuilt. Don't ship API docs. l/glib2-2.76.2-x86_64-1.txz: Upgraded. l/imagemagick-7.1.1_8-x86_64-1.txz: Upgraded. l/libmtp-1.1.21-x86_64-1.txz: Upgraded. xfce/xfce4-weather-plugin-0.11.1-x86_64-1.txz: Upgraded. |
||
---|---|---|
.. | ||
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