1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- Update to 1.1.2

- Chase master site.

PR:		102790
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>
Approved by:	maintainer timeout (5 weeks)
This commit is contained in:
Stefan Walter 2006-10-08 12:15:36 +00:00
parent 56ea46a21d
commit f31f20abc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174926
3 changed files with 5 additions and 22 deletions

View File

@ -6,17 +6,13 @@
#
PORTNAME= kdmtheme
PORTVERSION= 0.9
PORTREVISION= 2
PORTVERSION= 1.1.2
CATEGORIES= x11-themes
MASTER_SITES= http://smileaf.org/files/
DISTNAME= kdmtheme-${PORTVERSION}
MASTER_SITES= http://beta.smileaf.org/files/kdmtheme/
MAINTAINER= illusia@inbox.lv
COMMENT= KDM Theme Manager
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
USE_KDEBASE_VER=3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15

View File

@ -1,3 +1,3 @@
MD5 (kdmtheme-0.9.tar.bz2) = 7fef92248f87cbedc86f9be934f997f3
SHA256 (kdmtheme-0.9.tar.bz2) = 33847117cb55b38b2a205564088c493d5ad863968a4766e77812d5499f6f207f
SIZE (kdmtheme-0.9.tar.bz2) = 607187
MD5 (kdmtheme-1.1.2.tar.bz2) = 40bacda700e847aab7070babc15f67ca
SHA256 (kdmtheme-1.1.2.tar.bz2) = 21fd8c2705021a3647df0271a4ea996d0bbf4c165fb1d592eb9c74b100663c31
SIZE (kdmtheme-1.1.2.tar.bz2) = 711267

View File

@ -1,13 +0,0 @@
--- src/kdmtheme.cpp Wed Apr 6 07:50:26 2005
+++ src/kdmtheme.cpp Fri Apr 15 00:35:34 2005
@@ -393,8 +393,8 @@
void kdmtheme::updateTheme( const QString &screenshot, const QString &copyright, const QString &description ) {
p_configWidget->Info->setText(
- ((copyright.length() > 0)?i18n( "<b>Copyright:</b> " ) + copyright + "<br/>":"") +
- ((description.length() > 0)?i18n( "<b>Description:</b> " ) + description:"") );
+ ((copyright.length() > 0)?i18n( "<b>Copyright:</b> " ) + copyright + ("<br/>"):QString("")) +
+ ((description.length() > 0)?i18n( "<b>Description:</b> " ) + description:QString("")) );
p_configWidget->Preview->setPixmap( screenshot );
}