mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to 20000724A (custom-rolled snapshot). Rejoice, because now
Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
This commit is contained in:
parent
afd41a13ec
commit
7c6b0a6ca6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31093
@ -6,18 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdesupport
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= converters kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdesupport
|
||||
MOC= ${X11BASE}/bin/moc2
|
||||
SOMAJOR= 8
|
||||
SOMINOR= 0
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
@ -25,8 +28,20 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--without-libjpeg --without-libgif \
|
||||
--without-libgdbm --without-libuulib \
|
||||
--without-odbc --without-audiofile
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--without-odbc --without-audiofile \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
|
||||
USE_GMAKE= yes
|
||||
PLIST_SUB+= LIBVER="${SOMAJOR}"
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 2:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/QwSpriteField/Makefile.in
|
||||
${PERL} -pi -e "s@TOPSUBDIRS libaps@TOPSUBDIRS@g" ${WRKSRC}/configure
|
||||
${PERL} -pi -e "s@odbc libaps@odbc@g" ${WRKSRC}/configure
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdesupport-1.90.tar.bz2) = 884a602ec84fb40a840e1dc8403d5db4
|
||||
MD5 (kdesupport-20000724A.tar.bz2) = b92d434814d10c1698dbe9d366172a43
|
||||
|
@ -39,9 +39,5 @@ include/mimelib/uuencode.h
|
||||
lib/libQwSpriteField.la
|
||||
lib/libQwSpriteField.so.8
|
||||
lib/libmimelib.la
|
||||
lib/libmimelib.so.3
|
||||
@exec ln -sf libQwSpriteField.so.7 %D/lib/libQwSpriteField.so
|
||||
@exec ln -sf libmimelib.so.3 %D/lib/libmimelib.so
|
||||
@dirrm include/mimelib
|
||||
@unexec rm -f %D/lib/libQwSpriteField.so
|
||||
@unexec rm -f %D/lib/libmimelib.so
|
||||
lib/libmimelib.so.1
|
||||
include/mimelib
|
||||
|
@ -1,31 +1,38 @@
|
||||
# New ports collection makefile for: koffice
|
||||
# Date created: Sun May 14 2000 16:33:15
|
||||
# Whom: Will Andrews <will@FreeBSD>org>
|
||||
# Whom: Will Andrews <will@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= koffice
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
iconv.0:${PORTSDIR}/converters/iconv
|
||||
|
||||
WRKSRC= ${WRKDIR}/koffice
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE/include} -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (koffice-1.90.tar.bz2) = aabb2ffd04f10ebdcccce8748cfd62ad
|
||||
MD5 (koffice-20000724A.tar.bz2) = 6c6015050c1c078ca8fd5cf6b6e8df76
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/graphite
|
||||
bin/kchart
|
||||
bin/killustrator
|
||||
bin/koshell
|
||||
@ -5,6 +6,8 @@ bin/kpresenter
|
||||
bin/kscript
|
||||
bin/kspread
|
||||
bin/kword
|
||||
include/KoApplicationIface.h
|
||||
include/KoDocumentIface.h
|
||||
include/handler.h
|
||||
include/kcoloractions.h
|
||||
include/koApplication.h
|
||||
@ -20,7 +23,7 @@ include/koFilter.h
|
||||
include/koFilterDialog.h
|
||||
include/koFilterManager.h
|
||||
include/koFrame.h
|
||||
include/koIcons.h
|
||||
include/koGlobal.h
|
||||
include/koKoolBar.h
|
||||
include/koMainWindow.h
|
||||
include/koPageLayoutDia.h
|
||||
@ -34,8 +37,7 @@ include/koTabChooser.h
|
||||
include/koTarStore.h
|
||||
include/koTemplateChooseDia.h
|
||||
include/koTemplateCreateDia.h
|
||||
include/koUIUtils.h
|
||||
include/koUndo.h
|
||||
include/koTemplates.h
|
||||
include/koView.h
|
||||
include/komlFeed.h
|
||||
include/komlFileFeed.h
|
||||
@ -45,64 +47,84 @@ include/komlStreamFeed.h
|
||||
include/komlWriter.h
|
||||
include/toolbox.h
|
||||
include/torben.h
|
||||
lib/graphite.a
|
||||
lib/graphite.la
|
||||
lib/kchart.a
|
||||
lib/kchart.la
|
||||
lib/killustrator.a
|
||||
lib/killustrator.la
|
||||
lib/koshell.a
|
||||
lib/koshell.la
|
||||
lib/kpresenter.a
|
||||
lib/kpresenter.la
|
||||
lib/kspread.a
|
||||
lib/kspread.la
|
||||
lib/kword.a
|
||||
lib/kword.la
|
||||
lib/libasciiexport.a
|
||||
lib/libasciiexport.la
|
||||
lib/libasciiexport.so
|
||||
lib/libasciiimport.a
|
||||
lib/libasciiimport.la
|
||||
lib/libasciiimport.so
|
||||
lib/libcsvexport.a
|
||||
lib/libcsvexport.la
|
||||
lib/libcsvexport.so
|
||||
lib/libcsvexport_test.a
|
||||
lib/libcsvexport_test.la
|
||||
lib/libcsvexport_test.so
|
||||
lib/libcsvfilter.a
|
||||
lib/libcsvfilter.la
|
||||
lib/libcsvfilter.so
|
||||
lib/libcsvfilterdia.a
|
||||
lib/libcsvfilterdia.la
|
||||
lib/libcsvfilterdia.so
|
||||
lib/libgraphitepart.a
|
||||
lib/libgraphitepart.la
|
||||
lib/libhtmlexport.a
|
||||
lib/libhtmlexport.la
|
||||
lib/libhtmlexport.so
|
||||
lib/libhtmlimport.a
|
||||
lib/libhtmlimport.la
|
||||
lib/libhtmlimport.so
|
||||
lib/libkchart.la
|
||||
lib/libkchart.so
|
||||
lib/libkillustrator.la
|
||||
lib/libkillustrator.so
|
||||
lib/libkchartpart.a
|
||||
lib/libkchartpart.la
|
||||
lib/libkillustratorpart.a
|
||||
lib/libkillustratorpart.la
|
||||
lib/libkodocinfopropspage.a
|
||||
lib/libkodocinfopropspage.la
|
||||
lib/libkodocinfopropspage.so.0
|
||||
lib/libkofficecore.la
|
||||
lib/libkofficecore.so.1
|
||||
lib/libkofficeui.la
|
||||
lib/libkofficeui.so.1
|
||||
lib/libkoml.la
|
||||
lib/libkoml.so.1
|
||||
lib/libkpresenter.la
|
||||
lib/libkpresenter.so
|
||||
lib/libkpresenterpart.a
|
||||
lib/libkpresenterpart.la
|
||||
lib/libkscript.la
|
||||
lib/libkscript.so.1
|
||||
lib/libkspelltool.a
|
||||
lib/libkspelltool.la
|
||||
lib/libkspelltool.so
|
||||
lib/libkspread.la
|
||||
lib/libkspread.so
|
||||
lib/libkspreadcalc.a
|
||||
lib/libkspreadcalc.la
|
||||
lib/libkspreadcalc.so
|
||||
lib/libkspreadpart.a
|
||||
lib/libkspreadpart.la
|
||||
lib/libkstore.la
|
||||
lib/libkstore.so.1
|
||||
lib/libkword.la
|
||||
lib/libkword.so
|
||||
lib/libkwordpart.a
|
||||
lib/libkwordpart.la
|
||||
lib/libolefilter.a
|
||||
lib/libolefilter.la
|
||||
lib/libolefilter.so
|
||||
share/applnk/Applications/KOffice/kchart.desktop
|
||||
share/applnk/Applications/KOffice/killustrator.desktop
|
||||
share/applnk/Applications/KOffice/koshell.desktop
|
||||
share/applnk/Applications/KOffice/kpresenter.desktop
|
||||
share/applnk/Applications/KOffice/kspread.desktop
|
||||
share/applnk/Applications/KOffice/kword.desktop
|
||||
share/applnk/Office/graphite.desktop
|
||||
share/applnk/Office/kchart.desktop
|
||||
share/applnk/Office/killustrator.desktop
|
||||
share/applnk/Office/koshell.desktop
|
||||
share/applnk/Office/kpresenter.desktop
|
||||
share/applnk/Office/kspread.desktop
|
||||
share/applnk/Office/kword.desktop
|
||||
share/apps/graphite/graphite.rc
|
||||
share/apps/kchart/icons/locolor/22x22/actions/areas.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/bars.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/cakes.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/cakes3d.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/data.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/lines.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/options.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/wizard.png
|
||||
share/apps/kchart/kchart.rc
|
||||
share/apps/kchart/toolbar/areas.png
|
||||
share/apps/kchart/toolbar/bars.png
|
||||
share/apps/kchart/toolbar/cakes.png
|
||||
share/apps/kchart/toolbar/lines.png
|
||||
share/apps/kchart/toolbar/options.png
|
||||
share/apps/killustrator/KIllustrator.rc
|
||||
share/apps/killustrator/default.pal
|
||||
share/apps/killustrator/pics/abottom.png
|
||||
share/apps/killustrator/pics/ahcenter.png
|
||||
share/apps/killustrator/pics/aleft.png
|
||||
@ -147,19 +169,38 @@ share/apps/killustrator/pics/tleftalign.png
|
||||
share/apps/killustrator/pics/trightalign.png
|
||||
share/apps/killustrator/pics/vmirror.png
|
||||
share/apps/killustrator/pics/zoomtool.png
|
||||
share/apps/killustrator/templates/Simple/.directory
|
||||
share/apps/killustrator/templates/Simple/.icon/Plain.png
|
||||
share/apps/killustrator/templates/Simple/.source/Plain.kil
|
||||
share/apps/killustrator/templates/Simple/Plain.desktop
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/text_color.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/sort_az.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/text_color.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/documentinfo.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/enum_list.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_color.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_sub.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_super.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/unsorted_list.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignBlock.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignCenter.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignLeft.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignRight.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/bold.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/cancel.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart/from-file.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/delete/table-col.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/delete/table-row.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/insert/table-col.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/insert/table-row.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/italic.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart_from_file.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/neonpen.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/ok.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/part/kchart.png
|
||||
@ -172,12 +213,6 @@ share/apps/koffice/icons/locolor/22x22/actions/part/kword.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/part/unspecif.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/parts.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/picture.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/product.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/sum.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/bold.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/italic.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/underlined.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/underl.png
|
||||
share/apps/koffice/koffice_shell.rc
|
||||
share/apps/koffice/pics/koRulerFirst.png
|
||||
share/apps/koffice/pics/koRulerLeft.png
|
||||
@ -325,77 +360,82 @@ share/apps/kpresenter/slideshow/next.png
|
||||
share/apps/kpresenter/slideshow/prev.bmp
|
||||
share/apps/kpresenter/slideshow/prev.jpeg
|
||||
share/apps/kpresenter/slideshow/prev.png
|
||||
share/apps/kpresenter/templates/.templates
|
||||
share/apps/kpresenter/templates/Professional/One.kpt
|
||||
share/apps/kpresenter/templates/Professional/One.png
|
||||
share/apps/kpresenter/templates/Professional/Title.kpt
|
||||
share/apps/kpresenter/templates/Professional/Title.png
|
||||
share/apps/kpresenter/templates/Professional/Two.kpt
|
||||
share/apps/kpresenter/templates/Professional/Two.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.png
|
||||
share/apps/kpresenter/templates/Professional/.directory
|
||||
share/apps/kpresenter/templates/Professional/.icon/One.png
|
||||
share/apps/kpresenter/templates/Professional/.icon/Title.png
|
||||
share/apps/kpresenter/templates/Professional/.icon/Two.png
|
||||
share/apps/kpresenter/templates/Professional/.source/One.kpt
|
||||
share/apps/kpresenter/templates/Professional/.source/Title.kpt
|
||||
share/apps/kpresenter/templates/Professional/.source/Two.kpt
|
||||
share/apps/kpresenter/templates/Professional/One.desktop
|
||||
share/apps/kpresenter/templates/Professional/Title.desktop
|
||||
share/apps/kpresenter/templates/Professional/Two.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/.directory
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Gradient-Blue-Red.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Plain.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Sand1.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/kde.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/kde2.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Gradient-Blue-Red.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Plain.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Sand1.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/kde.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/kde2.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.desktop
|
||||
share/apps/kspread/dtd/kspread.dtd
|
||||
share/apps/kspread/extensions/math.ks
|
||||
share/apps/kspread/icons/locolor/22x22/actions/abort.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/adjustcol.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/adjustrow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/black/sum.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bold.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderall.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderbottom.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderfall.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderhorizontal.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderinside.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderleft.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderoutline.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderremove.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderright.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bordertop.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderup.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bordervertical.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/black_sum.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bottom.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/cell_edit.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/cell_layout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/center.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/chart.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/colin.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/colout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/comment.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/delete_table.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/deletecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/dissociatecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/done.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/find.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/first_letter_upper.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/fontsizedown.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/fontsizeup.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/funct.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/italic.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/goto.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/insertcell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/inserttable.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/left.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/lower.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/mergecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/middle.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/money.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/multirow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/neonpen.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/paste.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/percent.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/precminus.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/precplus.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/oscilloscope.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/removecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/removecomment.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/resizecol.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/resizerow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/right.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rotate.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rowin.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rowout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/sort_decrease.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/sort_incr.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/special_paste.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/strike_out.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_first.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_last.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_left.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_right.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/top.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/underline.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/upper.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/vertical_text.png
|
||||
share/apps/kspread/kpartplugins/kspreadcalc.rc
|
||||
share/apps/kspread/kspread.rc
|
||||
share/apps/kspread/scripts/callme.ks
|
||||
@ -412,7 +452,6 @@ share/apps/kword/icons/locolor/22x22/actions/borderleft.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/borderright.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/bordertop.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/char.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/colin.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/colout.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/editframetool.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/edittool.png
|
||||
@ -421,7 +460,6 @@ share/apps/kword/icons/locolor/22x22/actions/formula.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/kwsearch.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/picframetool.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/return.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/rowin.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/rowout.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/run_bounding.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/run_not.png
|
||||
@ -440,18 +478,22 @@ share/apps/kword/icons/locolor/22x22/actions/tree_embedded.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_picture.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_table.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_textframes.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/underl.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/unsortedList.png
|
||||
share/apps/kword/kword.rc
|
||||
share/apps/kword/templates/.templates
|
||||
share/apps/kword/templates/DTP/SimpleLayout.kwt
|
||||
share/apps/kword/templates/DTP/SimpleLayout.png
|
||||
share/apps/kword/templates/DTP/Test.kwt
|
||||
share/apps/kword/templates/DTP/Test.png
|
||||
share/apps/kword/templates/Wordprocessing/PlainText.kwt
|
||||
share/apps/kword/templates/Wordprocessing/PlainText.png
|
||||
share/apps/kword/templates/Wordprocessing/TwoColumns.kwt
|
||||
share/apps/kword/templates/Wordprocessing/TwoColumns.png
|
||||
share/apps/kword/templates/Normal/.directory
|
||||
share/apps/kword/templates/Normal/.icon/PlainText.png
|
||||
share/apps/kword/templates/Normal/.icon/TwoColumns.png
|
||||
share/apps/kword/templates/Normal/.source/PlainText.kwt
|
||||
share/apps/kword/templates/Normal/.source/TwoColumns.kwt
|
||||
share/apps/kword/templates/Normal/PlainText.desktop
|
||||
share/apps/kword/templates/Normal/TwoColumns.desktop
|
||||
share/apps/kword/templates/Publishing/.directory
|
||||
share/apps/kword/templates/Publishing/.icon/SimpleLayout.png
|
||||
share/apps/kword/templates/Publishing/.icon/Test.png
|
||||
share/apps/kword/templates/Publishing/.source/SimpleLayout.kwt
|
||||
share/apps/kword/templates/Publishing/.source/Test.kwt
|
||||
share/apps/kword/templates/Publishing/SimpleLayout.desktop
|
||||
share/apps/kword/templates/Publishing/Test.desktop
|
||||
share/doc/HTML/en/doc/README.documentation
|
||||
share/doc/HTML/en/doc/index.html
|
||||
share/doc/HTML/en/doc/kdelogo.png
|
||||
@ -461,42 +503,18 @@ share/doc/HTML/en/doc/koffice-misc.html
|
||||
share/doc/HTML/en/doc/koffice-search-help.html
|
||||
share/doc/HTML/en/doc/koffice-search.html
|
||||
share/doc/HTML/en/doc/koffice.html
|
||||
share/doc/HTML/en/katabase/.anchors
|
||||
share/doc/HTML/en/katabase/another-section.html
|
||||
share/doc/HTML/en/katabase/compilation-and-installation.html
|
||||
share/doc/HTML/en/katabase/copyright.html
|
||||
share/doc/HTML/en/katabase/index.cvlog
|
||||
share/doc/HTML/en/katabase/index.docbook
|
||||
share/doc/HTML/en/katabase/index.html
|
||||
share/doc/HTML/en/katabase/installation.html
|
||||
share/doc/HTML/en/katabase/introduction.html
|
||||
share/doc/HTML/en/katabase/questions-and-answers.html
|
||||
share/doc/HTML/en/katabase/requirements.html
|
||||
share/doc/HTML/en/katabase/usage-.html
|
||||
share/doc/HTML/en/killustrator/.anchors
|
||||
share/doc/HTML/en/killustrator/about-the-handbook.html
|
||||
share/doc/HTML/en/killustrator/align.png
|
||||
share/doc/HTML/en/killustrator/align2.png
|
||||
share/doc/HTML/en/killustrator/appendix.html
|
||||
share/doc/HTML/en/killustrator/bezier.png
|
||||
share/doc/HTML/en/killustrator/blend_dialog.png
|
||||
share/doc/HTML/en/killustrator/changing-the-standard-parameters.html
|
||||
share/doc/HTML/en/killustrator/colour.png
|
||||
share/doc/HTML/en/killustrator/compilation-and-installation.html
|
||||
share/doc/HTML/en/killustrator/copyright.html
|
||||
share/doc/HTML/en/killustrator/drawing-2d-primitives.html
|
||||
share/doc/HTML/en/killustrator/ellipse.png
|
||||
share/doc/HTML/en/killustrator/export.png
|
||||
share/doc/HTML/en/killustrator/freehand.png
|
||||
share/doc/HTML/en/killustrator/frequently-asked-questions.html
|
||||
share/doc/HTML/en/killustrator/handling-colours.html
|
||||
share/doc/HTML/en/killustrator/history-of-killustrator.html
|
||||
share/doc/HTML/en/killustrator/index.cvlog
|
||||
share/doc/HTML/en/killustrator/index.docbook
|
||||
share/doc/HTML/en/killustrator/index.html
|
||||
share/doc/HTML/en/killustrator/installation-of-binary-packages.html
|
||||
share/doc/HTML/en/killustrator/installation.html
|
||||
share/doc/HTML/en/killustrator/introduction.html
|
||||
share/doc/HTML/en/killustrator/line.png
|
||||
share/doc/HTML/en/killustrator/logo.png
|
||||
share/doc/HTML/en/killustrator/movepoint.png
|
||||
@ -506,137 +524,49 @@ share/doc/HTML/en/killustrator/pfeil.png
|
||||
share/doc/HTML/en/killustrator/point.png
|
||||
share/doc/HTML/en/killustrator/polygon-setup.png
|
||||
share/doc/HTML/en/killustrator/polygon.png
|
||||
share/doc/HTML/en/killustrator/positioning-objects.html
|
||||
share/doc/HTML/en/killustrator/rect.png
|
||||
share/doc/HTML/en/killustrator/rmpoint.png
|
||||
share/doc/HTML/en/killustrator/save_dialog.png
|
||||
share/doc/HTML/en/killustrator/schichten.png
|
||||
share/doc/HTML/en/killustrator/system-requirements.html
|
||||
share/doc/HTML/en/killustrator/text.png
|
||||
share/doc/HTML/en/killustrator/the-layer-concept.html
|
||||
share/doc/HTML/en/killustrator/to-do.html
|
||||
share/doc/HTML/en/killustrator/transformation-of-2d-primitives.html
|
||||
share/doc/HTML/en/killustrator/undo--redo.html
|
||||
share/doc/HTML/en/killustrator/usage.html
|
||||
share/doc/HTML/en/killustrator/verteilen.png
|
||||
share/doc/HTML/en/killustrator/working-with-files.html
|
||||
share/doc/HTML/en/killustrator/zoom-tool.html
|
||||
share/doc/HTML/en/killustrator/zoom.png
|
||||
share/doc/HTML/en/koffice/.anchors
|
||||
share/doc/HTML/en/koffice/compilingproblems.html
|
||||
share/doc/HTML/en/koffice/customgui.html
|
||||
share/doc/HTML/en/koffice/customization.html
|
||||
share/doc/HTML/en/koffice/faq.html
|
||||
share/doc/HTML/en/koffice/firststeps.html
|
||||
share/doc/HTML/en/koffice/frombinaries.html
|
||||
share/doc/HTML/en/koffice/fromsource.html
|
||||
share/doc/HTML/en/koffice/gettingbinaries.html
|
||||
share/doc/HTML/en/koffice/gettingsource.html
|
||||
share/doc/HTML/en/koffice/glossary.html
|
||||
share/doc/HTML/en/koffice/index.docbook
|
||||
share/doc/HTML/en/koffice/index.html
|
||||
share/doc/HTML/en/koffice/installation.html
|
||||
share/doc/HTML/en/koffice/introduction.html
|
||||
share/doc/HTML/en/koffice/kparts.html
|
||||
share/doc/HTML/en/koffice/kpartstryit.html
|
||||
share/doc/HTML/en/koffice/legal.html
|
||||
share/doc/HTML/en/koffice/links.html
|
||||
share/doc/HTML/en/koffice/moreinfo.html
|
||||
share/doc/HTML/en/koffice/programmersinfo.html
|
||||
share/doc/HTML/en/koffice/todo.html
|
||||
share/doc/HTML/en/koffice/whoreads.html
|
||||
share/doc/HTML/en/kpresenter/.anchors
|
||||
share/doc/HTML/en/kpresenter/addshadow.html
|
||||
share/doc/HTML/en/kpresenter/appendix.html
|
||||
share/doc/HTML/en/kpresenter/credits.html
|
||||
share/doc/HTML/en/kpresenter/guides.html
|
||||
share/doc/HTML/en/kpresenter/index.docbook
|
||||
share/doc/HTML/en/kpresenter/index.html
|
||||
share/doc/HTML/en/kpresenter/insertpage.html
|
||||
share/doc/HTML/en/kpresenter/insertpic.html
|
||||
share/doc/HTML/en/kpresenter/introduction.html
|
||||
share/doc/HTML/en/kpresenter/menuitems.html
|
||||
share/doc/HTML/en/kpresenter/options.html
|
||||
share/doc/HTML/en/kpresenter/qanda.html
|
||||
share/doc/HTML/en/kpresenter/screendesc.html
|
||||
share/doc/HTML/en/kpresenter/textcolor.html
|
||||
share/doc/HTML/en/kpresenter/todo.html
|
||||
share/doc/HTML/en/kpresenter/tutorial.html
|
||||
share/doc/HTML/en/kword/.anchors
|
||||
share/doc/HTML/en/kword/addframe.html
|
||||
share/doc/HTML/en/kword/appendix.html
|
||||
share/doc/HTML/en/kword/autocorrect.html
|
||||
share/doc/HTML/en/kword/basicedittoolbar.html
|
||||
share/doc/HTML/en/kword/basicmenubar.html
|
||||
share/doc/HTML/en/kword/charformattoolbar.html
|
||||
share/doc/HTML/en/kword/clipboard.html
|
||||
share/doc/HTML/en/kword/columns.html
|
||||
share/doc/HTML/en/kword/conventions.html
|
||||
share/doc/HTML/en/kword/credits.html
|
||||
share/doc/HTML/en/kword/datetime.html
|
||||
share/doc/HTML/en/kword/delframe.html
|
||||
share/doc/HTML/en/kword/dragdrop.html
|
||||
share/doc/HTML/en/kword/endfoot.html
|
||||
share/doc/HTML/en/kword/filedlg.html
|
||||
share/doc/HTML/en/kword/filetoolbar.html
|
||||
share/doc/HTML/en/kword/filters.html
|
||||
share/doc/HTML/en/kword/formatchar.html
|
||||
share/doc/HTML/en/kword/formatframe.html
|
||||
share/doc/HTML/en/kword/formatpara.html
|
||||
share/doc/HTML/en/kword/formulas.html
|
||||
share/doc/HTML/en/kword/framecreatetoolbar.html
|
||||
share/doc/HTML/en/kword/frames.html
|
||||
share/doc/HTML/en/kword/frameselect.html
|
||||
share/doc/HTML/en/kword/fundimental.html
|
||||
share/doc/HTML/en/kword/glossery.html
|
||||
share/doc/HTML/en/kword/graphics.html
|
||||
share/doc/HTML/en/kword/guides.html
|
||||
share/doc/HTML/en/kword/guides2.html
|
||||
share/doc/HTML/en/kword/guides3.html
|
||||
share/doc/HTML/en/kword/guides4.html
|
||||
share/doc/HTML/en/kword/headfoot.html
|
||||
share/doc/HTML/en/kspread/index.docbook
|
||||
share/doc/HTML/en/kword/index.docbook
|
||||
share/doc/HTML/en/kword/index.html
|
||||
share/doc/HTML/en/kword/inserttoolbar.html
|
||||
share/doc/HTML/en/kword/inskspread.html
|
||||
share/doc/HTML/en/kword/introduction.html
|
||||
share/doc/HTML/en/kword/keys.html
|
||||
share/doc/HTML/en/kword/kwordrc.html
|
||||
share/doc/HTML/en/kword/kwordscreen.html
|
||||
share/doc/HTML/en/kword/loading.html
|
||||
share/doc/HTML/en/kword/menuitems.html
|
||||
share/doc/HTML/en/kword/moveframe.html
|
||||
share/doc/HTML/en/kword/options.html
|
||||
share/doc/HTML/en/kword/pgnumber.html
|
||||
share/doc/HTML/en/kword/printing.html
|
||||
share/doc/HTML/en/kword/qanda.html
|
||||
share/doc/HTML/en/kword/qd2.html
|
||||
share/doc/HTML/en/kword/qd3.html
|
||||
share/doc/HTML/en/kword/qd4.html
|
||||
share/doc/HTML/en/kword/qd5.html
|
||||
share/doc/HTML/en/kword/quickdirty.html
|
||||
share/doc/HTML/en/kword/resizeframe.html
|
||||
share/doc/HTML/en/kword/rulers.html
|
||||
share/doc/HTML/en/kword/saving.html
|
||||
share/doc/HTML/en/kword/searchreplace.html
|
||||
share/doc/HTML/en/kword/selcolor.html
|
||||
share/doc/HTML/en/kword/spellcheck.html
|
||||
share/doc/HTML/en/kword/styles.html
|
||||
share/doc/HTML/en/kword/tableedittoolbar.html
|
||||
share/doc/HTML/en/kword/tables.html
|
||||
share/doc/HTML/en/kword/tabstops.html
|
||||
share/doc/HTML/en/kword/tempcr.html
|
||||
share/doc/HTML/en/kword/templateintro.html
|
||||
share/doc/HTML/en/kword/textandframe.html
|
||||
share/doc/HTML/en/kword/themes.html
|
||||
share/doc/HTML/en/kword/toc.html
|
||||
share/doc/HTML/en/kword/todo.html
|
||||
share/doc/HTML/en/kword/toolbars.html
|
||||
share/doc/HTML/en/kword/tutorial.html
|
||||
share/doc/HTML/en/kword/undoredo.html
|
||||
share/doc/HTML/en/kword/updates.html
|
||||
share/doc/HTML/en/kword/whoreads.html
|
||||
share/doc/HTML/en/kword/wpvsdtp.html
|
||||
share/icons/hicolor/22x22/actions/border_all.png
|
||||
share/icons/hicolor/22x22/actions/border_bottom.png
|
||||
share/icons/hicolor/22x22/actions/border_fall.png
|
||||
share/icons/hicolor/22x22/actions/border_horizontal.png
|
||||
share/icons/hicolor/22x22/actions/border_inside.png
|
||||
share/icons/hicolor/22x22/actions/border_left.png
|
||||
share/icons/hicolor/22x22/actions/border_outline.png
|
||||
share/icons/hicolor/22x22/actions/border_remove.png
|
||||
share/icons/hicolor/22x22/actions/border_right.png
|
||||
share/icons/hicolor/22x22/actions/border_top.png
|
||||
share/icons/hicolor/22x22/actions/border_up.png
|
||||
share/icons/hicolor/22x22/actions/border_vertical.png
|
||||
share/icons/hicolor/22x22/actions/funct.png
|
||||
share/icons/hicolor/22x22/actions/percent.png
|
||||
share/icons/hicolor/22x22/actions/prec_minus.png
|
||||
share/icons/hicolor/22x22/actions/prec_plus.png
|
||||
share/icons/hicolor/32x32/actions/border_all.png
|
||||
share/icons/hicolor/32x32/actions/border_bottom.png
|
||||
share/icons/hicolor/32x32/actions/border_fall.png
|
||||
share/icons/hicolor/32x32/actions/border_horizontal.png
|
||||
share/icons/hicolor/32x32/actions/border_inside.png
|
||||
share/icons/hicolor/32x32/actions/border_left.png
|
||||
share/icons/hicolor/32x32/actions/border_outline.png
|
||||
share/icons/hicolor/32x32/actions/border_remove.png
|
||||
share/icons/hicolor/32x32/actions/border_right.png
|
||||
share/icons/hicolor/32x32/actions/border_top.png
|
||||
share/icons/hicolor/32x32/actions/border_up.png
|
||||
share/icons/hicolor/32x32/actions/border_vertical.png
|
||||
share/icons/hicolor/32x32/actions/funct.png
|
||||
share/icons/hicolor/32x32/actions/percent.png
|
||||
share/icons/hicolor/32x32/actions/prec_minus.png
|
||||
share/icons/hicolor/32x32/actions/prec_plus.png
|
||||
share/icons/hicolor/32x32/apps/kchart.png
|
||||
share/icons/hicolor/32x32/apps/killustrator.png
|
||||
share/icons/hicolor/32x32/apps/kpresenter.png
|
||||
@ -647,18 +577,75 @@ share/icons/hicolor/48x48/apps/killustrator.png
|
||||
share/icons/hicolor/48x48/apps/kpresenter.png
|
||||
share/icons/hicolor/48x48/apps/kspread.png
|
||||
share/icons/hicolor/48x48/apps/kword.png
|
||||
share/icons/locolor/16x16/actions/adjustcol.png
|
||||
share/icons/locolor/16x16/actions/adjustrow.png
|
||||
share/icons/locolor/16x16/actions/areas.png
|
||||
share/icons/locolor/16x16/actions/bars.png
|
||||
share/icons/locolor/16x16/actions/black_sum.png
|
||||
share/icons/locolor/16x16/actions/border_all.png
|
||||
share/icons/locolor/16x16/actions/border_bottom.png
|
||||
share/icons/locolor/16x16/actions/border_fall.png
|
||||
share/icons/locolor/16x16/actions/border_horizontal.png
|
||||
share/icons/locolor/16x16/actions/border_inside.png
|
||||
share/icons/locolor/16x16/actions/border_left.png
|
||||
share/icons/locolor/16x16/actions/border_outline.png
|
||||
share/icons/locolor/16x16/actions/border_remove.png
|
||||
share/icons/locolor/16x16/actions/border_right.png
|
||||
share/icons/locolor/16x16/actions/border_top.png
|
||||
share/icons/locolor/16x16/actions/border_up.png
|
||||
share/icons/locolor/16x16/actions/border_vertical.png
|
||||
share/icons/locolor/16x16/actions/cakes.png
|
||||
share/icons/locolor/16x16/actions/cell_edit.png
|
||||
share/icons/locolor/16x16/actions/cell_layout.png
|
||||
share/icons/locolor/16x16/actions/center.png
|
||||
share/icons/locolor/16x16/actions/chart.png
|
||||
share/icons/locolor/16x16/actions/comment.png
|
||||
share/icons/locolor/16x16/actions/data.png
|
||||
share/icons/locolor/16x16/actions/delete_table.png
|
||||
share/icons/locolor/16x16/actions/deletecell.png
|
||||
share/icons/locolor/16x16/actions/first_letter_upper.png
|
||||
share/icons/locolor/16x16/actions/fontsizedown.png
|
||||
share/icons/locolor/16x16/actions/fontsizeup.png
|
||||
share/icons/locolor/16x16/actions/funct.png
|
||||
share/icons/locolor/16x16/actions/insertcell.png
|
||||
share/icons/locolor/16x16/actions/inserttable.png
|
||||
share/icons/locolor/16x16/actions/left.png
|
||||
share/icons/locolor/16x16/actions/lines.png
|
||||
share/icons/locolor/16x16/actions/lower.png
|
||||
share/icons/locolor/16x16/actions/middle.png
|
||||
share/icons/locolor/16x16/actions/money.png
|
||||
share/icons/locolor/16x16/actions/multirow.png
|
||||
share/icons/locolor/16x16/actions/oscilloscope.png
|
||||
share/icons/locolor/16x16/actions/percent.png
|
||||
share/icons/locolor/16x16/actions/precminus.png
|
||||
share/icons/locolor/16x16/actions/precplus.png
|
||||
share/icons/locolor/16x16/actions/removecell.png
|
||||
share/icons/locolor/16x16/actions/removecomment.png
|
||||
share/icons/locolor/16x16/actions/resizecol.png
|
||||
share/icons/locolor/16x16/actions/resizerow.png
|
||||
share/icons/locolor/16x16/actions/right.png
|
||||
share/icons/locolor/16x16/actions/series.png
|
||||
share/icons/locolor/16x16/actions/sort_decrease.png
|
||||
share/icons/locolor/16x16/actions/sort_incr.png
|
||||
share/icons/locolor/16x16/actions/special_paste.png
|
||||
share/icons/locolor/16x16/actions/strike_out.png
|
||||
share/icons/locolor/16x16/actions/upper.png
|
||||
share/icons/locolor/16x16/actions/vertical_text.png
|
||||
share/icons/locolor/16x16/actions/wizard.png
|
||||
share/icons/locolor/16x16/apps/kchart.png
|
||||
share/icons/locolor/16x16/apps/killustrator.png
|
||||
share/icons/locolor/16x16/apps/kpresenter.png
|
||||
share/icons/locolor/16x16/apps/kspread.png
|
||||
share/icons/locolor/16x16/apps/kspreadcalc.png
|
||||
share/icons/locolor/16x16/apps/kword.png
|
||||
share/icons/locolor/22x22/apps/kspreadcalc.png
|
||||
share/icons/locolor/32x32/apps/kchart.png
|
||||
share/icons/locolor/32x32/apps/killustrator.png
|
||||
share/icons/locolor/32x32/apps/kpresenter.png
|
||||
share/icons/locolor/32x32/apps/kspread.png
|
||||
share/icons/locolor/32x32/apps/kspreadcalc.png
|
||||
share/icons/locolor/32x32/apps/kword.png
|
||||
share/mimelnk/application/x-graphite.desktop
|
||||
share/mimelnk/application/x-kchart.desktop
|
||||
share/mimelnk/application/x-killustrator.desktop
|
||||
share/mimelnk/application/x-kpresenter.desktop
|
||||
@ -684,19 +671,20 @@ share/servicetypes/kofilter.desktop
|
||||
share/servicetypes/kofilterdialog.desktop
|
||||
share/servicetypes/koplugin.desktop
|
||||
share/servicetypes/kotool.desktop
|
||||
@unexec rm -f %D/share/doc/HTML/en/katabase/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/killustrator/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/koffice/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpresenter/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kword/common
|
||||
@unexec for dir in kword kspread kpresenter killustrator katabase koffice; do rm -f %D/share/doc/HTML/en/${dir}/common;done
|
||||
@dirrm share/doc/HTML/en/kword
|
||||
@dirrm share/doc/HTML/en/kspread
|
||||
@dirrm share/doc/HTML/en/kpresenter
|
||||
@dirrm share/doc/HTML/en/koffice
|
||||
@dirrm share/doc/HTML/en/killustrator
|
||||
@dirrm share/doc/HTML/en/katabase
|
||||
@dirrm share/doc/HTML/en/doc
|
||||
@dirrm share/apps/kword/templates/Wordprocessing
|
||||
@dirrm share/apps/kword/templates/DTP
|
||||
@dirrm share/apps/kword/templates/Publishing/.source
|
||||
@dirrm share/apps/kword/templates/Publishing/.icon
|
||||
@dirrm share/apps/kword/templates/Publishing
|
||||
@dirrm share/apps/kword/templates/Normal/.source
|
||||
@dirrm share/apps/kword/templates/Normal/.icon
|
||||
@dirrm share/apps/kword/templates/Normal
|
||||
@dirrm share/apps/kword/templates
|
||||
@dirrm share/apps/kword/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kword/icons/locolor/22x22
|
||||
@ -707,7 +695,6 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kspread/tablestyles
|
||||
@dirrm share/apps/kspread/scripts
|
||||
@dirrm share/apps/kspread/kpartplugins
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22/actions/black
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22
|
||||
@dirrm share/apps/kspread/icons/locolor
|
||||
@ -715,7 +702,11 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kspread/extensions
|
||||
@dirrm share/apps/kspread/dtd
|
||||
@dirrm share/apps/kspread
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations/.source
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations/.icon
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations
|
||||
@dirrm share/apps/kpresenter/templates/Professional/.source
|
||||
@dirrm share/apps/kpresenter/templates/Professional/.icon
|
||||
@dirrm share/apps/kpresenter/templates/Professional
|
||||
@dirrm share/apps/kpresenter/templates
|
||||
@dirrm share/apps/kpresenter/slideshow
|
||||
@ -730,19 +721,29 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kpresenter/autoforms
|
||||
@dirrm share/apps/kpresenter
|
||||
@dirrm share/apps/koffice/pics
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/text
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/part
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/insert
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/delete
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/clipart
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22
|
||||
@dirrm share/apps/koffice/icons/locolor/16x16/actions
|
||||
@dirrm share/apps/koffice/icons/locolor/16x16
|
||||
@dirrm share/apps/koffice/icons/locolor
|
||||
@dirrm share/apps/koffice/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/koffice/icons/hicolor/32x32
|
||||
@dirrm share/apps/koffice/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/koffice/icons/hicolor/22x22
|
||||
@dirrm share/apps/koffice/icons/hicolor
|
||||
@dirrm share/apps/koffice/icons
|
||||
@dirrm share/apps/koffice
|
||||
@dirrm share/apps/killustrator/templates/Simple/.source
|
||||
@dirrm share/apps/killustrator/templates/Simple/.icon
|
||||
@dirrm share/apps/killustrator/templates/Simple
|
||||
@dirrm share/apps/killustrator/templates
|
||||
@dirrm share/apps/killustrator/pics
|
||||
@dirrm share/apps/killustrator
|
||||
@dirrm share/apps/kchart/toolbar
|
||||
@dirrm share/apps/kchart/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kchart/icons/locolor/22x22
|
||||
@dirrm share/apps/kchart/icons/locolor
|
||||
@dirrm share/apps/kchart/icons
|
||||
@dirrm share/apps/kchart
|
||||
@dirrm share/applnk/Applications/KOffice
|
||||
@dirrm share/applnk/Applications
|
||||
@dirrm share/apps/graphite
|
||||
@dirrm share/applnk/Office
|
||||
|
@ -1,31 +1,38 @@
|
||||
# New ports collection makefile for: koffice
|
||||
# Date created: Sun May 14 2000 16:33:15
|
||||
# Whom: Will Andrews <will@FreeBSD>org>
|
||||
# Whom: Will Andrews <will@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= koffice
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
iconv.0:${PORTSDIR}/converters/iconv
|
||||
|
||||
WRKSRC= ${WRKDIR}/koffice
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE/include} -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (koffice-1.90.tar.bz2) = aabb2ffd04f10ebdcccce8748cfd62ad
|
||||
MD5 (koffice-20000724A.tar.bz2) = 6c6015050c1c078ca8fd5cf6b6e8df76
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/graphite
|
||||
bin/kchart
|
||||
bin/killustrator
|
||||
bin/koshell
|
||||
@ -5,6 +6,8 @@ bin/kpresenter
|
||||
bin/kscript
|
||||
bin/kspread
|
||||
bin/kword
|
||||
include/KoApplicationIface.h
|
||||
include/KoDocumentIface.h
|
||||
include/handler.h
|
||||
include/kcoloractions.h
|
||||
include/koApplication.h
|
||||
@ -20,7 +23,7 @@ include/koFilter.h
|
||||
include/koFilterDialog.h
|
||||
include/koFilterManager.h
|
||||
include/koFrame.h
|
||||
include/koIcons.h
|
||||
include/koGlobal.h
|
||||
include/koKoolBar.h
|
||||
include/koMainWindow.h
|
||||
include/koPageLayoutDia.h
|
||||
@ -34,8 +37,7 @@ include/koTabChooser.h
|
||||
include/koTarStore.h
|
||||
include/koTemplateChooseDia.h
|
||||
include/koTemplateCreateDia.h
|
||||
include/koUIUtils.h
|
||||
include/koUndo.h
|
||||
include/koTemplates.h
|
||||
include/koView.h
|
||||
include/komlFeed.h
|
||||
include/komlFileFeed.h
|
||||
@ -45,64 +47,84 @@ include/komlStreamFeed.h
|
||||
include/komlWriter.h
|
||||
include/toolbox.h
|
||||
include/torben.h
|
||||
lib/graphite.a
|
||||
lib/graphite.la
|
||||
lib/kchart.a
|
||||
lib/kchart.la
|
||||
lib/killustrator.a
|
||||
lib/killustrator.la
|
||||
lib/koshell.a
|
||||
lib/koshell.la
|
||||
lib/kpresenter.a
|
||||
lib/kpresenter.la
|
||||
lib/kspread.a
|
||||
lib/kspread.la
|
||||
lib/kword.a
|
||||
lib/kword.la
|
||||
lib/libasciiexport.a
|
||||
lib/libasciiexport.la
|
||||
lib/libasciiexport.so
|
||||
lib/libasciiimport.a
|
||||
lib/libasciiimport.la
|
||||
lib/libasciiimport.so
|
||||
lib/libcsvexport.a
|
||||
lib/libcsvexport.la
|
||||
lib/libcsvexport.so
|
||||
lib/libcsvexport_test.a
|
||||
lib/libcsvexport_test.la
|
||||
lib/libcsvexport_test.so
|
||||
lib/libcsvfilter.a
|
||||
lib/libcsvfilter.la
|
||||
lib/libcsvfilter.so
|
||||
lib/libcsvfilterdia.a
|
||||
lib/libcsvfilterdia.la
|
||||
lib/libcsvfilterdia.so
|
||||
lib/libgraphitepart.a
|
||||
lib/libgraphitepart.la
|
||||
lib/libhtmlexport.a
|
||||
lib/libhtmlexport.la
|
||||
lib/libhtmlexport.so
|
||||
lib/libhtmlimport.a
|
||||
lib/libhtmlimport.la
|
||||
lib/libhtmlimport.so
|
||||
lib/libkchart.la
|
||||
lib/libkchart.so
|
||||
lib/libkillustrator.la
|
||||
lib/libkillustrator.so
|
||||
lib/libkchartpart.a
|
||||
lib/libkchartpart.la
|
||||
lib/libkillustratorpart.a
|
||||
lib/libkillustratorpart.la
|
||||
lib/libkodocinfopropspage.a
|
||||
lib/libkodocinfopropspage.la
|
||||
lib/libkodocinfopropspage.so.0
|
||||
lib/libkofficecore.la
|
||||
lib/libkofficecore.so.1
|
||||
lib/libkofficeui.la
|
||||
lib/libkofficeui.so.1
|
||||
lib/libkoml.la
|
||||
lib/libkoml.so.1
|
||||
lib/libkpresenter.la
|
||||
lib/libkpresenter.so
|
||||
lib/libkpresenterpart.a
|
||||
lib/libkpresenterpart.la
|
||||
lib/libkscript.la
|
||||
lib/libkscript.so.1
|
||||
lib/libkspelltool.a
|
||||
lib/libkspelltool.la
|
||||
lib/libkspelltool.so
|
||||
lib/libkspread.la
|
||||
lib/libkspread.so
|
||||
lib/libkspreadcalc.a
|
||||
lib/libkspreadcalc.la
|
||||
lib/libkspreadcalc.so
|
||||
lib/libkspreadpart.a
|
||||
lib/libkspreadpart.la
|
||||
lib/libkstore.la
|
||||
lib/libkstore.so.1
|
||||
lib/libkword.la
|
||||
lib/libkword.so
|
||||
lib/libkwordpart.a
|
||||
lib/libkwordpart.la
|
||||
lib/libolefilter.a
|
||||
lib/libolefilter.la
|
||||
lib/libolefilter.so
|
||||
share/applnk/Applications/KOffice/kchart.desktop
|
||||
share/applnk/Applications/KOffice/killustrator.desktop
|
||||
share/applnk/Applications/KOffice/koshell.desktop
|
||||
share/applnk/Applications/KOffice/kpresenter.desktop
|
||||
share/applnk/Applications/KOffice/kspread.desktop
|
||||
share/applnk/Applications/KOffice/kword.desktop
|
||||
share/applnk/Office/graphite.desktop
|
||||
share/applnk/Office/kchart.desktop
|
||||
share/applnk/Office/killustrator.desktop
|
||||
share/applnk/Office/koshell.desktop
|
||||
share/applnk/Office/kpresenter.desktop
|
||||
share/applnk/Office/kspread.desktop
|
||||
share/applnk/Office/kword.desktop
|
||||
share/apps/graphite/graphite.rc
|
||||
share/apps/kchart/icons/locolor/22x22/actions/areas.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/bars.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/cakes.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/cakes3d.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/data.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/lines.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/options.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/wizard.png
|
||||
share/apps/kchart/kchart.rc
|
||||
share/apps/kchart/toolbar/areas.png
|
||||
share/apps/kchart/toolbar/bars.png
|
||||
share/apps/kchart/toolbar/cakes.png
|
||||
share/apps/kchart/toolbar/lines.png
|
||||
share/apps/kchart/toolbar/options.png
|
||||
share/apps/killustrator/KIllustrator.rc
|
||||
share/apps/killustrator/default.pal
|
||||
share/apps/killustrator/pics/abottom.png
|
||||
share/apps/killustrator/pics/ahcenter.png
|
||||
share/apps/killustrator/pics/aleft.png
|
||||
@ -147,19 +169,38 @@ share/apps/killustrator/pics/tleftalign.png
|
||||
share/apps/killustrator/pics/trightalign.png
|
||||
share/apps/killustrator/pics/vmirror.png
|
||||
share/apps/killustrator/pics/zoomtool.png
|
||||
share/apps/killustrator/templates/Simple/.directory
|
||||
share/apps/killustrator/templates/Simple/.icon/Plain.png
|
||||
share/apps/killustrator/templates/Simple/.source/Plain.kil
|
||||
share/apps/killustrator/templates/Simple/Plain.desktop
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/text_color.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/sort_az.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/text_color.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/documentinfo.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/enum_list.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_color.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_sub.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_super.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/unsorted_list.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignBlock.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignCenter.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignLeft.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignRight.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/bold.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/cancel.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart/from-file.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/delete/table-col.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/delete/table-row.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/insert/table-col.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/insert/table-row.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/italic.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart_from_file.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/neonpen.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/ok.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/part/kchart.png
|
||||
@ -172,12 +213,6 @@ share/apps/koffice/icons/locolor/22x22/actions/part/kword.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/part/unspecif.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/parts.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/picture.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/product.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/sum.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/bold.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/italic.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/underlined.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/underl.png
|
||||
share/apps/koffice/koffice_shell.rc
|
||||
share/apps/koffice/pics/koRulerFirst.png
|
||||
share/apps/koffice/pics/koRulerLeft.png
|
||||
@ -325,77 +360,82 @@ share/apps/kpresenter/slideshow/next.png
|
||||
share/apps/kpresenter/slideshow/prev.bmp
|
||||
share/apps/kpresenter/slideshow/prev.jpeg
|
||||
share/apps/kpresenter/slideshow/prev.png
|
||||
share/apps/kpresenter/templates/.templates
|
||||
share/apps/kpresenter/templates/Professional/One.kpt
|
||||
share/apps/kpresenter/templates/Professional/One.png
|
||||
share/apps/kpresenter/templates/Professional/Title.kpt
|
||||
share/apps/kpresenter/templates/Professional/Title.png
|
||||
share/apps/kpresenter/templates/Professional/Two.kpt
|
||||
share/apps/kpresenter/templates/Professional/Two.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.png
|
||||
share/apps/kpresenter/templates/Professional/.directory
|
||||
share/apps/kpresenter/templates/Professional/.icon/One.png
|
||||
share/apps/kpresenter/templates/Professional/.icon/Title.png
|
||||
share/apps/kpresenter/templates/Professional/.icon/Two.png
|
||||
share/apps/kpresenter/templates/Professional/.source/One.kpt
|
||||
share/apps/kpresenter/templates/Professional/.source/Title.kpt
|
||||
share/apps/kpresenter/templates/Professional/.source/Two.kpt
|
||||
share/apps/kpresenter/templates/Professional/One.desktop
|
||||
share/apps/kpresenter/templates/Professional/Title.desktop
|
||||
share/apps/kpresenter/templates/Professional/Two.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/.directory
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Gradient-Blue-Red.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Plain.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Sand1.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/kde.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/kde2.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Gradient-Blue-Red.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Plain.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Sand1.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/kde.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/kde2.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.desktop
|
||||
share/apps/kspread/dtd/kspread.dtd
|
||||
share/apps/kspread/extensions/math.ks
|
||||
share/apps/kspread/icons/locolor/22x22/actions/abort.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/adjustcol.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/adjustrow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/black/sum.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bold.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderall.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderbottom.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderfall.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderhorizontal.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderinside.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderleft.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderoutline.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderremove.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderright.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bordertop.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderup.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bordervertical.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/black_sum.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bottom.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/cell_edit.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/cell_layout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/center.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/chart.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/colin.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/colout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/comment.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/delete_table.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/deletecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/dissociatecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/done.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/find.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/first_letter_upper.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/fontsizedown.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/fontsizeup.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/funct.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/italic.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/goto.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/insertcell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/inserttable.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/left.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/lower.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/mergecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/middle.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/money.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/multirow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/neonpen.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/paste.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/percent.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/precminus.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/precplus.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/oscilloscope.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/removecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/removecomment.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/resizecol.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/resizerow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/right.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rotate.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rowin.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rowout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/sort_decrease.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/sort_incr.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/special_paste.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/strike_out.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_first.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_last.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_left.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_right.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/top.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/underline.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/upper.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/vertical_text.png
|
||||
share/apps/kspread/kpartplugins/kspreadcalc.rc
|
||||
share/apps/kspread/kspread.rc
|
||||
share/apps/kspread/scripts/callme.ks
|
||||
@ -412,7 +452,6 @@ share/apps/kword/icons/locolor/22x22/actions/borderleft.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/borderright.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/bordertop.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/char.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/colin.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/colout.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/editframetool.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/edittool.png
|
||||
@ -421,7 +460,6 @@ share/apps/kword/icons/locolor/22x22/actions/formula.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/kwsearch.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/picframetool.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/return.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/rowin.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/rowout.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/run_bounding.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/run_not.png
|
||||
@ -440,18 +478,22 @@ share/apps/kword/icons/locolor/22x22/actions/tree_embedded.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_picture.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_table.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_textframes.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/underl.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/unsortedList.png
|
||||
share/apps/kword/kword.rc
|
||||
share/apps/kword/templates/.templates
|
||||
share/apps/kword/templates/DTP/SimpleLayout.kwt
|
||||
share/apps/kword/templates/DTP/SimpleLayout.png
|
||||
share/apps/kword/templates/DTP/Test.kwt
|
||||
share/apps/kword/templates/DTP/Test.png
|
||||
share/apps/kword/templates/Wordprocessing/PlainText.kwt
|
||||
share/apps/kword/templates/Wordprocessing/PlainText.png
|
||||
share/apps/kword/templates/Wordprocessing/TwoColumns.kwt
|
||||
share/apps/kword/templates/Wordprocessing/TwoColumns.png
|
||||
share/apps/kword/templates/Normal/.directory
|
||||
share/apps/kword/templates/Normal/.icon/PlainText.png
|
||||
share/apps/kword/templates/Normal/.icon/TwoColumns.png
|
||||
share/apps/kword/templates/Normal/.source/PlainText.kwt
|
||||
share/apps/kword/templates/Normal/.source/TwoColumns.kwt
|
||||
share/apps/kword/templates/Normal/PlainText.desktop
|
||||
share/apps/kword/templates/Normal/TwoColumns.desktop
|
||||
share/apps/kword/templates/Publishing/.directory
|
||||
share/apps/kword/templates/Publishing/.icon/SimpleLayout.png
|
||||
share/apps/kword/templates/Publishing/.icon/Test.png
|
||||
share/apps/kword/templates/Publishing/.source/SimpleLayout.kwt
|
||||
share/apps/kword/templates/Publishing/.source/Test.kwt
|
||||
share/apps/kword/templates/Publishing/SimpleLayout.desktop
|
||||
share/apps/kword/templates/Publishing/Test.desktop
|
||||
share/doc/HTML/en/doc/README.documentation
|
||||
share/doc/HTML/en/doc/index.html
|
||||
share/doc/HTML/en/doc/kdelogo.png
|
||||
@ -461,42 +503,18 @@ share/doc/HTML/en/doc/koffice-misc.html
|
||||
share/doc/HTML/en/doc/koffice-search-help.html
|
||||
share/doc/HTML/en/doc/koffice-search.html
|
||||
share/doc/HTML/en/doc/koffice.html
|
||||
share/doc/HTML/en/katabase/.anchors
|
||||
share/doc/HTML/en/katabase/another-section.html
|
||||
share/doc/HTML/en/katabase/compilation-and-installation.html
|
||||
share/doc/HTML/en/katabase/copyright.html
|
||||
share/doc/HTML/en/katabase/index.cvlog
|
||||
share/doc/HTML/en/katabase/index.docbook
|
||||
share/doc/HTML/en/katabase/index.html
|
||||
share/doc/HTML/en/katabase/installation.html
|
||||
share/doc/HTML/en/katabase/introduction.html
|
||||
share/doc/HTML/en/katabase/questions-and-answers.html
|
||||
share/doc/HTML/en/katabase/requirements.html
|
||||
share/doc/HTML/en/katabase/usage-.html
|
||||
share/doc/HTML/en/killustrator/.anchors
|
||||
share/doc/HTML/en/killustrator/about-the-handbook.html
|
||||
share/doc/HTML/en/killustrator/align.png
|
||||
share/doc/HTML/en/killustrator/align2.png
|
||||
share/doc/HTML/en/killustrator/appendix.html
|
||||
share/doc/HTML/en/killustrator/bezier.png
|
||||
share/doc/HTML/en/killustrator/blend_dialog.png
|
||||
share/doc/HTML/en/killustrator/changing-the-standard-parameters.html
|
||||
share/doc/HTML/en/killustrator/colour.png
|
||||
share/doc/HTML/en/killustrator/compilation-and-installation.html
|
||||
share/doc/HTML/en/killustrator/copyright.html
|
||||
share/doc/HTML/en/killustrator/drawing-2d-primitives.html
|
||||
share/doc/HTML/en/killustrator/ellipse.png
|
||||
share/doc/HTML/en/killustrator/export.png
|
||||
share/doc/HTML/en/killustrator/freehand.png
|
||||
share/doc/HTML/en/killustrator/frequently-asked-questions.html
|
||||
share/doc/HTML/en/killustrator/handling-colours.html
|
||||
share/doc/HTML/en/killustrator/history-of-killustrator.html
|
||||
share/doc/HTML/en/killustrator/index.cvlog
|
||||
share/doc/HTML/en/killustrator/index.docbook
|
||||
share/doc/HTML/en/killustrator/index.html
|
||||
share/doc/HTML/en/killustrator/installation-of-binary-packages.html
|
||||
share/doc/HTML/en/killustrator/installation.html
|
||||
share/doc/HTML/en/killustrator/introduction.html
|
||||
share/doc/HTML/en/killustrator/line.png
|
||||
share/doc/HTML/en/killustrator/logo.png
|
||||
share/doc/HTML/en/killustrator/movepoint.png
|
||||
@ -506,137 +524,49 @@ share/doc/HTML/en/killustrator/pfeil.png
|
||||
share/doc/HTML/en/killustrator/point.png
|
||||
share/doc/HTML/en/killustrator/polygon-setup.png
|
||||
share/doc/HTML/en/killustrator/polygon.png
|
||||
share/doc/HTML/en/killustrator/positioning-objects.html
|
||||
share/doc/HTML/en/killustrator/rect.png
|
||||
share/doc/HTML/en/killustrator/rmpoint.png
|
||||
share/doc/HTML/en/killustrator/save_dialog.png
|
||||
share/doc/HTML/en/killustrator/schichten.png
|
||||
share/doc/HTML/en/killustrator/system-requirements.html
|
||||
share/doc/HTML/en/killustrator/text.png
|
||||
share/doc/HTML/en/killustrator/the-layer-concept.html
|
||||
share/doc/HTML/en/killustrator/to-do.html
|
||||
share/doc/HTML/en/killustrator/transformation-of-2d-primitives.html
|
||||
share/doc/HTML/en/killustrator/undo--redo.html
|
||||
share/doc/HTML/en/killustrator/usage.html
|
||||
share/doc/HTML/en/killustrator/verteilen.png
|
||||
share/doc/HTML/en/killustrator/working-with-files.html
|
||||
share/doc/HTML/en/killustrator/zoom-tool.html
|
||||
share/doc/HTML/en/killustrator/zoom.png
|
||||
share/doc/HTML/en/koffice/.anchors
|
||||
share/doc/HTML/en/koffice/compilingproblems.html
|
||||
share/doc/HTML/en/koffice/customgui.html
|
||||
share/doc/HTML/en/koffice/customization.html
|
||||
share/doc/HTML/en/koffice/faq.html
|
||||
share/doc/HTML/en/koffice/firststeps.html
|
||||
share/doc/HTML/en/koffice/frombinaries.html
|
||||
share/doc/HTML/en/koffice/fromsource.html
|
||||
share/doc/HTML/en/koffice/gettingbinaries.html
|
||||
share/doc/HTML/en/koffice/gettingsource.html
|
||||
share/doc/HTML/en/koffice/glossary.html
|
||||
share/doc/HTML/en/koffice/index.docbook
|
||||
share/doc/HTML/en/koffice/index.html
|
||||
share/doc/HTML/en/koffice/installation.html
|
||||
share/doc/HTML/en/koffice/introduction.html
|
||||
share/doc/HTML/en/koffice/kparts.html
|
||||
share/doc/HTML/en/koffice/kpartstryit.html
|
||||
share/doc/HTML/en/koffice/legal.html
|
||||
share/doc/HTML/en/koffice/links.html
|
||||
share/doc/HTML/en/koffice/moreinfo.html
|
||||
share/doc/HTML/en/koffice/programmersinfo.html
|
||||
share/doc/HTML/en/koffice/todo.html
|
||||
share/doc/HTML/en/koffice/whoreads.html
|
||||
share/doc/HTML/en/kpresenter/.anchors
|
||||
share/doc/HTML/en/kpresenter/addshadow.html
|
||||
share/doc/HTML/en/kpresenter/appendix.html
|
||||
share/doc/HTML/en/kpresenter/credits.html
|
||||
share/doc/HTML/en/kpresenter/guides.html
|
||||
share/doc/HTML/en/kpresenter/index.docbook
|
||||
share/doc/HTML/en/kpresenter/index.html
|
||||
share/doc/HTML/en/kpresenter/insertpage.html
|
||||
share/doc/HTML/en/kpresenter/insertpic.html
|
||||
share/doc/HTML/en/kpresenter/introduction.html
|
||||
share/doc/HTML/en/kpresenter/menuitems.html
|
||||
share/doc/HTML/en/kpresenter/options.html
|
||||
share/doc/HTML/en/kpresenter/qanda.html
|
||||
share/doc/HTML/en/kpresenter/screendesc.html
|
||||
share/doc/HTML/en/kpresenter/textcolor.html
|
||||
share/doc/HTML/en/kpresenter/todo.html
|
||||
share/doc/HTML/en/kpresenter/tutorial.html
|
||||
share/doc/HTML/en/kword/.anchors
|
||||
share/doc/HTML/en/kword/addframe.html
|
||||
share/doc/HTML/en/kword/appendix.html
|
||||
share/doc/HTML/en/kword/autocorrect.html
|
||||
share/doc/HTML/en/kword/basicedittoolbar.html
|
||||
share/doc/HTML/en/kword/basicmenubar.html
|
||||
share/doc/HTML/en/kword/charformattoolbar.html
|
||||
share/doc/HTML/en/kword/clipboard.html
|
||||
share/doc/HTML/en/kword/columns.html
|
||||
share/doc/HTML/en/kword/conventions.html
|
||||
share/doc/HTML/en/kword/credits.html
|
||||
share/doc/HTML/en/kword/datetime.html
|
||||
share/doc/HTML/en/kword/delframe.html
|
||||
share/doc/HTML/en/kword/dragdrop.html
|
||||
share/doc/HTML/en/kword/endfoot.html
|
||||
share/doc/HTML/en/kword/filedlg.html
|
||||
share/doc/HTML/en/kword/filetoolbar.html
|
||||
share/doc/HTML/en/kword/filters.html
|
||||
share/doc/HTML/en/kword/formatchar.html
|
||||
share/doc/HTML/en/kword/formatframe.html
|
||||
share/doc/HTML/en/kword/formatpara.html
|
||||
share/doc/HTML/en/kword/formulas.html
|
||||
share/doc/HTML/en/kword/framecreatetoolbar.html
|
||||
share/doc/HTML/en/kword/frames.html
|
||||
share/doc/HTML/en/kword/frameselect.html
|
||||
share/doc/HTML/en/kword/fundimental.html
|
||||
share/doc/HTML/en/kword/glossery.html
|
||||
share/doc/HTML/en/kword/graphics.html
|
||||
share/doc/HTML/en/kword/guides.html
|
||||
share/doc/HTML/en/kword/guides2.html
|
||||
share/doc/HTML/en/kword/guides3.html
|
||||
share/doc/HTML/en/kword/guides4.html
|
||||
share/doc/HTML/en/kword/headfoot.html
|
||||
share/doc/HTML/en/kspread/index.docbook
|
||||
share/doc/HTML/en/kword/index.docbook
|
||||
share/doc/HTML/en/kword/index.html
|
||||
share/doc/HTML/en/kword/inserttoolbar.html
|
||||
share/doc/HTML/en/kword/inskspread.html
|
||||
share/doc/HTML/en/kword/introduction.html
|
||||
share/doc/HTML/en/kword/keys.html
|
||||
share/doc/HTML/en/kword/kwordrc.html
|
||||
share/doc/HTML/en/kword/kwordscreen.html
|
||||
share/doc/HTML/en/kword/loading.html
|
||||
share/doc/HTML/en/kword/menuitems.html
|
||||
share/doc/HTML/en/kword/moveframe.html
|
||||
share/doc/HTML/en/kword/options.html
|
||||
share/doc/HTML/en/kword/pgnumber.html
|
||||
share/doc/HTML/en/kword/printing.html
|
||||
share/doc/HTML/en/kword/qanda.html
|
||||
share/doc/HTML/en/kword/qd2.html
|
||||
share/doc/HTML/en/kword/qd3.html
|
||||
share/doc/HTML/en/kword/qd4.html
|
||||
share/doc/HTML/en/kword/qd5.html
|
||||
share/doc/HTML/en/kword/quickdirty.html
|
||||
share/doc/HTML/en/kword/resizeframe.html
|
||||
share/doc/HTML/en/kword/rulers.html
|
||||
share/doc/HTML/en/kword/saving.html
|
||||
share/doc/HTML/en/kword/searchreplace.html
|
||||
share/doc/HTML/en/kword/selcolor.html
|
||||
share/doc/HTML/en/kword/spellcheck.html
|
||||
share/doc/HTML/en/kword/styles.html
|
||||
share/doc/HTML/en/kword/tableedittoolbar.html
|
||||
share/doc/HTML/en/kword/tables.html
|
||||
share/doc/HTML/en/kword/tabstops.html
|
||||
share/doc/HTML/en/kword/tempcr.html
|
||||
share/doc/HTML/en/kword/templateintro.html
|
||||
share/doc/HTML/en/kword/textandframe.html
|
||||
share/doc/HTML/en/kword/themes.html
|
||||
share/doc/HTML/en/kword/toc.html
|
||||
share/doc/HTML/en/kword/todo.html
|
||||
share/doc/HTML/en/kword/toolbars.html
|
||||
share/doc/HTML/en/kword/tutorial.html
|
||||
share/doc/HTML/en/kword/undoredo.html
|
||||
share/doc/HTML/en/kword/updates.html
|
||||
share/doc/HTML/en/kword/whoreads.html
|
||||
share/doc/HTML/en/kword/wpvsdtp.html
|
||||
share/icons/hicolor/22x22/actions/border_all.png
|
||||
share/icons/hicolor/22x22/actions/border_bottom.png
|
||||
share/icons/hicolor/22x22/actions/border_fall.png
|
||||
share/icons/hicolor/22x22/actions/border_horizontal.png
|
||||
share/icons/hicolor/22x22/actions/border_inside.png
|
||||
share/icons/hicolor/22x22/actions/border_left.png
|
||||
share/icons/hicolor/22x22/actions/border_outline.png
|
||||
share/icons/hicolor/22x22/actions/border_remove.png
|
||||
share/icons/hicolor/22x22/actions/border_right.png
|
||||
share/icons/hicolor/22x22/actions/border_top.png
|
||||
share/icons/hicolor/22x22/actions/border_up.png
|
||||
share/icons/hicolor/22x22/actions/border_vertical.png
|
||||
share/icons/hicolor/22x22/actions/funct.png
|
||||
share/icons/hicolor/22x22/actions/percent.png
|
||||
share/icons/hicolor/22x22/actions/prec_minus.png
|
||||
share/icons/hicolor/22x22/actions/prec_plus.png
|
||||
share/icons/hicolor/32x32/actions/border_all.png
|
||||
share/icons/hicolor/32x32/actions/border_bottom.png
|
||||
share/icons/hicolor/32x32/actions/border_fall.png
|
||||
share/icons/hicolor/32x32/actions/border_horizontal.png
|
||||
share/icons/hicolor/32x32/actions/border_inside.png
|
||||
share/icons/hicolor/32x32/actions/border_left.png
|
||||
share/icons/hicolor/32x32/actions/border_outline.png
|
||||
share/icons/hicolor/32x32/actions/border_remove.png
|
||||
share/icons/hicolor/32x32/actions/border_right.png
|
||||
share/icons/hicolor/32x32/actions/border_top.png
|
||||
share/icons/hicolor/32x32/actions/border_up.png
|
||||
share/icons/hicolor/32x32/actions/border_vertical.png
|
||||
share/icons/hicolor/32x32/actions/funct.png
|
||||
share/icons/hicolor/32x32/actions/percent.png
|
||||
share/icons/hicolor/32x32/actions/prec_minus.png
|
||||
share/icons/hicolor/32x32/actions/prec_plus.png
|
||||
share/icons/hicolor/32x32/apps/kchart.png
|
||||
share/icons/hicolor/32x32/apps/killustrator.png
|
||||
share/icons/hicolor/32x32/apps/kpresenter.png
|
||||
@ -647,18 +577,75 @@ share/icons/hicolor/48x48/apps/killustrator.png
|
||||
share/icons/hicolor/48x48/apps/kpresenter.png
|
||||
share/icons/hicolor/48x48/apps/kspread.png
|
||||
share/icons/hicolor/48x48/apps/kword.png
|
||||
share/icons/locolor/16x16/actions/adjustcol.png
|
||||
share/icons/locolor/16x16/actions/adjustrow.png
|
||||
share/icons/locolor/16x16/actions/areas.png
|
||||
share/icons/locolor/16x16/actions/bars.png
|
||||
share/icons/locolor/16x16/actions/black_sum.png
|
||||
share/icons/locolor/16x16/actions/border_all.png
|
||||
share/icons/locolor/16x16/actions/border_bottom.png
|
||||
share/icons/locolor/16x16/actions/border_fall.png
|
||||
share/icons/locolor/16x16/actions/border_horizontal.png
|
||||
share/icons/locolor/16x16/actions/border_inside.png
|
||||
share/icons/locolor/16x16/actions/border_left.png
|
||||
share/icons/locolor/16x16/actions/border_outline.png
|
||||
share/icons/locolor/16x16/actions/border_remove.png
|
||||
share/icons/locolor/16x16/actions/border_right.png
|
||||
share/icons/locolor/16x16/actions/border_top.png
|
||||
share/icons/locolor/16x16/actions/border_up.png
|
||||
share/icons/locolor/16x16/actions/border_vertical.png
|
||||
share/icons/locolor/16x16/actions/cakes.png
|
||||
share/icons/locolor/16x16/actions/cell_edit.png
|
||||
share/icons/locolor/16x16/actions/cell_layout.png
|
||||
share/icons/locolor/16x16/actions/center.png
|
||||
share/icons/locolor/16x16/actions/chart.png
|
||||
share/icons/locolor/16x16/actions/comment.png
|
||||
share/icons/locolor/16x16/actions/data.png
|
||||
share/icons/locolor/16x16/actions/delete_table.png
|
||||
share/icons/locolor/16x16/actions/deletecell.png
|
||||
share/icons/locolor/16x16/actions/first_letter_upper.png
|
||||
share/icons/locolor/16x16/actions/fontsizedown.png
|
||||
share/icons/locolor/16x16/actions/fontsizeup.png
|
||||
share/icons/locolor/16x16/actions/funct.png
|
||||
share/icons/locolor/16x16/actions/insertcell.png
|
||||
share/icons/locolor/16x16/actions/inserttable.png
|
||||
share/icons/locolor/16x16/actions/left.png
|
||||
share/icons/locolor/16x16/actions/lines.png
|
||||
share/icons/locolor/16x16/actions/lower.png
|
||||
share/icons/locolor/16x16/actions/middle.png
|
||||
share/icons/locolor/16x16/actions/money.png
|
||||
share/icons/locolor/16x16/actions/multirow.png
|
||||
share/icons/locolor/16x16/actions/oscilloscope.png
|
||||
share/icons/locolor/16x16/actions/percent.png
|
||||
share/icons/locolor/16x16/actions/precminus.png
|
||||
share/icons/locolor/16x16/actions/precplus.png
|
||||
share/icons/locolor/16x16/actions/removecell.png
|
||||
share/icons/locolor/16x16/actions/removecomment.png
|
||||
share/icons/locolor/16x16/actions/resizecol.png
|
||||
share/icons/locolor/16x16/actions/resizerow.png
|
||||
share/icons/locolor/16x16/actions/right.png
|
||||
share/icons/locolor/16x16/actions/series.png
|
||||
share/icons/locolor/16x16/actions/sort_decrease.png
|
||||
share/icons/locolor/16x16/actions/sort_incr.png
|
||||
share/icons/locolor/16x16/actions/special_paste.png
|
||||
share/icons/locolor/16x16/actions/strike_out.png
|
||||
share/icons/locolor/16x16/actions/upper.png
|
||||
share/icons/locolor/16x16/actions/vertical_text.png
|
||||
share/icons/locolor/16x16/actions/wizard.png
|
||||
share/icons/locolor/16x16/apps/kchart.png
|
||||
share/icons/locolor/16x16/apps/killustrator.png
|
||||
share/icons/locolor/16x16/apps/kpresenter.png
|
||||
share/icons/locolor/16x16/apps/kspread.png
|
||||
share/icons/locolor/16x16/apps/kspreadcalc.png
|
||||
share/icons/locolor/16x16/apps/kword.png
|
||||
share/icons/locolor/22x22/apps/kspreadcalc.png
|
||||
share/icons/locolor/32x32/apps/kchart.png
|
||||
share/icons/locolor/32x32/apps/killustrator.png
|
||||
share/icons/locolor/32x32/apps/kpresenter.png
|
||||
share/icons/locolor/32x32/apps/kspread.png
|
||||
share/icons/locolor/32x32/apps/kspreadcalc.png
|
||||
share/icons/locolor/32x32/apps/kword.png
|
||||
share/mimelnk/application/x-graphite.desktop
|
||||
share/mimelnk/application/x-kchart.desktop
|
||||
share/mimelnk/application/x-killustrator.desktop
|
||||
share/mimelnk/application/x-kpresenter.desktop
|
||||
@ -684,19 +671,20 @@ share/servicetypes/kofilter.desktop
|
||||
share/servicetypes/kofilterdialog.desktop
|
||||
share/servicetypes/koplugin.desktop
|
||||
share/servicetypes/kotool.desktop
|
||||
@unexec rm -f %D/share/doc/HTML/en/katabase/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/killustrator/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/koffice/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpresenter/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kword/common
|
||||
@unexec for dir in kword kspread kpresenter killustrator katabase koffice; do rm -f %D/share/doc/HTML/en/${dir}/common;done
|
||||
@dirrm share/doc/HTML/en/kword
|
||||
@dirrm share/doc/HTML/en/kspread
|
||||
@dirrm share/doc/HTML/en/kpresenter
|
||||
@dirrm share/doc/HTML/en/koffice
|
||||
@dirrm share/doc/HTML/en/killustrator
|
||||
@dirrm share/doc/HTML/en/katabase
|
||||
@dirrm share/doc/HTML/en/doc
|
||||
@dirrm share/apps/kword/templates/Wordprocessing
|
||||
@dirrm share/apps/kword/templates/DTP
|
||||
@dirrm share/apps/kword/templates/Publishing/.source
|
||||
@dirrm share/apps/kword/templates/Publishing/.icon
|
||||
@dirrm share/apps/kword/templates/Publishing
|
||||
@dirrm share/apps/kword/templates/Normal/.source
|
||||
@dirrm share/apps/kword/templates/Normal/.icon
|
||||
@dirrm share/apps/kword/templates/Normal
|
||||
@dirrm share/apps/kword/templates
|
||||
@dirrm share/apps/kword/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kword/icons/locolor/22x22
|
||||
@ -707,7 +695,6 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kspread/tablestyles
|
||||
@dirrm share/apps/kspread/scripts
|
||||
@dirrm share/apps/kspread/kpartplugins
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22/actions/black
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22
|
||||
@dirrm share/apps/kspread/icons/locolor
|
||||
@ -715,7 +702,11 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kspread/extensions
|
||||
@dirrm share/apps/kspread/dtd
|
||||
@dirrm share/apps/kspread
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations/.source
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations/.icon
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations
|
||||
@dirrm share/apps/kpresenter/templates/Professional/.source
|
||||
@dirrm share/apps/kpresenter/templates/Professional/.icon
|
||||
@dirrm share/apps/kpresenter/templates/Professional
|
||||
@dirrm share/apps/kpresenter/templates
|
||||
@dirrm share/apps/kpresenter/slideshow
|
||||
@ -730,19 +721,29 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kpresenter/autoforms
|
||||
@dirrm share/apps/kpresenter
|
||||
@dirrm share/apps/koffice/pics
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/text
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/part
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/insert
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/delete
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/clipart
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22
|
||||
@dirrm share/apps/koffice/icons/locolor/16x16/actions
|
||||
@dirrm share/apps/koffice/icons/locolor/16x16
|
||||
@dirrm share/apps/koffice/icons/locolor
|
||||
@dirrm share/apps/koffice/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/koffice/icons/hicolor/32x32
|
||||
@dirrm share/apps/koffice/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/koffice/icons/hicolor/22x22
|
||||
@dirrm share/apps/koffice/icons/hicolor
|
||||
@dirrm share/apps/koffice/icons
|
||||
@dirrm share/apps/koffice
|
||||
@dirrm share/apps/killustrator/templates/Simple/.source
|
||||
@dirrm share/apps/killustrator/templates/Simple/.icon
|
||||
@dirrm share/apps/killustrator/templates/Simple
|
||||
@dirrm share/apps/killustrator/templates
|
||||
@dirrm share/apps/killustrator/pics
|
||||
@dirrm share/apps/killustrator
|
||||
@dirrm share/apps/kchart/toolbar
|
||||
@dirrm share/apps/kchart/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kchart/icons/locolor/22x22
|
||||
@dirrm share/apps/kchart/icons/locolor
|
||||
@dirrm share/apps/kchart/icons
|
||||
@dirrm share/apps/kchart
|
||||
@dirrm share/applnk/Applications/KOffice
|
||||
@dirrm share/applnk/Applications
|
||||
@dirrm share/apps/graphite
|
||||
@dirrm share/applnk/Office
|
||||
|
@ -1,31 +1,38 @@
|
||||
# New ports collection makefile for: koffice
|
||||
# Date created: Sun May 14 2000 16:33:15
|
||||
# Whom: Will Andrews <will@FreeBSD>org>
|
||||
# Whom: Will Andrews <will@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= koffice
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
iconv.0:${PORTSDIR}/converters/iconv
|
||||
|
||||
WRKSRC= ${WRKDIR}/koffice
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE/include} -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (koffice-1.90.tar.bz2) = aabb2ffd04f10ebdcccce8748cfd62ad
|
||||
MD5 (koffice-20000724A.tar.bz2) = 6c6015050c1c078ca8fd5cf6b6e8df76
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/graphite
|
||||
bin/kchart
|
||||
bin/killustrator
|
||||
bin/koshell
|
||||
@ -5,6 +6,8 @@ bin/kpresenter
|
||||
bin/kscript
|
||||
bin/kspread
|
||||
bin/kword
|
||||
include/KoApplicationIface.h
|
||||
include/KoDocumentIface.h
|
||||
include/handler.h
|
||||
include/kcoloractions.h
|
||||
include/koApplication.h
|
||||
@ -20,7 +23,7 @@ include/koFilter.h
|
||||
include/koFilterDialog.h
|
||||
include/koFilterManager.h
|
||||
include/koFrame.h
|
||||
include/koIcons.h
|
||||
include/koGlobal.h
|
||||
include/koKoolBar.h
|
||||
include/koMainWindow.h
|
||||
include/koPageLayoutDia.h
|
||||
@ -34,8 +37,7 @@ include/koTabChooser.h
|
||||
include/koTarStore.h
|
||||
include/koTemplateChooseDia.h
|
||||
include/koTemplateCreateDia.h
|
||||
include/koUIUtils.h
|
||||
include/koUndo.h
|
||||
include/koTemplates.h
|
||||
include/koView.h
|
||||
include/komlFeed.h
|
||||
include/komlFileFeed.h
|
||||
@ -45,64 +47,84 @@ include/komlStreamFeed.h
|
||||
include/komlWriter.h
|
||||
include/toolbox.h
|
||||
include/torben.h
|
||||
lib/graphite.a
|
||||
lib/graphite.la
|
||||
lib/kchart.a
|
||||
lib/kchart.la
|
||||
lib/killustrator.a
|
||||
lib/killustrator.la
|
||||
lib/koshell.a
|
||||
lib/koshell.la
|
||||
lib/kpresenter.a
|
||||
lib/kpresenter.la
|
||||
lib/kspread.a
|
||||
lib/kspread.la
|
||||
lib/kword.a
|
||||
lib/kword.la
|
||||
lib/libasciiexport.a
|
||||
lib/libasciiexport.la
|
||||
lib/libasciiexport.so
|
||||
lib/libasciiimport.a
|
||||
lib/libasciiimport.la
|
||||
lib/libasciiimport.so
|
||||
lib/libcsvexport.a
|
||||
lib/libcsvexport.la
|
||||
lib/libcsvexport.so
|
||||
lib/libcsvexport_test.a
|
||||
lib/libcsvexport_test.la
|
||||
lib/libcsvexport_test.so
|
||||
lib/libcsvfilter.a
|
||||
lib/libcsvfilter.la
|
||||
lib/libcsvfilter.so
|
||||
lib/libcsvfilterdia.a
|
||||
lib/libcsvfilterdia.la
|
||||
lib/libcsvfilterdia.so
|
||||
lib/libgraphitepart.a
|
||||
lib/libgraphitepart.la
|
||||
lib/libhtmlexport.a
|
||||
lib/libhtmlexport.la
|
||||
lib/libhtmlexport.so
|
||||
lib/libhtmlimport.a
|
||||
lib/libhtmlimport.la
|
||||
lib/libhtmlimport.so
|
||||
lib/libkchart.la
|
||||
lib/libkchart.so
|
||||
lib/libkillustrator.la
|
||||
lib/libkillustrator.so
|
||||
lib/libkchartpart.a
|
||||
lib/libkchartpart.la
|
||||
lib/libkillustratorpart.a
|
||||
lib/libkillustratorpart.la
|
||||
lib/libkodocinfopropspage.a
|
||||
lib/libkodocinfopropspage.la
|
||||
lib/libkodocinfopropspage.so.0
|
||||
lib/libkofficecore.la
|
||||
lib/libkofficecore.so.1
|
||||
lib/libkofficeui.la
|
||||
lib/libkofficeui.so.1
|
||||
lib/libkoml.la
|
||||
lib/libkoml.so.1
|
||||
lib/libkpresenter.la
|
||||
lib/libkpresenter.so
|
||||
lib/libkpresenterpart.a
|
||||
lib/libkpresenterpart.la
|
||||
lib/libkscript.la
|
||||
lib/libkscript.so.1
|
||||
lib/libkspelltool.a
|
||||
lib/libkspelltool.la
|
||||
lib/libkspelltool.so
|
||||
lib/libkspread.la
|
||||
lib/libkspread.so
|
||||
lib/libkspreadcalc.a
|
||||
lib/libkspreadcalc.la
|
||||
lib/libkspreadcalc.so
|
||||
lib/libkspreadpart.a
|
||||
lib/libkspreadpart.la
|
||||
lib/libkstore.la
|
||||
lib/libkstore.so.1
|
||||
lib/libkword.la
|
||||
lib/libkword.so
|
||||
lib/libkwordpart.a
|
||||
lib/libkwordpart.la
|
||||
lib/libolefilter.a
|
||||
lib/libolefilter.la
|
||||
lib/libolefilter.so
|
||||
share/applnk/Applications/KOffice/kchart.desktop
|
||||
share/applnk/Applications/KOffice/killustrator.desktop
|
||||
share/applnk/Applications/KOffice/koshell.desktop
|
||||
share/applnk/Applications/KOffice/kpresenter.desktop
|
||||
share/applnk/Applications/KOffice/kspread.desktop
|
||||
share/applnk/Applications/KOffice/kword.desktop
|
||||
share/applnk/Office/graphite.desktop
|
||||
share/applnk/Office/kchart.desktop
|
||||
share/applnk/Office/killustrator.desktop
|
||||
share/applnk/Office/koshell.desktop
|
||||
share/applnk/Office/kpresenter.desktop
|
||||
share/applnk/Office/kspread.desktop
|
||||
share/applnk/Office/kword.desktop
|
||||
share/apps/graphite/graphite.rc
|
||||
share/apps/kchart/icons/locolor/22x22/actions/areas.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/bars.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/cakes.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/cakes3d.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/data.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/lines.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/options.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/wizard.png
|
||||
share/apps/kchart/kchart.rc
|
||||
share/apps/kchart/toolbar/areas.png
|
||||
share/apps/kchart/toolbar/bars.png
|
||||
share/apps/kchart/toolbar/cakes.png
|
||||
share/apps/kchart/toolbar/lines.png
|
||||
share/apps/kchart/toolbar/options.png
|
||||
share/apps/killustrator/KIllustrator.rc
|
||||
share/apps/killustrator/default.pal
|
||||
share/apps/killustrator/pics/abottom.png
|
||||
share/apps/killustrator/pics/ahcenter.png
|
||||
share/apps/killustrator/pics/aleft.png
|
||||
@ -147,19 +169,38 @@ share/apps/killustrator/pics/tleftalign.png
|
||||
share/apps/killustrator/pics/trightalign.png
|
||||
share/apps/killustrator/pics/vmirror.png
|
||||
share/apps/killustrator/pics/zoomtool.png
|
||||
share/apps/killustrator/templates/Simple/.directory
|
||||
share/apps/killustrator/templates/Simple/.icon/Plain.png
|
||||
share/apps/killustrator/templates/Simple/.source/Plain.kil
|
||||
share/apps/killustrator/templates/Simple/Plain.desktop
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/text_color.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/sort_az.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/text_color.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/documentinfo.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/enum_list.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_color.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_sub.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_super.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/unsorted_list.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignBlock.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignCenter.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignLeft.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignRight.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/bold.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/cancel.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart/from-file.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/delete/table-col.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/delete/table-row.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/insert/table-col.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/insert/table-row.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/italic.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart_from_file.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/neonpen.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/ok.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/part/kchart.png
|
||||
@ -172,12 +213,6 @@ share/apps/koffice/icons/locolor/22x22/actions/part/kword.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/part/unspecif.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/parts.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/picture.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/product.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/sum.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/bold.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/italic.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/underlined.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/underl.png
|
||||
share/apps/koffice/koffice_shell.rc
|
||||
share/apps/koffice/pics/koRulerFirst.png
|
||||
share/apps/koffice/pics/koRulerLeft.png
|
||||
@ -325,77 +360,82 @@ share/apps/kpresenter/slideshow/next.png
|
||||
share/apps/kpresenter/slideshow/prev.bmp
|
||||
share/apps/kpresenter/slideshow/prev.jpeg
|
||||
share/apps/kpresenter/slideshow/prev.png
|
||||
share/apps/kpresenter/templates/.templates
|
||||
share/apps/kpresenter/templates/Professional/One.kpt
|
||||
share/apps/kpresenter/templates/Professional/One.png
|
||||
share/apps/kpresenter/templates/Professional/Title.kpt
|
||||
share/apps/kpresenter/templates/Professional/Title.png
|
||||
share/apps/kpresenter/templates/Professional/Two.kpt
|
||||
share/apps/kpresenter/templates/Professional/Two.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.png
|
||||
share/apps/kpresenter/templates/Professional/.directory
|
||||
share/apps/kpresenter/templates/Professional/.icon/One.png
|
||||
share/apps/kpresenter/templates/Professional/.icon/Title.png
|
||||
share/apps/kpresenter/templates/Professional/.icon/Two.png
|
||||
share/apps/kpresenter/templates/Professional/.source/One.kpt
|
||||
share/apps/kpresenter/templates/Professional/.source/Title.kpt
|
||||
share/apps/kpresenter/templates/Professional/.source/Two.kpt
|
||||
share/apps/kpresenter/templates/Professional/One.desktop
|
||||
share/apps/kpresenter/templates/Professional/Title.desktop
|
||||
share/apps/kpresenter/templates/Professional/Two.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/.directory
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Gradient-Blue-Red.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Plain.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Sand1.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/kde.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/kde2.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Gradient-Blue-Red.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Plain.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Sand1.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/kde.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/kde2.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.desktop
|
||||
share/apps/kspread/dtd/kspread.dtd
|
||||
share/apps/kspread/extensions/math.ks
|
||||
share/apps/kspread/icons/locolor/22x22/actions/abort.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/adjustcol.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/adjustrow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/black/sum.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bold.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderall.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderbottom.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderfall.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderhorizontal.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderinside.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderleft.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderoutline.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderremove.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderright.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bordertop.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderup.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bordervertical.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/black_sum.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bottom.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/cell_edit.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/cell_layout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/center.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/chart.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/colin.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/colout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/comment.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/delete_table.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/deletecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/dissociatecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/done.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/find.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/first_letter_upper.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/fontsizedown.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/fontsizeup.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/funct.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/italic.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/goto.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/insertcell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/inserttable.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/left.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/lower.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/mergecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/middle.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/money.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/multirow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/neonpen.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/paste.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/percent.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/precminus.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/precplus.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/oscilloscope.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/removecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/removecomment.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/resizecol.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/resizerow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/right.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rotate.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rowin.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rowout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/sort_decrease.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/sort_incr.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/special_paste.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/strike_out.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_first.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_last.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_left.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_right.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/top.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/underline.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/upper.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/vertical_text.png
|
||||
share/apps/kspread/kpartplugins/kspreadcalc.rc
|
||||
share/apps/kspread/kspread.rc
|
||||
share/apps/kspread/scripts/callme.ks
|
||||
@ -412,7 +452,6 @@ share/apps/kword/icons/locolor/22x22/actions/borderleft.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/borderright.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/bordertop.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/char.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/colin.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/colout.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/editframetool.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/edittool.png
|
||||
@ -421,7 +460,6 @@ share/apps/kword/icons/locolor/22x22/actions/formula.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/kwsearch.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/picframetool.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/return.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/rowin.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/rowout.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/run_bounding.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/run_not.png
|
||||
@ -440,18 +478,22 @@ share/apps/kword/icons/locolor/22x22/actions/tree_embedded.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_picture.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_table.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_textframes.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/underl.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/unsortedList.png
|
||||
share/apps/kword/kword.rc
|
||||
share/apps/kword/templates/.templates
|
||||
share/apps/kword/templates/DTP/SimpleLayout.kwt
|
||||
share/apps/kword/templates/DTP/SimpleLayout.png
|
||||
share/apps/kword/templates/DTP/Test.kwt
|
||||
share/apps/kword/templates/DTP/Test.png
|
||||
share/apps/kword/templates/Wordprocessing/PlainText.kwt
|
||||
share/apps/kword/templates/Wordprocessing/PlainText.png
|
||||
share/apps/kword/templates/Wordprocessing/TwoColumns.kwt
|
||||
share/apps/kword/templates/Wordprocessing/TwoColumns.png
|
||||
share/apps/kword/templates/Normal/.directory
|
||||
share/apps/kword/templates/Normal/.icon/PlainText.png
|
||||
share/apps/kword/templates/Normal/.icon/TwoColumns.png
|
||||
share/apps/kword/templates/Normal/.source/PlainText.kwt
|
||||
share/apps/kword/templates/Normal/.source/TwoColumns.kwt
|
||||
share/apps/kword/templates/Normal/PlainText.desktop
|
||||
share/apps/kword/templates/Normal/TwoColumns.desktop
|
||||
share/apps/kword/templates/Publishing/.directory
|
||||
share/apps/kword/templates/Publishing/.icon/SimpleLayout.png
|
||||
share/apps/kword/templates/Publishing/.icon/Test.png
|
||||
share/apps/kword/templates/Publishing/.source/SimpleLayout.kwt
|
||||
share/apps/kword/templates/Publishing/.source/Test.kwt
|
||||
share/apps/kword/templates/Publishing/SimpleLayout.desktop
|
||||
share/apps/kword/templates/Publishing/Test.desktop
|
||||
share/doc/HTML/en/doc/README.documentation
|
||||
share/doc/HTML/en/doc/index.html
|
||||
share/doc/HTML/en/doc/kdelogo.png
|
||||
@ -461,42 +503,18 @@ share/doc/HTML/en/doc/koffice-misc.html
|
||||
share/doc/HTML/en/doc/koffice-search-help.html
|
||||
share/doc/HTML/en/doc/koffice-search.html
|
||||
share/doc/HTML/en/doc/koffice.html
|
||||
share/doc/HTML/en/katabase/.anchors
|
||||
share/doc/HTML/en/katabase/another-section.html
|
||||
share/doc/HTML/en/katabase/compilation-and-installation.html
|
||||
share/doc/HTML/en/katabase/copyright.html
|
||||
share/doc/HTML/en/katabase/index.cvlog
|
||||
share/doc/HTML/en/katabase/index.docbook
|
||||
share/doc/HTML/en/katabase/index.html
|
||||
share/doc/HTML/en/katabase/installation.html
|
||||
share/doc/HTML/en/katabase/introduction.html
|
||||
share/doc/HTML/en/katabase/questions-and-answers.html
|
||||
share/doc/HTML/en/katabase/requirements.html
|
||||
share/doc/HTML/en/katabase/usage-.html
|
||||
share/doc/HTML/en/killustrator/.anchors
|
||||
share/doc/HTML/en/killustrator/about-the-handbook.html
|
||||
share/doc/HTML/en/killustrator/align.png
|
||||
share/doc/HTML/en/killustrator/align2.png
|
||||
share/doc/HTML/en/killustrator/appendix.html
|
||||
share/doc/HTML/en/killustrator/bezier.png
|
||||
share/doc/HTML/en/killustrator/blend_dialog.png
|
||||
share/doc/HTML/en/killustrator/changing-the-standard-parameters.html
|
||||
share/doc/HTML/en/killustrator/colour.png
|
||||
share/doc/HTML/en/killustrator/compilation-and-installation.html
|
||||
share/doc/HTML/en/killustrator/copyright.html
|
||||
share/doc/HTML/en/killustrator/drawing-2d-primitives.html
|
||||
share/doc/HTML/en/killustrator/ellipse.png
|
||||
share/doc/HTML/en/killustrator/export.png
|
||||
share/doc/HTML/en/killustrator/freehand.png
|
||||
share/doc/HTML/en/killustrator/frequently-asked-questions.html
|
||||
share/doc/HTML/en/killustrator/handling-colours.html
|
||||
share/doc/HTML/en/killustrator/history-of-killustrator.html
|
||||
share/doc/HTML/en/killustrator/index.cvlog
|
||||
share/doc/HTML/en/killustrator/index.docbook
|
||||
share/doc/HTML/en/killustrator/index.html
|
||||
share/doc/HTML/en/killustrator/installation-of-binary-packages.html
|
||||
share/doc/HTML/en/killustrator/installation.html
|
||||
share/doc/HTML/en/killustrator/introduction.html
|
||||
share/doc/HTML/en/killustrator/line.png
|
||||
share/doc/HTML/en/killustrator/logo.png
|
||||
share/doc/HTML/en/killustrator/movepoint.png
|
||||
@ -506,137 +524,49 @@ share/doc/HTML/en/killustrator/pfeil.png
|
||||
share/doc/HTML/en/killustrator/point.png
|
||||
share/doc/HTML/en/killustrator/polygon-setup.png
|
||||
share/doc/HTML/en/killustrator/polygon.png
|
||||
share/doc/HTML/en/killustrator/positioning-objects.html
|
||||
share/doc/HTML/en/killustrator/rect.png
|
||||
share/doc/HTML/en/killustrator/rmpoint.png
|
||||
share/doc/HTML/en/killustrator/save_dialog.png
|
||||
share/doc/HTML/en/killustrator/schichten.png
|
||||
share/doc/HTML/en/killustrator/system-requirements.html
|
||||
share/doc/HTML/en/killustrator/text.png
|
||||
share/doc/HTML/en/killustrator/the-layer-concept.html
|
||||
share/doc/HTML/en/killustrator/to-do.html
|
||||
share/doc/HTML/en/killustrator/transformation-of-2d-primitives.html
|
||||
share/doc/HTML/en/killustrator/undo--redo.html
|
||||
share/doc/HTML/en/killustrator/usage.html
|
||||
share/doc/HTML/en/killustrator/verteilen.png
|
||||
share/doc/HTML/en/killustrator/working-with-files.html
|
||||
share/doc/HTML/en/killustrator/zoom-tool.html
|
||||
share/doc/HTML/en/killustrator/zoom.png
|
||||
share/doc/HTML/en/koffice/.anchors
|
||||
share/doc/HTML/en/koffice/compilingproblems.html
|
||||
share/doc/HTML/en/koffice/customgui.html
|
||||
share/doc/HTML/en/koffice/customization.html
|
||||
share/doc/HTML/en/koffice/faq.html
|
||||
share/doc/HTML/en/koffice/firststeps.html
|
||||
share/doc/HTML/en/koffice/frombinaries.html
|
||||
share/doc/HTML/en/koffice/fromsource.html
|
||||
share/doc/HTML/en/koffice/gettingbinaries.html
|
||||
share/doc/HTML/en/koffice/gettingsource.html
|
||||
share/doc/HTML/en/koffice/glossary.html
|
||||
share/doc/HTML/en/koffice/index.docbook
|
||||
share/doc/HTML/en/koffice/index.html
|
||||
share/doc/HTML/en/koffice/installation.html
|
||||
share/doc/HTML/en/koffice/introduction.html
|
||||
share/doc/HTML/en/koffice/kparts.html
|
||||
share/doc/HTML/en/koffice/kpartstryit.html
|
||||
share/doc/HTML/en/koffice/legal.html
|
||||
share/doc/HTML/en/koffice/links.html
|
||||
share/doc/HTML/en/koffice/moreinfo.html
|
||||
share/doc/HTML/en/koffice/programmersinfo.html
|
||||
share/doc/HTML/en/koffice/todo.html
|
||||
share/doc/HTML/en/koffice/whoreads.html
|
||||
share/doc/HTML/en/kpresenter/.anchors
|
||||
share/doc/HTML/en/kpresenter/addshadow.html
|
||||
share/doc/HTML/en/kpresenter/appendix.html
|
||||
share/doc/HTML/en/kpresenter/credits.html
|
||||
share/doc/HTML/en/kpresenter/guides.html
|
||||
share/doc/HTML/en/kpresenter/index.docbook
|
||||
share/doc/HTML/en/kpresenter/index.html
|
||||
share/doc/HTML/en/kpresenter/insertpage.html
|
||||
share/doc/HTML/en/kpresenter/insertpic.html
|
||||
share/doc/HTML/en/kpresenter/introduction.html
|
||||
share/doc/HTML/en/kpresenter/menuitems.html
|
||||
share/doc/HTML/en/kpresenter/options.html
|
||||
share/doc/HTML/en/kpresenter/qanda.html
|
||||
share/doc/HTML/en/kpresenter/screendesc.html
|
||||
share/doc/HTML/en/kpresenter/textcolor.html
|
||||
share/doc/HTML/en/kpresenter/todo.html
|
||||
share/doc/HTML/en/kpresenter/tutorial.html
|
||||
share/doc/HTML/en/kword/.anchors
|
||||
share/doc/HTML/en/kword/addframe.html
|
||||
share/doc/HTML/en/kword/appendix.html
|
||||
share/doc/HTML/en/kword/autocorrect.html
|
||||
share/doc/HTML/en/kword/basicedittoolbar.html
|
||||
share/doc/HTML/en/kword/basicmenubar.html
|
||||
share/doc/HTML/en/kword/charformattoolbar.html
|
||||
share/doc/HTML/en/kword/clipboard.html
|
||||
share/doc/HTML/en/kword/columns.html
|
||||
share/doc/HTML/en/kword/conventions.html
|
||||
share/doc/HTML/en/kword/credits.html
|
||||
share/doc/HTML/en/kword/datetime.html
|
||||
share/doc/HTML/en/kword/delframe.html
|
||||
share/doc/HTML/en/kword/dragdrop.html
|
||||
share/doc/HTML/en/kword/endfoot.html
|
||||
share/doc/HTML/en/kword/filedlg.html
|
||||
share/doc/HTML/en/kword/filetoolbar.html
|
||||
share/doc/HTML/en/kword/filters.html
|
||||
share/doc/HTML/en/kword/formatchar.html
|
||||
share/doc/HTML/en/kword/formatframe.html
|
||||
share/doc/HTML/en/kword/formatpara.html
|
||||
share/doc/HTML/en/kword/formulas.html
|
||||
share/doc/HTML/en/kword/framecreatetoolbar.html
|
||||
share/doc/HTML/en/kword/frames.html
|
||||
share/doc/HTML/en/kword/frameselect.html
|
||||
share/doc/HTML/en/kword/fundimental.html
|
||||
share/doc/HTML/en/kword/glossery.html
|
||||
share/doc/HTML/en/kword/graphics.html
|
||||
share/doc/HTML/en/kword/guides.html
|
||||
share/doc/HTML/en/kword/guides2.html
|
||||
share/doc/HTML/en/kword/guides3.html
|
||||
share/doc/HTML/en/kword/guides4.html
|
||||
share/doc/HTML/en/kword/headfoot.html
|
||||
share/doc/HTML/en/kspread/index.docbook
|
||||
share/doc/HTML/en/kword/index.docbook
|
||||
share/doc/HTML/en/kword/index.html
|
||||
share/doc/HTML/en/kword/inserttoolbar.html
|
||||
share/doc/HTML/en/kword/inskspread.html
|
||||
share/doc/HTML/en/kword/introduction.html
|
||||
share/doc/HTML/en/kword/keys.html
|
||||
share/doc/HTML/en/kword/kwordrc.html
|
||||
share/doc/HTML/en/kword/kwordscreen.html
|
||||
share/doc/HTML/en/kword/loading.html
|
||||
share/doc/HTML/en/kword/menuitems.html
|
||||
share/doc/HTML/en/kword/moveframe.html
|
||||
share/doc/HTML/en/kword/options.html
|
||||
share/doc/HTML/en/kword/pgnumber.html
|
||||
share/doc/HTML/en/kword/printing.html
|
||||
share/doc/HTML/en/kword/qanda.html
|
||||
share/doc/HTML/en/kword/qd2.html
|
||||
share/doc/HTML/en/kword/qd3.html
|
||||
share/doc/HTML/en/kword/qd4.html
|
||||
share/doc/HTML/en/kword/qd5.html
|
||||
share/doc/HTML/en/kword/quickdirty.html
|
||||
share/doc/HTML/en/kword/resizeframe.html
|
||||
share/doc/HTML/en/kword/rulers.html
|
||||
share/doc/HTML/en/kword/saving.html
|
||||
share/doc/HTML/en/kword/searchreplace.html
|
||||
share/doc/HTML/en/kword/selcolor.html
|
||||
share/doc/HTML/en/kword/spellcheck.html
|
||||
share/doc/HTML/en/kword/styles.html
|
||||
share/doc/HTML/en/kword/tableedittoolbar.html
|
||||
share/doc/HTML/en/kword/tables.html
|
||||
share/doc/HTML/en/kword/tabstops.html
|
||||
share/doc/HTML/en/kword/tempcr.html
|
||||
share/doc/HTML/en/kword/templateintro.html
|
||||
share/doc/HTML/en/kword/textandframe.html
|
||||
share/doc/HTML/en/kword/themes.html
|
||||
share/doc/HTML/en/kword/toc.html
|
||||
share/doc/HTML/en/kword/todo.html
|
||||
share/doc/HTML/en/kword/toolbars.html
|
||||
share/doc/HTML/en/kword/tutorial.html
|
||||
share/doc/HTML/en/kword/undoredo.html
|
||||
share/doc/HTML/en/kword/updates.html
|
||||
share/doc/HTML/en/kword/whoreads.html
|
||||
share/doc/HTML/en/kword/wpvsdtp.html
|
||||
share/icons/hicolor/22x22/actions/border_all.png
|
||||
share/icons/hicolor/22x22/actions/border_bottom.png
|
||||
share/icons/hicolor/22x22/actions/border_fall.png
|
||||
share/icons/hicolor/22x22/actions/border_horizontal.png
|
||||
share/icons/hicolor/22x22/actions/border_inside.png
|
||||
share/icons/hicolor/22x22/actions/border_left.png
|
||||
share/icons/hicolor/22x22/actions/border_outline.png
|
||||
share/icons/hicolor/22x22/actions/border_remove.png
|
||||
share/icons/hicolor/22x22/actions/border_right.png
|
||||
share/icons/hicolor/22x22/actions/border_top.png
|
||||
share/icons/hicolor/22x22/actions/border_up.png
|
||||
share/icons/hicolor/22x22/actions/border_vertical.png
|
||||
share/icons/hicolor/22x22/actions/funct.png
|
||||
share/icons/hicolor/22x22/actions/percent.png
|
||||
share/icons/hicolor/22x22/actions/prec_minus.png
|
||||
share/icons/hicolor/22x22/actions/prec_plus.png
|
||||
share/icons/hicolor/32x32/actions/border_all.png
|
||||
share/icons/hicolor/32x32/actions/border_bottom.png
|
||||
share/icons/hicolor/32x32/actions/border_fall.png
|
||||
share/icons/hicolor/32x32/actions/border_horizontal.png
|
||||
share/icons/hicolor/32x32/actions/border_inside.png
|
||||
share/icons/hicolor/32x32/actions/border_left.png
|
||||
share/icons/hicolor/32x32/actions/border_outline.png
|
||||
share/icons/hicolor/32x32/actions/border_remove.png
|
||||
share/icons/hicolor/32x32/actions/border_right.png
|
||||
share/icons/hicolor/32x32/actions/border_top.png
|
||||
share/icons/hicolor/32x32/actions/border_up.png
|
||||
share/icons/hicolor/32x32/actions/border_vertical.png
|
||||
share/icons/hicolor/32x32/actions/funct.png
|
||||
share/icons/hicolor/32x32/actions/percent.png
|
||||
share/icons/hicolor/32x32/actions/prec_minus.png
|
||||
share/icons/hicolor/32x32/actions/prec_plus.png
|
||||
share/icons/hicolor/32x32/apps/kchart.png
|
||||
share/icons/hicolor/32x32/apps/killustrator.png
|
||||
share/icons/hicolor/32x32/apps/kpresenter.png
|
||||
@ -647,18 +577,75 @@ share/icons/hicolor/48x48/apps/killustrator.png
|
||||
share/icons/hicolor/48x48/apps/kpresenter.png
|
||||
share/icons/hicolor/48x48/apps/kspread.png
|
||||
share/icons/hicolor/48x48/apps/kword.png
|
||||
share/icons/locolor/16x16/actions/adjustcol.png
|
||||
share/icons/locolor/16x16/actions/adjustrow.png
|
||||
share/icons/locolor/16x16/actions/areas.png
|
||||
share/icons/locolor/16x16/actions/bars.png
|
||||
share/icons/locolor/16x16/actions/black_sum.png
|
||||
share/icons/locolor/16x16/actions/border_all.png
|
||||
share/icons/locolor/16x16/actions/border_bottom.png
|
||||
share/icons/locolor/16x16/actions/border_fall.png
|
||||
share/icons/locolor/16x16/actions/border_horizontal.png
|
||||
share/icons/locolor/16x16/actions/border_inside.png
|
||||
share/icons/locolor/16x16/actions/border_left.png
|
||||
share/icons/locolor/16x16/actions/border_outline.png
|
||||
share/icons/locolor/16x16/actions/border_remove.png
|
||||
share/icons/locolor/16x16/actions/border_right.png
|
||||
share/icons/locolor/16x16/actions/border_top.png
|
||||
share/icons/locolor/16x16/actions/border_up.png
|
||||
share/icons/locolor/16x16/actions/border_vertical.png
|
||||
share/icons/locolor/16x16/actions/cakes.png
|
||||
share/icons/locolor/16x16/actions/cell_edit.png
|
||||
share/icons/locolor/16x16/actions/cell_layout.png
|
||||
share/icons/locolor/16x16/actions/center.png
|
||||
share/icons/locolor/16x16/actions/chart.png
|
||||
share/icons/locolor/16x16/actions/comment.png
|
||||
share/icons/locolor/16x16/actions/data.png
|
||||
share/icons/locolor/16x16/actions/delete_table.png
|
||||
share/icons/locolor/16x16/actions/deletecell.png
|
||||
share/icons/locolor/16x16/actions/first_letter_upper.png
|
||||
share/icons/locolor/16x16/actions/fontsizedown.png
|
||||
share/icons/locolor/16x16/actions/fontsizeup.png
|
||||
share/icons/locolor/16x16/actions/funct.png
|
||||
share/icons/locolor/16x16/actions/insertcell.png
|
||||
share/icons/locolor/16x16/actions/inserttable.png
|
||||
share/icons/locolor/16x16/actions/left.png
|
||||
share/icons/locolor/16x16/actions/lines.png
|
||||
share/icons/locolor/16x16/actions/lower.png
|
||||
share/icons/locolor/16x16/actions/middle.png
|
||||
share/icons/locolor/16x16/actions/money.png
|
||||
share/icons/locolor/16x16/actions/multirow.png
|
||||
share/icons/locolor/16x16/actions/oscilloscope.png
|
||||
share/icons/locolor/16x16/actions/percent.png
|
||||
share/icons/locolor/16x16/actions/precminus.png
|
||||
share/icons/locolor/16x16/actions/precplus.png
|
||||
share/icons/locolor/16x16/actions/removecell.png
|
||||
share/icons/locolor/16x16/actions/removecomment.png
|
||||
share/icons/locolor/16x16/actions/resizecol.png
|
||||
share/icons/locolor/16x16/actions/resizerow.png
|
||||
share/icons/locolor/16x16/actions/right.png
|
||||
share/icons/locolor/16x16/actions/series.png
|
||||
share/icons/locolor/16x16/actions/sort_decrease.png
|
||||
share/icons/locolor/16x16/actions/sort_incr.png
|
||||
share/icons/locolor/16x16/actions/special_paste.png
|
||||
share/icons/locolor/16x16/actions/strike_out.png
|
||||
share/icons/locolor/16x16/actions/upper.png
|
||||
share/icons/locolor/16x16/actions/vertical_text.png
|
||||
share/icons/locolor/16x16/actions/wizard.png
|
||||
share/icons/locolor/16x16/apps/kchart.png
|
||||
share/icons/locolor/16x16/apps/killustrator.png
|
||||
share/icons/locolor/16x16/apps/kpresenter.png
|
||||
share/icons/locolor/16x16/apps/kspread.png
|
||||
share/icons/locolor/16x16/apps/kspreadcalc.png
|
||||
share/icons/locolor/16x16/apps/kword.png
|
||||
share/icons/locolor/22x22/apps/kspreadcalc.png
|
||||
share/icons/locolor/32x32/apps/kchart.png
|
||||
share/icons/locolor/32x32/apps/killustrator.png
|
||||
share/icons/locolor/32x32/apps/kpresenter.png
|
||||
share/icons/locolor/32x32/apps/kspread.png
|
||||
share/icons/locolor/32x32/apps/kspreadcalc.png
|
||||
share/icons/locolor/32x32/apps/kword.png
|
||||
share/mimelnk/application/x-graphite.desktop
|
||||
share/mimelnk/application/x-kchart.desktop
|
||||
share/mimelnk/application/x-killustrator.desktop
|
||||
share/mimelnk/application/x-kpresenter.desktop
|
||||
@ -684,19 +671,20 @@ share/servicetypes/kofilter.desktop
|
||||
share/servicetypes/kofilterdialog.desktop
|
||||
share/servicetypes/koplugin.desktop
|
||||
share/servicetypes/kotool.desktop
|
||||
@unexec rm -f %D/share/doc/HTML/en/katabase/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/killustrator/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/koffice/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpresenter/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kword/common
|
||||
@unexec for dir in kword kspread kpresenter killustrator katabase koffice; do rm -f %D/share/doc/HTML/en/${dir}/common;done
|
||||
@dirrm share/doc/HTML/en/kword
|
||||
@dirrm share/doc/HTML/en/kspread
|
||||
@dirrm share/doc/HTML/en/kpresenter
|
||||
@dirrm share/doc/HTML/en/koffice
|
||||
@dirrm share/doc/HTML/en/killustrator
|
||||
@dirrm share/doc/HTML/en/katabase
|
||||
@dirrm share/doc/HTML/en/doc
|
||||
@dirrm share/apps/kword/templates/Wordprocessing
|
||||
@dirrm share/apps/kword/templates/DTP
|
||||
@dirrm share/apps/kword/templates/Publishing/.source
|
||||
@dirrm share/apps/kword/templates/Publishing/.icon
|
||||
@dirrm share/apps/kword/templates/Publishing
|
||||
@dirrm share/apps/kword/templates/Normal/.source
|
||||
@dirrm share/apps/kword/templates/Normal/.icon
|
||||
@dirrm share/apps/kword/templates/Normal
|
||||
@dirrm share/apps/kword/templates
|
||||
@dirrm share/apps/kword/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kword/icons/locolor/22x22
|
||||
@ -707,7 +695,6 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kspread/tablestyles
|
||||
@dirrm share/apps/kspread/scripts
|
||||
@dirrm share/apps/kspread/kpartplugins
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22/actions/black
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22
|
||||
@dirrm share/apps/kspread/icons/locolor
|
||||
@ -715,7 +702,11 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kspread/extensions
|
||||
@dirrm share/apps/kspread/dtd
|
||||
@dirrm share/apps/kspread
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations/.source
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations/.icon
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations
|
||||
@dirrm share/apps/kpresenter/templates/Professional/.source
|
||||
@dirrm share/apps/kpresenter/templates/Professional/.icon
|
||||
@dirrm share/apps/kpresenter/templates/Professional
|
||||
@dirrm share/apps/kpresenter/templates
|
||||
@dirrm share/apps/kpresenter/slideshow
|
||||
@ -730,19 +721,29 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kpresenter/autoforms
|
||||
@dirrm share/apps/kpresenter
|
||||
@dirrm share/apps/koffice/pics
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/text
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/part
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/insert
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/delete
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/clipart
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22
|
||||
@dirrm share/apps/koffice/icons/locolor/16x16/actions
|
||||
@dirrm share/apps/koffice/icons/locolor/16x16
|
||||
@dirrm share/apps/koffice/icons/locolor
|
||||
@dirrm share/apps/koffice/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/koffice/icons/hicolor/32x32
|
||||
@dirrm share/apps/koffice/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/koffice/icons/hicolor/22x22
|
||||
@dirrm share/apps/koffice/icons/hicolor
|
||||
@dirrm share/apps/koffice/icons
|
||||
@dirrm share/apps/koffice
|
||||
@dirrm share/apps/killustrator/templates/Simple/.source
|
||||
@dirrm share/apps/killustrator/templates/Simple/.icon
|
||||
@dirrm share/apps/killustrator/templates/Simple
|
||||
@dirrm share/apps/killustrator/templates
|
||||
@dirrm share/apps/killustrator/pics
|
||||
@dirrm share/apps/killustrator
|
||||
@dirrm share/apps/kchart/toolbar
|
||||
@dirrm share/apps/kchart/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kchart/icons/locolor/22x22
|
||||
@dirrm share/apps/kchart/icons/locolor
|
||||
@dirrm share/apps/kchart/icons
|
||||
@dirrm share/apps/kchart
|
||||
@dirrm share/applnk/Applications/KOffice
|
||||
@dirrm share/applnk/Applications
|
||||
@dirrm share/apps/graphite
|
||||
@dirrm share/applnk/Office
|
||||
|
@ -1,31 +1,38 @@
|
||||
# New ports collection makefile for: koffice
|
||||
# Date created: Sun May 14 2000 16:33:15
|
||||
# Whom: Will Andrews <will@FreeBSD>org>
|
||||
# Whom: Will Andrews <will@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= koffice
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
iconv.0:${PORTSDIR}/converters/iconv
|
||||
|
||||
WRKSRC= ${WRKDIR}/koffice
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE/include} -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (koffice-1.90.tar.bz2) = aabb2ffd04f10ebdcccce8748cfd62ad
|
||||
MD5 (koffice-20000724A.tar.bz2) = 6c6015050c1c078ca8fd5cf6b6e8df76
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/graphite
|
||||
bin/kchart
|
||||
bin/killustrator
|
||||
bin/koshell
|
||||
@ -5,6 +6,8 @@ bin/kpresenter
|
||||
bin/kscript
|
||||
bin/kspread
|
||||
bin/kword
|
||||
include/KoApplicationIface.h
|
||||
include/KoDocumentIface.h
|
||||
include/handler.h
|
||||
include/kcoloractions.h
|
||||
include/koApplication.h
|
||||
@ -20,7 +23,7 @@ include/koFilter.h
|
||||
include/koFilterDialog.h
|
||||
include/koFilterManager.h
|
||||
include/koFrame.h
|
||||
include/koIcons.h
|
||||
include/koGlobal.h
|
||||
include/koKoolBar.h
|
||||
include/koMainWindow.h
|
||||
include/koPageLayoutDia.h
|
||||
@ -34,8 +37,7 @@ include/koTabChooser.h
|
||||
include/koTarStore.h
|
||||
include/koTemplateChooseDia.h
|
||||
include/koTemplateCreateDia.h
|
||||
include/koUIUtils.h
|
||||
include/koUndo.h
|
||||
include/koTemplates.h
|
||||
include/koView.h
|
||||
include/komlFeed.h
|
||||
include/komlFileFeed.h
|
||||
@ -45,64 +47,84 @@ include/komlStreamFeed.h
|
||||
include/komlWriter.h
|
||||
include/toolbox.h
|
||||
include/torben.h
|
||||
lib/graphite.a
|
||||
lib/graphite.la
|
||||
lib/kchart.a
|
||||
lib/kchart.la
|
||||
lib/killustrator.a
|
||||
lib/killustrator.la
|
||||
lib/koshell.a
|
||||
lib/koshell.la
|
||||
lib/kpresenter.a
|
||||
lib/kpresenter.la
|
||||
lib/kspread.a
|
||||
lib/kspread.la
|
||||
lib/kword.a
|
||||
lib/kword.la
|
||||
lib/libasciiexport.a
|
||||
lib/libasciiexport.la
|
||||
lib/libasciiexport.so
|
||||
lib/libasciiimport.a
|
||||
lib/libasciiimport.la
|
||||
lib/libasciiimport.so
|
||||
lib/libcsvexport.a
|
||||
lib/libcsvexport.la
|
||||
lib/libcsvexport.so
|
||||
lib/libcsvexport_test.a
|
||||
lib/libcsvexport_test.la
|
||||
lib/libcsvexport_test.so
|
||||
lib/libcsvfilter.a
|
||||
lib/libcsvfilter.la
|
||||
lib/libcsvfilter.so
|
||||
lib/libcsvfilterdia.a
|
||||
lib/libcsvfilterdia.la
|
||||
lib/libcsvfilterdia.so
|
||||
lib/libgraphitepart.a
|
||||
lib/libgraphitepart.la
|
||||
lib/libhtmlexport.a
|
||||
lib/libhtmlexport.la
|
||||
lib/libhtmlexport.so
|
||||
lib/libhtmlimport.a
|
||||
lib/libhtmlimport.la
|
||||
lib/libhtmlimport.so
|
||||
lib/libkchart.la
|
||||
lib/libkchart.so
|
||||
lib/libkillustrator.la
|
||||
lib/libkillustrator.so
|
||||
lib/libkchartpart.a
|
||||
lib/libkchartpart.la
|
||||
lib/libkillustratorpart.a
|
||||
lib/libkillustratorpart.la
|
||||
lib/libkodocinfopropspage.a
|
||||
lib/libkodocinfopropspage.la
|
||||
lib/libkodocinfopropspage.so.0
|
||||
lib/libkofficecore.la
|
||||
lib/libkofficecore.so.1
|
||||
lib/libkofficeui.la
|
||||
lib/libkofficeui.so.1
|
||||
lib/libkoml.la
|
||||
lib/libkoml.so.1
|
||||
lib/libkpresenter.la
|
||||
lib/libkpresenter.so
|
||||
lib/libkpresenterpart.a
|
||||
lib/libkpresenterpart.la
|
||||
lib/libkscript.la
|
||||
lib/libkscript.so.1
|
||||
lib/libkspelltool.a
|
||||
lib/libkspelltool.la
|
||||
lib/libkspelltool.so
|
||||
lib/libkspread.la
|
||||
lib/libkspread.so
|
||||
lib/libkspreadcalc.a
|
||||
lib/libkspreadcalc.la
|
||||
lib/libkspreadcalc.so
|
||||
lib/libkspreadpart.a
|
||||
lib/libkspreadpart.la
|
||||
lib/libkstore.la
|
||||
lib/libkstore.so.1
|
||||
lib/libkword.la
|
||||
lib/libkword.so
|
||||
lib/libkwordpart.a
|
||||
lib/libkwordpart.la
|
||||
lib/libolefilter.a
|
||||
lib/libolefilter.la
|
||||
lib/libolefilter.so
|
||||
share/applnk/Applications/KOffice/kchart.desktop
|
||||
share/applnk/Applications/KOffice/killustrator.desktop
|
||||
share/applnk/Applications/KOffice/koshell.desktop
|
||||
share/applnk/Applications/KOffice/kpresenter.desktop
|
||||
share/applnk/Applications/KOffice/kspread.desktop
|
||||
share/applnk/Applications/KOffice/kword.desktop
|
||||
share/applnk/Office/graphite.desktop
|
||||
share/applnk/Office/kchart.desktop
|
||||
share/applnk/Office/killustrator.desktop
|
||||
share/applnk/Office/koshell.desktop
|
||||
share/applnk/Office/kpresenter.desktop
|
||||
share/applnk/Office/kspread.desktop
|
||||
share/applnk/Office/kword.desktop
|
||||
share/apps/graphite/graphite.rc
|
||||
share/apps/kchart/icons/locolor/22x22/actions/areas.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/bars.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/cakes.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/cakes3d.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/data.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/lines.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/options.png
|
||||
share/apps/kchart/icons/locolor/22x22/actions/wizard.png
|
||||
share/apps/kchart/kchart.rc
|
||||
share/apps/kchart/toolbar/areas.png
|
||||
share/apps/kchart/toolbar/bars.png
|
||||
share/apps/kchart/toolbar/cakes.png
|
||||
share/apps/kchart/toolbar/lines.png
|
||||
share/apps/kchart/toolbar/options.png
|
||||
share/apps/killustrator/KIllustrator.rc
|
||||
share/apps/killustrator/default.pal
|
||||
share/apps/killustrator/pics/abottom.png
|
||||
share/apps/killustrator/pics/ahcenter.png
|
||||
share/apps/killustrator/pics/aleft.png
|
||||
@ -147,19 +169,38 @@ share/apps/killustrator/pics/tleftalign.png
|
||||
share/apps/killustrator/pics/trightalign.png
|
||||
share/apps/killustrator/pics/vmirror.png
|
||||
share/apps/killustrator/pics/zoomtool.png
|
||||
share/apps/killustrator/templates/Simple/.directory
|
||||
share/apps/killustrator/templates/Simple/.icon/Plain.png
|
||||
share/apps/killustrator/templates/Simple/.source/Plain.kil
|
||||
share/apps/killustrator/templates/Simple/Plain.desktop
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/hicolor/22x22/actions/text_color.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/sort_az.png
|
||||
share/apps/koffice/icons/hicolor/32x32/actions/text_color.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/delete_table_col.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/delete_table_row.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/documentinfo.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/enum_list.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/insert_table_col.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/insert_table_row.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_color.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_sub.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/text_super.png
|
||||
share/apps/koffice/icons/locolor/16x16/actions/unsorted_list.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignBlock.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignCenter.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignLeft.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/alignRight.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/bold.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/cancel.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart/from-file.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/delete/table-col.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/delete/table-row.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/insert/table-col.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/insert/table-row.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/italic.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/clipart_from_file.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/neonpen.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/ok.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/part/kchart.png
|
||||
@ -172,12 +213,6 @@ share/apps/koffice/icons/locolor/22x22/actions/part/kword.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/part/unspecif.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/parts.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/picture.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/product.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/sum.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/bold.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/italic.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/text/underlined.png
|
||||
share/apps/koffice/icons/locolor/22x22/actions/underl.png
|
||||
share/apps/koffice/koffice_shell.rc
|
||||
share/apps/koffice/pics/koRulerFirst.png
|
||||
share/apps/koffice/pics/koRulerLeft.png
|
||||
@ -325,77 +360,82 @@ share/apps/kpresenter/slideshow/next.png
|
||||
share/apps/kpresenter/slideshow/prev.bmp
|
||||
share/apps/kpresenter/slideshow/prev.jpeg
|
||||
share/apps/kpresenter/slideshow/prev.png
|
||||
share/apps/kpresenter/templates/.templates
|
||||
share/apps/kpresenter/templates/Professional/One.kpt
|
||||
share/apps/kpresenter/templates/Professional/One.png
|
||||
share/apps/kpresenter/templates/Professional/Title.kpt
|
||||
share/apps/kpresenter/templates/Professional/Title.png
|
||||
share/apps/kpresenter/templates/Professional/Two.kpt
|
||||
share/apps/kpresenter/templates/Professional/Two.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.png
|
||||
share/apps/kpresenter/templates/Professional/.directory
|
||||
share/apps/kpresenter/templates/Professional/.icon/One.png
|
||||
share/apps/kpresenter/templates/Professional/.icon/Title.png
|
||||
share/apps/kpresenter/templates/Professional/.icon/Two.png
|
||||
share/apps/kpresenter/templates/Professional/.source/One.kpt
|
||||
share/apps/kpresenter/templates/Professional/.source/Title.kpt
|
||||
share/apps/kpresenter/templates/Professional/.source/Two.kpt
|
||||
share/apps/kpresenter/templates/Professional/One.desktop
|
||||
share/apps/kpresenter/templates/Professional/Title.desktop
|
||||
share/apps/kpresenter/templates/Professional/Two.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/.directory
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Gradient-Blue-Red.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Plain.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/Sand1.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/kde.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.icon/kde2.png
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Gradient-Blue-Red.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Plain.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/Sand1.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/kde.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/.source/kde2.kpt
|
||||
share/apps/kpresenter/templates/Screenpresentations/Gradient-Blue-Red.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/Plain.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/Sand1.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde.desktop
|
||||
share/apps/kpresenter/templates/Screenpresentations/kde2.desktop
|
||||
share/apps/kspread/dtd/kspread.dtd
|
||||
share/apps/kspread/extensions/math.ks
|
||||
share/apps/kspread/icons/locolor/22x22/actions/abort.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/adjustcol.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/adjustrow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/black/sum.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bold.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderall.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderbottom.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderfall.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderhorizontal.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderinside.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderleft.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderoutline.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderremove.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderright.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bordertop.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/borderup.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bordervertical.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/black_sum.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/bottom.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/cell_edit.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/cell_layout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/center.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/chart.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/colin.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/colout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/comment.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/delete_table.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/deletecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/dissociatecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/done.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/find.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/first_letter_upper.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/fontsizedown.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/fontsizeup.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/funct.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/italic.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/goto.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/insertcell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/inserttable.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/left.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/lower.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/mergecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/middle.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/money.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/multirow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/neonpen.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/paste.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/percent.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/precminus.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/precplus.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/oscilloscope.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/removecell.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/removecomment.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/resizecol.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/resizerow.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/right.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rotate.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rowin.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/rowout.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/sort_decrease.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/sort_incr.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/special_paste.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/strike_out.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_first.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_last.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_left.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/tab_right.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/top.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/underline.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/upper.png
|
||||
share/apps/kspread/icons/locolor/22x22/actions/vertical_text.png
|
||||
share/apps/kspread/kpartplugins/kspreadcalc.rc
|
||||
share/apps/kspread/kspread.rc
|
||||
share/apps/kspread/scripts/callme.ks
|
||||
@ -412,7 +452,6 @@ share/apps/kword/icons/locolor/22x22/actions/borderleft.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/borderright.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/bordertop.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/char.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/colin.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/colout.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/editframetool.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/edittool.png
|
||||
@ -421,7 +460,6 @@ share/apps/kword/icons/locolor/22x22/actions/formula.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/kwsearch.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/picframetool.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/return.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/rowin.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/rowout.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/run_bounding.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/run_not.png
|
||||
@ -440,18 +478,22 @@ share/apps/kword/icons/locolor/22x22/actions/tree_embedded.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_picture.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_table.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/tree_textframes.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/underl.png
|
||||
share/apps/kword/icons/locolor/22x22/actions/unsortedList.png
|
||||
share/apps/kword/kword.rc
|
||||
share/apps/kword/templates/.templates
|
||||
share/apps/kword/templates/DTP/SimpleLayout.kwt
|
||||
share/apps/kword/templates/DTP/SimpleLayout.png
|
||||
share/apps/kword/templates/DTP/Test.kwt
|
||||
share/apps/kword/templates/DTP/Test.png
|
||||
share/apps/kword/templates/Wordprocessing/PlainText.kwt
|
||||
share/apps/kword/templates/Wordprocessing/PlainText.png
|
||||
share/apps/kword/templates/Wordprocessing/TwoColumns.kwt
|
||||
share/apps/kword/templates/Wordprocessing/TwoColumns.png
|
||||
share/apps/kword/templates/Normal/.directory
|
||||
share/apps/kword/templates/Normal/.icon/PlainText.png
|
||||
share/apps/kword/templates/Normal/.icon/TwoColumns.png
|
||||
share/apps/kword/templates/Normal/.source/PlainText.kwt
|
||||
share/apps/kword/templates/Normal/.source/TwoColumns.kwt
|
||||
share/apps/kword/templates/Normal/PlainText.desktop
|
||||
share/apps/kword/templates/Normal/TwoColumns.desktop
|
||||
share/apps/kword/templates/Publishing/.directory
|
||||
share/apps/kword/templates/Publishing/.icon/SimpleLayout.png
|
||||
share/apps/kword/templates/Publishing/.icon/Test.png
|
||||
share/apps/kword/templates/Publishing/.source/SimpleLayout.kwt
|
||||
share/apps/kword/templates/Publishing/.source/Test.kwt
|
||||
share/apps/kword/templates/Publishing/SimpleLayout.desktop
|
||||
share/apps/kword/templates/Publishing/Test.desktop
|
||||
share/doc/HTML/en/doc/README.documentation
|
||||
share/doc/HTML/en/doc/index.html
|
||||
share/doc/HTML/en/doc/kdelogo.png
|
||||
@ -461,42 +503,18 @@ share/doc/HTML/en/doc/koffice-misc.html
|
||||
share/doc/HTML/en/doc/koffice-search-help.html
|
||||
share/doc/HTML/en/doc/koffice-search.html
|
||||
share/doc/HTML/en/doc/koffice.html
|
||||
share/doc/HTML/en/katabase/.anchors
|
||||
share/doc/HTML/en/katabase/another-section.html
|
||||
share/doc/HTML/en/katabase/compilation-and-installation.html
|
||||
share/doc/HTML/en/katabase/copyright.html
|
||||
share/doc/HTML/en/katabase/index.cvlog
|
||||
share/doc/HTML/en/katabase/index.docbook
|
||||
share/doc/HTML/en/katabase/index.html
|
||||
share/doc/HTML/en/katabase/installation.html
|
||||
share/doc/HTML/en/katabase/introduction.html
|
||||
share/doc/HTML/en/katabase/questions-and-answers.html
|
||||
share/doc/HTML/en/katabase/requirements.html
|
||||
share/doc/HTML/en/katabase/usage-.html
|
||||
share/doc/HTML/en/killustrator/.anchors
|
||||
share/doc/HTML/en/killustrator/about-the-handbook.html
|
||||
share/doc/HTML/en/killustrator/align.png
|
||||
share/doc/HTML/en/killustrator/align2.png
|
||||
share/doc/HTML/en/killustrator/appendix.html
|
||||
share/doc/HTML/en/killustrator/bezier.png
|
||||
share/doc/HTML/en/killustrator/blend_dialog.png
|
||||
share/doc/HTML/en/killustrator/changing-the-standard-parameters.html
|
||||
share/doc/HTML/en/killustrator/colour.png
|
||||
share/doc/HTML/en/killustrator/compilation-and-installation.html
|
||||
share/doc/HTML/en/killustrator/copyright.html
|
||||
share/doc/HTML/en/killustrator/drawing-2d-primitives.html
|
||||
share/doc/HTML/en/killustrator/ellipse.png
|
||||
share/doc/HTML/en/killustrator/export.png
|
||||
share/doc/HTML/en/killustrator/freehand.png
|
||||
share/doc/HTML/en/killustrator/frequently-asked-questions.html
|
||||
share/doc/HTML/en/killustrator/handling-colours.html
|
||||
share/doc/HTML/en/killustrator/history-of-killustrator.html
|
||||
share/doc/HTML/en/killustrator/index.cvlog
|
||||
share/doc/HTML/en/killustrator/index.docbook
|
||||
share/doc/HTML/en/killustrator/index.html
|
||||
share/doc/HTML/en/killustrator/installation-of-binary-packages.html
|
||||
share/doc/HTML/en/killustrator/installation.html
|
||||
share/doc/HTML/en/killustrator/introduction.html
|
||||
share/doc/HTML/en/killustrator/line.png
|
||||
share/doc/HTML/en/killustrator/logo.png
|
||||
share/doc/HTML/en/killustrator/movepoint.png
|
||||
@ -506,137 +524,49 @@ share/doc/HTML/en/killustrator/pfeil.png
|
||||
share/doc/HTML/en/killustrator/point.png
|
||||
share/doc/HTML/en/killustrator/polygon-setup.png
|
||||
share/doc/HTML/en/killustrator/polygon.png
|
||||
share/doc/HTML/en/killustrator/positioning-objects.html
|
||||
share/doc/HTML/en/killustrator/rect.png
|
||||
share/doc/HTML/en/killustrator/rmpoint.png
|
||||
share/doc/HTML/en/killustrator/save_dialog.png
|
||||
share/doc/HTML/en/killustrator/schichten.png
|
||||
share/doc/HTML/en/killustrator/system-requirements.html
|
||||
share/doc/HTML/en/killustrator/text.png
|
||||
share/doc/HTML/en/killustrator/the-layer-concept.html
|
||||
share/doc/HTML/en/killustrator/to-do.html
|
||||
share/doc/HTML/en/killustrator/transformation-of-2d-primitives.html
|
||||
share/doc/HTML/en/killustrator/undo--redo.html
|
||||
share/doc/HTML/en/killustrator/usage.html
|
||||
share/doc/HTML/en/killustrator/verteilen.png
|
||||
share/doc/HTML/en/killustrator/working-with-files.html
|
||||
share/doc/HTML/en/killustrator/zoom-tool.html
|
||||
share/doc/HTML/en/killustrator/zoom.png
|
||||
share/doc/HTML/en/koffice/.anchors
|
||||
share/doc/HTML/en/koffice/compilingproblems.html
|
||||
share/doc/HTML/en/koffice/customgui.html
|
||||
share/doc/HTML/en/koffice/customization.html
|
||||
share/doc/HTML/en/koffice/faq.html
|
||||
share/doc/HTML/en/koffice/firststeps.html
|
||||
share/doc/HTML/en/koffice/frombinaries.html
|
||||
share/doc/HTML/en/koffice/fromsource.html
|
||||
share/doc/HTML/en/koffice/gettingbinaries.html
|
||||
share/doc/HTML/en/koffice/gettingsource.html
|
||||
share/doc/HTML/en/koffice/glossary.html
|
||||
share/doc/HTML/en/koffice/index.docbook
|
||||
share/doc/HTML/en/koffice/index.html
|
||||
share/doc/HTML/en/koffice/installation.html
|
||||
share/doc/HTML/en/koffice/introduction.html
|
||||
share/doc/HTML/en/koffice/kparts.html
|
||||
share/doc/HTML/en/koffice/kpartstryit.html
|
||||
share/doc/HTML/en/koffice/legal.html
|
||||
share/doc/HTML/en/koffice/links.html
|
||||
share/doc/HTML/en/koffice/moreinfo.html
|
||||
share/doc/HTML/en/koffice/programmersinfo.html
|
||||
share/doc/HTML/en/koffice/todo.html
|
||||
share/doc/HTML/en/koffice/whoreads.html
|
||||
share/doc/HTML/en/kpresenter/.anchors
|
||||
share/doc/HTML/en/kpresenter/addshadow.html
|
||||
share/doc/HTML/en/kpresenter/appendix.html
|
||||
share/doc/HTML/en/kpresenter/credits.html
|
||||
share/doc/HTML/en/kpresenter/guides.html
|
||||
share/doc/HTML/en/kpresenter/index.docbook
|
||||
share/doc/HTML/en/kpresenter/index.html
|
||||
share/doc/HTML/en/kpresenter/insertpage.html
|
||||
share/doc/HTML/en/kpresenter/insertpic.html
|
||||
share/doc/HTML/en/kpresenter/introduction.html
|
||||
share/doc/HTML/en/kpresenter/menuitems.html
|
||||
share/doc/HTML/en/kpresenter/options.html
|
||||
share/doc/HTML/en/kpresenter/qanda.html
|
||||
share/doc/HTML/en/kpresenter/screendesc.html
|
||||
share/doc/HTML/en/kpresenter/textcolor.html
|
||||
share/doc/HTML/en/kpresenter/todo.html
|
||||
share/doc/HTML/en/kpresenter/tutorial.html
|
||||
share/doc/HTML/en/kword/.anchors
|
||||
share/doc/HTML/en/kword/addframe.html
|
||||
share/doc/HTML/en/kword/appendix.html
|
||||
share/doc/HTML/en/kword/autocorrect.html
|
||||
share/doc/HTML/en/kword/basicedittoolbar.html
|
||||
share/doc/HTML/en/kword/basicmenubar.html
|
||||
share/doc/HTML/en/kword/charformattoolbar.html
|
||||
share/doc/HTML/en/kword/clipboard.html
|
||||
share/doc/HTML/en/kword/columns.html
|
||||
share/doc/HTML/en/kword/conventions.html
|
||||
share/doc/HTML/en/kword/credits.html
|
||||
share/doc/HTML/en/kword/datetime.html
|
||||
share/doc/HTML/en/kword/delframe.html
|
||||
share/doc/HTML/en/kword/dragdrop.html
|
||||
share/doc/HTML/en/kword/endfoot.html
|
||||
share/doc/HTML/en/kword/filedlg.html
|
||||
share/doc/HTML/en/kword/filetoolbar.html
|
||||
share/doc/HTML/en/kword/filters.html
|
||||
share/doc/HTML/en/kword/formatchar.html
|
||||
share/doc/HTML/en/kword/formatframe.html
|
||||
share/doc/HTML/en/kword/formatpara.html
|
||||
share/doc/HTML/en/kword/formulas.html
|
||||
share/doc/HTML/en/kword/framecreatetoolbar.html
|
||||
share/doc/HTML/en/kword/frames.html
|
||||
share/doc/HTML/en/kword/frameselect.html
|
||||
share/doc/HTML/en/kword/fundimental.html
|
||||
share/doc/HTML/en/kword/glossery.html
|
||||
share/doc/HTML/en/kword/graphics.html
|
||||
share/doc/HTML/en/kword/guides.html
|
||||
share/doc/HTML/en/kword/guides2.html
|
||||
share/doc/HTML/en/kword/guides3.html
|
||||
share/doc/HTML/en/kword/guides4.html
|
||||
share/doc/HTML/en/kword/headfoot.html
|
||||
share/doc/HTML/en/kspread/index.docbook
|
||||
share/doc/HTML/en/kword/index.docbook
|
||||
share/doc/HTML/en/kword/index.html
|
||||
share/doc/HTML/en/kword/inserttoolbar.html
|
||||
share/doc/HTML/en/kword/inskspread.html
|
||||
share/doc/HTML/en/kword/introduction.html
|
||||
share/doc/HTML/en/kword/keys.html
|
||||
share/doc/HTML/en/kword/kwordrc.html
|
||||
share/doc/HTML/en/kword/kwordscreen.html
|
||||
share/doc/HTML/en/kword/loading.html
|
||||
share/doc/HTML/en/kword/menuitems.html
|
||||
share/doc/HTML/en/kword/moveframe.html
|
||||
share/doc/HTML/en/kword/options.html
|
||||
share/doc/HTML/en/kword/pgnumber.html
|
||||
share/doc/HTML/en/kword/printing.html
|
||||
share/doc/HTML/en/kword/qanda.html
|
||||
share/doc/HTML/en/kword/qd2.html
|
||||
share/doc/HTML/en/kword/qd3.html
|
||||
share/doc/HTML/en/kword/qd4.html
|
||||
share/doc/HTML/en/kword/qd5.html
|
||||
share/doc/HTML/en/kword/quickdirty.html
|
||||
share/doc/HTML/en/kword/resizeframe.html
|
||||
share/doc/HTML/en/kword/rulers.html
|
||||
share/doc/HTML/en/kword/saving.html
|
||||
share/doc/HTML/en/kword/searchreplace.html
|
||||
share/doc/HTML/en/kword/selcolor.html
|
||||
share/doc/HTML/en/kword/spellcheck.html
|
||||
share/doc/HTML/en/kword/styles.html
|
||||
share/doc/HTML/en/kword/tableedittoolbar.html
|
||||
share/doc/HTML/en/kword/tables.html
|
||||
share/doc/HTML/en/kword/tabstops.html
|
||||
share/doc/HTML/en/kword/tempcr.html
|
||||
share/doc/HTML/en/kword/templateintro.html
|
||||
share/doc/HTML/en/kword/textandframe.html
|
||||
share/doc/HTML/en/kword/themes.html
|
||||
share/doc/HTML/en/kword/toc.html
|
||||
share/doc/HTML/en/kword/todo.html
|
||||
share/doc/HTML/en/kword/toolbars.html
|
||||
share/doc/HTML/en/kword/tutorial.html
|
||||
share/doc/HTML/en/kword/undoredo.html
|
||||
share/doc/HTML/en/kword/updates.html
|
||||
share/doc/HTML/en/kword/whoreads.html
|
||||
share/doc/HTML/en/kword/wpvsdtp.html
|
||||
share/icons/hicolor/22x22/actions/border_all.png
|
||||
share/icons/hicolor/22x22/actions/border_bottom.png
|
||||
share/icons/hicolor/22x22/actions/border_fall.png
|
||||
share/icons/hicolor/22x22/actions/border_horizontal.png
|
||||
share/icons/hicolor/22x22/actions/border_inside.png
|
||||
share/icons/hicolor/22x22/actions/border_left.png
|
||||
share/icons/hicolor/22x22/actions/border_outline.png
|
||||
share/icons/hicolor/22x22/actions/border_remove.png
|
||||
share/icons/hicolor/22x22/actions/border_right.png
|
||||
share/icons/hicolor/22x22/actions/border_top.png
|
||||
share/icons/hicolor/22x22/actions/border_up.png
|
||||
share/icons/hicolor/22x22/actions/border_vertical.png
|
||||
share/icons/hicolor/22x22/actions/funct.png
|
||||
share/icons/hicolor/22x22/actions/percent.png
|
||||
share/icons/hicolor/22x22/actions/prec_minus.png
|
||||
share/icons/hicolor/22x22/actions/prec_plus.png
|
||||
share/icons/hicolor/32x32/actions/border_all.png
|
||||
share/icons/hicolor/32x32/actions/border_bottom.png
|
||||
share/icons/hicolor/32x32/actions/border_fall.png
|
||||
share/icons/hicolor/32x32/actions/border_horizontal.png
|
||||
share/icons/hicolor/32x32/actions/border_inside.png
|
||||
share/icons/hicolor/32x32/actions/border_left.png
|
||||
share/icons/hicolor/32x32/actions/border_outline.png
|
||||
share/icons/hicolor/32x32/actions/border_remove.png
|
||||
share/icons/hicolor/32x32/actions/border_right.png
|
||||
share/icons/hicolor/32x32/actions/border_top.png
|
||||
share/icons/hicolor/32x32/actions/border_up.png
|
||||
share/icons/hicolor/32x32/actions/border_vertical.png
|
||||
share/icons/hicolor/32x32/actions/funct.png
|
||||
share/icons/hicolor/32x32/actions/percent.png
|
||||
share/icons/hicolor/32x32/actions/prec_minus.png
|
||||
share/icons/hicolor/32x32/actions/prec_plus.png
|
||||
share/icons/hicolor/32x32/apps/kchart.png
|
||||
share/icons/hicolor/32x32/apps/killustrator.png
|
||||
share/icons/hicolor/32x32/apps/kpresenter.png
|
||||
@ -647,18 +577,75 @@ share/icons/hicolor/48x48/apps/killustrator.png
|
||||
share/icons/hicolor/48x48/apps/kpresenter.png
|
||||
share/icons/hicolor/48x48/apps/kspread.png
|
||||
share/icons/hicolor/48x48/apps/kword.png
|
||||
share/icons/locolor/16x16/actions/adjustcol.png
|
||||
share/icons/locolor/16x16/actions/adjustrow.png
|
||||
share/icons/locolor/16x16/actions/areas.png
|
||||
share/icons/locolor/16x16/actions/bars.png
|
||||
share/icons/locolor/16x16/actions/black_sum.png
|
||||
share/icons/locolor/16x16/actions/border_all.png
|
||||
share/icons/locolor/16x16/actions/border_bottom.png
|
||||
share/icons/locolor/16x16/actions/border_fall.png
|
||||
share/icons/locolor/16x16/actions/border_horizontal.png
|
||||
share/icons/locolor/16x16/actions/border_inside.png
|
||||
share/icons/locolor/16x16/actions/border_left.png
|
||||
share/icons/locolor/16x16/actions/border_outline.png
|
||||
share/icons/locolor/16x16/actions/border_remove.png
|
||||
share/icons/locolor/16x16/actions/border_right.png
|
||||
share/icons/locolor/16x16/actions/border_top.png
|
||||
share/icons/locolor/16x16/actions/border_up.png
|
||||
share/icons/locolor/16x16/actions/border_vertical.png
|
||||
share/icons/locolor/16x16/actions/cakes.png
|
||||
share/icons/locolor/16x16/actions/cell_edit.png
|
||||
share/icons/locolor/16x16/actions/cell_layout.png
|
||||
share/icons/locolor/16x16/actions/center.png
|
||||
share/icons/locolor/16x16/actions/chart.png
|
||||
share/icons/locolor/16x16/actions/comment.png
|
||||
share/icons/locolor/16x16/actions/data.png
|
||||
share/icons/locolor/16x16/actions/delete_table.png
|
||||
share/icons/locolor/16x16/actions/deletecell.png
|
||||
share/icons/locolor/16x16/actions/first_letter_upper.png
|
||||
share/icons/locolor/16x16/actions/fontsizedown.png
|
||||
share/icons/locolor/16x16/actions/fontsizeup.png
|
||||
share/icons/locolor/16x16/actions/funct.png
|
||||
share/icons/locolor/16x16/actions/insertcell.png
|
||||
share/icons/locolor/16x16/actions/inserttable.png
|
||||
share/icons/locolor/16x16/actions/left.png
|
||||
share/icons/locolor/16x16/actions/lines.png
|
||||
share/icons/locolor/16x16/actions/lower.png
|
||||
share/icons/locolor/16x16/actions/middle.png
|
||||
share/icons/locolor/16x16/actions/money.png
|
||||
share/icons/locolor/16x16/actions/multirow.png
|
||||
share/icons/locolor/16x16/actions/oscilloscope.png
|
||||
share/icons/locolor/16x16/actions/percent.png
|
||||
share/icons/locolor/16x16/actions/precminus.png
|
||||
share/icons/locolor/16x16/actions/precplus.png
|
||||
share/icons/locolor/16x16/actions/removecell.png
|
||||
share/icons/locolor/16x16/actions/removecomment.png
|
||||
share/icons/locolor/16x16/actions/resizecol.png
|
||||
share/icons/locolor/16x16/actions/resizerow.png
|
||||
share/icons/locolor/16x16/actions/right.png
|
||||
share/icons/locolor/16x16/actions/series.png
|
||||
share/icons/locolor/16x16/actions/sort_decrease.png
|
||||
share/icons/locolor/16x16/actions/sort_incr.png
|
||||
share/icons/locolor/16x16/actions/special_paste.png
|
||||
share/icons/locolor/16x16/actions/strike_out.png
|
||||
share/icons/locolor/16x16/actions/upper.png
|
||||
share/icons/locolor/16x16/actions/vertical_text.png
|
||||
share/icons/locolor/16x16/actions/wizard.png
|
||||
share/icons/locolor/16x16/apps/kchart.png
|
||||
share/icons/locolor/16x16/apps/killustrator.png
|
||||
share/icons/locolor/16x16/apps/kpresenter.png
|
||||
share/icons/locolor/16x16/apps/kspread.png
|
||||
share/icons/locolor/16x16/apps/kspreadcalc.png
|
||||
share/icons/locolor/16x16/apps/kword.png
|
||||
share/icons/locolor/22x22/apps/kspreadcalc.png
|
||||
share/icons/locolor/32x32/apps/kchart.png
|
||||
share/icons/locolor/32x32/apps/killustrator.png
|
||||
share/icons/locolor/32x32/apps/kpresenter.png
|
||||
share/icons/locolor/32x32/apps/kspread.png
|
||||
share/icons/locolor/32x32/apps/kspreadcalc.png
|
||||
share/icons/locolor/32x32/apps/kword.png
|
||||
share/mimelnk/application/x-graphite.desktop
|
||||
share/mimelnk/application/x-kchart.desktop
|
||||
share/mimelnk/application/x-killustrator.desktop
|
||||
share/mimelnk/application/x-kpresenter.desktop
|
||||
@ -684,19 +671,20 @@ share/servicetypes/kofilter.desktop
|
||||
share/servicetypes/kofilterdialog.desktop
|
||||
share/servicetypes/koplugin.desktop
|
||||
share/servicetypes/kotool.desktop
|
||||
@unexec rm -f %D/share/doc/HTML/en/katabase/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/killustrator/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/koffice/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpresenter/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kword/common
|
||||
@unexec for dir in kword kspread kpresenter killustrator katabase koffice; do rm -f %D/share/doc/HTML/en/${dir}/common;done
|
||||
@dirrm share/doc/HTML/en/kword
|
||||
@dirrm share/doc/HTML/en/kspread
|
||||
@dirrm share/doc/HTML/en/kpresenter
|
||||
@dirrm share/doc/HTML/en/koffice
|
||||
@dirrm share/doc/HTML/en/killustrator
|
||||
@dirrm share/doc/HTML/en/katabase
|
||||
@dirrm share/doc/HTML/en/doc
|
||||
@dirrm share/apps/kword/templates/Wordprocessing
|
||||
@dirrm share/apps/kword/templates/DTP
|
||||
@dirrm share/apps/kword/templates/Publishing/.source
|
||||
@dirrm share/apps/kword/templates/Publishing/.icon
|
||||
@dirrm share/apps/kword/templates/Publishing
|
||||
@dirrm share/apps/kword/templates/Normal/.source
|
||||
@dirrm share/apps/kword/templates/Normal/.icon
|
||||
@dirrm share/apps/kword/templates/Normal
|
||||
@dirrm share/apps/kword/templates
|
||||
@dirrm share/apps/kword/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kword/icons/locolor/22x22
|
||||
@ -707,7 +695,6 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kspread/tablestyles
|
||||
@dirrm share/apps/kspread/scripts
|
||||
@dirrm share/apps/kspread/kpartplugins
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22/actions/black
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kspread/icons/locolor/22x22
|
||||
@dirrm share/apps/kspread/icons/locolor
|
||||
@ -715,7 +702,11 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kspread/extensions
|
||||
@dirrm share/apps/kspread/dtd
|
||||
@dirrm share/apps/kspread
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations/.source
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations/.icon
|
||||
@dirrm share/apps/kpresenter/templates/Screenpresentations
|
||||
@dirrm share/apps/kpresenter/templates/Professional/.source
|
||||
@dirrm share/apps/kpresenter/templates/Professional/.icon
|
||||
@dirrm share/apps/kpresenter/templates/Professional
|
||||
@dirrm share/apps/kpresenter/templates
|
||||
@dirrm share/apps/kpresenter/slideshow
|
||||
@ -730,19 +721,29 @@ share/servicetypes/kotool.desktop
|
||||
@dirrm share/apps/kpresenter/autoforms
|
||||
@dirrm share/apps/kpresenter
|
||||
@dirrm share/apps/koffice/pics
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/text
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/part
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/insert
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/delete
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions/clipart
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/koffice/icons/locolor/22x22
|
||||
@dirrm share/apps/koffice/icons/locolor/16x16/actions
|
||||
@dirrm share/apps/koffice/icons/locolor/16x16
|
||||
@dirrm share/apps/koffice/icons/locolor
|
||||
@dirrm share/apps/koffice/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/koffice/icons/hicolor/32x32
|
||||
@dirrm share/apps/koffice/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/koffice/icons/hicolor/22x22
|
||||
@dirrm share/apps/koffice/icons/hicolor
|
||||
@dirrm share/apps/koffice/icons
|
||||
@dirrm share/apps/koffice
|
||||
@dirrm share/apps/killustrator/templates/Simple/.source
|
||||
@dirrm share/apps/killustrator/templates/Simple/.icon
|
||||
@dirrm share/apps/killustrator/templates/Simple
|
||||
@dirrm share/apps/killustrator/templates
|
||||
@dirrm share/apps/killustrator/pics
|
||||
@dirrm share/apps/killustrator
|
||||
@dirrm share/apps/kchart/toolbar
|
||||
@dirrm share/apps/kchart/icons/locolor/22x22/actions
|
||||
@dirrm share/apps/kchart/icons/locolor/22x22
|
||||
@dirrm share/apps/kchart/icons/locolor
|
||||
@dirrm share/apps/kchart/icons
|
||||
@dirrm share/apps/kchart
|
||||
@dirrm share/applnk/Applications/KOffice
|
||||
@dirrm share/applnk/Applications
|
||||
@dirrm share/apps/graphite
|
||||
@dirrm share/applnk/Office
|
||||
|
@ -6,25 +6,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdegames
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= games kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdegames
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_NEWGCC= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${X11BASE}/lib -lqt2 -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdegames-1.90.tar.bz2) = ddd5d9af93341e68328a9db0f3de6073
|
||||
MD5 (kdegames-20000724A.tar.bz2) = e67bac23600fe51dfd10522c2a87c6ea
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/kabalone
|
||||
bin/kasteroids
|
||||
bin/katomic
|
||||
bin/kblackbox
|
||||
bin/kfouleggs
|
||||
@ -19,8 +18,9 @@ bin/ksokoban
|
||||
bin/kspaceduel
|
||||
bin/ktron
|
||||
bin/ktuberling
|
||||
bin/lskat
|
||||
bin/lskatproc
|
||||
share/applnk/Games/kabalone.desktop
|
||||
share/applnk/Games/kasteroids.desktop
|
||||
share/applnk/Games/katomic.desktop
|
||||
share/applnk/Games/kblackbox.desktop
|
||||
share/applnk/Games/kfouleggs.desktop
|
||||
@ -40,6 +40,7 @@ share/applnk/Games/ksokoban.desktop
|
||||
share/applnk/Games/kspaceduel.desktop
|
||||
share/applnk/Games/ktron.desktop
|
||||
share/applnk/Games/ktuberling.desktop
|
||||
share/applnk/Games/lskat.desktop
|
||||
share/apps/kabalone/kabaloneui.rc
|
||||
share/apps/kabalone/toolbar/edit.xpm
|
||||
share/apps/kabalone/toolbar/hint.xpm
|
||||
@ -56,298 +57,7 @@ share/apps/kabalone/toolbar/stop.xpm
|
||||
share/apps/kabalone/toolbar/undo.xpm
|
||||
share/apps/kabalone/toolbar/warning.xpm
|
||||
share/apps/kabalone/toolbar/yellowball.xpm
|
||||
share/apps/kasteroids/sprites/.pbm
|
||||
share/apps/kasteroids/sprites/bg.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits0.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits0.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits1.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits1.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits10.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits10.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits11.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits11.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits12.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits12.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits13.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits13.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits14.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits14.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits15.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits15.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits2.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits2.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits3.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits3.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits4.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits4.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits5.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits5.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits6.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits6.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits7.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits7.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits8.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits8.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits9.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits9.ppm
|
||||
share/apps/kasteroids/sprites/missile/missile0.pbm
|
||||
share/apps/kasteroids/sprites/missile/missile0.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-0.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-0.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-1.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-1.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-10.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-10.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-11.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-11.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-12.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-12.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-13.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-13.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-14.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-14.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-15.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-15.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-16.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-16.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-17.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-17.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-18.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-18.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-19.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-19.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-2.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-2.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-20.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-20.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-21.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-21.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-22.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-22.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-23.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-23.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-24.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-24.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-25.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-25.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-26.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-26.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-27.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-27.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-28.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-28.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-29.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-29.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-3.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-3.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-30.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-30.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-31.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-31.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-4.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-4.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-5.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-5.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-6.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-6.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-7.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-7.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-8.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-8.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-9.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-9.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-0.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-0.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-1.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-1.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-10.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-10.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-11.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-11.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-12.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-12.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-13.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-13.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-14.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-14.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-15.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-15.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-16.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-16.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-17.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-17.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-18.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-18.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-19.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-19.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-2.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-2.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-20.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-20.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-21.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-21.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-22.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-22.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-23.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-23.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-24.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-24.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-25.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-25.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-26.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-26.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-27.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-27.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-28.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-28.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-29.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-29.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-3.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-3.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-30.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-30.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-31.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-31.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-4.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-4.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-5.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-5.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-6.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-6.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-7.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-7.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-8.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-8.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-9.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-9.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-0.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-0.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-1.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-1.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-10.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-10.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-11.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-11.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-12.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-12.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-13.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-13.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-14.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-14.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-15.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-15.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-16.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-16.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-17.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-17.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-18.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-18.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-19.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-19.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-2.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-2.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-20.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-20.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-21.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-21.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-22.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-22.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-23.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-23.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-24.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-24.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-25.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-25.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-26.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-26.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-27.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-27.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-28.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-28.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-29.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-29.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-3.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-3.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-30.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-30.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-31.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-31.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-4.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-4.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-5.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-5.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-6.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-6.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-7.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-7.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-8.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-8.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-9.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-9.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship0.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship0.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship1.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship1.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship10.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship10.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship11.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship11.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship12.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship12.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship13.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship13.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship14.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship14.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship15.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship15.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship16.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship16.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship17.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship17.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship18.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship18.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship19.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship19.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship2.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship2.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship20.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship20.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship21.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship21.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship22.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship22.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship23.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship23.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship24.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship24.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship25.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship25.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship26.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship26.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship27.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship27.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship28.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship28.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship29.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship29.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship3.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship3.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship30.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship30.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship31.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship31.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship4.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship4.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship5.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship5.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship6.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship6.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship7.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship7.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship8.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship8.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship9.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship9.ppm
|
||||
share/apps/katomic/katomicui.rc
|
||||
share/apps/katomic/levels/level_1
|
||||
share/apps/katomic/levels/level_10
|
||||
share/apps/katomic/levels/level_11
|
||||
@ -462,6 +172,7 @@ share/apps/konquest/pics/planet7.xpm
|
||||
share/apps/konquest/pics/planet8.xpm
|
||||
share/apps/konquest/pics/planet9.xpm
|
||||
share/apps/konquest/pics/ruler.xpm
|
||||
share/apps/kpat/kpatui.rc
|
||||
share/apps/kpat/pics/1.png
|
||||
share/apps/kpat/pics/10.png
|
||||
share/apps/kpat/pics/11.png
|
||||
@ -514,6 +225,7 @@ share/apps/kpat/pics/6.png
|
||||
share/apps/kpat/pics/7.png
|
||||
share/apps/kpat/pics/8.png
|
||||
share/apps/kpat/pics/9.png
|
||||
share/apps/kpat/pics/back0.png
|
||||
share/apps/kpat/pics/back1.png
|
||||
share/apps/kpat/pics/back2.png
|
||||
share/apps/kpat/pics/back3.png
|
||||
@ -599,8 +311,8 @@ share/apps/kreversi/pics/zoomout.xpm
|
||||
share/apps/kreversi/sounds/reversi-click.wav
|
||||
share/apps/kreversi/sounds/reversi-lost.wav
|
||||
share/apps/kreversi/sounds/reversi-won.wav
|
||||
share/apps/ksame/ksameui.rc
|
||||
share/apps/ksame/stones.png
|
||||
share/apps/ksame/stones_mask.png
|
||||
share/apps/kshisen/kshisen.xpm
|
||||
share/apps/kshisen/kshisen_bgnd.xpm
|
||||
share/apps/kshisen/mask.xpm
|
||||
@ -654,16 +366,17 @@ share/apps/ksmiletris/data/cleared-c.bmp
|
||||
share/apps/ksmiletris/data/pause.bmp
|
||||
share/apps/ksmiletris/sounds/break.wav
|
||||
share/apps/ksmiletris/sounds/clear.wav
|
||||
share/apps/ksnake/backgrounds/Bark.xpm
|
||||
share/apps/ksnake/backgrounds/Blue_Carpet.xpm
|
||||
share/apps/ksnake/backgrounds/Dark_Wood.xpm
|
||||
share/apps/ksnake/backgrounds/Granite.xpm
|
||||
share/apps/ksnake/backgrounds/Green_Carpet.xpm
|
||||
share/apps/ksnake/backgrounds/Mystique.xpm
|
||||
share/apps/ksnake/backgrounds/Rope_Weave.xpm
|
||||
share/apps/ksnake/backgrounds/Volcanic.xpm
|
||||
share/apps/ksnake/backgrounds/Wood.xpm
|
||||
share/apps/ksnake/backgrounds/Bark.png
|
||||
share/apps/ksnake/backgrounds/Blue_Carpet.png
|
||||
share/apps/ksnake/backgrounds/Dark_Wood.png
|
||||
share/apps/ksnake/backgrounds/Granite.png
|
||||
share/apps/ksnake/backgrounds/Green_Carpet.png
|
||||
share/apps/ksnake/backgrounds/Mystique.png
|
||||
share/apps/ksnake/backgrounds/Rope_Weave.png
|
||||
share/apps/ksnake/backgrounds/Volcanic.png
|
||||
share/apps/ksnake/backgrounds/Wood.png
|
||||
share/apps/ksnake/highScores
|
||||
share/apps/ksnake/ksnakeui.rc
|
||||
share/apps/ksnake/levels/room01
|
||||
share/apps/ksnake/levels/room02
|
||||
share/apps/ksnake/levels/room03
|
||||
@ -689,25 +402,16 @@ share/apps/ksnake/levels/room22
|
||||
share/apps/ksnake/levels/room23
|
||||
share/apps/ksnake/levels/room24
|
||||
share/apps/ksnake/levels/room25
|
||||
share/apps/ksnake/pics/apples.xpm
|
||||
share/apps/ksnake/pics/ball.xpm
|
||||
share/apps/ksnake/pics/brick.xpm
|
||||
share/apps/ksnake/pics/down.xpm
|
||||
share/apps/ksnake/pics/left.xpm
|
||||
share/apps/ksnake/pics/right.xpm
|
||||
share/apps/ksnake/pics/samy.xpm
|
||||
share/apps/ksnake/pics/snake1.xpm
|
||||
share/apps/ksnake/pics/snake2.xpm
|
||||
share/apps/ksnake/pics/up.xpm
|
||||
share/apps/kspaceduel/icons/hicolor/22x22/actions/newgame.png
|
||||
share/apps/kspaceduel/icons/hicolor/22x22/actions/newround.png
|
||||
share/apps/kspaceduel/icons/hicolor/22x22/actions/pausegame.png
|
||||
share/apps/kspaceduel/icons/hicolor/32x32/actions/newgame.png
|
||||
share/apps/kspaceduel/icons/hicolor/32x32/actions/newround.png
|
||||
share/apps/kspaceduel/icons/hicolor/32x32/actions/pausegame.png
|
||||
share/apps/kspaceduel/icons/locolor/16x16/actions/newgame.png
|
||||
share/apps/kspaceduel/icons/locolor/16x16/actions/newround.png
|
||||
share/apps/kspaceduel/icons/locolor/16x16/actions/pausegame.png
|
||||
share/apps/ksnake/pics/apples.png
|
||||
share/apps/ksnake/pics/ball.png
|
||||
share/apps/ksnake/pics/brick.png
|
||||
share/apps/ksnake/pics/down.png
|
||||
share/apps/ksnake/pics/left.png
|
||||
share/apps/ksnake/pics/right.png
|
||||
share/apps/ksnake/pics/samy.png
|
||||
share/apps/ksnake/pics/snake1.png
|
||||
share/apps/ksnake/pics/snake2.png
|
||||
share/apps/ksnake/pics/up.png
|
||||
share/apps/kspaceduel/kspaceduelui.rc
|
||||
share/apps/kspaceduel/sprites/backgr.png
|
||||
share/apps/kspaceduel/sprites/explosion/explos00.pbm
|
||||
@ -1129,6 +833,77 @@ share/apps/ktuberling/sounds/en/spectacles.wav
|
||||
share/apps/ktuberling/sounds/en/sunglasses.wav
|
||||
share/apps/ktuberling/sounds/en/tuberling.wav
|
||||
share/apps/ktuberling/sounds/en/watch.wav
|
||||
share/apps/lskat/grafix/1.png
|
||||
share/apps/lskat/grafix/10.png
|
||||
share/apps/lskat/grafix/11.png
|
||||
share/apps/lskat/grafix/12.png
|
||||
share/apps/lskat/grafix/13.png
|
||||
share/apps/lskat/grafix/14.png
|
||||
share/apps/lskat/grafix/15.png
|
||||
share/apps/lskat/grafix/16.png
|
||||
share/apps/lskat/grafix/17.png
|
||||
share/apps/lskat/grafix/18.png
|
||||
share/apps/lskat/grafix/19.png
|
||||
share/apps/lskat/grafix/2.png
|
||||
share/apps/lskat/grafix/20.png
|
||||
share/apps/lskat/grafix/21.png
|
||||
share/apps/lskat/grafix/22.png
|
||||
share/apps/lskat/grafix/23.png
|
||||
share/apps/lskat/grafix/24.png
|
||||
share/apps/lskat/grafix/25.png
|
||||
share/apps/lskat/grafix/26.png
|
||||
share/apps/lskat/grafix/27.png
|
||||
share/apps/lskat/grafix/28.png
|
||||
share/apps/lskat/grafix/29.png
|
||||
share/apps/lskat/grafix/3.png
|
||||
share/apps/lskat/grafix/30.png
|
||||
share/apps/lskat/grafix/31.png
|
||||
share/apps/lskat/grafix/32.png
|
||||
share/apps/lskat/grafix/4.png
|
||||
share/apps/lskat/grafix/400000.png
|
||||
share/apps/lskat/grafix/400001.png
|
||||
share/apps/lskat/grafix/400002.png
|
||||
share/apps/lskat/grafix/400003.png
|
||||
share/apps/lskat/grafix/400004.png
|
||||
share/apps/lskat/grafix/400005.png
|
||||
share/apps/lskat/grafix/400006.png
|
||||
share/apps/lskat/grafix/400007.png
|
||||
share/apps/lskat/grafix/400008.png
|
||||
share/apps/lskat/grafix/400009.png
|
||||
share/apps/lskat/grafix/400010.png
|
||||
share/apps/lskat/grafix/400011.png
|
||||
share/apps/lskat/grafix/400012.png
|
||||
share/apps/lskat/grafix/400013.png
|
||||
share/apps/lskat/grafix/400014.png
|
||||
share/apps/lskat/grafix/400015.png
|
||||
share/apps/lskat/grafix/400016.png
|
||||
share/apps/lskat/grafix/400017.png
|
||||
share/apps/lskat/grafix/400018.png
|
||||
share/apps/lskat/grafix/400019.png
|
||||
share/apps/lskat/grafix/400020.png
|
||||
share/apps/lskat/grafix/400021.png
|
||||
share/apps/lskat/grafix/400022.png
|
||||
share/apps/lskat/grafix/400023.png
|
||||
share/apps/lskat/grafix/400024.png
|
||||
share/apps/lskat/grafix/5.png
|
||||
share/apps/lskat/grafix/6.png
|
||||
share/apps/lskat/grafix/7.png
|
||||
share/apps/lskat/grafix/8.png
|
||||
share/apps/lskat/grafix/9.png
|
||||
share/apps/lskat/grafix/background.png
|
||||
share/apps/lskat/grafix/deck1.png
|
||||
share/apps/lskat/grafix/deck2.png
|
||||
share/apps/lskat/grafix/deck3.png
|
||||
share/apps/lskat/grafix/deck4.png
|
||||
share/apps/lskat/grafix/t1.png
|
||||
share/apps/lskat/grafix/t2.png
|
||||
share/apps/lskat/grafix/t3.png
|
||||
share/apps/lskat/grafix/t4.png
|
||||
share/apps/lskat/grafix/t5.png
|
||||
share/apps/lskat/grafix/tback.png
|
||||
share/apps/lskat/grafix/type1.png
|
||||
share/apps/lskat/grafix/type2.png
|
||||
share/apps/lskat/grafix/type3.png
|
||||
share/doc/HTML/en/kabalone/.anchors
|
||||
share/doc/HTML/en/kabalone/authors.html
|
||||
share/doc/HTML/en/kabalone/commandlineoptions.html
|
||||
@ -1148,6 +923,9 @@ share/doc/HTML/en/kasteroids/index.cvlog
|
||||
share/doc/HTML/en/kasteroids/index.docbook
|
||||
share/doc/HTML/en/kasteroids/index.html
|
||||
share/doc/HTML/en/kasteroids/introduction.html
|
||||
share/doc/HTML/en/kasteroids/ship.html
|
||||
share/doc/HTML/en/kasteroids/tips.html
|
||||
share/doc/HTML/en/kasteroids/upgrades.html
|
||||
share/doc/HTML/en/kblackbox/.anchors
|
||||
share/doc/HTML/en/kblackbox/copyright.html
|
||||
share/doc/HTML/en/kblackbox/epilogue.html
|
||||
@ -1171,7 +949,6 @@ share/doc/HTML/en/kjumpingcube/playingkjumpingcube.html
|
||||
share/doc/HTML/en/kjumpingcube/questionsanswersandtips.html
|
||||
share/doc/HTML/en/kjumpingcube/requirements.html
|
||||
share/doc/HTML/en/kmahjongg/.anchors
|
||||
share/doc/HTML/en/kmahjongg/authors.html
|
||||
share/doc/HTML/en/kmahjongg/epilogue.html
|
||||
share/doc/HTML/en/kmahjongg/index.cvlog
|
||||
share/doc/HTML/en/kmahjongg/index.docbook
|
||||
@ -1209,15 +986,22 @@ share/doc/HTML/en/kpat/rulesofthegame.html
|
||||
share/doc/HTML/en/kpat/ten.html
|
||||
share/doc/HTML/en/kpat/the-idiot.html
|
||||
share/doc/HTML/en/kpoker/.anchors
|
||||
share/doc/HTML/en/kpoker/bet.html
|
||||
share/doc/HTML/en/kpoker/copyright.html
|
||||
share/doc/HTML/en/kpoker/epilogue.html
|
||||
share/doc/HTML/en/kpoker/gameplay.html
|
||||
share/doc/HTML/en/kpoker/exchange.html
|
||||
share/doc/HTML/en/kpoker/general-options.html
|
||||
share/doc/HTML/en/kpoker/hands.html
|
||||
share/doc/HTML/en/kpoker/index.cvlog
|
||||
share/doc/HTML/en/kpoker/index.docbook
|
||||
share/doc/HTML/en/kpoker/index.html
|
||||
share/doc/HTML/en/kpoker/introduction.html
|
||||
share/doc/HTML/en/kpoker/one-player-game.html
|
||||
share/doc/HTML/en/kpoker/options.html
|
||||
share/doc/HTML/en/kpoker/raise.html
|
||||
share/doc/HTML/en/kpoker/scoring.html
|
||||
share/doc/HTML/en/kpoker/see.html
|
||||
share/doc/HTML/en/kpoker/two-player-game.html
|
||||
share/doc/HTML/en/kpoker/where-do-i-get-the-latest-version-of-kpoker.html
|
||||
share/doc/HTML/en/kreversi/.anchors
|
||||
share/doc/HTML/en/kreversi/a-minute-to-learn.html
|
||||
@ -1231,22 +1015,26 @@ share/doc/HTML/en/kreversi/introduction.html
|
||||
share/doc/HTML/en/kreversi/rulesofthegame.html
|
||||
share/doc/HTML/en/kreversi/strategyhints.html
|
||||
share/doc/HTML/en/ksame/.anchors
|
||||
share/doc/HTML/en/ksame/authors.html
|
||||
share/doc/HTML/en/ksame/copyright.html
|
||||
share/doc/HTML/en/ksame/epilogue.html
|
||||
share/doc/HTML/en/ksame/index.cvlog
|
||||
share/doc/HTML/en/ksame/index.docbook
|
||||
share/doc/HTML/en/ksame/index.html
|
||||
share/doc/HTML/en/ksame/introduction.html
|
||||
share/doc/HTML/en/ksame/rulesofthegame.html
|
||||
share/doc/HTML/en/ksame/strategyhint.html
|
||||
share/doc/HTML/en/ksame/rules-of-the-game.html
|
||||
share/doc/HTML/en/ksame/strategy-hint.html
|
||||
share/doc/HTML/en/kshisen/.anchors
|
||||
share/doc/HTML/en/kshisen/authors.html
|
||||
share/doc/HTML/en/kshisen/epilogue.html
|
||||
share/doc/HTML/en/kshisen/index.cvlog
|
||||
share/doc/HTML/en/kshisen/compilation.html
|
||||
share/doc/HTML/en/kshisen/configuration.html
|
||||
share/doc/HTML/en/kshisen/credits.html
|
||||
share/doc/HTML/en/kshisen/game-menu.html
|
||||
share/doc/HTML/en/kshisen/index.docbook
|
||||
share/doc/HTML/en/kshisen/index.html
|
||||
share/doc/HTML/en/kshisen/installation.html
|
||||
share/doc/HTML/en/kshisen/introduction.html
|
||||
share/doc/HTML/en/kshisen/key-bindings.html
|
||||
share/doc/HTML/en/kshisen/playing-kshisen.html
|
||||
share/doc/HTML/en/kshisen/requirements.html
|
||||
share/doc/HTML/en/ksirtet/.anchors
|
||||
share/doc/HTML/en/ksirtet/authors.html
|
||||
share/doc/HTML/en/ksirtet/epilogue.html
|
||||
@ -1316,11 +1104,9 @@ share/doc/HTML/en/ktron/requirements.html
|
||||
share/doc/HTML/en/ktron/usingkeyboard.html
|
||||
share/doc/HTML/en/ktuberling/.anchors
|
||||
share/doc/HTML/en/ktuberling/compilation-and-installation.html
|
||||
share/doc/HTML/en/ktuberling/credits.html
|
||||
share/doc/HTML/en/ktuberling/epilogue.html
|
||||
share/doc/HTML/en/ktuberling/for-programmers.html
|
||||
share/doc/HTML/en/ktuberling/for-translators.html
|
||||
share/doc/HTML/en/ktuberling/index.cvlog
|
||||
share/doc/HTML/en/ktuberling/index.docbook
|
||||
share/doc/HTML/en/ktuberling/index.html
|
||||
share/doc/HTML/en/ktuberling/installation.html
|
||||
@ -1329,11 +1115,24 @@ share/doc/HTML/en/ktuberling/keyboard-usage.html
|
||||
share/doc/HTML/en/ktuberling/license.html
|
||||
share/doc/HTML/en/ktuberling/onscreenfundamentals.html
|
||||
share/doc/HTML/en/ktuberling/requirements.html
|
||||
share/doc/HTML/en/ktuberling/technicalreference.html
|
||||
share/doc/HTML/en/ktuberling/technical-reference.html
|
||||
share/doc/HTML/en/ktuberling/the-menu-items.html
|
||||
share/doc/HTML/en/ktuberling/the-tool-bar.html
|
||||
share/doc/HTML/en/lskat/.anchors
|
||||
share/doc/HTML/en/lskat/credits.html
|
||||
share/doc/HTML/en/lskat/index.docbook
|
||||
share/doc/HTML/en/lskat/index.html
|
||||
share/doc/HTML/en/lskat/menus.html
|
||||
share/doc/HTML/en/lskat/overview.html
|
||||
share/doc/HTML/en/lskat/remote-connections.html
|
||||
share/doc/HTML/en/lskat/rules.html
|
||||
share/icons/hicolor/22x22/actions/spnewgame.png
|
||||
share/icons/hicolor/22x22/actions/spnewround.png
|
||||
share/icons/hicolor/22x22/actions/sppausegame.png
|
||||
share/icons/hicolor/32x32/actions/spnewgame.png
|
||||
share/icons/hicolor/32x32/actions/spnewround.png
|
||||
share/icons/hicolor/32x32/actions/sppausegame.png
|
||||
share/icons/hicolor/32x32/apps/kabalone.png
|
||||
share/icons/hicolor/32x32/apps/kasteroids.png
|
||||
share/icons/hicolor/32x32/apps/kblackbox.png
|
||||
share/icons/hicolor/32x32/apps/kmahjongg.png
|
||||
share/icons/hicolor/32x32/apps/kmines.png
|
||||
@ -1347,8 +1146,8 @@ share/icons/hicolor/32x32/apps/ksirtet.png
|
||||
share/icons/hicolor/32x32/apps/ksmiletris.png
|
||||
share/icons/hicolor/32x32/apps/ksnake.png
|
||||
share/icons/hicolor/32x32/apps/ksokoban.png
|
||||
share/icons/hicolor/32x32/apps/lskat.png
|
||||
share/icons/hicolor/48x48/apps/kabalone.png
|
||||
share/icons/hicolor/48x48/apps/kasteroids.png
|
||||
share/icons/hicolor/48x48/apps/kblackbox.png
|
||||
share/icons/hicolor/48x48/apps/kmahjongg.png
|
||||
share/icons/hicolor/48x48/apps/kmines.png
|
||||
@ -1362,8 +1161,11 @@ share/icons/hicolor/48x48/apps/ksirtet.png
|
||||
share/icons/hicolor/48x48/apps/ksmiletris.png
|
||||
share/icons/hicolor/48x48/apps/ksnake.png
|
||||
share/icons/hicolor/48x48/apps/ksokoban.png
|
||||
share/icons/hicolor/48x48/apps/lskat.png
|
||||
share/icons/locolor/16x16/actions/spnewgame.png
|
||||
share/icons/locolor/16x16/actions/spnewround.png
|
||||
share/icons/locolor/16x16/actions/sppausegame.png
|
||||
share/icons/locolor/16x16/apps/kabalone.png
|
||||
share/icons/locolor/16x16/apps/kasteroids.png
|
||||
share/icons/locolor/16x16/apps/kblackbox.png
|
||||
share/icons/locolor/16x16/apps/kjumpingcube.png
|
||||
share/icons/locolor/16x16/apps/kmahjongg.png
|
||||
@ -1380,8 +1182,8 @@ share/icons/locolor/16x16/apps/ksnake.png
|
||||
share/icons/locolor/16x16/apps/ksokoban.png
|
||||
share/icons/locolor/16x16/apps/kspaceduel.png
|
||||
share/icons/locolor/16x16/apps/ktron.png
|
||||
share/icons/locolor/16x16/apps/lskat.png
|
||||
share/icons/locolor/32x32/apps/kabalone.png
|
||||
share/icons/locolor/32x32/apps/kasteroids.png
|
||||
share/icons/locolor/32x32/apps/katomic.png
|
||||
share/icons/locolor/32x32/apps/kblackbox.png
|
||||
share/icons/locolor/32x32/apps/kjumpingcube.png
|
||||
@ -1400,35 +1202,8 @@ share/icons/locolor/32x32/apps/ksokoban.png
|
||||
share/icons/locolor/32x32/apps/kspaceduel.png
|
||||
share/icons/locolor/32x32/apps/ktron.png
|
||||
share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@unexec rm -f %D/share/doc/HTML/en/kabalone/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kasteroids/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kblackbox/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kjumpingcube/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kmahjongg/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kmines/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/konquest/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpat/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpoker/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kreversi/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksame/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kshisen/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksirtet/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksmiletris/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksnake/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksokoban/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kspaceduel/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ktron/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ktuberling/common
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@dirrm share/icons/locolor/16x16/apps
|
||||
@dirrm share/icons/locolor/16x16
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
@dirrm share/icons/hicolor/48x48
|
||||
@dirrm share/icons/hicolor/32x32/apps
|
||||
@dirrm share/icons/hicolor/32x32
|
||||
@dirrm share/icons/hicolor
|
||||
share/icons/locolor/32x32/apps/lskat.png
|
||||
@dirrm share/doc/HTML/en/lskat
|
||||
@dirrm share/doc/HTML/en/ktuberling
|
||||
@dirrm share/doc/HTML/en/ktron
|
||||
@dirrm share/doc/HTML/en/kspaceduel
|
||||
@ -1448,6 +1223,8 @@ share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@dirrm share/doc/HTML/en/kblackbox
|
||||
@dirrm share/doc/HTML/en/kasteroids
|
||||
@dirrm share/doc/HTML/en/kabalone
|
||||
@dirrm share/apps/lskat/grafix
|
||||
@dirrm share/apps/lskat
|
||||
@dirrm share/apps/ktuberling/sounds/en
|
||||
@dirrm share/apps/ktuberling/sounds
|
||||
@dirrm share/apps/ktuberling/pics
|
||||
@ -1461,15 +1238,6 @@ share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@dirrm share/apps/kspaceduel/sprites/playerinfo
|
||||
@dirrm share/apps/kspaceduel/sprites/explosion
|
||||
@dirrm share/apps/kspaceduel/sprites
|
||||
@dirrm share/apps/kspaceduel/icons/locolor/16x16/actions
|
||||
@dirrm share/apps/kspaceduel/icons/locolor/16x16
|
||||
@dirrm share/apps/kspaceduel/icons/locolor
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/32x32
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/22x22
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor
|
||||
@dirrm share/apps/kspaceduel/icons
|
||||
@dirrm share/apps/kspaceduel
|
||||
@dirrm share/apps/ksnake/pics
|
||||
@dirrm share/apps/ksnake/levels
|
||||
@ -1502,13 +1270,5 @@ share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@dirrm share/apps/katomic/pics
|
||||
@dirrm share/apps/katomic/levels
|
||||
@dirrm share/apps/katomic
|
||||
@dirrm share/apps/kasteroids/sprites/ship
|
||||
@dirrm share/apps/kasteroids/sprites/rock3
|
||||
@dirrm share/apps/kasteroids/sprites/rock2
|
||||
@dirrm share/apps/kasteroids/sprites/rock1
|
||||
@dirrm share/apps/kasteroids/sprites/missile
|
||||
@dirrm share/apps/kasteroids/sprites/bits
|
||||
@dirrm share/apps/kasteroids/sprites
|
||||
@dirrm share/apps/kasteroids
|
||||
@dirrm share/apps/kabalone/toolbar
|
||||
@dirrm share/apps/kabalone
|
||||
|
@ -6,25 +6,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdegames
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= games kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdegames
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_NEWGCC= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${X11BASE}/lib -lqt2 -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdegames-1.90.tar.bz2) = ddd5d9af93341e68328a9db0f3de6073
|
||||
MD5 (kdegames-20000724A.tar.bz2) = e67bac23600fe51dfd10522c2a87c6ea
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/kabalone
|
||||
bin/kasteroids
|
||||
bin/katomic
|
||||
bin/kblackbox
|
||||
bin/kfouleggs
|
||||
@ -19,8 +18,9 @@ bin/ksokoban
|
||||
bin/kspaceduel
|
||||
bin/ktron
|
||||
bin/ktuberling
|
||||
bin/lskat
|
||||
bin/lskatproc
|
||||
share/applnk/Games/kabalone.desktop
|
||||
share/applnk/Games/kasteroids.desktop
|
||||
share/applnk/Games/katomic.desktop
|
||||
share/applnk/Games/kblackbox.desktop
|
||||
share/applnk/Games/kfouleggs.desktop
|
||||
@ -40,6 +40,7 @@ share/applnk/Games/ksokoban.desktop
|
||||
share/applnk/Games/kspaceduel.desktop
|
||||
share/applnk/Games/ktron.desktop
|
||||
share/applnk/Games/ktuberling.desktop
|
||||
share/applnk/Games/lskat.desktop
|
||||
share/apps/kabalone/kabaloneui.rc
|
||||
share/apps/kabalone/toolbar/edit.xpm
|
||||
share/apps/kabalone/toolbar/hint.xpm
|
||||
@ -56,298 +57,7 @@ share/apps/kabalone/toolbar/stop.xpm
|
||||
share/apps/kabalone/toolbar/undo.xpm
|
||||
share/apps/kabalone/toolbar/warning.xpm
|
||||
share/apps/kabalone/toolbar/yellowball.xpm
|
||||
share/apps/kasteroids/sprites/.pbm
|
||||
share/apps/kasteroids/sprites/bg.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits0.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits0.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits1.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits1.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits10.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits10.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits11.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits11.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits12.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits12.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits13.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits13.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits14.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits14.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits15.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits15.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits2.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits2.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits3.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits3.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits4.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits4.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits5.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits5.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits6.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits6.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits7.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits7.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits8.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits8.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits9.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits9.ppm
|
||||
share/apps/kasteroids/sprites/missile/missile0.pbm
|
||||
share/apps/kasteroids/sprites/missile/missile0.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-0.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-0.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-1.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-1.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-10.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-10.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-11.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-11.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-12.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-12.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-13.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-13.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-14.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-14.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-15.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-15.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-16.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-16.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-17.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-17.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-18.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-18.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-19.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-19.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-2.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-2.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-20.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-20.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-21.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-21.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-22.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-22.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-23.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-23.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-24.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-24.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-25.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-25.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-26.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-26.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-27.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-27.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-28.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-28.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-29.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-29.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-3.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-3.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-30.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-30.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-31.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-31.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-4.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-4.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-5.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-5.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-6.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-6.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-7.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-7.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-8.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-8.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-9.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-9.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-0.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-0.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-1.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-1.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-10.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-10.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-11.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-11.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-12.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-12.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-13.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-13.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-14.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-14.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-15.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-15.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-16.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-16.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-17.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-17.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-18.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-18.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-19.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-19.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-2.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-2.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-20.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-20.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-21.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-21.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-22.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-22.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-23.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-23.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-24.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-24.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-25.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-25.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-26.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-26.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-27.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-27.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-28.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-28.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-29.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-29.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-3.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-3.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-30.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-30.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-31.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-31.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-4.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-4.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-5.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-5.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-6.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-6.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-7.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-7.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-8.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-8.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-9.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-9.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-0.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-0.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-1.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-1.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-10.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-10.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-11.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-11.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-12.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-12.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-13.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-13.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-14.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-14.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-15.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-15.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-16.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-16.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-17.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-17.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-18.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-18.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-19.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-19.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-2.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-2.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-20.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-20.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-21.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-21.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-22.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-22.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-23.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-23.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-24.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-24.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-25.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-25.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-26.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-26.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-27.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-27.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-28.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-28.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-29.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-29.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-3.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-3.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-30.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-30.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-31.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-31.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-4.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-4.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-5.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-5.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-6.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-6.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-7.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-7.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-8.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-8.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-9.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-9.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship0.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship0.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship1.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship1.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship10.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship10.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship11.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship11.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship12.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship12.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship13.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship13.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship14.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship14.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship15.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship15.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship16.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship16.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship17.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship17.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship18.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship18.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship19.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship19.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship2.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship2.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship20.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship20.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship21.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship21.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship22.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship22.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship23.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship23.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship24.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship24.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship25.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship25.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship26.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship26.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship27.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship27.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship28.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship28.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship29.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship29.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship3.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship3.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship30.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship30.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship31.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship31.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship4.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship4.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship5.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship5.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship6.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship6.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship7.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship7.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship8.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship8.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship9.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship9.ppm
|
||||
share/apps/katomic/katomicui.rc
|
||||
share/apps/katomic/levels/level_1
|
||||
share/apps/katomic/levels/level_10
|
||||
share/apps/katomic/levels/level_11
|
||||
@ -462,6 +172,7 @@ share/apps/konquest/pics/planet7.xpm
|
||||
share/apps/konquest/pics/planet8.xpm
|
||||
share/apps/konquest/pics/planet9.xpm
|
||||
share/apps/konquest/pics/ruler.xpm
|
||||
share/apps/kpat/kpatui.rc
|
||||
share/apps/kpat/pics/1.png
|
||||
share/apps/kpat/pics/10.png
|
||||
share/apps/kpat/pics/11.png
|
||||
@ -514,6 +225,7 @@ share/apps/kpat/pics/6.png
|
||||
share/apps/kpat/pics/7.png
|
||||
share/apps/kpat/pics/8.png
|
||||
share/apps/kpat/pics/9.png
|
||||
share/apps/kpat/pics/back0.png
|
||||
share/apps/kpat/pics/back1.png
|
||||
share/apps/kpat/pics/back2.png
|
||||
share/apps/kpat/pics/back3.png
|
||||
@ -599,8 +311,8 @@ share/apps/kreversi/pics/zoomout.xpm
|
||||
share/apps/kreversi/sounds/reversi-click.wav
|
||||
share/apps/kreversi/sounds/reversi-lost.wav
|
||||
share/apps/kreversi/sounds/reversi-won.wav
|
||||
share/apps/ksame/ksameui.rc
|
||||
share/apps/ksame/stones.png
|
||||
share/apps/ksame/stones_mask.png
|
||||
share/apps/kshisen/kshisen.xpm
|
||||
share/apps/kshisen/kshisen_bgnd.xpm
|
||||
share/apps/kshisen/mask.xpm
|
||||
@ -654,16 +366,17 @@ share/apps/ksmiletris/data/cleared-c.bmp
|
||||
share/apps/ksmiletris/data/pause.bmp
|
||||
share/apps/ksmiletris/sounds/break.wav
|
||||
share/apps/ksmiletris/sounds/clear.wav
|
||||
share/apps/ksnake/backgrounds/Bark.xpm
|
||||
share/apps/ksnake/backgrounds/Blue_Carpet.xpm
|
||||
share/apps/ksnake/backgrounds/Dark_Wood.xpm
|
||||
share/apps/ksnake/backgrounds/Granite.xpm
|
||||
share/apps/ksnake/backgrounds/Green_Carpet.xpm
|
||||
share/apps/ksnake/backgrounds/Mystique.xpm
|
||||
share/apps/ksnake/backgrounds/Rope_Weave.xpm
|
||||
share/apps/ksnake/backgrounds/Volcanic.xpm
|
||||
share/apps/ksnake/backgrounds/Wood.xpm
|
||||
share/apps/ksnake/backgrounds/Bark.png
|
||||
share/apps/ksnake/backgrounds/Blue_Carpet.png
|
||||
share/apps/ksnake/backgrounds/Dark_Wood.png
|
||||
share/apps/ksnake/backgrounds/Granite.png
|
||||
share/apps/ksnake/backgrounds/Green_Carpet.png
|
||||
share/apps/ksnake/backgrounds/Mystique.png
|
||||
share/apps/ksnake/backgrounds/Rope_Weave.png
|
||||
share/apps/ksnake/backgrounds/Volcanic.png
|
||||
share/apps/ksnake/backgrounds/Wood.png
|
||||
share/apps/ksnake/highScores
|
||||
share/apps/ksnake/ksnakeui.rc
|
||||
share/apps/ksnake/levels/room01
|
||||
share/apps/ksnake/levels/room02
|
||||
share/apps/ksnake/levels/room03
|
||||
@ -689,25 +402,16 @@ share/apps/ksnake/levels/room22
|
||||
share/apps/ksnake/levels/room23
|
||||
share/apps/ksnake/levels/room24
|
||||
share/apps/ksnake/levels/room25
|
||||
share/apps/ksnake/pics/apples.xpm
|
||||
share/apps/ksnake/pics/ball.xpm
|
||||
share/apps/ksnake/pics/brick.xpm
|
||||
share/apps/ksnake/pics/down.xpm
|
||||
share/apps/ksnake/pics/left.xpm
|
||||
share/apps/ksnake/pics/right.xpm
|
||||
share/apps/ksnake/pics/samy.xpm
|
||||
share/apps/ksnake/pics/snake1.xpm
|
||||
share/apps/ksnake/pics/snake2.xpm
|
||||
share/apps/ksnake/pics/up.xpm
|
||||
share/apps/kspaceduel/icons/hicolor/22x22/actions/newgame.png
|
||||
share/apps/kspaceduel/icons/hicolor/22x22/actions/newround.png
|
||||
share/apps/kspaceduel/icons/hicolor/22x22/actions/pausegame.png
|
||||
share/apps/kspaceduel/icons/hicolor/32x32/actions/newgame.png
|
||||
share/apps/kspaceduel/icons/hicolor/32x32/actions/newround.png
|
||||
share/apps/kspaceduel/icons/hicolor/32x32/actions/pausegame.png
|
||||
share/apps/kspaceduel/icons/locolor/16x16/actions/newgame.png
|
||||
share/apps/kspaceduel/icons/locolor/16x16/actions/newround.png
|
||||
share/apps/kspaceduel/icons/locolor/16x16/actions/pausegame.png
|
||||
share/apps/ksnake/pics/apples.png
|
||||
share/apps/ksnake/pics/ball.png
|
||||
share/apps/ksnake/pics/brick.png
|
||||
share/apps/ksnake/pics/down.png
|
||||
share/apps/ksnake/pics/left.png
|
||||
share/apps/ksnake/pics/right.png
|
||||
share/apps/ksnake/pics/samy.png
|
||||
share/apps/ksnake/pics/snake1.png
|
||||
share/apps/ksnake/pics/snake2.png
|
||||
share/apps/ksnake/pics/up.png
|
||||
share/apps/kspaceduel/kspaceduelui.rc
|
||||
share/apps/kspaceduel/sprites/backgr.png
|
||||
share/apps/kspaceduel/sprites/explosion/explos00.pbm
|
||||
@ -1129,6 +833,77 @@ share/apps/ktuberling/sounds/en/spectacles.wav
|
||||
share/apps/ktuberling/sounds/en/sunglasses.wav
|
||||
share/apps/ktuberling/sounds/en/tuberling.wav
|
||||
share/apps/ktuberling/sounds/en/watch.wav
|
||||
share/apps/lskat/grafix/1.png
|
||||
share/apps/lskat/grafix/10.png
|
||||
share/apps/lskat/grafix/11.png
|
||||
share/apps/lskat/grafix/12.png
|
||||
share/apps/lskat/grafix/13.png
|
||||
share/apps/lskat/grafix/14.png
|
||||
share/apps/lskat/grafix/15.png
|
||||
share/apps/lskat/grafix/16.png
|
||||
share/apps/lskat/grafix/17.png
|
||||
share/apps/lskat/grafix/18.png
|
||||
share/apps/lskat/grafix/19.png
|
||||
share/apps/lskat/grafix/2.png
|
||||
share/apps/lskat/grafix/20.png
|
||||
share/apps/lskat/grafix/21.png
|
||||
share/apps/lskat/grafix/22.png
|
||||
share/apps/lskat/grafix/23.png
|
||||
share/apps/lskat/grafix/24.png
|
||||
share/apps/lskat/grafix/25.png
|
||||
share/apps/lskat/grafix/26.png
|
||||
share/apps/lskat/grafix/27.png
|
||||
share/apps/lskat/grafix/28.png
|
||||
share/apps/lskat/grafix/29.png
|
||||
share/apps/lskat/grafix/3.png
|
||||
share/apps/lskat/grafix/30.png
|
||||
share/apps/lskat/grafix/31.png
|
||||
share/apps/lskat/grafix/32.png
|
||||
share/apps/lskat/grafix/4.png
|
||||
share/apps/lskat/grafix/400000.png
|
||||
share/apps/lskat/grafix/400001.png
|
||||
share/apps/lskat/grafix/400002.png
|
||||
share/apps/lskat/grafix/400003.png
|
||||
share/apps/lskat/grafix/400004.png
|
||||
share/apps/lskat/grafix/400005.png
|
||||
share/apps/lskat/grafix/400006.png
|
||||
share/apps/lskat/grafix/400007.png
|
||||
share/apps/lskat/grafix/400008.png
|
||||
share/apps/lskat/grafix/400009.png
|
||||
share/apps/lskat/grafix/400010.png
|
||||
share/apps/lskat/grafix/400011.png
|
||||
share/apps/lskat/grafix/400012.png
|
||||
share/apps/lskat/grafix/400013.png
|
||||
share/apps/lskat/grafix/400014.png
|
||||
share/apps/lskat/grafix/400015.png
|
||||
share/apps/lskat/grafix/400016.png
|
||||
share/apps/lskat/grafix/400017.png
|
||||
share/apps/lskat/grafix/400018.png
|
||||
share/apps/lskat/grafix/400019.png
|
||||
share/apps/lskat/grafix/400020.png
|
||||
share/apps/lskat/grafix/400021.png
|
||||
share/apps/lskat/grafix/400022.png
|
||||
share/apps/lskat/grafix/400023.png
|
||||
share/apps/lskat/grafix/400024.png
|
||||
share/apps/lskat/grafix/5.png
|
||||
share/apps/lskat/grafix/6.png
|
||||
share/apps/lskat/grafix/7.png
|
||||
share/apps/lskat/grafix/8.png
|
||||
share/apps/lskat/grafix/9.png
|
||||
share/apps/lskat/grafix/background.png
|
||||
share/apps/lskat/grafix/deck1.png
|
||||
share/apps/lskat/grafix/deck2.png
|
||||
share/apps/lskat/grafix/deck3.png
|
||||
share/apps/lskat/grafix/deck4.png
|
||||
share/apps/lskat/grafix/t1.png
|
||||
share/apps/lskat/grafix/t2.png
|
||||
share/apps/lskat/grafix/t3.png
|
||||
share/apps/lskat/grafix/t4.png
|
||||
share/apps/lskat/grafix/t5.png
|
||||
share/apps/lskat/grafix/tback.png
|
||||
share/apps/lskat/grafix/type1.png
|
||||
share/apps/lskat/grafix/type2.png
|
||||
share/apps/lskat/grafix/type3.png
|
||||
share/doc/HTML/en/kabalone/.anchors
|
||||
share/doc/HTML/en/kabalone/authors.html
|
||||
share/doc/HTML/en/kabalone/commandlineoptions.html
|
||||
@ -1148,6 +923,9 @@ share/doc/HTML/en/kasteroids/index.cvlog
|
||||
share/doc/HTML/en/kasteroids/index.docbook
|
||||
share/doc/HTML/en/kasteroids/index.html
|
||||
share/doc/HTML/en/kasteroids/introduction.html
|
||||
share/doc/HTML/en/kasteroids/ship.html
|
||||
share/doc/HTML/en/kasteroids/tips.html
|
||||
share/doc/HTML/en/kasteroids/upgrades.html
|
||||
share/doc/HTML/en/kblackbox/.anchors
|
||||
share/doc/HTML/en/kblackbox/copyright.html
|
||||
share/doc/HTML/en/kblackbox/epilogue.html
|
||||
@ -1171,7 +949,6 @@ share/doc/HTML/en/kjumpingcube/playingkjumpingcube.html
|
||||
share/doc/HTML/en/kjumpingcube/questionsanswersandtips.html
|
||||
share/doc/HTML/en/kjumpingcube/requirements.html
|
||||
share/doc/HTML/en/kmahjongg/.anchors
|
||||
share/doc/HTML/en/kmahjongg/authors.html
|
||||
share/doc/HTML/en/kmahjongg/epilogue.html
|
||||
share/doc/HTML/en/kmahjongg/index.cvlog
|
||||
share/doc/HTML/en/kmahjongg/index.docbook
|
||||
@ -1209,15 +986,22 @@ share/doc/HTML/en/kpat/rulesofthegame.html
|
||||
share/doc/HTML/en/kpat/ten.html
|
||||
share/doc/HTML/en/kpat/the-idiot.html
|
||||
share/doc/HTML/en/kpoker/.anchors
|
||||
share/doc/HTML/en/kpoker/bet.html
|
||||
share/doc/HTML/en/kpoker/copyright.html
|
||||
share/doc/HTML/en/kpoker/epilogue.html
|
||||
share/doc/HTML/en/kpoker/gameplay.html
|
||||
share/doc/HTML/en/kpoker/exchange.html
|
||||
share/doc/HTML/en/kpoker/general-options.html
|
||||
share/doc/HTML/en/kpoker/hands.html
|
||||
share/doc/HTML/en/kpoker/index.cvlog
|
||||
share/doc/HTML/en/kpoker/index.docbook
|
||||
share/doc/HTML/en/kpoker/index.html
|
||||
share/doc/HTML/en/kpoker/introduction.html
|
||||
share/doc/HTML/en/kpoker/one-player-game.html
|
||||
share/doc/HTML/en/kpoker/options.html
|
||||
share/doc/HTML/en/kpoker/raise.html
|
||||
share/doc/HTML/en/kpoker/scoring.html
|
||||
share/doc/HTML/en/kpoker/see.html
|
||||
share/doc/HTML/en/kpoker/two-player-game.html
|
||||
share/doc/HTML/en/kpoker/where-do-i-get-the-latest-version-of-kpoker.html
|
||||
share/doc/HTML/en/kreversi/.anchors
|
||||
share/doc/HTML/en/kreversi/a-minute-to-learn.html
|
||||
@ -1231,22 +1015,26 @@ share/doc/HTML/en/kreversi/introduction.html
|
||||
share/doc/HTML/en/kreversi/rulesofthegame.html
|
||||
share/doc/HTML/en/kreversi/strategyhints.html
|
||||
share/doc/HTML/en/ksame/.anchors
|
||||
share/doc/HTML/en/ksame/authors.html
|
||||
share/doc/HTML/en/ksame/copyright.html
|
||||
share/doc/HTML/en/ksame/epilogue.html
|
||||
share/doc/HTML/en/ksame/index.cvlog
|
||||
share/doc/HTML/en/ksame/index.docbook
|
||||
share/doc/HTML/en/ksame/index.html
|
||||
share/doc/HTML/en/ksame/introduction.html
|
||||
share/doc/HTML/en/ksame/rulesofthegame.html
|
||||
share/doc/HTML/en/ksame/strategyhint.html
|
||||
share/doc/HTML/en/ksame/rules-of-the-game.html
|
||||
share/doc/HTML/en/ksame/strategy-hint.html
|
||||
share/doc/HTML/en/kshisen/.anchors
|
||||
share/doc/HTML/en/kshisen/authors.html
|
||||
share/doc/HTML/en/kshisen/epilogue.html
|
||||
share/doc/HTML/en/kshisen/index.cvlog
|
||||
share/doc/HTML/en/kshisen/compilation.html
|
||||
share/doc/HTML/en/kshisen/configuration.html
|
||||
share/doc/HTML/en/kshisen/credits.html
|
||||
share/doc/HTML/en/kshisen/game-menu.html
|
||||
share/doc/HTML/en/kshisen/index.docbook
|
||||
share/doc/HTML/en/kshisen/index.html
|
||||
share/doc/HTML/en/kshisen/installation.html
|
||||
share/doc/HTML/en/kshisen/introduction.html
|
||||
share/doc/HTML/en/kshisen/key-bindings.html
|
||||
share/doc/HTML/en/kshisen/playing-kshisen.html
|
||||
share/doc/HTML/en/kshisen/requirements.html
|
||||
share/doc/HTML/en/ksirtet/.anchors
|
||||
share/doc/HTML/en/ksirtet/authors.html
|
||||
share/doc/HTML/en/ksirtet/epilogue.html
|
||||
@ -1316,11 +1104,9 @@ share/doc/HTML/en/ktron/requirements.html
|
||||
share/doc/HTML/en/ktron/usingkeyboard.html
|
||||
share/doc/HTML/en/ktuberling/.anchors
|
||||
share/doc/HTML/en/ktuberling/compilation-and-installation.html
|
||||
share/doc/HTML/en/ktuberling/credits.html
|
||||
share/doc/HTML/en/ktuberling/epilogue.html
|
||||
share/doc/HTML/en/ktuberling/for-programmers.html
|
||||
share/doc/HTML/en/ktuberling/for-translators.html
|
||||
share/doc/HTML/en/ktuberling/index.cvlog
|
||||
share/doc/HTML/en/ktuberling/index.docbook
|
||||
share/doc/HTML/en/ktuberling/index.html
|
||||
share/doc/HTML/en/ktuberling/installation.html
|
||||
@ -1329,11 +1115,24 @@ share/doc/HTML/en/ktuberling/keyboard-usage.html
|
||||
share/doc/HTML/en/ktuberling/license.html
|
||||
share/doc/HTML/en/ktuberling/onscreenfundamentals.html
|
||||
share/doc/HTML/en/ktuberling/requirements.html
|
||||
share/doc/HTML/en/ktuberling/technicalreference.html
|
||||
share/doc/HTML/en/ktuberling/technical-reference.html
|
||||
share/doc/HTML/en/ktuberling/the-menu-items.html
|
||||
share/doc/HTML/en/ktuberling/the-tool-bar.html
|
||||
share/doc/HTML/en/lskat/.anchors
|
||||
share/doc/HTML/en/lskat/credits.html
|
||||
share/doc/HTML/en/lskat/index.docbook
|
||||
share/doc/HTML/en/lskat/index.html
|
||||
share/doc/HTML/en/lskat/menus.html
|
||||
share/doc/HTML/en/lskat/overview.html
|
||||
share/doc/HTML/en/lskat/remote-connections.html
|
||||
share/doc/HTML/en/lskat/rules.html
|
||||
share/icons/hicolor/22x22/actions/spnewgame.png
|
||||
share/icons/hicolor/22x22/actions/spnewround.png
|
||||
share/icons/hicolor/22x22/actions/sppausegame.png
|
||||
share/icons/hicolor/32x32/actions/spnewgame.png
|
||||
share/icons/hicolor/32x32/actions/spnewround.png
|
||||
share/icons/hicolor/32x32/actions/sppausegame.png
|
||||
share/icons/hicolor/32x32/apps/kabalone.png
|
||||
share/icons/hicolor/32x32/apps/kasteroids.png
|
||||
share/icons/hicolor/32x32/apps/kblackbox.png
|
||||
share/icons/hicolor/32x32/apps/kmahjongg.png
|
||||
share/icons/hicolor/32x32/apps/kmines.png
|
||||
@ -1347,8 +1146,8 @@ share/icons/hicolor/32x32/apps/ksirtet.png
|
||||
share/icons/hicolor/32x32/apps/ksmiletris.png
|
||||
share/icons/hicolor/32x32/apps/ksnake.png
|
||||
share/icons/hicolor/32x32/apps/ksokoban.png
|
||||
share/icons/hicolor/32x32/apps/lskat.png
|
||||
share/icons/hicolor/48x48/apps/kabalone.png
|
||||
share/icons/hicolor/48x48/apps/kasteroids.png
|
||||
share/icons/hicolor/48x48/apps/kblackbox.png
|
||||
share/icons/hicolor/48x48/apps/kmahjongg.png
|
||||
share/icons/hicolor/48x48/apps/kmines.png
|
||||
@ -1362,8 +1161,11 @@ share/icons/hicolor/48x48/apps/ksirtet.png
|
||||
share/icons/hicolor/48x48/apps/ksmiletris.png
|
||||
share/icons/hicolor/48x48/apps/ksnake.png
|
||||
share/icons/hicolor/48x48/apps/ksokoban.png
|
||||
share/icons/hicolor/48x48/apps/lskat.png
|
||||
share/icons/locolor/16x16/actions/spnewgame.png
|
||||
share/icons/locolor/16x16/actions/spnewround.png
|
||||
share/icons/locolor/16x16/actions/sppausegame.png
|
||||
share/icons/locolor/16x16/apps/kabalone.png
|
||||
share/icons/locolor/16x16/apps/kasteroids.png
|
||||
share/icons/locolor/16x16/apps/kblackbox.png
|
||||
share/icons/locolor/16x16/apps/kjumpingcube.png
|
||||
share/icons/locolor/16x16/apps/kmahjongg.png
|
||||
@ -1380,8 +1182,8 @@ share/icons/locolor/16x16/apps/ksnake.png
|
||||
share/icons/locolor/16x16/apps/ksokoban.png
|
||||
share/icons/locolor/16x16/apps/kspaceduel.png
|
||||
share/icons/locolor/16x16/apps/ktron.png
|
||||
share/icons/locolor/16x16/apps/lskat.png
|
||||
share/icons/locolor/32x32/apps/kabalone.png
|
||||
share/icons/locolor/32x32/apps/kasteroids.png
|
||||
share/icons/locolor/32x32/apps/katomic.png
|
||||
share/icons/locolor/32x32/apps/kblackbox.png
|
||||
share/icons/locolor/32x32/apps/kjumpingcube.png
|
||||
@ -1400,35 +1202,8 @@ share/icons/locolor/32x32/apps/ksokoban.png
|
||||
share/icons/locolor/32x32/apps/kspaceduel.png
|
||||
share/icons/locolor/32x32/apps/ktron.png
|
||||
share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@unexec rm -f %D/share/doc/HTML/en/kabalone/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kasteroids/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kblackbox/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kjumpingcube/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kmahjongg/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kmines/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/konquest/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpat/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpoker/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kreversi/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksame/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kshisen/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksirtet/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksmiletris/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksnake/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksokoban/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kspaceduel/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ktron/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ktuberling/common
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@dirrm share/icons/locolor/16x16/apps
|
||||
@dirrm share/icons/locolor/16x16
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
@dirrm share/icons/hicolor/48x48
|
||||
@dirrm share/icons/hicolor/32x32/apps
|
||||
@dirrm share/icons/hicolor/32x32
|
||||
@dirrm share/icons/hicolor
|
||||
share/icons/locolor/32x32/apps/lskat.png
|
||||
@dirrm share/doc/HTML/en/lskat
|
||||
@dirrm share/doc/HTML/en/ktuberling
|
||||
@dirrm share/doc/HTML/en/ktron
|
||||
@dirrm share/doc/HTML/en/kspaceduel
|
||||
@ -1448,6 +1223,8 @@ share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@dirrm share/doc/HTML/en/kblackbox
|
||||
@dirrm share/doc/HTML/en/kasteroids
|
||||
@dirrm share/doc/HTML/en/kabalone
|
||||
@dirrm share/apps/lskat/grafix
|
||||
@dirrm share/apps/lskat
|
||||
@dirrm share/apps/ktuberling/sounds/en
|
||||
@dirrm share/apps/ktuberling/sounds
|
||||
@dirrm share/apps/ktuberling/pics
|
||||
@ -1461,15 +1238,6 @@ share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@dirrm share/apps/kspaceduel/sprites/playerinfo
|
||||
@dirrm share/apps/kspaceduel/sprites/explosion
|
||||
@dirrm share/apps/kspaceduel/sprites
|
||||
@dirrm share/apps/kspaceduel/icons/locolor/16x16/actions
|
||||
@dirrm share/apps/kspaceduel/icons/locolor/16x16
|
||||
@dirrm share/apps/kspaceduel/icons/locolor
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/32x32
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/22x22
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor
|
||||
@dirrm share/apps/kspaceduel/icons
|
||||
@dirrm share/apps/kspaceduel
|
||||
@dirrm share/apps/ksnake/pics
|
||||
@dirrm share/apps/ksnake/levels
|
||||
@ -1502,13 +1270,5 @@ share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@dirrm share/apps/katomic/pics
|
||||
@dirrm share/apps/katomic/levels
|
||||
@dirrm share/apps/katomic
|
||||
@dirrm share/apps/kasteroids/sprites/ship
|
||||
@dirrm share/apps/kasteroids/sprites/rock3
|
||||
@dirrm share/apps/kasteroids/sprites/rock2
|
||||
@dirrm share/apps/kasteroids/sprites/rock1
|
||||
@dirrm share/apps/kasteroids/sprites/missile
|
||||
@dirrm share/apps/kasteroids/sprites/bits
|
||||
@dirrm share/apps/kasteroids/sprites
|
||||
@dirrm share/apps/kasteroids
|
||||
@dirrm share/apps/kabalone/toolbar
|
||||
@dirrm share/apps/kabalone
|
||||
|
@ -6,25 +6,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdegames
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= games kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdegames
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_NEWGCC= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${X11BASE}/lib -lqt2 -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdegames-1.90.tar.bz2) = ddd5d9af93341e68328a9db0f3de6073
|
||||
MD5 (kdegames-20000724A.tar.bz2) = e67bac23600fe51dfd10522c2a87c6ea
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/kabalone
|
||||
bin/kasteroids
|
||||
bin/katomic
|
||||
bin/kblackbox
|
||||
bin/kfouleggs
|
||||
@ -19,8 +18,9 @@ bin/ksokoban
|
||||
bin/kspaceduel
|
||||
bin/ktron
|
||||
bin/ktuberling
|
||||
bin/lskat
|
||||
bin/lskatproc
|
||||
share/applnk/Games/kabalone.desktop
|
||||
share/applnk/Games/kasteroids.desktop
|
||||
share/applnk/Games/katomic.desktop
|
||||
share/applnk/Games/kblackbox.desktop
|
||||
share/applnk/Games/kfouleggs.desktop
|
||||
@ -40,6 +40,7 @@ share/applnk/Games/ksokoban.desktop
|
||||
share/applnk/Games/kspaceduel.desktop
|
||||
share/applnk/Games/ktron.desktop
|
||||
share/applnk/Games/ktuberling.desktop
|
||||
share/applnk/Games/lskat.desktop
|
||||
share/apps/kabalone/kabaloneui.rc
|
||||
share/apps/kabalone/toolbar/edit.xpm
|
||||
share/apps/kabalone/toolbar/hint.xpm
|
||||
@ -56,298 +57,7 @@ share/apps/kabalone/toolbar/stop.xpm
|
||||
share/apps/kabalone/toolbar/undo.xpm
|
||||
share/apps/kabalone/toolbar/warning.xpm
|
||||
share/apps/kabalone/toolbar/yellowball.xpm
|
||||
share/apps/kasteroids/sprites/.pbm
|
||||
share/apps/kasteroids/sprites/bg.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits0.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits0.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits1.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits1.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits10.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits10.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits11.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits11.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits12.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits12.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits13.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits13.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits14.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits14.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits15.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits15.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits2.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits2.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits3.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits3.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits4.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits4.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits5.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits5.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits6.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits6.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits7.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits7.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits8.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits8.ppm
|
||||
share/apps/kasteroids/sprites/bits/bits9.pbm
|
||||
share/apps/kasteroids/sprites/bits/bits9.ppm
|
||||
share/apps/kasteroids/sprites/missile/missile0.pbm
|
||||
share/apps/kasteroids/sprites/missile/missile0.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-0.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-0.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-1.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-1.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-10.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-10.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-11.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-11.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-12.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-12.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-13.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-13.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-14.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-14.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-15.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-15.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-16.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-16.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-17.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-17.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-18.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-18.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-19.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-19.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-2.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-2.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-20.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-20.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-21.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-21.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-22.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-22.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-23.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-23.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-24.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-24.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-25.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-25.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-26.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-26.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-27.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-27.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-28.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-28.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-29.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-29.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-3.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-3.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-30.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-30.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-31.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-31.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-4.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-4.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-5.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-5.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-6.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-6.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-7.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-7.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-8.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-8.ppm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-9.pbm
|
||||
share/apps/kasteroids/sprites/rock1/rock1-9.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-0.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-0.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-1.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-1.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-10.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-10.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-11.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-11.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-12.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-12.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-13.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-13.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-14.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-14.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-15.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-15.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-16.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-16.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-17.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-17.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-18.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-18.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-19.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-19.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-2.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-2.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-20.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-20.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-21.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-21.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-22.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-22.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-23.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-23.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-24.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-24.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-25.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-25.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-26.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-26.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-27.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-27.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-28.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-28.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-29.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-29.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-3.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-3.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-30.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-30.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-31.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-31.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-4.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-4.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-5.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-5.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-6.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-6.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-7.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-7.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-8.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-8.ppm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-9.pbm
|
||||
share/apps/kasteroids/sprites/rock2/rock2-9.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-0.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-0.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-1.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-1.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-10.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-10.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-11.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-11.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-12.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-12.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-13.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-13.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-14.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-14.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-15.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-15.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-16.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-16.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-17.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-17.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-18.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-18.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-19.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-19.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-2.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-2.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-20.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-20.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-21.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-21.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-22.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-22.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-23.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-23.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-24.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-24.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-25.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-25.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-26.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-26.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-27.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-27.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-28.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-28.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-29.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-29.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-3.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-3.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-30.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-30.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-31.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-31.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-4.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-4.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-5.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-5.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-6.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-6.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-7.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-7.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-8.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-8.ppm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-9.pbm
|
||||
share/apps/kasteroids/sprites/rock3/rock3-9.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship0.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship0.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship1.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship1.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship10.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship10.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship11.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship11.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship12.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship12.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship13.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship13.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship14.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship14.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship15.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship15.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship16.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship16.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship17.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship17.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship18.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship18.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship19.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship19.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship2.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship2.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship20.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship20.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship21.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship21.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship22.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship22.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship23.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship23.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship24.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship24.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship25.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship25.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship26.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship26.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship27.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship27.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship28.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship28.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship29.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship29.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship3.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship3.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship30.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship30.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship31.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship31.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship4.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship4.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship5.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship5.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship6.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship6.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship7.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship7.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship8.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship8.ppm
|
||||
share/apps/kasteroids/sprites/ship/ship9.pbm
|
||||
share/apps/kasteroids/sprites/ship/ship9.ppm
|
||||
share/apps/katomic/katomicui.rc
|
||||
share/apps/katomic/levels/level_1
|
||||
share/apps/katomic/levels/level_10
|
||||
share/apps/katomic/levels/level_11
|
||||
@ -462,6 +172,7 @@ share/apps/konquest/pics/planet7.xpm
|
||||
share/apps/konquest/pics/planet8.xpm
|
||||
share/apps/konquest/pics/planet9.xpm
|
||||
share/apps/konquest/pics/ruler.xpm
|
||||
share/apps/kpat/kpatui.rc
|
||||
share/apps/kpat/pics/1.png
|
||||
share/apps/kpat/pics/10.png
|
||||
share/apps/kpat/pics/11.png
|
||||
@ -514,6 +225,7 @@ share/apps/kpat/pics/6.png
|
||||
share/apps/kpat/pics/7.png
|
||||
share/apps/kpat/pics/8.png
|
||||
share/apps/kpat/pics/9.png
|
||||
share/apps/kpat/pics/back0.png
|
||||
share/apps/kpat/pics/back1.png
|
||||
share/apps/kpat/pics/back2.png
|
||||
share/apps/kpat/pics/back3.png
|
||||
@ -599,8 +311,8 @@ share/apps/kreversi/pics/zoomout.xpm
|
||||
share/apps/kreversi/sounds/reversi-click.wav
|
||||
share/apps/kreversi/sounds/reversi-lost.wav
|
||||
share/apps/kreversi/sounds/reversi-won.wav
|
||||
share/apps/ksame/ksameui.rc
|
||||
share/apps/ksame/stones.png
|
||||
share/apps/ksame/stones_mask.png
|
||||
share/apps/kshisen/kshisen.xpm
|
||||
share/apps/kshisen/kshisen_bgnd.xpm
|
||||
share/apps/kshisen/mask.xpm
|
||||
@ -654,16 +366,17 @@ share/apps/ksmiletris/data/cleared-c.bmp
|
||||
share/apps/ksmiletris/data/pause.bmp
|
||||
share/apps/ksmiletris/sounds/break.wav
|
||||
share/apps/ksmiletris/sounds/clear.wav
|
||||
share/apps/ksnake/backgrounds/Bark.xpm
|
||||
share/apps/ksnake/backgrounds/Blue_Carpet.xpm
|
||||
share/apps/ksnake/backgrounds/Dark_Wood.xpm
|
||||
share/apps/ksnake/backgrounds/Granite.xpm
|
||||
share/apps/ksnake/backgrounds/Green_Carpet.xpm
|
||||
share/apps/ksnake/backgrounds/Mystique.xpm
|
||||
share/apps/ksnake/backgrounds/Rope_Weave.xpm
|
||||
share/apps/ksnake/backgrounds/Volcanic.xpm
|
||||
share/apps/ksnake/backgrounds/Wood.xpm
|
||||
share/apps/ksnake/backgrounds/Bark.png
|
||||
share/apps/ksnake/backgrounds/Blue_Carpet.png
|
||||
share/apps/ksnake/backgrounds/Dark_Wood.png
|
||||
share/apps/ksnake/backgrounds/Granite.png
|
||||
share/apps/ksnake/backgrounds/Green_Carpet.png
|
||||
share/apps/ksnake/backgrounds/Mystique.png
|
||||
share/apps/ksnake/backgrounds/Rope_Weave.png
|
||||
share/apps/ksnake/backgrounds/Volcanic.png
|
||||
share/apps/ksnake/backgrounds/Wood.png
|
||||
share/apps/ksnake/highScores
|
||||
share/apps/ksnake/ksnakeui.rc
|
||||
share/apps/ksnake/levels/room01
|
||||
share/apps/ksnake/levels/room02
|
||||
share/apps/ksnake/levels/room03
|
||||
@ -689,25 +402,16 @@ share/apps/ksnake/levels/room22
|
||||
share/apps/ksnake/levels/room23
|
||||
share/apps/ksnake/levels/room24
|
||||
share/apps/ksnake/levels/room25
|
||||
share/apps/ksnake/pics/apples.xpm
|
||||
share/apps/ksnake/pics/ball.xpm
|
||||
share/apps/ksnake/pics/brick.xpm
|
||||
share/apps/ksnake/pics/down.xpm
|
||||
share/apps/ksnake/pics/left.xpm
|
||||
share/apps/ksnake/pics/right.xpm
|
||||
share/apps/ksnake/pics/samy.xpm
|
||||
share/apps/ksnake/pics/snake1.xpm
|
||||
share/apps/ksnake/pics/snake2.xpm
|
||||
share/apps/ksnake/pics/up.xpm
|
||||
share/apps/kspaceduel/icons/hicolor/22x22/actions/newgame.png
|
||||
share/apps/kspaceduel/icons/hicolor/22x22/actions/newround.png
|
||||
share/apps/kspaceduel/icons/hicolor/22x22/actions/pausegame.png
|
||||
share/apps/kspaceduel/icons/hicolor/32x32/actions/newgame.png
|
||||
share/apps/kspaceduel/icons/hicolor/32x32/actions/newround.png
|
||||
share/apps/kspaceduel/icons/hicolor/32x32/actions/pausegame.png
|
||||
share/apps/kspaceduel/icons/locolor/16x16/actions/newgame.png
|
||||
share/apps/kspaceduel/icons/locolor/16x16/actions/newround.png
|
||||
share/apps/kspaceduel/icons/locolor/16x16/actions/pausegame.png
|
||||
share/apps/ksnake/pics/apples.png
|
||||
share/apps/ksnake/pics/ball.png
|
||||
share/apps/ksnake/pics/brick.png
|
||||
share/apps/ksnake/pics/down.png
|
||||
share/apps/ksnake/pics/left.png
|
||||
share/apps/ksnake/pics/right.png
|
||||
share/apps/ksnake/pics/samy.png
|
||||
share/apps/ksnake/pics/snake1.png
|
||||
share/apps/ksnake/pics/snake2.png
|
||||
share/apps/ksnake/pics/up.png
|
||||
share/apps/kspaceduel/kspaceduelui.rc
|
||||
share/apps/kspaceduel/sprites/backgr.png
|
||||
share/apps/kspaceduel/sprites/explosion/explos00.pbm
|
||||
@ -1129,6 +833,77 @@ share/apps/ktuberling/sounds/en/spectacles.wav
|
||||
share/apps/ktuberling/sounds/en/sunglasses.wav
|
||||
share/apps/ktuberling/sounds/en/tuberling.wav
|
||||
share/apps/ktuberling/sounds/en/watch.wav
|
||||
share/apps/lskat/grafix/1.png
|
||||
share/apps/lskat/grafix/10.png
|
||||
share/apps/lskat/grafix/11.png
|
||||
share/apps/lskat/grafix/12.png
|
||||
share/apps/lskat/grafix/13.png
|
||||
share/apps/lskat/grafix/14.png
|
||||
share/apps/lskat/grafix/15.png
|
||||
share/apps/lskat/grafix/16.png
|
||||
share/apps/lskat/grafix/17.png
|
||||
share/apps/lskat/grafix/18.png
|
||||
share/apps/lskat/grafix/19.png
|
||||
share/apps/lskat/grafix/2.png
|
||||
share/apps/lskat/grafix/20.png
|
||||
share/apps/lskat/grafix/21.png
|
||||
share/apps/lskat/grafix/22.png
|
||||
share/apps/lskat/grafix/23.png
|
||||
share/apps/lskat/grafix/24.png
|
||||
share/apps/lskat/grafix/25.png
|
||||
share/apps/lskat/grafix/26.png
|
||||
share/apps/lskat/grafix/27.png
|
||||
share/apps/lskat/grafix/28.png
|
||||
share/apps/lskat/grafix/29.png
|
||||
share/apps/lskat/grafix/3.png
|
||||
share/apps/lskat/grafix/30.png
|
||||
share/apps/lskat/grafix/31.png
|
||||
share/apps/lskat/grafix/32.png
|
||||
share/apps/lskat/grafix/4.png
|
||||
share/apps/lskat/grafix/400000.png
|
||||
share/apps/lskat/grafix/400001.png
|
||||
share/apps/lskat/grafix/400002.png
|
||||
share/apps/lskat/grafix/400003.png
|
||||
share/apps/lskat/grafix/400004.png
|
||||
share/apps/lskat/grafix/400005.png
|
||||
share/apps/lskat/grafix/400006.png
|
||||
share/apps/lskat/grafix/400007.png
|
||||
share/apps/lskat/grafix/400008.png
|
||||
share/apps/lskat/grafix/400009.png
|
||||
share/apps/lskat/grafix/400010.png
|
||||
share/apps/lskat/grafix/400011.png
|
||||
share/apps/lskat/grafix/400012.png
|
||||
share/apps/lskat/grafix/400013.png
|
||||
share/apps/lskat/grafix/400014.png
|
||||
share/apps/lskat/grafix/400015.png
|
||||
share/apps/lskat/grafix/400016.png
|
||||
share/apps/lskat/grafix/400017.png
|
||||
share/apps/lskat/grafix/400018.png
|
||||
share/apps/lskat/grafix/400019.png
|
||||
share/apps/lskat/grafix/400020.png
|
||||
share/apps/lskat/grafix/400021.png
|
||||
share/apps/lskat/grafix/400022.png
|
||||
share/apps/lskat/grafix/400023.png
|
||||
share/apps/lskat/grafix/400024.png
|
||||
share/apps/lskat/grafix/5.png
|
||||
share/apps/lskat/grafix/6.png
|
||||
share/apps/lskat/grafix/7.png
|
||||
share/apps/lskat/grafix/8.png
|
||||
share/apps/lskat/grafix/9.png
|
||||
share/apps/lskat/grafix/background.png
|
||||
share/apps/lskat/grafix/deck1.png
|
||||
share/apps/lskat/grafix/deck2.png
|
||||
share/apps/lskat/grafix/deck3.png
|
||||
share/apps/lskat/grafix/deck4.png
|
||||
share/apps/lskat/grafix/t1.png
|
||||
share/apps/lskat/grafix/t2.png
|
||||
share/apps/lskat/grafix/t3.png
|
||||
share/apps/lskat/grafix/t4.png
|
||||
share/apps/lskat/grafix/t5.png
|
||||
share/apps/lskat/grafix/tback.png
|
||||
share/apps/lskat/grafix/type1.png
|
||||
share/apps/lskat/grafix/type2.png
|
||||
share/apps/lskat/grafix/type3.png
|
||||
share/doc/HTML/en/kabalone/.anchors
|
||||
share/doc/HTML/en/kabalone/authors.html
|
||||
share/doc/HTML/en/kabalone/commandlineoptions.html
|
||||
@ -1148,6 +923,9 @@ share/doc/HTML/en/kasteroids/index.cvlog
|
||||
share/doc/HTML/en/kasteroids/index.docbook
|
||||
share/doc/HTML/en/kasteroids/index.html
|
||||
share/doc/HTML/en/kasteroids/introduction.html
|
||||
share/doc/HTML/en/kasteroids/ship.html
|
||||
share/doc/HTML/en/kasteroids/tips.html
|
||||
share/doc/HTML/en/kasteroids/upgrades.html
|
||||
share/doc/HTML/en/kblackbox/.anchors
|
||||
share/doc/HTML/en/kblackbox/copyright.html
|
||||
share/doc/HTML/en/kblackbox/epilogue.html
|
||||
@ -1171,7 +949,6 @@ share/doc/HTML/en/kjumpingcube/playingkjumpingcube.html
|
||||
share/doc/HTML/en/kjumpingcube/questionsanswersandtips.html
|
||||
share/doc/HTML/en/kjumpingcube/requirements.html
|
||||
share/doc/HTML/en/kmahjongg/.anchors
|
||||
share/doc/HTML/en/kmahjongg/authors.html
|
||||
share/doc/HTML/en/kmahjongg/epilogue.html
|
||||
share/doc/HTML/en/kmahjongg/index.cvlog
|
||||
share/doc/HTML/en/kmahjongg/index.docbook
|
||||
@ -1209,15 +986,22 @@ share/doc/HTML/en/kpat/rulesofthegame.html
|
||||
share/doc/HTML/en/kpat/ten.html
|
||||
share/doc/HTML/en/kpat/the-idiot.html
|
||||
share/doc/HTML/en/kpoker/.anchors
|
||||
share/doc/HTML/en/kpoker/bet.html
|
||||
share/doc/HTML/en/kpoker/copyright.html
|
||||
share/doc/HTML/en/kpoker/epilogue.html
|
||||
share/doc/HTML/en/kpoker/gameplay.html
|
||||
share/doc/HTML/en/kpoker/exchange.html
|
||||
share/doc/HTML/en/kpoker/general-options.html
|
||||
share/doc/HTML/en/kpoker/hands.html
|
||||
share/doc/HTML/en/kpoker/index.cvlog
|
||||
share/doc/HTML/en/kpoker/index.docbook
|
||||
share/doc/HTML/en/kpoker/index.html
|
||||
share/doc/HTML/en/kpoker/introduction.html
|
||||
share/doc/HTML/en/kpoker/one-player-game.html
|
||||
share/doc/HTML/en/kpoker/options.html
|
||||
share/doc/HTML/en/kpoker/raise.html
|
||||
share/doc/HTML/en/kpoker/scoring.html
|
||||
share/doc/HTML/en/kpoker/see.html
|
||||
share/doc/HTML/en/kpoker/two-player-game.html
|
||||
share/doc/HTML/en/kpoker/where-do-i-get-the-latest-version-of-kpoker.html
|
||||
share/doc/HTML/en/kreversi/.anchors
|
||||
share/doc/HTML/en/kreversi/a-minute-to-learn.html
|
||||
@ -1231,22 +1015,26 @@ share/doc/HTML/en/kreversi/introduction.html
|
||||
share/doc/HTML/en/kreversi/rulesofthegame.html
|
||||
share/doc/HTML/en/kreversi/strategyhints.html
|
||||
share/doc/HTML/en/ksame/.anchors
|
||||
share/doc/HTML/en/ksame/authors.html
|
||||
share/doc/HTML/en/ksame/copyright.html
|
||||
share/doc/HTML/en/ksame/epilogue.html
|
||||
share/doc/HTML/en/ksame/index.cvlog
|
||||
share/doc/HTML/en/ksame/index.docbook
|
||||
share/doc/HTML/en/ksame/index.html
|
||||
share/doc/HTML/en/ksame/introduction.html
|
||||
share/doc/HTML/en/ksame/rulesofthegame.html
|
||||
share/doc/HTML/en/ksame/strategyhint.html
|
||||
share/doc/HTML/en/ksame/rules-of-the-game.html
|
||||
share/doc/HTML/en/ksame/strategy-hint.html
|
||||
share/doc/HTML/en/kshisen/.anchors
|
||||
share/doc/HTML/en/kshisen/authors.html
|
||||
share/doc/HTML/en/kshisen/epilogue.html
|
||||
share/doc/HTML/en/kshisen/index.cvlog
|
||||
share/doc/HTML/en/kshisen/compilation.html
|
||||
share/doc/HTML/en/kshisen/configuration.html
|
||||
share/doc/HTML/en/kshisen/credits.html
|
||||
share/doc/HTML/en/kshisen/game-menu.html
|
||||
share/doc/HTML/en/kshisen/index.docbook
|
||||
share/doc/HTML/en/kshisen/index.html
|
||||
share/doc/HTML/en/kshisen/installation.html
|
||||
share/doc/HTML/en/kshisen/introduction.html
|
||||
share/doc/HTML/en/kshisen/key-bindings.html
|
||||
share/doc/HTML/en/kshisen/playing-kshisen.html
|
||||
share/doc/HTML/en/kshisen/requirements.html
|
||||
share/doc/HTML/en/ksirtet/.anchors
|
||||
share/doc/HTML/en/ksirtet/authors.html
|
||||
share/doc/HTML/en/ksirtet/epilogue.html
|
||||
@ -1316,11 +1104,9 @@ share/doc/HTML/en/ktron/requirements.html
|
||||
share/doc/HTML/en/ktron/usingkeyboard.html
|
||||
share/doc/HTML/en/ktuberling/.anchors
|
||||
share/doc/HTML/en/ktuberling/compilation-and-installation.html
|
||||
share/doc/HTML/en/ktuberling/credits.html
|
||||
share/doc/HTML/en/ktuberling/epilogue.html
|
||||
share/doc/HTML/en/ktuberling/for-programmers.html
|
||||
share/doc/HTML/en/ktuberling/for-translators.html
|
||||
share/doc/HTML/en/ktuberling/index.cvlog
|
||||
share/doc/HTML/en/ktuberling/index.docbook
|
||||
share/doc/HTML/en/ktuberling/index.html
|
||||
share/doc/HTML/en/ktuberling/installation.html
|
||||
@ -1329,11 +1115,24 @@ share/doc/HTML/en/ktuberling/keyboard-usage.html
|
||||
share/doc/HTML/en/ktuberling/license.html
|
||||
share/doc/HTML/en/ktuberling/onscreenfundamentals.html
|
||||
share/doc/HTML/en/ktuberling/requirements.html
|
||||
share/doc/HTML/en/ktuberling/technicalreference.html
|
||||
share/doc/HTML/en/ktuberling/technical-reference.html
|
||||
share/doc/HTML/en/ktuberling/the-menu-items.html
|
||||
share/doc/HTML/en/ktuberling/the-tool-bar.html
|
||||
share/doc/HTML/en/lskat/.anchors
|
||||
share/doc/HTML/en/lskat/credits.html
|
||||
share/doc/HTML/en/lskat/index.docbook
|
||||
share/doc/HTML/en/lskat/index.html
|
||||
share/doc/HTML/en/lskat/menus.html
|
||||
share/doc/HTML/en/lskat/overview.html
|
||||
share/doc/HTML/en/lskat/remote-connections.html
|
||||
share/doc/HTML/en/lskat/rules.html
|
||||
share/icons/hicolor/22x22/actions/spnewgame.png
|
||||
share/icons/hicolor/22x22/actions/spnewround.png
|
||||
share/icons/hicolor/22x22/actions/sppausegame.png
|
||||
share/icons/hicolor/32x32/actions/spnewgame.png
|
||||
share/icons/hicolor/32x32/actions/spnewround.png
|
||||
share/icons/hicolor/32x32/actions/sppausegame.png
|
||||
share/icons/hicolor/32x32/apps/kabalone.png
|
||||
share/icons/hicolor/32x32/apps/kasteroids.png
|
||||
share/icons/hicolor/32x32/apps/kblackbox.png
|
||||
share/icons/hicolor/32x32/apps/kmahjongg.png
|
||||
share/icons/hicolor/32x32/apps/kmines.png
|
||||
@ -1347,8 +1146,8 @@ share/icons/hicolor/32x32/apps/ksirtet.png
|
||||
share/icons/hicolor/32x32/apps/ksmiletris.png
|
||||
share/icons/hicolor/32x32/apps/ksnake.png
|
||||
share/icons/hicolor/32x32/apps/ksokoban.png
|
||||
share/icons/hicolor/32x32/apps/lskat.png
|
||||
share/icons/hicolor/48x48/apps/kabalone.png
|
||||
share/icons/hicolor/48x48/apps/kasteroids.png
|
||||
share/icons/hicolor/48x48/apps/kblackbox.png
|
||||
share/icons/hicolor/48x48/apps/kmahjongg.png
|
||||
share/icons/hicolor/48x48/apps/kmines.png
|
||||
@ -1362,8 +1161,11 @@ share/icons/hicolor/48x48/apps/ksirtet.png
|
||||
share/icons/hicolor/48x48/apps/ksmiletris.png
|
||||
share/icons/hicolor/48x48/apps/ksnake.png
|
||||
share/icons/hicolor/48x48/apps/ksokoban.png
|
||||
share/icons/hicolor/48x48/apps/lskat.png
|
||||
share/icons/locolor/16x16/actions/spnewgame.png
|
||||
share/icons/locolor/16x16/actions/spnewround.png
|
||||
share/icons/locolor/16x16/actions/sppausegame.png
|
||||
share/icons/locolor/16x16/apps/kabalone.png
|
||||
share/icons/locolor/16x16/apps/kasteroids.png
|
||||
share/icons/locolor/16x16/apps/kblackbox.png
|
||||
share/icons/locolor/16x16/apps/kjumpingcube.png
|
||||
share/icons/locolor/16x16/apps/kmahjongg.png
|
||||
@ -1380,8 +1182,8 @@ share/icons/locolor/16x16/apps/ksnake.png
|
||||
share/icons/locolor/16x16/apps/ksokoban.png
|
||||
share/icons/locolor/16x16/apps/kspaceduel.png
|
||||
share/icons/locolor/16x16/apps/ktron.png
|
||||
share/icons/locolor/16x16/apps/lskat.png
|
||||
share/icons/locolor/32x32/apps/kabalone.png
|
||||
share/icons/locolor/32x32/apps/kasteroids.png
|
||||
share/icons/locolor/32x32/apps/katomic.png
|
||||
share/icons/locolor/32x32/apps/kblackbox.png
|
||||
share/icons/locolor/32x32/apps/kjumpingcube.png
|
||||
@ -1400,35 +1202,8 @@ share/icons/locolor/32x32/apps/ksokoban.png
|
||||
share/icons/locolor/32x32/apps/kspaceduel.png
|
||||
share/icons/locolor/32x32/apps/ktron.png
|
||||
share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@unexec rm -f %D/share/doc/HTML/en/kabalone/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kasteroids/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kblackbox/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kjumpingcube/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kmahjongg/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kmines/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/konquest/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpat/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kpoker/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kreversi/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksame/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kshisen/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksirtet/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksmiletris/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksnake/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksokoban/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kspaceduel/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ktron/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ktuberling/common
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@dirrm share/icons/locolor/16x16/apps
|
||||
@dirrm share/icons/locolor/16x16
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
@dirrm share/icons/hicolor/48x48
|
||||
@dirrm share/icons/hicolor/32x32/apps
|
||||
@dirrm share/icons/hicolor/32x32
|
||||
@dirrm share/icons/hicolor
|
||||
share/icons/locolor/32x32/apps/lskat.png
|
||||
@dirrm share/doc/HTML/en/lskat
|
||||
@dirrm share/doc/HTML/en/ktuberling
|
||||
@dirrm share/doc/HTML/en/ktron
|
||||
@dirrm share/doc/HTML/en/kspaceduel
|
||||
@ -1448,6 +1223,8 @@ share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@dirrm share/doc/HTML/en/kblackbox
|
||||
@dirrm share/doc/HTML/en/kasteroids
|
||||
@dirrm share/doc/HTML/en/kabalone
|
||||
@dirrm share/apps/lskat/grafix
|
||||
@dirrm share/apps/lskat
|
||||
@dirrm share/apps/ktuberling/sounds/en
|
||||
@dirrm share/apps/ktuberling/sounds
|
||||
@dirrm share/apps/ktuberling/pics
|
||||
@ -1461,15 +1238,6 @@ share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@dirrm share/apps/kspaceduel/sprites/playerinfo
|
||||
@dirrm share/apps/kspaceduel/sprites/explosion
|
||||
@dirrm share/apps/kspaceduel/sprites
|
||||
@dirrm share/apps/kspaceduel/icons/locolor/16x16/actions
|
||||
@dirrm share/apps/kspaceduel/icons/locolor/16x16
|
||||
@dirrm share/apps/kspaceduel/icons/locolor
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/32x32/actions
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/32x32
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor/22x22
|
||||
@dirrm share/apps/kspaceduel/icons/hicolor
|
||||
@dirrm share/apps/kspaceduel/icons
|
||||
@dirrm share/apps/kspaceduel
|
||||
@dirrm share/apps/ksnake/pics
|
||||
@dirrm share/apps/ksnake/levels
|
||||
@ -1502,13 +1270,5 @@ share/icons/locolor/32x32/apps/ktuberling.png
|
||||
@dirrm share/apps/katomic/pics
|
||||
@dirrm share/apps/katomic/levels
|
||||
@dirrm share/apps/katomic
|
||||
@dirrm share/apps/kasteroids/sprites/ship
|
||||
@dirrm share/apps/kasteroids/sprites/rock3
|
||||
@dirrm share/apps/kasteroids/sprites/rock2
|
||||
@dirrm share/apps/kasteroids/sprites/rock1
|
||||
@dirrm share/apps/kasteroids/sprites/missile
|
||||
@dirrm share/apps/kasteroids/sprites/bits
|
||||
@dirrm share/apps/kasteroids/sprites
|
||||
@dirrm share/apps/kasteroids
|
||||
@dirrm share/apps/kabalone/toolbar
|
||||
@dirrm share/apps/kabalone
|
||||
|
@ -6,28 +6,37 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdenetwork
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= net news kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \
|
||||
qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
QwSpriteField.8:${PORTSDIR}/converters/kdesupport2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdenetwork
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -D_XOPEN_UNIX" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s:-lpthread:-pthread:g" ${WRKSRC}/knode/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,42 +1,50 @@
|
||||
bin/kbiff
|
||||
bin/dsirc
|
||||
bin/karchie
|
||||
bin/keystone
|
||||
bin/kit
|
||||
bin/kmail
|
||||
bin/knode
|
||||
bin/korn
|
||||
bin/kotalkd
|
||||
bin/kppp
|
||||
bin/kppplogview
|
||||
include/ftpsearch.h
|
||||
bin/ksirc
|
||||
bin/ksticker
|
||||
bin/ktalkd
|
||||
bin/ktalkdlg
|
||||
bin/mail.local
|
||||
include/kmailIface.h
|
||||
include/kping.h
|
||||
include/newssearch.h
|
||||
include/websearch.h
|
||||
lib/libsearch.la
|
||||
lib/libsearch.so.3
|
||||
include/ksearch/ftpsearch.h
|
||||
include/ksearch/peoplesearch.h
|
||||
include/ksearch/websearch.h
|
||||
lib/ksirc.la
|
||||
lib/ksirc.so
|
||||
lib/libkcm_ktalkd.la
|
||||
lib/libkcm_ktalkd.so
|
||||
lib/libksearch.la
|
||||
lib/libksearch.so.3
|
||||
share/applnk/Internet/KMail.desktop
|
||||
share/applnk/Internet/KNode.desktop
|
||||
share/applnk/Internet/KOrn.desktop
|
||||
share/applnk/Internet/Kppp.desktop
|
||||
share/applnk/Internet/kbiff.desktop
|
||||
share/applnk/Internet/karchie.desktop
|
||||
share/applnk/Internet/keystone.desktop
|
||||
share/applnk/Internet/kit.desktop
|
||||
share/applnk/Internet/kppplogview.desktop
|
||||
share/apps/kbiff/pics/delete.png
|
||||
share/apps/kbiff/pics/mailbox.png
|
||||
share/apps/kbiff/pics/mini-newmail.png
|
||||
share/apps/kbiff/pics/mini-noconn.png
|
||||
share/apps/kbiff/pics/mini-nomail.png
|
||||
share/apps/kbiff/pics/mini-oldmail.png
|
||||
share/apps/kbiff/pics/newmail.png
|
||||
share/apps/kbiff/pics/noconn.png
|
||||
share/apps/kbiff/pics/nomail.png
|
||||
share/apps/kbiff/pics/oldmail.png
|
||||
share/apps/kbiff/pics/playsound.png
|
||||
share/applnk/Internet/ksirc.desktop
|
||||
share/applnk/Settings/Network/kcmktalkd.desktop
|
||||
share/apps/keystone/keystoneui.rc
|
||||
share/apps/kit/eventsrc
|
||||
share/apps/kit/pics/kit_away.png
|
||||
share/apps/kit/pics/kit_group.png
|
||||
share/apps/kit/pics/kit_offline.png
|
||||
share/apps/kit/pics/kit_online.png
|
||||
share/apps/kmail/kmcomposerui.rc
|
||||
share/apps/kmail/kmmainwin.rc
|
||||
share/apps/kmail/pics/abdown.png
|
||||
share/apps/kmail/pics/abup.png
|
||||
share/apps/kmail/pics/attach.png
|
||||
share/apps/kmail/pics/checkmail.png
|
||||
share/apps/kmail/pics/closed.png
|
||||
share/apps/kmail/pics/feather_white.png
|
||||
share/apps/kmail/pics/filedel2.png
|
||||
share/apps/kmail/pics/fileforward.png
|
||||
share/apps/kmail/pics/filereply.png
|
||||
share/apps/kmail/pics/filereplyall.png
|
||||
share/apps/kmail/pics/green-bullet.png
|
||||
share/apps/kmail/pics/kdelogo.xpm
|
||||
share/apps/kmail/pics/kmfldin.png
|
||||
@ -57,10 +65,59 @@ share/apps/kmail/pics/kmtrash.png
|
||||
share/apps/kmail/pics/pgp-keys.png
|
||||
share/apps/kmail/pics/pub_key_red.png
|
||||
share/apps/kmail/pics/red-bullet.png
|
||||
share/apps/kmail/pics/send.png
|
||||
share/apps/kmail/pics/stopwatch.xbm
|
||||
share/apps/kmail/pics/stopwatchMask.xbm
|
||||
share/apps/kmail/pics/thumb_up.png
|
||||
share/apps/knode/filters/1.fltr
|
||||
share/apps/knode/filters/2.fltr
|
||||
share/apps/knode/filters/3.fltr
|
||||
share/apps/knode/filters/4.fltr
|
||||
share/apps/knode/filters/5.fltr
|
||||
share/apps/knode/filters/6.fltr
|
||||
share/apps/knode/filters/filters.rc
|
||||
share/apps/knode/headers.rc
|
||||
share/apps/knode/kncomposerui.rc
|
||||
share/apps/knode/knodeui.rc
|
||||
share/apps/knode/knreaderui.rc
|
||||
share/apps/knode/pics/accmail.png
|
||||
share/apps/knode/pics/arrow_left.png
|
||||
share/apps/knode/pics/arrow_right.png
|
||||
share/apps/knode/pics/ctlart.png
|
||||
share/apps/knode/pics/eyes.png
|
||||
share/apps/knode/pics/fltrblue.png
|
||||
share/apps/knode/pics/fltrgrey.png
|
||||
share/apps/knode/pics/folder.png
|
||||
share/apps/knode/pics/greyball.png
|
||||
share/apps/knode/pics/greyballchk.png
|
||||
share/apps/knode/pics/group.png
|
||||
share/apps/knode/pics/groupkat.png
|
||||
share/apps/knode/pics/mail.png
|
||||
share/apps/knode/pics/newsubs.png
|
||||
share/apps/knode/pics/pen.png
|
||||
share/apps/knode/pics/posting.png
|
||||
share/apps/knode/pics/redball.png
|
||||
share/apps/knode/pics/redballchk.png
|
||||
share/apps/knode/pics/server.png
|
||||
share/apps/knode/pics/smile.png
|
||||
share/apps/knode/pics/snderr.png
|
||||
share/apps/knode/pics/stat_cncl.png
|
||||
share/apps/knode/pics/stat_edit.png
|
||||
share/apps/knode/pics/stat_saved.png
|
||||
share/apps/knode/pics/stat_sent.png
|
||||
share/apps/knode/toolbar/delete.png
|
||||
share/apps/knode/toolbar/dlall.png
|
||||
share/apps/knode/toolbar/filter.png
|
||||
share/apps/knode/toolbar/fwd.png
|
||||
share/apps/knode/toolbar/grpdlg.png
|
||||
share/apps/knode/toolbar/newmsg.png
|
||||
share/apps/knode/toolbar/nextart.png
|
||||
share/apps/knode/toolbar/nextthr.png
|
||||
share/apps/knode/toolbar/remail.png
|
||||
share/apps/knode/toolbar/reply.png
|
||||
share/apps/knode/toolbar/save.png
|
||||
share/apps/knode/toolbar/search.png
|
||||
share/apps/knode/toolbar/sendnow.png
|
||||
share/apps/knode/toolbar/settings.png
|
||||
share/apps/knode/toolbar/signature.png
|
||||
share/apps/kppp/Provider/Austria/.directory
|
||||
share/apps/kppp/Provider/Austria/Simon%032Media
|
||||
share/apps/kppp/Provider/Denmark/.directory
|
||||
@ -70,6 +127,7 @@ share/apps/kppp/Provider/Germany/CityWeb
|
||||
share/apps/kppp/Provider/Germany/FH%032Rhein%032Sieg%032%040Informatik%041
|
||||
share/apps/kppp/Provider/Germany/Netsurf
|
||||
share/apps/kppp/Provider/NewZealand/.directory
|
||||
share/apps/kppp/Provider/NewZealand/OrconInternet
|
||||
share/apps/kppp/Provider/NewZealand/Paradise
|
||||
share/apps/kppp/Provider/NewZealand/Voyager
|
||||
share/apps/kppp/Provider/NewZealand/XTRA
|
||||
@ -119,9 +177,7 @@ share/apps/kppp/Rules/Croatia/iskon_lokalni_poziv.rst
|
||||
share/apps/kppp/Rules/Croatia/iskon_medjugradski_poziv.rst
|
||||
share/apps/kppp/Rules/Croatia/iskon_zagrebacka_zupanija.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_City.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo1.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo2.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo3.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Internet2000.rst
|
||||
share/apps/kppp/Rules/Denmark/12Move_Analog.rst
|
||||
share/apps/kppp/Rules/Denmark/12Move_ISDN.rst
|
||||
share/apps/kppp/Rules/Denmark/Cybercity_Friabonnement.rst
|
||||
@ -143,10 +199,13 @@ share/apps/kppp/Rules/Germany/AddCom_by_Call.rst
|
||||
share/apps/kppp/Rules/Germany/Addcom.rst
|
||||
share/apps/kppp/Rules/Germany/CallOkaynet.rst
|
||||
share/apps/kppp/Rules/Germany/City_Activ_Plus_Option.rst
|
||||
share/apps/kppp/Rules/Germany/Freenet_Enterprise.rst
|
||||
share/apps/kppp/Rules/Germany/Mobilcom_Freenet.rst
|
||||
share/apps/kppp/Rules/Germany/NGI_Call_By_Call.rst
|
||||
share/apps/kppp/Rules/Germany/Nikoma.rst
|
||||
share/apps/kppp/Rules/Germany/Nikoma_Internet_by_Call.rst
|
||||
share/apps/kppp/Rules/Germany/Nikoma_Study_and_Surf.rst
|
||||
share/apps/kppp/Rules/Germany/Planet-Interkom_Internet_by_call.rst
|
||||
share/apps/kppp/Rules/Germany/Telekom_City_Select_5_30.rst
|
||||
share/apps/kppp/Rules/Germany/knUUt-by-Call.rst
|
||||
share/apps/kppp/Rules/Germany/talkline_by_call.rst
|
||||
@ -191,16 +250,20 @@ share/apps/kppp/Rules/Luxembourg/Local.rst
|
||||
share/apps/kppp/Rules/Malaysia/TMNet_Jaring.rst
|
||||
share/apps/kppp/Rules/Malaysia/malaysia.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelBasis_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelBasis_Lokaal_Nummervoordeel.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelBudget_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelPlus_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelPlus_Lokaal_Nummervoordeel.rst
|
||||
share/apps/kppp/Rules/Netherlands/NedpointBasis_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/NedpointBelBespaar_Lokaal.rst
|
||||
share/apps/kppp/Rules/Norway/Local_Area.rst
|
||||
share/apps/kppp/Rules/Norway/Long_Distance.rst
|
||||
share/apps/kppp/Rules/Poland/Internetia.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_100km_Niebieska.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_100km_Zielona.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_Lokalne_Niebieska.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_Lokalne_Zielona.rst
|
||||
share/apps/kppp/Rules/Poland/TPSA.rst
|
||||
share/apps/kppp/Rules/Poland/TP_100km.rst
|
||||
share/apps/kppp/Rules/Poland/TP_Lokalne.rst
|
||||
share/apps/kppp/Rules/Portugal/PT_Local.rst
|
||||
@ -251,10 +314,69 @@ share/apps/kppp/pics/modemleft.png
|
||||
share/apps/kppp/pics/modemnone.png
|
||||
share/apps/kppp/pics/modemright.png
|
||||
share/apps/kppp/pics/phone.png
|
||||
share/apps/libsearch/ftp-sites/lycos
|
||||
share/apps/libsearch/news-search/deja
|
||||
share/apps/libsearch/www-sites/altavista
|
||||
share/apps/libsearch/www-sites/excite
|
||||
share/apps/ksirc/commands-handler.pl
|
||||
share/apps/ksirc/commands-perl.pl
|
||||
share/apps/ksirc/convert_commands.pl
|
||||
share/apps/ksirc/dcc_progress.pm
|
||||
share/apps/ksirc/dcc_status.pm
|
||||
share/apps/ksirc/filters.pl
|
||||
share/apps/ksirc/ksirc.pl
|
||||
share/apps/ksirc/ksirclistbox.pm
|
||||
share/apps/ksirc/load_all.pm
|
||||
share/apps/ksirc/palistbox.pm
|
||||
share/apps/ksirc/pbase.pm
|
||||
share/apps/ksirc/pboxlayout.pm
|
||||
share/apps/ksirc/pbutton.pm
|
||||
share/apps/ksirc/pframe.pm
|
||||
share/apps/ksirc/pics/arrow.png
|
||||
share/apps/ksirc/pics/blueball.png
|
||||
share/apps/ksirc/pics/bluepin.png
|
||||
share/apps/ksirc/pics/channel.xpm
|
||||
share/apps/ksirc/pics/channels.xpm
|
||||
share/apps/ksirc/pics/greenpin.png
|
||||
share/apps/ksirc/pics/info.png
|
||||
share/apps/ksirc/pics/info1.png
|
||||
share/apps/ksirc/pics/ksirc.png
|
||||
share/apps/ksirc/pics/ksirc_a.xpm
|
||||
share/apps/ksirc/pics/ksirc_b.xpm
|
||||
share/apps/ksirc/pics/ksirc_dock.xpm
|
||||
share/apps/ksirc/pics/madsmiley.png
|
||||
share/apps/ksirc/pics/mini-run.png
|
||||
share/apps/ksirc/pics/server.xpm
|
||||
share/apps/ksirc/pics/smiley.png
|
||||
share/apps/ksirc/pics/star.png
|
||||
share/apps/ksirc/pkfiledialog.pm
|
||||
share/apps/ksirc/plabel.pm
|
||||
share/apps/ksirc/plined.pm
|
||||
share/apps/ksirc/plistbox.pm
|
||||
share/apps/ksirc/pmenudta.pm
|
||||
share/apps/ksirc/pobjfinder.pm
|
||||
share/apps/ksirc/ppopmenu.pm
|
||||
share/apps/ksirc/pprogress.pm
|
||||
share/apps/ksirc/ppushbt.pm
|
||||
share/apps/ksirc/ptabdialog.pm
|
||||
share/apps/ksirc/ptablevw.pm
|
||||
share/apps/ksirc/puke.pl
|
||||
share/apps/ksirc/pwidget.pm
|
||||
share/apps/ksirc/relnotes
|
||||
share/apps/ksirc/servers.ini
|
||||
share/apps/ksirc/servers.txt
|
||||
share/apps/ksirc/sirc.help.gz
|
||||
share/apps/ksirc/small.pl
|
||||
share/apps/ksirc/test.pl
|
||||
share/apps/ksirc/tester.pl
|
||||
share/apps/libksearch/ftp-sites/lycos.columbo
|
||||
share/apps/libksearch/people-sites/bigfoot.columbo
|
||||
share/apps/libksearch/people-sites/humboldt.columbo
|
||||
share/apps/libksearch/people-sites/nldap.columbo
|
||||
share/apps/libksearch/web-sites/altavista.columbo
|
||||
share/apps/libksearch/web-sites/cnn.columbo
|
||||
share/apps/libksearch/web-sites/excite.columbo
|
||||
share/apps/libksearch/web-sites/google.columbo
|
||||
share/apps/libksearch/web-sites/raging.columbo
|
||||
share/config/karchierc
|
||||
share/config/ktalkdrc
|
||||
share/config/protocols/vnc.desktop
|
||||
share/doc/HTML/en/caitoo/.anchors
|
||||
share/doc/HTML/en/caitoo/addnew.html
|
||||
share/doc/HTML/en/caitoo/automation.html
|
||||
@ -291,6 +413,15 @@ share/doc/HTML/en/caitoo/toolbar.png
|
||||
share/doc/HTML/en/caitoo/transferconfigdlg.html
|
||||
share/doc/HTML/en/caitoo/transfermodes.html
|
||||
share/doc/HTML/en/caitoo/workingwithcaitoo.html
|
||||
share/doc/HTML/en/columbo/.anchors
|
||||
share/doc/HTML/en/columbo/credits.html
|
||||
share/doc/HTML/en/columbo/ftp-search.html
|
||||
share/doc/HTML/en/columbo/index.docbook
|
||||
share/doc/HTML/en/columbo/index.html
|
||||
share/doc/HTML/en/columbo/introduction.html
|
||||
share/doc/HTML/en/columbo/nic-search.html
|
||||
share/doc/HTML/en/columbo/plugins.html
|
||||
share/doc/HTML/en/columbo/web-search.html
|
||||
share/doc/HTML/en/karchie/.anchors
|
||||
share/doc/HTML/en/karchie/advancedconfiguring.html
|
||||
share/doc/HTML/en/karchie/authorsandrecendversions.html
|
||||
@ -354,22 +485,16 @@ share/doc/HTML/en/kfinger/setupw.png
|
||||
share/doc/HTML/en/kfinger/statusbar.html
|
||||
share/doc/HTML/en/kfinger/toolbar.html
|
||||
share/doc/HTML/en/kmail/.anchors
|
||||
share/doc/HTML/en/kmail/appearancetab.html
|
||||
share/doc/HTML/en/kmail/composertab.html
|
||||
share/doc/HTML/en/kmail/copyright.html
|
||||
share/doc/HTML/en/kmail/documentation.html
|
||||
share/doc/HTML/en/kmail/epilogue.html
|
||||
share/doc/HTML/en/kmail/faq.html
|
||||
share/doc/HTML/en/kmail/filters.html
|
||||
share/doc/HTML/en/kmail/howcanifindouthowmanyunreadmessagesihaveinam.html
|
||||
share/doc/HTML/en/kmail/howdoiautomaticallyinsertatextfooterwithinth.html
|
||||
share/doc/HTML/en/kmail/howdoileavemailontheserverfromthekdefaq.html
|
||||
share/doc/HTML/en/kmail/index.cvlog
|
||||
share/doc/HTML/en/kmail/index.docbook
|
||||
share/doc/HTML/en/kmail/index.html
|
||||
share/doc/HTML/en/kmail/misctab.html
|
||||
share/doc/HTML/en/kmail/networktab.html
|
||||
share/doc/HTML/en/kmail/pgptab.html
|
||||
share/doc/HTML/en/kmail/questionsandanswers.html
|
||||
share/doc/HTML/en/kmail/seccustomizing.html
|
||||
share/doc/HTML/en/kmail/secfolders.html
|
||||
share/doc/HTML/en/kmail/secgettingstarted.html
|
||||
@ -378,15 +503,14 @@ share/doc/HTML/en/kmail/secintro.html
|
||||
share/doc/HTML/en/kmail/secmenus.html
|
||||
share/doc/HTML/en/kmail/secmultipleaccounts.html
|
||||
share/doc/HTML/en/kmail/secpgp.html
|
||||
share/doc/HTML/en/kmail/secqasendmail.html
|
||||
share/doc/HTML/en/kmail/securitytab.html
|
||||
share/doc/HTML/en/kmail/secusingkmail.html
|
||||
share/doc/HTML/en/kmail/settingupyouraccount.html
|
||||
share/doc/HTML/en/kmail/team.html
|
||||
share/doc/HTML/en/kmail/testingyoursetup.html
|
||||
share/doc/HTML/en/kmail/theaddressbook.html
|
||||
share/doc/HTML/en/kmail/thecomposerwindow.html
|
||||
share/doc/HTML/en/kmail/thecomposerwindow2.html
|
||||
share/doc/HTML/en/kmail/whydoeskmailkeepaskingmeforthelocationofmysi.html
|
||||
share/doc/HTML/en/kmail/whydoesntwordwrapworkinthecomposerwindow.html
|
||||
share/doc/HTML/en/knu/.anchors
|
||||
share/doc/HTML/en/knu/author.html
|
||||
share/doc/HTML/en/knu/configuration.html
|
||||
@ -438,6 +562,7 @@ share/doc/HTML/en/kppp/autoconfigurehostname.html
|
||||
share/doc/HTML/en/kppp/cb.html
|
||||
share/doc/HTML/en/kppp/compilationandinstallation.html
|
||||
share/doc/HTML/en/kppp/configuringanaccount.html
|
||||
share/doc/HTML/en/kppp/costsgraphs.fig
|
||||
share/doc/HTML/en/kppp/costsgraphs.png
|
||||
share/doc/HTML/en/kppp/dns.html
|
||||
share/doc/HTML/en/kppp/gateway.html
|
||||
@ -450,6 +575,7 @@ share/doc/HTML/en/kppp/index.docbook
|
||||
share/doc/HTML/en/kppp/index.html
|
||||
share/doc/HTML/en/kppp/installation.html
|
||||
share/doc/HTML/en/kppp/introduction.html
|
||||
share/doc/HTML/en/kppp/kppp.faq.question
|
||||
share/doc/HTML/en/kppp/kppphasthesuidbitonwhataboutsecurity.html
|
||||
share/doc/HTML/en/kppp/kppprelatedfiles.html
|
||||
share/doc/HTML/en/kppp/licenseandwarranty.html
|
||||
@ -470,19 +596,9 @@ share/doc/HTML/en/kppp/reportingproblemswithkppp.html
|
||||
share/doc/HTML/en/kppp/requirements.html
|
||||
share/doc/HTML/en/kppp/security.html
|
||||
share/doc/HTML/en/kppp/settingupkppp.html
|
||||
share/doc/HTML/en/kppp/ttyS-cua.txt
|
||||
share/doc/HTML/en/kppp/volaccounting.html
|
||||
share/doc/HTML/en/kppp/windowsntrascallback.html
|
||||
share/doc/HTML/en/krn/.anchors
|
||||
share/doc/HTML/en/krn/connected.xpm
|
||||
share/doc/HTML/en/krn/disconnected.xpm
|
||||
share/doc/HTML/en/krn/groups.png
|
||||
share/doc/HTML/en/krn/howtoreadnewsoffline.html
|
||||
share/doc/HTML/en/krn/index.cvlog
|
||||
share/doc/HTML/en/krn/index.docbook
|
||||
share/doc/HTML/en/krn/index.html
|
||||
share/doc/HTML/en/krn/introduction.html
|
||||
share/doc/HTML/en/krn/usingkrn.html
|
||||
share/doc/HTML/en/krn/usingthearticlewindow.html
|
||||
share/doc/HTML/en/ksirc/.anchors
|
||||
share/doc/HTML/en/ksirc/addingfilehandlestothemainselectloop.html
|
||||
share/doc/HTML/en/ksirc/bots.html
|
||||
@ -526,38 +642,64 @@ share/doc/HTML/en/pws/index.html
|
||||
share/doc/HTML/en/pws/installation.html
|
||||
share/doc/HTML/en/pws/introduction.html
|
||||
share/doc/HTML/en/pws/requirements.html
|
||||
share/icons/hicolor/32x32/apps/kbiff.png
|
||||
share/icons/hicolor/22x22/actions/message_delete.png
|
||||
share/icons/hicolor/22x22/actions/message_forward.png
|
||||
share/icons/hicolor/22x22/actions/message_get.png
|
||||
share/icons/hicolor/22x22/actions/message_reply.png
|
||||
share/icons/hicolor/22x22/actions/message_replyall.png
|
||||
share/icons/hicolor/32x32/actions/message_delete.png
|
||||
share/icons/hicolor/32x32/actions/message_forward.png
|
||||
share/icons/hicolor/32x32/actions/message_get.png
|
||||
share/icons/hicolor/32x32/actions/message_reply.png
|
||||
share/icons/hicolor/32x32/actions/message_replyall.png
|
||||
share/icons/hicolor/32x32/apps/karchie.png
|
||||
share/icons/hicolor/32x32/apps/kit.png
|
||||
share/icons/hicolor/32x32/apps/kmail.png
|
||||
share/icons/hicolor/32x32/apps/korn.png
|
||||
share/icons/hicolor/32x32/apps/kppp.png
|
||||
share/icons/hicolor/48x48/apps/kbiff.png
|
||||
share/icons/hicolor/32x32/apps/ksirc.png
|
||||
share/icons/hicolor/32x32/apps/ktalkd.png
|
||||
share/icons/hicolor/48x48/apps/karchie.png
|
||||
share/icons/hicolor/48x48/apps/kit.png
|
||||
share/icons/hicolor/48x48/apps/kmail.png
|
||||
share/icons/hicolor/48x48/apps/korn.png
|
||||
share/icons/hicolor/48x48/apps/kppp.png
|
||||
share/icons/locolor/16x16/apps/kbiff.png
|
||||
share/icons/hicolor/48x48/apps/ksirc.png
|
||||
share/icons/hicolor/48x48/apps/ktalkd.png
|
||||
share/icons/locolor/16x16/actions/kit_anonwarning.png
|
||||
share/icons/locolor/16x16/actions/kit_bold.png
|
||||
share/icons/locolor/16x16/actions/kit_info.png
|
||||
share/icons/locolor/16x16/actions/kit_logging.png
|
||||
share/icons/locolor/16x16/actions/kit_sound.png
|
||||
share/icons/locolor/16x16/actions/kit_status.png
|
||||
share/icons/locolor/16x16/actions/kit_timestamping.png
|
||||
share/icons/locolor/16x16/actions/kit_warning.png
|
||||
share/icons/locolor/16x16/actions/message_delete.png
|
||||
share/icons/locolor/16x16/actions/message_forward.png
|
||||
share/icons/locolor/16x16/actions/message_get.png
|
||||
share/icons/locolor/16x16/actions/message_reply.png
|
||||
share/icons/locolor/16x16/actions/message_replyall.png
|
||||
share/icons/locolor/16x16/apps/karchie.png
|
||||
share/icons/locolor/16x16/apps/kit.png
|
||||
share/icons/locolor/16x16/apps/kmail.png
|
||||
share/icons/locolor/16x16/apps/knode.png
|
||||
share/icons/locolor/16x16/apps/korn.png
|
||||
share/icons/locolor/16x16/apps/kppp.png
|
||||
share/icons/locolor/32x32/apps/kbiff.png
|
||||
share/icons/locolor/16x16/apps/ksirc.png
|
||||
share/icons/locolor/16x16/apps/ktalkd.png
|
||||
share/icons/locolor/32x32/apps/karchie.png
|
||||
share/icons/locolor/32x32/apps/kit.png
|
||||
share/icons/locolor/32x32/apps/kmail.png
|
||||
share/icons/locolor/32x32/apps/knode.png
|
||||
share/icons/locolor/32x32/apps/korn.png
|
||||
share/icons/locolor/32x32/apps/kppp.png
|
||||
@unexec rm -f %D/share/doc/HTML/en/caitoo/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/karchie/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kbiff/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kfinger/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kmail/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/knu/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/korn/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kppp/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/krn/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksirc/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ktalkd/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/pws/common
|
||||
share/icons/locolor/32x32/apps/ksirc.png
|
||||
share/icons/locolor/32x32/apps/ktalkd.png
|
||||
share/mimelnk/application/x-columbo.desktop
|
||||
share/sounds/ktalkd.wav
|
||||
@dirrm share/doc/HTML/en/pws
|
||||
@dirrm share/doc/HTML/en/ktalkd
|
||||
@dirrm share/doc/HTML/en/ksirc
|
||||
@dirrm share/doc/HTML/en/krn
|
||||
@dirrm share/doc/HTML/en/kppp
|
||||
@dirrm share/doc/HTML/en/korn
|
||||
@dirrm share/doc/HTML/en/knu
|
||||
@ -565,11 +707,15 @@ share/icons/locolor/32x32/apps/kppp.png
|
||||
@dirrm share/doc/HTML/en/kfinger
|
||||
@dirrm share/doc/HTML/en/kbiff
|
||||
@dirrm share/doc/HTML/en/karchie
|
||||
@dirrm share/doc/HTML/en/columbo
|
||||
@dirrm share/doc/HTML/en/caitoo
|
||||
@dirrm share/apps/libsearch/www-sites
|
||||
@dirrm share/apps/libsearch/news-search
|
||||
@dirrm share/apps/libsearch/ftp-sites
|
||||
@dirrm share/apps/libsearch
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/apps/libksearch/web-sites
|
||||
@dirrm share/apps/libksearch/people-sites
|
||||
@dirrm share/apps/libksearch/ftp-sites
|
||||
@dirrm share/apps/libksearch
|
||||
@dirrm share/apps/ksirc/pics
|
||||
@dirrm share/apps/ksirc
|
||||
@dirrm share/apps/kppp/pics
|
||||
@dirrm share/apps/kppp/Rules/Switzerland
|
||||
@dirrm share/apps/kppp/Rules/Sweden
|
||||
@ -622,7 +768,13 @@ share/icons/locolor/32x32/apps/kppp.png
|
||||
@dirrm share/apps/kppp/Provider/Austria
|
||||
@dirrm share/apps/kppp/Provider
|
||||
@dirrm share/apps/kppp
|
||||
@dirrm share/apps/knode/toolbar
|
||||
@dirrm share/apps/knode/pics
|
||||
@dirrm share/apps/knode/filters
|
||||
@dirrm share/apps/knode
|
||||
@dirrm share/apps/kmail/pics
|
||||
@dirrm share/apps/kmail
|
||||
@dirrm share/apps/kbiff/pics
|
||||
@dirrm share/apps/kbiff
|
||||
@dirrm share/apps/kit/pics
|
||||
@dirrm share/apps/kit
|
||||
@dirrm share/apps/keystone
|
||||
@dirrm include/ksearch
|
||||
|
@ -6,28 +6,37 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdenetwork
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= net news kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \
|
||||
qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
QwSpriteField.8:${PORTSDIR}/converters/kdesupport2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdenetwork
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -D_XOPEN_UNIX" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s:-lpthread:-pthread:g" ${WRKSRC}/knode/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,42 +1,50 @@
|
||||
bin/kbiff
|
||||
bin/dsirc
|
||||
bin/karchie
|
||||
bin/keystone
|
||||
bin/kit
|
||||
bin/kmail
|
||||
bin/knode
|
||||
bin/korn
|
||||
bin/kotalkd
|
||||
bin/kppp
|
||||
bin/kppplogview
|
||||
include/ftpsearch.h
|
||||
bin/ksirc
|
||||
bin/ksticker
|
||||
bin/ktalkd
|
||||
bin/ktalkdlg
|
||||
bin/mail.local
|
||||
include/kmailIface.h
|
||||
include/kping.h
|
||||
include/newssearch.h
|
||||
include/websearch.h
|
||||
lib/libsearch.la
|
||||
lib/libsearch.so.3
|
||||
include/ksearch/ftpsearch.h
|
||||
include/ksearch/peoplesearch.h
|
||||
include/ksearch/websearch.h
|
||||
lib/ksirc.la
|
||||
lib/ksirc.so
|
||||
lib/libkcm_ktalkd.la
|
||||
lib/libkcm_ktalkd.so
|
||||
lib/libksearch.la
|
||||
lib/libksearch.so.3
|
||||
share/applnk/Internet/KMail.desktop
|
||||
share/applnk/Internet/KNode.desktop
|
||||
share/applnk/Internet/KOrn.desktop
|
||||
share/applnk/Internet/Kppp.desktop
|
||||
share/applnk/Internet/kbiff.desktop
|
||||
share/applnk/Internet/karchie.desktop
|
||||
share/applnk/Internet/keystone.desktop
|
||||
share/applnk/Internet/kit.desktop
|
||||
share/applnk/Internet/kppplogview.desktop
|
||||
share/apps/kbiff/pics/delete.png
|
||||
share/apps/kbiff/pics/mailbox.png
|
||||
share/apps/kbiff/pics/mini-newmail.png
|
||||
share/apps/kbiff/pics/mini-noconn.png
|
||||
share/apps/kbiff/pics/mini-nomail.png
|
||||
share/apps/kbiff/pics/mini-oldmail.png
|
||||
share/apps/kbiff/pics/newmail.png
|
||||
share/apps/kbiff/pics/noconn.png
|
||||
share/apps/kbiff/pics/nomail.png
|
||||
share/apps/kbiff/pics/oldmail.png
|
||||
share/apps/kbiff/pics/playsound.png
|
||||
share/applnk/Internet/ksirc.desktop
|
||||
share/applnk/Settings/Network/kcmktalkd.desktop
|
||||
share/apps/keystone/keystoneui.rc
|
||||
share/apps/kit/eventsrc
|
||||
share/apps/kit/pics/kit_away.png
|
||||
share/apps/kit/pics/kit_group.png
|
||||
share/apps/kit/pics/kit_offline.png
|
||||
share/apps/kit/pics/kit_online.png
|
||||
share/apps/kmail/kmcomposerui.rc
|
||||
share/apps/kmail/kmmainwin.rc
|
||||
share/apps/kmail/pics/abdown.png
|
||||
share/apps/kmail/pics/abup.png
|
||||
share/apps/kmail/pics/attach.png
|
||||
share/apps/kmail/pics/checkmail.png
|
||||
share/apps/kmail/pics/closed.png
|
||||
share/apps/kmail/pics/feather_white.png
|
||||
share/apps/kmail/pics/filedel2.png
|
||||
share/apps/kmail/pics/fileforward.png
|
||||
share/apps/kmail/pics/filereply.png
|
||||
share/apps/kmail/pics/filereplyall.png
|
||||
share/apps/kmail/pics/green-bullet.png
|
||||
share/apps/kmail/pics/kdelogo.xpm
|
||||
share/apps/kmail/pics/kmfldin.png
|
||||
@ -57,10 +65,59 @@ share/apps/kmail/pics/kmtrash.png
|
||||
share/apps/kmail/pics/pgp-keys.png
|
||||
share/apps/kmail/pics/pub_key_red.png
|
||||
share/apps/kmail/pics/red-bullet.png
|
||||
share/apps/kmail/pics/send.png
|
||||
share/apps/kmail/pics/stopwatch.xbm
|
||||
share/apps/kmail/pics/stopwatchMask.xbm
|
||||
share/apps/kmail/pics/thumb_up.png
|
||||
share/apps/knode/filters/1.fltr
|
||||
share/apps/knode/filters/2.fltr
|
||||
share/apps/knode/filters/3.fltr
|
||||
share/apps/knode/filters/4.fltr
|
||||
share/apps/knode/filters/5.fltr
|
||||
share/apps/knode/filters/6.fltr
|
||||
share/apps/knode/filters/filters.rc
|
||||
share/apps/knode/headers.rc
|
||||
share/apps/knode/kncomposerui.rc
|
||||
share/apps/knode/knodeui.rc
|
||||
share/apps/knode/knreaderui.rc
|
||||
share/apps/knode/pics/accmail.png
|
||||
share/apps/knode/pics/arrow_left.png
|
||||
share/apps/knode/pics/arrow_right.png
|
||||
share/apps/knode/pics/ctlart.png
|
||||
share/apps/knode/pics/eyes.png
|
||||
share/apps/knode/pics/fltrblue.png
|
||||
share/apps/knode/pics/fltrgrey.png
|
||||
share/apps/knode/pics/folder.png
|
||||
share/apps/knode/pics/greyball.png
|
||||
share/apps/knode/pics/greyballchk.png
|
||||
share/apps/knode/pics/group.png
|
||||
share/apps/knode/pics/groupkat.png
|
||||
share/apps/knode/pics/mail.png
|
||||
share/apps/knode/pics/newsubs.png
|
||||
share/apps/knode/pics/pen.png
|
||||
share/apps/knode/pics/posting.png
|
||||
share/apps/knode/pics/redball.png
|
||||
share/apps/knode/pics/redballchk.png
|
||||
share/apps/knode/pics/server.png
|
||||
share/apps/knode/pics/smile.png
|
||||
share/apps/knode/pics/snderr.png
|
||||
share/apps/knode/pics/stat_cncl.png
|
||||
share/apps/knode/pics/stat_edit.png
|
||||
share/apps/knode/pics/stat_saved.png
|
||||
share/apps/knode/pics/stat_sent.png
|
||||
share/apps/knode/toolbar/delete.png
|
||||
share/apps/knode/toolbar/dlall.png
|
||||
share/apps/knode/toolbar/filter.png
|
||||
share/apps/knode/toolbar/fwd.png
|
||||
share/apps/knode/toolbar/grpdlg.png
|
||||
share/apps/knode/toolbar/newmsg.png
|
||||
share/apps/knode/toolbar/nextart.png
|
||||
share/apps/knode/toolbar/nextthr.png
|
||||
share/apps/knode/toolbar/remail.png
|
||||
share/apps/knode/toolbar/reply.png
|
||||
share/apps/knode/toolbar/save.png
|
||||
share/apps/knode/toolbar/search.png
|
||||
share/apps/knode/toolbar/sendnow.png
|
||||
share/apps/knode/toolbar/settings.png
|
||||
share/apps/knode/toolbar/signature.png
|
||||
share/apps/kppp/Provider/Austria/.directory
|
||||
share/apps/kppp/Provider/Austria/Simon%032Media
|
||||
share/apps/kppp/Provider/Denmark/.directory
|
||||
@ -70,6 +127,7 @@ share/apps/kppp/Provider/Germany/CityWeb
|
||||
share/apps/kppp/Provider/Germany/FH%032Rhein%032Sieg%032%040Informatik%041
|
||||
share/apps/kppp/Provider/Germany/Netsurf
|
||||
share/apps/kppp/Provider/NewZealand/.directory
|
||||
share/apps/kppp/Provider/NewZealand/OrconInternet
|
||||
share/apps/kppp/Provider/NewZealand/Paradise
|
||||
share/apps/kppp/Provider/NewZealand/Voyager
|
||||
share/apps/kppp/Provider/NewZealand/XTRA
|
||||
@ -119,9 +177,7 @@ share/apps/kppp/Rules/Croatia/iskon_lokalni_poziv.rst
|
||||
share/apps/kppp/Rules/Croatia/iskon_medjugradski_poziv.rst
|
||||
share/apps/kppp/Rules/Croatia/iskon_zagrebacka_zupanija.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_City.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo1.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo2.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo3.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Internet2000.rst
|
||||
share/apps/kppp/Rules/Denmark/12Move_Analog.rst
|
||||
share/apps/kppp/Rules/Denmark/12Move_ISDN.rst
|
||||
share/apps/kppp/Rules/Denmark/Cybercity_Friabonnement.rst
|
||||
@ -143,10 +199,13 @@ share/apps/kppp/Rules/Germany/AddCom_by_Call.rst
|
||||
share/apps/kppp/Rules/Germany/Addcom.rst
|
||||
share/apps/kppp/Rules/Germany/CallOkaynet.rst
|
||||
share/apps/kppp/Rules/Germany/City_Activ_Plus_Option.rst
|
||||
share/apps/kppp/Rules/Germany/Freenet_Enterprise.rst
|
||||
share/apps/kppp/Rules/Germany/Mobilcom_Freenet.rst
|
||||
share/apps/kppp/Rules/Germany/NGI_Call_By_Call.rst
|
||||
share/apps/kppp/Rules/Germany/Nikoma.rst
|
||||
share/apps/kppp/Rules/Germany/Nikoma_Internet_by_Call.rst
|
||||
share/apps/kppp/Rules/Germany/Nikoma_Study_and_Surf.rst
|
||||
share/apps/kppp/Rules/Germany/Planet-Interkom_Internet_by_call.rst
|
||||
share/apps/kppp/Rules/Germany/Telekom_City_Select_5_30.rst
|
||||
share/apps/kppp/Rules/Germany/knUUt-by-Call.rst
|
||||
share/apps/kppp/Rules/Germany/talkline_by_call.rst
|
||||
@ -191,16 +250,20 @@ share/apps/kppp/Rules/Luxembourg/Local.rst
|
||||
share/apps/kppp/Rules/Malaysia/TMNet_Jaring.rst
|
||||
share/apps/kppp/Rules/Malaysia/malaysia.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelBasis_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelBasis_Lokaal_Nummervoordeel.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelBudget_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelPlus_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelPlus_Lokaal_Nummervoordeel.rst
|
||||
share/apps/kppp/Rules/Netherlands/NedpointBasis_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/NedpointBelBespaar_Lokaal.rst
|
||||
share/apps/kppp/Rules/Norway/Local_Area.rst
|
||||
share/apps/kppp/Rules/Norway/Long_Distance.rst
|
||||
share/apps/kppp/Rules/Poland/Internetia.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_100km_Niebieska.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_100km_Zielona.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_Lokalne_Niebieska.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_Lokalne_Zielona.rst
|
||||
share/apps/kppp/Rules/Poland/TPSA.rst
|
||||
share/apps/kppp/Rules/Poland/TP_100km.rst
|
||||
share/apps/kppp/Rules/Poland/TP_Lokalne.rst
|
||||
share/apps/kppp/Rules/Portugal/PT_Local.rst
|
||||
@ -251,10 +314,69 @@ share/apps/kppp/pics/modemleft.png
|
||||
share/apps/kppp/pics/modemnone.png
|
||||
share/apps/kppp/pics/modemright.png
|
||||
share/apps/kppp/pics/phone.png
|
||||
share/apps/libsearch/ftp-sites/lycos
|
||||
share/apps/libsearch/news-search/deja
|
||||
share/apps/libsearch/www-sites/altavista
|
||||
share/apps/libsearch/www-sites/excite
|
||||
share/apps/ksirc/commands-handler.pl
|
||||
share/apps/ksirc/commands-perl.pl
|
||||
share/apps/ksirc/convert_commands.pl
|
||||
share/apps/ksirc/dcc_progress.pm
|
||||
share/apps/ksirc/dcc_status.pm
|
||||
share/apps/ksirc/filters.pl
|
||||
share/apps/ksirc/ksirc.pl
|
||||
share/apps/ksirc/ksirclistbox.pm
|
||||
share/apps/ksirc/load_all.pm
|
||||
share/apps/ksirc/palistbox.pm
|
||||
share/apps/ksirc/pbase.pm
|
||||
share/apps/ksirc/pboxlayout.pm
|
||||
share/apps/ksirc/pbutton.pm
|
||||
share/apps/ksirc/pframe.pm
|
||||
share/apps/ksirc/pics/arrow.png
|
||||
share/apps/ksirc/pics/blueball.png
|
||||
share/apps/ksirc/pics/bluepin.png
|
||||
share/apps/ksirc/pics/channel.xpm
|
||||
share/apps/ksirc/pics/channels.xpm
|
||||
share/apps/ksirc/pics/greenpin.png
|
||||
share/apps/ksirc/pics/info.png
|
||||
share/apps/ksirc/pics/info1.png
|
||||
share/apps/ksirc/pics/ksirc.png
|
||||
share/apps/ksirc/pics/ksirc_a.xpm
|
||||
share/apps/ksirc/pics/ksirc_b.xpm
|
||||
share/apps/ksirc/pics/ksirc_dock.xpm
|
||||
share/apps/ksirc/pics/madsmiley.png
|
||||
share/apps/ksirc/pics/mini-run.png
|
||||
share/apps/ksirc/pics/server.xpm
|
||||
share/apps/ksirc/pics/smiley.png
|
||||
share/apps/ksirc/pics/star.png
|
||||
share/apps/ksirc/pkfiledialog.pm
|
||||
share/apps/ksirc/plabel.pm
|
||||
share/apps/ksirc/plined.pm
|
||||
share/apps/ksirc/plistbox.pm
|
||||
share/apps/ksirc/pmenudta.pm
|
||||
share/apps/ksirc/pobjfinder.pm
|
||||
share/apps/ksirc/ppopmenu.pm
|
||||
share/apps/ksirc/pprogress.pm
|
||||
share/apps/ksirc/ppushbt.pm
|
||||
share/apps/ksirc/ptabdialog.pm
|
||||
share/apps/ksirc/ptablevw.pm
|
||||
share/apps/ksirc/puke.pl
|
||||
share/apps/ksirc/pwidget.pm
|
||||
share/apps/ksirc/relnotes
|
||||
share/apps/ksirc/servers.ini
|
||||
share/apps/ksirc/servers.txt
|
||||
share/apps/ksirc/sirc.help.gz
|
||||
share/apps/ksirc/small.pl
|
||||
share/apps/ksirc/test.pl
|
||||
share/apps/ksirc/tester.pl
|
||||
share/apps/libksearch/ftp-sites/lycos.columbo
|
||||
share/apps/libksearch/people-sites/bigfoot.columbo
|
||||
share/apps/libksearch/people-sites/humboldt.columbo
|
||||
share/apps/libksearch/people-sites/nldap.columbo
|
||||
share/apps/libksearch/web-sites/altavista.columbo
|
||||
share/apps/libksearch/web-sites/cnn.columbo
|
||||
share/apps/libksearch/web-sites/excite.columbo
|
||||
share/apps/libksearch/web-sites/google.columbo
|
||||
share/apps/libksearch/web-sites/raging.columbo
|
||||
share/config/karchierc
|
||||
share/config/ktalkdrc
|
||||
share/config/protocols/vnc.desktop
|
||||
share/doc/HTML/en/caitoo/.anchors
|
||||
share/doc/HTML/en/caitoo/addnew.html
|
||||
share/doc/HTML/en/caitoo/automation.html
|
||||
@ -291,6 +413,15 @@ share/doc/HTML/en/caitoo/toolbar.png
|
||||
share/doc/HTML/en/caitoo/transferconfigdlg.html
|
||||
share/doc/HTML/en/caitoo/transfermodes.html
|
||||
share/doc/HTML/en/caitoo/workingwithcaitoo.html
|
||||
share/doc/HTML/en/columbo/.anchors
|
||||
share/doc/HTML/en/columbo/credits.html
|
||||
share/doc/HTML/en/columbo/ftp-search.html
|
||||
share/doc/HTML/en/columbo/index.docbook
|
||||
share/doc/HTML/en/columbo/index.html
|
||||
share/doc/HTML/en/columbo/introduction.html
|
||||
share/doc/HTML/en/columbo/nic-search.html
|
||||
share/doc/HTML/en/columbo/plugins.html
|
||||
share/doc/HTML/en/columbo/web-search.html
|
||||
share/doc/HTML/en/karchie/.anchors
|
||||
share/doc/HTML/en/karchie/advancedconfiguring.html
|
||||
share/doc/HTML/en/karchie/authorsandrecendversions.html
|
||||
@ -354,22 +485,16 @@ share/doc/HTML/en/kfinger/setupw.png
|
||||
share/doc/HTML/en/kfinger/statusbar.html
|
||||
share/doc/HTML/en/kfinger/toolbar.html
|
||||
share/doc/HTML/en/kmail/.anchors
|
||||
share/doc/HTML/en/kmail/appearancetab.html
|
||||
share/doc/HTML/en/kmail/composertab.html
|
||||
share/doc/HTML/en/kmail/copyright.html
|
||||
share/doc/HTML/en/kmail/documentation.html
|
||||
share/doc/HTML/en/kmail/epilogue.html
|
||||
share/doc/HTML/en/kmail/faq.html
|
||||
share/doc/HTML/en/kmail/filters.html
|
||||
share/doc/HTML/en/kmail/howcanifindouthowmanyunreadmessagesihaveinam.html
|
||||
share/doc/HTML/en/kmail/howdoiautomaticallyinsertatextfooterwithinth.html
|
||||
share/doc/HTML/en/kmail/howdoileavemailontheserverfromthekdefaq.html
|
||||
share/doc/HTML/en/kmail/index.cvlog
|
||||
share/doc/HTML/en/kmail/index.docbook
|
||||
share/doc/HTML/en/kmail/index.html
|
||||
share/doc/HTML/en/kmail/misctab.html
|
||||
share/doc/HTML/en/kmail/networktab.html
|
||||
share/doc/HTML/en/kmail/pgptab.html
|
||||
share/doc/HTML/en/kmail/questionsandanswers.html
|
||||
share/doc/HTML/en/kmail/seccustomizing.html
|
||||
share/doc/HTML/en/kmail/secfolders.html
|
||||
share/doc/HTML/en/kmail/secgettingstarted.html
|
||||
@ -378,15 +503,14 @@ share/doc/HTML/en/kmail/secintro.html
|
||||
share/doc/HTML/en/kmail/secmenus.html
|
||||
share/doc/HTML/en/kmail/secmultipleaccounts.html
|
||||
share/doc/HTML/en/kmail/secpgp.html
|
||||
share/doc/HTML/en/kmail/secqasendmail.html
|
||||
share/doc/HTML/en/kmail/securitytab.html
|
||||
share/doc/HTML/en/kmail/secusingkmail.html
|
||||
share/doc/HTML/en/kmail/settingupyouraccount.html
|
||||
share/doc/HTML/en/kmail/team.html
|
||||
share/doc/HTML/en/kmail/testingyoursetup.html
|
||||
share/doc/HTML/en/kmail/theaddressbook.html
|
||||
share/doc/HTML/en/kmail/thecomposerwindow.html
|
||||
share/doc/HTML/en/kmail/thecomposerwindow2.html
|
||||
share/doc/HTML/en/kmail/whydoeskmailkeepaskingmeforthelocationofmysi.html
|
||||
share/doc/HTML/en/kmail/whydoesntwordwrapworkinthecomposerwindow.html
|
||||
share/doc/HTML/en/knu/.anchors
|
||||
share/doc/HTML/en/knu/author.html
|
||||
share/doc/HTML/en/knu/configuration.html
|
||||
@ -438,6 +562,7 @@ share/doc/HTML/en/kppp/autoconfigurehostname.html
|
||||
share/doc/HTML/en/kppp/cb.html
|
||||
share/doc/HTML/en/kppp/compilationandinstallation.html
|
||||
share/doc/HTML/en/kppp/configuringanaccount.html
|
||||
share/doc/HTML/en/kppp/costsgraphs.fig
|
||||
share/doc/HTML/en/kppp/costsgraphs.png
|
||||
share/doc/HTML/en/kppp/dns.html
|
||||
share/doc/HTML/en/kppp/gateway.html
|
||||
@ -450,6 +575,7 @@ share/doc/HTML/en/kppp/index.docbook
|
||||
share/doc/HTML/en/kppp/index.html
|
||||
share/doc/HTML/en/kppp/installation.html
|
||||
share/doc/HTML/en/kppp/introduction.html
|
||||
share/doc/HTML/en/kppp/kppp.faq.question
|
||||
share/doc/HTML/en/kppp/kppphasthesuidbitonwhataboutsecurity.html
|
||||
share/doc/HTML/en/kppp/kppprelatedfiles.html
|
||||
share/doc/HTML/en/kppp/licenseandwarranty.html
|
||||
@ -470,19 +596,9 @@ share/doc/HTML/en/kppp/reportingproblemswithkppp.html
|
||||
share/doc/HTML/en/kppp/requirements.html
|
||||
share/doc/HTML/en/kppp/security.html
|
||||
share/doc/HTML/en/kppp/settingupkppp.html
|
||||
share/doc/HTML/en/kppp/ttyS-cua.txt
|
||||
share/doc/HTML/en/kppp/volaccounting.html
|
||||
share/doc/HTML/en/kppp/windowsntrascallback.html
|
||||
share/doc/HTML/en/krn/.anchors
|
||||
share/doc/HTML/en/krn/connected.xpm
|
||||
share/doc/HTML/en/krn/disconnected.xpm
|
||||
share/doc/HTML/en/krn/groups.png
|
||||
share/doc/HTML/en/krn/howtoreadnewsoffline.html
|
||||
share/doc/HTML/en/krn/index.cvlog
|
||||
share/doc/HTML/en/krn/index.docbook
|
||||
share/doc/HTML/en/krn/index.html
|
||||
share/doc/HTML/en/krn/introduction.html
|
||||
share/doc/HTML/en/krn/usingkrn.html
|
||||
share/doc/HTML/en/krn/usingthearticlewindow.html
|
||||
share/doc/HTML/en/ksirc/.anchors
|
||||
share/doc/HTML/en/ksirc/addingfilehandlestothemainselectloop.html
|
||||
share/doc/HTML/en/ksirc/bots.html
|
||||
@ -526,38 +642,64 @@ share/doc/HTML/en/pws/index.html
|
||||
share/doc/HTML/en/pws/installation.html
|
||||
share/doc/HTML/en/pws/introduction.html
|
||||
share/doc/HTML/en/pws/requirements.html
|
||||
share/icons/hicolor/32x32/apps/kbiff.png
|
||||
share/icons/hicolor/22x22/actions/message_delete.png
|
||||
share/icons/hicolor/22x22/actions/message_forward.png
|
||||
share/icons/hicolor/22x22/actions/message_get.png
|
||||
share/icons/hicolor/22x22/actions/message_reply.png
|
||||
share/icons/hicolor/22x22/actions/message_replyall.png
|
||||
share/icons/hicolor/32x32/actions/message_delete.png
|
||||
share/icons/hicolor/32x32/actions/message_forward.png
|
||||
share/icons/hicolor/32x32/actions/message_get.png
|
||||
share/icons/hicolor/32x32/actions/message_reply.png
|
||||
share/icons/hicolor/32x32/actions/message_replyall.png
|
||||
share/icons/hicolor/32x32/apps/karchie.png
|
||||
share/icons/hicolor/32x32/apps/kit.png
|
||||
share/icons/hicolor/32x32/apps/kmail.png
|
||||
share/icons/hicolor/32x32/apps/korn.png
|
||||
share/icons/hicolor/32x32/apps/kppp.png
|
||||
share/icons/hicolor/48x48/apps/kbiff.png
|
||||
share/icons/hicolor/32x32/apps/ksirc.png
|
||||
share/icons/hicolor/32x32/apps/ktalkd.png
|
||||
share/icons/hicolor/48x48/apps/karchie.png
|
||||
share/icons/hicolor/48x48/apps/kit.png
|
||||
share/icons/hicolor/48x48/apps/kmail.png
|
||||
share/icons/hicolor/48x48/apps/korn.png
|
||||
share/icons/hicolor/48x48/apps/kppp.png
|
||||
share/icons/locolor/16x16/apps/kbiff.png
|
||||
share/icons/hicolor/48x48/apps/ksirc.png
|
||||
share/icons/hicolor/48x48/apps/ktalkd.png
|
||||
share/icons/locolor/16x16/actions/kit_anonwarning.png
|
||||
share/icons/locolor/16x16/actions/kit_bold.png
|
||||
share/icons/locolor/16x16/actions/kit_info.png
|
||||
share/icons/locolor/16x16/actions/kit_logging.png
|
||||
share/icons/locolor/16x16/actions/kit_sound.png
|
||||
share/icons/locolor/16x16/actions/kit_status.png
|
||||
share/icons/locolor/16x16/actions/kit_timestamping.png
|
||||
share/icons/locolor/16x16/actions/kit_warning.png
|
||||
share/icons/locolor/16x16/actions/message_delete.png
|
||||
share/icons/locolor/16x16/actions/message_forward.png
|
||||
share/icons/locolor/16x16/actions/message_get.png
|
||||
share/icons/locolor/16x16/actions/message_reply.png
|
||||
share/icons/locolor/16x16/actions/message_replyall.png
|
||||
share/icons/locolor/16x16/apps/karchie.png
|
||||
share/icons/locolor/16x16/apps/kit.png
|
||||
share/icons/locolor/16x16/apps/kmail.png
|
||||
share/icons/locolor/16x16/apps/knode.png
|
||||
share/icons/locolor/16x16/apps/korn.png
|
||||
share/icons/locolor/16x16/apps/kppp.png
|
||||
share/icons/locolor/32x32/apps/kbiff.png
|
||||
share/icons/locolor/16x16/apps/ksirc.png
|
||||
share/icons/locolor/16x16/apps/ktalkd.png
|
||||
share/icons/locolor/32x32/apps/karchie.png
|
||||
share/icons/locolor/32x32/apps/kit.png
|
||||
share/icons/locolor/32x32/apps/kmail.png
|
||||
share/icons/locolor/32x32/apps/knode.png
|
||||
share/icons/locolor/32x32/apps/korn.png
|
||||
share/icons/locolor/32x32/apps/kppp.png
|
||||
@unexec rm -f %D/share/doc/HTML/en/caitoo/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/karchie/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kbiff/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kfinger/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kmail/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/knu/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/korn/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kppp/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/krn/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksirc/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ktalkd/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/pws/common
|
||||
share/icons/locolor/32x32/apps/ksirc.png
|
||||
share/icons/locolor/32x32/apps/ktalkd.png
|
||||
share/mimelnk/application/x-columbo.desktop
|
||||
share/sounds/ktalkd.wav
|
||||
@dirrm share/doc/HTML/en/pws
|
||||
@dirrm share/doc/HTML/en/ktalkd
|
||||
@dirrm share/doc/HTML/en/ksirc
|
||||
@dirrm share/doc/HTML/en/krn
|
||||
@dirrm share/doc/HTML/en/kppp
|
||||
@dirrm share/doc/HTML/en/korn
|
||||
@dirrm share/doc/HTML/en/knu
|
||||
@ -565,11 +707,15 @@ share/icons/locolor/32x32/apps/kppp.png
|
||||
@dirrm share/doc/HTML/en/kfinger
|
||||
@dirrm share/doc/HTML/en/kbiff
|
||||
@dirrm share/doc/HTML/en/karchie
|
||||
@dirrm share/doc/HTML/en/columbo
|
||||
@dirrm share/doc/HTML/en/caitoo
|
||||
@dirrm share/apps/libsearch/www-sites
|
||||
@dirrm share/apps/libsearch/news-search
|
||||
@dirrm share/apps/libsearch/ftp-sites
|
||||
@dirrm share/apps/libsearch
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/apps/libksearch/web-sites
|
||||
@dirrm share/apps/libksearch/people-sites
|
||||
@dirrm share/apps/libksearch/ftp-sites
|
||||
@dirrm share/apps/libksearch
|
||||
@dirrm share/apps/ksirc/pics
|
||||
@dirrm share/apps/ksirc
|
||||
@dirrm share/apps/kppp/pics
|
||||
@dirrm share/apps/kppp/Rules/Switzerland
|
||||
@dirrm share/apps/kppp/Rules/Sweden
|
||||
@ -622,7 +768,13 @@ share/icons/locolor/32x32/apps/kppp.png
|
||||
@dirrm share/apps/kppp/Provider/Austria
|
||||
@dirrm share/apps/kppp/Provider
|
||||
@dirrm share/apps/kppp
|
||||
@dirrm share/apps/knode/toolbar
|
||||
@dirrm share/apps/knode/pics
|
||||
@dirrm share/apps/knode/filters
|
||||
@dirrm share/apps/knode
|
||||
@dirrm share/apps/kmail/pics
|
||||
@dirrm share/apps/kmail
|
||||
@dirrm share/apps/kbiff/pics
|
||||
@dirrm share/apps/kbiff
|
||||
@dirrm share/apps/kit/pics
|
||||
@dirrm share/apps/kit
|
||||
@dirrm share/apps/keystone
|
||||
@dirrm include/ksearch
|
||||
|
@ -6,28 +6,37 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdenetwork
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= net news kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \
|
||||
qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
QwSpriteField.8:${PORTSDIR}/converters/kdesupport2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdenetwork
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -D_XOPEN_UNIX" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s:-lpthread:-pthread:g" ${WRKSRC}/knode/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,42 +1,50 @@
|
||||
bin/kbiff
|
||||
bin/dsirc
|
||||
bin/karchie
|
||||
bin/keystone
|
||||
bin/kit
|
||||
bin/kmail
|
||||
bin/knode
|
||||
bin/korn
|
||||
bin/kotalkd
|
||||
bin/kppp
|
||||
bin/kppplogview
|
||||
include/ftpsearch.h
|
||||
bin/ksirc
|
||||
bin/ksticker
|
||||
bin/ktalkd
|
||||
bin/ktalkdlg
|
||||
bin/mail.local
|
||||
include/kmailIface.h
|
||||
include/kping.h
|
||||
include/newssearch.h
|
||||
include/websearch.h
|
||||
lib/libsearch.la
|
||||
lib/libsearch.so.3
|
||||
include/ksearch/ftpsearch.h
|
||||
include/ksearch/peoplesearch.h
|
||||
include/ksearch/websearch.h
|
||||
lib/ksirc.la
|
||||
lib/ksirc.so
|
||||
lib/libkcm_ktalkd.la
|
||||
lib/libkcm_ktalkd.so
|
||||
lib/libksearch.la
|
||||
lib/libksearch.so.3
|
||||
share/applnk/Internet/KMail.desktop
|
||||
share/applnk/Internet/KNode.desktop
|
||||
share/applnk/Internet/KOrn.desktop
|
||||
share/applnk/Internet/Kppp.desktop
|
||||
share/applnk/Internet/kbiff.desktop
|
||||
share/applnk/Internet/karchie.desktop
|
||||
share/applnk/Internet/keystone.desktop
|
||||
share/applnk/Internet/kit.desktop
|
||||
share/applnk/Internet/kppplogview.desktop
|
||||
share/apps/kbiff/pics/delete.png
|
||||
share/apps/kbiff/pics/mailbox.png
|
||||
share/apps/kbiff/pics/mini-newmail.png
|
||||
share/apps/kbiff/pics/mini-noconn.png
|
||||
share/apps/kbiff/pics/mini-nomail.png
|
||||
share/apps/kbiff/pics/mini-oldmail.png
|
||||
share/apps/kbiff/pics/newmail.png
|
||||
share/apps/kbiff/pics/noconn.png
|
||||
share/apps/kbiff/pics/nomail.png
|
||||
share/apps/kbiff/pics/oldmail.png
|
||||
share/apps/kbiff/pics/playsound.png
|
||||
share/applnk/Internet/ksirc.desktop
|
||||
share/applnk/Settings/Network/kcmktalkd.desktop
|
||||
share/apps/keystone/keystoneui.rc
|
||||
share/apps/kit/eventsrc
|
||||
share/apps/kit/pics/kit_away.png
|
||||
share/apps/kit/pics/kit_group.png
|
||||
share/apps/kit/pics/kit_offline.png
|
||||
share/apps/kit/pics/kit_online.png
|
||||
share/apps/kmail/kmcomposerui.rc
|
||||
share/apps/kmail/kmmainwin.rc
|
||||
share/apps/kmail/pics/abdown.png
|
||||
share/apps/kmail/pics/abup.png
|
||||
share/apps/kmail/pics/attach.png
|
||||
share/apps/kmail/pics/checkmail.png
|
||||
share/apps/kmail/pics/closed.png
|
||||
share/apps/kmail/pics/feather_white.png
|
||||
share/apps/kmail/pics/filedel2.png
|
||||
share/apps/kmail/pics/fileforward.png
|
||||
share/apps/kmail/pics/filereply.png
|
||||
share/apps/kmail/pics/filereplyall.png
|
||||
share/apps/kmail/pics/green-bullet.png
|
||||
share/apps/kmail/pics/kdelogo.xpm
|
||||
share/apps/kmail/pics/kmfldin.png
|
||||
@ -57,10 +65,59 @@ share/apps/kmail/pics/kmtrash.png
|
||||
share/apps/kmail/pics/pgp-keys.png
|
||||
share/apps/kmail/pics/pub_key_red.png
|
||||
share/apps/kmail/pics/red-bullet.png
|
||||
share/apps/kmail/pics/send.png
|
||||
share/apps/kmail/pics/stopwatch.xbm
|
||||
share/apps/kmail/pics/stopwatchMask.xbm
|
||||
share/apps/kmail/pics/thumb_up.png
|
||||
share/apps/knode/filters/1.fltr
|
||||
share/apps/knode/filters/2.fltr
|
||||
share/apps/knode/filters/3.fltr
|
||||
share/apps/knode/filters/4.fltr
|
||||
share/apps/knode/filters/5.fltr
|
||||
share/apps/knode/filters/6.fltr
|
||||
share/apps/knode/filters/filters.rc
|
||||
share/apps/knode/headers.rc
|
||||
share/apps/knode/kncomposerui.rc
|
||||
share/apps/knode/knodeui.rc
|
||||
share/apps/knode/knreaderui.rc
|
||||
share/apps/knode/pics/accmail.png
|
||||
share/apps/knode/pics/arrow_left.png
|
||||
share/apps/knode/pics/arrow_right.png
|
||||
share/apps/knode/pics/ctlart.png
|
||||
share/apps/knode/pics/eyes.png
|
||||
share/apps/knode/pics/fltrblue.png
|
||||
share/apps/knode/pics/fltrgrey.png
|
||||
share/apps/knode/pics/folder.png
|
||||
share/apps/knode/pics/greyball.png
|
||||
share/apps/knode/pics/greyballchk.png
|
||||
share/apps/knode/pics/group.png
|
||||
share/apps/knode/pics/groupkat.png
|
||||
share/apps/knode/pics/mail.png
|
||||
share/apps/knode/pics/newsubs.png
|
||||
share/apps/knode/pics/pen.png
|
||||
share/apps/knode/pics/posting.png
|
||||
share/apps/knode/pics/redball.png
|
||||
share/apps/knode/pics/redballchk.png
|
||||
share/apps/knode/pics/server.png
|
||||
share/apps/knode/pics/smile.png
|
||||
share/apps/knode/pics/snderr.png
|
||||
share/apps/knode/pics/stat_cncl.png
|
||||
share/apps/knode/pics/stat_edit.png
|
||||
share/apps/knode/pics/stat_saved.png
|
||||
share/apps/knode/pics/stat_sent.png
|
||||
share/apps/knode/toolbar/delete.png
|
||||
share/apps/knode/toolbar/dlall.png
|
||||
share/apps/knode/toolbar/filter.png
|
||||
share/apps/knode/toolbar/fwd.png
|
||||
share/apps/knode/toolbar/grpdlg.png
|
||||
share/apps/knode/toolbar/newmsg.png
|
||||
share/apps/knode/toolbar/nextart.png
|
||||
share/apps/knode/toolbar/nextthr.png
|
||||
share/apps/knode/toolbar/remail.png
|
||||
share/apps/knode/toolbar/reply.png
|
||||
share/apps/knode/toolbar/save.png
|
||||
share/apps/knode/toolbar/search.png
|
||||
share/apps/knode/toolbar/sendnow.png
|
||||
share/apps/knode/toolbar/settings.png
|
||||
share/apps/knode/toolbar/signature.png
|
||||
share/apps/kppp/Provider/Austria/.directory
|
||||
share/apps/kppp/Provider/Austria/Simon%032Media
|
||||
share/apps/kppp/Provider/Denmark/.directory
|
||||
@ -70,6 +127,7 @@ share/apps/kppp/Provider/Germany/CityWeb
|
||||
share/apps/kppp/Provider/Germany/FH%032Rhein%032Sieg%032%040Informatik%041
|
||||
share/apps/kppp/Provider/Germany/Netsurf
|
||||
share/apps/kppp/Provider/NewZealand/.directory
|
||||
share/apps/kppp/Provider/NewZealand/OrconInternet
|
||||
share/apps/kppp/Provider/NewZealand/Paradise
|
||||
share/apps/kppp/Provider/NewZealand/Voyager
|
||||
share/apps/kppp/Provider/NewZealand/XTRA
|
||||
@ -119,9 +177,7 @@ share/apps/kppp/Rules/Croatia/iskon_lokalni_poziv.rst
|
||||
share/apps/kppp/Rules/Croatia/iskon_medjugradski_poziv.rst
|
||||
share/apps/kppp/Rules/Croatia/iskon_zagrebacka_zupanija.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_City.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo1.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo2.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo3.rst
|
||||
share/apps/kppp/Rules/Czechia/Czech_Telecom_Internet2000.rst
|
||||
share/apps/kppp/Rules/Denmark/12Move_Analog.rst
|
||||
share/apps/kppp/Rules/Denmark/12Move_ISDN.rst
|
||||
share/apps/kppp/Rules/Denmark/Cybercity_Friabonnement.rst
|
||||
@ -143,10 +199,13 @@ share/apps/kppp/Rules/Germany/AddCom_by_Call.rst
|
||||
share/apps/kppp/Rules/Germany/Addcom.rst
|
||||
share/apps/kppp/Rules/Germany/CallOkaynet.rst
|
||||
share/apps/kppp/Rules/Germany/City_Activ_Plus_Option.rst
|
||||
share/apps/kppp/Rules/Germany/Freenet_Enterprise.rst
|
||||
share/apps/kppp/Rules/Germany/Mobilcom_Freenet.rst
|
||||
share/apps/kppp/Rules/Germany/NGI_Call_By_Call.rst
|
||||
share/apps/kppp/Rules/Germany/Nikoma.rst
|
||||
share/apps/kppp/Rules/Germany/Nikoma_Internet_by_Call.rst
|
||||
share/apps/kppp/Rules/Germany/Nikoma_Study_and_Surf.rst
|
||||
share/apps/kppp/Rules/Germany/Planet-Interkom_Internet_by_call.rst
|
||||
share/apps/kppp/Rules/Germany/Telekom_City_Select_5_30.rst
|
||||
share/apps/kppp/Rules/Germany/knUUt-by-Call.rst
|
||||
share/apps/kppp/Rules/Germany/talkline_by_call.rst
|
||||
@ -191,16 +250,20 @@ share/apps/kppp/Rules/Luxembourg/Local.rst
|
||||
share/apps/kppp/Rules/Malaysia/TMNet_Jaring.rst
|
||||
share/apps/kppp/Rules/Malaysia/malaysia.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelBasis_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelBasis_Lokaal_Nummervoordeel.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelBudget_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelPlus_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/BelPlus_Lokaal_Nummervoordeel.rst
|
||||
share/apps/kppp/Rules/Netherlands/NedpointBasis_Lokaal.rst
|
||||
share/apps/kppp/Rules/Netherlands/NedpointBelBespaar_Lokaal.rst
|
||||
share/apps/kppp/Rules/Norway/Local_Area.rst
|
||||
share/apps/kppp/Rules/Norway/Long_Distance.rst
|
||||
share/apps/kppp/Rules/Poland/Internetia.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_100km_Niebieska.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_100km_Zielona.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_Lokalne_Niebieska.rst
|
||||
share/apps/kppp/Rules/Poland/Netia_Lokalne_Zielona.rst
|
||||
share/apps/kppp/Rules/Poland/TPSA.rst
|
||||
share/apps/kppp/Rules/Poland/TP_100km.rst
|
||||
share/apps/kppp/Rules/Poland/TP_Lokalne.rst
|
||||
share/apps/kppp/Rules/Portugal/PT_Local.rst
|
||||
@ -251,10 +314,69 @@ share/apps/kppp/pics/modemleft.png
|
||||
share/apps/kppp/pics/modemnone.png
|
||||
share/apps/kppp/pics/modemright.png
|
||||
share/apps/kppp/pics/phone.png
|
||||
share/apps/libsearch/ftp-sites/lycos
|
||||
share/apps/libsearch/news-search/deja
|
||||
share/apps/libsearch/www-sites/altavista
|
||||
share/apps/libsearch/www-sites/excite
|
||||
share/apps/ksirc/commands-handler.pl
|
||||
share/apps/ksirc/commands-perl.pl
|
||||
share/apps/ksirc/convert_commands.pl
|
||||
share/apps/ksirc/dcc_progress.pm
|
||||
share/apps/ksirc/dcc_status.pm
|
||||
share/apps/ksirc/filters.pl
|
||||
share/apps/ksirc/ksirc.pl
|
||||
share/apps/ksirc/ksirclistbox.pm
|
||||
share/apps/ksirc/load_all.pm
|
||||
share/apps/ksirc/palistbox.pm
|
||||
share/apps/ksirc/pbase.pm
|
||||
share/apps/ksirc/pboxlayout.pm
|
||||
share/apps/ksirc/pbutton.pm
|
||||
share/apps/ksirc/pframe.pm
|
||||
share/apps/ksirc/pics/arrow.png
|
||||
share/apps/ksirc/pics/blueball.png
|
||||
share/apps/ksirc/pics/bluepin.png
|
||||
share/apps/ksirc/pics/channel.xpm
|
||||
share/apps/ksirc/pics/channels.xpm
|
||||
share/apps/ksirc/pics/greenpin.png
|
||||
share/apps/ksirc/pics/info.png
|
||||
share/apps/ksirc/pics/info1.png
|
||||
share/apps/ksirc/pics/ksirc.png
|
||||
share/apps/ksirc/pics/ksirc_a.xpm
|
||||
share/apps/ksirc/pics/ksirc_b.xpm
|
||||
share/apps/ksirc/pics/ksirc_dock.xpm
|
||||
share/apps/ksirc/pics/madsmiley.png
|
||||
share/apps/ksirc/pics/mini-run.png
|
||||
share/apps/ksirc/pics/server.xpm
|
||||
share/apps/ksirc/pics/smiley.png
|
||||
share/apps/ksirc/pics/star.png
|
||||
share/apps/ksirc/pkfiledialog.pm
|
||||
share/apps/ksirc/plabel.pm
|
||||
share/apps/ksirc/plined.pm
|
||||
share/apps/ksirc/plistbox.pm
|
||||
share/apps/ksirc/pmenudta.pm
|
||||
share/apps/ksirc/pobjfinder.pm
|
||||
share/apps/ksirc/ppopmenu.pm
|
||||
share/apps/ksirc/pprogress.pm
|
||||
share/apps/ksirc/ppushbt.pm
|
||||
share/apps/ksirc/ptabdialog.pm
|
||||
share/apps/ksirc/ptablevw.pm
|
||||
share/apps/ksirc/puke.pl
|
||||
share/apps/ksirc/pwidget.pm
|
||||
share/apps/ksirc/relnotes
|
||||
share/apps/ksirc/servers.ini
|
||||
share/apps/ksirc/servers.txt
|
||||
share/apps/ksirc/sirc.help.gz
|
||||
share/apps/ksirc/small.pl
|
||||
share/apps/ksirc/test.pl
|
||||
share/apps/ksirc/tester.pl
|
||||
share/apps/libksearch/ftp-sites/lycos.columbo
|
||||
share/apps/libksearch/people-sites/bigfoot.columbo
|
||||
share/apps/libksearch/people-sites/humboldt.columbo
|
||||
share/apps/libksearch/people-sites/nldap.columbo
|
||||
share/apps/libksearch/web-sites/altavista.columbo
|
||||
share/apps/libksearch/web-sites/cnn.columbo
|
||||
share/apps/libksearch/web-sites/excite.columbo
|
||||
share/apps/libksearch/web-sites/google.columbo
|
||||
share/apps/libksearch/web-sites/raging.columbo
|
||||
share/config/karchierc
|
||||
share/config/ktalkdrc
|
||||
share/config/protocols/vnc.desktop
|
||||
share/doc/HTML/en/caitoo/.anchors
|
||||
share/doc/HTML/en/caitoo/addnew.html
|
||||
share/doc/HTML/en/caitoo/automation.html
|
||||
@ -291,6 +413,15 @@ share/doc/HTML/en/caitoo/toolbar.png
|
||||
share/doc/HTML/en/caitoo/transferconfigdlg.html
|
||||
share/doc/HTML/en/caitoo/transfermodes.html
|
||||
share/doc/HTML/en/caitoo/workingwithcaitoo.html
|
||||
share/doc/HTML/en/columbo/.anchors
|
||||
share/doc/HTML/en/columbo/credits.html
|
||||
share/doc/HTML/en/columbo/ftp-search.html
|
||||
share/doc/HTML/en/columbo/index.docbook
|
||||
share/doc/HTML/en/columbo/index.html
|
||||
share/doc/HTML/en/columbo/introduction.html
|
||||
share/doc/HTML/en/columbo/nic-search.html
|
||||
share/doc/HTML/en/columbo/plugins.html
|
||||
share/doc/HTML/en/columbo/web-search.html
|
||||
share/doc/HTML/en/karchie/.anchors
|
||||
share/doc/HTML/en/karchie/advancedconfiguring.html
|
||||
share/doc/HTML/en/karchie/authorsandrecendversions.html
|
||||
@ -354,22 +485,16 @@ share/doc/HTML/en/kfinger/setupw.png
|
||||
share/doc/HTML/en/kfinger/statusbar.html
|
||||
share/doc/HTML/en/kfinger/toolbar.html
|
||||
share/doc/HTML/en/kmail/.anchors
|
||||
share/doc/HTML/en/kmail/appearancetab.html
|
||||
share/doc/HTML/en/kmail/composertab.html
|
||||
share/doc/HTML/en/kmail/copyright.html
|
||||
share/doc/HTML/en/kmail/documentation.html
|
||||
share/doc/HTML/en/kmail/epilogue.html
|
||||
share/doc/HTML/en/kmail/faq.html
|
||||
share/doc/HTML/en/kmail/filters.html
|
||||
share/doc/HTML/en/kmail/howcanifindouthowmanyunreadmessagesihaveinam.html
|
||||
share/doc/HTML/en/kmail/howdoiautomaticallyinsertatextfooterwithinth.html
|
||||
share/doc/HTML/en/kmail/howdoileavemailontheserverfromthekdefaq.html
|
||||
share/doc/HTML/en/kmail/index.cvlog
|
||||
share/doc/HTML/en/kmail/index.docbook
|
||||
share/doc/HTML/en/kmail/index.html
|
||||
share/doc/HTML/en/kmail/misctab.html
|
||||
share/doc/HTML/en/kmail/networktab.html
|
||||
share/doc/HTML/en/kmail/pgptab.html
|
||||
share/doc/HTML/en/kmail/questionsandanswers.html
|
||||
share/doc/HTML/en/kmail/seccustomizing.html
|
||||
share/doc/HTML/en/kmail/secfolders.html
|
||||
share/doc/HTML/en/kmail/secgettingstarted.html
|
||||
@ -378,15 +503,14 @@ share/doc/HTML/en/kmail/secintro.html
|
||||
share/doc/HTML/en/kmail/secmenus.html
|
||||
share/doc/HTML/en/kmail/secmultipleaccounts.html
|
||||
share/doc/HTML/en/kmail/secpgp.html
|
||||
share/doc/HTML/en/kmail/secqasendmail.html
|
||||
share/doc/HTML/en/kmail/securitytab.html
|
||||
share/doc/HTML/en/kmail/secusingkmail.html
|
||||
share/doc/HTML/en/kmail/settingupyouraccount.html
|
||||
share/doc/HTML/en/kmail/team.html
|
||||
share/doc/HTML/en/kmail/testingyoursetup.html
|
||||
share/doc/HTML/en/kmail/theaddressbook.html
|
||||
share/doc/HTML/en/kmail/thecomposerwindow.html
|
||||
share/doc/HTML/en/kmail/thecomposerwindow2.html
|
||||
share/doc/HTML/en/kmail/whydoeskmailkeepaskingmeforthelocationofmysi.html
|
||||
share/doc/HTML/en/kmail/whydoesntwordwrapworkinthecomposerwindow.html
|
||||
share/doc/HTML/en/knu/.anchors
|
||||
share/doc/HTML/en/knu/author.html
|
||||
share/doc/HTML/en/knu/configuration.html
|
||||
@ -438,6 +562,7 @@ share/doc/HTML/en/kppp/autoconfigurehostname.html
|
||||
share/doc/HTML/en/kppp/cb.html
|
||||
share/doc/HTML/en/kppp/compilationandinstallation.html
|
||||
share/doc/HTML/en/kppp/configuringanaccount.html
|
||||
share/doc/HTML/en/kppp/costsgraphs.fig
|
||||
share/doc/HTML/en/kppp/costsgraphs.png
|
||||
share/doc/HTML/en/kppp/dns.html
|
||||
share/doc/HTML/en/kppp/gateway.html
|
||||
@ -450,6 +575,7 @@ share/doc/HTML/en/kppp/index.docbook
|
||||
share/doc/HTML/en/kppp/index.html
|
||||
share/doc/HTML/en/kppp/installation.html
|
||||
share/doc/HTML/en/kppp/introduction.html
|
||||
share/doc/HTML/en/kppp/kppp.faq.question
|
||||
share/doc/HTML/en/kppp/kppphasthesuidbitonwhataboutsecurity.html
|
||||
share/doc/HTML/en/kppp/kppprelatedfiles.html
|
||||
share/doc/HTML/en/kppp/licenseandwarranty.html
|
||||
@ -470,19 +596,9 @@ share/doc/HTML/en/kppp/reportingproblemswithkppp.html
|
||||
share/doc/HTML/en/kppp/requirements.html
|
||||
share/doc/HTML/en/kppp/security.html
|
||||
share/doc/HTML/en/kppp/settingupkppp.html
|
||||
share/doc/HTML/en/kppp/ttyS-cua.txt
|
||||
share/doc/HTML/en/kppp/volaccounting.html
|
||||
share/doc/HTML/en/kppp/windowsntrascallback.html
|
||||
share/doc/HTML/en/krn/.anchors
|
||||
share/doc/HTML/en/krn/connected.xpm
|
||||
share/doc/HTML/en/krn/disconnected.xpm
|
||||
share/doc/HTML/en/krn/groups.png
|
||||
share/doc/HTML/en/krn/howtoreadnewsoffline.html
|
||||
share/doc/HTML/en/krn/index.cvlog
|
||||
share/doc/HTML/en/krn/index.docbook
|
||||
share/doc/HTML/en/krn/index.html
|
||||
share/doc/HTML/en/krn/introduction.html
|
||||
share/doc/HTML/en/krn/usingkrn.html
|
||||
share/doc/HTML/en/krn/usingthearticlewindow.html
|
||||
share/doc/HTML/en/ksirc/.anchors
|
||||
share/doc/HTML/en/ksirc/addingfilehandlestothemainselectloop.html
|
||||
share/doc/HTML/en/ksirc/bots.html
|
||||
@ -526,38 +642,64 @@ share/doc/HTML/en/pws/index.html
|
||||
share/doc/HTML/en/pws/installation.html
|
||||
share/doc/HTML/en/pws/introduction.html
|
||||
share/doc/HTML/en/pws/requirements.html
|
||||
share/icons/hicolor/32x32/apps/kbiff.png
|
||||
share/icons/hicolor/22x22/actions/message_delete.png
|
||||
share/icons/hicolor/22x22/actions/message_forward.png
|
||||
share/icons/hicolor/22x22/actions/message_get.png
|
||||
share/icons/hicolor/22x22/actions/message_reply.png
|
||||
share/icons/hicolor/22x22/actions/message_replyall.png
|
||||
share/icons/hicolor/32x32/actions/message_delete.png
|
||||
share/icons/hicolor/32x32/actions/message_forward.png
|
||||
share/icons/hicolor/32x32/actions/message_get.png
|
||||
share/icons/hicolor/32x32/actions/message_reply.png
|
||||
share/icons/hicolor/32x32/actions/message_replyall.png
|
||||
share/icons/hicolor/32x32/apps/karchie.png
|
||||
share/icons/hicolor/32x32/apps/kit.png
|
||||
share/icons/hicolor/32x32/apps/kmail.png
|
||||
share/icons/hicolor/32x32/apps/korn.png
|
||||
share/icons/hicolor/32x32/apps/kppp.png
|
||||
share/icons/hicolor/48x48/apps/kbiff.png
|
||||
share/icons/hicolor/32x32/apps/ksirc.png
|
||||
share/icons/hicolor/32x32/apps/ktalkd.png
|
||||
share/icons/hicolor/48x48/apps/karchie.png
|
||||
share/icons/hicolor/48x48/apps/kit.png
|
||||
share/icons/hicolor/48x48/apps/kmail.png
|
||||
share/icons/hicolor/48x48/apps/korn.png
|
||||
share/icons/hicolor/48x48/apps/kppp.png
|
||||
share/icons/locolor/16x16/apps/kbiff.png
|
||||
share/icons/hicolor/48x48/apps/ksirc.png
|
||||
share/icons/hicolor/48x48/apps/ktalkd.png
|
||||
share/icons/locolor/16x16/actions/kit_anonwarning.png
|
||||
share/icons/locolor/16x16/actions/kit_bold.png
|
||||
share/icons/locolor/16x16/actions/kit_info.png
|
||||
share/icons/locolor/16x16/actions/kit_logging.png
|
||||
share/icons/locolor/16x16/actions/kit_sound.png
|
||||
share/icons/locolor/16x16/actions/kit_status.png
|
||||
share/icons/locolor/16x16/actions/kit_timestamping.png
|
||||
share/icons/locolor/16x16/actions/kit_warning.png
|
||||
share/icons/locolor/16x16/actions/message_delete.png
|
||||
share/icons/locolor/16x16/actions/message_forward.png
|
||||
share/icons/locolor/16x16/actions/message_get.png
|
||||
share/icons/locolor/16x16/actions/message_reply.png
|
||||
share/icons/locolor/16x16/actions/message_replyall.png
|
||||
share/icons/locolor/16x16/apps/karchie.png
|
||||
share/icons/locolor/16x16/apps/kit.png
|
||||
share/icons/locolor/16x16/apps/kmail.png
|
||||
share/icons/locolor/16x16/apps/knode.png
|
||||
share/icons/locolor/16x16/apps/korn.png
|
||||
share/icons/locolor/16x16/apps/kppp.png
|
||||
share/icons/locolor/32x32/apps/kbiff.png
|
||||
share/icons/locolor/16x16/apps/ksirc.png
|
||||
share/icons/locolor/16x16/apps/ktalkd.png
|
||||
share/icons/locolor/32x32/apps/karchie.png
|
||||
share/icons/locolor/32x32/apps/kit.png
|
||||
share/icons/locolor/32x32/apps/kmail.png
|
||||
share/icons/locolor/32x32/apps/knode.png
|
||||
share/icons/locolor/32x32/apps/korn.png
|
||||
share/icons/locolor/32x32/apps/kppp.png
|
||||
@unexec rm -f %D/share/doc/HTML/en/caitoo/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/karchie/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kbiff/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kfinger/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kmail/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/knu/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/korn/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/kppp/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/krn/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ksirc/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/ktalkd/common
|
||||
@unexec rm -f %D/share/doc/HTML/en/pws/common
|
||||
share/icons/locolor/32x32/apps/ksirc.png
|
||||
share/icons/locolor/32x32/apps/ktalkd.png
|
||||
share/mimelnk/application/x-columbo.desktop
|
||||
share/sounds/ktalkd.wav
|
||||
@dirrm share/doc/HTML/en/pws
|
||||
@dirrm share/doc/HTML/en/ktalkd
|
||||
@dirrm share/doc/HTML/en/ksirc
|
||||
@dirrm share/doc/HTML/en/krn
|
||||
@dirrm share/doc/HTML/en/kppp
|
||||
@dirrm share/doc/HTML/en/korn
|
||||
@dirrm share/doc/HTML/en/knu
|
||||
@ -565,11 +707,15 @@ share/icons/locolor/32x32/apps/kppp.png
|
||||
@dirrm share/doc/HTML/en/kfinger
|
||||
@dirrm share/doc/HTML/en/kbiff
|
||||
@dirrm share/doc/HTML/en/karchie
|
||||
@dirrm share/doc/HTML/en/columbo
|
||||
@dirrm share/doc/HTML/en/caitoo
|
||||
@dirrm share/apps/libsearch/www-sites
|
||||
@dirrm share/apps/libsearch/news-search
|
||||
@dirrm share/apps/libsearch/ftp-sites
|
||||
@dirrm share/apps/libsearch
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/apps/libksearch/web-sites
|
||||
@dirrm share/apps/libksearch/people-sites
|
||||
@dirrm share/apps/libksearch/ftp-sites
|
||||
@dirrm share/apps/libksearch
|
||||
@dirrm share/apps/ksirc/pics
|
||||
@dirrm share/apps/ksirc
|
||||
@dirrm share/apps/kppp/pics
|
||||
@dirrm share/apps/kppp/Rules/Switzerland
|
||||
@dirrm share/apps/kppp/Rules/Sweden
|
||||
@ -622,7 +768,13 @@ share/icons/locolor/32x32/apps/kppp.png
|
||||
@dirrm share/apps/kppp/Provider/Austria
|
||||
@dirrm share/apps/kppp/Provider
|
||||
@dirrm share/apps/kppp
|
||||
@dirrm share/apps/knode/toolbar
|
||||
@dirrm share/apps/knode/pics
|
||||
@dirrm share/apps/knode/filters
|
||||
@dirrm share/apps/knode
|
||||
@dirrm share/apps/kmail/pics
|
||||
@dirrm share/apps/kmail
|
||||
@dirrm share/apps/kbiff/pics
|
||||
@dirrm share/apps/kbiff
|
||||
@dirrm share/apps/kit/pics
|
||||
@dirrm share/apps/kit
|
||||
@dirrm share/apps/keystone
|
||||
@dirrm include/ksearch
|
||||
|
@ -6,25 +6,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdetoys
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-clocks kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdetoys
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= DO_NOT_COMPILE=mouse MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" DO_NOT_COMPILE=mouse LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdetoys-1.90.tar.bz2) = 6f8883a62031af941dd2b6cd529c7f61
|
||||
MD5 (kdetoys-20000724A.tar.bz2) = 91e240c893a1a07239d58516f0be60e6
|
||||
|
@ -2,10 +2,12 @@ bin/amor
|
||||
bin/kmoon
|
||||
bin/kteatime
|
||||
bin/kworldwatch
|
||||
share/applnk/Games/amor.kdelnk
|
||||
share/applnk/Utilities/kmoon.desktop
|
||||
share/applnk/Utilities/kteatime.desktop
|
||||
share/applnk/Utilities/kworldwatch.desktop
|
||||
lib/libkeyesapplet.la
|
||||
lib/libkeyesapplet.so.1
|
||||
share/applnk/Toys/amor.desktop
|
||||
share/applnk/Toys/kmoon.desktop
|
||||
share/applnk/Toys/kteatime.desktop
|
||||
share/applnk/Toys/kworldwatch.desktop
|
||||
share/apps/amor/b/b-f.xpm
|
||||
share/apps/amor/b/b-f2.xpm
|
||||
share/apps/amor/b/b1-r.xpm
|
||||
@ -173,6 +175,7 @@ share/apps/amor/ghost/ghost_z5.xpm
|
||||
share/apps/amor/ghostrc
|
||||
share/apps/amor/tips-en
|
||||
share/apps/kdesktop/programs/kdeworld.desktop
|
||||
share/apps/kicker/applets/eyesapplet.desktop
|
||||
share/apps/kmoon/pics/moon1.png
|
||||
share/apps/kmoon/pics/moon10.png
|
||||
share/apps/kmoon/pics/moon11.png
|
||||
@ -202,13 +205,13 @@ share/apps/kmoon/pics/moon6.png
|
||||
share/apps/kmoon/pics/moon7.png
|
||||
share/apps/kmoon/pics/moon8.png
|
||||
share/apps/kmoon/pics/moon9.png
|
||||
share/apps/kworldwatch/pics/bio_800.jpg
|
||||
share/apps/kworldwatch/pics/depths_400.jpg
|
||||
share/apps/kworldwatch/pics/bio_800.png
|
||||
share/apps/kworldwatch/pics/depths_400.png
|
||||
share/apps/kworldwatch/pics/flag-blue.xpm
|
||||
share/apps/kworldwatch/pics/flag-green.xpm
|
||||
share/apps/kworldwatch/pics/flag-red.xpm
|
||||
share/apps/kworldwatch/pics/flag-yellow.xpm
|
||||
share/apps/kworldwatch/pics/photo_400.jpg
|
||||
share/apps/kworldwatch/pics/photo_400.png
|
||||
share/apps/kworldwatch/pics/world2.png
|
||||
share/doc/HTML/en/mouse/.anchors
|
||||
share/doc/HTML/en/mouse/compilationandinstallation.html
|
||||
@ -220,6 +223,7 @@ share/doc/HTML/en/mouse/index.html
|
||||
share/doc/HTML/en/mouse/installation.html
|
||||
share/doc/HTML/en/mouse/introduction.html
|
||||
share/doc/HTML/en/mouse/onscreenoperation.html
|
||||
share/icons/hicolor/32x32/apps/amor.png
|
||||
share/icons/hicolor/32x32/apps/kmoon.png
|
||||
share/icons/hicolor/32x32/apps/kworldwatch.png
|
||||
share/icons/hicolor/48x48/apps/kmoon.png
|
||||
@ -228,18 +232,15 @@ share/icons/locolor/16x16/apps/amor.png
|
||||
share/icons/locolor/16x16/apps/kmoon.png
|
||||
share/icons/locolor/16x16/apps/kteatime.png
|
||||
share/icons/locolor/16x16/apps/kworldwatch.png
|
||||
share/icons/locolor/32x32/apps/amor.png
|
||||
share/icons/locolor/32x32/apps/kmoon.png
|
||||
share/icons/locolor/32x32/apps/kworldwatch.png
|
||||
@unexec rm -f %D/share/apps/amor/tips-default
|
||||
@unexec rm -f %D/share/doc/HTML/en/mouse/common
|
||||
@dirrm share/doc/HTML/en/mouse
|
||||
@dirrm share/apps/kworldwatch/pics
|
||||
@dirrm share/apps/kworldwatch
|
||||
@dirrm share/apps/kmoon/pics
|
||||
@dirrm share/apps/kmoon
|
||||
@dirrm share/apps/kicker/applets
|
||||
@dirrm share/apps/kdesktop/programs
|
||||
@dirrm share/apps/kdesktop
|
||||
@dirrm share/apps/amor/ghost
|
||||
@dirrm share/apps/amor/eyes
|
||||
@dirrm share/apps/amor/blob
|
||||
|
@ -6,25 +6,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdetoys
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-clocks kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdetoys
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= DO_NOT_COMPILE=mouse MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" DO_NOT_COMPILE=mouse LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdetoys-1.90.tar.bz2) = 6f8883a62031af941dd2b6cd529c7f61
|
||||
MD5 (kdetoys-20000724A.tar.bz2) = 91e240c893a1a07239d58516f0be60e6
|
||||
|
@ -2,10 +2,12 @@ bin/amor
|
||||
bin/kmoon
|
||||
bin/kteatime
|
||||
bin/kworldwatch
|
||||
share/applnk/Games/amor.kdelnk
|
||||
share/applnk/Utilities/kmoon.desktop
|
||||
share/applnk/Utilities/kteatime.desktop
|
||||
share/applnk/Utilities/kworldwatch.desktop
|
||||
lib/libkeyesapplet.la
|
||||
lib/libkeyesapplet.so.1
|
||||
share/applnk/Toys/amor.desktop
|
||||
share/applnk/Toys/kmoon.desktop
|
||||
share/applnk/Toys/kteatime.desktop
|
||||
share/applnk/Toys/kworldwatch.desktop
|
||||
share/apps/amor/b/b-f.xpm
|
||||
share/apps/amor/b/b-f2.xpm
|
||||
share/apps/amor/b/b1-r.xpm
|
||||
@ -173,6 +175,7 @@ share/apps/amor/ghost/ghost_z5.xpm
|
||||
share/apps/amor/ghostrc
|
||||
share/apps/amor/tips-en
|
||||
share/apps/kdesktop/programs/kdeworld.desktop
|
||||
share/apps/kicker/applets/eyesapplet.desktop
|
||||
share/apps/kmoon/pics/moon1.png
|
||||
share/apps/kmoon/pics/moon10.png
|
||||
share/apps/kmoon/pics/moon11.png
|
||||
@ -202,13 +205,13 @@ share/apps/kmoon/pics/moon6.png
|
||||
share/apps/kmoon/pics/moon7.png
|
||||
share/apps/kmoon/pics/moon8.png
|
||||
share/apps/kmoon/pics/moon9.png
|
||||
share/apps/kworldwatch/pics/bio_800.jpg
|
||||
share/apps/kworldwatch/pics/depths_400.jpg
|
||||
share/apps/kworldwatch/pics/bio_800.png
|
||||
share/apps/kworldwatch/pics/depths_400.png
|
||||
share/apps/kworldwatch/pics/flag-blue.xpm
|
||||
share/apps/kworldwatch/pics/flag-green.xpm
|
||||
share/apps/kworldwatch/pics/flag-red.xpm
|
||||
share/apps/kworldwatch/pics/flag-yellow.xpm
|
||||
share/apps/kworldwatch/pics/photo_400.jpg
|
||||
share/apps/kworldwatch/pics/photo_400.png
|
||||
share/apps/kworldwatch/pics/world2.png
|
||||
share/doc/HTML/en/mouse/.anchors
|
||||
share/doc/HTML/en/mouse/compilationandinstallation.html
|
||||
@ -220,6 +223,7 @@ share/doc/HTML/en/mouse/index.html
|
||||
share/doc/HTML/en/mouse/installation.html
|
||||
share/doc/HTML/en/mouse/introduction.html
|
||||
share/doc/HTML/en/mouse/onscreenoperation.html
|
||||
share/icons/hicolor/32x32/apps/amor.png
|
||||
share/icons/hicolor/32x32/apps/kmoon.png
|
||||
share/icons/hicolor/32x32/apps/kworldwatch.png
|
||||
share/icons/hicolor/48x48/apps/kmoon.png
|
||||
@ -228,18 +232,15 @@ share/icons/locolor/16x16/apps/amor.png
|
||||
share/icons/locolor/16x16/apps/kmoon.png
|
||||
share/icons/locolor/16x16/apps/kteatime.png
|
||||
share/icons/locolor/16x16/apps/kworldwatch.png
|
||||
share/icons/locolor/32x32/apps/amor.png
|
||||
share/icons/locolor/32x32/apps/kmoon.png
|
||||
share/icons/locolor/32x32/apps/kworldwatch.png
|
||||
@unexec rm -f %D/share/apps/amor/tips-default
|
||||
@unexec rm -f %D/share/doc/HTML/en/mouse/common
|
||||
@dirrm share/doc/HTML/en/mouse
|
||||
@dirrm share/apps/kworldwatch/pics
|
||||
@dirrm share/apps/kworldwatch
|
||||
@dirrm share/apps/kmoon/pics
|
||||
@dirrm share/apps/kmoon
|
||||
@dirrm share/apps/kicker/applets
|
||||
@dirrm share/apps/kdesktop/programs
|
||||
@dirrm share/apps/kdesktop
|
||||
@dirrm share/apps/amor/ghost
|
||||
@dirrm share/apps/amor/eyes
|
||||
@dirrm share/apps/amor/blob
|
||||
|
@ -6,25 +6,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdetoys
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-clocks kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
WRKSRC= ${WRKDIR}/kdetoys
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= DO_NOT_COMPILE=mouse MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" DO_NOT_COMPILE=mouse LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdetoys-1.90.tar.bz2) = 6f8883a62031af941dd2b6cd529c7f61
|
||||
MD5 (kdetoys-20000724A.tar.bz2) = 91e240c893a1a07239d58516f0be60e6
|
||||
|
@ -2,10 +2,12 @@ bin/amor
|
||||
bin/kmoon
|
||||
bin/kteatime
|
||||
bin/kworldwatch
|
||||
share/applnk/Games/amor.kdelnk
|
||||
share/applnk/Utilities/kmoon.desktop
|
||||
share/applnk/Utilities/kteatime.desktop
|
||||
share/applnk/Utilities/kworldwatch.desktop
|
||||
lib/libkeyesapplet.la
|
||||
lib/libkeyesapplet.so.1
|
||||
share/applnk/Toys/amor.desktop
|
||||
share/applnk/Toys/kmoon.desktop
|
||||
share/applnk/Toys/kteatime.desktop
|
||||
share/applnk/Toys/kworldwatch.desktop
|
||||
share/apps/amor/b/b-f.xpm
|
||||
share/apps/amor/b/b-f2.xpm
|
||||
share/apps/amor/b/b1-r.xpm
|
||||
@ -173,6 +175,7 @@ share/apps/amor/ghost/ghost_z5.xpm
|
||||
share/apps/amor/ghostrc
|
||||
share/apps/amor/tips-en
|
||||
share/apps/kdesktop/programs/kdeworld.desktop
|
||||
share/apps/kicker/applets/eyesapplet.desktop
|
||||
share/apps/kmoon/pics/moon1.png
|
||||
share/apps/kmoon/pics/moon10.png
|
||||
share/apps/kmoon/pics/moon11.png
|
||||
@ -202,13 +205,13 @@ share/apps/kmoon/pics/moon6.png
|
||||
share/apps/kmoon/pics/moon7.png
|
||||
share/apps/kmoon/pics/moon8.png
|
||||
share/apps/kmoon/pics/moon9.png
|
||||
share/apps/kworldwatch/pics/bio_800.jpg
|
||||
share/apps/kworldwatch/pics/depths_400.jpg
|
||||
share/apps/kworldwatch/pics/bio_800.png
|
||||
share/apps/kworldwatch/pics/depths_400.png
|
||||
share/apps/kworldwatch/pics/flag-blue.xpm
|
||||
share/apps/kworldwatch/pics/flag-green.xpm
|
||||
share/apps/kworldwatch/pics/flag-red.xpm
|
||||
share/apps/kworldwatch/pics/flag-yellow.xpm
|
||||
share/apps/kworldwatch/pics/photo_400.jpg
|
||||
share/apps/kworldwatch/pics/photo_400.png
|
||||
share/apps/kworldwatch/pics/world2.png
|
||||
share/doc/HTML/en/mouse/.anchors
|
||||
share/doc/HTML/en/mouse/compilationandinstallation.html
|
||||
@ -220,6 +223,7 @@ share/doc/HTML/en/mouse/index.html
|
||||
share/doc/HTML/en/mouse/installation.html
|
||||
share/doc/HTML/en/mouse/introduction.html
|
||||
share/doc/HTML/en/mouse/onscreenoperation.html
|
||||
share/icons/hicolor/32x32/apps/amor.png
|
||||
share/icons/hicolor/32x32/apps/kmoon.png
|
||||
share/icons/hicolor/32x32/apps/kworldwatch.png
|
||||
share/icons/hicolor/48x48/apps/kmoon.png
|
||||
@ -228,18 +232,15 @@ share/icons/locolor/16x16/apps/amor.png
|
||||
share/icons/locolor/16x16/apps/kmoon.png
|
||||
share/icons/locolor/16x16/apps/kteatime.png
|
||||
share/icons/locolor/16x16/apps/kworldwatch.png
|
||||
share/icons/locolor/32x32/apps/amor.png
|
||||
share/icons/locolor/32x32/apps/kmoon.png
|
||||
share/icons/locolor/32x32/apps/kworldwatch.png
|
||||
@unexec rm -f %D/share/apps/amor/tips-default
|
||||
@unexec rm -f %D/share/doc/HTML/en/mouse/common
|
||||
@dirrm share/doc/HTML/en/mouse
|
||||
@dirrm share/apps/kworldwatch/pics
|
||||
@dirrm share/apps/kworldwatch
|
||||
@dirrm share/apps/kmoon/pics
|
||||
@dirrm share/apps/kmoon
|
||||
@dirrm share/apps/kicker/applets
|
||||
@dirrm share/apps/kdesktop/programs
|
||||
@dirrm share/apps/kdesktop
|
||||
@dirrm share/apps/amor/ghost
|
||||
@dirrm share/apps/amor/eyes
|
||||
@dirrm share/apps/amor/blob
|
||||
|
@ -6,26 +6,37 @@
|
||||
#
|
||||
|
||||
PORTNAME= kde-qt-addon
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LIBS="-Wl,-export-dynamic -L${X11BASE}/lib -L${LOCALBASE}/lib -lqt2 -ljpeg -lgcc -lstdc++" \
|
||||
CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2"
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV+= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}"
|
||||
PLIST_SUB+= LIBVER="${SOMAJOR}.${SOMINOR}"
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/kde-qt-addon/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kde-qt-addon-1.90.tar.bz2) = a3de30b9d4859ac40505824acd28a02a
|
||||
MD5 (kde-qt-addon-20000724A.tar.bz2) = d4ba830fcbbc01a874ef7963fd374b69
|
||||
|
@ -1,7 +1,5 @@
|
||||
lib/libkde-qt-addon.so
|
||||
lib/libkde-qt-addon.so.%%LIBVER%%
|
||||
lib/libkde-qt-addon.la
|
||||
include/qcanvas.h
|
||||
include/qdom.h
|
||||
include/qpolygonscanner.h
|
||||
include/qxml.h
|
||||
lib/libkde-qt-addon.la
|
||||
lib/libkde-qt-addon.so.4
|
||||
|
@ -1,4 +1,4 @@
|
||||
# New ports collection makefile for: qt21
|
||||
# New ports collection makefile for: qt22
|
||||
# Date created: 17 Jul 1999
|
||||
# Whom: imura@kml.cs.titech.ac.jp
|
||||
#
|
||||
@ -6,49 +6,58 @@
|
||||
#
|
||||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/
|
||||
DISTNAME= ${PORTNAME}-x11-${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= snapshots/current
|
||||
|
||||
MAINTAINER= imura@FreeBSD.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
GL.14:${PORTSDIR}/graphics/Mesa3
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_BZIP2= yes
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_NEWGCC= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
-gif -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= QTDIR=${WRKSRC}
|
||||
MAKE_ENV= QTDIR=${WRKSRC}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
CONFIG= ${WRKSRC}/configs/freebsd-g++-shared
|
||||
|
||||
.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE)
|
||||
CONFIGURE_ARGS+=-gif
|
||||
RESTRICTED= 'Requires a license from UNISYS'
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.include "${.CURDIR}/files/manpages"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if exists(${X11BASE}/lib/libqt2.so.3)
|
||||
@${ECHO} "An older version of QT2 is installed. To avoid clobbering"
|
||||
@${ECHO} "that installation, deinstall it and then install this port."
|
||||
@${ECHO} "Note that this port contains beta-quality source code and"
|
||||
@${ECHO} "must be used only wherever absolutely needed, such as for"
|
||||
@${ECHO} "KDE2 snapshot 20000724A and later."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in
|
||||
${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-configure:
|
||||
@(cd ${WRKSRC} ; ${GMAKE} symlinks)
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include/qt2
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -63,6 +72,7 @@ do-install:
|
||||
${INSTALL_DATA} lib/libqxt.a ${PREFIX}/lib ; \
|
||||
${INSTALL_DATA} lib/libqt2.so.3 ${PREFIX}/lib )
|
||||
${LN} -sf libqt2.so.3 ${PREFIX}/lib/libqt2.so
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/qt2/html
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -72,8 +82,6 @@ do-install:
|
||||
${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.0 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.1 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} doc/html/* ${PREFIX}/share/doc/qt2/html ; \
|
||||
${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 )
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.1.1.tar.gz) = 4af3035d2ce5ada50faa6a092539efe4
|
||||
MD5 (qt-20000724A.tar.bz2) = c7af2fd05a40c47d7d5bdaa1c4f65e0a
|
||||
|
@ -1,5 +1,5 @@
|
||||
Qt is a toolkit for building a GUI for X in C++. The main
|
||||
documentation is in /usr/X11R6/share/doc/qt2 and is also available on
|
||||
documentation is in share/doc/qt2 and is also available on
|
||||
the web.
|
||||
|
||||
WWW: http://doc.trolltech.com/
|
||||
|
@ -4,14 +4,10 @@ bin/moc2
|
||||
bin/msg2qm
|
||||
bin/qt20fix
|
||||
bin/qtrename140
|
||||
include/qt2/jri.h
|
||||
include/qt2/jri_md.h
|
||||
include/qt2/jritypes.h
|
||||
include/qt2/npapi.h
|
||||
include/qt2/npupp.h
|
||||
include/qt2/q1xcompatibility.h
|
||||
include/qt2/qabstractlayout.h
|
||||
include/qt2/qaccel.h
|
||||
include/qt2/qaction.h
|
||||
include/qt2/qapp.h
|
||||
include/qt2/qapplication.h
|
||||
include/qt2/qarray.h
|
||||
@ -29,6 +25,7 @@ include/qt2/qbuffer.h
|
||||
include/qt2/qbutton.h
|
||||
include/qt2/qbuttongroup.h
|
||||
include/qt2/qcache.h
|
||||
include/qt2/qcanvas.h
|
||||
include/qt2/qcdestyle.h
|
||||
include/qt2/qcheckbox.h
|
||||
include/qt2/qchkbox.h
|
||||
@ -41,6 +38,10 @@ include/qt2/qcolordialog.h
|
||||
include/qt2/qcombo.h
|
||||
include/qt2/qcombobox.h
|
||||
include/qt2/qcommonstyle.h
|
||||
include/qt2/qcompactstyle.h
|
||||
include/qt2/qconfig-embedded.h
|
||||
include/qt2/qconfig-minimal.h
|
||||
include/qt2/qconfig.h
|
||||
include/qt2/qconnect.h
|
||||
include/qt2/qconnection.h
|
||||
include/qt2/qcstring.h
|
||||
@ -48,27 +49,29 @@ include/qt2/qcursor.h
|
||||
include/qt2/qdatastream.h
|
||||
include/qt2/qdatetime.h
|
||||
include/qt2/qdatetm.h
|
||||
include/qt2/qdial.h
|
||||
include/qt2/qdialog.h
|
||||
include/qt2/qdict.h
|
||||
include/qt2/qdir.h
|
||||
include/qt2/qdns.h
|
||||
include/qt2/qdragobject.h
|
||||
include/qt2/qdrawutil.h
|
||||
include/qt2/qdrawutl.h
|
||||
include/qt2/qdropsite.h
|
||||
include/qt2/qdstream.h
|
||||
include/qt2/qerrormessage.h
|
||||
include/qt2/qeucjpcodec.h
|
||||
include/qt2/qeuckrcodec.h
|
||||
include/qt2/qevent.h
|
||||
include/qt2/qfeatures.h
|
||||
include/qt2/qfile.h
|
||||
include/qt2/qfiledef.h
|
||||
include/qt2/qfiledefs_p.h
|
||||
include/qt2/qfiledialog.h
|
||||
include/qt2/qfiledlg.h
|
||||
include/qt2/qfileinf.h
|
||||
include/qt2/qfileinfo.h
|
||||
include/qt2/qfocusdata.h
|
||||
include/qt2/qfont.h
|
||||
include/qt2/qfontdata_p.h
|
||||
include/qt2/qfontdatabase.h
|
||||
include/qt2/qfontdialog.h
|
||||
include/qt2/qfontdta.h
|
||||
@ -77,6 +80,7 @@ include/qt2/qfontinfo.h
|
||||
include/qt2/qfontmet.h
|
||||
include/qt2/qfontmetrics.h
|
||||
include/qt2/qframe.h
|
||||
include/qt2/qftp.h
|
||||
include/qt2/qgarray.h
|
||||
include/qt2/qgbkcodec.h
|
||||
include/qt2/qgcache.h
|
||||
@ -95,6 +99,7 @@ include/qt2/qhbox.h
|
||||
include/qt2/qhbuttongroup.h
|
||||
include/qt2/qheader.h
|
||||
include/qt2/qhgroupbox.h
|
||||
include/qt2/qhostaddress.h
|
||||
include/qt2/qiconset.h
|
||||
include/qt2/qiconview.h
|
||||
include/qt2/qimage.h
|
||||
@ -111,7 +116,6 @@ include/qt2/qkeycode.h
|
||||
include/qt2/qkoi8codec.h
|
||||
include/qt2/qlabel.h
|
||||
include/qt2/qlayout.h
|
||||
include/qt2/qlayoutengine_p.h
|
||||
include/qt2/qlcdnum.h
|
||||
include/qt2/qlcdnumber.h
|
||||
include/qt2/qlined.h
|
||||
@ -130,12 +134,14 @@ include/qt2/qmetaobj.h
|
||||
include/qt2/qmetaobject.h
|
||||
include/qt2/qmime.h
|
||||
include/qt2/qmlined.h
|
||||
include/qt2/qmngio.h
|
||||
include/qt2/qmotifstyle.h
|
||||
include/qt2/qmovie.h
|
||||
include/qt2/qmsgbox.h
|
||||
include/qt2/qmultilinedit.h
|
||||
include/qt2/qmultilineedit.h
|
||||
include/qt2/qnamespace.h
|
||||
include/qt2/qnetwork.h
|
||||
include/qt2/qnetworkprotocol.h
|
||||
include/qt2/qnp.h
|
||||
include/qt2/qobjcoll.h
|
||||
@ -162,6 +168,7 @@ include/qt2/qpngio.h
|
||||
include/qt2/qpntarry.h
|
||||
include/qt2/qpoint.h
|
||||
include/qt2/qpointarray.h
|
||||
include/qt2/qpolygonscanner.h
|
||||
include/qt2/qpopmenu.h
|
||||
include/qt2/qpopupmenu.h
|
||||
include/qt2/qprintdialog.h
|
||||
@ -171,7 +178,6 @@ include/qt2/qprogbar.h
|
||||
include/qt2/qprogdlg.h
|
||||
include/qt2/qprogressbar.h
|
||||
include/qt2/qprogressdialog.h
|
||||
include/qt2/qpsprinter_p.h
|
||||
include/qt2/qpsprn.h
|
||||
include/qt2/qptrdict.h
|
||||
include/qt2/qpushbt.h
|
||||
@ -184,14 +190,15 @@ include/qt2/qrangect.h
|
||||
include/qt2/qrect.h
|
||||
include/qt2/qregexp.h
|
||||
include/qt2/qregion.h
|
||||
include/qt2/qrichtext_p.h
|
||||
include/qt2/qrtlcodec.h
|
||||
include/qt2/qscrbar.h
|
||||
include/qt2/qscrollbar.h
|
||||
include/qt2/qscrollview.h
|
||||
include/qt2/qsemimodal.h
|
||||
include/qt2/qserversocket.h
|
||||
include/qt2/qsession.h
|
||||
include/qt2/qsessionmanager.h
|
||||
include/qt2/qsgistyle.h
|
||||
include/qt2/qshared.h
|
||||
include/qt2/qsignal.h
|
||||
include/qt2/qsignalmapper.h
|
||||
@ -203,9 +210,12 @@ include/qt2/qsizepolicy.h
|
||||
include/qt2/qsjiscodec.h
|
||||
include/qt2/qslider.h
|
||||
include/qt2/qsmartptr.h
|
||||
include/qt2/qsocket.h
|
||||
include/qt2/qsocketdevice.h
|
||||
include/qt2/qsocketnotifier.h
|
||||
include/qt2/qsocknot.h
|
||||
include/qt2/qsortedlist.h
|
||||
include/qt2/qsound.h
|
||||
include/qt2/qspinbox.h
|
||||
include/qt2/qsplitter.h
|
||||
include/qt2/qstack.h
|
||||
@ -216,6 +226,7 @@ include/qt2/qstrlist.h
|
||||
include/qt2/qstrvec.h
|
||||
include/qt2/qstyle.h
|
||||
include/qt2/qstylesheet.h
|
||||
include/qt2/qt.h
|
||||
include/qt2/qt_x11.h
|
||||
include/qt2/qtabbar.h
|
||||
include/qt2/qtabdialog.h
|
||||
@ -227,12 +238,14 @@ include/qt2/qtextbrowser.h
|
||||
include/qt2/qtextcodec.h
|
||||
include/qt2/qtextstream.h
|
||||
include/qt2/qtextview.h
|
||||
include/qt2/qthread.h
|
||||
include/qt2/qtimer.h
|
||||
include/qt2/qtl.h
|
||||
include/qt2/qtoolbar.h
|
||||
include/qt2/qtoolbutton.h
|
||||
include/qt2/qtooltip.h
|
||||
include/qt2/qtranslator.h
|
||||
include/qt2/qtsciicodec.h
|
||||
include/qt2/qtstream.h
|
||||
include/qt2/qurl.h
|
||||
include/qt2/qurlinfo.h
|
||||
@ -246,7 +259,6 @@ include/qt2/qvbox.h
|
||||
include/qt2/qvbuttongroup.h
|
||||
include/qt2/qvector.h
|
||||
include/qt2/qvgroupbox.h
|
||||
include/qt2/qwellarray_p.h
|
||||
include/qt2/qwhatsthis.h
|
||||
include/qt2/qwidcoll.h
|
||||
include/qt2/qwidget.h
|
||||
@ -262,8 +274,7 @@ include/qt2/qwmatrix.h
|
||||
include/qt2/qworkspace.h
|
||||
include/qt2/qxt.h
|
||||
lib/libqgl.a
|
||||
lib/libqt2.so
|
||||
lib/libqt2.so.3
|
||||
lib/libqt2.so.4
|
||||
lib/libqxt.a
|
||||
share/doc/qt2/ANNOUNCE
|
||||
share/doc/qt2/FAQ
|
||||
@ -271,8 +282,7 @@ share/doc/qt2/LICENSE.QPL
|
||||
share/doc/qt2/PORTING
|
||||
share/doc/qt2/README
|
||||
share/doc/qt2/README.QT
|
||||
share/doc/qt2/changes-2.1.0
|
||||
share/doc/qt2/changes-2.1.1
|
||||
share/doc/qt2/html/HOWTO-framebuffer.html
|
||||
share/doc/qt2/html/aboutqt.html
|
||||
share/doc/qt2/html/abstractwidgets.html
|
||||
share/doc/qt2/html/accelerators.html
|
||||
@ -323,9 +333,10 @@ share/doc/qt2/html/easteregg2.html
|
||||
share/doc/qt2/html/environment.html
|
||||
share/doc/qt2/html/eventsandfilters.html
|
||||
share/doc/qt2/html/examples.html
|
||||
share/doc/qt2/html/face.png
|
||||
share/doc/qt2/html/features.html
|
||||
share/doc/qt2/html/fileiconview-main-cpp.html
|
||||
share/doc/qt2/html/focus.html
|
||||
share/doc/qt2/html/fontmatch.html
|
||||
share/doc/qt2/html/forever-forever-cpp.html
|
||||
share/doc/qt2/html/frames.png
|
||||
share/doc/qt2/html/functions.html
|
||||
@ -349,6 +360,7 @@ share/doc/qt2/html/iconview-main-cpp.html
|
||||
share/doc/qt2/html/images.html
|
||||
share/doc/qt2/html/index
|
||||
share/doc/qt2/html/index.html
|
||||
share/doc/qt2/html/installation.html
|
||||
share/doc/qt2/html/io.html
|
||||
share/doc/qt2/html/keyfeatures21.html
|
||||
share/doc/qt2/html/layout-layout-cpp.html
|
||||
@ -390,10 +402,16 @@ share/doc/qt2/html/primes.html
|
||||
share/doc/qt2/html/progress-progress-cpp.html
|
||||
share/doc/qt2/html/progressbar-main-cpp.html
|
||||
share/doc/qt2/html/properties.html
|
||||
share/doc/qt2/html/propertyindex
|
||||
share/doc/qt2/html/qabstractlayout-h.html
|
||||
share/doc/qt2/html/qaccel-h.html
|
||||
share/doc/qt2/html/qaccel-members.html
|
||||
share/doc/qt2/html/qaccel.html
|
||||
share/doc/qt2/html/qaction-h.html
|
||||
share/doc/qt2/html/qaction-members.html
|
||||
share/doc/qt2/html/qaction.html
|
||||
share/doc/qt2/html/qactiongroup-members.html
|
||||
share/doc/qt2/html/qactiongroup.html
|
||||
share/doc/qt2/html/qapplication-h.html
|
||||
share/doc/qt2/html/qapplication-members.html
|
||||
share/doc/qt2/html/qapplication.html
|
||||
@ -445,6 +463,31 @@ share/doc/qt2/html/qcache-members.html
|
||||
share/doc/qt2/html/qcache.html
|
||||
share/doc/qt2/html/qcacheiterator-members.html
|
||||
share/doc/qt2/html/qcacheiterator.html
|
||||
share/doc/qt2/html/qcanvas-h.html
|
||||
share/doc/qt2/html/qcanvas-members.html
|
||||
share/doc/qt2/html/qcanvas.html
|
||||
share/doc/qt2/html/qcanvasellipse-members.html
|
||||
share/doc/qt2/html/qcanvasellipse.html
|
||||
share/doc/qt2/html/qcanvasitem-members.html
|
||||
share/doc/qt2/html/qcanvasitem.html
|
||||
share/doc/qt2/html/qcanvasline-members.html
|
||||
share/doc/qt2/html/qcanvasline.html
|
||||
share/doc/qt2/html/qcanvaspixmap-members.html
|
||||
share/doc/qt2/html/qcanvaspixmap.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray-members.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray.html
|
||||
share/doc/qt2/html/qcanvaspolygon-members.html
|
||||
share/doc/qt2/html/qcanvaspolygon.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem-members.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem.html
|
||||
share/doc/qt2/html/qcanvasrectangle-members.html
|
||||
share/doc/qt2/html/qcanvasrectangle.html
|
||||
share/doc/qt2/html/qcanvassprite-members.html
|
||||
share/doc/qt2/html/qcanvassprite.html
|
||||
share/doc/qt2/html/qcanvastext-members.html
|
||||
share/doc/qt2/html/qcanvastext.html
|
||||
share/doc/qt2/html/qcanvasview-members.html
|
||||
share/doc/qt2/html/qcanvasview.html
|
||||
share/doc/qt2/html/qcdestyle-h.html
|
||||
share/doc/qt2/html/qcdestyle-members.html
|
||||
share/doc/qt2/html/qcdestyle.html
|
||||
@ -525,8 +568,11 @@ share/doc/qt2/html/qdate.html
|
||||
share/doc/qt2/html/qdatetime-h.html
|
||||
share/doc/qt2/html/qdatetime-members.html
|
||||
share/doc/qt2/html/qdatetime.html
|
||||
share/doc/qt2/html/qdial-h.html
|
||||
share/doc/qt2/html/qdial-m.png
|
||||
share/doc/qt2/html/qdial-members.html
|
||||
share/doc/qt2/html/qdial-w.png
|
||||
share/doc/qt2/html/qdial.html
|
||||
share/doc/qt2/html/qdialog-h.html
|
||||
share/doc/qt2/html/qdialog-members.html
|
||||
share/doc/qt2/html/qdialog.html
|
||||
@ -971,6 +1017,9 @@ share/doc/qt2/html/qsemimodal.html
|
||||
share/doc/qt2/html/qsessionmanager-h.html
|
||||
share/doc/qt2/html/qsessionmanager-members.html
|
||||
share/doc/qt2/html/qsessionmanager.html
|
||||
share/doc/qt2/html/qsgistyle-h.html
|
||||
share/doc/qt2/html/qsgistyle-members.html
|
||||
share/doc/qt2/html/qsgistyle.html
|
||||
share/doc/qt2/html/qshared-h.html
|
||||
share/doc/qt2/html/qshared-members.html
|
||||
share/doc/qt2/html/qshared.html
|
||||
@ -1007,6 +1056,9 @@ share/doc/qt2/html/qsocketnotifier.html
|
||||
share/doc/qt2/html/qsortedlist-h.html
|
||||
share/doc/qt2/html/qsortedlist-members.html
|
||||
share/doc/qt2/html/qsortedlist.html
|
||||
share/doc/qt2/html/qsound-h.html
|
||||
share/doc/qt2/html/qsound-members.html
|
||||
share/doc/qt2/html/qsound.html
|
||||
share/doc/qt2/html/qspaceritem-members.html
|
||||
share/doc/qt2/html/qspaceritem.html
|
||||
share/doc/qt2/html/qspinbox-h.html
|
||||
@ -1200,6 +1252,7 @@ share/doc/qt2/html/qxtapplication-members.html
|
||||
share/doc/qt2/html/qxtapplication.html
|
||||
share/doc/qt2/html/qxtwidget-members.html
|
||||
share/doc/qt2/html/qxtwidget.html
|
||||
share/doc/qt2/html/rangecontrols-main-cpp.html
|
||||
share/doc/qt2/html/removed20.html
|
||||
share/doc/qt2/html/richtext-main-cpp.html
|
||||
share/doc/qt2/html/rintersect.png
|
||||
@ -1216,6 +1269,7 @@ share/doc/qt2/html/shclass.html
|
||||
share/doc/qt2/html/showimg-main-cpp.html
|
||||
share/doc/qt2/html/signalsandslots.html
|
||||
share/doc/qt2/html/simple-application.html
|
||||
share/doc/qt2/html/smooth.png
|
||||
share/doc/qt2/html/splitter-splitter-cpp.html
|
||||
share/doc/qt2/html/splitter-views-m.png
|
||||
share/doc/qt2/html/splitter-views-w.png
|
||||
@ -1318,8 +1372,11 @@ share/doc/qt2/html/ttlogo-small.png
|
||||
share/doc/qt2/html/tutorial.html
|
||||
share/doc/qt2/html/tutorial.png
|
||||
share/doc/qt2/html/unicode.html
|
||||
share/doc/qt2/html/unsmooth.png
|
||||
share/doc/qt2/html/validator-main-cpp.html
|
||||
share/doc/qt2/html/whatsthis
|
||||
share/doc/qt2/html/whatsthis.png
|
||||
share/doc/qt2/html/winsystem.html
|
||||
share/doc/qt2/html/wizard-main-cpp.html
|
||||
share/doc/qt2/html/xform-xform-cpp.html
|
||||
share/doc/qt2/html/xt.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
# New ports collection makefile for: qt21
|
||||
# New ports collection makefile for: qt22
|
||||
# Date created: 17 Jul 1999
|
||||
# Whom: imura@kml.cs.titech.ac.jp
|
||||
#
|
||||
@ -6,49 +6,58 @@
|
||||
#
|
||||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/
|
||||
DISTNAME= ${PORTNAME}-x11-${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= snapshots/current
|
||||
|
||||
MAINTAINER= imura@FreeBSD.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
GL.14:${PORTSDIR}/graphics/Mesa3
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_BZIP2= yes
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_NEWGCC= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
-gif -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= QTDIR=${WRKSRC}
|
||||
MAKE_ENV= QTDIR=${WRKSRC}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
CONFIG= ${WRKSRC}/configs/freebsd-g++-shared
|
||||
|
||||
.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE)
|
||||
CONFIGURE_ARGS+=-gif
|
||||
RESTRICTED= 'Requires a license from UNISYS'
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.include "${.CURDIR}/files/manpages"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if exists(${X11BASE}/lib/libqt2.so.3)
|
||||
@${ECHO} "An older version of QT2 is installed. To avoid clobbering"
|
||||
@${ECHO} "that installation, deinstall it and then install this port."
|
||||
@${ECHO} "Note that this port contains beta-quality source code and"
|
||||
@${ECHO} "must be used only wherever absolutely needed, such as for"
|
||||
@${ECHO} "KDE2 snapshot 20000724A and later."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in
|
||||
${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-configure:
|
||||
@(cd ${WRKSRC} ; ${GMAKE} symlinks)
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include/qt2
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -63,6 +72,7 @@ do-install:
|
||||
${INSTALL_DATA} lib/libqxt.a ${PREFIX}/lib ; \
|
||||
${INSTALL_DATA} lib/libqt2.so.3 ${PREFIX}/lib )
|
||||
${LN} -sf libqt2.so.3 ${PREFIX}/lib/libqt2.so
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/qt2/html
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -72,8 +82,6 @@ do-install:
|
||||
${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.0 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.1 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} doc/html/* ${PREFIX}/share/doc/qt2/html ; \
|
||||
${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 )
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.1.1.tar.gz) = 4af3035d2ce5ada50faa6a092539efe4
|
||||
MD5 (qt-20000724A.tar.bz2) = c7af2fd05a40c47d7d5bdaa1c4f65e0a
|
||||
|
@ -1,5 +1,5 @@
|
||||
Qt is a toolkit for building a GUI for X in C++. The main
|
||||
documentation is in /usr/X11R6/share/doc/qt2 and is also available on
|
||||
documentation is in share/doc/qt2 and is also available on
|
||||
the web.
|
||||
|
||||
WWW: http://doc.trolltech.com/
|
||||
|
@ -4,14 +4,10 @@ bin/moc2
|
||||
bin/msg2qm
|
||||
bin/qt20fix
|
||||
bin/qtrename140
|
||||
include/qt2/jri.h
|
||||
include/qt2/jri_md.h
|
||||
include/qt2/jritypes.h
|
||||
include/qt2/npapi.h
|
||||
include/qt2/npupp.h
|
||||
include/qt2/q1xcompatibility.h
|
||||
include/qt2/qabstractlayout.h
|
||||
include/qt2/qaccel.h
|
||||
include/qt2/qaction.h
|
||||
include/qt2/qapp.h
|
||||
include/qt2/qapplication.h
|
||||
include/qt2/qarray.h
|
||||
@ -29,6 +25,7 @@ include/qt2/qbuffer.h
|
||||
include/qt2/qbutton.h
|
||||
include/qt2/qbuttongroup.h
|
||||
include/qt2/qcache.h
|
||||
include/qt2/qcanvas.h
|
||||
include/qt2/qcdestyle.h
|
||||
include/qt2/qcheckbox.h
|
||||
include/qt2/qchkbox.h
|
||||
@ -41,6 +38,10 @@ include/qt2/qcolordialog.h
|
||||
include/qt2/qcombo.h
|
||||
include/qt2/qcombobox.h
|
||||
include/qt2/qcommonstyle.h
|
||||
include/qt2/qcompactstyle.h
|
||||
include/qt2/qconfig-embedded.h
|
||||
include/qt2/qconfig-minimal.h
|
||||
include/qt2/qconfig.h
|
||||
include/qt2/qconnect.h
|
||||
include/qt2/qconnection.h
|
||||
include/qt2/qcstring.h
|
||||
@ -48,27 +49,29 @@ include/qt2/qcursor.h
|
||||
include/qt2/qdatastream.h
|
||||
include/qt2/qdatetime.h
|
||||
include/qt2/qdatetm.h
|
||||
include/qt2/qdial.h
|
||||
include/qt2/qdialog.h
|
||||
include/qt2/qdict.h
|
||||
include/qt2/qdir.h
|
||||
include/qt2/qdns.h
|
||||
include/qt2/qdragobject.h
|
||||
include/qt2/qdrawutil.h
|
||||
include/qt2/qdrawutl.h
|
||||
include/qt2/qdropsite.h
|
||||
include/qt2/qdstream.h
|
||||
include/qt2/qerrormessage.h
|
||||
include/qt2/qeucjpcodec.h
|
||||
include/qt2/qeuckrcodec.h
|
||||
include/qt2/qevent.h
|
||||
include/qt2/qfeatures.h
|
||||
include/qt2/qfile.h
|
||||
include/qt2/qfiledef.h
|
||||
include/qt2/qfiledefs_p.h
|
||||
include/qt2/qfiledialog.h
|
||||
include/qt2/qfiledlg.h
|
||||
include/qt2/qfileinf.h
|
||||
include/qt2/qfileinfo.h
|
||||
include/qt2/qfocusdata.h
|
||||
include/qt2/qfont.h
|
||||
include/qt2/qfontdata_p.h
|
||||
include/qt2/qfontdatabase.h
|
||||
include/qt2/qfontdialog.h
|
||||
include/qt2/qfontdta.h
|
||||
@ -77,6 +80,7 @@ include/qt2/qfontinfo.h
|
||||
include/qt2/qfontmet.h
|
||||
include/qt2/qfontmetrics.h
|
||||
include/qt2/qframe.h
|
||||
include/qt2/qftp.h
|
||||
include/qt2/qgarray.h
|
||||
include/qt2/qgbkcodec.h
|
||||
include/qt2/qgcache.h
|
||||
@ -95,6 +99,7 @@ include/qt2/qhbox.h
|
||||
include/qt2/qhbuttongroup.h
|
||||
include/qt2/qheader.h
|
||||
include/qt2/qhgroupbox.h
|
||||
include/qt2/qhostaddress.h
|
||||
include/qt2/qiconset.h
|
||||
include/qt2/qiconview.h
|
||||
include/qt2/qimage.h
|
||||
@ -111,7 +116,6 @@ include/qt2/qkeycode.h
|
||||
include/qt2/qkoi8codec.h
|
||||
include/qt2/qlabel.h
|
||||
include/qt2/qlayout.h
|
||||
include/qt2/qlayoutengine_p.h
|
||||
include/qt2/qlcdnum.h
|
||||
include/qt2/qlcdnumber.h
|
||||
include/qt2/qlined.h
|
||||
@ -130,12 +134,14 @@ include/qt2/qmetaobj.h
|
||||
include/qt2/qmetaobject.h
|
||||
include/qt2/qmime.h
|
||||
include/qt2/qmlined.h
|
||||
include/qt2/qmngio.h
|
||||
include/qt2/qmotifstyle.h
|
||||
include/qt2/qmovie.h
|
||||
include/qt2/qmsgbox.h
|
||||
include/qt2/qmultilinedit.h
|
||||
include/qt2/qmultilineedit.h
|
||||
include/qt2/qnamespace.h
|
||||
include/qt2/qnetwork.h
|
||||
include/qt2/qnetworkprotocol.h
|
||||
include/qt2/qnp.h
|
||||
include/qt2/qobjcoll.h
|
||||
@ -162,6 +168,7 @@ include/qt2/qpngio.h
|
||||
include/qt2/qpntarry.h
|
||||
include/qt2/qpoint.h
|
||||
include/qt2/qpointarray.h
|
||||
include/qt2/qpolygonscanner.h
|
||||
include/qt2/qpopmenu.h
|
||||
include/qt2/qpopupmenu.h
|
||||
include/qt2/qprintdialog.h
|
||||
@ -171,7 +178,6 @@ include/qt2/qprogbar.h
|
||||
include/qt2/qprogdlg.h
|
||||
include/qt2/qprogressbar.h
|
||||
include/qt2/qprogressdialog.h
|
||||
include/qt2/qpsprinter_p.h
|
||||
include/qt2/qpsprn.h
|
||||
include/qt2/qptrdict.h
|
||||
include/qt2/qpushbt.h
|
||||
@ -184,14 +190,15 @@ include/qt2/qrangect.h
|
||||
include/qt2/qrect.h
|
||||
include/qt2/qregexp.h
|
||||
include/qt2/qregion.h
|
||||
include/qt2/qrichtext_p.h
|
||||
include/qt2/qrtlcodec.h
|
||||
include/qt2/qscrbar.h
|
||||
include/qt2/qscrollbar.h
|
||||
include/qt2/qscrollview.h
|
||||
include/qt2/qsemimodal.h
|
||||
include/qt2/qserversocket.h
|
||||
include/qt2/qsession.h
|
||||
include/qt2/qsessionmanager.h
|
||||
include/qt2/qsgistyle.h
|
||||
include/qt2/qshared.h
|
||||
include/qt2/qsignal.h
|
||||
include/qt2/qsignalmapper.h
|
||||
@ -203,9 +210,12 @@ include/qt2/qsizepolicy.h
|
||||
include/qt2/qsjiscodec.h
|
||||
include/qt2/qslider.h
|
||||
include/qt2/qsmartptr.h
|
||||
include/qt2/qsocket.h
|
||||
include/qt2/qsocketdevice.h
|
||||
include/qt2/qsocketnotifier.h
|
||||
include/qt2/qsocknot.h
|
||||
include/qt2/qsortedlist.h
|
||||
include/qt2/qsound.h
|
||||
include/qt2/qspinbox.h
|
||||
include/qt2/qsplitter.h
|
||||
include/qt2/qstack.h
|
||||
@ -216,6 +226,7 @@ include/qt2/qstrlist.h
|
||||
include/qt2/qstrvec.h
|
||||
include/qt2/qstyle.h
|
||||
include/qt2/qstylesheet.h
|
||||
include/qt2/qt.h
|
||||
include/qt2/qt_x11.h
|
||||
include/qt2/qtabbar.h
|
||||
include/qt2/qtabdialog.h
|
||||
@ -227,12 +238,14 @@ include/qt2/qtextbrowser.h
|
||||
include/qt2/qtextcodec.h
|
||||
include/qt2/qtextstream.h
|
||||
include/qt2/qtextview.h
|
||||
include/qt2/qthread.h
|
||||
include/qt2/qtimer.h
|
||||
include/qt2/qtl.h
|
||||
include/qt2/qtoolbar.h
|
||||
include/qt2/qtoolbutton.h
|
||||
include/qt2/qtooltip.h
|
||||
include/qt2/qtranslator.h
|
||||
include/qt2/qtsciicodec.h
|
||||
include/qt2/qtstream.h
|
||||
include/qt2/qurl.h
|
||||
include/qt2/qurlinfo.h
|
||||
@ -246,7 +259,6 @@ include/qt2/qvbox.h
|
||||
include/qt2/qvbuttongroup.h
|
||||
include/qt2/qvector.h
|
||||
include/qt2/qvgroupbox.h
|
||||
include/qt2/qwellarray_p.h
|
||||
include/qt2/qwhatsthis.h
|
||||
include/qt2/qwidcoll.h
|
||||
include/qt2/qwidget.h
|
||||
@ -262,8 +274,7 @@ include/qt2/qwmatrix.h
|
||||
include/qt2/qworkspace.h
|
||||
include/qt2/qxt.h
|
||||
lib/libqgl.a
|
||||
lib/libqt2.so
|
||||
lib/libqt2.so.3
|
||||
lib/libqt2.so.4
|
||||
lib/libqxt.a
|
||||
share/doc/qt2/ANNOUNCE
|
||||
share/doc/qt2/FAQ
|
||||
@ -271,8 +282,7 @@ share/doc/qt2/LICENSE.QPL
|
||||
share/doc/qt2/PORTING
|
||||
share/doc/qt2/README
|
||||
share/doc/qt2/README.QT
|
||||
share/doc/qt2/changes-2.1.0
|
||||
share/doc/qt2/changes-2.1.1
|
||||
share/doc/qt2/html/HOWTO-framebuffer.html
|
||||
share/doc/qt2/html/aboutqt.html
|
||||
share/doc/qt2/html/abstractwidgets.html
|
||||
share/doc/qt2/html/accelerators.html
|
||||
@ -323,9 +333,10 @@ share/doc/qt2/html/easteregg2.html
|
||||
share/doc/qt2/html/environment.html
|
||||
share/doc/qt2/html/eventsandfilters.html
|
||||
share/doc/qt2/html/examples.html
|
||||
share/doc/qt2/html/face.png
|
||||
share/doc/qt2/html/features.html
|
||||
share/doc/qt2/html/fileiconview-main-cpp.html
|
||||
share/doc/qt2/html/focus.html
|
||||
share/doc/qt2/html/fontmatch.html
|
||||
share/doc/qt2/html/forever-forever-cpp.html
|
||||
share/doc/qt2/html/frames.png
|
||||
share/doc/qt2/html/functions.html
|
||||
@ -349,6 +360,7 @@ share/doc/qt2/html/iconview-main-cpp.html
|
||||
share/doc/qt2/html/images.html
|
||||
share/doc/qt2/html/index
|
||||
share/doc/qt2/html/index.html
|
||||
share/doc/qt2/html/installation.html
|
||||
share/doc/qt2/html/io.html
|
||||
share/doc/qt2/html/keyfeatures21.html
|
||||
share/doc/qt2/html/layout-layout-cpp.html
|
||||
@ -390,10 +402,16 @@ share/doc/qt2/html/primes.html
|
||||
share/doc/qt2/html/progress-progress-cpp.html
|
||||
share/doc/qt2/html/progressbar-main-cpp.html
|
||||
share/doc/qt2/html/properties.html
|
||||
share/doc/qt2/html/propertyindex
|
||||
share/doc/qt2/html/qabstractlayout-h.html
|
||||
share/doc/qt2/html/qaccel-h.html
|
||||
share/doc/qt2/html/qaccel-members.html
|
||||
share/doc/qt2/html/qaccel.html
|
||||
share/doc/qt2/html/qaction-h.html
|
||||
share/doc/qt2/html/qaction-members.html
|
||||
share/doc/qt2/html/qaction.html
|
||||
share/doc/qt2/html/qactiongroup-members.html
|
||||
share/doc/qt2/html/qactiongroup.html
|
||||
share/doc/qt2/html/qapplication-h.html
|
||||
share/doc/qt2/html/qapplication-members.html
|
||||
share/doc/qt2/html/qapplication.html
|
||||
@ -445,6 +463,31 @@ share/doc/qt2/html/qcache-members.html
|
||||
share/doc/qt2/html/qcache.html
|
||||
share/doc/qt2/html/qcacheiterator-members.html
|
||||
share/doc/qt2/html/qcacheiterator.html
|
||||
share/doc/qt2/html/qcanvas-h.html
|
||||
share/doc/qt2/html/qcanvas-members.html
|
||||
share/doc/qt2/html/qcanvas.html
|
||||
share/doc/qt2/html/qcanvasellipse-members.html
|
||||
share/doc/qt2/html/qcanvasellipse.html
|
||||
share/doc/qt2/html/qcanvasitem-members.html
|
||||
share/doc/qt2/html/qcanvasitem.html
|
||||
share/doc/qt2/html/qcanvasline-members.html
|
||||
share/doc/qt2/html/qcanvasline.html
|
||||
share/doc/qt2/html/qcanvaspixmap-members.html
|
||||
share/doc/qt2/html/qcanvaspixmap.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray-members.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray.html
|
||||
share/doc/qt2/html/qcanvaspolygon-members.html
|
||||
share/doc/qt2/html/qcanvaspolygon.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem-members.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem.html
|
||||
share/doc/qt2/html/qcanvasrectangle-members.html
|
||||
share/doc/qt2/html/qcanvasrectangle.html
|
||||
share/doc/qt2/html/qcanvassprite-members.html
|
||||
share/doc/qt2/html/qcanvassprite.html
|
||||
share/doc/qt2/html/qcanvastext-members.html
|
||||
share/doc/qt2/html/qcanvastext.html
|
||||
share/doc/qt2/html/qcanvasview-members.html
|
||||
share/doc/qt2/html/qcanvasview.html
|
||||
share/doc/qt2/html/qcdestyle-h.html
|
||||
share/doc/qt2/html/qcdestyle-members.html
|
||||
share/doc/qt2/html/qcdestyle.html
|
||||
@ -525,8 +568,11 @@ share/doc/qt2/html/qdate.html
|
||||
share/doc/qt2/html/qdatetime-h.html
|
||||
share/doc/qt2/html/qdatetime-members.html
|
||||
share/doc/qt2/html/qdatetime.html
|
||||
share/doc/qt2/html/qdial-h.html
|
||||
share/doc/qt2/html/qdial-m.png
|
||||
share/doc/qt2/html/qdial-members.html
|
||||
share/doc/qt2/html/qdial-w.png
|
||||
share/doc/qt2/html/qdial.html
|
||||
share/doc/qt2/html/qdialog-h.html
|
||||
share/doc/qt2/html/qdialog-members.html
|
||||
share/doc/qt2/html/qdialog.html
|
||||
@ -971,6 +1017,9 @@ share/doc/qt2/html/qsemimodal.html
|
||||
share/doc/qt2/html/qsessionmanager-h.html
|
||||
share/doc/qt2/html/qsessionmanager-members.html
|
||||
share/doc/qt2/html/qsessionmanager.html
|
||||
share/doc/qt2/html/qsgistyle-h.html
|
||||
share/doc/qt2/html/qsgistyle-members.html
|
||||
share/doc/qt2/html/qsgistyle.html
|
||||
share/doc/qt2/html/qshared-h.html
|
||||
share/doc/qt2/html/qshared-members.html
|
||||
share/doc/qt2/html/qshared.html
|
||||
@ -1007,6 +1056,9 @@ share/doc/qt2/html/qsocketnotifier.html
|
||||
share/doc/qt2/html/qsortedlist-h.html
|
||||
share/doc/qt2/html/qsortedlist-members.html
|
||||
share/doc/qt2/html/qsortedlist.html
|
||||
share/doc/qt2/html/qsound-h.html
|
||||
share/doc/qt2/html/qsound-members.html
|
||||
share/doc/qt2/html/qsound.html
|
||||
share/doc/qt2/html/qspaceritem-members.html
|
||||
share/doc/qt2/html/qspaceritem.html
|
||||
share/doc/qt2/html/qspinbox-h.html
|
||||
@ -1200,6 +1252,7 @@ share/doc/qt2/html/qxtapplication-members.html
|
||||
share/doc/qt2/html/qxtapplication.html
|
||||
share/doc/qt2/html/qxtwidget-members.html
|
||||
share/doc/qt2/html/qxtwidget.html
|
||||
share/doc/qt2/html/rangecontrols-main-cpp.html
|
||||
share/doc/qt2/html/removed20.html
|
||||
share/doc/qt2/html/richtext-main-cpp.html
|
||||
share/doc/qt2/html/rintersect.png
|
||||
@ -1216,6 +1269,7 @@ share/doc/qt2/html/shclass.html
|
||||
share/doc/qt2/html/showimg-main-cpp.html
|
||||
share/doc/qt2/html/signalsandslots.html
|
||||
share/doc/qt2/html/simple-application.html
|
||||
share/doc/qt2/html/smooth.png
|
||||
share/doc/qt2/html/splitter-splitter-cpp.html
|
||||
share/doc/qt2/html/splitter-views-m.png
|
||||
share/doc/qt2/html/splitter-views-w.png
|
||||
@ -1318,8 +1372,11 @@ share/doc/qt2/html/ttlogo-small.png
|
||||
share/doc/qt2/html/tutorial.html
|
||||
share/doc/qt2/html/tutorial.png
|
||||
share/doc/qt2/html/unicode.html
|
||||
share/doc/qt2/html/unsmooth.png
|
||||
share/doc/qt2/html/validator-main-cpp.html
|
||||
share/doc/qt2/html/whatsthis
|
||||
share/doc/qt2/html/whatsthis.png
|
||||
share/doc/qt2/html/winsystem.html
|
||||
share/doc/qt2/html/wizard-main-cpp.html
|
||||
share/doc/qt2/html/xform-xform-cpp.html
|
||||
share/doc/qt2/html/xt.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
# New ports collection makefile for: qt21
|
||||
# New ports collection makefile for: qt22
|
||||
# Date created: 17 Jul 1999
|
||||
# Whom: imura@kml.cs.titech.ac.jp
|
||||
#
|
||||
@ -6,49 +6,58 @@
|
||||
#
|
||||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/
|
||||
DISTNAME= ${PORTNAME}-x11-${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= snapshots/current
|
||||
|
||||
MAINTAINER= imura@FreeBSD.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
GL.14:${PORTSDIR}/graphics/Mesa3
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_BZIP2= yes
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_NEWGCC= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
-gif -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= QTDIR=${WRKSRC}
|
||||
MAKE_ENV= QTDIR=${WRKSRC}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
CONFIG= ${WRKSRC}/configs/freebsd-g++-shared
|
||||
|
||||
.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE)
|
||||
CONFIGURE_ARGS+=-gif
|
||||
RESTRICTED= 'Requires a license from UNISYS'
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.include "${.CURDIR}/files/manpages"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if exists(${X11BASE}/lib/libqt2.so.3)
|
||||
@${ECHO} "An older version of QT2 is installed. To avoid clobbering"
|
||||
@${ECHO} "that installation, deinstall it and then install this port."
|
||||
@${ECHO} "Note that this port contains beta-quality source code and"
|
||||
@${ECHO} "must be used only wherever absolutely needed, such as for"
|
||||
@${ECHO} "KDE2 snapshot 20000724A and later."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in
|
||||
${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-configure:
|
||||
@(cd ${WRKSRC} ; ${GMAKE} symlinks)
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include/qt2
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -63,6 +72,7 @@ do-install:
|
||||
${INSTALL_DATA} lib/libqxt.a ${PREFIX}/lib ; \
|
||||
${INSTALL_DATA} lib/libqt2.so.3 ${PREFIX}/lib )
|
||||
${LN} -sf libqt2.so.3 ${PREFIX}/lib/libqt2.so
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/qt2/html
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -72,8 +82,6 @@ do-install:
|
||||
${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.0 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.1 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} doc/html/* ${PREFIX}/share/doc/qt2/html ; \
|
||||
${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 )
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.1.1.tar.gz) = 4af3035d2ce5ada50faa6a092539efe4
|
||||
MD5 (qt-20000724A.tar.bz2) = c7af2fd05a40c47d7d5bdaa1c4f65e0a
|
||||
|
@ -1,5 +1,5 @@
|
||||
Qt is a toolkit for building a GUI for X in C++. The main
|
||||
documentation is in /usr/X11R6/share/doc/qt2 and is also available on
|
||||
documentation is in share/doc/qt2 and is also available on
|
||||
the web.
|
||||
|
||||
WWW: http://doc.trolltech.com/
|
||||
|
@ -4,14 +4,10 @@ bin/moc2
|
||||
bin/msg2qm
|
||||
bin/qt20fix
|
||||
bin/qtrename140
|
||||
include/qt2/jri.h
|
||||
include/qt2/jri_md.h
|
||||
include/qt2/jritypes.h
|
||||
include/qt2/npapi.h
|
||||
include/qt2/npupp.h
|
||||
include/qt2/q1xcompatibility.h
|
||||
include/qt2/qabstractlayout.h
|
||||
include/qt2/qaccel.h
|
||||
include/qt2/qaction.h
|
||||
include/qt2/qapp.h
|
||||
include/qt2/qapplication.h
|
||||
include/qt2/qarray.h
|
||||
@ -29,6 +25,7 @@ include/qt2/qbuffer.h
|
||||
include/qt2/qbutton.h
|
||||
include/qt2/qbuttongroup.h
|
||||
include/qt2/qcache.h
|
||||
include/qt2/qcanvas.h
|
||||
include/qt2/qcdestyle.h
|
||||
include/qt2/qcheckbox.h
|
||||
include/qt2/qchkbox.h
|
||||
@ -41,6 +38,10 @@ include/qt2/qcolordialog.h
|
||||
include/qt2/qcombo.h
|
||||
include/qt2/qcombobox.h
|
||||
include/qt2/qcommonstyle.h
|
||||
include/qt2/qcompactstyle.h
|
||||
include/qt2/qconfig-embedded.h
|
||||
include/qt2/qconfig-minimal.h
|
||||
include/qt2/qconfig.h
|
||||
include/qt2/qconnect.h
|
||||
include/qt2/qconnection.h
|
||||
include/qt2/qcstring.h
|
||||
@ -48,27 +49,29 @@ include/qt2/qcursor.h
|
||||
include/qt2/qdatastream.h
|
||||
include/qt2/qdatetime.h
|
||||
include/qt2/qdatetm.h
|
||||
include/qt2/qdial.h
|
||||
include/qt2/qdialog.h
|
||||
include/qt2/qdict.h
|
||||
include/qt2/qdir.h
|
||||
include/qt2/qdns.h
|
||||
include/qt2/qdragobject.h
|
||||
include/qt2/qdrawutil.h
|
||||
include/qt2/qdrawutl.h
|
||||
include/qt2/qdropsite.h
|
||||
include/qt2/qdstream.h
|
||||
include/qt2/qerrormessage.h
|
||||
include/qt2/qeucjpcodec.h
|
||||
include/qt2/qeuckrcodec.h
|
||||
include/qt2/qevent.h
|
||||
include/qt2/qfeatures.h
|
||||
include/qt2/qfile.h
|
||||
include/qt2/qfiledef.h
|
||||
include/qt2/qfiledefs_p.h
|
||||
include/qt2/qfiledialog.h
|
||||
include/qt2/qfiledlg.h
|
||||
include/qt2/qfileinf.h
|
||||
include/qt2/qfileinfo.h
|
||||
include/qt2/qfocusdata.h
|
||||
include/qt2/qfont.h
|
||||
include/qt2/qfontdata_p.h
|
||||
include/qt2/qfontdatabase.h
|
||||
include/qt2/qfontdialog.h
|
||||
include/qt2/qfontdta.h
|
||||
@ -77,6 +80,7 @@ include/qt2/qfontinfo.h
|
||||
include/qt2/qfontmet.h
|
||||
include/qt2/qfontmetrics.h
|
||||
include/qt2/qframe.h
|
||||
include/qt2/qftp.h
|
||||
include/qt2/qgarray.h
|
||||
include/qt2/qgbkcodec.h
|
||||
include/qt2/qgcache.h
|
||||
@ -95,6 +99,7 @@ include/qt2/qhbox.h
|
||||
include/qt2/qhbuttongroup.h
|
||||
include/qt2/qheader.h
|
||||
include/qt2/qhgroupbox.h
|
||||
include/qt2/qhostaddress.h
|
||||
include/qt2/qiconset.h
|
||||
include/qt2/qiconview.h
|
||||
include/qt2/qimage.h
|
||||
@ -111,7 +116,6 @@ include/qt2/qkeycode.h
|
||||
include/qt2/qkoi8codec.h
|
||||
include/qt2/qlabel.h
|
||||
include/qt2/qlayout.h
|
||||
include/qt2/qlayoutengine_p.h
|
||||
include/qt2/qlcdnum.h
|
||||
include/qt2/qlcdnumber.h
|
||||
include/qt2/qlined.h
|
||||
@ -130,12 +134,14 @@ include/qt2/qmetaobj.h
|
||||
include/qt2/qmetaobject.h
|
||||
include/qt2/qmime.h
|
||||
include/qt2/qmlined.h
|
||||
include/qt2/qmngio.h
|
||||
include/qt2/qmotifstyle.h
|
||||
include/qt2/qmovie.h
|
||||
include/qt2/qmsgbox.h
|
||||
include/qt2/qmultilinedit.h
|
||||
include/qt2/qmultilineedit.h
|
||||
include/qt2/qnamespace.h
|
||||
include/qt2/qnetwork.h
|
||||
include/qt2/qnetworkprotocol.h
|
||||
include/qt2/qnp.h
|
||||
include/qt2/qobjcoll.h
|
||||
@ -162,6 +168,7 @@ include/qt2/qpngio.h
|
||||
include/qt2/qpntarry.h
|
||||
include/qt2/qpoint.h
|
||||
include/qt2/qpointarray.h
|
||||
include/qt2/qpolygonscanner.h
|
||||
include/qt2/qpopmenu.h
|
||||
include/qt2/qpopupmenu.h
|
||||
include/qt2/qprintdialog.h
|
||||
@ -171,7 +178,6 @@ include/qt2/qprogbar.h
|
||||
include/qt2/qprogdlg.h
|
||||
include/qt2/qprogressbar.h
|
||||
include/qt2/qprogressdialog.h
|
||||
include/qt2/qpsprinter_p.h
|
||||
include/qt2/qpsprn.h
|
||||
include/qt2/qptrdict.h
|
||||
include/qt2/qpushbt.h
|
||||
@ -184,14 +190,15 @@ include/qt2/qrangect.h
|
||||
include/qt2/qrect.h
|
||||
include/qt2/qregexp.h
|
||||
include/qt2/qregion.h
|
||||
include/qt2/qrichtext_p.h
|
||||
include/qt2/qrtlcodec.h
|
||||
include/qt2/qscrbar.h
|
||||
include/qt2/qscrollbar.h
|
||||
include/qt2/qscrollview.h
|
||||
include/qt2/qsemimodal.h
|
||||
include/qt2/qserversocket.h
|
||||
include/qt2/qsession.h
|
||||
include/qt2/qsessionmanager.h
|
||||
include/qt2/qsgistyle.h
|
||||
include/qt2/qshared.h
|
||||
include/qt2/qsignal.h
|
||||
include/qt2/qsignalmapper.h
|
||||
@ -203,9 +210,12 @@ include/qt2/qsizepolicy.h
|
||||
include/qt2/qsjiscodec.h
|
||||
include/qt2/qslider.h
|
||||
include/qt2/qsmartptr.h
|
||||
include/qt2/qsocket.h
|
||||
include/qt2/qsocketdevice.h
|
||||
include/qt2/qsocketnotifier.h
|
||||
include/qt2/qsocknot.h
|
||||
include/qt2/qsortedlist.h
|
||||
include/qt2/qsound.h
|
||||
include/qt2/qspinbox.h
|
||||
include/qt2/qsplitter.h
|
||||
include/qt2/qstack.h
|
||||
@ -216,6 +226,7 @@ include/qt2/qstrlist.h
|
||||
include/qt2/qstrvec.h
|
||||
include/qt2/qstyle.h
|
||||
include/qt2/qstylesheet.h
|
||||
include/qt2/qt.h
|
||||
include/qt2/qt_x11.h
|
||||
include/qt2/qtabbar.h
|
||||
include/qt2/qtabdialog.h
|
||||
@ -227,12 +238,14 @@ include/qt2/qtextbrowser.h
|
||||
include/qt2/qtextcodec.h
|
||||
include/qt2/qtextstream.h
|
||||
include/qt2/qtextview.h
|
||||
include/qt2/qthread.h
|
||||
include/qt2/qtimer.h
|
||||
include/qt2/qtl.h
|
||||
include/qt2/qtoolbar.h
|
||||
include/qt2/qtoolbutton.h
|
||||
include/qt2/qtooltip.h
|
||||
include/qt2/qtranslator.h
|
||||
include/qt2/qtsciicodec.h
|
||||
include/qt2/qtstream.h
|
||||
include/qt2/qurl.h
|
||||
include/qt2/qurlinfo.h
|
||||
@ -246,7 +259,6 @@ include/qt2/qvbox.h
|
||||
include/qt2/qvbuttongroup.h
|
||||
include/qt2/qvector.h
|
||||
include/qt2/qvgroupbox.h
|
||||
include/qt2/qwellarray_p.h
|
||||
include/qt2/qwhatsthis.h
|
||||
include/qt2/qwidcoll.h
|
||||
include/qt2/qwidget.h
|
||||
@ -262,8 +274,7 @@ include/qt2/qwmatrix.h
|
||||
include/qt2/qworkspace.h
|
||||
include/qt2/qxt.h
|
||||
lib/libqgl.a
|
||||
lib/libqt2.so
|
||||
lib/libqt2.so.3
|
||||
lib/libqt2.so.4
|
||||
lib/libqxt.a
|
||||
share/doc/qt2/ANNOUNCE
|
||||
share/doc/qt2/FAQ
|
||||
@ -271,8 +282,7 @@ share/doc/qt2/LICENSE.QPL
|
||||
share/doc/qt2/PORTING
|
||||
share/doc/qt2/README
|
||||
share/doc/qt2/README.QT
|
||||
share/doc/qt2/changes-2.1.0
|
||||
share/doc/qt2/changes-2.1.1
|
||||
share/doc/qt2/html/HOWTO-framebuffer.html
|
||||
share/doc/qt2/html/aboutqt.html
|
||||
share/doc/qt2/html/abstractwidgets.html
|
||||
share/doc/qt2/html/accelerators.html
|
||||
@ -323,9 +333,10 @@ share/doc/qt2/html/easteregg2.html
|
||||
share/doc/qt2/html/environment.html
|
||||
share/doc/qt2/html/eventsandfilters.html
|
||||
share/doc/qt2/html/examples.html
|
||||
share/doc/qt2/html/face.png
|
||||
share/doc/qt2/html/features.html
|
||||
share/doc/qt2/html/fileiconview-main-cpp.html
|
||||
share/doc/qt2/html/focus.html
|
||||
share/doc/qt2/html/fontmatch.html
|
||||
share/doc/qt2/html/forever-forever-cpp.html
|
||||
share/doc/qt2/html/frames.png
|
||||
share/doc/qt2/html/functions.html
|
||||
@ -349,6 +360,7 @@ share/doc/qt2/html/iconview-main-cpp.html
|
||||
share/doc/qt2/html/images.html
|
||||
share/doc/qt2/html/index
|
||||
share/doc/qt2/html/index.html
|
||||
share/doc/qt2/html/installation.html
|
||||
share/doc/qt2/html/io.html
|
||||
share/doc/qt2/html/keyfeatures21.html
|
||||
share/doc/qt2/html/layout-layout-cpp.html
|
||||
@ -390,10 +402,16 @@ share/doc/qt2/html/primes.html
|
||||
share/doc/qt2/html/progress-progress-cpp.html
|
||||
share/doc/qt2/html/progressbar-main-cpp.html
|
||||
share/doc/qt2/html/properties.html
|
||||
share/doc/qt2/html/propertyindex
|
||||
share/doc/qt2/html/qabstractlayout-h.html
|
||||
share/doc/qt2/html/qaccel-h.html
|
||||
share/doc/qt2/html/qaccel-members.html
|
||||
share/doc/qt2/html/qaccel.html
|
||||
share/doc/qt2/html/qaction-h.html
|
||||
share/doc/qt2/html/qaction-members.html
|
||||
share/doc/qt2/html/qaction.html
|
||||
share/doc/qt2/html/qactiongroup-members.html
|
||||
share/doc/qt2/html/qactiongroup.html
|
||||
share/doc/qt2/html/qapplication-h.html
|
||||
share/doc/qt2/html/qapplication-members.html
|
||||
share/doc/qt2/html/qapplication.html
|
||||
@ -445,6 +463,31 @@ share/doc/qt2/html/qcache-members.html
|
||||
share/doc/qt2/html/qcache.html
|
||||
share/doc/qt2/html/qcacheiterator-members.html
|
||||
share/doc/qt2/html/qcacheiterator.html
|
||||
share/doc/qt2/html/qcanvas-h.html
|
||||
share/doc/qt2/html/qcanvas-members.html
|
||||
share/doc/qt2/html/qcanvas.html
|
||||
share/doc/qt2/html/qcanvasellipse-members.html
|
||||
share/doc/qt2/html/qcanvasellipse.html
|
||||
share/doc/qt2/html/qcanvasitem-members.html
|
||||
share/doc/qt2/html/qcanvasitem.html
|
||||
share/doc/qt2/html/qcanvasline-members.html
|
||||
share/doc/qt2/html/qcanvasline.html
|
||||
share/doc/qt2/html/qcanvaspixmap-members.html
|
||||
share/doc/qt2/html/qcanvaspixmap.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray-members.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray.html
|
||||
share/doc/qt2/html/qcanvaspolygon-members.html
|
||||
share/doc/qt2/html/qcanvaspolygon.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem-members.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem.html
|
||||
share/doc/qt2/html/qcanvasrectangle-members.html
|
||||
share/doc/qt2/html/qcanvasrectangle.html
|
||||
share/doc/qt2/html/qcanvassprite-members.html
|
||||
share/doc/qt2/html/qcanvassprite.html
|
||||
share/doc/qt2/html/qcanvastext-members.html
|
||||
share/doc/qt2/html/qcanvastext.html
|
||||
share/doc/qt2/html/qcanvasview-members.html
|
||||
share/doc/qt2/html/qcanvasview.html
|
||||
share/doc/qt2/html/qcdestyle-h.html
|
||||
share/doc/qt2/html/qcdestyle-members.html
|
||||
share/doc/qt2/html/qcdestyle.html
|
||||
@ -525,8 +568,11 @@ share/doc/qt2/html/qdate.html
|
||||
share/doc/qt2/html/qdatetime-h.html
|
||||
share/doc/qt2/html/qdatetime-members.html
|
||||
share/doc/qt2/html/qdatetime.html
|
||||
share/doc/qt2/html/qdial-h.html
|
||||
share/doc/qt2/html/qdial-m.png
|
||||
share/doc/qt2/html/qdial-members.html
|
||||
share/doc/qt2/html/qdial-w.png
|
||||
share/doc/qt2/html/qdial.html
|
||||
share/doc/qt2/html/qdialog-h.html
|
||||
share/doc/qt2/html/qdialog-members.html
|
||||
share/doc/qt2/html/qdialog.html
|
||||
@ -971,6 +1017,9 @@ share/doc/qt2/html/qsemimodal.html
|
||||
share/doc/qt2/html/qsessionmanager-h.html
|
||||
share/doc/qt2/html/qsessionmanager-members.html
|
||||
share/doc/qt2/html/qsessionmanager.html
|
||||
share/doc/qt2/html/qsgistyle-h.html
|
||||
share/doc/qt2/html/qsgistyle-members.html
|
||||
share/doc/qt2/html/qsgistyle.html
|
||||
share/doc/qt2/html/qshared-h.html
|
||||
share/doc/qt2/html/qshared-members.html
|
||||
share/doc/qt2/html/qshared.html
|
||||
@ -1007,6 +1056,9 @@ share/doc/qt2/html/qsocketnotifier.html
|
||||
share/doc/qt2/html/qsortedlist-h.html
|
||||
share/doc/qt2/html/qsortedlist-members.html
|
||||
share/doc/qt2/html/qsortedlist.html
|
||||
share/doc/qt2/html/qsound-h.html
|
||||
share/doc/qt2/html/qsound-members.html
|
||||
share/doc/qt2/html/qsound.html
|
||||
share/doc/qt2/html/qspaceritem-members.html
|
||||
share/doc/qt2/html/qspaceritem.html
|
||||
share/doc/qt2/html/qspinbox-h.html
|
||||
@ -1200,6 +1252,7 @@ share/doc/qt2/html/qxtapplication-members.html
|
||||
share/doc/qt2/html/qxtapplication.html
|
||||
share/doc/qt2/html/qxtwidget-members.html
|
||||
share/doc/qt2/html/qxtwidget.html
|
||||
share/doc/qt2/html/rangecontrols-main-cpp.html
|
||||
share/doc/qt2/html/removed20.html
|
||||
share/doc/qt2/html/richtext-main-cpp.html
|
||||
share/doc/qt2/html/rintersect.png
|
||||
@ -1216,6 +1269,7 @@ share/doc/qt2/html/shclass.html
|
||||
share/doc/qt2/html/showimg-main-cpp.html
|
||||
share/doc/qt2/html/signalsandslots.html
|
||||
share/doc/qt2/html/simple-application.html
|
||||
share/doc/qt2/html/smooth.png
|
||||
share/doc/qt2/html/splitter-splitter-cpp.html
|
||||
share/doc/qt2/html/splitter-views-m.png
|
||||
share/doc/qt2/html/splitter-views-w.png
|
||||
@ -1318,8 +1372,11 @@ share/doc/qt2/html/ttlogo-small.png
|
||||
share/doc/qt2/html/tutorial.html
|
||||
share/doc/qt2/html/tutorial.png
|
||||
share/doc/qt2/html/unicode.html
|
||||
share/doc/qt2/html/unsmooth.png
|
||||
share/doc/qt2/html/validator-main-cpp.html
|
||||
share/doc/qt2/html/whatsthis
|
||||
share/doc/qt2/html/whatsthis.png
|
||||
share/doc/qt2/html/winsystem.html
|
||||
share/doc/qt2/html/wizard-main-cpp.html
|
||||
share/doc/qt2/html/xform-xform-cpp.html
|
||||
share/doc/qt2/html/xt.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
# New ports collection makefile for: qt21
|
||||
# New ports collection makefile for: qt22
|
||||
# Date created: 17 Jul 1999
|
||||
# Whom: imura@kml.cs.titech.ac.jp
|
||||
#
|
||||
@ -6,49 +6,58 @@
|
||||
#
|
||||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/
|
||||
DISTNAME= ${PORTNAME}-x11-${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= snapshots/current
|
||||
|
||||
MAINTAINER= imura@FreeBSD.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
GL.14:${PORTSDIR}/graphics/Mesa3
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_BZIP2= yes
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_NEWGCC= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
-gif -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= QTDIR=${WRKSRC}
|
||||
MAKE_ENV= QTDIR=${WRKSRC}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
CONFIG= ${WRKSRC}/configs/freebsd-g++-shared
|
||||
|
||||
.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE)
|
||||
CONFIGURE_ARGS+=-gif
|
||||
RESTRICTED= 'Requires a license from UNISYS'
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.include "${.CURDIR}/files/manpages"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if exists(${X11BASE}/lib/libqt2.so.3)
|
||||
@${ECHO} "An older version of QT2 is installed. To avoid clobbering"
|
||||
@${ECHO} "that installation, deinstall it and then install this port."
|
||||
@${ECHO} "Note that this port contains beta-quality source code and"
|
||||
@${ECHO} "must be used only wherever absolutely needed, such as for"
|
||||
@${ECHO} "KDE2 snapshot 20000724A and later."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in
|
||||
${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-configure:
|
||||
@(cd ${WRKSRC} ; ${GMAKE} symlinks)
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include/qt2
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -63,6 +72,7 @@ do-install:
|
||||
${INSTALL_DATA} lib/libqxt.a ${PREFIX}/lib ; \
|
||||
${INSTALL_DATA} lib/libqt2.so.3 ${PREFIX}/lib )
|
||||
${LN} -sf libqt2.so.3 ${PREFIX}/lib/libqt2.so
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/qt2/html
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -72,8 +82,6 @@ do-install:
|
||||
${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.0 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.1 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} doc/html/* ${PREFIX}/share/doc/qt2/html ; \
|
||||
${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 )
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.1.1.tar.gz) = 4af3035d2ce5ada50faa6a092539efe4
|
||||
MD5 (qt-20000724A.tar.bz2) = c7af2fd05a40c47d7d5bdaa1c4f65e0a
|
||||
|
@ -1,5 +1,5 @@
|
||||
Qt is a toolkit for building a GUI for X in C++. The main
|
||||
documentation is in /usr/X11R6/share/doc/qt2 and is also available on
|
||||
documentation is in share/doc/qt2 and is also available on
|
||||
the web.
|
||||
|
||||
WWW: http://doc.trolltech.com/
|
||||
|
@ -4,14 +4,10 @@ bin/moc2
|
||||
bin/msg2qm
|
||||
bin/qt20fix
|
||||
bin/qtrename140
|
||||
include/qt2/jri.h
|
||||
include/qt2/jri_md.h
|
||||
include/qt2/jritypes.h
|
||||
include/qt2/npapi.h
|
||||
include/qt2/npupp.h
|
||||
include/qt2/q1xcompatibility.h
|
||||
include/qt2/qabstractlayout.h
|
||||
include/qt2/qaccel.h
|
||||
include/qt2/qaction.h
|
||||
include/qt2/qapp.h
|
||||
include/qt2/qapplication.h
|
||||
include/qt2/qarray.h
|
||||
@ -29,6 +25,7 @@ include/qt2/qbuffer.h
|
||||
include/qt2/qbutton.h
|
||||
include/qt2/qbuttongroup.h
|
||||
include/qt2/qcache.h
|
||||
include/qt2/qcanvas.h
|
||||
include/qt2/qcdestyle.h
|
||||
include/qt2/qcheckbox.h
|
||||
include/qt2/qchkbox.h
|
||||
@ -41,6 +38,10 @@ include/qt2/qcolordialog.h
|
||||
include/qt2/qcombo.h
|
||||
include/qt2/qcombobox.h
|
||||
include/qt2/qcommonstyle.h
|
||||
include/qt2/qcompactstyle.h
|
||||
include/qt2/qconfig-embedded.h
|
||||
include/qt2/qconfig-minimal.h
|
||||
include/qt2/qconfig.h
|
||||
include/qt2/qconnect.h
|
||||
include/qt2/qconnection.h
|
||||
include/qt2/qcstring.h
|
||||
@ -48,27 +49,29 @@ include/qt2/qcursor.h
|
||||
include/qt2/qdatastream.h
|
||||
include/qt2/qdatetime.h
|
||||
include/qt2/qdatetm.h
|
||||
include/qt2/qdial.h
|
||||
include/qt2/qdialog.h
|
||||
include/qt2/qdict.h
|
||||
include/qt2/qdir.h
|
||||
include/qt2/qdns.h
|
||||
include/qt2/qdragobject.h
|
||||
include/qt2/qdrawutil.h
|
||||
include/qt2/qdrawutl.h
|
||||
include/qt2/qdropsite.h
|
||||
include/qt2/qdstream.h
|
||||
include/qt2/qerrormessage.h
|
||||
include/qt2/qeucjpcodec.h
|
||||
include/qt2/qeuckrcodec.h
|
||||
include/qt2/qevent.h
|
||||
include/qt2/qfeatures.h
|
||||
include/qt2/qfile.h
|
||||
include/qt2/qfiledef.h
|
||||
include/qt2/qfiledefs_p.h
|
||||
include/qt2/qfiledialog.h
|
||||
include/qt2/qfiledlg.h
|
||||
include/qt2/qfileinf.h
|
||||
include/qt2/qfileinfo.h
|
||||
include/qt2/qfocusdata.h
|
||||
include/qt2/qfont.h
|
||||
include/qt2/qfontdata_p.h
|
||||
include/qt2/qfontdatabase.h
|
||||
include/qt2/qfontdialog.h
|
||||
include/qt2/qfontdta.h
|
||||
@ -77,6 +80,7 @@ include/qt2/qfontinfo.h
|
||||
include/qt2/qfontmet.h
|
||||
include/qt2/qfontmetrics.h
|
||||
include/qt2/qframe.h
|
||||
include/qt2/qftp.h
|
||||
include/qt2/qgarray.h
|
||||
include/qt2/qgbkcodec.h
|
||||
include/qt2/qgcache.h
|
||||
@ -95,6 +99,7 @@ include/qt2/qhbox.h
|
||||
include/qt2/qhbuttongroup.h
|
||||
include/qt2/qheader.h
|
||||
include/qt2/qhgroupbox.h
|
||||
include/qt2/qhostaddress.h
|
||||
include/qt2/qiconset.h
|
||||
include/qt2/qiconview.h
|
||||
include/qt2/qimage.h
|
||||
@ -111,7 +116,6 @@ include/qt2/qkeycode.h
|
||||
include/qt2/qkoi8codec.h
|
||||
include/qt2/qlabel.h
|
||||
include/qt2/qlayout.h
|
||||
include/qt2/qlayoutengine_p.h
|
||||
include/qt2/qlcdnum.h
|
||||
include/qt2/qlcdnumber.h
|
||||
include/qt2/qlined.h
|
||||
@ -130,12 +134,14 @@ include/qt2/qmetaobj.h
|
||||
include/qt2/qmetaobject.h
|
||||
include/qt2/qmime.h
|
||||
include/qt2/qmlined.h
|
||||
include/qt2/qmngio.h
|
||||
include/qt2/qmotifstyle.h
|
||||
include/qt2/qmovie.h
|
||||
include/qt2/qmsgbox.h
|
||||
include/qt2/qmultilinedit.h
|
||||
include/qt2/qmultilineedit.h
|
||||
include/qt2/qnamespace.h
|
||||
include/qt2/qnetwork.h
|
||||
include/qt2/qnetworkprotocol.h
|
||||
include/qt2/qnp.h
|
||||
include/qt2/qobjcoll.h
|
||||
@ -162,6 +168,7 @@ include/qt2/qpngio.h
|
||||
include/qt2/qpntarry.h
|
||||
include/qt2/qpoint.h
|
||||
include/qt2/qpointarray.h
|
||||
include/qt2/qpolygonscanner.h
|
||||
include/qt2/qpopmenu.h
|
||||
include/qt2/qpopupmenu.h
|
||||
include/qt2/qprintdialog.h
|
||||
@ -171,7 +178,6 @@ include/qt2/qprogbar.h
|
||||
include/qt2/qprogdlg.h
|
||||
include/qt2/qprogressbar.h
|
||||
include/qt2/qprogressdialog.h
|
||||
include/qt2/qpsprinter_p.h
|
||||
include/qt2/qpsprn.h
|
||||
include/qt2/qptrdict.h
|
||||
include/qt2/qpushbt.h
|
||||
@ -184,14 +190,15 @@ include/qt2/qrangect.h
|
||||
include/qt2/qrect.h
|
||||
include/qt2/qregexp.h
|
||||
include/qt2/qregion.h
|
||||
include/qt2/qrichtext_p.h
|
||||
include/qt2/qrtlcodec.h
|
||||
include/qt2/qscrbar.h
|
||||
include/qt2/qscrollbar.h
|
||||
include/qt2/qscrollview.h
|
||||
include/qt2/qsemimodal.h
|
||||
include/qt2/qserversocket.h
|
||||
include/qt2/qsession.h
|
||||
include/qt2/qsessionmanager.h
|
||||
include/qt2/qsgistyle.h
|
||||
include/qt2/qshared.h
|
||||
include/qt2/qsignal.h
|
||||
include/qt2/qsignalmapper.h
|
||||
@ -203,9 +210,12 @@ include/qt2/qsizepolicy.h
|
||||
include/qt2/qsjiscodec.h
|
||||
include/qt2/qslider.h
|
||||
include/qt2/qsmartptr.h
|
||||
include/qt2/qsocket.h
|
||||
include/qt2/qsocketdevice.h
|
||||
include/qt2/qsocketnotifier.h
|
||||
include/qt2/qsocknot.h
|
||||
include/qt2/qsortedlist.h
|
||||
include/qt2/qsound.h
|
||||
include/qt2/qspinbox.h
|
||||
include/qt2/qsplitter.h
|
||||
include/qt2/qstack.h
|
||||
@ -216,6 +226,7 @@ include/qt2/qstrlist.h
|
||||
include/qt2/qstrvec.h
|
||||
include/qt2/qstyle.h
|
||||
include/qt2/qstylesheet.h
|
||||
include/qt2/qt.h
|
||||
include/qt2/qt_x11.h
|
||||
include/qt2/qtabbar.h
|
||||
include/qt2/qtabdialog.h
|
||||
@ -227,12 +238,14 @@ include/qt2/qtextbrowser.h
|
||||
include/qt2/qtextcodec.h
|
||||
include/qt2/qtextstream.h
|
||||
include/qt2/qtextview.h
|
||||
include/qt2/qthread.h
|
||||
include/qt2/qtimer.h
|
||||
include/qt2/qtl.h
|
||||
include/qt2/qtoolbar.h
|
||||
include/qt2/qtoolbutton.h
|
||||
include/qt2/qtooltip.h
|
||||
include/qt2/qtranslator.h
|
||||
include/qt2/qtsciicodec.h
|
||||
include/qt2/qtstream.h
|
||||
include/qt2/qurl.h
|
||||
include/qt2/qurlinfo.h
|
||||
@ -246,7 +259,6 @@ include/qt2/qvbox.h
|
||||
include/qt2/qvbuttongroup.h
|
||||
include/qt2/qvector.h
|
||||
include/qt2/qvgroupbox.h
|
||||
include/qt2/qwellarray_p.h
|
||||
include/qt2/qwhatsthis.h
|
||||
include/qt2/qwidcoll.h
|
||||
include/qt2/qwidget.h
|
||||
@ -262,8 +274,7 @@ include/qt2/qwmatrix.h
|
||||
include/qt2/qworkspace.h
|
||||
include/qt2/qxt.h
|
||||
lib/libqgl.a
|
||||
lib/libqt2.so
|
||||
lib/libqt2.so.3
|
||||
lib/libqt2.so.4
|
||||
lib/libqxt.a
|
||||
share/doc/qt2/ANNOUNCE
|
||||
share/doc/qt2/FAQ
|
||||
@ -271,8 +282,7 @@ share/doc/qt2/LICENSE.QPL
|
||||
share/doc/qt2/PORTING
|
||||
share/doc/qt2/README
|
||||
share/doc/qt2/README.QT
|
||||
share/doc/qt2/changes-2.1.0
|
||||
share/doc/qt2/changes-2.1.1
|
||||
share/doc/qt2/html/HOWTO-framebuffer.html
|
||||
share/doc/qt2/html/aboutqt.html
|
||||
share/doc/qt2/html/abstractwidgets.html
|
||||
share/doc/qt2/html/accelerators.html
|
||||
@ -323,9 +333,10 @@ share/doc/qt2/html/easteregg2.html
|
||||
share/doc/qt2/html/environment.html
|
||||
share/doc/qt2/html/eventsandfilters.html
|
||||
share/doc/qt2/html/examples.html
|
||||
share/doc/qt2/html/face.png
|
||||
share/doc/qt2/html/features.html
|
||||
share/doc/qt2/html/fileiconview-main-cpp.html
|
||||
share/doc/qt2/html/focus.html
|
||||
share/doc/qt2/html/fontmatch.html
|
||||
share/doc/qt2/html/forever-forever-cpp.html
|
||||
share/doc/qt2/html/frames.png
|
||||
share/doc/qt2/html/functions.html
|
||||
@ -349,6 +360,7 @@ share/doc/qt2/html/iconview-main-cpp.html
|
||||
share/doc/qt2/html/images.html
|
||||
share/doc/qt2/html/index
|
||||
share/doc/qt2/html/index.html
|
||||
share/doc/qt2/html/installation.html
|
||||
share/doc/qt2/html/io.html
|
||||
share/doc/qt2/html/keyfeatures21.html
|
||||
share/doc/qt2/html/layout-layout-cpp.html
|
||||
@ -390,10 +402,16 @@ share/doc/qt2/html/primes.html
|
||||
share/doc/qt2/html/progress-progress-cpp.html
|
||||
share/doc/qt2/html/progressbar-main-cpp.html
|
||||
share/doc/qt2/html/properties.html
|
||||
share/doc/qt2/html/propertyindex
|
||||
share/doc/qt2/html/qabstractlayout-h.html
|
||||
share/doc/qt2/html/qaccel-h.html
|
||||
share/doc/qt2/html/qaccel-members.html
|
||||
share/doc/qt2/html/qaccel.html
|
||||
share/doc/qt2/html/qaction-h.html
|
||||
share/doc/qt2/html/qaction-members.html
|
||||
share/doc/qt2/html/qaction.html
|
||||
share/doc/qt2/html/qactiongroup-members.html
|
||||
share/doc/qt2/html/qactiongroup.html
|
||||
share/doc/qt2/html/qapplication-h.html
|
||||
share/doc/qt2/html/qapplication-members.html
|
||||
share/doc/qt2/html/qapplication.html
|
||||
@ -445,6 +463,31 @@ share/doc/qt2/html/qcache-members.html
|
||||
share/doc/qt2/html/qcache.html
|
||||
share/doc/qt2/html/qcacheiterator-members.html
|
||||
share/doc/qt2/html/qcacheiterator.html
|
||||
share/doc/qt2/html/qcanvas-h.html
|
||||
share/doc/qt2/html/qcanvas-members.html
|
||||
share/doc/qt2/html/qcanvas.html
|
||||
share/doc/qt2/html/qcanvasellipse-members.html
|
||||
share/doc/qt2/html/qcanvasellipse.html
|
||||
share/doc/qt2/html/qcanvasitem-members.html
|
||||
share/doc/qt2/html/qcanvasitem.html
|
||||
share/doc/qt2/html/qcanvasline-members.html
|
||||
share/doc/qt2/html/qcanvasline.html
|
||||
share/doc/qt2/html/qcanvaspixmap-members.html
|
||||
share/doc/qt2/html/qcanvaspixmap.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray-members.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray.html
|
||||
share/doc/qt2/html/qcanvaspolygon-members.html
|
||||
share/doc/qt2/html/qcanvaspolygon.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem-members.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem.html
|
||||
share/doc/qt2/html/qcanvasrectangle-members.html
|
||||
share/doc/qt2/html/qcanvasrectangle.html
|
||||
share/doc/qt2/html/qcanvassprite-members.html
|
||||
share/doc/qt2/html/qcanvassprite.html
|
||||
share/doc/qt2/html/qcanvastext-members.html
|
||||
share/doc/qt2/html/qcanvastext.html
|
||||
share/doc/qt2/html/qcanvasview-members.html
|
||||
share/doc/qt2/html/qcanvasview.html
|
||||
share/doc/qt2/html/qcdestyle-h.html
|
||||
share/doc/qt2/html/qcdestyle-members.html
|
||||
share/doc/qt2/html/qcdestyle.html
|
||||
@ -525,8 +568,11 @@ share/doc/qt2/html/qdate.html
|
||||
share/doc/qt2/html/qdatetime-h.html
|
||||
share/doc/qt2/html/qdatetime-members.html
|
||||
share/doc/qt2/html/qdatetime.html
|
||||
share/doc/qt2/html/qdial-h.html
|
||||
share/doc/qt2/html/qdial-m.png
|
||||
share/doc/qt2/html/qdial-members.html
|
||||
share/doc/qt2/html/qdial-w.png
|
||||
share/doc/qt2/html/qdial.html
|
||||
share/doc/qt2/html/qdialog-h.html
|
||||
share/doc/qt2/html/qdialog-members.html
|
||||
share/doc/qt2/html/qdialog.html
|
||||
@ -971,6 +1017,9 @@ share/doc/qt2/html/qsemimodal.html
|
||||
share/doc/qt2/html/qsessionmanager-h.html
|
||||
share/doc/qt2/html/qsessionmanager-members.html
|
||||
share/doc/qt2/html/qsessionmanager.html
|
||||
share/doc/qt2/html/qsgistyle-h.html
|
||||
share/doc/qt2/html/qsgistyle-members.html
|
||||
share/doc/qt2/html/qsgistyle.html
|
||||
share/doc/qt2/html/qshared-h.html
|
||||
share/doc/qt2/html/qshared-members.html
|
||||
share/doc/qt2/html/qshared.html
|
||||
@ -1007,6 +1056,9 @@ share/doc/qt2/html/qsocketnotifier.html
|
||||
share/doc/qt2/html/qsortedlist-h.html
|
||||
share/doc/qt2/html/qsortedlist-members.html
|
||||
share/doc/qt2/html/qsortedlist.html
|
||||
share/doc/qt2/html/qsound-h.html
|
||||
share/doc/qt2/html/qsound-members.html
|
||||
share/doc/qt2/html/qsound.html
|
||||
share/doc/qt2/html/qspaceritem-members.html
|
||||
share/doc/qt2/html/qspaceritem.html
|
||||
share/doc/qt2/html/qspinbox-h.html
|
||||
@ -1200,6 +1252,7 @@ share/doc/qt2/html/qxtapplication-members.html
|
||||
share/doc/qt2/html/qxtapplication.html
|
||||
share/doc/qt2/html/qxtwidget-members.html
|
||||
share/doc/qt2/html/qxtwidget.html
|
||||
share/doc/qt2/html/rangecontrols-main-cpp.html
|
||||
share/doc/qt2/html/removed20.html
|
||||
share/doc/qt2/html/richtext-main-cpp.html
|
||||
share/doc/qt2/html/rintersect.png
|
||||
@ -1216,6 +1269,7 @@ share/doc/qt2/html/shclass.html
|
||||
share/doc/qt2/html/showimg-main-cpp.html
|
||||
share/doc/qt2/html/signalsandslots.html
|
||||
share/doc/qt2/html/simple-application.html
|
||||
share/doc/qt2/html/smooth.png
|
||||
share/doc/qt2/html/splitter-splitter-cpp.html
|
||||
share/doc/qt2/html/splitter-views-m.png
|
||||
share/doc/qt2/html/splitter-views-w.png
|
||||
@ -1318,8 +1372,11 @@ share/doc/qt2/html/ttlogo-small.png
|
||||
share/doc/qt2/html/tutorial.html
|
||||
share/doc/qt2/html/tutorial.png
|
||||
share/doc/qt2/html/unicode.html
|
||||
share/doc/qt2/html/unsmooth.png
|
||||
share/doc/qt2/html/validator-main-cpp.html
|
||||
share/doc/qt2/html/whatsthis
|
||||
share/doc/qt2/html/whatsthis.png
|
||||
share/doc/qt2/html/winsystem.html
|
||||
share/doc/qt2/html/wizard-main-cpp.html
|
||||
share/doc/qt2/html/xform-xform-cpp.html
|
||||
share/doc/qt2/html/xt.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
# New ports collection makefile for: qt21
|
||||
# New ports collection makefile for: qt22
|
||||
# Date created: 17 Jul 1999
|
||||
# Whom: imura@kml.cs.titech.ac.jp
|
||||
#
|
||||
@ -6,49 +6,58 @@
|
||||
#
|
||||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/
|
||||
DISTNAME= ${PORTNAME}-x11-${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= snapshots/current
|
||||
|
||||
MAINTAINER= imura@FreeBSD.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
GL.14:${PORTSDIR}/graphics/Mesa3
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_BZIP2= yes
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_NEWGCC= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
-gif -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= QTDIR=${WRKSRC}
|
||||
MAKE_ENV= QTDIR=${WRKSRC}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
CONFIG= ${WRKSRC}/configs/freebsd-g++-shared
|
||||
|
||||
.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE)
|
||||
CONFIGURE_ARGS+=-gif
|
||||
RESTRICTED= 'Requires a license from UNISYS'
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.include "${.CURDIR}/files/manpages"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if exists(${X11BASE}/lib/libqt2.so.3)
|
||||
@${ECHO} "An older version of QT2 is installed. To avoid clobbering"
|
||||
@${ECHO} "that installation, deinstall it and then install this port."
|
||||
@${ECHO} "Note that this port contains beta-quality source code and"
|
||||
@${ECHO} "must be used only wherever absolutely needed, such as for"
|
||||
@${ECHO} "KDE2 snapshot 20000724A and later."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in
|
||||
${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-configure:
|
||||
@(cd ${WRKSRC} ; ${GMAKE} symlinks)
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include/qt2
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -63,6 +72,7 @@ do-install:
|
||||
${INSTALL_DATA} lib/libqxt.a ${PREFIX}/lib ; \
|
||||
${INSTALL_DATA} lib/libqt2.so.3 ${PREFIX}/lib )
|
||||
${LN} -sf libqt2.so.3 ${PREFIX}/lib/libqt2.so
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/qt2/html
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -72,8 +82,6 @@ do-install:
|
||||
${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.0 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.1 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} doc/html/* ${PREFIX}/share/doc/qt2/html ; \
|
||||
${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 )
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.1.1.tar.gz) = 4af3035d2ce5ada50faa6a092539efe4
|
||||
MD5 (qt-20000724A.tar.bz2) = c7af2fd05a40c47d7d5bdaa1c4f65e0a
|
||||
|
@ -1,5 +1,5 @@
|
||||
Qt is a toolkit for building a GUI for X in C++. The main
|
||||
documentation is in /usr/X11R6/share/doc/qt2 and is also available on
|
||||
documentation is in share/doc/qt2 and is also available on
|
||||
the web.
|
||||
|
||||
WWW: http://doc.trolltech.com/
|
||||
|
@ -4,14 +4,10 @@ bin/moc2
|
||||
bin/msg2qm
|
||||
bin/qt20fix
|
||||
bin/qtrename140
|
||||
include/qt2/jri.h
|
||||
include/qt2/jri_md.h
|
||||
include/qt2/jritypes.h
|
||||
include/qt2/npapi.h
|
||||
include/qt2/npupp.h
|
||||
include/qt2/q1xcompatibility.h
|
||||
include/qt2/qabstractlayout.h
|
||||
include/qt2/qaccel.h
|
||||
include/qt2/qaction.h
|
||||
include/qt2/qapp.h
|
||||
include/qt2/qapplication.h
|
||||
include/qt2/qarray.h
|
||||
@ -29,6 +25,7 @@ include/qt2/qbuffer.h
|
||||
include/qt2/qbutton.h
|
||||
include/qt2/qbuttongroup.h
|
||||
include/qt2/qcache.h
|
||||
include/qt2/qcanvas.h
|
||||
include/qt2/qcdestyle.h
|
||||
include/qt2/qcheckbox.h
|
||||
include/qt2/qchkbox.h
|
||||
@ -41,6 +38,10 @@ include/qt2/qcolordialog.h
|
||||
include/qt2/qcombo.h
|
||||
include/qt2/qcombobox.h
|
||||
include/qt2/qcommonstyle.h
|
||||
include/qt2/qcompactstyle.h
|
||||
include/qt2/qconfig-embedded.h
|
||||
include/qt2/qconfig-minimal.h
|
||||
include/qt2/qconfig.h
|
||||
include/qt2/qconnect.h
|
||||
include/qt2/qconnection.h
|
||||
include/qt2/qcstring.h
|
||||
@ -48,27 +49,29 @@ include/qt2/qcursor.h
|
||||
include/qt2/qdatastream.h
|
||||
include/qt2/qdatetime.h
|
||||
include/qt2/qdatetm.h
|
||||
include/qt2/qdial.h
|
||||
include/qt2/qdialog.h
|
||||
include/qt2/qdict.h
|
||||
include/qt2/qdir.h
|
||||
include/qt2/qdns.h
|
||||
include/qt2/qdragobject.h
|
||||
include/qt2/qdrawutil.h
|
||||
include/qt2/qdrawutl.h
|
||||
include/qt2/qdropsite.h
|
||||
include/qt2/qdstream.h
|
||||
include/qt2/qerrormessage.h
|
||||
include/qt2/qeucjpcodec.h
|
||||
include/qt2/qeuckrcodec.h
|
||||
include/qt2/qevent.h
|
||||
include/qt2/qfeatures.h
|
||||
include/qt2/qfile.h
|
||||
include/qt2/qfiledef.h
|
||||
include/qt2/qfiledefs_p.h
|
||||
include/qt2/qfiledialog.h
|
||||
include/qt2/qfiledlg.h
|
||||
include/qt2/qfileinf.h
|
||||
include/qt2/qfileinfo.h
|
||||
include/qt2/qfocusdata.h
|
||||
include/qt2/qfont.h
|
||||
include/qt2/qfontdata_p.h
|
||||
include/qt2/qfontdatabase.h
|
||||
include/qt2/qfontdialog.h
|
||||
include/qt2/qfontdta.h
|
||||
@ -77,6 +80,7 @@ include/qt2/qfontinfo.h
|
||||
include/qt2/qfontmet.h
|
||||
include/qt2/qfontmetrics.h
|
||||
include/qt2/qframe.h
|
||||
include/qt2/qftp.h
|
||||
include/qt2/qgarray.h
|
||||
include/qt2/qgbkcodec.h
|
||||
include/qt2/qgcache.h
|
||||
@ -95,6 +99,7 @@ include/qt2/qhbox.h
|
||||
include/qt2/qhbuttongroup.h
|
||||
include/qt2/qheader.h
|
||||
include/qt2/qhgroupbox.h
|
||||
include/qt2/qhostaddress.h
|
||||
include/qt2/qiconset.h
|
||||
include/qt2/qiconview.h
|
||||
include/qt2/qimage.h
|
||||
@ -111,7 +116,6 @@ include/qt2/qkeycode.h
|
||||
include/qt2/qkoi8codec.h
|
||||
include/qt2/qlabel.h
|
||||
include/qt2/qlayout.h
|
||||
include/qt2/qlayoutengine_p.h
|
||||
include/qt2/qlcdnum.h
|
||||
include/qt2/qlcdnumber.h
|
||||
include/qt2/qlined.h
|
||||
@ -130,12 +134,14 @@ include/qt2/qmetaobj.h
|
||||
include/qt2/qmetaobject.h
|
||||
include/qt2/qmime.h
|
||||
include/qt2/qmlined.h
|
||||
include/qt2/qmngio.h
|
||||
include/qt2/qmotifstyle.h
|
||||
include/qt2/qmovie.h
|
||||
include/qt2/qmsgbox.h
|
||||
include/qt2/qmultilinedit.h
|
||||
include/qt2/qmultilineedit.h
|
||||
include/qt2/qnamespace.h
|
||||
include/qt2/qnetwork.h
|
||||
include/qt2/qnetworkprotocol.h
|
||||
include/qt2/qnp.h
|
||||
include/qt2/qobjcoll.h
|
||||
@ -162,6 +168,7 @@ include/qt2/qpngio.h
|
||||
include/qt2/qpntarry.h
|
||||
include/qt2/qpoint.h
|
||||
include/qt2/qpointarray.h
|
||||
include/qt2/qpolygonscanner.h
|
||||
include/qt2/qpopmenu.h
|
||||
include/qt2/qpopupmenu.h
|
||||
include/qt2/qprintdialog.h
|
||||
@ -171,7 +178,6 @@ include/qt2/qprogbar.h
|
||||
include/qt2/qprogdlg.h
|
||||
include/qt2/qprogressbar.h
|
||||
include/qt2/qprogressdialog.h
|
||||
include/qt2/qpsprinter_p.h
|
||||
include/qt2/qpsprn.h
|
||||
include/qt2/qptrdict.h
|
||||
include/qt2/qpushbt.h
|
||||
@ -184,14 +190,15 @@ include/qt2/qrangect.h
|
||||
include/qt2/qrect.h
|
||||
include/qt2/qregexp.h
|
||||
include/qt2/qregion.h
|
||||
include/qt2/qrichtext_p.h
|
||||
include/qt2/qrtlcodec.h
|
||||
include/qt2/qscrbar.h
|
||||
include/qt2/qscrollbar.h
|
||||
include/qt2/qscrollview.h
|
||||
include/qt2/qsemimodal.h
|
||||
include/qt2/qserversocket.h
|
||||
include/qt2/qsession.h
|
||||
include/qt2/qsessionmanager.h
|
||||
include/qt2/qsgistyle.h
|
||||
include/qt2/qshared.h
|
||||
include/qt2/qsignal.h
|
||||
include/qt2/qsignalmapper.h
|
||||
@ -203,9 +210,12 @@ include/qt2/qsizepolicy.h
|
||||
include/qt2/qsjiscodec.h
|
||||
include/qt2/qslider.h
|
||||
include/qt2/qsmartptr.h
|
||||
include/qt2/qsocket.h
|
||||
include/qt2/qsocketdevice.h
|
||||
include/qt2/qsocketnotifier.h
|
||||
include/qt2/qsocknot.h
|
||||
include/qt2/qsortedlist.h
|
||||
include/qt2/qsound.h
|
||||
include/qt2/qspinbox.h
|
||||
include/qt2/qsplitter.h
|
||||
include/qt2/qstack.h
|
||||
@ -216,6 +226,7 @@ include/qt2/qstrlist.h
|
||||
include/qt2/qstrvec.h
|
||||
include/qt2/qstyle.h
|
||||
include/qt2/qstylesheet.h
|
||||
include/qt2/qt.h
|
||||
include/qt2/qt_x11.h
|
||||
include/qt2/qtabbar.h
|
||||
include/qt2/qtabdialog.h
|
||||
@ -227,12 +238,14 @@ include/qt2/qtextbrowser.h
|
||||
include/qt2/qtextcodec.h
|
||||
include/qt2/qtextstream.h
|
||||
include/qt2/qtextview.h
|
||||
include/qt2/qthread.h
|
||||
include/qt2/qtimer.h
|
||||
include/qt2/qtl.h
|
||||
include/qt2/qtoolbar.h
|
||||
include/qt2/qtoolbutton.h
|
||||
include/qt2/qtooltip.h
|
||||
include/qt2/qtranslator.h
|
||||
include/qt2/qtsciicodec.h
|
||||
include/qt2/qtstream.h
|
||||
include/qt2/qurl.h
|
||||
include/qt2/qurlinfo.h
|
||||
@ -246,7 +259,6 @@ include/qt2/qvbox.h
|
||||
include/qt2/qvbuttongroup.h
|
||||
include/qt2/qvector.h
|
||||
include/qt2/qvgroupbox.h
|
||||
include/qt2/qwellarray_p.h
|
||||
include/qt2/qwhatsthis.h
|
||||
include/qt2/qwidcoll.h
|
||||
include/qt2/qwidget.h
|
||||
@ -262,8 +274,7 @@ include/qt2/qwmatrix.h
|
||||
include/qt2/qworkspace.h
|
||||
include/qt2/qxt.h
|
||||
lib/libqgl.a
|
||||
lib/libqt2.so
|
||||
lib/libqt2.so.3
|
||||
lib/libqt2.so.4
|
||||
lib/libqxt.a
|
||||
share/doc/qt2/ANNOUNCE
|
||||
share/doc/qt2/FAQ
|
||||
@ -271,8 +282,7 @@ share/doc/qt2/LICENSE.QPL
|
||||
share/doc/qt2/PORTING
|
||||
share/doc/qt2/README
|
||||
share/doc/qt2/README.QT
|
||||
share/doc/qt2/changes-2.1.0
|
||||
share/doc/qt2/changes-2.1.1
|
||||
share/doc/qt2/html/HOWTO-framebuffer.html
|
||||
share/doc/qt2/html/aboutqt.html
|
||||
share/doc/qt2/html/abstractwidgets.html
|
||||
share/doc/qt2/html/accelerators.html
|
||||
@ -323,9 +333,10 @@ share/doc/qt2/html/easteregg2.html
|
||||
share/doc/qt2/html/environment.html
|
||||
share/doc/qt2/html/eventsandfilters.html
|
||||
share/doc/qt2/html/examples.html
|
||||
share/doc/qt2/html/face.png
|
||||
share/doc/qt2/html/features.html
|
||||
share/doc/qt2/html/fileiconview-main-cpp.html
|
||||
share/doc/qt2/html/focus.html
|
||||
share/doc/qt2/html/fontmatch.html
|
||||
share/doc/qt2/html/forever-forever-cpp.html
|
||||
share/doc/qt2/html/frames.png
|
||||
share/doc/qt2/html/functions.html
|
||||
@ -349,6 +360,7 @@ share/doc/qt2/html/iconview-main-cpp.html
|
||||
share/doc/qt2/html/images.html
|
||||
share/doc/qt2/html/index
|
||||
share/doc/qt2/html/index.html
|
||||
share/doc/qt2/html/installation.html
|
||||
share/doc/qt2/html/io.html
|
||||
share/doc/qt2/html/keyfeatures21.html
|
||||
share/doc/qt2/html/layout-layout-cpp.html
|
||||
@ -390,10 +402,16 @@ share/doc/qt2/html/primes.html
|
||||
share/doc/qt2/html/progress-progress-cpp.html
|
||||
share/doc/qt2/html/progressbar-main-cpp.html
|
||||
share/doc/qt2/html/properties.html
|
||||
share/doc/qt2/html/propertyindex
|
||||
share/doc/qt2/html/qabstractlayout-h.html
|
||||
share/doc/qt2/html/qaccel-h.html
|
||||
share/doc/qt2/html/qaccel-members.html
|
||||
share/doc/qt2/html/qaccel.html
|
||||
share/doc/qt2/html/qaction-h.html
|
||||
share/doc/qt2/html/qaction-members.html
|
||||
share/doc/qt2/html/qaction.html
|
||||
share/doc/qt2/html/qactiongroup-members.html
|
||||
share/doc/qt2/html/qactiongroup.html
|
||||
share/doc/qt2/html/qapplication-h.html
|
||||
share/doc/qt2/html/qapplication-members.html
|
||||
share/doc/qt2/html/qapplication.html
|
||||
@ -445,6 +463,31 @@ share/doc/qt2/html/qcache-members.html
|
||||
share/doc/qt2/html/qcache.html
|
||||
share/doc/qt2/html/qcacheiterator-members.html
|
||||
share/doc/qt2/html/qcacheiterator.html
|
||||
share/doc/qt2/html/qcanvas-h.html
|
||||
share/doc/qt2/html/qcanvas-members.html
|
||||
share/doc/qt2/html/qcanvas.html
|
||||
share/doc/qt2/html/qcanvasellipse-members.html
|
||||
share/doc/qt2/html/qcanvasellipse.html
|
||||
share/doc/qt2/html/qcanvasitem-members.html
|
||||
share/doc/qt2/html/qcanvasitem.html
|
||||
share/doc/qt2/html/qcanvasline-members.html
|
||||
share/doc/qt2/html/qcanvasline.html
|
||||
share/doc/qt2/html/qcanvaspixmap-members.html
|
||||
share/doc/qt2/html/qcanvaspixmap.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray-members.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray.html
|
||||
share/doc/qt2/html/qcanvaspolygon-members.html
|
||||
share/doc/qt2/html/qcanvaspolygon.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem-members.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem.html
|
||||
share/doc/qt2/html/qcanvasrectangle-members.html
|
||||
share/doc/qt2/html/qcanvasrectangle.html
|
||||
share/doc/qt2/html/qcanvassprite-members.html
|
||||
share/doc/qt2/html/qcanvassprite.html
|
||||
share/doc/qt2/html/qcanvastext-members.html
|
||||
share/doc/qt2/html/qcanvastext.html
|
||||
share/doc/qt2/html/qcanvasview-members.html
|
||||
share/doc/qt2/html/qcanvasview.html
|
||||
share/doc/qt2/html/qcdestyle-h.html
|
||||
share/doc/qt2/html/qcdestyle-members.html
|
||||
share/doc/qt2/html/qcdestyle.html
|
||||
@ -525,8 +568,11 @@ share/doc/qt2/html/qdate.html
|
||||
share/doc/qt2/html/qdatetime-h.html
|
||||
share/doc/qt2/html/qdatetime-members.html
|
||||
share/doc/qt2/html/qdatetime.html
|
||||
share/doc/qt2/html/qdial-h.html
|
||||
share/doc/qt2/html/qdial-m.png
|
||||
share/doc/qt2/html/qdial-members.html
|
||||
share/doc/qt2/html/qdial-w.png
|
||||
share/doc/qt2/html/qdial.html
|
||||
share/doc/qt2/html/qdialog-h.html
|
||||
share/doc/qt2/html/qdialog-members.html
|
||||
share/doc/qt2/html/qdialog.html
|
||||
@ -971,6 +1017,9 @@ share/doc/qt2/html/qsemimodal.html
|
||||
share/doc/qt2/html/qsessionmanager-h.html
|
||||
share/doc/qt2/html/qsessionmanager-members.html
|
||||
share/doc/qt2/html/qsessionmanager.html
|
||||
share/doc/qt2/html/qsgistyle-h.html
|
||||
share/doc/qt2/html/qsgistyle-members.html
|
||||
share/doc/qt2/html/qsgistyle.html
|
||||
share/doc/qt2/html/qshared-h.html
|
||||
share/doc/qt2/html/qshared-members.html
|
||||
share/doc/qt2/html/qshared.html
|
||||
@ -1007,6 +1056,9 @@ share/doc/qt2/html/qsocketnotifier.html
|
||||
share/doc/qt2/html/qsortedlist-h.html
|
||||
share/doc/qt2/html/qsortedlist-members.html
|
||||
share/doc/qt2/html/qsortedlist.html
|
||||
share/doc/qt2/html/qsound-h.html
|
||||
share/doc/qt2/html/qsound-members.html
|
||||
share/doc/qt2/html/qsound.html
|
||||
share/doc/qt2/html/qspaceritem-members.html
|
||||
share/doc/qt2/html/qspaceritem.html
|
||||
share/doc/qt2/html/qspinbox-h.html
|
||||
@ -1200,6 +1252,7 @@ share/doc/qt2/html/qxtapplication-members.html
|
||||
share/doc/qt2/html/qxtapplication.html
|
||||
share/doc/qt2/html/qxtwidget-members.html
|
||||
share/doc/qt2/html/qxtwidget.html
|
||||
share/doc/qt2/html/rangecontrols-main-cpp.html
|
||||
share/doc/qt2/html/removed20.html
|
||||
share/doc/qt2/html/richtext-main-cpp.html
|
||||
share/doc/qt2/html/rintersect.png
|
||||
@ -1216,6 +1269,7 @@ share/doc/qt2/html/shclass.html
|
||||
share/doc/qt2/html/showimg-main-cpp.html
|
||||
share/doc/qt2/html/signalsandslots.html
|
||||
share/doc/qt2/html/simple-application.html
|
||||
share/doc/qt2/html/smooth.png
|
||||
share/doc/qt2/html/splitter-splitter-cpp.html
|
||||
share/doc/qt2/html/splitter-views-m.png
|
||||
share/doc/qt2/html/splitter-views-w.png
|
||||
@ -1318,8 +1372,11 @@ share/doc/qt2/html/ttlogo-small.png
|
||||
share/doc/qt2/html/tutorial.html
|
||||
share/doc/qt2/html/tutorial.png
|
||||
share/doc/qt2/html/unicode.html
|
||||
share/doc/qt2/html/unsmooth.png
|
||||
share/doc/qt2/html/validator-main-cpp.html
|
||||
share/doc/qt2/html/whatsthis
|
||||
share/doc/qt2/html/whatsthis.png
|
||||
share/doc/qt2/html/winsystem.html
|
||||
share/doc/qt2/html/wizard-main-cpp.html
|
||||
share/doc/qt2/html/xform-xform-cpp.html
|
||||
share/doc/qt2/html/xt.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
# New ports collection makefile for: qt21
|
||||
# New ports collection makefile for: qt22
|
||||
# Date created: 17 Jul 1999
|
||||
# Whom: imura@kml.cs.titech.ac.jp
|
||||
#
|
||||
@ -6,49 +6,58 @@
|
||||
#
|
||||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/
|
||||
DISTNAME= ${PORTNAME}-x11-${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= snapshots/current
|
||||
|
||||
MAINTAINER= imura@FreeBSD.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
GL.14:${PORTSDIR}/graphics/Mesa3
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_BZIP2= yes
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_NEWGCC= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
-gif -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= QTDIR=${WRKSRC}
|
||||
MAKE_ENV= QTDIR=${WRKSRC}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
CONFIG= ${WRKSRC}/configs/freebsd-g++-shared
|
||||
|
||||
.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE)
|
||||
CONFIGURE_ARGS+=-gif
|
||||
RESTRICTED= 'Requires a license from UNISYS'
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.include "${.CURDIR}/files/manpages"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if exists(${X11BASE}/lib/libqt2.so.3)
|
||||
@${ECHO} "An older version of QT2 is installed. To avoid clobbering"
|
||||
@${ECHO} "that installation, deinstall it and then install this port."
|
||||
@${ECHO} "Note that this port contains beta-quality source code and"
|
||||
@${ECHO} "must be used only wherever absolutely needed, such as for"
|
||||
@${ECHO} "KDE2 snapshot 20000724A and later."
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
@${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,gcc,${CC},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,g\+\+,${CXX},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,/usr/X11R6,${X11BASE},g" ${CONFIG}
|
||||
${PERL} -pi -e "s,-pipe -O2,${CXXFLAGS},g" ${CONFIG}
|
||||
${PERL} -pi -e "s@VER_MAJ = 2@VER_MAJ = 4@g" ${WRKSRC}/src/Makefile.in
|
||||
${PERL} -pi -e "s@TARGET = qt@TARGET = qt2@g" ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-configure:
|
||||
@(cd ${WRKSRC} ; ${GMAKE} symlinks)
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/include/qt2
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -63,6 +72,7 @@ do-install:
|
||||
${INSTALL_DATA} lib/libqxt.a ${PREFIX}/lib ; \
|
||||
${INSTALL_DATA} lib/libqt2.so.3 ${PREFIX}/lib )
|
||||
${LN} -sf libqt2.so.3 ${PREFIX}/lib/libqt2.so
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/qt2/html
|
||||
(cd ${WRKSRC} ; \
|
||||
@ -72,8 +82,6 @@ do-install:
|
||||
${INSTALL_DATA} PORTING ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.0 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} changes-2.1.1 ${PREFIX}/share/doc/qt2 ; \
|
||||
${INSTALL_DATA} doc/html/* ${PREFIX}/share/doc/qt2/html ; \
|
||||
${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 )
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qt-x11-2.1.1.tar.gz) = 4af3035d2ce5ada50faa6a092539efe4
|
||||
MD5 (qt-20000724A.tar.bz2) = c7af2fd05a40c47d7d5bdaa1c4f65e0a
|
||||
|
@ -1,5 +1,5 @@
|
||||
Qt is a toolkit for building a GUI for X in C++. The main
|
||||
documentation is in /usr/X11R6/share/doc/qt2 and is also available on
|
||||
documentation is in share/doc/qt2 and is also available on
|
||||
the web.
|
||||
|
||||
WWW: http://doc.trolltech.com/
|
||||
|
@ -4,14 +4,10 @@ bin/moc2
|
||||
bin/msg2qm
|
||||
bin/qt20fix
|
||||
bin/qtrename140
|
||||
include/qt2/jri.h
|
||||
include/qt2/jri_md.h
|
||||
include/qt2/jritypes.h
|
||||
include/qt2/npapi.h
|
||||
include/qt2/npupp.h
|
||||
include/qt2/q1xcompatibility.h
|
||||
include/qt2/qabstractlayout.h
|
||||
include/qt2/qaccel.h
|
||||
include/qt2/qaction.h
|
||||
include/qt2/qapp.h
|
||||
include/qt2/qapplication.h
|
||||
include/qt2/qarray.h
|
||||
@ -29,6 +25,7 @@ include/qt2/qbuffer.h
|
||||
include/qt2/qbutton.h
|
||||
include/qt2/qbuttongroup.h
|
||||
include/qt2/qcache.h
|
||||
include/qt2/qcanvas.h
|
||||
include/qt2/qcdestyle.h
|
||||
include/qt2/qcheckbox.h
|
||||
include/qt2/qchkbox.h
|
||||
@ -41,6 +38,10 @@ include/qt2/qcolordialog.h
|
||||
include/qt2/qcombo.h
|
||||
include/qt2/qcombobox.h
|
||||
include/qt2/qcommonstyle.h
|
||||
include/qt2/qcompactstyle.h
|
||||
include/qt2/qconfig-embedded.h
|
||||
include/qt2/qconfig-minimal.h
|
||||
include/qt2/qconfig.h
|
||||
include/qt2/qconnect.h
|
||||
include/qt2/qconnection.h
|
||||
include/qt2/qcstring.h
|
||||
@ -48,27 +49,29 @@ include/qt2/qcursor.h
|
||||
include/qt2/qdatastream.h
|
||||
include/qt2/qdatetime.h
|
||||
include/qt2/qdatetm.h
|
||||
include/qt2/qdial.h
|
||||
include/qt2/qdialog.h
|
||||
include/qt2/qdict.h
|
||||
include/qt2/qdir.h
|
||||
include/qt2/qdns.h
|
||||
include/qt2/qdragobject.h
|
||||
include/qt2/qdrawutil.h
|
||||
include/qt2/qdrawutl.h
|
||||
include/qt2/qdropsite.h
|
||||
include/qt2/qdstream.h
|
||||
include/qt2/qerrormessage.h
|
||||
include/qt2/qeucjpcodec.h
|
||||
include/qt2/qeuckrcodec.h
|
||||
include/qt2/qevent.h
|
||||
include/qt2/qfeatures.h
|
||||
include/qt2/qfile.h
|
||||
include/qt2/qfiledef.h
|
||||
include/qt2/qfiledefs_p.h
|
||||
include/qt2/qfiledialog.h
|
||||
include/qt2/qfiledlg.h
|
||||
include/qt2/qfileinf.h
|
||||
include/qt2/qfileinfo.h
|
||||
include/qt2/qfocusdata.h
|
||||
include/qt2/qfont.h
|
||||
include/qt2/qfontdata_p.h
|
||||
include/qt2/qfontdatabase.h
|
||||
include/qt2/qfontdialog.h
|
||||
include/qt2/qfontdta.h
|
||||
@ -77,6 +80,7 @@ include/qt2/qfontinfo.h
|
||||
include/qt2/qfontmet.h
|
||||
include/qt2/qfontmetrics.h
|
||||
include/qt2/qframe.h
|
||||
include/qt2/qftp.h
|
||||
include/qt2/qgarray.h
|
||||
include/qt2/qgbkcodec.h
|
||||
include/qt2/qgcache.h
|
||||
@ -95,6 +99,7 @@ include/qt2/qhbox.h
|
||||
include/qt2/qhbuttongroup.h
|
||||
include/qt2/qheader.h
|
||||
include/qt2/qhgroupbox.h
|
||||
include/qt2/qhostaddress.h
|
||||
include/qt2/qiconset.h
|
||||
include/qt2/qiconview.h
|
||||
include/qt2/qimage.h
|
||||
@ -111,7 +116,6 @@ include/qt2/qkeycode.h
|
||||
include/qt2/qkoi8codec.h
|
||||
include/qt2/qlabel.h
|
||||
include/qt2/qlayout.h
|
||||
include/qt2/qlayoutengine_p.h
|
||||
include/qt2/qlcdnum.h
|
||||
include/qt2/qlcdnumber.h
|
||||
include/qt2/qlined.h
|
||||
@ -130,12 +134,14 @@ include/qt2/qmetaobj.h
|
||||
include/qt2/qmetaobject.h
|
||||
include/qt2/qmime.h
|
||||
include/qt2/qmlined.h
|
||||
include/qt2/qmngio.h
|
||||
include/qt2/qmotifstyle.h
|
||||
include/qt2/qmovie.h
|
||||
include/qt2/qmsgbox.h
|
||||
include/qt2/qmultilinedit.h
|
||||
include/qt2/qmultilineedit.h
|
||||
include/qt2/qnamespace.h
|
||||
include/qt2/qnetwork.h
|
||||
include/qt2/qnetworkprotocol.h
|
||||
include/qt2/qnp.h
|
||||
include/qt2/qobjcoll.h
|
||||
@ -162,6 +168,7 @@ include/qt2/qpngio.h
|
||||
include/qt2/qpntarry.h
|
||||
include/qt2/qpoint.h
|
||||
include/qt2/qpointarray.h
|
||||
include/qt2/qpolygonscanner.h
|
||||
include/qt2/qpopmenu.h
|
||||
include/qt2/qpopupmenu.h
|
||||
include/qt2/qprintdialog.h
|
||||
@ -171,7 +178,6 @@ include/qt2/qprogbar.h
|
||||
include/qt2/qprogdlg.h
|
||||
include/qt2/qprogressbar.h
|
||||
include/qt2/qprogressdialog.h
|
||||
include/qt2/qpsprinter_p.h
|
||||
include/qt2/qpsprn.h
|
||||
include/qt2/qptrdict.h
|
||||
include/qt2/qpushbt.h
|
||||
@ -184,14 +190,15 @@ include/qt2/qrangect.h
|
||||
include/qt2/qrect.h
|
||||
include/qt2/qregexp.h
|
||||
include/qt2/qregion.h
|
||||
include/qt2/qrichtext_p.h
|
||||
include/qt2/qrtlcodec.h
|
||||
include/qt2/qscrbar.h
|
||||
include/qt2/qscrollbar.h
|
||||
include/qt2/qscrollview.h
|
||||
include/qt2/qsemimodal.h
|
||||
include/qt2/qserversocket.h
|
||||
include/qt2/qsession.h
|
||||
include/qt2/qsessionmanager.h
|
||||
include/qt2/qsgistyle.h
|
||||
include/qt2/qshared.h
|
||||
include/qt2/qsignal.h
|
||||
include/qt2/qsignalmapper.h
|
||||
@ -203,9 +210,12 @@ include/qt2/qsizepolicy.h
|
||||
include/qt2/qsjiscodec.h
|
||||
include/qt2/qslider.h
|
||||
include/qt2/qsmartptr.h
|
||||
include/qt2/qsocket.h
|
||||
include/qt2/qsocketdevice.h
|
||||
include/qt2/qsocketnotifier.h
|
||||
include/qt2/qsocknot.h
|
||||
include/qt2/qsortedlist.h
|
||||
include/qt2/qsound.h
|
||||
include/qt2/qspinbox.h
|
||||
include/qt2/qsplitter.h
|
||||
include/qt2/qstack.h
|
||||
@ -216,6 +226,7 @@ include/qt2/qstrlist.h
|
||||
include/qt2/qstrvec.h
|
||||
include/qt2/qstyle.h
|
||||
include/qt2/qstylesheet.h
|
||||
include/qt2/qt.h
|
||||
include/qt2/qt_x11.h
|
||||
include/qt2/qtabbar.h
|
||||
include/qt2/qtabdialog.h
|
||||
@ -227,12 +238,14 @@ include/qt2/qtextbrowser.h
|
||||
include/qt2/qtextcodec.h
|
||||
include/qt2/qtextstream.h
|
||||
include/qt2/qtextview.h
|
||||
include/qt2/qthread.h
|
||||
include/qt2/qtimer.h
|
||||
include/qt2/qtl.h
|
||||
include/qt2/qtoolbar.h
|
||||
include/qt2/qtoolbutton.h
|
||||
include/qt2/qtooltip.h
|
||||
include/qt2/qtranslator.h
|
||||
include/qt2/qtsciicodec.h
|
||||
include/qt2/qtstream.h
|
||||
include/qt2/qurl.h
|
||||
include/qt2/qurlinfo.h
|
||||
@ -246,7 +259,6 @@ include/qt2/qvbox.h
|
||||
include/qt2/qvbuttongroup.h
|
||||
include/qt2/qvector.h
|
||||
include/qt2/qvgroupbox.h
|
||||
include/qt2/qwellarray_p.h
|
||||
include/qt2/qwhatsthis.h
|
||||
include/qt2/qwidcoll.h
|
||||
include/qt2/qwidget.h
|
||||
@ -262,8 +274,7 @@ include/qt2/qwmatrix.h
|
||||
include/qt2/qworkspace.h
|
||||
include/qt2/qxt.h
|
||||
lib/libqgl.a
|
||||
lib/libqt2.so
|
||||
lib/libqt2.so.3
|
||||
lib/libqt2.so.4
|
||||
lib/libqxt.a
|
||||
share/doc/qt2/ANNOUNCE
|
||||
share/doc/qt2/FAQ
|
||||
@ -271,8 +282,7 @@ share/doc/qt2/LICENSE.QPL
|
||||
share/doc/qt2/PORTING
|
||||
share/doc/qt2/README
|
||||
share/doc/qt2/README.QT
|
||||
share/doc/qt2/changes-2.1.0
|
||||
share/doc/qt2/changes-2.1.1
|
||||
share/doc/qt2/html/HOWTO-framebuffer.html
|
||||
share/doc/qt2/html/aboutqt.html
|
||||
share/doc/qt2/html/abstractwidgets.html
|
||||
share/doc/qt2/html/accelerators.html
|
||||
@ -323,9 +333,10 @@ share/doc/qt2/html/easteregg2.html
|
||||
share/doc/qt2/html/environment.html
|
||||
share/doc/qt2/html/eventsandfilters.html
|
||||
share/doc/qt2/html/examples.html
|
||||
share/doc/qt2/html/face.png
|
||||
share/doc/qt2/html/features.html
|
||||
share/doc/qt2/html/fileiconview-main-cpp.html
|
||||
share/doc/qt2/html/focus.html
|
||||
share/doc/qt2/html/fontmatch.html
|
||||
share/doc/qt2/html/forever-forever-cpp.html
|
||||
share/doc/qt2/html/frames.png
|
||||
share/doc/qt2/html/functions.html
|
||||
@ -349,6 +360,7 @@ share/doc/qt2/html/iconview-main-cpp.html
|
||||
share/doc/qt2/html/images.html
|
||||
share/doc/qt2/html/index
|
||||
share/doc/qt2/html/index.html
|
||||
share/doc/qt2/html/installation.html
|
||||
share/doc/qt2/html/io.html
|
||||
share/doc/qt2/html/keyfeatures21.html
|
||||
share/doc/qt2/html/layout-layout-cpp.html
|
||||
@ -390,10 +402,16 @@ share/doc/qt2/html/primes.html
|
||||
share/doc/qt2/html/progress-progress-cpp.html
|
||||
share/doc/qt2/html/progressbar-main-cpp.html
|
||||
share/doc/qt2/html/properties.html
|
||||
share/doc/qt2/html/propertyindex
|
||||
share/doc/qt2/html/qabstractlayout-h.html
|
||||
share/doc/qt2/html/qaccel-h.html
|
||||
share/doc/qt2/html/qaccel-members.html
|
||||
share/doc/qt2/html/qaccel.html
|
||||
share/doc/qt2/html/qaction-h.html
|
||||
share/doc/qt2/html/qaction-members.html
|
||||
share/doc/qt2/html/qaction.html
|
||||
share/doc/qt2/html/qactiongroup-members.html
|
||||
share/doc/qt2/html/qactiongroup.html
|
||||
share/doc/qt2/html/qapplication-h.html
|
||||
share/doc/qt2/html/qapplication-members.html
|
||||
share/doc/qt2/html/qapplication.html
|
||||
@ -445,6 +463,31 @@ share/doc/qt2/html/qcache-members.html
|
||||
share/doc/qt2/html/qcache.html
|
||||
share/doc/qt2/html/qcacheiterator-members.html
|
||||
share/doc/qt2/html/qcacheiterator.html
|
||||
share/doc/qt2/html/qcanvas-h.html
|
||||
share/doc/qt2/html/qcanvas-members.html
|
||||
share/doc/qt2/html/qcanvas.html
|
||||
share/doc/qt2/html/qcanvasellipse-members.html
|
||||
share/doc/qt2/html/qcanvasellipse.html
|
||||
share/doc/qt2/html/qcanvasitem-members.html
|
||||
share/doc/qt2/html/qcanvasitem.html
|
||||
share/doc/qt2/html/qcanvasline-members.html
|
||||
share/doc/qt2/html/qcanvasline.html
|
||||
share/doc/qt2/html/qcanvaspixmap-members.html
|
||||
share/doc/qt2/html/qcanvaspixmap.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray-members.html
|
||||
share/doc/qt2/html/qcanvaspixmaparray.html
|
||||
share/doc/qt2/html/qcanvaspolygon-members.html
|
||||
share/doc/qt2/html/qcanvaspolygon.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem-members.html
|
||||
share/doc/qt2/html/qcanvaspolygonalitem.html
|
||||
share/doc/qt2/html/qcanvasrectangle-members.html
|
||||
share/doc/qt2/html/qcanvasrectangle.html
|
||||
share/doc/qt2/html/qcanvassprite-members.html
|
||||
share/doc/qt2/html/qcanvassprite.html
|
||||
share/doc/qt2/html/qcanvastext-members.html
|
||||
share/doc/qt2/html/qcanvastext.html
|
||||
share/doc/qt2/html/qcanvasview-members.html
|
||||
share/doc/qt2/html/qcanvasview.html
|
||||
share/doc/qt2/html/qcdestyle-h.html
|
||||
share/doc/qt2/html/qcdestyle-members.html
|
||||
share/doc/qt2/html/qcdestyle.html
|
||||
@ -525,8 +568,11 @@ share/doc/qt2/html/qdate.html
|
||||
share/doc/qt2/html/qdatetime-h.html
|
||||
share/doc/qt2/html/qdatetime-members.html
|
||||
share/doc/qt2/html/qdatetime.html
|
||||
share/doc/qt2/html/qdial-h.html
|
||||
share/doc/qt2/html/qdial-m.png
|
||||
share/doc/qt2/html/qdial-members.html
|
||||
share/doc/qt2/html/qdial-w.png
|
||||
share/doc/qt2/html/qdial.html
|
||||
share/doc/qt2/html/qdialog-h.html
|
||||
share/doc/qt2/html/qdialog-members.html
|
||||
share/doc/qt2/html/qdialog.html
|
||||
@ -971,6 +1017,9 @@ share/doc/qt2/html/qsemimodal.html
|
||||
share/doc/qt2/html/qsessionmanager-h.html
|
||||
share/doc/qt2/html/qsessionmanager-members.html
|
||||
share/doc/qt2/html/qsessionmanager.html
|
||||
share/doc/qt2/html/qsgistyle-h.html
|
||||
share/doc/qt2/html/qsgistyle-members.html
|
||||
share/doc/qt2/html/qsgistyle.html
|
||||
share/doc/qt2/html/qshared-h.html
|
||||
share/doc/qt2/html/qshared-members.html
|
||||
share/doc/qt2/html/qshared.html
|
||||
@ -1007,6 +1056,9 @@ share/doc/qt2/html/qsocketnotifier.html
|
||||
share/doc/qt2/html/qsortedlist-h.html
|
||||
share/doc/qt2/html/qsortedlist-members.html
|
||||
share/doc/qt2/html/qsortedlist.html
|
||||
share/doc/qt2/html/qsound-h.html
|
||||
share/doc/qt2/html/qsound-members.html
|
||||
share/doc/qt2/html/qsound.html
|
||||
share/doc/qt2/html/qspaceritem-members.html
|
||||
share/doc/qt2/html/qspaceritem.html
|
||||
share/doc/qt2/html/qspinbox-h.html
|
||||
@ -1200,6 +1252,7 @@ share/doc/qt2/html/qxtapplication-members.html
|
||||
share/doc/qt2/html/qxtapplication.html
|
||||
share/doc/qt2/html/qxtwidget-members.html
|
||||
share/doc/qt2/html/qxtwidget.html
|
||||
share/doc/qt2/html/rangecontrols-main-cpp.html
|
||||
share/doc/qt2/html/removed20.html
|
||||
share/doc/qt2/html/richtext-main-cpp.html
|
||||
share/doc/qt2/html/rintersect.png
|
||||
@ -1216,6 +1269,7 @@ share/doc/qt2/html/shclass.html
|
||||
share/doc/qt2/html/showimg-main-cpp.html
|
||||
share/doc/qt2/html/signalsandslots.html
|
||||
share/doc/qt2/html/simple-application.html
|
||||
share/doc/qt2/html/smooth.png
|
||||
share/doc/qt2/html/splitter-splitter-cpp.html
|
||||
share/doc/qt2/html/splitter-views-m.png
|
||||
share/doc/qt2/html/splitter-views-w.png
|
||||
@ -1318,8 +1372,11 @@ share/doc/qt2/html/ttlogo-small.png
|
||||
share/doc/qt2/html/tutorial.html
|
||||
share/doc/qt2/html/tutorial.png
|
||||
share/doc/qt2/html/unicode.html
|
||||
share/doc/qt2/html/unsmooth.png
|
||||
share/doc/qt2/html/validator-main-cpp.html
|
||||
share/doc/qt2/html/whatsthis
|
||||
share/doc/qt2/html/whatsthis.png
|
||||
share/doc/qt2/html/winsystem.html
|
||||
share/doc/qt2/html/wizard-main-cpp.html
|
||||
share/doc/qt2/html/xform-xform-cpp.html
|
||||
share/doc/qt2/html/xt.html
|
||||
|
@ -6,31 +6,43 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdebase
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
|
||||
--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--disable-closure
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
|
||||
USE_GMAKE= yes
|
||||
|
||||
FORBIDDEN= "Local buffer overflow yielding gid nogroup"
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
|
||||
MD5 (kdebase-20000724A.tar.bz2) = 957b13b43eb31b5262db0c338112a58d
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,31 +6,43 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdebase
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
|
||||
--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--disable-closure
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
|
||||
USE_GMAKE= yes
|
||||
|
||||
FORBIDDEN= "Local buffer overflow yielding gid nogroup"
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
|
||||
MD5 (kdebase-20000724A.tar.bz2) = 957b13b43eb31b5262db0c338112a58d
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,31 +6,43 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdebase
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
|
||||
--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--disable-closure
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
|
||||
USE_GMAKE= yes
|
||||
|
||||
FORBIDDEN= "Local buffer overflow yielding gid nogroup"
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
|
||||
MD5 (kdebase-20000724A.tar.bz2) = 957b13b43eb31b5262db0c338112a58d
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,31 +6,43 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdebase
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
|
||||
--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--disable-closure
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
|
||||
USE_GMAKE= yes
|
||||
|
||||
FORBIDDEN= "Local buffer overflow yielding gid nogroup"
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
|
||||
MD5 (kdebase-20000724A.tar.bz2) = 957b13b43eb31b5262db0c338112a58d
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,31 +6,43 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdebase
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
|
||||
--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--disable-closure
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
|
||||
USE_GMAKE= yes
|
||||
|
||||
FORBIDDEN= "Local buffer overflow yielding gid nogroup"
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
|
||||
MD5 (kdebase-20000724A.tar.bz2) = 957b13b43eb31b5262db0c338112a58d
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,31 +6,43 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdebase
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
|
||||
--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--disable-closure
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
|
||||
USE_GMAKE= yes
|
||||
|
||||
FORBIDDEN= "Local buffer overflow yielding gid nogroup"
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
|
||||
MD5 (kdebase-20000724A.tar.bz2) = 957b13b43eb31b5262db0c338112a58d
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,31 +6,43 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdebase
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
|
||||
--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--disable-closure
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
|
||||
USE_GMAKE= yes
|
||||
|
||||
FORBIDDEN= "Local buffer overflow yielding gid nogroup"
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
|
||||
MD5 (kdebase-20000724A.tar.bz2) = 957b13b43eb31b5262db0c338112a58d
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,31 +6,43 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdebase
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= $(MASTER_SITE_LOCAL)
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kdeui.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
|
||||
--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--disable-closure
|
||||
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
|
||||
USE_GMAKE= yes
|
||||
|
||||
FORBIDDEN= "Local buffer overflow yielding gid nogroup"
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in
|
||||
${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
|
||||
MD5 (kdebase-20000724A.tar.bz2) = 957b13b43eb31b5262db0c338112a58d
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,25 +6,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdelibs
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.4:${PORTSDIR}/graphics/png \
|
||||
png.3:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kde-qt-addon.4:${PORTSDIR}/x11-toolkits/kde-qt-addon
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \
|
||||
@ -32,20 +32,28 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
|
||||
MOC="${MOC}"
|
||||
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}"
|
||||
PLIST_SUB+= LIBVER="${SOMAJOR}"
|
||||
|
||||
pre-configure:
|
||||
.for NUM in 1 3
|
||||
(find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
|
||||
"s@version-info ${NUM}:0@version-info ${SOMAJOR}:${SOMINOR}@g")
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula khtml kio kjs kmid \
|
||||
kparts kspell ksycoca kwrite
|
||||
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs kmid \
|
||||
kparts kspell ksycoca kjava
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so
|
||||
.endfor
|
||||
.for LIB in artsc artscbackend artsdsp artsflow artsflow_idl kmedia2_idl qtmcop \
|
||||
soundserver_idl x11globalcomm
|
||||
.for LIB in artsc artsflow artsflow_idl kmedia2_idl qtmcop soundserver_idl
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.0 ${PREFIX}/lib/lib${LIB}.so
|
||||
.endfor
|
||||
@${LN} -sf ${PREFIX}/lib/libkjava.so.1 ${PREFIX}/lib/libkjava.so
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdelibs-1.90.tar.bz2) = a1aab64294725840189f11457c52619c
|
||||
MD5 (kdelibs-20000724A.tar.bz2) = 915701484d5091cac8e04341fefb9be9
|
||||
|
@ -4,7 +4,7 @@ bin/artsd
|
||||
bin/artsdsp
|
||||
bin/artsplay
|
||||
bin/artswrapper
|
||||
bin/db2ps
|
||||
bin/dcop
|
||||
bin/dcopidl
|
||||
bin/dcopidl2cpp
|
||||
bin/dcopserver
|
||||
@ -21,11 +21,10 @@ bin/klauncher
|
||||
bin/knotify
|
||||
bin/mcopidl
|
||||
bin/settheme
|
||||
include/MatrixDialog.h
|
||||
include/addressbook.h
|
||||
include/arts/anyref.h
|
||||
include/arts/artsflow.h
|
||||
include/arts/artsflow.idl
|
||||
include/arts/artsserver_impl.h
|
||||
include/arts/asyncstream.h
|
||||
include/arts/audiosubsys.h
|
||||
include/arts/buffer.h
|
||||
@ -39,7 +38,7 @@ include/arts/core.h
|
||||
include/arts/datapacket.h
|
||||
include/arts/debug.h
|
||||
include/arts/dispatcher.h
|
||||
include/arts/execrequest.h
|
||||
include/arts/dynamicrequest.h
|
||||
include/arts/extensionloader.h
|
||||
include/arts/factory.h
|
||||
include/arts/fft.h
|
||||
@ -54,7 +53,6 @@ include/arts/mcoputils.h
|
||||
include/arts/notification.h
|
||||
include/arts/object.h
|
||||
include/arts/objectmanager.h
|
||||
include/arts/objectwrapper.h
|
||||
include/arts/pipebuffer.h
|
||||
include/arts/pool.h
|
||||
include/arts/qiomanager.h
|
||||
@ -72,9 +70,9 @@ include/arts/type.h
|
||||
include/arts/unixconnection.h
|
||||
include/arts/unixserver.h
|
||||
include/arts/utils.h
|
||||
include/arts/weakreference.h
|
||||
include/artsc/artsc.h
|
||||
include/booktoken.h
|
||||
include/box.h
|
||||
include/dcopclient.h
|
||||
include/dcopobject.h
|
||||
include/dcopref.h
|
||||
@ -108,8 +106,10 @@ include/dom/html_misc.h
|
||||
include/dom/html_object.h
|
||||
include/dom/html_table.h
|
||||
include/kabapi.h
|
||||
include/kaboutapplication.h
|
||||
include/kaboutdata.h
|
||||
include/kaboutdialog.h
|
||||
include/kaboutdialog_private.h
|
||||
include/kaboutkde.h
|
||||
include/kaccel.h
|
||||
include/kaccelmenu.h
|
||||
@ -128,12 +128,13 @@ include/kcmdlineargs.h
|
||||
include/kcmenumngr.h
|
||||
include/kcmodule.h
|
||||
include/kcolorbtn.h
|
||||
include/kcolorbutton.h
|
||||
include/kcolorcombo.h
|
||||
include/kcolordlg.h
|
||||
include/kcolordrag.h
|
||||
include/kcombiview.h
|
||||
include/kcombobox.h
|
||||
include/kcompletion.h
|
||||
include/kcompletion_private.h
|
||||
include/kconfig.h
|
||||
include/kconfigbackend.h
|
||||
include/kconfigbase.h
|
||||
@ -141,9 +142,12 @@ include/kconfigdata.h
|
||||
include/kcontainer.h
|
||||
include/kcrash.h
|
||||
include/kcursor.h
|
||||
include/kdatastream.h
|
||||
include/kdatepik.h
|
||||
include/kdatetbl.h
|
||||
include/kdbtn.h
|
||||
include/kdcopactionproxy.h
|
||||
include/kdcoppropertyproxy.h
|
||||
include/kde.pot
|
||||
include/kde_dmalloc.h
|
||||
include/kdebug.h
|
||||
@ -160,7 +164,9 @@ include/kdesu/su.h
|
||||
include/kdialog.h
|
||||
include/kdialogbase.h
|
||||
include/kdirlister.h
|
||||
include/kdirnotify.h
|
||||
include/kdiroperator.h
|
||||
include/kdirsize.h
|
||||
include/kdirwatch.h
|
||||
include/kdocktabctl.h
|
||||
include/kdockwidget.h
|
||||
@ -181,14 +187,14 @@ include/kfilereader.h
|
||||
include/kfileview.h
|
||||
include/kfileviewitem.h
|
||||
include/kfontdialog.h
|
||||
include/kformula.h
|
||||
include/kformulaedit.h
|
||||
include/kformulatoolbar.h
|
||||
include/kglobal.h
|
||||
include/kglobalaccel.h
|
||||
include/kglobalsettings.h
|
||||
include/khelpmenu.h
|
||||
include/khtml_events.h
|
||||
include/khtml_part.h
|
||||
include/khtml_settings.h
|
||||
include/khtmldefaults.h
|
||||
include/khtmlview.h
|
||||
include/kicondialog.h
|
||||
include/kiconeffect.h
|
||||
@ -200,7 +206,6 @@ include/kimageio.h
|
||||
include/kinstance.h
|
||||
include/kio/connection.h
|
||||
include/kio/defaultprogress.h
|
||||
include/kio/filter.h
|
||||
include/kio/global.h
|
||||
include/kio/job.h
|
||||
include/kio/jobclasses.h
|
||||
@ -208,11 +213,11 @@ include/kio/netaccess.h
|
||||
include/kio/passdlg.h
|
||||
include/kio/paste.h
|
||||
include/kio/progressbase.h
|
||||
include/kio/renamedlg.h
|
||||
include/kio/skipdlg.h
|
||||
include/kio/slavebase.h
|
||||
include/kio/slaveinterface.h
|
||||
include/kio/statusbarprogress.h
|
||||
include/kio/tcpslavebase.h
|
||||
include/kio/uiserver.h
|
||||
include/kipc.h
|
||||
include/kjanuswidget.h
|
||||
include/kjavaapplet.h
|
||||
@ -235,6 +240,7 @@ include/klineeditdlg.h
|
||||
include/klistbox.h
|
||||
include/klistview.h
|
||||
include/klocale.h
|
||||
include/kmainwindow.h
|
||||
include/kmenubar.h
|
||||
include/kmessagebox.h
|
||||
include/kmimemagic.h
|
||||
@ -247,6 +253,7 @@ include/kpalette.h
|
||||
include/kpanelapplet.h
|
||||
include/kpanelmenu.h
|
||||
include/kparts/browserextension.h
|
||||
include/kparts/dockmainwindow.h
|
||||
include/kparts/event.h
|
||||
include/kparts/factory.h
|
||||
include/kparts/mainwindow.h
|
||||
@ -257,17 +264,20 @@ include/kpassdlg.h
|
||||
include/kpixmap.h
|
||||
include/kpixmapeffect.h
|
||||
include/kpixmapio.h
|
||||
include/kpixmapprovider.h
|
||||
include/kpopupmenu.h
|
||||
include/kprocctrl.h
|
||||
include/kprocess.h
|
||||
include/kprocio.h
|
||||
include/kprogress.h
|
||||
include/kpropsdlg.h
|
||||
include/kprotocolinfo.h
|
||||
include/kprotocolmanager.h
|
||||
include/krandomsequence.h
|
||||
include/krecentdocument.h
|
||||
include/kregexp.h
|
||||
include/krestrictedline.h
|
||||
include/krfcdate.h
|
||||
include/krootpixmap.h
|
||||
include/krootprop.h
|
||||
include/kruler.h
|
||||
@ -287,6 +297,7 @@ include/ksimpleconfig.h
|
||||
include/ksock.h
|
||||
include/kspell.h
|
||||
include/kspelldlg.h
|
||||
include/kstaticdeleter.h
|
||||
include/kstatusbar.h
|
||||
include/kstdaccel.h
|
||||
include/kstdaction.h
|
||||
@ -296,25 +307,27 @@ include/kstyle.h
|
||||
include/ksycoca.h
|
||||
include/ksycocaentry.h
|
||||
include/ksycocatype.h
|
||||
include/ksystemtray.h
|
||||
include/ktabctl.h
|
||||
include/ktar.h
|
||||
include/ktempfile.h
|
||||
include/ktextbrowser.h
|
||||
include/ktexteditor.h
|
||||
include/kthemebase.h
|
||||
include/kthemestyle.h
|
||||
include/ktmainwindow.h
|
||||
include/ktmlayout.h
|
||||
include/ktoolbar.h
|
||||
include/ktoolbarbutton.h
|
||||
include/ktoolbarradiogroup.h
|
||||
include/ktoolboxmgr.h
|
||||
include/ktrader.h
|
||||
include/kuniqueapp.h
|
||||
include/kunload.h
|
||||
include/kurifilter.h
|
||||
include/kurl.h
|
||||
include/kurlcombobox.h
|
||||
include/kurlcompletion.h
|
||||
include/kurllabel.h
|
||||
include/kurlpixmapprovider.h
|
||||
include/kurlrequester.h
|
||||
include/kurlrequesterdlg.h
|
||||
include/kuserprofile.h
|
||||
@ -322,14 +335,6 @@ include/kwidgetid.h
|
||||
include/kwin.h
|
||||
include/kwinmodule.h
|
||||
include/kwizard.h
|
||||
include/kwm.h
|
||||
include/kwrite/highlight.h
|
||||
include/kwrite/kwrite.h
|
||||
include/kwrite/kwrite_doc.h
|
||||
include/kwrite/kwrite_factory.h
|
||||
include/kwrite/kwrite_misc.h
|
||||
include/kwrite/kwrite_part.h
|
||||
include/kwrite/kwrite_view.h
|
||||
include/kxmlgui.h
|
||||
include/kxmlguibuilder.h
|
||||
include/kxmlguiclient.h
|
||||
@ -351,12 +356,27 @@ include/libkmid/synthout.h
|
||||
include/libkmid/track.h
|
||||
include/libkmid/voiceman.h
|
||||
include/ltdl.h
|
||||
include/matrixbox.h
|
||||
include/netwm.h
|
||||
include/netwm_def.h
|
||||
include/netwm_p.h
|
||||
include/progressbase.h
|
||||
include/qconfigDB.h
|
||||
include/qxembed.h
|
||||
include/statusbarprogress.h
|
||||
lib/X11GlobalComm.mcopclass
|
||||
lib/Arts/Synth_ADD.mcopclass
|
||||
lib/Arts/Synth_AMAN_PLAY.mcopclass
|
||||
lib/Arts/Synth_AMAN_RECORD.mcopclass
|
||||
lib/Arts/Synth_BUS_DOWNLINK.mcopclass
|
||||
lib/Arts/Synth_BUS_UPLINK.mcopclass
|
||||
lib/Arts/Synth_FREQUENCY.mcopclass
|
||||
lib/Arts/Synth_MUL.mcopclass
|
||||
lib/Arts/Synth_MULTI_ADD.mcopclass
|
||||
lib/Arts/Synth_PLAY.mcopclass
|
||||
lib/Arts/Synth_PLAY_WAV.mcopclass
|
||||
lib/Arts/Synth_RECORD.mcopclass
|
||||
lib/Arts/Synth_WAVE_SIN.mcopclass
|
||||
lib/Arts/WavPlayObject.mcopclass
|
||||
lib/Arts/X11GlobalComm.mcopclass
|
||||
lib/b3style.la
|
||||
lib/b3style.so
|
||||
lib/basicstyle.la
|
||||
@ -373,6 +393,8 @@ lib/kded.la
|
||||
lib/kded.so
|
||||
lib/kimg_eps.la
|
||||
lib/kimg_eps.so
|
||||
lib/kimg_g3.la
|
||||
lib/kimg_g3.so
|
||||
lib/kimg_krl.la
|
||||
lib/kimg_krl.so
|
||||
lib/kimg_tiff.la
|
||||
@ -395,98 +417,93 @@ lib/kjs_html.la
|
||||
lib/kjs_html.so
|
||||
lib/klauncher.la
|
||||
lib/klauncher.so
|
||||
lib/klegacystyle.la
|
||||
lib/klegacystyle.so
|
||||
lib/knotify.la
|
||||
lib/knotify.so
|
||||
lib/ksgistyle.la
|
||||
lib/ksgistyle.so
|
||||
lib/kstephighcolor.la
|
||||
lib/kstephighcolor.so
|
||||
lib/kstepstyle.la
|
||||
lib/kstepstyle.so
|
||||
lib/libDCOP.la
|
||||
lib/libDCOP.so
|
||||
lib/libDCOP.so.%%LIBVER%%
|
||||
lib/libDCOP.so.4
|
||||
lib/libDCOPC.la
|
||||
lib/libDCOPC.so.4
|
||||
lib/libartsc.la
|
||||
lib/libartsc.so
|
||||
lib/libartsc.so.0
|
||||
lib/libartscbackend.la
|
||||
lib/libartscbackend.so
|
||||
lib/libartscbackend.so.0
|
||||
lib/libartsdsp.la
|
||||
lib/libartsdsp.so
|
||||
lib/libartsdsp.so.0
|
||||
lib/libartsflow.la
|
||||
lib/libartsflow.so
|
||||
lib/libartsflow.so.0
|
||||
lib/libartsflow_idl.la
|
||||
lib/libartsflow_idl.so
|
||||
lib/libartsflow_idl.so.0
|
||||
lib/libkab.la
|
||||
lib/libkab.so
|
||||
lib/libkab.so.%%LIBVER%%
|
||||
lib/libkab.so.4
|
||||
lib/libkdecore.la
|
||||
lib/libkdecore.so
|
||||
lib/libkdecore.so.%%LIBVER%%
|
||||
lib/libkdecore.so.4
|
||||
lib/libkdesu.la
|
||||
lib/libkdesu.so
|
||||
lib/libkdesu.so.%%LIBVER%%
|
||||
lib/libkdesu.so.4
|
||||
lib/libkdeui.la
|
||||
lib/libkdeui.so
|
||||
lib/libkdeui.so.%%LIBVER%%
|
||||
lib/libkdeui.so.4
|
||||
lib/libkfile.la
|
||||
lib/libkfile.so
|
||||
lib/libkfile.so.%%LIBVER%%
|
||||
lib/libkformula.la
|
||||
lib/libkformula.so
|
||||
lib/libkformula.so.%%LIBVER%%
|
||||
lib/libkfile.so.4
|
||||
lib/libkhtml.la
|
||||
lib/libkhtml.so
|
||||
lib/libkhtml.so.%%LIBVER%%
|
||||
lib/libkhtml.so.4
|
||||
lib/libkio.la
|
||||
lib/libkio.so
|
||||
lib/libkio.so.%%LIBVER%%
|
||||
lib/libkio.so.4
|
||||
lib/libkjava.la
|
||||
lib/libkjava.so
|
||||
lib/libkjava.so.1
|
||||
lib/libkjava.so.4
|
||||
lib/libkjs.la
|
||||
lib/libkjs.so
|
||||
lib/libkjs.so.%%LIBVER%%
|
||||
lib/libkjs.so.4
|
||||
lib/libkmapnotify.la
|
||||
lib/libkmapnotify.so.4
|
||||
lib/libkmedia2_idl.la
|
||||
lib/libkmedia2_idl.so
|
||||
lib/libkmedia2_idl.so.0
|
||||
lib/libkmid.la
|
||||
lib/libkmid.so
|
||||
lib/libkmid.so.%%LIBVER%%
|
||||
lib/libkmid.so.0
|
||||
lib/libkparts.la
|
||||
lib/libkparts.so
|
||||
lib/libkparts.so.%%LIBVER%%
|
||||
lib/libkparts.so.4
|
||||
lib/libkspell.la
|
||||
lib/libkspell.so
|
||||
lib/libkspell.so.%%LIBVER%%
|
||||
lib/libkspell.so.4
|
||||
lib/libksycoca.la
|
||||
lib/libksycoca.so
|
||||
lib/libksycoca.so.%%LIBVER%%
|
||||
lib/libkwrite.la
|
||||
lib/libkwrite.so
|
||||
lib/libkwrite.so.%%LIBVER%%
|
||||
lib/libksycoca.so.4
|
||||
lib/libktexteditor.la
|
||||
lib/libktexteditor.so.0
|
||||
lib/libmcop.la
|
||||
lib/libmcop.so
|
||||
lib/libmcop.so.%%LIBVER%%
|
||||
lib/libmcop.so.0
|
||||
lib/libqtmcop.la
|
||||
lib/libqtmcop.so
|
||||
lib/libqtmcop.so.0
|
||||
lib/libsoundserver_idl.la
|
||||
lib/libsoundserver_idl.so
|
||||
lib/libsoundserver_idl.so.0
|
||||
lib/libx11globalcomm.la
|
||||
lib/libx11globalcomm.so
|
||||
lib/libx11globalcomm.so.0
|
||||
share/apps/kab/template.config
|
||||
share/apps/kab/template.kab
|
||||
share/apps/kdeui/pics/aboutkde.png
|
||||
share/apps/kdeui/pics/keys.png
|
||||
share/apps/khtml/css/html4.css
|
||||
share/apps/khtml/khtml.rc
|
||||
share/apps/khtml/khtml_browser.rc
|
||||
share/apps/khtml/khtml_popupmenu.rc
|
||||
share/apps/kjava/kjava-classes.zip
|
||||
share/apps/ksgmltools/kde-rdbhier2.elements
|
||||
share/apps/ksgmltools/kde-rdbpool.elements
|
||||
share/apps/ksgmltools/kde.cat
|
||||
share/apps/ksgmltools/kde.dtd
|
||||
share/apps/ksgmltools/catalog
|
||||
share/apps/ksgmltools/dtd/fdl-notice.entities
|
||||
share/apps/ksgmltools/dtd/kde-genent.entities
|
||||
share/apps/ksgmltools/dtd/kde-next.dtd
|
||||
share/apps/ksgmltools/dtd/kde-prologue.entities
|
||||
share/apps/ksgmltools/dtd/kde-rdbhier2.elements
|
||||
share/apps/ksgmltools/dtd/kde-rdbpool.elements
|
||||
share/apps/ksgmltools/dtd/kde.dtd
|
||||
share/apps/ksgmltools/entities/fdl-notice.docbook
|
||||
share/apps/ksgmltools/entities/gpl-notice.docbook
|
||||
share/apps/ksgmltools/entities/help-menu.docbook
|
||||
share/apps/ksgmltools/entities/lgpl-notice.docbook
|
||||
share/apps/ksgmltools/entities/license-links.docbook
|
||||
share/apps/ksgmltools/kde.dcl
|
||||
share/apps/ksgmltools/stylesheets/kde-anchor.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-faq.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-img.dsl
|
||||
@ -541,6 +558,8 @@ share/apps/ksgmltools/stylesheets/kde-l1sv.ent
|
||||
share/apps/ksgmltools/stylesheets/kde-l1zh-CN.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-l1zh-CN.ent
|
||||
share/apps/ksgmltools/stylesheets/kde-navig.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-search.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-ttlpg.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde.css
|
||||
share/apps/ksgmltools/stylesheets/kde.dsl
|
||||
share/apps/kstyle/pixmaps/aquaice.png
|
||||
@ -602,9 +621,9 @@ share/apps/kstyle/pixmaps/woodmenu.png
|
||||
share/apps/kstyle/pixmaps/yellow_off.png
|
||||
share/apps/kstyle/pixmaps/yellow_on.png
|
||||
share/apps/kstyle/themes/b3.themerc
|
||||
share/apps/kstyle/themes/coldions.themerc
|
||||
share/apps/kstyle/themes/default.themerc
|
||||
share/apps/kstyle/themes/highcolor.themerc
|
||||
share/apps/kstyle/themes/ksgistyle.themerc
|
||||
share/apps/kstyle/themes/kstep.themerc
|
||||
share/apps/kstyle/themes/marble.themerc
|
||||
share/apps/kstyle/themes/qtcde.themerc
|
||||
@ -614,30 +633,22 @@ share/apps/kstyle/themes/qtwindows.themerc
|
||||
share/apps/kstyle/themes/system.themerc
|
||||
share/apps/kstyle/themes/systemalt.themerc
|
||||
share/apps/kstyle/themes/systemtest.themerc
|
||||
share/apps/kwrite/kwrite.rc
|
||||
share/apps/kwrite/kwrite_browser.rc
|
||||
share/config/charsets
|
||||
share/config/colors/40 Colors
|
||||
share/config/colors/Royal
|
||||
share/config/colors/Web
|
||||
share/config/eventsrc
|
||||
share/config/kde-config
|
||||
share/config/kdebug.areas
|
||||
share/config/kdebugrc
|
||||
share/config/protocols/file.desktop
|
||||
share/config/protocols/ftp.desktop
|
||||
share/config/protocols/http.desktop
|
||||
share/config/protocols/https.desktop
|
||||
share/config/ui/ui_standards.rc
|
||||
share/doc/HTML/en/common/caution.png
|
||||
share/doc/HTML/en/common/fdl-licence
|
||||
share/doc/HTML/en/common/fdl-licence.html
|
||||
share/doc/HTML/en/common/fdl-notice
|
||||
share/doc/HTML/en/common/fdl-notice.docbook
|
||||
share/doc/HTML/en/common/fdl-notice.entities
|
||||
share/doc/HTML/en/common/gpl-licence
|
||||
share/doc/HTML/en/common/gpl-licence.html
|
||||
share/doc/HTML/en/common/gpl-notice
|
||||
share/doc/HTML/en/common/gpl-notice.docbook
|
||||
share/doc/HTML/en/common/home.png
|
||||
share/doc/HTML/en/common/important.png
|
||||
share/doc/HTML/en/common/kde-common.css
|
||||
@ -645,7 +656,6 @@ share/doc/HTML/en/common/kde-default.css
|
||||
share/doc/HTML/en/common/lgpl-licence
|
||||
share/doc/HTML/en/common/lgpl-licence.html
|
||||
share/doc/HTML/en/common/lgpl-notice
|
||||
share/doc/HTML/en/common/lgpl-notice.docbook
|
||||
share/doc/HTML/en/common/mieterra-artistic-license
|
||||
share/doc/HTML/en/common/next.png
|
||||
share/doc/HTML/en/common/note.png
|
||||
@ -657,7 +667,7 @@ share/doc/HTML/en/common/toc-plus.png
|
||||
share/doc/HTML/en/common/up.png
|
||||
share/doc/HTML/en/common/warning.png
|
||||
share/doc/HTML/en/common/xml.dcl
|
||||
share/doc/HTML/en/kdelibs/index.html
|
||||
share/doc/HTML/en/kdelibs/kdebug/index.html
|
||||
share/doc/HTML/en/kspell/.anchors
|
||||
share/doc/HTML/en/kspell/configuration-dialog-.html
|
||||
share/doc/HTML/en/kspell/contact-information.html
|
||||
@ -673,17 +683,17 @@ share/icons/hicolor/22x22/actions/1leftarrow.png
|
||||
share/icons/hicolor/22x22/actions/1rightarrow.png
|
||||
share/icons/hicolor/22x22/actions/2leftarrow.png
|
||||
share/icons/hicolor/22x22/actions/2rightarrow.png
|
||||
share/icons/hicolor/22x22/actions/abs.png
|
||||
share/icons/hicolor/22x22/actions/add_point.png
|
||||
share/icons/hicolor/22x22/actions/airbrush.png
|
||||
share/icons/hicolor/22x22/actions/back.png
|
||||
share/icons/hicolor/22x22/actions/blend.png
|
||||
share/icons/hicolor/22x22/actions/bottom.png
|
||||
share/icons/hicolor/22x22/actions/brace.png
|
||||
share/icons/hicolor/22x22/actions/brackets.png
|
||||
share/icons/hicolor/22x22/actions/centrejust.png
|
||||
share/icons/hicolor/22x22/actions/colorpicker.png
|
||||
share/icons/hicolor/22x22/actions/configure.png
|
||||
share/icons/hicolor/22x22/actions/connect_creating.png
|
||||
share/icons/hicolor/22x22/actions/connect_established.png
|
||||
share/icons/hicolor/22x22/actions/connect_no.png
|
||||
share/icons/hicolor/22x22/actions/contexthelp.png
|
||||
share/icons/hicolor/22x22/actions/contiguous.png
|
||||
share/icons/hicolor/22x22/actions/crop.png
|
||||
@ -694,17 +704,17 @@ share/icons/hicolor/22x22/actions/editpaste.png
|
||||
share/icons/hicolor/22x22/actions/edittrash.png
|
||||
share/icons/hicolor/22x22/actions/elliptical.png
|
||||
share/icons/hicolor/22x22/actions/eraser.png
|
||||
share/icons/hicolor/22x22/actions/exec.png
|
||||
share/icons/hicolor/22x22/actions/filenew.png
|
||||
share/icons/hicolor/22x22/actions/fileopen.png
|
||||
share/icons/hicolor/22x22/actions/fileprint.png
|
||||
share/icons/hicolor/22x22/actions/filesave.png
|
||||
share/icons/hicolor/22x22/actions/fill.png
|
||||
share/icons/hicolor/22x22/actions/find.png
|
||||
share/icons/hicolor/22x22/actions/finish.png
|
||||
share/icons/hicolor/22x22/actions/forward.png
|
||||
share/icons/hicolor/22x22/actions/frac.png
|
||||
share/icons/hicolor/22x22/actions/gohome.png
|
||||
share/icons/hicolor/22x22/actions/handdrawn.png
|
||||
share/icons/hicolor/22x22/actions/int.png
|
||||
share/icons/hicolor/22x22/actions/kde/0001.png
|
||||
share/icons/hicolor/22x22/actions/kde/0002.png
|
||||
share/icons/hicolor/22x22/actions/kde/0003.png
|
||||
@ -757,30 +767,29 @@ share/icons/hicolor/22x22/actions/kde/0049.png
|
||||
share/icons/hicolor/22x22/actions/kde/0050.png
|
||||
share/icons/hicolor/22x22/actions/lasso.png
|
||||
share/icons/hicolor/22x22/actions/leftjust.png
|
||||
share/icons/hicolor/22x22/actions/lsub.png
|
||||
share/icons/hicolor/22x22/actions/lsup.png
|
||||
share/icons/hicolor/22x22/actions/matrix.png
|
||||
share/icons/hicolor/22x22/actions/move.png
|
||||
share/icons/hicolor/22x22/actions/next.png
|
||||
share/icons/hicolor/22x22/actions/openterm.png
|
||||
share/icons/hicolor/22x22/actions/paintbrush.png
|
||||
share/icons/hicolor/22x22/actions/paren.png
|
||||
share/icons/hicolor/22x22/actions/pencil.png
|
||||
share/icons/hicolor/22x22/actions/previous.png
|
||||
share/icons/hicolor/22x22/actions/prod.png
|
||||
share/icons/hicolor/22x22/actions/rectangular.png
|
||||
share/icons/hicolor/22x22/actions/redo.png
|
||||
share/icons/hicolor/22x22/actions/reload.png
|
||||
share/icons/hicolor/22x22/actions/rightjust.png
|
||||
share/icons/hicolor/22x22/actions/rsub.png
|
||||
share/icons/hicolor/22x22/actions/rsup.png
|
||||
share/icons/hicolor/22x22/actions/run.png
|
||||
share/icons/hicolor/22x22/actions/smart_select.png
|
||||
share/icons/hicolor/22x22/actions/spellcheck.png
|
||||
share/icons/hicolor/22x22/actions/sqrt.png
|
||||
share/icons/hicolor/22x22/actions/start.png
|
||||
share/icons/hicolor/22x22/actions/stop.png
|
||||
share/icons/hicolor/22x22/actions/sum.png
|
||||
share/icons/hicolor/22x22/actions/text.png
|
||||
share/icons/hicolor/22x22/actions/text_block.png
|
||||
share/icons/hicolor/22x22/actions/text_bold.png
|
||||
share/icons/hicolor/22x22/actions/text_center.png
|
||||
share/icons/hicolor/22x22/actions/text_italic.png
|
||||
share/icons/hicolor/22x22/actions/text_left.png
|
||||
share/icons/hicolor/22x22/actions/text_right.png
|
||||
share/icons/hicolor/22x22/actions/text_under.png
|
||||
share/icons/hicolor/22x22/actions/top.png
|
||||
share/icons/hicolor/22x22/actions/undo.png
|
||||
share/icons/hicolor/22x22/actions/up.png
|
||||
@ -788,33 +797,31 @@ share/icons/hicolor/22x22/actions/viewmag+.png
|
||||
share/icons/hicolor/22x22/actions/viewmag-.png
|
||||
share/icons/hicolor/22x22/actions/viewmag.png
|
||||
share/icons/hicolor/22x22/actions/window_nofullscreen.png
|
||||
share/icons/hicolor/32x32/actions/abs.png
|
||||
share/icons/hicolor/32x32/actions/back.png
|
||||
share/icons/hicolor/32x32/actions/blend.png
|
||||
share/icons/hicolor/32x32/actions/bottom.png
|
||||
share/icons/hicolor/32x32/actions/brace.png
|
||||
share/icons/hicolor/32x32/actions/brackets.png
|
||||
share/icons/hicolor/32x32/actions/centrejust.png
|
||||
share/icons/hicolor/32x32/actions/colors.png
|
||||
share/icons/hicolor/32x32/actions/contents.png
|
||||
share/icons/hicolor/32x32/actions/contexthelp.png
|
||||
share/icons/hicolor/32x32/actions/down.png
|
||||
share/icons/hicolor/32x32/actions/editcopy.png
|
||||
share/icons/hicolor/32x32/actions/editcut.png
|
||||
share/icons/hicolor/32x32/actions/editdelete.png
|
||||
share/icons/hicolor/32x32/actions/editpaste.png
|
||||
share/icons/hicolor/32x32/actions/exec.png
|
||||
share/icons/hicolor/32x32/actions/filenew.png
|
||||
share/icons/hicolor/32x32/actions/fileopen.png
|
||||
share/icons/hicolor/32x32/actions/fileprint.png
|
||||
share/icons/hicolor/32x32/actions/files.png
|
||||
share/icons/hicolor/32x32/actions/filesave.png
|
||||
share/icons/hicolor/32x32/actions/find.png
|
||||
share/icons/hicolor/32x32/actions/finish.png
|
||||
share/icons/hicolor/32x32/actions/fonts.png
|
||||
share/icons/hicolor/32x32/actions/forward.png
|
||||
share/icons/hicolor/32x32/actions/frac.png
|
||||
share/icons/hicolor/32x32/actions/gohome.png
|
||||
share/icons/hicolor/32x32/actions/goto.png
|
||||
share/icons/hicolor/32x32/actions/help.png
|
||||
share/icons/hicolor/32x32/actions/int.png
|
||||
share/icons/hicolor/32x32/actions/kde/0001.png
|
||||
share/icons/hicolor/32x32/actions/kde/0002.png
|
||||
share/icons/hicolor/32x32/actions/kde/0003.png
|
||||
@ -866,28 +873,26 @@ share/icons/hicolor/32x32/actions/kde/0048.png
|
||||
share/icons/hicolor/32x32/actions/kde/0049.png
|
||||
share/icons/hicolor/32x32/actions/kde/0050.png
|
||||
share/icons/hicolor/32x32/actions/leftjust.png
|
||||
share/icons/hicolor/32x32/actions/lsub.png
|
||||
share/icons/hicolor/32x32/actions/lsup.png
|
||||
share/icons/hicolor/32x32/actions/matrix.png
|
||||
share/icons/hicolor/32x32/actions/misc.png
|
||||
share/icons/hicolor/32x32/actions/mouse.png
|
||||
share/icons/hicolor/32x32/actions/next.png
|
||||
share/icons/hicolor/32x32/actions/openterm.png
|
||||
share/icons/hicolor/32x32/actions/paren.png
|
||||
share/icons/hicolor/32x32/actions/previous.png
|
||||
share/icons/hicolor/32x32/actions/prod.png
|
||||
share/icons/hicolor/32x32/actions/redo.png
|
||||
share/icons/hicolor/32x32/actions/reload.png
|
||||
share/icons/hicolor/32x32/actions/rightjust.png
|
||||
share/icons/hicolor/32x32/actions/rotate.png
|
||||
share/icons/hicolor/32x32/actions/rsub.png
|
||||
share/icons/hicolor/32x32/actions/rsup.png
|
||||
share/icons/hicolor/32x32/actions/run.png
|
||||
share/icons/hicolor/32x32/actions/spellcheck.png
|
||||
share/icons/hicolor/32x32/actions/sqrt.png
|
||||
share/icons/hicolor/32x32/actions/start.png
|
||||
share/icons/hicolor/32x32/actions/stop.png
|
||||
share/icons/hicolor/32x32/actions/sum.png
|
||||
share/icons/hicolor/32x32/actions/text_block.png
|
||||
share/icons/hicolor/32x32/actions/text_bold.png
|
||||
share/icons/hicolor/32x32/actions/text_center.png
|
||||
share/icons/hicolor/32x32/actions/text_italic.png
|
||||
share/icons/hicolor/32x32/actions/text_left.png
|
||||
share/icons/hicolor/32x32/actions/text_right.png
|
||||
share/icons/hicolor/32x32/actions/text_under.png
|
||||
share/icons/hicolor/32x32/actions/top.png
|
||||
share/icons/hicolor/32x32/actions/undo.png
|
||||
share/icons/hicolor/32x32/actions/up.png
|
||||
@ -909,12 +914,14 @@ share/icons/hicolor/32x32/filesystems/folder_red.png
|
||||
share/icons/hicolor/32x32/filesystems/folder_yellow.png
|
||||
share/icons/hicolor/32x32/filesystems/ftp.png
|
||||
share/icons/hicolor/32x32/filesystems/link.png
|
||||
share/icons/hicolor/32x32/filesystems/lock.png
|
||||
share/icons/hicolor/32x32/filesystems/pipe.png
|
||||
share/icons/hicolor/32x32/filesystems/shredder.png
|
||||
share/icons/hicolor/32x32/filesystems/socket.png
|
||||
share/icons/hicolor/32x32/filesystems/trashcan_empty.png
|
||||
share/icons/hicolor/32x32/filesystems/trashcan_full.png
|
||||
share/icons/hicolor/32x32/filesystems/www.png
|
||||
share/icons/hicolor/32x32/filesystems/zip.png
|
||||
share/icons/hicolor/32x32/mimetypes/applix.png
|
||||
share/icons/hicolor/32x32/mimetypes/binary.png
|
||||
share/icons/hicolor/32x32/mimetypes/binary2.png
|
||||
@ -922,6 +929,7 @@ share/icons/hicolor/32x32/mimetypes/blockdevice.png
|
||||
share/icons/hicolor/32x32/mimetypes/c_src.png
|
||||
share/icons/hicolor/32x32/mimetypes/chardevice.png
|
||||
share/icons/hicolor/32x32/mimetypes/core.png
|
||||
share/icons/hicolor/32x32/mimetypes/cpp_src.png
|
||||
share/icons/hicolor/32x32/mimetypes/document.png
|
||||
share/icons/hicolor/32x32/mimetypes/dvi.png
|
||||
share/icons/hicolor/32x32/mimetypes/f_src.png
|
||||
@ -950,6 +958,7 @@ share/icons/hicolor/32x32/mimetypes/postscript.png
|
||||
share/icons/hicolor/32x32/mimetypes/readme.png
|
||||
share/icons/hicolor/32x32/mimetypes/recycled.png
|
||||
share/icons/hicolor/32x32/mimetypes/resource.png
|
||||
share/icons/hicolor/32x32/mimetypes/rpm.png
|
||||
share/icons/hicolor/32x32/mimetypes/s_src.png
|
||||
share/icons/hicolor/32x32/mimetypes/sound.png
|
||||
share/icons/hicolor/32x32/mimetypes/tex.png
|
||||
@ -1025,17 +1034,20 @@ share/icons/hicolor/48x48/filesystems/folder_red.png
|
||||
share/icons/hicolor/48x48/filesystems/folder_yellow.png
|
||||
share/icons/hicolor/48x48/filesystems/ftp.png
|
||||
share/icons/hicolor/48x48/filesystems/link.png
|
||||
share/icons/hicolor/48x48/filesystems/lock.png
|
||||
share/icons/hicolor/48x48/filesystems/shredder.png
|
||||
share/icons/hicolor/48x48/filesystems/socket.png
|
||||
share/icons/hicolor/48x48/filesystems/trashcan_empty.png
|
||||
share/icons/hicolor/48x48/filesystems/trashcan_full.png
|
||||
share/icons/hicolor/48x48/filesystems/www.png
|
||||
share/icons/hicolor/48x48/filesystems/zip.png
|
||||
share/icons/hicolor/48x48/mimetypes/binary.png
|
||||
share/icons/hicolor/48x48/mimetypes/binary2.png
|
||||
share/icons/hicolor/48x48/mimetypes/blockdevice.png
|
||||
share/icons/hicolor/48x48/mimetypes/c_src.png
|
||||
share/icons/hicolor/48x48/mimetypes/chardevice.png
|
||||
share/icons/hicolor/48x48/mimetypes/core.png
|
||||
share/icons/hicolor/48x48/mimetypes/cpp_src.png
|
||||
share/icons/hicolor/48x48/mimetypes/document.png
|
||||
share/icons/hicolor/48x48/mimetypes/dvi.png
|
||||
share/icons/hicolor/48x48/mimetypes/f_src.png
|
||||
@ -1064,6 +1076,7 @@ share/icons/hicolor/48x48/mimetypes/postscript.png
|
||||
share/icons/hicolor/48x48/mimetypes/readme.png
|
||||
share/icons/hicolor/48x48/mimetypes/recycled.png
|
||||
share/icons/hicolor/48x48/mimetypes/resource.png
|
||||
share/icons/hicolor/48x48/mimetypes/rpm.png
|
||||
share/icons/hicolor/48x48/mimetypes/s_src.png
|
||||
share/icons/hicolor/48x48/mimetypes/sound.png
|
||||
share/icons/hicolor/48x48/mimetypes/tar.png
|
||||
@ -1081,7 +1094,6 @@ share/icons/locolor/16x16/actions/1leftarrow.png
|
||||
share/icons/locolor/16x16/actions/1rightarrow.png
|
||||
share/icons/locolor/16x16/actions/2leftarrow.png
|
||||
share/icons/locolor/16x16/actions/2rightarrow.png
|
||||
share/icons/locolor/16x16/actions/abs.png
|
||||
share/icons/locolor/16x16/actions/add_point.png
|
||||
share/icons/locolor/16x16/actions/airbrush.png
|
||||
share/icons/locolor/16x16/actions/back.png
|
||||
@ -1089,9 +1101,6 @@ share/icons/locolor/16x16/actions/blend.png
|
||||
share/icons/locolor/16x16/actions/bookmark.png
|
||||
share/icons/locolor/16x16/actions/bookmark_add.png
|
||||
share/icons/locolor/16x16/actions/bottom.png
|
||||
share/icons/locolor/16x16/actions/brace.png
|
||||
share/icons/locolor/16x16/actions/brackets.png
|
||||
share/icons/locolor/16x16/actions/centrejust.png
|
||||
share/icons/locolor/16x16/actions/circle_select.png
|
||||
share/icons/locolor/16x16/actions/colorpicker.png
|
||||
share/icons/locolor/16x16/actions/configure.png
|
||||
@ -1108,7 +1117,9 @@ share/icons/locolor/16x16/actions/editshred.png
|
||||
share/icons/locolor/16x16/actions/edittrash.png
|
||||
share/icons/locolor/16x16/actions/elliptical.png
|
||||
share/icons/locolor/16x16/actions/eraser.png
|
||||
share/icons/locolor/16x16/actions/exec.png
|
||||
share/icons/locolor/16x16/actions/exit.png
|
||||
share/icons/locolor/16x16/actions/fileclose.png
|
||||
share/icons/locolor/16x16/actions/filemail.png
|
||||
share/icons/locolor/16x16/actions/filenew.png
|
||||
share/icons/locolor/16x16/actions/fileopen.png
|
||||
@ -1120,47 +1131,41 @@ share/icons/locolor/16x16/actions/find.png
|
||||
share/icons/locolor/16x16/actions/finish.png
|
||||
share/icons/locolor/16x16/actions/flag.png
|
||||
share/icons/locolor/16x16/actions/forward.png
|
||||
share/icons/locolor/16x16/actions/frac.png
|
||||
share/icons/locolor/16x16/actions/gohome.png
|
||||
share/icons/locolor/16x16/actions/goto.png
|
||||
share/icons/locolor/16x16/actions/handdrawn.png
|
||||
share/icons/locolor/16x16/actions/help.png
|
||||
share/icons/locolor/16x16/actions/idea.png
|
||||
share/icons/locolor/16x16/actions/int.png
|
||||
share/icons/locolor/16x16/actions/key.png
|
||||
share/icons/locolor/16x16/actions/lasso.png
|
||||
share/icons/locolor/16x16/actions/leftjust.png
|
||||
share/icons/locolor/16x16/actions/lock.png
|
||||
share/icons/locolor/16x16/actions/lsub.png
|
||||
share/icons/locolor/16x16/actions/lsup.png
|
||||
share/icons/locolor/16x16/actions/matrix.png
|
||||
share/icons/locolor/16x16/actions/misc.png
|
||||
share/icons/locolor/16x16/actions/move.png
|
||||
share/icons/locolor/16x16/actions/next.png
|
||||
share/icons/locolor/16x16/actions/openterm.png
|
||||
share/icons/locolor/16x16/actions/paintbrush.png
|
||||
share/icons/locolor/16x16/actions/paren.png
|
||||
share/icons/locolor/16x16/actions/pencil.png
|
||||
share/icons/locolor/16x16/actions/previous.png
|
||||
share/icons/locolor/16x16/actions/prod.png
|
||||
share/icons/locolor/16x16/actions/quickprint.png
|
||||
share/icons/locolor/16x16/actions/rectangular.png
|
||||
share/icons/locolor/16x16/actions/redo.png
|
||||
share/icons/locolor/16x16/actions/reload.png
|
||||
share/icons/locolor/16x16/actions/rightjust.png
|
||||
share/icons/locolor/16x16/actions/rotate.png
|
||||
share/icons/locolor/16x16/actions/rsub.png
|
||||
share/icons/locolor/16x16/actions/rsup.png
|
||||
share/icons/locolor/16x16/actions/run.png
|
||||
share/icons/locolor/16x16/actions/send.png
|
||||
share/icons/locolor/16x16/actions/smart_select.png
|
||||
share/icons/locolor/16x16/actions/spellcheck.png
|
||||
share/icons/locolor/16x16/actions/sqrt.png
|
||||
share/icons/locolor/16x16/actions/stamp.png
|
||||
share/icons/locolor/16x16/actions/start.png
|
||||
share/icons/locolor/16x16/actions/stop.png
|
||||
share/icons/locolor/16x16/actions/sum.png
|
||||
share/icons/locolor/16x16/actions/text.png
|
||||
share/icons/locolor/16x16/actions/text_block.png
|
||||
share/icons/locolor/16x16/actions/text_bold.png
|
||||
share/icons/locolor/16x16/actions/text_centered.png
|
||||
share/icons/locolor/16x16/actions/text_italic.png
|
||||
share/icons/locolor/16x16/actions/text_left.png
|
||||
share/icons/locolor/16x16/actions/text_right.png
|
||||
share/icons/locolor/16x16/actions/text_under.png
|
||||
share/icons/locolor/16x16/actions/top.png
|
||||
share/icons/locolor/16x16/actions/transform.png
|
||||
share/icons/locolor/16x16/actions/trash.png
|
||||
@ -1185,17 +1190,20 @@ share/icons/locolor/16x16/filesystems/folder_open.png
|
||||
share/icons/locolor/16x16/filesystems/folder_red.png
|
||||
share/icons/locolor/16x16/filesystems/folder_yellow.png
|
||||
share/icons/locolor/16x16/filesystems/ftp.png
|
||||
share/icons/locolor/16x16/filesystems/lock.png
|
||||
share/icons/locolor/16x16/filesystems/pipe.png
|
||||
share/icons/locolor/16x16/filesystems/socket.png
|
||||
share/icons/locolor/16x16/filesystems/trashcan_empty.png
|
||||
share/icons/locolor/16x16/filesystems/trashcan_full.png
|
||||
share/icons/locolor/16x16/filesystems/www.png
|
||||
share/icons/locolor/16x16/filesystems/zip.png
|
||||
share/icons/locolor/16x16/mimetypes/binary.png
|
||||
share/icons/locolor/16x16/mimetypes/binary2.png
|
||||
share/icons/locolor/16x16/mimetypes/blockdevice.png
|
||||
share/icons/locolor/16x16/mimetypes/c_src.png
|
||||
share/icons/locolor/16x16/mimetypes/chardevice.png
|
||||
share/icons/locolor/16x16/mimetypes/core.png
|
||||
share/icons/locolor/16x16/mimetypes/cpp_src.png
|
||||
share/icons/locolor/16x16/mimetypes/document.png
|
||||
share/icons/locolor/16x16/mimetypes/dvi.png
|
||||
share/icons/locolor/16x16/mimetypes/f_src.png
|
||||
@ -1222,6 +1230,7 @@ share/icons/locolor/16x16/mimetypes/pk.png
|
||||
share/icons/locolor/16x16/mimetypes/postscript.png
|
||||
share/icons/locolor/16x16/mimetypes/readme.png
|
||||
share/icons/locolor/16x16/mimetypes/recycled.png
|
||||
share/icons/locolor/16x16/mimetypes/rpm.png
|
||||
share/icons/locolor/16x16/mimetypes/s_src.png
|
||||
share/icons/locolor/16x16/mimetypes/sound.png
|
||||
share/icons/locolor/16x16/mimetypes/source.png
|
||||
@ -1232,19 +1241,6 @@ share/icons/locolor/16x16/mimetypes/txt.png
|
||||
share/icons/locolor/16x16/mimetypes/unknown.png
|
||||
share/icons/locolor/16x16/mimetypes/video.png
|
||||
share/icons/locolor/16x16/mimetypes/y_src.png
|
||||
share/icons/locolor/22x22/actions/1leftarrow.png
|
||||
share/icons/locolor/22x22/actions/1rightarrow.png
|
||||
share/icons/locolor/22x22/actions/2leftarrow.png
|
||||
share/icons/locolor/22x22/actions/2rightarrow.png
|
||||
share/icons/locolor/22x22/actions/kde1.png
|
||||
share/icons/locolor/22x22/actions/kde2.png
|
||||
share/icons/locolor/22x22/actions/kde3.png
|
||||
share/icons/locolor/22x22/actions/kde4.png
|
||||
share/icons/locolor/22x22/actions/kde5.png
|
||||
share/icons/locolor/22x22/actions/kde6.png
|
||||
share/icons/locolor/22x22/actions/kde7.png
|
||||
share/icons/locolor/22x22/actions/kde8.png
|
||||
share/icons/locolor/22x22/actions/kde9.png
|
||||
share/icons/locolor/32x32/actions/key.png
|
||||
share/icons/locolor/32x32/actions/misc.png
|
||||
share/icons/locolor/32x32/filesystems/desktop.png
|
||||
@ -1260,11 +1256,13 @@ share/icons/locolor/32x32/filesystems/folder_open.png
|
||||
share/icons/locolor/32x32/filesystems/folder_red.png
|
||||
share/icons/locolor/32x32/filesystems/folder_yellow.png
|
||||
share/icons/locolor/32x32/filesystems/ftp.png
|
||||
share/icons/locolor/32x32/filesystems/lock.png
|
||||
share/icons/locolor/32x32/filesystems/pipe.png
|
||||
share/icons/locolor/32x32/filesystems/socket.png
|
||||
share/icons/locolor/32x32/filesystems/trashcan_empty.png
|
||||
share/icons/locolor/32x32/filesystems/trashcan_full.png
|
||||
share/icons/locolor/32x32/filesystems/www.png
|
||||
share/icons/locolor/32x32/filesystems/zip.png
|
||||
share/icons/locolor/32x32/mimetypes/applix.png
|
||||
share/icons/locolor/32x32/mimetypes/binary.png
|
||||
share/icons/locolor/32x32/mimetypes/blockdevice.png
|
||||
@ -1305,8 +1303,10 @@ share/icons/locolor/32x32/mimetypes/unknown.png
|
||||
share/icons/locolor/32x32/mimetypes/video.png
|
||||
share/icons/locolor/32x32/mimetypes/y_src.png
|
||||
share/icons/locolor/index.desktop
|
||||
share/mimelnk/application/gzip.desktop
|
||||
share/mimelnk/all/all.desktop
|
||||
share/mimelnk/all/allfiles.desktop
|
||||
share/mimelnk/application/msexcel.desktop
|
||||
share/mimelnk/application/msexcel2.desktop
|
||||
share/mimelnk/application/mspowerpoint.desktop
|
||||
share/mimelnk/application/msword.desktop
|
||||
share/mimelnk/application/octet-stream.desktop
|
||||
@ -1315,7 +1315,7 @@ share/mimelnk/application/postscript.desktop
|
||||
share/mimelnk/application/smil.desktop
|
||||
share/mimelnk/application/wordperfect.desktop
|
||||
share/mimelnk/application/x-applix.desktop
|
||||
share/mimelnk/application/x-ar.desktop
|
||||
share/mimelnk/application/x-archive.desktop
|
||||
share/mimelnk/application/x-arj.desktop
|
||||
share/mimelnk/application/x-awk.desktop
|
||||
share/mimelnk/application/x-bzip.desktop
|
||||
@ -1327,6 +1327,7 @@ share/mimelnk/application/x-desktop.desktop
|
||||
share/mimelnk/application/x-dvi.desktop
|
||||
share/mimelnk/application/x-executable.desktop
|
||||
share/mimelnk/application/x-font.desktop
|
||||
share/mimelnk/application/x-gzip.desktop
|
||||
share/mimelnk/application/x-jar.desktop
|
||||
share/mimelnk/application/x-java.desktop
|
||||
share/mimelnk/application/x-lha.desktop
|
||||
@ -1339,7 +1340,9 @@ share/mimelnk/application/x-rar.desktop
|
||||
share/mimelnk/application/x-rpm.desktop
|
||||
share/mimelnk/application/x-sharedlib.desktop
|
||||
share/mimelnk/application/x-shellscript.desktop
|
||||
share/mimelnk/application/x-shockwave-flash.desktop
|
||||
share/mimelnk/application/x-tar.desktop
|
||||
share/mimelnk/application/x-tarz.desktop
|
||||
share/mimelnk/application/x-tbz.desktop
|
||||
share/mimelnk/application/x-tex-gf.desktop
|
||||
share/mimelnk/application/x-tex-pk.desktop
|
||||
@ -1359,6 +1362,7 @@ share/mimelnk/audio/x-midi.desktop
|
||||
share/mimelnk/audio/x-mod.desktop
|
||||
share/mimelnk/audio/x-mp3.desktop
|
||||
share/mimelnk/audio/x-mpegurl.desktop
|
||||
share/mimelnk/audio/x-ogg.desktop
|
||||
share/mimelnk/audio/x-pn-realaudio.desktop
|
||||
share/mimelnk/audio/x-scpls.desktop
|
||||
share/mimelnk/audio/x-wav.desktop
|
||||
@ -1392,6 +1396,7 @@ share/mimelnk/text/x-c++hdr.desktop
|
||||
share/mimelnk/text/x-c++src.desktop
|
||||
share/mimelnk/text/x-chdr.desktop
|
||||
share/mimelnk/text/x-csrc.desktop
|
||||
share/mimelnk/text/x-diff.desktop
|
||||
share/mimelnk/text/x-java.desktop
|
||||
share/mimelnk/text/x-makefile.desktop
|
||||
share/mimelnk/text/x-moc.desktop
|
||||
@ -1407,73 +1412,45 @@ share/mimelnk/video/x-flic.desktop
|
||||
share/mimelnk/video/x-msvideo.desktop
|
||||
share/services/bmp.kimgio
|
||||
share/services/eps.kimgio
|
||||
share/services/file.protocol
|
||||
share/services/ftp.protocol
|
||||
share/services/g3.kimgio
|
||||
share/services/gif.kimgio
|
||||
share/services/http.protocol
|
||||
share/services/http_cache_cleaner.desktop
|
||||
share/services/https.protocol
|
||||
share/services/jpeg.kimgio
|
||||
share/services/kcookiejar.desktop
|
||||
share/services/khtml.desktop
|
||||
share/services/kio_uiserver.desktop
|
||||
share/services/knotify.desktop
|
||||
share/services/krl.kimgio
|
||||
share/services/kwrite_part.desktop
|
||||
share/services/png.kimgio
|
||||
share/services/pnm.kimgio
|
||||
share/services/tiff.kimgio
|
||||
share/services/xbm.kimgio
|
||||
share/services/xpm.kimgio
|
||||
share/services/xv.kimgio
|
||||
share/servicetypes/application.desktop
|
||||
share/servicetypes/browserview.desktop
|
||||
share/servicetypes/kpart.desktop
|
||||
share/servicetypes/kpropsdlgplugin.desktop
|
||||
share/servicetypes/krop.desktop
|
||||
share/servicetypes/krwp.desktop
|
||||
share/servicetypes/ktexteditor.desktop
|
||||
share/servicetypes/kurifilterplugin.desktop
|
||||
share/toolbar/configure.png
|
||||
@dirrm share/toolbar
|
||||
@dirrm share/skel
|
||||
@dirrm share/servicetypes
|
||||
@dirrm share/services
|
||||
@dirrm share/icons/locolor/32x32/mimetypes
|
||||
@dirrm share/icons/locolor/32x32/filesystems
|
||||
@dirrm share/icons/locolor/32x32/actions
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@dirrm share/icons/locolor/22x22/actions
|
||||
@dirrm share/icons/locolor/22x22
|
||||
@dirrm share/icons/locolor/16x16/mimetypes
|
||||
@dirrm share/icons/locolor/16x16/filesystems
|
||||
@dirrm share/icons/locolor/16x16/actions
|
||||
@dirrm share/icons/locolor/16x16
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/icons/hicolor/scalable/filesystems
|
||||
@dirrm share/icons/hicolor/scalable
|
||||
@dirrm share/icons/hicolor/48x48/mimetypes
|
||||
@dirrm share/icons/hicolor/48x48/filesystems
|
||||
@dirrm share/icons/hicolor/48x48/actions/kde
|
||||
@dirrm share/icons/hicolor/48x48/actions
|
||||
@dirrm share/icons/hicolor/48x48
|
||||
@dirrm share/icons/hicolor/32x32/mimetypes
|
||||
@dirrm share/icons/hicolor/32x32/filesystems
|
||||
@dirrm share/icons/hicolor/32x32/actions/kde
|
||||
@dirrm share/icons/hicolor/32x32/actions
|
||||
@dirrm share/icons/hicolor/32x32
|
||||
@dirrm share/icons/hicolor/22x22/actions/kde
|
||||
@dirrm share/icons/hicolor/22x22/actions
|
||||
@dirrm share/icons/hicolor/22x22
|
||||
@dirrm share/icons/hicolor
|
||||
@dirrm share/icons
|
||||
@dirrm share/examples
|
||||
@unexec rm -f %D/share/doc/HTML/en/kspell/common
|
||||
@dirrm share/doc/HTML/en/kspell
|
||||
@dirrm share/doc/HTML/en/kdelibs/kdebug
|
||||
@dirrm share/doc/HTML/en/kdelibs
|
||||
@dirrm share/doc/HTML/en/common
|
||||
@dirrm share/config/ui
|
||||
@dirrm share/config/protocols
|
||||
@dirrm share/config/colors
|
||||
@dirrm share/apps/kwrite
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/doc/HTML
|
||||
@dirrm share/apps/kstyle/themes
|
||||
@dirrm share/apps/kstyle/pixmaps
|
||||
@dirrm share/apps/kstyle
|
||||
@dirrm share/apps/ksgmltools/stylesheets
|
||||
@dirrm share/apps/ksgmltools/entities
|
||||
@dirrm share/apps/ksgmltools/dtd
|
||||
@dirrm share/apps/ksgmltools
|
||||
@dirrm share/apps/kjava
|
||||
@dirrm share/apps/khtml/css
|
||||
@ -1482,8 +1459,8 @@ share/toolbar/configure.png
|
||||
@dirrm share/apps/kdeui
|
||||
@dirrm share/apps/kab/pics
|
||||
@dirrm share/apps/kab
|
||||
@dirrm lib/Arts
|
||||
@dirrm include/libkmid
|
||||
@dirrm include/kwrite
|
||||
@dirrm include/kparts
|
||||
@dirrm include/kjs
|
||||
@dirrm include/kio
|
||||
|
@ -6,25 +6,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdelibs
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.4:${PORTSDIR}/graphics/png \
|
||||
png.3:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kde-qt-addon.4:${PORTSDIR}/x11-toolkits/kde-qt-addon
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \
|
||||
@ -32,20 +32,28 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
|
||||
MOC="${MOC}"
|
||||
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}"
|
||||
PLIST_SUB+= LIBVER="${SOMAJOR}"
|
||||
|
||||
pre-configure:
|
||||
.for NUM in 1 3
|
||||
(find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
|
||||
"s@version-info ${NUM}:0@version-info ${SOMAJOR}:${SOMINOR}@g")
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula khtml kio kjs kmid \
|
||||
kparts kspell ksycoca kwrite
|
||||
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs kmid \
|
||||
kparts kspell ksycoca kjava
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so
|
||||
.endfor
|
||||
.for LIB in artsc artscbackend artsdsp artsflow artsflow_idl kmedia2_idl qtmcop \
|
||||
soundserver_idl x11globalcomm
|
||||
.for LIB in artsc artsflow artsflow_idl kmedia2_idl qtmcop soundserver_idl
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.0 ${PREFIX}/lib/lib${LIB}.so
|
||||
.endfor
|
||||
@${LN} -sf ${PREFIX}/lib/libkjava.so.1 ${PREFIX}/lib/libkjava.so
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdelibs-1.90.tar.bz2) = a1aab64294725840189f11457c52619c
|
||||
MD5 (kdelibs-20000724A.tar.bz2) = 915701484d5091cac8e04341fefb9be9
|
||||
|
@ -4,7 +4,7 @@ bin/artsd
|
||||
bin/artsdsp
|
||||
bin/artsplay
|
||||
bin/artswrapper
|
||||
bin/db2ps
|
||||
bin/dcop
|
||||
bin/dcopidl
|
||||
bin/dcopidl2cpp
|
||||
bin/dcopserver
|
||||
@ -21,11 +21,10 @@ bin/klauncher
|
||||
bin/knotify
|
||||
bin/mcopidl
|
||||
bin/settheme
|
||||
include/MatrixDialog.h
|
||||
include/addressbook.h
|
||||
include/arts/anyref.h
|
||||
include/arts/artsflow.h
|
||||
include/arts/artsflow.idl
|
||||
include/arts/artsserver_impl.h
|
||||
include/arts/asyncstream.h
|
||||
include/arts/audiosubsys.h
|
||||
include/arts/buffer.h
|
||||
@ -39,7 +38,7 @@ include/arts/core.h
|
||||
include/arts/datapacket.h
|
||||
include/arts/debug.h
|
||||
include/arts/dispatcher.h
|
||||
include/arts/execrequest.h
|
||||
include/arts/dynamicrequest.h
|
||||
include/arts/extensionloader.h
|
||||
include/arts/factory.h
|
||||
include/arts/fft.h
|
||||
@ -54,7 +53,6 @@ include/arts/mcoputils.h
|
||||
include/arts/notification.h
|
||||
include/arts/object.h
|
||||
include/arts/objectmanager.h
|
||||
include/arts/objectwrapper.h
|
||||
include/arts/pipebuffer.h
|
||||
include/arts/pool.h
|
||||
include/arts/qiomanager.h
|
||||
@ -72,9 +70,9 @@ include/arts/type.h
|
||||
include/arts/unixconnection.h
|
||||
include/arts/unixserver.h
|
||||
include/arts/utils.h
|
||||
include/arts/weakreference.h
|
||||
include/artsc/artsc.h
|
||||
include/booktoken.h
|
||||
include/box.h
|
||||
include/dcopclient.h
|
||||
include/dcopobject.h
|
||||
include/dcopref.h
|
||||
@ -108,8 +106,10 @@ include/dom/html_misc.h
|
||||
include/dom/html_object.h
|
||||
include/dom/html_table.h
|
||||
include/kabapi.h
|
||||
include/kaboutapplication.h
|
||||
include/kaboutdata.h
|
||||
include/kaboutdialog.h
|
||||
include/kaboutdialog_private.h
|
||||
include/kaboutkde.h
|
||||
include/kaccel.h
|
||||
include/kaccelmenu.h
|
||||
@ -128,12 +128,13 @@ include/kcmdlineargs.h
|
||||
include/kcmenumngr.h
|
||||
include/kcmodule.h
|
||||
include/kcolorbtn.h
|
||||
include/kcolorbutton.h
|
||||
include/kcolorcombo.h
|
||||
include/kcolordlg.h
|
||||
include/kcolordrag.h
|
||||
include/kcombiview.h
|
||||
include/kcombobox.h
|
||||
include/kcompletion.h
|
||||
include/kcompletion_private.h
|
||||
include/kconfig.h
|
||||
include/kconfigbackend.h
|
||||
include/kconfigbase.h
|
||||
@ -141,9 +142,12 @@ include/kconfigdata.h
|
||||
include/kcontainer.h
|
||||
include/kcrash.h
|
||||
include/kcursor.h
|
||||
include/kdatastream.h
|
||||
include/kdatepik.h
|
||||
include/kdatetbl.h
|
||||
include/kdbtn.h
|
||||
include/kdcopactionproxy.h
|
||||
include/kdcoppropertyproxy.h
|
||||
include/kde.pot
|
||||
include/kde_dmalloc.h
|
||||
include/kdebug.h
|
||||
@ -160,7 +164,9 @@ include/kdesu/su.h
|
||||
include/kdialog.h
|
||||
include/kdialogbase.h
|
||||
include/kdirlister.h
|
||||
include/kdirnotify.h
|
||||
include/kdiroperator.h
|
||||
include/kdirsize.h
|
||||
include/kdirwatch.h
|
||||
include/kdocktabctl.h
|
||||
include/kdockwidget.h
|
||||
@ -181,14 +187,14 @@ include/kfilereader.h
|
||||
include/kfileview.h
|
||||
include/kfileviewitem.h
|
||||
include/kfontdialog.h
|
||||
include/kformula.h
|
||||
include/kformulaedit.h
|
||||
include/kformulatoolbar.h
|
||||
include/kglobal.h
|
||||
include/kglobalaccel.h
|
||||
include/kglobalsettings.h
|
||||
include/khelpmenu.h
|
||||
include/khtml_events.h
|
||||
include/khtml_part.h
|
||||
include/khtml_settings.h
|
||||
include/khtmldefaults.h
|
||||
include/khtmlview.h
|
||||
include/kicondialog.h
|
||||
include/kiconeffect.h
|
||||
@ -200,7 +206,6 @@ include/kimageio.h
|
||||
include/kinstance.h
|
||||
include/kio/connection.h
|
||||
include/kio/defaultprogress.h
|
||||
include/kio/filter.h
|
||||
include/kio/global.h
|
||||
include/kio/job.h
|
||||
include/kio/jobclasses.h
|
||||
@ -208,11 +213,11 @@ include/kio/netaccess.h
|
||||
include/kio/passdlg.h
|
||||
include/kio/paste.h
|
||||
include/kio/progressbase.h
|
||||
include/kio/renamedlg.h
|
||||
include/kio/skipdlg.h
|
||||
include/kio/slavebase.h
|
||||
include/kio/slaveinterface.h
|
||||
include/kio/statusbarprogress.h
|
||||
include/kio/tcpslavebase.h
|
||||
include/kio/uiserver.h
|
||||
include/kipc.h
|
||||
include/kjanuswidget.h
|
||||
include/kjavaapplet.h
|
||||
@ -235,6 +240,7 @@ include/klineeditdlg.h
|
||||
include/klistbox.h
|
||||
include/klistview.h
|
||||
include/klocale.h
|
||||
include/kmainwindow.h
|
||||
include/kmenubar.h
|
||||
include/kmessagebox.h
|
||||
include/kmimemagic.h
|
||||
@ -247,6 +253,7 @@ include/kpalette.h
|
||||
include/kpanelapplet.h
|
||||
include/kpanelmenu.h
|
||||
include/kparts/browserextension.h
|
||||
include/kparts/dockmainwindow.h
|
||||
include/kparts/event.h
|
||||
include/kparts/factory.h
|
||||
include/kparts/mainwindow.h
|
||||
@ -257,17 +264,20 @@ include/kpassdlg.h
|
||||
include/kpixmap.h
|
||||
include/kpixmapeffect.h
|
||||
include/kpixmapio.h
|
||||
include/kpixmapprovider.h
|
||||
include/kpopupmenu.h
|
||||
include/kprocctrl.h
|
||||
include/kprocess.h
|
||||
include/kprocio.h
|
||||
include/kprogress.h
|
||||
include/kpropsdlg.h
|
||||
include/kprotocolinfo.h
|
||||
include/kprotocolmanager.h
|
||||
include/krandomsequence.h
|
||||
include/krecentdocument.h
|
||||
include/kregexp.h
|
||||
include/krestrictedline.h
|
||||
include/krfcdate.h
|
||||
include/krootpixmap.h
|
||||
include/krootprop.h
|
||||
include/kruler.h
|
||||
@ -287,6 +297,7 @@ include/ksimpleconfig.h
|
||||
include/ksock.h
|
||||
include/kspell.h
|
||||
include/kspelldlg.h
|
||||
include/kstaticdeleter.h
|
||||
include/kstatusbar.h
|
||||
include/kstdaccel.h
|
||||
include/kstdaction.h
|
||||
@ -296,25 +307,27 @@ include/kstyle.h
|
||||
include/ksycoca.h
|
||||
include/ksycocaentry.h
|
||||
include/ksycocatype.h
|
||||
include/ksystemtray.h
|
||||
include/ktabctl.h
|
||||
include/ktar.h
|
||||
include/ktempfile.h
|
||||
include/ktextbrowser.h
|
||||
include/ktexteditor.h
|
||||
include/kthemebase.h
|
||||
include/kthemestyle.h
|
||||
include/ktmainwindow.h
|
||||
include/ktmlayout.h
|
||||
include/ktoolbar.h
|
||||
include/ktoolbarbutton.h
|
||||
include/ktoolbarradiogroup.h
|
||||
include/ktoolboxmgr.h
|
||||
include/ktrader.h
|
||||
include/kuniqueapp.h
|
||||
include/kunload.h
|
||||
include/kurifilter.h
|
||||
include/kurl.h
|
||||
include/kurlcombobox.h
|
||||
include/kurlcompletion.h
|
||||
include/kurllabel.h
|
||||
include/kurlpixmapprovider.h
|
||||
include/kurlrequester.h
|
||||
include/kurlrequesterdlg.h
|
||||
include/kuserprofile.h
|
||||
@ -322,14 +335,6 @@ include/kwidgetid.h
|
||||
include/kwin.h
|
||||
include/kwinmodule.h
|
||||
include/kwizard.h
|
||||
include/kwm.h
|
||||
include/kwrite/highlight.h
|
||||
include/kwrite/kwrite.h
|
||||
include/kwrite/kwrite_doc.h
|
||||
include/kwrite/kwrite_factory.h
|
||||
include/kwrite/kwrite_misc.h
|
||||
include/kwrite/kwrite_part.h
|
||||
include/kwrite/kwrite_view.h
|
||||
include/kxmlgui.h
|
||||
include/kxmlguibuilder.h
|
||||
include/kxmlguiclient.h
|
||||
@ -351,12 +356,27 @@ include/libkmid/synthout.h
|
||||
include/libkmid/track.h
|
||||
include/libkmid/voiceman.h
|
||||
include/ltdl.h
|
||||
include/matrixbox.h
|
||||
include/netwm.h
|
||||
include/netwm_def.h
|
||||
include/netwm_p.h
|
||||
include/progressbase.h
|
||||
include/qconfigDB.h
|
||||
include/qxembed.h
|
||||
include/statusbarprogress.h
|
||||
lib/X11GlobalComm.mcopclass
|
||||
lib/Arts/Synth_ADD.mcopclass
|
||||
lib/Arts/Synth_AMAN_PLAY.mcopclass
|
||||
lib/Arts/Synth_AMAN_RECORD.mcopclass
|
||||
lib/Arts/Synth_BUS_DOWNLINK.mcopclass
|
||||
lib/Arts/Synth_BUS_UPLINK.mcopclass
|
||||
lib/Arts/Synth_FREQUENCY.mcopclass
|
||||
lib/Arts/Synth_MUL.mcopclass
|
||||
lib/Arts/Synth_MULTI_ADD.mcopclass
|
||||
lib/Arts/Synth_PLAY.mcopclass
|
||||
lib/Arts/Synth_PLAY_WAV.mcopclass
|
||||
lib/Arts/Synth_RECORD.mcopclass
|
||||
lib/Arts/Synth_WAVE_SIN.mcopclass
|
||||
lib/Arts/WavPlayObject.mcopclass
|
||||
lib/Arts/X11GlobalComm.mcopclass
|
||||
lib/b3style.la
|
||||
lib/b3style.so
|
||||
lib/basicstyle.la
|
||||
@ -373,6 +393,8 @@ lib/kded.la
|
||||
lib/kded.so
|
||||
lib/kimg_eps.la
|
||||
lib/kimg_eps.so
|
||||
lib/kimg_g3.la
|
||||
lib/kimg_g3.so
|
||||
lib/kimg_krl.la
|
||||
lib/kimg_krl.so
|
||||
lib/kimg_tiff.la
|
||||
@ -395,98 +417,93 @@ lib/kjs_html.la
|
||||
lib/kjs_html.so
|
||||
lib/klauncher.la
|
||||
lib/klauncher.so
|
||||
lib/klegacystyle.la
|
||||
lib/klegacystyle.so
|
||||
lib/knotify.la
|
||||
lib/knotify.so
|
||||
lib/ksgistyle.la
|
||||
lib/ksgistyle.so
|
||||
lib/kstephighcolor.la
|
||||
lib/kstephighcolor.so
|
||||
lib/kstepstyle.la
|
||||
lib/kstepstyle.so
|
||||
lib/libDCOP.la
|
||||
lib/libDCOP.so
|
||||
lib/libDCOP.so.%%LIBVER%%
|
||||
lib/libDCOP.so.4
|
||||
lib/libDCOPC.la
|
||||
lib/libDCOPC.so.4
|
||||
lib/libartsc.la
|
||||
lib/libartsc.so
|
||||
lib/libartsc.so.0
|
||||
lib/libartscbackend.la
|
||||
lib/libartscbackend.so
|
||||
lib/libartscbackend.so.0
|
||||
lib/libartsdsp.la
|
||||
lib/libartsdsp.so
|
||||
lib/libartsdsp.so.0
|
||||
lib/libartsflow.la
|
||||
lib/libartsflow.so
|
||||
lib/libartsflow.so.0
|
||||
lib/libartsflow_idl.la
|
||||
lib/libartsflow_idl.so
|
||||
lib/libartsflow_idl.so.0
|
||||
lib/libkab.la
|
||||
lib/libkab.so
|
||||
lib/libkab.so.%%LIBVER%%
|
||||
lib/libkab.so.4
|
||||
lib/libkdecore.la
|
||||
lib/libkdecore.so
|
||||
lib/libkdecore.so.%%LIBVER%%
|
||||
lib/libkdecore.so.4
|
||||
lib/libkdesu.la
|
||||
lib/libkdesu.so
|
||||
lib/libkdesu.so.%%LIBVER%%
|
||||
lib/libkdesu.so.4
|
||||
lib/libkdeui.la
|
||||
lib/libkdeui.so
|
||||
lib/libkdeui.so.%%LIBVER%%
|
||||
lib/libkdeui.so.4
|
||||
lib/libkfile.la
|
||||
lib/libkfile.so
|
||||
lib/libkfile.so.%%LIBVER%%
|
||||
lib/libkformula.la
|
||||
lib/libkformula.so
|
||||
lib/libkformula.so.%%LIBVER%%
|
||||
lib/libkfile.so.4
|
||||
lib/libkhtml.la
|
||||
lib/libkhtml.so
|
||||
lib/libkhtml.so.%%LIBVER%%
|
||||
lib/libkhtml.so.4
|
||||
lib/libkio.la
|
||||
lib/libkio.so
|
||||
lib/libkio.so.%%LIBVER%%
|
||||
lib/libkio.so.4
|
||||
lib/libkjava.la
|
||||
lib/libkjava.so
|
||||
lib/libkjava.so.1
|
||||
lib/libkjava.so.4
|
||||
lib/libkjs.la
|
||||
lib/libkjs.so
|
||||
lib/libkjs.so.%%LIBVER%%
|
||||
lib/libkjs.so.4
|
||||
lib/libkmapnotify.la
|
||||
lib/libkmapnotify.so.4
|
||||
lib/libkmedia2_idl.la
|
||||
lib/libkmedia2_idl.so
|
||||
lib/libkmedia2_idl.so.0
|
||||
lib/libkmid.la
|
||||
lib/libkmid.so
|
||||
lib/libkmid.so.%%LIBVER%%
|
||||
lib/libkmid.so.0
|
||||
lib/libkparts.la
|
||||
lib/libkparts.so
|
||||
lib/libkparts.so.%%LIBVER%%
|
||||
lib/libkparts.so.4
|
||||
lib/libkspell.la
|
||||
lib/libkspell.so
|
||||
lib/libkspell.so.%%LIBVER%%
|
||||
lib/libkspell.so.4
|
||||
lib/libksycoca.la
|
||||
lib/libksycoca.so
|
||||
lib/libksycoca.so.%%LIBVER%%
|
||||
lib/libkwrite.la
|
||||
lib/libkwrite.so
|
||||
lib/libkwrite.so.%%LIBVER%%
|
||||
lib/libksycoca.so.4
|
||||
lib/libktexteditor.la
|
||||
lib/libktexteditor.so.0
|
||||
lib/libmcop.la
|
||||
lib/libmcop.so
|
||||
lib/libmcop.so.%%LIBVER%%
|
||||
lib/libmcop.so.0
|
||||
lib/libqtmcop.la
|
||||
lib/libqtmcop.so
|
||||
lib/libqtmcop.so.0
|
||||
lib/libsoundserver_idl.la
|
||||
lib/libsoundserver_idl.so
|
||||
lib/libsoundserver_idl.so.0
|
||||
lib/libx11globalcomm.la
|
||||
lib/libx11globalcomm.so
|
||||
lib/libx11globalcomm.so.0
|
||||
share/apps/kab/template.config
|
||||
share/apps/kab/template.kab
|
||||
share/apps/kdeui/pics/aboutkde.png
|
||||
share/apps/kdeui/pics/keys.png
|
||||
share/apps/khtml/css/html4.css
|
||||
share/apps/khtml/khtml.rc
|
||||
share/apps/khtml/khtml_browser.rc
|
||||
share/apps/khtml/khtml_popupmenu.rc
|
||||
share/apps/kjava/kjava-classes.zip
|
||||
share/apps/ksgmltools/kde-rdbhier2.elements
|
||||
share/apps/ksgmltools/kde-rdbpool.elements
|
||||
share/apps/ksgmltools/kde.cat
|
||||
share/apps/ksgmltools/kde.dtd
|
||||
share/apps/ksgmltools/catalog
|
||||
share/apps/ksgmltools/dtd/fdl-notice.entities
|
||||
share/apps/ksgmltools/dtd/kde-genent.entities
|
||||
share/apps/ksgmltools/dtd/kde-next.dtd
|
||||
share/apps/ksgmltools/dtd/kde-prologue.entities
|
||||
share/apps/ksgmltools/dtd/kde-rdbhier2.elements
|
||||
share/apps/ksgmltools/dtd/kde-rdbpool.elements
|
||||
share/apps/ksgmltools/dtd/kde.dtd
|
||||
share/apps/ksgmltools/entities/fdl-notice.docbook
|
||||
share/apps/ksgmltools/entities/gpl-notice.docbook
|
||||
share/apps/ksgmltools/entities/help-menu.docbook
|
||||
share/apps/ksgmltools/entities/lgpl-notice.docbook
|
||||
share/apps/ksgmltools/entities/license-links.docbook
|
||||
share/apps/ksgmltools/kde.dcl
|
||||
share/apps/ksgmltools/stylesheets/kde-anchor.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-faq.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-img.dsl
|
||||
@ -541,6 +558,8 @@ share/apps/ksgmltools/stylesheets/kde-l1sv.ent
|
||||
share/apps/ksgmltools/stylesheets/kde-l1zh-CN.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-l1zh-CN.ent
|
||||
share/apps/ksgmltools/stylesheets/kde-navig.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-search.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-ttlpg.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde.css
|
||||
share/apps/ksgmltools/stylesheets/kde.dsl
|
||||
share/apps/kstyle/pixmaps/aquaice.png
|
||||
@ -602,9 +621,9 @@ share/apps/kstyle/pixmaps/woodmenu.png
|
||||
share/apps/kstyle/pixmaps/yellow_off.png
|
||||
share/apps/kstyle/pixmaps/yellow_on.png
|
||||
share/apps/kstyle/themes/b3.themerc
|
||||
share/apps/kstyle/themes/coldions.themerc
|
||||
share/apps/kstyle/themes/default.themerc
|
||||
share/apps/kstyle/themes/highcolor.themerc
|
||||
share/apps/kstyle/themes/ksgistyle.themerc
|
||||
share/apps/kstyle/themes/kstep.themerc
|
||||
share/apps/kstyle/themes/marble.themerc
|
||||
share/apps/kstyle/themes/qtcde.themerc
|
||||
@ -614,30 +633,22 @@ share/apps/kstyle/themes/qtwindows.themerc
|
||||
share/apps/kstyle/themes/system.themerc
|
||||
share/apps/kstyle/themes/systemalt.themerc
|
||||
share/apps/kstyle/themes/systemtest.themerc
|
||||
share/apps/kwrite/kwrite.rc
|
||||
share/apps/kwrite/kwrite_browser.rc
|
||||
share/config/charsets
|
||||
share/config/colors/40 Colors
|
||||
share/config/colors/Royal
|
||||
share/config/colors/Web
|
||||
share/config/eventsrc
|
||||
share/config/kde-config
|
||||
share/config/kdebug.areas
|
||||
share/config/kdebugrc
|
||||
share/config/protocols/file.desktop
|
||||
share/config/protocols/ftp.desktop
|
||||
share/config/protocols/http.desktop
|
||||
share/config/protocols/https.desktop
|
||||
share/config/ui/ui_standards.rc
|
||||
share/doc/HTML/en/common/caution.png
|
||||
share/doc/HTML/en/common/fdl-licence
|
||||
share/doc/HTML/en/common/fdl-licence.html
|
||||
share/doc/HTML/en/common/fdl-notice
|
||||
share/doc/HTML/en/common/fdl-notice.docbook
|
||||
share/doc/HTML/en/common/fdl-notice.entities
|
||||
share/doc/HTML/en/common/gpl-licence
|
||||
share/doc/HTML/en/common/gpl-licence.html
|
||||
share/doc/HTML/en/common/gpl-notice
|
||||
share/doc/HTML/en/common/gpl-notice.docbook
|
||||
share/doc/HTML/en/common/home.png
|
||||
share/doc/HTML/en/common/important.png
|
||||
share/doc/HTML/en/common/kde-common.css
|
||||
@ -645,7 +656,6 @@ share/doc/HTML/en/common/kde-default.css
|
||||
share/doc/HTML/en/common/lgpl-licence
|
||||
share/doc/HTML/en/common/lgpl-licence.html
|
||||
share/doc/HTML/en/common/lgpl-notice
|
||||
share/doc/HTML/en/common/lgpl-notice.docbook
|
||||
share/doc/HTML/en/common/mieterra-artistic-license
|
||||
share/doc/HTML/en/common/next.png
|
||||
share/doc/HTML/en/common/note.png
|
||||
@ -657,7 +667,7 @@ share/doc/HTML/en/common/toc-plus.png
|
||||
share/doc/HTML/en/common/up.png
|
||||
share/doc/HTML/en/common/warning.png
|
||||
share/doc/HTML/en/common/xml.dcl
|
||||
share/doc/HTML/en/kdelibs/index.html
|
||||
share/doc/HTML/en/kdelibs/kdebug/index.html
|
||||
share/doc/HTML/en/kspell/.anchors
|
||||
share/doc/HTML/en/kspell/configuration-dialog-.html
|
||||
share/doc/HTML/en/kspell/contact-information.html
|
||||
@ -673,17 +683,17 @@ share/icons/hicolor/22x22/actions/1leftarrow.png
|
||||
share/icons/hicolor/22x22/actions/1rightarrow.png
|
||||
share/icons/hicolor/22x22/actions/2leftarrow.png
|
||||
share/icons/hicolor/22x22/actions/2rightarrow.png
|
||||
share/icons/hicolor/22x22/actions/abs.png
|
||||
share/icons/hicolor/22x22/actions/add_point.png
|
||||
share/icons/hicolor/22x22/actions/airbrush.png
|
||||
share/icons/hicolor/22x22/actions/back.png
|
||||
share/icons/hicolor/22x22/actions/blend.png
|
||||
share/icons/hicolor/22x22/actions/bottom.png
|
||||
share/icons/hicolor/22x22/actions/brace.png
|
||||
share/icons/hicolor/22x22/actions/brackets.png
|
||||
share/icons/hicolor/22x22/actions/centrejust.png
|
||||
share/icons/hicolor/22x22/actions/colorpicker.png
|
||||
share/icons/hicolor/22x22/actions/configure.png
|
||||
share/icons/hicolor/22x22/actions/connect_creating.png
|
||||
share/icons/hicolor/22x22/actions/connect_established.png
|
||||
share/icons/hicolor/22x22/actions/connect_no.png
|
||||
share/icons/hicolor/22x22/actions/contexthelp.png
|
||||
share/icons/hicolor/22x22/actions/contiguous.png
|
||||
share/icons/hicolor/22x22/actions/crop.png
|
||||
@ -694,17 +704,17 @@ share/icons/hicolor/22x22/actions/editpaste.png
|
||||
share/icons/hicolor/22x22/actions/edittrash.png
|
||||
share/icons/hicolor/22x22/actions/elliptical.png
|
||||
share/icons/hicolor/22x22/actions/eraser.png
|
||||
share/icons/hicolor/22x22/actions/exec.png
|
||||
share/icons/hicolor/22x22/actions/filenew.png
|
||||
share/icons/hicolor/22x22/actions/fileopen.png
|
||||
share/icons/hicolor/22x22/actions/fileprint.png
|
||||
share/icons/hicolor/22x22/actions/filesave.png
|
||||
share/icons/hicolor/22x22/actions/fill.png
|
||||
share/icons/hicolor/22x22/actions/find.png
|
||||
share/icons/hicolor/22x22/actions/finish.png
|
||||
share/icons/hicolor/22x22/actions/forward.png
|
||||
share/icons/hicolor/22x22/actions/frac.png
|
||||
share/icons/hicolor/22x22/actions/gohome.png
|
||||
share/icons/hicolor/22x22/actions/handdrawn.png
|
||||
share/icons/hicolor/22x22/actions/int.png
|
||||
share/icons/hicolor/22x22/actions/kde/0001.png
|
||||
share/icons/hicolor/22x22/actions/kde/0002.png
|
||||
share/icons/hicolor/22x22/actions/kde/0003.png
|
||||
@ -757,30 +767,29 @@ share/icons/hicolor/22x22/actions/kde/0049.png
|
||||
share/icons/hicolor/22x22/actions/kde/0050.png
|
||||
share/icons/hicolor/22x22/actions/lasso.png
|
||||
share/icons/hicolor/22x22/actions/leftjust.png
|
||||
share/icons/hicolor/22x22/actions/lsub.png
|
||||
share/icons/hicolor/22x22/actions/lsup.png
|
||||
share/icons/hicolor/22x22/actions/matrix.png
|
||||
share/icons/hicolor/22x22/actions/move.png
|
||||
share/icons/hicolor/22x22/actions/next.png
|
||||
share/icons/hicolor/22x22/actions/openterm.png
|
||||
share/icons/hicolor/22x22/actions/paintbrush.png
|
||||
share/icons/hicolor/22x22/actions/paren.png
|
||||
share/icons/hicolor/22x22/actions/pencil.png
|
||||
share/icons/hicolor/22x22/actions/previous.png
|
||||
share/icons/hicolor/22x22/actions/prod.png
|
||||
share/icons/hicolor/22x22/actions/rectangular.png
|
||||
share/icons/hicolor/22x22/actions/redo.png
|
||||
share/icons/hicolor/22x22/actions/reload.png
|
||||
share/icons/hicolor/22x22/actions/rightjust.png
|
||||
share/icons/hicolor/22x22/actions/rsub.png
|
||||
share/icons/hicolor/22x22/actions/rsup.png
|
||||
share/icons/hicolor/22x22/actions/run.png
|
||||
share/icons/hicolor/22x22/actions/smart_select.png
|
||||
share/icons/hicolor/22x22/actions/spellcheck.png
|
||||
share/icons/hicolor/22x22/actions/sqrt.png
|
||||
share/icons/hicolor/22x22/actions/start.png
|
||||
share/icons/hicolor/22x22/actions/stop.png
|
||||
share/icons/hicolor/22x22/actions/sum.png
|
||||
share/icons/hicolor/22x22/actions/text.png
|
||||
share/icons/hicolor/22x22/actions/text_block.png
|
||||
share/icons/hicolor/22x22/actions/text_bold.png
|
||||
share/icons/hicolor/22x22/actions/text_center.png
|
||||
share/icons/hicolor/22x22/actions/text_italic.png
|
||||
share/icons/hicolor/22x22/actions/text_left.png
|
||||
share/icons/hicolor/22x22/actions/text_right.png
|
||||
share/icons/hicolor/22x22/actions/text_under.png
|
||||
share/icons/hicolor/22x22/actions/top.png
|
||||
share/icons/hicolor/22x22/actions/undo.png
|
||||
share/icons/hicolor/22x22/actions/up.png
|
||||
@ -788,33 +797,31 @@ share/icons/hicolor/22x22/actions/viewmag+.png
|
||||
share/icons/hicolor/22x22/actions/viewmag-.png
|
||||
share/icons/hicolor/22x22/actions/viewmag.png
|
||||
share/icons/hicolor/22x22/actions/window_nofullscreen.png
|
||||
share/icons/hicolor/32x32/actions/abs.png
|
||||
share/icons/hicolor/32x32/actions/back.png
|
||||
share/icons/hicolor/32x32/actions/blend.png
|
||||
share/icons/hicolor/32x32/actions/bottom.png
|
||||
share/icons/hicolor/32x32/actions/brace.png
|
||||
share/icons/hicolor/32x32/actions/brackets.png
|
||||
share/icons/hicolor/32x32/actions/centrejust.png
|
||||
share/icons/hicolor/32x32/actions/colors.png
|
||||
share/icons/hicolor/32x32/actions/contents.png
|
||||
share/icons/hicolor/32x32/actions/contexthelp.png
|
||||
share/icons/hicolor/32x32/actions/down.png
|
||||
share/icons/hicolor/32x32/actions/editcopy.png
|
||||
share/icons/hicolor/32x32/actions/editcut.png
|
||||
share/icons/hicolor/32x32/actions/editdelete.png
|
||||
share/icons/hicolor/32x32/actions/editpaste.png
|
||||
share/icons/hicolor/32x32/actions/exec.png
|
||||
share/icons/hicolor/32x32/actions/filenew.png
|
||||
share/icons/hicolor/32x32/actions/fileopen.png
|
||||
share/icons/hicolor/32x32/actions/fileprint.png
|
||||
share/icons/hicolor/32x32/actions/files.png
|
||||
share/icons/hicolor/32x32/actions/filesave.png
|
||||
share/icons/hicolor/32x32/actions/find.png
|
||||
share/icons/hicolor/32x32/actions/finish.png
|
||||
share/icons/hicolor/32x32/actions/fonts.png
|
||||
share/icons/hicolor/32x32/actions/forward.png
|
||||
share/icons/hicolor/32x32/actions/frac.png
|
||||
share/icons/hicolor/32x32/actions/gohome.png
|
||||
share/icons/hicolor/32x32/actions/goto.png
|
||||
share/icons/hicolor/32x32/actions/help.png
|
||||
share/icons/hicolor/32x32/actions/int.png
|
||||
share/icons/hicolor/32x32/actions/kde/0001.png
|
||||
share/icons/hicolor/32x32/actions/kde/0002.png
|
||||
share/icons/hicolor/32x32/actions/kde/0003.png
|
||||
@ -866,28 +873,26 @@ share/icons/hicolor/32x32/actions/kde/0048.png
|
||||
share/icons/hicolor/32x32/actions/kde/0049.png
|
||||
share/icons/hicolor/32x32/actions/kde/0050.png
|
||||
share/icons/hicolor/32x32/actions/leftjust.png
|
||||
share/icons/hicolor/32x32/actions/lsub.png
|
||||
share/icons/hicolor/32x32/actions/lsup.png
|
||||
share/icons/hicolor/32x32/actions/matrix.png
|
||||
share/icons/hicolor/32x32/actions/misc.png
|
||||
share/icons/hicolor/32x32/actions/mouse.png
|
||||
share/icons/hicolor/32x32/actions/next.png
|
||||
share/icons/hicolor/32x32/actions/openterm.png
|
||||
share/icons/hicolor/32x32/actions/paren.png
|
||||
share/icons/hicolor/32x32/actions/previous.png
|
||||
share/icons/hicolor/32x32/actions/prod.png
|
||||
share/icons/hicolor/32x32/actions/redo.png
|
||||
share/icons/hicolor/32x32/actions/reload.png
|
||||
share/icons/hicolor/32x32/actions/rightjust.png
|
||||
share/icons/hicolor/32x32/actions/rotate.png
|
||||
share/icons/hicolor/32x32/actions/rsub.png
|
||||
share/icons/hicolor/32x32/actions/rsup.png
|
||||
share/icons/hicolor/32x32/actions/run.png
|
||||
share/icons/hicolor/32x32/actions/spellcheck.png
|
||||
share/icons/hicolor/32x32/actions/sqrt.png
|
||||
share/icons/hicolor/32x32/actions/start.png
|
||||
share/icons/hicolor/32x32/actions/stop.png
|
||||
share/icons/hicolor/32x32/actions/sum.png
|
||||
share/icons/hicolor/32x32/actions/text_block.png
|
||||
share/icons/hicolor/32x32/actions/text_bold.png
|
||||
share/icons/hicolor/32x32/actions/text_center.png
|
||||
share/icons/hicolor/32x32/actions/text_italic.png
|
||||
share/icons/hicolor/32x32/actions/text_left.png
|
||||
share/icons/hicolor/32x32/actions/text_right.png
|
||||
share/icons/hicolor/32x32/actions/text_under.png
|
||||
share/icons/hicolor/32x32/actions/top.png
|
||||
share/icons/hicolor/32x32/actions/undo.png
|
||||
share/icons/hicolor/32x32/actions/up.png
|
||||
@ -909,12 +914,14 @@ share/icons/hicolor/32x32/filesystems/folder_red.png
|
||||
share/icons/hicolor/32x32/filesystems/folder_yellow.png
|
||||
share/icons/hicolor/32x32/filesystems/ftp.png
|
||||
share/icons/hicolor/32x32/filesystems/link.png
|
||||
share/icons/hicolor/32x32/filesystems/lock.png
|
||||
share/icons/hicolor/32x32/filesystems/pipe.png
|
||||
share/icons/hicolor/32x32/filesystems/shredder.png
|
||||
share/icons/hicolor/32x32/filesystems/socket.png
|
||||
share/icons/hicolor/32x32/filesystems/trashcan_empty.png
|
||||
share/icons/hicolor/32x32/filesystems/trashcan_full.png
|
||||
share/icons/hicolor/32x32/filesystems/www.png
|
||||
share/icons/hicolor/32x32/filesystems/zip.png
|
||||
share/icons/hicolor/32x32/mimetypes/applix.png
|
||||
share/icons/hicolor/32x32/mimetypes/binary.png
|
||||
share/icons/hicolor/32x32/mimetypes/binary2.png
|
||||
@ -922,6 +929,7 @@ share/icons/hicolor/32x32/mimetypes/blockdevice.png
|
||||
share/icons/hicolor/32x32/mimetypes/c_src.png
|
||||
share/icons/hicolor/32x32/mimetypes/chardevice.png
|
||||
share/icons/hicolor/32x32/mimetypes/core.png
|
||||
share/icons/hicolor/32x32/mimetypes/cpp_src.png
|
||||
share/icons/hicolor/32x32/mimetypes/document.png
|
||||
share/icons/hicolor/32x32/mimetypes/dvi.png
|
||||
share/icons/hicolor/32x32/mimetypes/f_src.png
|
||||
@ -950,6 +958,7 @@ share/icons/hicolor/32x32/mimetypes/postscript.png
|
||||
share/icons/hicolor/32x32/mimetypes/readme.png
|
||||
share/icons/hicolor/32x32/mimetypes/recycled.png
|
||||
share/icons/hicolor/32x32/mimetypes/resource.png
|
||||
share/icons/hicolor/32x32/mimetypes/rpm.png
|
||||
share/icons/hicolor/32x32/mimetypes/s_src.png
|
||||
share/icons/hicolor/32x32/mimetypes/sound.png
|
||||
share/icons/hicolor/32x32/mimetypes/tex.png
|
||||
@ -1025,17 +1034,20 @@ share/icons/hicolor/48x48/filesystems/folder_red.png
|
||||
share/icons/hicolor/48x48/filesystems/folder_yellow.png
|
||||
share/icons/hicolor/48x48/filesystems/ftp.png
|
||||
share/icons/hicolor/48x48/filesystems/link.png
|
||||
share/icons/hicolor/48x48/filesystems/lock.png
|
||||
share/icons/hicolor/48x48/filesystems/shredder.png
|
||||
share/icons/hicolor/48x48/filesystems/socket.png
|
||||
share/icons/hicolor/48x48/filesystems/trashcan_empty.png
|
||||
share/icons/hicolor/48x48/filesystems/trashcan_full.png
|
||||
share/icons/hicolor/48x48/filesystems/www.png
|
||||
share/icons/hicolor/48x48/filesystems/zip.png
|
||||
share/icons/hicolor/48x48/mimetypes/binary.png
|
||||
share/icons/hicolor/48x48/mimetypes/binary2.png
|
||||
share/icons/hicolor/48x48/mimetypes/blockdevice.png
|
||||
share/icons/hicolor/48x48/mimetypes/c_src.png
|
||||
share/icons/hicolor/48x48/mimetypes/chardevice.png
|
||||
share/icons/hicolor/48x48/mimetypes/core.png
|
||||
share/icons/hicolor/48x48/mimetypes/cpp_src.png
|
||||
share/icons/hicolor/48x48/mimetypes/document.png
|
||||
share/icons/hicolor/48x48/mimetypes/dvi.png
|
||||
share/icons/hicolor/48x48/mimetypes/f_src.png
|
||||
@ -1064,6 +1076,7 @@ share/icons/hicolor/48x48/mimetypes/postscript.png
|
||||
share/icons/hicolor/48x48/mimetypes/readme.png
|
||||
share/icons/hicolor/48x48/mimetypes/recycled.png
|
||||
share/icons/hicolor/48x48/mimetypes/resource.png
|
||||
share/icons/hicolor/48x48/mimetypes/rpm.png
|
||||
share/icons/hicolor/48x48/mimetypes/s_src.png
|
||||
share/icons/hicolor/48x48/mimetypes/sound.png
|
||||
share/icons/hicolor/48x48/mimetypes/tar.png
|
||||
@ -1081,7 +1094,6 @@ share/icons/locolor/16x16/actions/1leftarrow.png
|
||||
share/icons/locolor/16x16/actions/1rightarrow.png
|
||||
share/icons/locolor/16x16/actions/2leftarrow.png
|
||||
share/icons/locolor/16x16/actions/2rightarrow.png
|
||||
share/icons/locolor/16x16/actions/abs.png
|
||||
share/icons/locolor/16x16/actions/add_point.png
|
||||
share/icons/locolor/16x16/actions/airbrush.png
|
||||
share/icons/locolor/16x16/actions/back.png
|
||||
@ -1089,9 +1101,6 @@ share/icons/locolor/16x16/actions/blend.png
|
||||
share/icons/locolor/16x16/actions/bookmark.png
|
||||
share/icons/locolor/16x16/actions/bookmark_add.png
|
||||
share/icons/locolor/16x16/actions/bottom.png
|
||||
share/icons/locolor/16x16/actions/brace.png
|
||||
share/icons/locolor/16x16/actions/brackets.png
|
||||
share/icons/locolor/16x16/actions/centrejust.png
|
||||
share/icons/locolor/16x16/actions/circle_select.png
|
||||
share/icons/locolor/16x16/actions/colorpicker.png
|
||||
share/icons/locolor/16x16/actions/configure.png
|
||||
@ -1108,7 +1117,9 @@ share/icons/locolor/16x16/actions/editshred.png
|
||||
share/icons/locolor/16x16/actions/edittrash.png
|
||||
share/icons/locolor/16x16/actions/elliptical.png
|
||||
share/icons/locolor/16x16/actions/eraser.png
|
||||
share/icons/locolor/16x16/actions/exec.png
|
||||
share/icons/locolor/16x16/actions/exit.png
|
||||
share/icons/locolor/16x16/actions/fileclose.png
|
||||
share/icons/locolor/16x16/actions/filemail.png
|
||||
share/icons/locolor/16x16/actions/filenew.png
|
||||
share/icons/locolor/16x16/actions/fileopen.png
|
||||
@ -1120,47 +1131,41 @@ share/icons/locolor/16x16/actions/find.png
|
||||
share/icons/locolor/16x16/actions/finish.png
|
||||
share/icons/locolor/16x16/actions/flag.png
|
||||
share/icons/locolor/16x16/actions/forward.png
|
||||
share/icons/locolor/16x16/actions/frac.png
|
||||
share/icons/locolor/16x16/actions/gohome.png
|
||||
share/icons/locolor/16x16/actions/goto.png
|
||||
share/icons/locolor/16x16/actions/handdrawn.png
|
||||
share/icons/locolor/16x16/actions/help.png
|
||||
share/icons/locolor/16x16/actions/idea.png
|
||||
share/icons/locolor/16x16/actions/int.png
|
||||
share/icons/locolor/16x16/actions/key.png
|
||||
share/icons/locolor/16x16/actions/lasso.png
|
||||
share/icons/locolor/16x16/actions/leftjust.png
|
||||
share/icons/locolor/16x16/actions/lock.png
|
||||
share/icons/locolor/16x16/actions/lsub.png
|
||||
share/icons/locolor/16x16/actions/lsup.png
|
||||
share/icons/locolor/16x16/actions/matrix.png
|
||||
share/icons/locolor/16x16/actions/misc.png
|
||||
share/icons/locolor/16x16/actions/move.png
|
||||
share/icons/locolor/16x16/actions/next.png
|
||||
share/icons/locolor/16x16/actions/openterm.png
|
||||
share/icons/locolor/16x16/actions/paintbrush.png
|
||||
share/icons/locolor/16x16/actions/paren.png
|
||||
share/icons/locolor/16x16/actions/pencil.png
|
||||
share/icons/locolor/16x16/actions/previous.png
|
||||
share/icons/locolor/16x16/actions/prod.png
|
||||
share/icons/locolor/16x16/actions/quickprint.png
|
||||
share/icons/locolor/16x16/actions/rectangular.png
|
||||
share/icons/locolor/16x16/actions/redo.png
|
||||
share/icons/locolor/16x16/actions/reload.png
|
||||
share/icons/locolor/16x16/actions/rightjust.png
|
||||
share/icons/locolor/16x16/actions/rotate.png
|
||||
share/icons/locolor/16x16/actions/rsub.png
|
||||
share/icons/locolor/16x16/actions/rsup.png
|
||||
share/icons/locolor/16x16/actions/run.png
|
||||
share/icons/locolor/16x16/actions/send.png
|
||||
share/icons/locolor/16x16/actions/smart_select.png
|
||||
share/icons/locolor/16x16/actions/spellcheck.png
|
||||
share/icons/locolor/16x16/actions/sqrt.png
|
||||
share/icons/locolor/16x16/actions/stamp.png
|
||||
share/icons/locolor/16x16/actions/start.png
|
||||
share/icons/locolor/16x16/actions/stop.png
|
||||
share/icons/locolor/16x16/actions/sum.png
|
||||
share/icons/locolor/16x16/actions/text.png
|
||||
share/icons/locolor/16x16/actions/text_block.png
|
||||
share/icons/locolor/16x16/actions/text_bold.png
|
||||
share/icons/locolor/16x16/actions/text_centered.png
|
||||
share/icons/locolor/16x16/actions/text_italic.png
|
||||
share/icons/locolor/16x16/actions/text_left.png
|
||||
share/icons/locolor/16x16/actions/text_right.png
|
||||
share/icons/locolor/16x16/actions/text_under.png
|
||||
share/icons/locolor/16x16/actions/top.png
|
||||
share/icons/locolor/16x16/actions/transform.png
|
||||
share/icons/locolor/16x16/actions/trash.png
|
||||
@ -1185,17 +1190,20 @@ share/icons/locolor/16x16/filesystems/folder_open.png
|
||||
share/icons/locolor/16x16/filesystems/folder_red.png
|
||||
share/icons/locolor/16x16/filesystems/folder_yellow.png
|
||||
share/icons/locolor/16x16/filesystems/ftp.png
|
||||
share/icons/locolor/16x16/filesystems/lock.png
|
||||
share/icons/locolor/16x16/filesystems/pipe.png
|
||||
share/icons/locolor/16x16/filesystems/socket.png
|
||||
share/icons/locolor/16x16/filesystems/trashcan_empty.png
|
||||
share/icons/locolor/16x16/filesystems/trashcan_full.png
|
||||
share/icons/locolor/16x16/filesystems/www.png
|
||||
share/icons/locolor/16x16/filesystems/zip.png
|
||||
share/icons/locolor/16x16/mimetypes/binary.png
|
||||
share/icons/locolor/16x16/mimetypes/binary2.png
|
||||
share/icons/locolor/16x16/mimetypes/blockdevice.png
|
||||
share/icons/locolor/16x16/mimetypes/c_src.png
|
||||
share/icons/locolor/16x16/mimetypes/chardevice.png
|
||||
share/icons/locolor/16x16/mimetypes/core.png
|
||||
share/icons/locolor/16x16/mimetypes/cpp_src.png
|
||||
share/icons/locolor/16x16/mimetypes/document.png
|
||||
share/icons/locolor/16x16/mimetypes/dvi.png
|
||||
share/icons/locolor/16x16/mimetypes/f_src.png
|
||||
@ -1222,6 +1230,7 @@ share/icons/locolor/16x16/mimetypes/pk.png
|
||||
share/icons/locolor/16x16/mimetypes/postscript.png
|
||||
share/icons/locolor/16x16/mimetypes/readme.png
|
||||
share/icons/locolor/16x16/mimetypes/recycled.png
|
||||
share/icons/locolor/16x16/mimetypes/rpm.png
|
||||
share/icons/locolor/16x16/mimetypes/s_src.png
|
||||
share/icons/locolor/16x16/mimetypes/sound.png
|
||||
share/icons/locolor/16x16/mimetypes/source.png
|
||||
@ -1232,19 +1241,6 @@ share/icons/locolor/16x16/mimetypes/txt.png
|
||||
share/icons/locolor/16x16/mimetypes/unknown.png
|
||||
share/icons/locolor/16x16/mimetypes/video.png
|
||||
share/icons/locolor/16x16/mimetypes/y_src.png
|
||||
share/icons/locolor/22x22/actions/1leftarrow.png
|
||||
share/icons/locolor/22x22/actions/1rightarrow.png
|
||||
share/icons/locolor/22x22/actions/2leftarrow.png
|
||||
share/icons/locolor/22x22/actions/2rightarrow.png
|
||||
share/icons/locolor/22x22/actions/kde1.png
|
||||
share/icons/locolor/22x22/actions/kde2.png
|
||||
share/icons/locolor/22x22/actions/kde3.png
|
||||
share/icons/locolor/22x22/actions/kde4.png
|
||||
share/icons/locolor/22x22/actions/kde5.png
|
||||
share/icons/locolor/22x22/actions/kde6.png
|
||||
share/icons/locolor/22x22/actions/kde7.png
|
||||
share/icons/locolor/22x22/actions/kde8.png
|
||||
share/icons/locolor/22x22/actions/kde9.png
|
||||
share/icons/locolor/32x32/actions/key.png
|
||||
share/icons/locolor/32x32/actions/misc.png
|
||||
share/icons/locolor/32x32/filesystems/desktop.png
|
||||
@ -1260,11 +1256,13 @@ share/icons/locolor/32x32/filesystems/folder_open.png
|
||||
share/icons/locolor/32x32/filesystems/folder_red.png
|
||||
share/icons/locolor/32x32/filesystems/folder_yellow.png
|
||||
share/icons/locolor/32x32/filesystems/ftp.png
|
||||
share/icons/locolor/32x32/filesystems/lock.png
|
||||
share/icons/locolor/32x32/filesystems/pipe.png
|
||||
share/icons/locolor/32x32/filesystems/socket.png
|
||||
share/icons/locolor/32x32/filesystems/trashcan_empty.png
|
||||
share/icons/locolor/32x32/filesystems/trashcan_full.png
|
||||
share/icons/locolor/32x32/filesystems/www.png
|
||||
share/icons/locolor/32x32/filesystems/zip.png
|
||||
share/icons/locolor/32x32/mimetypes/applix.png
|
||||
share/icons/locolor/32x32/mimetypes/binary.png
|
||||
share/icons/locolor/32x32/mimetypes/blockdevice.png
|
||||
@ -1305,8 +1303,10 @@ share/icons/locolor/32x32/mimetypes/unknown.png
|
||||
share/icons/locolor/32x32/mimetypes/video.png
|
||||
share/icons/locolor/32x32/mimetypes/y_src.png
|
||||
share/icons/locolor/index.desktop
|
||||
share/mimelnk/application/gzip.desktop
|
||||
share/mimelnk/all/all.desktop
|
||||
share/mimelnk/all/allfiles.desktop
|
||||
share/mimelnk/application/msexcel.desktop
|
||||
share/mimelnk/application/msexcel2.desktop
|
||||
share/mimelnk/application/mspowerpoint.desktop
|
||||
share/mimelnk/application/msword.desktop
|
||||
share/mimelnk/application/octet-stream.desktop
|
||||
@ -1315,7 +1315,7 @@ share/mimelnk/application/postscript.desktop
|
||||
share/mimelnk/application/smil.desktop
|
||||
share/mimelnk/application/wordperfect.desktop
|
||||
share/mimelnk/application/x-applix.desktop
|
||||
share/mimelnk/application/x-ar.desktop
|
||||
share/mimelnk/application/x-archive.desktop
|
||||
share/mimelnk/application/x-arj.desktop
|
||||
share/mimelnk/application/x-awk.desktop
|
||||
share/mimelnk/application/x-bzip.desktop
|
||||
@ -1327,6 +1327,7 @@ share/mimelnk/application/x-desktop.desktop
|
||||
share/mimelnk/application/x-dvi.desktop
|
||||
share/mimelnk/application/x-executable.desktop
|
||||
share/mimelnk/application/x-font.desktop
|
||||
share/mimelnk/application/x-gzip.desktop
|
||||
share/mimelnk/application/x-jar.desktop
|
||||
share/mimelnk/application/x-java.desktop
|
||||
share/mimelnk/application/x-lha.desktop
|
||||
@ -1339,7 +1340,9 @@ share/mimelnk/application/x-rar.desktop
|
||||
share/mimelnk/application/x-rpm.desktop
|
||||
share/mimelnk/application/x-sharedlib.desktop
|
||||
share/mimelnk/application/x-shellscript.desktop
|
||||
share/mimelnk/application/x-shockwave-flash.desktop
|
||||
share/mimelnk/application/x-tar.desktop
|
||||
share/mimelnk/application/x-tarz.desktop
|
||||
share/mimelnk/application/x-tbz.desktop
|
||||
share/mimelnk/application/x-tex-gf.desktop
|
||||
share/mimelnk/application/x-tex-pk.desktop
|
||||
@ -1359,6 +1362,7 @@ share/mimelnk/audio/x-midi.desktop
|
||||
share/mimelnk/audio/x-mod.desktop
|
||||
share/mimelnk/audio/x-mp3.desktop
|
||||
share/mimelnk/audio/x-mpegurl.desktop
|
||||
share/mimelnk/audio/x-ogg.desktop
|
||||
share/mimelnk/audio/x-pn-realaudio.desktop
|
||||
share/mimelnk/audio/x-scpls.desktop
|
||||
share/mimelnk/audio/x-wav.desktop
|
||||
@ -1392,6 +1396,7 @@ share/mimelnk/text/x-c++hdr.desktop
|
||||
share/mimelnk/text/x-c++src.desktop
|
||||
share/mimelnk/text/x-chdr.desktop
|
||||
share/mimelnk/text/x-csrc.desktop
|
||||
share/mimelnk/text/x-diff.desktop
|
||||
share/mimelnk/text/x-java.desktop
|
||||
share/mimelnk/text/x-makefile.desktop
|
||||
share/mimelnk/text/x-moc.desktop
|
||||
@ -1407,73 +1412,45 @@ share/mimelnk/video/x-flic.desktop
|
||||
share/mimelnk/video/x-msvideo.desktop
|
||||
share/services/bmp.kimgio
|
||||
share/services/eps.kimgio
|
||||
share/services/file.protocol
|
||||
share/services/ftp.protocol
|
||||
share/services/g3.kimgio
|
||||
share/services/gif.kimgio
|
||||
share/services/http.protocol
|
||||
share/services/http_cache_cleaner.desktop
|
||||
share/services/https.protocol
|
||||
share/services/jpeg.kimgio
|
||||
share/services/kcookiejar.desktop
|
||||
share/services/khtml.desktop
|
||||
share/services/kio_uiserver.desktop
|
||||
share/services/knotify.desktop
|
||||
share/services/krl.kimgio
|
||||
share/services/kwrite_part.desktop
|
||||
share/services/png.kimgio
|
||||
share/services/pnm.kimgio
|
||||
share/services/tiff.kimgio
|
||||
share/services/xbm.kimgio
|
||||
share/services/xpm.kimgio
|
||||
share/services/xv.kimgio
|
||||
share/servicetypes/application.desktop
|
||||
share/servicetypes/browserview.desktop
|
||||
share/servicetypes/kpart.desktop
|
||||
share/servicetypes/kpropsdlgplugin.desktop
|
||||
share/servicetypes/krop.desktop
|
||||
share/servicetypes/krwp.desktop
|
||||
share/servicetypes/ktexteditor.desktop
|
||||
share/servicetypes/kurifilterplugin.desktop
|
||||
share/toolbar/configure.png
|
||||
@dirrm share/toolbar
|
||||
@dirrm share/skel
|
||||
@dirrm share/servicetypes
|
||||
@dirrm share/services
|
||||
@dirrm share/icons/locolor/32x32/mimetypes
|
||||
@dirrm share/icons/locolor/32x32/filesystems
|
||||
@dirrm share/icons/locolor/32x32/actions
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@dirrm share/icons/locolor/22x22/actions
|
||||
@dirrm share/icons/locolor/22x22
|
||||
@dirrm share/icons/locolor/16x16/mimetypes
|
||||
@dirrm share/icons/locolor/16x16/filesystems
|
||||
@dirrm share/icons/locolor/16x16/actions
|
||||
@dirrm share/icons/locolor/16x16
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/icons/hicolor/scalable/filesystems
|
||||
@dirrm share/icons/hicolor/scalable
|
||||
@dirrm share/icons/hicolor/48x48/mimetypes
|
||||
@dirrm share/icons/hicolor/48x48/filesystems
|
||||
@dirrm share/icons/hicolor/48x48/actions/kde
|
||||
@dirrm share/icons/hicolor/48x48/actions
|
||||
@dirrm share/icons/hicolor/48x48
|
||||
@dirrm share/icons/hicolor/32x32/mimetypes
|
||||
@dirrm share/icons/hicolor/32x32/filesystems
|
||||
@dirrm share/icons/hicolor/32x32/actions/kde
|
||||
@dirrm share/icons/hicolor/32x32/actions
|
||||
@dirrm share/icons/hicolor/32x32
|
||||
@dirrm share/icons/hicolor/22x22/actions/kde
|
||||
@dirrm share/icons/hicolor/22x22/actions
|
||||
@dirrm share/icons/hicolor/22x22
|
||||
@dirrm share/icons/hicolor
|
||||
@dirrm share/icons
|
||||
@dirrm share/examples
|
||||
@unexec rm -f %D/share/doc/HTML/en/kspell/common
|
||||
@dirrm share/doc/HTML/en/kspell
|
||||
@dirrm share/doc/HTML/en/kdelibs/kdebug
|
||||
@dirrm share/doc/HTML/en/kdelibs
|
||||
@dirrm share/doc/HTML/en/common
|
||||
@dirrm share/config/ui
|
||||
@dirrm share/config/protocols
|
||||
@dirrm share/config/colors
|
||||
@dirrm share/apps/kwrite
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/doc/HTML
|
||||
@dirrm share/apps/kstyle/themes
|
||||
@dirrm share/apps/kstyle/pixmaps
|
||||
@dirrm share/apps/kstyle
|
||||
@dirrm share/apps/ksgmltools/stylesheets
|
||||
@dirrm share/apps/ksgmltools/entities
|
||||
@dirrm share/apps/ksgmltools/dtd
|
||||
@dirrm share/apps/ksgmltools
|
||||
@dirrm share/apps/kjava
|
||||
@dirrm share/apps/khtml/css
|
||||
@ -1482,8 +1459,8 @@ share/toolbar/configure.png
|
||||
@dirrm share/apps/kdeui
|
||||
@dirrm share/apps/kab/pics
|
||||
@dirrm share/apps/kab
|
||||
@dirrm lib/Arts
|
||||
@dirrm include/libkmid
|
||||
@dirrm include/kwrite
|
||||
@dirrm include/kparts
|
||||
@dirrm include/kjs
|
||||
@dirrm include/kio
|
||||
|
@ -6,25 +6,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= kdelibs
|
||||
PORTVERSION= 1.90
|
||||
PORTVERSION= 20000724A
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= will
|
||||
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.4:${PORTSDIR}/graphics/png \
|
||||
png.3:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
qt2.4:${PORTSDIR}/x11-toolkits/qt22 \
|
||||
kde-qt-addon.4:${PORTSDIR}/x11-toolkits/kde-qt-addon
|
||||
|
||||
BROKEN= "Does not compile/run properly"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
SOMAJOR= 4
|
||||
SOMINOR= 0
|
||||
USE_BZIP2= yes
|
||||
USE_QT2= yes
|
||||
USE_NEWGCC= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \
|
||||
@ -32,20 +32,28 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
|
||||
MOC="${MOC}"
|
||||
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}"
|
||||
PLIST_SUB+= LIBVER="${SOMAJOR}"
|
||||
|
||||
pre-configure:
|
||||
.for NUM in 1 3
|
||||
(find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
|
||||
"s@version-info ${NUM}:0@version-info ${SOMAJOR}:${SOMINOR}@g")
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula khtml kio kjs kmid \
|
||||
kparts kspell ksycoca kwrite
|
||||
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs kmid \
|
||||
kparts kspell ksycoca kjava
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so
|
||||
.endfor
|
||||
.for LIB in artsc artscbackend artsdsp artsflow artsflow_idl kmedia2_idl qtmcop \
|
||||
soundserver_idl x11globalcomm
|
||||
.for LIB in artsc artsflow artsflow_idl kmedia2_idl qtmcop soundserver_idl
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.0 ${PREFIX}/lib/lib${LIB}.so
|
||||
.endfor
|
||||
@${LN} -sf ${PREFIX}/lib/libkjava.so.1 ${PREFIX}/lib/libkjava.so
|
||||
|
||||
pre-install:
|
||||
@(find ${WRKSRC} -name CVS | xargs rm -rf)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdelibs-1.90.tar.bz2) = a1aab64294725840189f11457c52619c
|
||||
MD5 (kdelibs-20000724A.tar.bz2) = 915701484d5091cac8e04341fefb9be9
|
||||
|
@ -4,7 +4,7 @@ bin/artsd
|
||||
bin/artsdsp
|
||||
bin/artsplay
|
||||
bin/artswrapper
|
||||
bin/db2ps
|
||||
bin/dcop
|
||||
bin/dcopidl
|
||||
bin/dcopidl2cpp
|
||||
bin/dcopserver
|
||||
@ -21,11 +21,10 @@ bin/klauncher
|
||||
bin/knotify
|
||||
bin/mcopidl
|
||||
bin/settheme
|
||||
include/MatrixDialog.h
|
||||
include/addressbook.h
|
||||
include/arts/anyref.h
|
||||
include/arts/artsflow.h
|
||||
include/arts/artsflow.idl
|
||||
include/arts/artsserver_impl.h
|
||||
include/arts/asyncstream.h
|
||||
include/arts/audiosubsys.h
|
||||
include/arts/buffer.h
|
||||
@ -39,7 +38,7 @@ include/arts/core.h
|
||||
include/arts/datapacket.h
|
||||
include/arts/debug.h
|
||||
include/arts/dispatcher.h
|
||||
include/arts/execrequest.h
|
||||
include/arts/dynamicrequest.h
|
||||
include/arts/extensionloader.h
|
||||
include/arts/factory.h
|
||||
include/arts/fft.h
|
||||
@ -54,7 +53,6 @@ include/arts/mcoputils.h
|
||||
include/arts/notification.h
|
||||
include/arts/object.h
|
||||
include/arts/objectmanager.h
|
||||
include/arts/objectwrapper.h
|
||||
include/arts/pipebuffer.h
|
||||
include/arts/pool.h
|
||||
include/arts/qiomanager.h
|
||||
@ -72,9 +70,9 @@ include/arts/type.h
|
||||
include/arts/unixconnection.h
|
||||
include/arts/unixserver.h
|
||||
include/arts/utils.h
|
||||
include/arts/weakreference.h
|
||||
include/artsc/artsc.h
|
||||
include/booktoken.h
|
||||
include/box.h
|
||||
include/dcopclient.h
|
||||
include/dcopobject.h
|
||||
include/dcopref.h
|
||||
@ -108,8 +106,10 @@ include/dom/html_misc.h
|
||||
include/dom/html_object.h
|
||||
include/dom/html_table.h
|
||||
include/kabapi.h
|
||||
include/kaboutapplication.h
|
||||
include/kaboutdata.h
|
||||
include/kaboutdialog.h
|
||||
include/kaboutdialog_private.h
|
||||
include/kaboutkde.h
|
||||
include/kaccel.h
|
||||
include/kaccelmenu.h
|
||||
@ -128,12 +128,13 @@ include/kcmdlineargs.h
|
||||
include/kcmenumngr.h
|
||||
include/kcmodule.h
|
||||
include/kcolorbtn.h
|
||||
include/kcolorbutton.h
|
||||
include/kcolorcombo.h
|
||||
include/kcolordlg.h
|
||||
include/kcolordrag.h
|
||||
include/kcombiview.h
|
||||
include/kcombobox.h
|
||||
include/kcompletion.h
|
||||
include/kcompletion_private.h
|
||||
include/kconfig.h
|
||||
include/kconfigbackend.h
|
||||
include/kconfigbase.h
|
||||
@ -141,9 +142,12 @@ include/kconfigdata.h
|
||||
include/kcontainer.h
|
||||
include/kcrash.h
|
||||
include/kcursor.h
|
||||
include/kdatastream.h
|
||||
include/kdatepik.h
|
||||
include/kdatetbl.h
|
||||
include/kdbtn.h
|
||||
include/kdcopactionproxy.h
|
||||
include/kdcoppropertyproxy.h
|
||||
include/kde.pot
|
||||
include/kde_dmalloc.h
|
||||
include/kdebug.h
|
||||
@ -160,7 +164,9 @@ include/kdesu/su.h
|
||||
include/kdialog.h
|
||||
include/kdialogbase.h
|
||||
include/kdirlister.h
|
||||
include/kdirnotify.h
|
||||
include/kdiroperator.h
|
||||
include/kdirsize.h
|
||||
include/kdirwatch.h
|
||||
include/kdocktabctl.h
|
||||
include/kdockwidget.h
|
||||
@ -181,14 +187,14 @@ include/kfilereader.h
|
||||
include/kfileview.h
|
||||
include/kfileviewitem.h
|
||||
include/kfontdialog.h
|
||||
include/kformula.h
|
||||
include/kformulaedit.h
|
||||
include/kformulatoolbar.h
|
||||
include/kglobal.h
|
||||
include/kglobalaccel.h
|
||||
include/kglobalsettings.h
|
||||
include/khelpmenu.h
|
||||
include/khtml_events.h
|
||||
include/khtml_part.h
|
||||
include/khtml_settings.h
|
||||
include/khtmldefaults.h
|
||||
include/khtmlview.h
|
||||
include/kicondialog.h
|
||||
include/kiconeffect.h
|
||||
@ -200,7 +206,6 @@ include/kimageio.h
|
||||
include/kinstance.h
|
||||
include/kio/connection.h
|
||||
include/kio/defaultprogress.h
|
||||
include/kio/filter.h
|
||||
include/kio/global.h
|
||||
include/kio/job.h
|
||||
include/kio/jobclasses.h
|
||||
@ -208,11 +213,11 @@ include/kio/netaccess.h
|
||||
include/kio/passdlg.h
|
||||
include/kio/paste.h
|
||||
include/kio/progressbase.h
|
||||
include/kio/renamedlg.h
|
||||
include/kio/skipdlg.h
|
||||
include/kio/slavebase.h
|
||||
include/kio/slaveinterface.h
|
||||
include/kio/statusbarprogress.h
|
||||
include/kio/tcpslavebase.h
|
||||
include/kio/uiserver.h
|
||||
include/kipc.h
|
||||
include/kjanuswidget.h
|
||||
include/kjavaapplet.h
|
||||
@ -235,6 +240,7 @@ include/klineeditdlg.h
|
||||
include/klistbox.h
|
||||
include/klistview.h
|
||||
include/klocale.h
|
||||
include/kmainwindow.h
|
||||
include/kmenubar.h
|
||||
include/kmessagebox.h
|
||||
include/kmimemagic.h
|
||||
@ -247,6 +253,7 @@ include/kpalette.h
|
||||
include/kpanelapplet.h
|
||||
include/kpanelmenu.h
|
||||
include/kparts/browserextension.h
|
||||
include/kparts/dockmainwindow.h
|
||||
include/kparts/event.h
|
||||
include/kparts/factory.h
|
||||
include/kparts/mainwindow.h
|
||||
@ -257,17 +264,20 @@ include/kpassdlg.h
|
||||
include/kpixmap.h
|
||||
include/kpixmapeffect.h
|
||||
include/kpixmapio.h
|
||||
include/kpixmapprovider.h
|
||||
include/kpopupmenu.h
|
||||
include/kprocctrl.h
|
||||
include/kprocess.h
|
||||
include/kprocio.h
|
||||
include/kprogress.h
|
||||
include/kpropsdlg.h
|
||||
include/kprotocolinfo.h
|
||||
include/kprotocolmanager.h
|
||||
include/krandomsequence.h
|
||||
include/krecentdocument.h
|
||||
include/kregexp.h
|
||||
include/krestrictedline.h
|
||||
include/krfcdate.h
|
||||
include/krootpixmap.h
|
||||
include/krootprop.h
|
||||
include/kruler.h
|
||||
@ -287,6 +297,7 @@ include/ksimpleconfig.h
|
||||
include/ksock.h
|
||||
include/kspell.h
|
||||
include/kspelldlg.h
|
||||
include/kstaticdeleter.h
|
||||
include/kstatusbar.h
|
||||
include/kstdaccel.h
|
||||
include/kstdaction.h
|
||||
@ -296,25 +307,27 @@ include/kstyle.h
|
||||
include/ksycoca.h
|
||||
include/ksycocaentry.h
|
||||
include/ksycocatype.h
|
||||
include/ksystemtray.h
|
||||
include/ktabctl.h
|
||||
include/ktar.h
|
||||
include/ktempfile.h
|
||||
include/ktextbrowser.h
|
||||
include/ktexteditor.h
|
||||
include/kthemebase.h
|
||||
include/kthemestyle.h
|
||||
include/ktmainwindow.h
|
||||
include/ktmlayout.h
|
||||
include/ktoolbar.h
|
||||
include/ktoolbarbutton.h
|
||||
include/ktoolbarradiogroup.h
|
||||
include/ktoolboxmgr.h
|
||||
include/ktrader.h
|
||||
include/kuniqueapp.h
|
||||
include/kunload.h
|
||||
include/kurifilter.h
|
||||
include/kurl.h
|
||||
include/kurlcombobox.h
|
||||
include/kurlcompletion.h
|
||||
include/kurllabel.h
|
||||
include/kurlpixmapprovider.h
|
||||
include/kurlrequester.h
|
||||
include/kurlrequesterdlg.h
|
||||
include/kuserprofile.h
|
||||
@ -322,14 +335,6 @@ include/kwidgetid.h
|
||||
include/kwin.h
|
||||
include/kwinmodule.h
|
||||
include/kwizard.h
|
||||
include/kwm.h
|
||||
include/kwrite/highlight.h
|
||||
include/kwrite/kwrite.h
|
||||
include/kwrite/kwrite_doc.h
|
||||
include/kwrite/kwrite_factory.h
|
||||
include/kwrite/kwrite_misc.h
|
||||
include/kwrite/kwrite_part.h
|
||||
include/kwrite/kwrite_view.h
|
||||
include/kxmlgui.h
|
||||
include/kxmlguibuilder.h
|
||||
include/kxmlguiclient.h
|
||||
@ -351,12 +356,27 @@ include/libkmid/synthout.h
|
||||
include/libkmid/track.h
|
||||
include/libkmid/voiceman.h
|
||||
include/ltdl.h
|
||||
include/matrixbox.h
|
||||
include/netwm.h
|
||||
include/netwm_def.h
|
||||
include/netwm_p.h
|
||||
include/progressbase.h
|
||||
include/qconfigDB.h
|
||||
include/qxembed.h
|
||||
include/statusbarprogress.h
|
||||
lib/X11GlobalComm.mcopclass
|
||||
lib/Arts/Synth_ADD.mcopclass
|
||||
lib/Arts/Synth_AMAN_PLAY.mcopclass
|
||||
lib/Arts/Synth_AMAN_RECORD.mcopclass
|
||||
lib/Arts/Synth_BUS_DOWNLINK.mcopclass
|
||||
lib/Arts/Synth_BUS_UPLINK.mcopclass
|
||||
lib/Arts/Synth_FREQUENCY.mcopclass
|
||||
lib/Arts/Synth_MUL.mcopclass
|
||||
lib/Arts/Synth_MULTI_ADD.mcopclass
|
||||
lib/Arts/Synth_PLAY.mcopclass
|
||||
lib/Arts/Synth_PLAY_WAV.mcopclass
|
||||
lib/Arts/Synth_RECORD.mcopclass
|
||||
lib/Arts/Synth_WAVE_SIN.mcopclass
|
||||
lib/Arts/WavPlayObject.mcopclass
|
||||
lib/Arts/X11GlobalComm.mcopclass
|
||||
lib/b3style.la
|
||||
lib/b3style.so
|
||||
lib/basicstyle.la
|
||||
@ -373,6 +393,8 @@ lib/kded.la
|
||||
lib/kded.so
|
||||
lib/kimg_eps.la
|
||||
lib/kimg_eps.so
|
||||
lib/kimg_g3.la
|
||||
lib/kimg_g3.so
|
||||
lib/kimg_krl.la
|
||||
lib/kimg_krl.so
|
||||
lib/kimg_tiff.la
|
||||
@ -395,98 +417,93 @@ lib/kjs_html.la
|
||||
lib/kjs_html.so
|
||||
lib/klauncher.la
|
||||
lib/klauncher.so
|
||||
lib/klegacystyle.la
|
||||
lib/klegacystyle.so
|
||||
lib/knotify.la
|
||||
lib/knotify.so
|
||||
lib/ksgistyle.la
|
||||
lib/ksgistyle.so
|
||||
lib/kstephighcolor.la
|
||||
lib/kstephighcolor.so
|
||||
lib/kstepstyle.la
|
||||
lib/kstepstyle.so
|
||||
lib/libDCOP.la
|
||||
lib/libDCOP.so
|
||||
lib/libDCOP.so.%%LIBVER%%
|
||||
lib/libDCOP.so.4
|
||||
lib/libDCOPC.la
|
||||
lib/libDCOPC.so.4
|
||||
lib/libartsc.la
|
||||
lib/libartsc.so
|
||||
lib/libartsc.so.0
|
||||
lib/libartscbackend.la
|
||||
lib/libartscbackend.so
|
||||
lib/libartscbackend.so.0
|
||||
lib/libartsdsp.la
|
||||
lib/libartsdsp.so
|
||||
lib/libartsdsp.so.0
|
||||
lib/libartsflow.la
|
||||
lib/libartsflow.so
|
||||
lib/libartsflow.so.0
|
||||
lib/libartsflow_idl.la
|
||||
lib/libartsflow_idl.so
|
||||
lib/libartsflow_idl.so.0
|
||||
lib/libkab.la
|
||||
lib/libkab.so
|
||||
lib/libkab.so.%%LIBVER%%
|
||||
lib/libkab.so.4
|
||||
lib/libkdecore.la
|
||||
lib/libkdecore.so
|
||||
lib/libkdecore.so.%%LIBVER%%
|
||||
lib/libkdecore.so.4
|
||||
lib/libkdesu.la
|
||||
lib/libkdesu.so
|
||||
lib/libkdesu.so.%%LIBVER%%
|
||||
lib/libkdesu.so.4
|
||||
lib/libkdeui.la
|
||||
lib/libkdeui.so
|
||||
lib/libkdeui.so.%%LIBVER%%
|
||||
lib/libkdeui.so.4
|
||||
lib/libkfile.la
|
||||
lib/libkfile.so
|
||||
lib/libkfile.so.%%LIBVER%%
|
||||
lib/libkformula.la
|
||||
lib/libkformula.so
|
||||
lib/libkformula.so.%%LIBVER%%
|
||||
lib/libkfile.so.4
|
||||
lib/libkhtml.la
|
||||
lib/libkhtml.so
|
||||
lib/libkhtml.so.%%LIBVER%%
|
||||
lib/libkhtml.so.4
|
||||
lib/libkio.la
|
||||
lib/libkio.so
|
||||
lib/libkio.so.%%LIBVER%%
|
||||
lib/libkio.so.4
|
||||
lib/libkjava.la
|
||||
lib/libkjava.so
|
||||
lib/libkjava.so.1
|
||||
lib/libkjava.so.4
|
||||
lib/libkjs.la
|
||||
lib/libkjs.so
|
||||
lib/libkjs.so.%%LIBVER%%
|
||||
lib/libkjs.so.4
|
||||
lib/libkmapnotify.la
|
||||
lib/libkmapnotify.so.4
|
||||
lib/libkmedia2_idl.la
|
||||
lib/libkmedia2_idl.so
|
||||
lib/libkmedia2_idl.so.0
|
||||
lib/libkmid.la
|
||||
lib/libkmid.so
|
||||
lib/libkmid.so.%%LIBVER%%
|
||||
lib/libkmid.so.0
|
||||
lib/libkparts.la
|
||||
lib/libkparts.so
|
||||
lib/libkparts.so.%%LIBVER%%
|
||||
lib/libkparts.so.4
|
||||
lib/libkspell.la
|
||||
lib/libkspell.so
|
||||
lib/libkspell.so.%%LIBVER%%
|
||||
lib/libkspell.so.4
|
||||
lib/libksycoca.la
|
||||
lib/libksycoca.so
|
||||
lib/libksycoca.so.%%LIBVER%%
|
||||
lib/libkwrite.la
|
||||
lib/libkwrite.so
|
||||
lib/libkwrite.so.%%LIBVER%%
|
||||
lib/libksycoca.so.4
|
||||
lib/libktexteditor.la
|
||||
lib/libktexteditor.so.0
|
||||
lib/libmcop.la
|
||||
lib/libmcop.so
|
||||
lib/libmcop.so.%%LIBVER%%
|
||||
lib/libmcop.so.0
|
||||
lib/libqtmcop.la
|
||||
lib/libqtmcop.so
|
||||
lib/libqtmcop.so.0
|
||||
lib/libsoundserver_idl.la
|
||||
lib/libsoundserver_idl.so
|
||||
lib/libsoundserver_idl.so.0
|
||||
lib/libx11globalcomm.la
|
||||
lib/libx11globalcomm.so
|
||||
lib/libx11globalcomm.so.0
|
||||
share/apps/kab/template.config
|
||||
share/apps/kab/template.kab
|
||||
share/apps/kdeui/pics/aboutkde.png
|
||||
share/apps/kdeui/pics/keys.png
|
||||
share/apps/khtml/css/html4.css
|
||||
share/apps/khtml/khtml.rc
|
||||
share/apps/khtml/khtml_browser.rc
|
||||
share/apps/khtml/khtml_popupmenu.rc
|
||||
share/apps/kjava/kjava-classes.zip
|
||||
share/apps/ksgmltools/kde-rdbhier2.elements
|
||||
share/apps/ksgmltools/kde-rdbpool.elements
|
||||
share/apps/ksgmltools/kde.cat
|
||||
share/apps/ksgmltools/kde.dtd
|
||||
share/apps/ksgmltools/catalog
|
||||
share/apps/ksgmltools/dtd/fdl-notice.entities
|
||||
share/apps/ksgmltools/dtd/kde-genent.entities
|
||||
share/apps/ksgmltools/dtd/kde-next.dtd
|
||||
share/apps/ksgmltools/dtd/kde-prologue.entities
|
||||
share/apps/ksgmltools/dtd/kde-rdbhier2.elements
|
||||
share/apps/ksgmltools/dtd/kde-rdbpool.elements
|
||||
share/apps/ksgmltools/dtd/kde.dtd
|
||||
share/apps/ksgmltools/entities/fdl-notice.docbook
|
||||
share/apps/ksgmltools/entities/gpl-notice.docbook
|
||||
share/apps/ksgmltools/entities/help-menu.docbook
|
||||
share/apps/ksgmltools/entities/lgpl-notice.docbook
|
||||
share/apps/ksgmltools/entities/license-links.docbook
|
||||
share/apps/ksgmltools/kde.dcl
|
||||
share/apps/ksgmltools/stylesheets/kde-anchor.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-faq.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-img.dsl
|
||||
@ -541,6 +558,8 @@ share/apps/ksgmltools/stylesheets/kde-l1sv.ent
|
||||
share/apps/ksgmltools/stylesheets/kde-l1zh-CN.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-l1zh-CN.ent
|
||||
share/apps/ksgmltools/stylesheets/kde-navig.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-search.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde-ttlpg.dsl
|
||||
share/apps/ksgmltools/stylesheets/kde.css
|
||||
share/apps/ksgmltools/stylesheets/kde.dsl
|
||||
share/apps/kstyle/pixmaps/aquaice.png
|
||||
@ -602,9 +621,9 @@ share/apps/kstyle/pixmaps/woodmenu.png
|
||||
share/apps/kstyle/pixmaps/yellow_off.png
|
||||
share/apps/kstyle/pixmaps/yellow_on.png
|
||||
share/apps/kstyle/themes/b3.themerc
|
||||
share/apps/kstyle/themes/coldions.themerc
|
||||
share/apps/kstyle/themes/default.themerc
|
||||
share/apps/kstyle/themes/highcolor.themerc
|
||||
share/apps/kstyle/themes/ksgistyle.themerc
|
||||
share/apps/kstyle/themes/kstep.themerc
|
||||
share/apps/kstyle/themes/marble.themerc
|
||||
share/apps/kstyle/themes/qtcde.themerc
|
||||
@ -614,30 +633,22 @@ share/apps/kstyle/themes/qtwindows.themerc
|
||||
share/apps/kstyle/themes/system.themerc
|
||||
share/apps/kstyle/themes/systemalt.themerc
|
||||
share/apps/kstyle/themes/systemtest.themerc
|
||||
share/apps/kwrite/kwrite.rc
|
||||
share/apps/kwrite/kwrite_browser.rc
|
||||
share/config/charsets
|
||||
share/config/colors/40 Colors
|
||||
share/config/colors/Royal
|
||||
share/config/colors/Web
|
||||
share/config/eventsrc
|
||||
share/config/kde-config
|
||||
share/config/kdebug.areas
|
||||
share/config/kdebugrc
|
||||
share/config/protocols/file.desktop
|
||||
share/config/protocols/ftp.desktop
|
||||
share/config/protocols/http.desktop
|
||||
share/config/protocols/https.desktop
|
||||
share/config/ui/ui_standards.rc
|
||||
share/doc/HTML/en/common/caution.png
|
||||
share/doc/HTML/en/common/fdl-licence
|
||||
share/doc/HTML/en/common/fdl-licence.html
|
||||
share/doc/HTML/en/common/fdl-notice
|
||||
share/doc/HTML/en/common/fdl-notice.docbook
|
||||
share/doc/HTML/en/common/fdl-notice.entities
|
||||
share/doc/HTML/en/common/gpl-licence
|
||||
share/doc/HTML/en/common/gpl-licence.html
|
||||
share/doc/HTML/en/common/gpl-notice
|
||||
share/doc/HTML/en/common/gpl-notice.docbook
|
||||
share/doc/HTML/en/common/home.png
|
||||
share/doc/HTML/en/common/important.png
|
||||
share/doc/HTML/en/common/kde-common.css
|
||||
@ -645,7 +656,6 @@ share/doc/HTML/en/common/kde-default.css
|
||||
share/doc/HTML/en/common/lgpl-licence
|
||||
share/doc/HTML/en/common/lgpl-licence.html
|
||||
share/doc/HTML/en/common/lgpl-notice
|
||||
share/doc/HTML/en/common/lgpl-notice.docbook
|
||||
share/doc/HTML/en/common/mieterra-artistic-license
|
||||
share/doc/HTML/en/common/next.png
|
||||
share/doc/HTML/en/common/note.png
|
||||
@ -657,7 +667,7 @@ share/doc/HTML/en/common/toc-plus.png
|
||||
share/doc/HTML/en/common/up.png
|
||||
share/doc/HTML/en/common/warning.png
|
||||
share/doc/HTML/en/common/xml.dcl
|
||||
share/doc/HTML/en/kdelibs/index.html
|
||||
share/doc/HTML/en/kdelibs/kdebug/index.html
|
||||
share/doc/HTML/en/kspell/.anchors
|
||||
share/doc/HTML/en/kspell/configuration-dialog-.html
|
||||
share/doc/HTML/en/kspell/contact-information.html
|
||||
@ -673,17 +683,17 @@ share/icons/hicolor/22x22/actions/1leftarrow.png
|
||||
share/icons/hicolor/22x22/actions/1rightarrow.png
|
||||
share/icons/hicolor/22x22/actions/2leftarrow.png
|
||||
share/icons/hicolor/22x22/actions/2rightarrow.png
|
||||
share/icons/hicolor/22x22/actions/abs.png
|
||||
share/icons/hicolor/22x22/actions/add_point.png
|
||||
share/icons/hicolor/22x22/actions/airbrush.png
|
||||
share/icons/hicolor/22x22/actions/back.png
|
||||
share/icons/hicolor/22x22/actions/blend.png
|
||||
share/icons/hicolor/22x22/actions/bottom.png
|
||||
share/icons/hicolor/22x22/actions/brace.png
|
||||
share/icons/hicolor/22x22/actions/brackets.png
|
||||
share/icons/hicolor/22x22/actions/centrejust.png
|
||||
share/icons/hicolor/22x22/actions/colorpicker.png
|
||||
share/icons/hicolor/22x22/actions/configure.png
|
||||
share/icons/hicolor/22x22/actions/connect_creating.png
|
||||
share/icons/hicolor/22x22/actions/connect_established.png
|
||||
share/icons/hicolor/22x22/actions/connect_no.png
|
||||
share/icons/hicolor/22x22/actions/contexthelp.png
|
||||
share/icons/hicolor/22x22/actions/contiguous.png
|
||||
share/icons/hicolor/22x22/actions/crop.png
|
||||
@ -694,17 +704,17 @@ share/icons/hicolor/22x22/actions/editpaste.png
|
||||
share/icons/hicolor/22x22/actions/edittrash.png
|
||||
share/icons/hicolor/22x22/actions/elliptical.png
|
||||
share/icons/hicolor/22x22/actions/eraser.png
|
||||
share/icons/hicolor/22x22/actions/exec.png
|
||||
share/icons/hicolor/22x22/actions/filenew.png
|
||||
share/icons/hicolor/22x22/actions/fileopen.png
|
||||
share/icons/hicolor/22x22/actions/fileprint.png
|
||||
share/icons/hicolor/22x22/actions/filesave.png
|
||||
share/icons/hicolor/22x22/actions/fill.png
|
||||
share/icons/hicolor/22x22/actions/find.png
|
||||
share/icons/hicolor/22x22/actions/finish.png
|
||||
share/icons/hicolor/22x22/actions/forward.png
|
||||
share/icons/hicolor/22x22/actions/frac.png
|
||||
share/icons/hicolor/22x22/actions/gohome.png
|
||||
share/icons/hicolor/22x22/actions/handdrawn.png
|
||||
share/icons/hicolor/22x22/actions/int.png
|
||||
share/icons/hicolor/22x22/actions/kde/0001.png
|
||||
share/icons/hicolor/22x22/actions/kde/0002.png
|
||||
share/icons/hicolor/22x22/actions/kde/0003.png
|
||||
@ -757,30 +767,29 @@ share/icons/hicolor/22x22/actions/kde/0049.png
|
||||
share/icons/hicolor/22x22/actions/kde/0050.png
|
||||
share/icons/hicolor/22x22/actions/lasso.png
|
||||
share/icons/hicolor/22x22/actions/leftjust.png
|
||||
share/icons/hicolor/22x22/actions/lsub.png
|
||||
share/icons/hicolor/22x22/actions/lsup.png
|
||||
share/icons/hicolor/22x22/actions/matrix.png
|
||||
share/icons/hicolor/22x22/actions/move.png
|
||||
share/icons/hicolor/22x22/actions/next.png
|
||||
share/icons/hicolor/22x22/actions/openterm.png
|
||||
share/icons/hicolor/22x22/actions/paintbrush.png
|
||||
share/icons/hicolor/22x22/actions/paren.png
|
||||
share/icons/hicolor/22x22/actions/pencil.png
|
||||
share/icons/hicolor/22x22/actions/previous.png
|
||||
share/icons/hicolor/22x22/actions/prod.png
|
||||
share/icons/hicolor/22x22/actions/rectangular.png
|
||||
share/icons/hicolor/22x22/actions/redo.png
|
||||
share/icons/hicolor/22x22/actions/reload.png
|
||||
share/icons/hicolor/22x22/actions/rightjust.png
|
||||
share/icons/hicolor/22x22/actions/rsub.png
|
||||
share/icons/hicolor/22x22/actions/rsup.png
|
||||
share/icons/hicolor/22x22/actions/run.png
|
||||
share/icons/hicolor/22x22/actions/smart_select.png
|
||||
share/icons/hicolor/22x22/actions/spellcheck.png
|
||||
share/icons/hicolor/22x22/actions/sqrt.png
|
||||
share/icons/hicolor/22x22/actions/start.png
|
||||
share/icons/hicolor/22x22/actions/stop.png
|
||||
share/icons/hicolor/22x22/actions/sum.png
|
||||
share/icons/hicolor/22x22/actions/text.png
|
||||
share/icons/hicolor/22x22/actions/text_block.png
|
||||
share/icons/hicolor/22x22/actions/text_bold.png
|
||||
share/icons/hicolor/22x22/actions/text_center.png
|
||||
share/icons/hicolor/22x22/actions/text_italic.png
|
||||
share/icons/hicolor/22x22/actions/text_left.png
|
||||
share/icons/hicolor/22x22/actions/text_right.png
|
||||
share/icons/hicolor/22x22/actions/text_under.png
|
||||
share/icons/hicolor/22x22/actions/top.png
|
||||
share/icons/hicolor/22x22/actions/undo.png
|
||||
share/icons/hicolor/22x22/actions/up.png
|
||||
@ -788,33 +797,31 @@ share/icons/hicolor/22x22/actions/viewmag+.png
|
||||
share/icons/hicolor/22x22/actions/viewmag-.png
|
||||
share/icons/hicolor/22x22/actions/viewmag.png
|
||||
share/icons/hicolor/22x22/actions/window_nofullscreen.png
|
||||
share/icons/hicolor/32x32/actions/abs.png
|
||||
share/icons/hicolor/32x32/actions/back.png
|
||||
share/icons/hicolor/32x32/actions/blend.png
|
||||
share/icons/hicolor/32x32/actions/bottom.png
|
||||
share/icons/hicolor/32x32/actions/brace.png
|
||||
share/icons/hicolor/32x32/actions/brackets.png
|
||||
share/icons/hicolor/32x32/actions/centrejust.png
|
||||
share/icons/hicolor/32x32/actions/colors.png
|
||||
share/icons/hicolor/32x32/actions/contents.png
|
||||
share/icons/hicolor/32x32/actions/contexthelp.png
|
||||
share/icons/hicolor/32x32/actions/down.png
|
||||
share/icons/hicolor/32x32/actions/editcopy.png
|
||||
share/icons/hicolor/32x32/actions/editcut.png
|
||||
share/icons/hicolor/32x32/actions/editdelete.png
|
||||
share/icons/hicolor/32x32/actions/editpaste.png
|
||||
share/icons/hicolor/32x32/actions/exec.png
|
||||
share/icons/hicolor/32x32/actions/filenew.png
|
||||
share/icons/hicolor/32x32/actions/fileopen.png
|
||||
share/icons/hicolor/32x32/actions/fileprint.png
|
||||
share/icons/hicolor/32x32/actions/files.png
|
||||
share/icons/hicolor/32x32/actions/filesave.png
|
||||
share/icons/hicolor/32x32/actions/find.png
|
||||
share/icons/hicolor/32x32/actions/finish.png
|
||||
share/icons/hicolor/32x32/actions/fonts.png
|
||||
share/icons/hicolor/32x32/actions/forward.png
|
||||
share/icons/hicolor/32x32/actions/frac.png
|
||||
share/icons/hicolor/32x32/actions/gohome.png
|
||||
share/icons/hicolor/32x32/actions/goto.png
|
||||
share/icons/hicolor/32x32/actions/help.png
|
||||
share/icons/hicolor/32x32/actions/int.png
|
||||
share/icons/hicolor/32x32/actions/kde/0001.png
|
||||
share/icons/hicolor/32x32/actions/kde/0002.png
|
||||
share/icons/hicolor/32x32/actions/kde/0003.png
|
||||
@ -866,28 +873,26 @@ share/icons/hicolor/32x32/actions/kde/0048.png
|
||||
share/icons/hicolor/32x32/actions/kde/0049.png
|
||||
share/icons/hicolor/32x32/actions/kde/0050.png
|
||||
share/icons/hicolor/32x32/actions/leftjust.png
|
||||
share/icons/hicolor/32x32/actions/lsub.png
|
||||
share/icons/hicolor/32x32/actions/lsup.png
|
||||
share/icons/hicolor/32x32/actions/matrix.png
|
||||
share/icons/hicolor/32x32/actions/misc.png
|
||||
share/icons/hicolor/32x32/actions/mouse.png
|
||||
share/icons/hicolor/32x32/actions/next.png
|
||||
share/icons/hicolor/32x32/actions/openterm.png
|
||||
share/icons/hicolor/32x32/actions/paren.png
|
||||
share/icons/hicolor/32x32/actions/previous.png
|
||||
share/icons/hicolor/32x32/actions/prod.png
|
||||
share/icons/hicolor/32x32/actions/redo.png
|
||||
share/icons/hicolor/32x32/actions/reload.png
|
||||
share/icons/hicolor/32x32/actions/rightjust.png
|
||||
share/icons/hicolor/32x32/actions/rotate.png
|
||||
share/icons/hicolor/32x32/actions/rsub.png
|
||||
share/icons/hicolor/32x32/actions/rsup.png
|
||||
share/icons/hicolor/32x32/actions/run.png
|
||||
share/icons/hicolor/32x32/actions/spellcheck.png
|
||||
share/icons/hicolor/32x32/actions/sqrt.png
|
||||
share/icons/hicolor/32x32/actions/start.png
|
||||
share/icons/hicolor/32x32/actions/stop.png
|
||||
share/icons/hicolor/32x32/actions/sum.png
|
||||
share/icons/hicolor/32x32/actions/text_block.png
|
||||
share/icons/hicolor/32x32/actions/text_bold.png
|
||||
share/icons/hicolor/32x32/actions/text_center.png
|
||||
share/icons/hicolor/32x32/actions/text_italic.png
|
||||
share/icons/hicolor/32x32/actions/text_left.png
|
||||
share/icons/hicolor/32x32/actions/text_right.png
|
||||
share/icons/hicolor/32x32/actions/text_under.png
|
||||
share/icons/hicolor/32x32/actions/top.png
|
||||
share/icons/hicolor/32x32/actions/undo.png
|
||||
share/icons/hicolor/32x32/actions/up.png
|
||||
@ -909,12 +914,14 @@ share/icons/hicolor/32x32/filesystems/folder_red.png
|
||||
share/icons/hicolor/32x32/filesystems/folder_yellow.png
|
||||
share/icons/hicolor/32x32/filesystems/ftp.png
|
||||
share/icons/hicolor/32x32/filesystems/link.png
|
||||
share/icons/hicolor/32x32/filesystems/lock.png
|
||||
share/icons/hicolor/32x32/filesystems/pipe.png
|
||||
share/icons/hicolor/32x32/filesystems/shredder.png
|
||||
share/icons/hicolor/32x32/filesystems/socket.png
|
||||
share/icons/hicolor/32x32/filesystems/trashcan_empty.png
|
||||
share/icons/hicolor/32x32/filesystems/trashcan_full.png
|
||||
share/icons/hicolor/32x32/filesystems/www.png
|
||||
share/icons/hicolor/32x32/filesystems/zip.png
|
||||
share/icons/hicolor/32x32/mimetypes/applix.png
|
||||
share/icons/hicolor/32x32/mimetypes/binary.png
|
||||
share/icons/hicolor/32x32/mimetypes/binary2.png
|
||||
@ -922,6 +929,7 @@ share/icons/hicolor/32x32/mimetypes/blockdevice.png
|
||||
share/icons/hicolor/32x32/mimetypes/c_src.png
|
||||
share/icons/hicolor/32x32/mimetypes/chardevice.png
|
||||
share/icons/hicolor/32x32/mimetypes/core.png
|
||||
share/icons/hicolor/32x32/mimetypes/cpp_src.png
|
||||
share/icons/hicolor/32x32/mimetypes/document.png
|
||||
share/icons/hicolor/32x32/mimetypes/dvi.png
|
||||
share/icons/hicolor/32x32/mimetypes/f_src.png
|
||||
@ -950,6 +958,7 @@ share/icons/hicolor/32x32/mimetypes/postscript.png
|
||||
share/icons/hicolor/32x32/mimetypes/readme.png
|
||||
share/icons/hicolor/32x32/mimetypes/recycled.png
|
||||
share/icons/hicolor/32x32/mimetypes/resource.png
|
||||
share/icons/hicolor/32x32/mimetypes/rpm.png
|
||||
share/icons/hicolor/32x32/mimetypes/s_src.png
|
||||
share/icons/hicolor/32x32/mimetypes/sound.png
|
||||
share/icons/hicolor/32x32/mimetypes/tex.png
|
||||
@ -1025,17 +1034,20 @@ share/icons/hicolor/48x48/filesystems/folder_red.png
|
||||
share/icons/hicolor/48x48/filesystems/folder_yellow.png
|
||||
share/icons/hicolor/48x48/filesystems/ftp.png
|
||||
share/icons/hicolor/48x48/filesystems/link.png
|
||||
share/icons/hicolor/48x48/filesystems/lock.png
|
||||
share/icons/hicolor/48x48/filesystems/shredder.png
|
||||
share/icons/hicolor/48x48/filesystems/socket.png
|
||||
share/icons/hicolor/48x48/filesystems/trashcan_empty.png
|
||||
share/icons/hicolor/48x48/filesystems/trashcan_full.png
|
||||
share/icons/hicolor/48x48/filesystems/www.png
|
||||
share/icons/hicolor/48x48/filesystems/zip.png
|
||||
share/icons/hicolor/48x48/mimetypes/binary.png
|
||||
share/icons/hicolor/48x48/mimetypes/binary2.png
|
||||
share/icons/hicolor/48x48/mimetypes/blockdevice.png
|
||||
share/icons/hicolor/48x48/mimetypes/c_src.png
|
||||
share/icons/hicolor/48x48/mimetypes/chardevice.png
|
||||
share/icons/hicolor/48x48/mimetypes/core.png
|
||||
share/icons/hicolor/48x48/mimetypes/cpp_src.png
|
||||
share/icons/hicolor/48x48/mimetypes/document.png
|
||||
share/icons/hicolor/48x48/mimetypes/dvi.png
|
||||
share/icons/hicolor/48x48/mimetypes/f_src.png
|
||||
@ -1064,6 +1076,7 @@ share/icons/hicolor/48x48/mimetypes/postscript.png
|
||||
share/icons/hicolor/48x48/mimetypes/readme.png
|
||||
share/icons/hicolor/48x48/mimetypes/recycled.png
|
||||
share/icons/hicolor/48x48/mimetypes/resource.png
|
||||
share/icons/hicolor/48x48/mimetypes/rpm.png
|
||||
share/icons/hicolor/48x48/mimetypes/s_src.png
|
||||
share/icons/hicolor/48x48/mimetypes/sound.png
|
||||
share/icons/hicolor/48x48/mimetypes/tar.png
|
||||
@ -1081,7 +1094,6 @@ share/icons/locolor/16x16/actions/1leftarrow.png
|
||||
share/icons/locolor/16x16/actions/1rightarrow.png
|
||||
share/icons/locolor/16x16/actions/2leftarrow.png
|
||||
share/icons/locolor/16x16/actions/2rightarrow.png
|
||||
share/icons/locolor/16x16/actions/abs.png
|
||||
share/icons/locolor/16x16/actions/add_point.png
|
||||
share/icons/locolor/16x16/actions/airbrush.png
|
||||
share/icons/locolor/16x16/actions/back.png
|
||||
@ -1089,9 +1101,6 @@ share/icons/locolor/16x16/actions/blend.png
|
||||
share/icons/locolor/16x16/actions/bookmark.png
|
||||
share/icons/locolor/16x16/actions/bookmark_add.png
|
||||
share/icons/locolor/16x16/actions/bottom.png
|
||||
share/icons/locolor/16x16/actions/brace.png
|
||||
share/icons/locolor/16x16/actions/brackets.png
|
||||
share/icons/locolor/16x16/actions/centrejust.png
|
||||
share/icons/locolor/16x16/actions/circle_select.png
|
||||
share/icons/locolor/16x16/actions/colorpicker.png
|
||||
share/icons/locolor/16x16/actions/configure.png
|
||||
@ -1108,7 +1117,9 @@ share/icons/locolor/16x16/actions/editshred.png
|
||||
share/icons/locolor/16x16/actions/edittrash.png
|
||||
share/icons/locolor/16x16/actions/elliptical.png
|
||||
share/icons/locolor/16x16/actions/eraser.png
|
||||
share/icons/locolor/16x16/actions/exec.png
|
||||
share/icons/locolor/16x16/actions/exit.png
|
||||
share/icons/locolor/16x16/actions/fileclose.png
|
||||
share/icons/locolor/16x16/actions/filemail.png
|
||||
share/icons/locolor/16x16/actions/filenew.png
|
||||
share/icons/locolor/16x16/actions/fileopen.png
|
||||
@ -1120,47 +1131,41 @@ share/icons/locolor/16x16/actions/find.png
|
||||
share/icons/locolor/16x16/actions/finish.png
|
||||
share/icons/locolor/16x16/actions/flag.png
|
||||
share/icons/locolor/16x16/actions/forward.png
|
||||
share/icons/locolor/16x16/actions/frac.png
|
||||
share/icons/locolor/16x16/actions/gohome.png
|
||||
share/icons/locolor/16x16/actions/goto.png
|
||||
share/icons/locolor/16x16/actions/handdrawn.png
|
||||
share/icons/locolor/16x16/actions/help.png
|
||||
share/icons/locolor/16x16/actions/idea.png
|
||||
share/icons/locolor/16x16/actions/int.png
|
||||
share/icons/locolor/16x16/actions/key.png
|
||||
share/icons/locolor/16x16/actions/lasso.png
|
||||
share/icons/locolor/16x16/actions/leftjust.png
|
||||
share/icons/locolor/16x16/actions/lock.png
|
||||
share/icons/locolor/16x16/actions/lsub.png
|
||||
share/icons/locolor/16x16/actions/lsup.png
|
||||
share/icons/locolor/16x16/actions/matrix.png
|
||||
share/icons/locolor/16x16/actions/misc.png
|
||||
share/icons/locolor/16x16/actions/move.png
|
||||
share/icons/locolor/16x16/actions/next.png
|
||||
share/icons/locolor/16x16/actions/openterm.png
|
||||
share/icons/locolor/16x16/actions/paintbrush.png
|
||||
share/icons/locolor/16x16/actions/paren.png
|
||||
share/icons/locolor/16x16/actions/pencil.png
|
||||
share/icons/locolor/16x16/actions/previous.png
|
||||
share/icons/locolor/16x16/actions/prod.png
|
||||
share/icons/locolor/16x16/actions/quickprint.png
|
||||
share/icons/locolor/16x16/actions/rectangular.png
|
||||
share/icons/locolor/16x16/actions/redo.png
|
||||
share/icons/locolor/16x16/actions/reload.png
|
||||
share/icons/locolor/16x16/actions/rightjust.png
|
||||
share/icons/locolor/16x16/actions/rotate.png
|
||||
share/icons/locolor/16x16/actions/rsub.png
|
||||
share/icons/locolor/16x16/actions/rsup.png
|
||||
share/icons/locolor/16x16/actions/run.png
|
||||
share/icons/locolor/16x16/actions/send.png
|
||||
share/icons/locolor/16x16/actions/smart_select.png
|
||||
share/icons/locolor/16x16/actions/spellcheck.png
|
||||
share/icons/locolor/16x16/actions/sqrt.png
|
||||
share/icons/locolor/16x16/actions/stamp.png
|
||||
share/icons/locolor/16x16/actions/start.png
|
||||
share/icons/locolor/16x16/actions/stop.png
|
||||
share/icons/locolor/16x16/actions/sum.png
|
||||
share/icons/locolor/16x16/actions/text.png
|
||||
share/icons/locolor/16x16/actions/text_block.png
|
||||
share/icons/locolor/16x16/actions/text_bold.png
|
||||
share/icons/locolor/16x16/actions/text_centered.png
|
||||
share/icons/locolor/16x16/actions/text_italic.png
|
||||
share/icons/locolor/16x16/actions/text_left.png
|
||||
share/icons/locolor/16x16/actions/text_right.png
|
||||
share/icons/locolor/16x16/actions/text_under.png
|
||||
share/icons/locolor/16x16/actions/top.png
|
||||
share/icons/locolor/16x16/actions/transform.png
|
||||
share/icons/locolor/16x16/actions/trash.png
|
||||
@ -1185,17 +1190,20 @@ share/icons/locolor/16x16/filesystems/folder_open.png
|
||||
share/icons/locolor/16x16/filesystems/folder_red.png
|
||||
share/icons/locolor/16x16/filesystems/folder_yellow.png
|
||||
share/icons/locolor/16x16/filesystems/ftp.png
|
||||
share/icons/locolor/16x16/filesystems/lock.png
|
||||
share/icons/locolor/16x16/filesystems/pipe.png
|
||||
share/icons/locolor/16x16/filesystems/socket.png
|
||||
share/icons/locolor/16x16/filesystems/trashcan_empty.png
|
||||
share/icons/locolor/16x16/filesystems/trashcan_full.png
|
||||
share/icons/locolor/16x16/filesystems/www.png
|
||||
share/icons/locolor/16x16/filesystems/zip.png
|
||||
share/icons/locolor/16x16/mimetypes/binary.png
|
||||
share/icons/locolor/16x16/mimetypes/binary2.png
|
||||
share/icons/locolor/16x16/mimetypes/blockdevice.png
|
||||
share/icons/locolor/16x16/mimetypes/c_src.png
|
||||
share/icons/locolor/16x16/mimetypes/chardevice.png
|
||||
share/icons/locolor/16x16/mimetypes/core.png
|
||||
share/icons/locolor/16x16/mimetypes/cpp_src.png
|
||||
share/icons/locolor/16x16/mimetypes/document.png
|
||||
share/icons/locolor/16x16/mimetypes/dvi.png
|
||||
share/icons/locolor/16x16/mimetypes/f_src.png
|
||||
@ -1222,6 +1230,7 @@ share/icons/locolor/16x16/mimetypes/pk.png
|
||||
share/icons/locolor/16x16/mimetypes/postscript.png
|
||||
share/icons/locolor/16x16/mimetypes/readme.png
|
||||
share/icons/locolor/16x16/mimetypes/recycled.png
|
||||
share/icons/locolor/16x16/mimetypes/rpm.png
|
||||
share/icons/locolor/16x16/mimetypes/s_src.png
|
||||
share/icons/locolor/16x16/mimetypes/sound.png
|
||||
share/icons/locolor/16x16/mimetypes/source.png
|
||||
@ -1232,19 +1241,6 @@ share/icons/locolor/16x16/mimetypes/txt.png
|
||||
share/icons/locolor/16x16/mimetypes/unknown.png
|
||||
share/icons/locolor/16x16/mimetypes/video.png
|
||||
share/icons/locolor/16x16/mimetypes/y_src.png
|
||||
share/icons/locolor/22x22/actions/1leftarrow.png
|
||||
share/icons/locolor/22x22/actions/1rightarrow.png
|
||||
share/icons/locolor/22x22/actions/2leftarrow.png
|
||||
share/icons/locolor/22x22/actions/2rightarrow.png
|
||||
share/icons/locolor/22x22/actions/kde1.png
|
||||
share/icons/locolor/22x22/actions/kde2.png
|
||||
share/icons/locolor/22x22/actions/kde3.png
|
||||
share/icons/locolor/22x22/actions/kde4.png
|
||||
share/icons/locolor/22x22/actions/kde5.png
|
||||
share/icons/locolor/22x22/actions/kde6.png
|
||||
share/icons/locolor/22x22/actions/kde7.png
|
||||
share/icons/locolor/22x22/actions/kde8.png
|
||||
share/icons/locolor/22x22/actions/kde9.png
|
||||
share/icons/locolor/32x32/actions/key.png
|
||||
share/icons/locolor/32x32/actions/misc.png
|
||||
share/icons/locolor/32x32/filesystems/desktop.png
|
||||
@ -1260,11 +1256,13 @@ share/icons/locolor/32x32/filesystems/folder_open.png
|
||||
share/icons/locolor/32x32/filesystems/folder_red.png
|
||||
share/icons/locolor/32x32/filesystems/folder_yellow.png
|
||||
share/icons/locolor/32x32/filesystems/ftp.png
|
||||
share/icons/locolor/32x32/filesystems/lock.png
|
||||
share/icons/locolor/32x32/filesystems/pipe.png
|
||||
share/icons/locolor/32x32/filesystems/socket.png
|
||||
share/icons/locolor/32x32/filesystems/trashcan_empty.png
|
||||
share/icons/locolor/32x32/filesystems/trashcan_full.png
|
||||
share/icons/locolor/32x32/filesystems/www.png
|
||||
share/icons/locolor/32x32/filesystems/zip.png
|
||||
share/icons/locolor/32x32/mimetypes/applix.png
|
||||
share/icons/locolor/32x32/mimetypes/binary.png
|
||||
share/icons/locolor/32x32/mimetypes/blockdevice.png
|
||||
@ -1305,8 +1303,10 @@ share/icons/locolor/32x32/mimetypes/unknown.png
|
||||
share/icons/locolor/32x32/mimetypes/video.png
|
||||
share/icons/locolor/32x32/mimetypes/y_src.png
|
||||
share/icons/locolor/index.desktop
|
||||
share/mimelnk/application/gzip.desktop
|
||||
share/mimelnk/all/all.desktop
|
||||
share/mimelnk/all/allfiles.desktop
|
||||
share/mimelnk/application/msexcel.desktop
|
||||
share/mimelnk/application/msexcel2.desktop
|
||||
share/mimelnk/application/mspowerpoint.desktop
|
||||
share/mimelnk/application/msword.desktop
|
||||
share/mimelnk/application/octet-stream.desktop
|
||||
@ -1315,7 +1315,7 @@ share/mimelnk/application/postscript.desktop
|
||||
share/mimelnk/application/smil.desktop
|
||||
share/mimelnk/application/wordperfect.desktop
|
||||
share/mimelnk/application/x-applix.desktop
|
||||
share/mimelnk/application/x-ar.desktop
|
||||
share/mimelnk/application/x-archive.desktop
|
||||
share/mimelnk/application/x-arj.desktop
|
||||
share/mimelnk/application/x-awk.desktop
|
||||
share/mimelnk/application/x-bzip.desktop
|
||||
@ -1327,6 +1327,7 @@ share/mimelnk/application/x-desktop.desktop
|
||||
share/mimelnk/application/x-dvi.desktop
|
||||
share/mimelnk/application/x-executable.desktop
|
||||
share/mimelnk/application/x-font.desktop
|
||||
share/mimelnk/application/x-gzip.desktop
|
||||
share/mimelnk/application/x-jar.desktop
|
||||
share/mimelnk/application/x-java.desktop
|
||||
share/mimelnk/application/x-lha.desktop
|
||||
@ -1339,7 +1340,9 @@ share/mimelnk/application/x-rar.desktop
|
||||
share/mimelnk/application/x-rpm.desktop
|
||||
share/mimelnk/application/x-sharedlib.desktop
|
||||
share/mimelnk/application/x-shellscript.desktop
|
||||
share/mimelnk/application/x-shockwave-flash.desktop
|
||||
share/mimelnk/application/x-tar.desktop
|
||||
share/mimelnk/application/x-tarz.desktop
|
||||
share/mimelnk/application/x-tbz.desktop
|
||||
share/mimelnk/application/x-tex-gf.desktop
|
||||
share/mimelnk/application/x-tex-pk.desktop
|
||||
@ -1359,6 +1362,7 @@ share/mimelnk/audio/x-midi.desktop
|
||||
share/mimelnk/audio/x-mod.desktop
|
||||
share/mimelnk/audio/x-mp3.desktop
|
||||
share/mimelnk/audio/x-mpegurl.desktop
|
||||
share/mimelnk/audio/x-ogg.desktop
|
||||
share/mimelnk/audio/x-pn-realaudio.desktop
|
||||
share/mimelnk/audio/x-scpls.desktop
|
||||
share/mimelnk/audio/x-wav.desktop
|
||||
@ -1392,6 +1396,7 @@ share/mimelnk/text/x-c++hdr.desktop
|
||||
share/mimelnk/text/x-c++src.desktop
|
||||
share/mimelnk/text/x-chdr.desktop
|
||||
share/mimelnk/text/x-csrc.desktop
|
||||
share/mimelnk/text/x-diff.desktop
|
||||
share/mimelnk/text/x-java.desktop
|
||||
share/mimelnk/text/x-makefile.desktop
|
||||
share/mimelnk/text/x-moc.desktop
|
||||
@ -1407,73 +1412,45 @@ share/mimelnk/video/x-flic.desktop
|
||||
share/mimelnk/video/x-msvideo.desktop
|
||||
share/services/bmp.kimgio
|
||||
share/services/eps.kimgio
|
||||
share/services/file.protocol
|
||||
share/services/ftp.protocol
|
||||
share/services/g3.kimgio
|
||||
share/services/gif.kimgio
|
||||
share/services/http.protocol
|
||||
share/services/http_cache_cleaner.desktop
|
||||
share/services/https.protocol
|
||||
share/services/jpeg.kimgio
|
||||
share/services/kcookiejar.desktop
|
||||
share/services/khtml.desktop
|
||||
share/services/kio_uiserver.desktop
|
||||
share/services/knotify.desktop
|
||||
share/services/krl.kimgio
|
||||
share/services/kwrite_part.desktop
|
||||
share/services/png.kimgio
|
||||
share/services/pnm.kimgio
|
||||
share/services/tiff.kimgio
|
||||
share/services/xbm.kimgio
|
||||
share/services/xpm.kimgio
|
||||
share/services/xv.kimgio
|
||||
share/servicetypes/application.desktop
|
||||
share/servicetypes/browserview.desktop
|
||||
share/servicetypes/kpart.desktop
|
||||
share/servicetypes/kpropsdlgplugin.desktop
|
||||
share/servicetypes/krop.desktop
|
||||
share/servicetypes/krwp.desktop
|
||||
share/servicetypes/ktexteditor.desktop
|
||||
share/servicetypes/kurifilterplugin.desktop
|
||||
share/toolbar/configure.png
|
||||
@dirrm share/toolbar
|
||||
@dirrm share/skel
|
||||
@dirrm share/servicetypes
|
||||
@dirrm share/services
|
||||
@dirrm share/icons/locolor/32x32/mimetypes
|
||||
@dirrm share/icons/locolor/32x32/filesystems
|
||||
@dirrm share/icons/locolor/32x32/actions
|
||||
@dirrm share/icons/locolor/32x32
|
||||
@dirrm share/icons/locolor/22x22/actions
|
||||
@dirrm share/icons/locolor/22x22
|
||||
@dirrm share/icons/locolor/16x16/mimetypes
|
||||
@dirrm share/icons/locolor/16x16/filesystems
|
||||
@dirrm share/icons/locolor/16x16/actions
|
||||
@dirrm share/icons/locolor/16x16
|
||||
@dirrm share/icons/locolor
|
||||
@dirrm share/icons/hicolor/scalable/filesystems
|
||||
@dirrm share/icons/hicolor/scalable
|
||||
@dirrm share/icons/hicolor/48x48/mimetypes
|
||||
@dirrm share/icons/hicolor/48x48/filesystems
|
||||
@dirrm share/icons/hicolor/48x48/actions/kde
|
||||
@dirrm share/icons/hicolor/48x48/actions
|
||||
@dirrm share/icons/hicolor/48x48
|
||||
@dirrm share/icons/hicolor/32x32/mimetypes
|
||||
@dirrm share/icons/hicolor/32x32/filesystems
|
||||
@dirrm share/icons/hicolor/32x32/actions/kde
|
||||
@dirrm share/icons/hicolor/32x32/actions
|
||||
@dirrm share/icons/hicolor/32x32
|
||||
@dirrm share/icons/hicolor/22x22/actions/kde
|
||||
@dirrm share/icons/hicolor/22x22/actions
|
||||
@dirrm share/icons/hicolor/22x22
|
||||
@dirrm share/icons/hicolor
|
||||
@dirrm share/icons
|
||||
@dirrm share/examples
|
||||
@unexec rm -f %D/share/doc/HTML/en/kspell/common
|
||||
@dirrm share/doc/HTML/en/kspell
|
||||
@dirrm share/doc/HTML/en/kdelibs/kdebug
|
||||
@dirrm share/doc/HTML/en/kdelibs
|
||||
@dirrm share/doc/HTML/en/common
|
||||
@dirrm share/config/ui
|
||||
@dirrm share/config/protocols
|
||||
@dirrm share/config/colors
|
||||
@dirrm share/apps/kwrite
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/doc/HTML
|
||||
@dirrm share/apps/kstyle/themes
|
||||
@dirrm share/apps/kstyle/pixmaps
|
||||
@dirrm share/apps/kstyle
|
||||
@dirrm share/apps/ksgmltools/stylesheets
|
||||
@dirrm share/apps/ksgmltools/entities
|
||||
@dirrm share/apps/ksgmltools/dtd
|
||||
@dirrm share/apps/ksgmltools
|
||||
@dirrm share/apps/kjava
|
||||
@dirrm share/apps/khtml/css
|
||||
@ -1482,8 +1459,8 @@ share/toolbar/configure.png
|
||||
@dirrm share/apps/kdeui
|
||||
@dirrm share/apps/kab/pics
|
||||
@dirrm share/apps/kab
|
||||
@dirrm lib/Arts
|
||||
@dirrm include/libkmid
|
||||
@dirrm include/kwrite
|
||||
@dirrm include/kparts
|
||||
@dirrm include/kjs
|
||||
@dirrm include/kio
|
||||
|
Loading…
Reference in New Issue
Block a user