Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37788325
en ru br
ALT Linux repos
5.0: 0.2.9-alt6
4.1: 0.2.9-alt4
4.0: 0.2.9-alt2

Group :: System/Configuration/Other
RPM: kleansweep

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: kleansweep-0.2.4-rpath.patch
Download


diff -urN kleansweep-0.2.4.orig/admin/kde.py kleansweep-0.2.4/admin/kde.py
--- kleansweep-0.2.4.orig/admin/kde.py	2006-01-05 19:39:15 +0200
+++ kleansweep-0.2.4/admin/kde.py	2006-01-24 13:37:15 +0200
@@ -23,12 +23,6 @@
 	if not 'lang_qt' in _flags:
 		## Use this define if you are using the kde translation scheme (.po files)
 		lenv.Append( CPPFLAGS = '-DQT_NO_TRANSLATION' )
-	if 'rpath' in _flags:
-		## Use this to set rpath - this may cause trouble if folders are moved (chrpath)
-		kdelibpaths=[]
-		if lenv['KDELIBPATH'] == lenv['KDELIB']: kdelibpaths = [lenv['KDELIB']]
-		else: kdelibpaths = [lenv['KDELIBPATH'],  lenv['KDELIB']]
-		lenv.Append( RPATH = [lenv['QTLIBPATH'], lenv['KDEMODULE']]+kdelibpaths )
 	if 'thread' in _flags:
 		## Uncomment the following if you need threading support
 		lenv.KDEaddflags_cxx( ['-DQT_THREAD_SUPPORT', '-D_REENTRANT'] )
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin