Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-18 | cmake-template.SlackBuild: Remove whitespace.14.1 | Willy Sudiarto Raharjo | |
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com> | |||
2014-12-29 | rubygem-template.SlackBuild: Fix documentation copying. | David Spencer | |
Signed-off-by: David Spencer <baildon.research@googlemail.com> | |||
2014-12-29 | rubygem-template.SlackBuild: Config -> RbConfig | David Spencer | |
Apparently, Config is deprecated (it has been renamed RbConfig). Signed-off-by: David Spencer <baildon.research@googlemail.com> | |||
2014-12-12 | perl-template.SlackBuild: Several fixes | Chris Novakovic | |
- INSTALLVENDORMAN1DIR=/usr/man/man1 is now set during build method #1, so man pages in section 1 are installed in a location supported by Slackware - The options "prefix" and "installdirs" that are passed to Build.PL in build method #2 are now correctly recognised - "destdir" is now passed to `./Build install` instead of Build.PL in build method #2, as recommended by the Module::Build::Cookbook documentation Signed-off-by: Robby Workman <rworkman@slackbuilds.org> | |||
2013-12-07 | templates: Small whitespace fixup to calm the OCD. | dsomero | |
2013-11-11 | templates: check for mode 750 in permissions | Robby Workman | |
Thanks to Nick Warne <nick@linicks.net> for the suggestion. | |||
2013-11-06 | doinst.sh: add some lines to handle info(1) files | Erik Hanson | |
2013-11-03 | *-template.SlackBuild: Fix "find -L ." usage | Robby Workman | |
Thanks to willysr for pointing out my thinko. | |||
2013-10-30 | *.SlackBuild: Add "-L" to the permissions-fixing find invocation | Robby Workman | |
From: Serg Bormant <bormant@gmail.com> Subject: [Slackbuilds-users] [BUG] SlackBuild templates Date: Fri, 21 Dec 2012 11:58:32 +0400 Hi, Consider something like this in source tarball: $ mkdir test; cd test $ mkdir docs; touch docs/README docs/COPYING $ ln -s docs/* . $ ls -o * lrwxrwxrwx 1 user 12 Dec 21 11:45 COPYING -> docs/COPYING lrwxrwxrwx 1 user 11 Dec 21 11:45 README -> docs/README docs: total 0 -rw-r--r-- 1 user 0 Dec 21 11:45 COPYING -rw-r--r-- 1 user 0 Dec 21 11:45 README *.SlackBuild templates offer this to sanitize permissions: find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; But -perm 777 will fire on symlinks and will set eXecutable permissions to docs/COPYING and docs/README. Using "find -L ..." or "... ! -type l ..." can help to avoid this. | |||
2013-10-30 | templates: check for mode 640 in permissions | Robby Workman | |
Thanks to Nick Warne <nick@linicks.net> for the suggestion. | |||
2012-09-25 | rubygem-template: Fix a small bug in the template.14.0 | dsomero | |
2012-09-18 | *.SlackBuild: strongly suggest BSD/MIT license | Robby Workman | |
2012-09-18 | template.info: Remove APPROVED line | Robby Workman | |
This is useless duplication since we started using git. | |||
2012-09-18 | template.info: Add the new REQUIRES variable. | Erik Hanson | |
This variable will contain a space-separated list of all required build-time and run-time dependencies, each named exactly as listed on the SlackBuilds.org site. It should not contain anything that is part of Slackware itself. If user interaction is mandatory (creation of user/group, etcetera) or even recommended (ffmpeg, vlc, etcetera), REQUIRES should also contain "%README%". Automated tools should bail out and inform the user that manual interaction is required when %README% is found. The order of REQUIRES content is irrelevant. Sorting (if desired) is an implementation detail left to users and/or third-party tools. | |||
2012-08-22 | slack-desc: OCD tweakage | Robby Workman | |
2011-11-28 | doinst.sh: update the gio module cache | Robby Workman | |
2011-05-10 | doinst.sh: Corrected glib-compile-schemas. | Erik Hanson | |
2011-01-05 | rubygem-template: implement a cleaner search for gem dependencies | Vincent Batts | |
2011-01-04 | rubygem-template.SlackBuild: Added. | Vincent Batts | |
This might not quite be perfect yet, but it's a start. | |||
2010-12-20 | perl-template: fixup SRCNAM usage to (ideally) avoid confusion | Robby Workman | |
2010-12-02 | doinst.sh: compile glib2 schemas if needed | Robby Workman | |
This is not really relevant for us yet, but it won't hurt. | |||
2010-10-02 | python-template: xargs -0 expects -print0 option from find | Heinz Wiesinger | |
2010-10-02 | perl-template: xargs -0 expects -print0 option from find | Heinz Wiesinger | |
2010-10-02 | cmake-template: xargs -0 expects -print0 option from find | Heinz Wiesinger | |
2010-10-02 | autotools-template: xargs -0 expects -print0 option from find | Heinz Wiesinger | |
2010-10-02 | python-template: fix stripping files with single quotes in filename | Heinz Wiesinger | |
2010-10-02 | perl-template: fix stripping files with single quotes in filename | Heinz Wiesinger | |
2010-10-02 | cmake-template: fix stripping files with single quotes in filename | Heinz Wiesinger | |
2010-10-02 | autotools-template: fix stripping files with single quotes in filename | Heinz Wiesinger | |
2010-07-03 | slack-desc: clarify whitespace concerns | Robby Workman | |
2010-07-03 | Add man paths to install method #2. | dsomero | |
2010-07-03 | Minor clean up. | dsomero | |
2010-06-21 | perl-template.SlackBuild: Noted BUILD.PL for installation | Robby Workman | |
Thanks to V'yacheslav Stetskevych for the tip. | |||
2010-06-18 | doinst.sh: Add schema_install() example for GConf stuff | Robby Workman | |
2010-06-10 | perl-template.SlackBuild: Fix typo. | Erik Hanson | |
2010-06-01 | cmake-template.SlackBuild: Mention ccmake in comments | Robby Workman | |
2010-06-01 | Renamed template.SlackBuild to autotools-template.SlackBuild | Robby Workman | |
2010-06-01 | python-template.SlackBuild: Minor tweaks. | Robby Workman | |
2010-06-01 | perl-template.SlackBuild: Minor tweaks. | Robby Workman | |
2010-06-01 | cmake-template.SlackBuild: Minor tweaks | Robby Workman | |
2010-05-30 | Added python example template. | dsomero | |
2010-05-30 | Added perl example template. | dsomero | |
2010-05-30 | Added cmake example template. | dsomero | |
2010-05-24 | template.SlackBuild: don't 'export' variables unless necessary | Robby Workman | |
This really needs a longer explanation than I can give here, but the short version is that exporting ARCH can cause problems building kernel modules, especially on ix86 arch. | |||
2010-05-17 | Do away with 2 pointless subshells. | Erik Hanson | |
2010-04-23 | template.SlackBuild: prep for 13.1 | Robby Workman | |
- add automatic ARCH detection - add a failover SLKCFLAGS and LIBDIRSUFFIX - add comment about manpage compression | |||
2010-04-23 | doinst.sh: add preserve_perms() function | Robby Workman | |
2010-04-22 | Fixed stripping for bash4 and added comment to manpage compression13.0 | Robby Workman | |
2009-12-25 | Added a template.info file | Robby Workman | |
I'm not sure this is really needed, but it's been requested, so oh well. :-) | |||
2009-12-17 | Added slack-desc file to the repo. | Robby Workman | |