FreeBSD Bugzilla – Attachment 53560 Details for
Bug 81016
Add support of kde to net/psi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.60 KB, created by
Vsevolod Stakhov
on 2005-05-14 14:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Vsevolod Stakhov
Created:
2005-05-14 14:30:02 UTC
Size:
2.60 KB
patch
obsolete
>diff -ruNP psi.orig/Makefile psi/Makefile >--- psi.orig/Makefile Sat May 14 17:13:16 2005 >+++ psi/Makefile Sat May 14 17:14:12 2005 >@@ -7,7 +7,7 @@ > > PORTNAME= psi > PORTVERSION= 0.9.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -26,12 +26,31 @@ > > CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ > PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ >- PTHREAD_LDFLAGS=${PTHREAD_LIBS} >-CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${X11BASE} --disable-kde \ >+ PTHREAD_LDFLAGS=${PTHREAD_LIBS} \ >+ KDEDIR=${X11BASE} >+CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${X11BASE} \ > --with-qca-inc=${X11BASE}/include/plugins/qca \ > --with-qca-lib=${X11BASE}/lib > MAKE_ARGS+= QTDIR=${X11BASE} \ > QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ >+ >+.ifdef(WITH_KDE) >+LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs3 >+_NO_KDE_CONFTARGET_HACK= yes >+PLIST_SUB+= KDE="" >+.else >+CONFIGURE_ARGS+= --disable-kde >+PLIST_SUB+= KDE="@comment " >+.endif >+ >+pre-everything:: >+ @${ECHO} "=============================================================" >+ @${ECHO} >+ @${ECHO} "You can build ${PKGNAME} with the following options:" >+ @${ECHO} >+ @${ECHO} "WITH_KDE enable kde tray support" >+ @${ECHO} >+ @${ECHO} "=============================================================" > > post-install: > ${STRIP_CMD} ${PREFIX}/bin/psi >diff -ruNP psi.orig/pkg-plist psi/pkg-plist >--- psi.orig/pkg-plist Fri May 13 18:42:08 2005 >+++ psi/pkg-plist Sat May 14 17:12:59 2005 >@@ -220,6 +220,21 @@ > %%DATADIR%%/sound/offline.wav > %%DATADIR%%/sound/online.wav > %%DATADIR%%/sound/send.wav >+%%KDE%%@cwd %%LOCALBASE%% >+%%KDE%%share/applnk/Internet/psi.desktop >+%%KDE%%share/icons/hicolor/16x16/apps/psi.png >+%%KDE%%share/icons/hicolor/32x32/apps/psi.png >+%%KDE%%share/icons/hicolor/48x48/apps/psi.png >+%%KDE%%@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true >+%%KDE%%@unexec rmdir %D/share/applnk 2>/dev/null || true >+%%KDE%%@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true >+%%KDE%%@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true >+%%KDE%%@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true >+%%KDE%%@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true >+%%KDE%%@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true >+%%KDE%%@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true >+%%KDE%%@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true >+%%KDE%%@unexec rmdir %D/share/icons 2>/dev/null || true > @dirrm %%DATADIR%%/sound > @dirrm %%DATADIR%%/iconsets/system/default/clients > @dirrm %%DATADIR%%/iconsets/system/default
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 81016
: 53560