chess.griffin
|
64495f7c87
|
random little cleanups and removal of commented out cruft
|
2008-11-11 21:48:15 +00:00 |
|
chess.griffin
|
c314a88a47
|
the size of some of the dialog boxes were bugging me; fix said annoyances
|
2008-11-11 21:22:59 +00:00 |
|
chess.griffin
|
40abf5193b
|
fix search box so pressing enter only will return to main menu
|
2008-11-11 21:06:34 +00:00 |
|
chess.griffin
|
a2a4fdc8e3
|
try and improve the control-c trapping
|
2008-11-11 20:46:11 +00:00 |
|
chess.griffin
|
0710c04d04
|
add fix for mplayer, libsigc++, and libxml++; thanks to cotterochan for mplayer bug report.
|
2008-11-09 21:12:06 +00:00 |
|
chess.griffin
|
437e26207b
|
Drop _SBo from new version display in info_item menu for testing purposes. It should be fine, and works well in my testing, but I don't have many non-SBo packages installed so I may not pick up on any unintended consequences. Thanks to Erik Hanson for the suggestion.
|
2008-11-06 03:20:40 +00:00 |
|
chess.griffin
|
64ca3948a9
|
show package version information and whether a package is installed in each individual info_item menu; thanks to Erik Hanson for the patch. Also fix Control-C error that would prevent a user from exiting cleanly during the initial directory creation stage.
|
2008-11-04 15:00:18 +00:00 |
|
chess.griffin
|
d4d543fb5e
|
add tweak for TiMidity due to SBo fixing the ++/xx issue
|
2008-10-30 02:19:52 +00:00 |
|
chess.griffin
|
850b688845
|
tweak sbopkg.conf.new
|
2008-10-28 13:42:44 +00:00 |
|
chess.griffin
|
8881642382
|
modify sbopkg.conf(5) man page to remove TIMEOUT and incorporate RSYNCFLAGS and WGETFLAGS.
|
2008-10-28 13:39:33 +00:00 |
|
chess.griffin
|
c0d1e39c5e
|
Attempt to fix a few problems introduced by the new rsync flags by moving the flags into sbopkg.conf and allowing users to modify them manually. This means that the new TIMEOUT variable can go.
|
2008-10-27 22:17:50 +00:00 |
|
chess.griffin
|
fc6f9f8eb3
|
fix issue with openoffice.org updatelist entry; thanks to Erik Hanson for the bug report
|
2008-10-27 15:02:40 +00:00 |
|
chess.griffin
|
67d9b1d2c7
|
add in some new code in an attempt to fix the never-ending 'decimal' problem; this new code should fix update issues with flash-player-plugin, flash-player-standalone, Orbit2, and devede reported by Erik Hanson, samac, and Joao Felipe Santos; comment out old ubuntulooks hack since this new code should fix that as well.
|
2008-10-21 20:01:27 +00:00 |
|
chess.griffin
|
ad7e5b91e1
|
update TODO list re: lftp
|
2008-10-18 00:57:44 +00:00 |
|
chess.griffin
|
40a7fd25a5
|
add update fixes for acroread and gnupg; thanks to Erik Hanson for the bug report.
|
2008-10-17 20:19:39 +00:00 |
|
chess.griffin
|
137fee569e
|
change --timeout to --contimeout for the rsync command; modify the rsync error handling; thanks to macavity for the patch.
|
2008-10-17 16:18:05 +00:00 |
|
chess.griffin
|
1c813f614f
|
add in preliminary code for trapping Control-C and allowing the user to cleanly abort the wget source step and the package building step by correctly identifiying and killing the necessary PIDs of subprocesses; this is working for the wget but not the package building stage yet; testers appreciated; thanks to Zordrak for the suggestion.
|
2008-10-15 19:27:49 +00:00 |
|
chess.griffin
|
54f76a17e4
|
update TODO re: traps and error checking; add TIMEOUT information to sbopkg.conf(5) man page
|
2008-10-15 13:08:39 +00:00 |
|
chess.griffin
|
81c631dce6
|
add in support for a TIMEOUT variable setting in config file for the rsync and wget calls; thanks to macavity for prodding me to add this in.
|
2008-10-14 19:03:40 +00:00 |
|
chess.griffin
|
3beaaae870
|
remove -z option from rsync, add 10 second timeout, and provide some basic rsync failure handling; thanks to macavity for the patch.
|
2008-10-14 00:52:44 +00:00 |
|
chess.griffin
|
3718d0bde6
|
fix package search where searching for a category name resulted in an error and exit by adding in a -mindepth 2 option to the find commmands; thanks to nille for the bug report.
|
2008-10-13 01:25:25 +00:00 |
|
chess.griffin
|
6f967d3b14
|
add -O option to wget call to fix certain cases where the downloaded file had cruft after the end of the filename; added new DOWNLOADFILE variable in order to use this switch; thanks to acidchild for the bug report
|
2008-10-09 13:39:08 +00:00 |
|
chess.griffin
|
1cb7a655d1
|
change size of rsync, build, and install dialog boxes so they fit better in a standard 80x24 or 80x25 terminal; this is something I have been meaning to fix for a long time but kept forgetting, so thanks to Erik Hanson for the reminder.
|
2008-10-09 02:24:52 +00:00 |
|
chess.griffin
|
d615412662
|
move the editing functions into a new customize submenu; thanks to nille for the suggestion
|
2008-10-04 22:53:30 +00:00 |
|
chess.griffin
|
db87665616
|
update TODO, README, and sbopkg(8) man page to reflect ability to edit .info file.
|
2008-10-02 21:45:34 +00:00 |
|
chess.griffin
|
ce4f27dc05
|
add ability to edit/use local .info file in same manner as editing/using local SlackBuild currently; thanks to nille for the prodding to get this done.
|
2008-10-02 20:10:06 +00:00 |
|
chess.griffin
|
d9308cb57b
|
Add message about deleting source upon MD5SUM fail when using sbopkg in cli with -b option.
|
2008-09-23 18:56:32 +00:00 |
|
chess.griffin
|
89e86ebf17
|
fix typos
|
2008-09-22 21:00:25 +00:00 |
|
chess.griffin
|
555b31fc8d
|
add Drew to contributors list; thanks to Drew for the bug report and feature request regarding the ability to delete individual sources in the cache directory which led to many of the changes in the previous commit.
|
2008-09-22 20:56:34 +00:00 |
|
chess.griffin
|
73cb4929e8
|
major diff ahead: fix issue where no package was found when entering info item menu; remove symlink to source after each package build or fail rather than leave it lying around; add new 'remove_sources' function whereby user can remove all sources from ; add new 'checksum_fail' function which will offer to remove a source after a checksum has failed; when selecting 'view cache dir' from the main menu, first check to see if it's empty and exit gracefully if it is, rather than showing an empty directory
|
2008-09-22 20:53:00 +00:00 |
|
chess.griffin
|
2740ab7f73
|
add in -c switch to wget to resume a download; thanks to Robby Workman for the suggestion
|
2008-09-22 13:44:41 +00:00 |
|
chess.griffin
|
aa7e4a2df6
|
minor cleanup
|
2008-09-17 13:48:39 +00:00 |
|
chess.griffin
|
2adc3cb8c4
|
separate out directory checks; move checks for cli
|
2008-09-13 21:28:07 +00:00 |
|
chess.griffin
|
2e8790b07c
|
recombine the sanity check and config check, but separate out the pid file check.
|
2008-09-13 21:03:52 +00:00 |
|
chess.griffin
|
1620caf654
|
multiple changes due to pid file not being correctly removed when using cli; separate out the config file check and the directory (sanity) checks in order to correctly change SLACKVER at the cli
|
2008-09-13 20:16:56 +00:00 |
|
chess.griffin
|
078395474f
|
add in fixes for aircrack-ng and pygame; remove unused check_slack_version function call in the rsync function; fix issue where PIDFILE would be left behind when sbopkg was used in cli; thanks to LukenShiro for these bug reports
|
2008-09-13 14:26:03 +00:00 |
|
chess.griffin
|
54533064a3
|
argh. set TERMBUILD to NO in default sbopkg.conf.new
|
2008-09-12 16:17:16 +00:00 |
|
chess.griffin
|
f6ecc8b2ac
|
modify SlackBuild to copy the SlackBuild into sbopkg doc directory
|
2008-09-12 13:16:59 +00:00 |
|
chess.griffin
|
9564525819
|
create new trunk/tools directory; import SlackBuild, doinst.sh, slack-desc, and makechangelog which are tools used to create sbopkg packages
|
2008-09-10 13:43:52 +00:00 |
|
chess.griffin
|
868ed2cf99
|
remove whitespace
|
2008-09-10 13:42:09 +00:00 |
|
chess.griffin
|
4fb55805c5
|
modify README and sbopkg(8) to mention ability to install package; add comment to sbopkg
|
2008-09-10 13:30:03 +00:00 |
|
chess.griffin
|
304aeba80f
|
drop extra paren
|
2008-09-09 15:23:31 +00:00 |
|
chess.griffin
|
336b18dddc
|
hopefully fix ubuntulooks correctly this time (plus try to check in this commit a second time, not sure why the first didn't take)
|
2008-09-09 15:20:43 +00:00 |
|
chess.griffin
|
3ffa7cba83
|
modify TODO list
|
2008-09-04 23:16:39 +00:00 |
|
chess.griffin
|
c123f40db7
|
add pid file and a check for it when first run to avoid more than one instance; thanks to David Somero for the report. Also update contributors for The-spiki and David Somero.
|
2008-09-04 22:57:26 +00:00 |
|
chess.griffin
|
995d38f6da
|
--progress=bar:force doesn't display in dialog so remove :force
|
2008-09-04 14:23:29 +00:00 |
|
chess.griffin
|
92007382e1
|
prettify the wget download; thanks to The-spiki for the reminder.
|
2008-09-04 14:07:51 +00:00 |
|
chess.griffin
|
d0da99ccf6
|
add fix for kchmviewer; thanks to The-spiki for the bug report.
|
2008-09-04 13:53:04 +00:00 |
|
chess.griffin
|
a679550c54
|
fix install_package install directory variable; thanks to Erik Hanson for the bug report
|
2008-09-02 13:03:26 +00:00 |
|
chess.griffin
|
f8155369e7
|
add in fix for djvulibre; thanks to Erik Hanson for the bug report
|
2008-09-02 01:02:05 +00:00 |
|