mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
371284cd89
During package creation, most SlackBuilds copy the .SlackBuild file to /usr/doc/$PKG/. Previously, sbopkg would cause the "original" SlackBuild instead of the "local" SlackBuild with user edits to be copied to the documentation directory. Now, sbopkg backs up the original SlackBuild to $PKGNAME.SlackBuild.original before building the package. Old behavior: 1. Original (upstream) SlackBuild is named $PKGNAME.SlackBuild. 2. User optionally defines custom SlackBuild in $PKGNAME.SlackBuild.sbopkg. 3. sbopkg asks user to use Original or Local SlackBuild, and copies $PKGNAME.SlackBuild or $PKGNAME.SlackBuild.sbopkg to $PKGNAME.SlackBuild.build, respectively. 4. sbopkg builds package (which includes copying SlackBuild to /usr/doc/). 5. sbopkg removes *.build files. New behavior: 1. Original (upstream) SlackBuild is named $PKGNAME.SlackBuild. 2. User optionally defines custom SlackBuild in $PKGNAME.SlackBuild.sbopkg. 3. sbopkg asks user to use Original or Local SlackBuild, and copies $PKGNAME.SlackBuild or $PKGNAME.SlackBuild.sbopkg to $PKGNAME.SlackBuild.build, respectively. 4. sbopkg backs up original SlackBuild by moving $PKGNAME.SlackBuild to $PKGNAME.SlackBuild.original. 5. sbopkg copies $PKGNAME.SlackBuild.build to $PKGNAME.SlackBuild. 6. sbopkg builds package (which includes copying SlackBuild to /usr/doc/). 7. sbopkg restores original SlackBuild by moving $PKGNAME.SlackBuild.original to $PKGNAME.SlackBuild. 8. sbopkg removes *.build files. Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
84 lines
2.9 KiB
Plaintext
84 lines
2.9 KiB
Plaintext
SBOPKG NEWS
|
|
|
|
sbopkg-dev (2018-01-12 00:52:10 UTC)
|
|
FEATURES
|
|
* sqg: Parallelize building of single and all packages by option -j.
|
|
Requires GNU Parallel.
|
|
Patch by Marcel Saegebarth.
|
|
* sqg: Introduced new simple filesystem cache.
|
|
This will reduce queue generation time significantly when
|
|
invoked with -j N+1 (N: Number of cores)
|
|
Patch by Marcel Saegebarth.
|
|
* sqg: Generate one queue file for multiple programs by option -o.
|
|
The output queue filename is user-defined.
|
|
You can then run sbopkg -i <queue-name> to install all packages+deps.
|
|
Feature Request by Jeremy/bassmadrigal (Fixed #13).
|
|
Implement contributions from Marcel Saegebarth.
|
|
* sqg: Added manual page for sqg.
|
|
* sbopkg: No need to do complete check for old sources if no sources available
|
|
Initial patch by Loki Harfagr
|
|
* sbopkg: Added support for Slackware 15.0
|
|
|
|
MODIFICATIONS
|
|
* bash-completion: Complete -i and -b when git repo is used
|
|
Patch by Sergey V.
|
|
* move sqg functions to /usr/libexec
|
|
Patch by Marcel Saegebarth
|
|
* use exit 1 when rsync failed instead of 0
|
|
* Fix 90-SBo-master.repo to accomodate SBo's new server
|
|
Patch by Matteo Bernardini
|
|
* Remove SKIP_EMPTY option.
|
|
* Fix wrong glob expansion
|
|
Patch by Alan
|
|
* Use correct SlackBuild file name to build package
|
|
Patch by Erich Ritz
|
|
|
|
sbopkg 0.38.1 (2016-09-01 13:42 UTC)
|
|
FEATURES
|
|
* Added option to download from third party source repository
|
|
in case the one mentioned in .info failed or having bad checksums.
|
|
* Added new option in sbopkg.conf: SRC_REPO
|
|
This is used to define third party source repository
|
|
sbopkg: Added option to download from third party source.
|
|
|
|
MODIFICATIONS
|
|
* Do not use wildcard for GPG checking (Fix #19)
|
|
|
|
sbopkg-0.38.0 (2016-07-01 16:52:27 UTC)
|
|
FEATURES
|
|
* Add --no-group to rsync so files are owned by root:root
|
|
Patch by pyllyukko
|
|
* Updated es translations (Dhaby Xiloj)
|
|
* Moved sqg to /usr/sbin
|
|
* Added support for Slackware 14.2.
|
|
* Update queue sample files
|
|
|
|
sbopkg-0.37.1 (2015-10-27 03:02:59 UTC)
|
|
|
|
FEATURES
|
|
* Add --visit-items option in certain part of dialog to help
|
|
disabled people
|
|
* Added SBo master branch repo (git)
|
|
|
|
MODIFICATIONS
|
|
|
|
* Move PIDFILE to global variable
|
|
* Update copyright
|
|
* Transitions from code.google.com to github.com
|
|
* Remove SVN-stuff
|
|
* Fix sqg branch to 14.1 by default.
|
|
|
|
sbopkg 0.37.0 (2013-12-09 15:10 UTC)
|
|
|
|
FEATURES
|
|
|
|
* This release of sbopkg is Slackware 14.1-ready. Congrats to
|
|
the entire Slackware team for another great release!
|
|
* Sbopkg now has a -B flag which will allow the user to
|
|
process the queue from the command line in 'bulk' without
|
|
confirmation first.
|
|
|
|
MODIFICATIONS
|
|
|
|
* No other modifications have been made.
|