summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Bojan Popovic <bocke@mycity.rs>2012-11-20 12:10:55 -0600
committer Robby Workman <rworkman@slackbuilds.org>2012-11-20 12:10:55 -0600
commitf1abc051321f9734209483f849bcbc7137bbdffd (patch)
tree178c79a38e836b1d36ab430c0f72b9bd45cc13bd
parent1f0744a911aa591d1c83283c009ebfb588ebaead (diff)
downloadslackbuilds-f1abc051321f9734209483f849bcbc7137bbdffd.tar.gz
slackbuilds-f1abc051321f9734209483f849bcbc7137bbdffd.tar.xz
system/qtfm: Updated for version 5.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/qtfm/qtfm.SlackBuild10
-rw-r--r--system/qtfm/qtfm.info6
-rw-r--r--system/qtfm/slack-desc11
3 files changed, 18 insertions, 9 deletions
diff --git a/system/qtfm/qtfm.SlackBuild b/system/qtfm/qtfm.SlackBuild
index 3daf6c5e5e..4101886d0c 100644
--- a/system/qtfm/qtfm.SlackBuild
+++ b/system/qtfm/qtfm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for qtFM
-# Copyright 2011 Bojan Popovic, Belgrade, Serbia <bocke@mycity.rs>
+# Copyright 2011, 2012, Bojan Popovic, Belgrade, Serbia <bocke@slackware-srbija.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qtfm
-VERSION=${VERSION:-5.3}
+VERSION=${VERSION:-5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,9 +70,11 @@ find . \
-exec chmod 644 {} \;
# Set doc path to /usr/doc/$PRGNAM-$VERSION in qtfm.pro
-sed -i "s/usr\/share\/doc\/$PRGNAM/usr\/doc\/$PRGNAM-$VERSION/" qtfm.pro
+sed -i "s,usr/share/doc/$PRGNAM,usr/doc/$PRGNAM-$VERSION," qtfm.pro
+
+# Commented out by rworkman -- why is this a good idea?
# Set share path to /usr/share/$PRGNAM-$VERSION in qtfm.pro and main.cpp
-sed -i "s/usr\/share\/$PRGNAM/usr\/share\/$PRGNAM-$VERSION/" qtfm.pro src/main.cpp
+# sed -i "s,usr/share/$PRGNAM,usr/share/$PRGNAM-$VERSION," qtfm.pro src/main.cpp
qmake \
QMAKE_CFLAGS="$SLKCFLAGS" \
diff --git a/system/qtfm/qtfm.info b/system/qtfm/qtfm.info
index 484fcd7f05..f47835683e 100644
--- a/system/qtfm/qtfm.info
+++ b/system/qtfm/qtfm.info
@@ -1,8 +1,8 @@
PRGNAM="qtfm"
-VERSION="5.3"
+VERSION="5.5"
HOMEPAGE="http://www.qtfm.org/"
-DOWNLOAD="http://www.qtfm.org/qtfm-5.3.tar.gz"
-MD5SUM="11c8db8e5d0358c134e2e51286968555"
+DOWNLOAD="http://www.qtfm.org/qtfm-5.5.tar.gz"
+MD5SUM="cc1d930503bf0dedc824d6f2abdda719"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/qtfm/slack-desc b/system/qtfm/slack-desc
index 556cc7229a..515a47e831 100644
--- a/system/qtfm/slack-desc
+++ b/system/qtfm/slack-desc
@@ -1,12 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
|-----handy-ruler------------------------------------------------------|
qtfm: qtfm (a lightweight Qt-based file manager)
qtfm:
qtfm: qtFM is a small, lightweight file manager for Linux desktops based on
qtfm: pure Qt and works great with minimal desktop environments like
-qtfm: Openbox.
-qtfm: qtFm doesn't require KDE.
+qtfm: Openbox. qtFm doesn't require KDE.
qtfm:
qtfm: Homepage: http://www.qtfm.org/
qtfm:
qtfm:
qtfm:
+qtfm: