diff options
author | Niels Horn <niels.horn@gmail.com> | 2012-07-30 00:34:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-07-30 00:34:09 -0500 |
commit | 51a4ceddddd7153f0fc75b417481dbc1f5d91788 (patch) | |
tree | 9fb96dc84e871e8a046d2b9405edd1e8af14d2b4 /graphics/qcomicbook/qcomicbook.SlackBuild | |
parent | a875e57d90ffddbc53aa24d09f946e63a9158393 (diff) | |
download | slackbuilds-51a4ceddddd7153f0fc75b417481dbc1f5d91788.tar.gz |
graphics/qcomicbook: Updated for version 0.9.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/qcomicbook/qcomicbook.SlackBuild')
-rw-r--r-- | graphics/qcomicbook/qcomicbook.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/qcomicbook/qcomicbook.SlackBuild b/graphics/qcomicbook/qcomicbook.SlackBuild index 1bb7aa3c3a..490e4db0d6 100644 --- a/graphics/qcomicbook/qcomicbook.SlackBuild +++ b/graphics/qcomicbook/qcomicbook.SlackBuild @@ -5,7 +5,7 @@ # Original version written by Amiralul - tanaselia@gmail.com -# Copyright 2009-2011 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2009-2012 Niels Horn, Rio de Janeiro, RJ, Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,10 +25,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# revision date 2011/10/22 +# revision date 2012/07/23 PRGNAM=qcomicbook -VERSION=${VERSION:-0.8.2} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,7 +70,6 @@ chown -R root:root . chmod -R u+w,go+r-w,a-s . cmake . \ - -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS -DNDEBUG" \ -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS -DNDEBUG" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release |