View | Details | Raw Unified | Return to bug 102790
Collapse All | Expand All

(-)/home/makc/porting/ports/x11-themes/kdmtheme/Makefile (-6 / +2 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	kdmtheme
8
PORTNAME=	kdmtheme
9
PORTVERSION=	0.9
9
PORTVERSION=	1.1.2
10
PORTREVISION=	2
11
CATEGORIES=	x11-themes
10
CATEGORIES=	x11-themes
12
MASTER_SITES=	http://smileaf.org/files/
11
MASTER_SITES=	http://beta.smileaf.org/files/kdmtheme/
13
DISTNAME=	kdmtheme-${PORTVERSION}
14
12
15
MAINTAINER=	illusia@inbox.lv
13
MAINTAINER=	illusia@inbox.lv
16
COMMENT=	KDM Theme Manager
14
COMMENT=	KDM Theme Manager
17
18
EXTRA_PATCHES=	${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
19
15
20
USE_KDEBASE_VER=3
16
USE_KDEBASE_VER=3
21
USE_BZIP2=	yes
17
USE_BZIP2=	yes
(-)/home/makc/porting/ports/x11-themes/kdmtheme/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (kdmtheme-0.9.tar.bz2) = 7fef92248f87cbedc86f9be934f997f3
1
MD5 (kdmtheme-1.1.2.tar.bz2) = 40bacda700e847aab7070babc15f67ca
2
SHA256 (kdmtheme-0.9.tar.bz2) = 33847117cb55b38b2a205564088c493d5ad863968a4766e77812d5499f6f207f
2
SHA256 (kdmtheme-1.1.2.tar.bz2) = 21fd8c2705021a3647df0271a4ea996d0bbf4c165fb1d592eb9c74b100663c31
3
SIZE (kdmtheme-0.9.tar.bz2) = 607187
3
SIZE (kdmtheme-1.1.2.tar.bz2) = 711267
(-)/home/makc/porting/ports/x11-themes/kdmtheme/files/patch-src_kdmtheme.cpp (-13 lines)
Lines 1-13 Link Here
1
--- src/kdmtheme.cpp	Wed Apr  6 07:50:26 2005
2
+++ src/kdmtheme.cpp	Fri Apr 15 00:35:34 2005
3
@@ -393,8 +393,8 @@
4
 
5
 void kdmtheme::updateTheme( const QString &screenshot, const QString &copyright, const QString &description ) {
6
 	p_configWidget->Info->setText(
7
-			((copyright.length() > 0)?i18n( "<b>Copyright:</b> " ) + copyright + "<br/>":"") +
8
-			((description.length() > 0)?i18n( "<b>Description:</b> " ) + description:"") );
9
+			((copyright.length() > 0)?i18n( "<b>Copyright:</b> " ) + copyright + ("<br/>"):QString("")) +
10
+			((description.length() > 0)?i18n( "<b>Description:</b> " ) + description:QString("")) );
11
 	p_configWidget->Preview->setPixmap( screenshot );
12
 }
13

Return to bug 102790