mid-kid
8 years ago
9 changed files with 58 additions and 38 deletions
@ -1,2 +0,0 @@ |
|||
Modifications: |
|||
- Apply a fix for https://sourceware.org/bugzilla/show_bug.cgi?id=19775. |
@ -1,2 +0,0 @@ |
|||
Modifications: |
|||
- Applied glib-thumbnailer.patch which is required by the patched gtk+2. Requires tumbler. |
@ -1,2 +0,0 @@ |
|||
Modifications: |
|||
- Applied gtk2-filechooser-icon-view.patch which adds support for an icon view. |
@ -1,8 +1,15 @@ |
|||
This repo contains all my slackware modifications of the base install. |
|||
Additional packages are contained in RocketLinux and built in a non-standard manner. |
|||
|
|||
This branch contains a few scripts I use to manage things. |
|||
|
|||
This branch contains general bookkeeping information about the entire repo. |
|||
|
|||
Right now, it's populated by .TXT files, containing ideas I will later implement. |
|||
There's also a kernel.SlackBuild, which I could use to build a new, nearly-identical slackware kernel. |
|||
- kernel.SlackBuild is capable of building a near-identical slackware kernel |
|||
- convert32pkg.sh converts a 32bit package to be installable on 64bit (by |
|||
removing everything present in the 64bit package). |
|||
It is only designed to support some packages in the official slackware iso, |
|||
because there's all kinds of packages that need special treatment, |
|||
especially for their doinst.sh scripts. |
|||
- massconvert32.sh calls convert32pkg.sh over an entire package directory |
|||
- update-repo.sh is my shitty implementation of a slackware repo generator, |
|||
that tries to generate everything as close to the official slackware repo as |
|||
possible. |
|||
|
Loading…
Reference in new issue