From f1abc051321f9734209483f849bcbc7137bbdffd Mon Sep 17 00:00:00 2001 From: Bojan Popovic Date: Tue, 20 Nov 2012 12:10:55 -0600 Subject: system/qtfm: Updated for version 5.5. Signed-off-by: Robby Workman --- system/qtfm/qtfm.SlackBuild | 10 ++++++---- system/qtfm/qtfm.info | 6 +++--- system/qtfm/slack-desc | 11 +++++++++-- 3 files changed, 18 insertions(+), 9 deletions(-) (limited to 'system/qtfm') 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 +# Copyright 2011, 2012, Bojan Popovic, Belgrade, Serbia # 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: -- cgit v1.2.3-65-gdbad