summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2013-11-06 19:12:56 +0100
committer Robby Workman <rworkman@slackbuilds.org>2013-11-07 11:28:17 -0600
commitb79d0baa2e7ec7be724a0fbb2f4b1f76ebaa57e2 (patch)
tree618a0210a02d440003ee9d9528465c62207bf81e
parent1db5e5bf5b548b76bf1a196bbf60d5042b321a6c (diff)
downloadslackbuilds-b79d0baa2e7ec7be724a0fbb2f4b1f76ebaa57e2.tar.gz
slackbuilds-b79d0baa2e7ec7be724a0fbb2f4b1f76ebaa57e2.tar.xz
desktop/qlipper: Updated for version 2.0.2, added a license.
Noted the new dependency libqxt Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--desktop/qlipper/qlipper.SlackBuild23
-rw-r--r--desktop/qlipper/qlipper.info8
2 files changed, 25 insertions, 6 deletions
diff --git a/desktop/qlipper/qlipper.SlackBuild b/desktop/qlipper/qlipper.SlackBuild
index 86ee54cfe4..527ab6b15a 100644
--- a/desktop/qlipper/qlipper.SlackBuild
+++ b/desktop/qlipper/qlipper.SlackBuild
@@ -1,10 +1,28 @@
#!/bin/sh
# Slackware build script for qlipper
-# Written by Matteo Bernardini <ponce@slackbuilds.org>
+# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qlipper
-VERSION=${VERSION:-2.0.1}
+VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,6 +76,7 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DUSE_SYSTEM_QTSA=OFF \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
diff --git a/desktop/qlipper/qlipper.info b/desktop/qlipper/qlipper.info
index 0e51e1c2e1..14b2be707d 100644
--- a/desktop/qlipper/qlipper.info
+++ b/desktop/qlipper/qlipper.info
@@ -1,10 +1,10 @@
PRGNAM="qlipper"
-VERSION="2.0.1"
+VERSION="2.0.2"
HOMEPAGE="http://code.google.com/p/qlipper/"
-DOWNLOAD="http://qlipper.googlecode.com/files/qlipper-2.0.1.tar.bz2"
-MD5SUM="e5e256de9b8ea07e237bde9b8e3ceb75"
+DOWNLOAD="http://qlipper.googlecode.com/files/qlipper-2.0.2.tar.bz2"
+MD5SUM="d1aa843d68b4980401ef7fdd65f56006"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="libqxt"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"