- add HOMEPAGE
- remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs - @exec /sbin/ldconfig -> DYNLIBDIR
This commit is contained in:
parent
546489edf0
commit
60638a18ac
@ -1,13 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2000/06/25 22:50:19 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2000/07/01 01:52:19 brad Exp $
|
||||
# Original Author: Yanick Cote <yanick@fries.net>
|
||||
|
||||
DISTNAME= kdelibs-1.1.2
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.234
|
||||
NEED_VERSION= 1.310
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
||||
DIST_SUBDIR= kde
|
||||
|
||||
HOMEPAGE= http://www.kde.org/
|
||||
|
||||
BUILD_DEPENDS= msgfmt::devel/gettext
|
||||
LIB_DEPENDS= qt.1.45::x11/qt \
|
||||
gif.4.1::graphics/giflib \
|
||||
@ -22,11 +24,9 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
USE_BZIP2= Yes
|
||||
USE_GMAKE= Yes
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static \
|
||||
--with-qt-includes="${LOCALBASE}/include/X11/qt" \
|
||||
|
@ -1,18 +1,20 @@
|
||||
KDE is a network transparent contemporary desktop environment for UNIX
|
||||
workstations. It was written by a world-wide network of software
|
||||
engineers committed to free software development. KDE seeks to fill
|
||||
the need for an easy to use desktop for Unix workstations, similar to
|
||||
the desktop environments found under the MacOS or Window95/NT. We
|
||||
believe that the UNIX operating system is the best operating system
|
||||
available today. In fact UNIX has been the undisputed choice of the
|
||||
information technology professional for many years. When it comes to
|
||||
stability, scalability and openness there is no competition to UNIX .
|
||||
However, the lack of an easy to use contemporary desktop environment
|
||||
for UNIX has prevented UNIX from finding its way onto the desktops of
|
||||
the typical computer user in offices and homes. UNIX dominates the
|
||||
server market and is the preferred computing platform for computing
|
||||
professional and scientists. Without UNIX the internet would not be.
|
||||
But UNIX did not address the needs of the average computer user. This
|
||||
fact is particularly unfortunate since a number of implementations of
|
||||
UNIX ( Linux, FreeBSD, NetBSD, OpenBSD etc) are freely availabe on the
|
||||
internet. All of which are of exceptional quality and stability.
|
||||
KDE is a network transparent contemporary desktop environment for UNIX
|
||||
workstations. It was written by a world-wide network of software
|
||||
engineers committed to free software development. KDE seeks to fill
|
||||
the need for an easy to use desktop for Unix workstations, similar to
|
||||
the desktop environments found under the MacOS or Window95/NT. We
|
||||
believe that the UNIX operating system is the best operating system
|
||||
available today. In fact UNIX has been the undisputed choice of the
|
||||
information technology professional for many years. When it comes to
|
||||
stability, scalability and openness there is no competition to UNIX.
|
||||
However, the lack of an easy to use contemporary desktop environment
|
||||
for UNIX has prevented UNIX from finding its way onto the desktops of
|
||||
the typical computer user in offices and homes. UNIX dominates the
|
||||
server market and is the preferred computing platform for computing
|
||||
professional and scientists. Without UNIX the Internet would not be.
|
||||
But UNIX did not address the needs of the average computer user. This
|
||||
fact is particularly unfortunate since a number of implementations of
|
||||
UNIX ( Linux, FreeBSD, NetBSD, OpenBSD etc) are freely availabe on the
|
||||
Internet. All of which are of exceptional quality and stability.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
12
x11/kde/libs/pkg/PFRAG.shared
Normal file
12
x11/kde/libs/pkg/PFRAG.shared
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1 2000/07/01 01:52:19 brad Exp $
|
||||
lib/libjscript.so.1.2
|
||||
lib/libkab.so.1.2
|
||||
lib/libkdecore.so.1.2
|
||||
lib/libkdeui.so.1.2
|
||||
lib/libkfile.so.1.2
|
||||
lib/libkfm.so.1.2
|
||||
lib/libkhtmlw.so.1.2
|
||||
lib/libkimgio.so.1.2
|
||||
lib/libkspell.so.1.2
|
||||
lib/libmediatool.so.1.2
|
||||
DYNLIBDIR(%B)
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2000/07/01 01:52:20 brad Exp $
|
||||
include/addressbook.h
|
||||
include/bison2cpp.h
|
||||
include/booktoken.h
|
||||
@ -125,35 +126,25 @@ include/stl_headers.h
|
||||
include/xview.h
|
||||
lib/libjscript.a
|
||||
lib/libjscript.la
|
||||
lib/libjscript.so.1.2
|
||||
lib/libkab.a
|
||||
lib/libkab.la
|
||||
lib/libkab.so.1.2
|
||||
lib/libkdecore.a
|
||||
lib/libkdecore.la
|
||||
lib/libkdecore.so.1.2
|
||||
lib/libkdeui.a
|
||||
lib/libkdeui.la
|
||||
lib/libkdeui.so.1.2
|
||||
lib/libkfile.a
|
||||
lib/libkfile.la
|
||||
lib/libkfile.so.1.2
|
||||
lib/libkfm.a
|
||||
lib/libkfm.la
|
||||
lib/libkfm.so.1.2
|
||||
lib/libkhtmlw.a
|
||||
lib/libkhtmlw.la
|
||||
lib/libkhtmlw.so.1.2
|
||||
lib/libkimgio.a
|
||||
lib/libkimgio.la
|
||||
lib/libkimgio.so.1.2
|
||||
lib/libkspell.a
|
||||
lib/libkspell.la
|
||||
lib/libkspell.so.1.2
|
||||
lib/libmediatool.a
|
||||
lib/libmediatool.la
|
||||
lib/libmediatool.so.1.2
|
||||
@exec /sbin/ldconfig -m %B
|
||||
%%SHARED%%
|
||||
share/apps/kab/pics/background_1.jpg
|
||||
share/apps/kab/pics/dialog_background.jpg
|
||||
share/apps/kde/pics/arrow_down.xbm
|
||||
@ -185,63 +176,65 @@ share/doc/HTML/en/kfiledialog/viewmag.gif
|
||||
share/doc/HTML/en/kspell/ksconfig.html
|
||||
share/doc/HTML/en/kspell/ksdialog.html
|
||||
share/doc/HTML/en/kspell/kspell.html
|
||||
share/locale/br/LC_MESSAGES/kde.mo
|
||||
share/locale/br/charset
|
||||
share/locale/ca/LC_MESSAGES/kde.mo
|
||||
share/locale/ca/charset
|
||||
share/locale/cs/LC_MESSAGES/kde.mo
|
||||
share/locale/cs/charset
|
||||
share/locale/da/LC_MESSAGES/kde.mo
|
||||
share/locale/da/charset
|
||||
share/locale/de/LC_MESSAGES/kde.mo
|
||||
share/locale/de/charset
|
||||
share/locale/el/LC_MESSAGES/kde.mo
|
||||
share/locale/en_UK/LC_MESSAGES/kde.mo
|
||||
share/locale/eo/LC_MESSAGES/kde.mo
|
||||
share/locale/eo/charset
|
||||
share/locale/es/LC_MESSAGES/kde.mo
|
||||
share/locale/es/charset
|
||||
share/locale/et/LC_MESSAGES/kde.mo
|
||||
share/locale/et/charset
|
||||
share/locale/fi/LC_MESSAGES/kde.mo
|
||||
share/locale/fi/charset
|
||||
share/locale/fr/LC_MESSAGES/kde.mo
|
||||
share/locale/fr/charset
|
||||
share/locale/he/LC_MESSAGES/kde.mo
|
||||
share/locale/he/charset
|
||||
share/locale/hr/LC_MESSAGES/kde.mo
|
||||
share/locale/hr/charset
|
||||
share/locale/hs/charset
|
||||
share/locale/hu/LC_MESSAGES/kde.mo
|
||||
share/locale/hu/charset
|
||||
share/locale/is/LC_MESSAGES/kde.mo
|
||||
share/locale/is/charset
|
||||
share/locale/it/LC_MESSAGES/kde.mo
|
||||
share/locale/it/charset
|
||||
share/locale/ja/LC_MESSAGES/kde.mo
|
||||
share/locale/ko/LC_MESSAGES/kde.mo
|
||||
share/locale/mk/LC_MESSAGES/kde.mo
|
||||
share/locale/nl/LC_MESSAGES/kde.mo
|
||||
share/locale/no/LC_MESSAGES/kde.mo
|
||||
share/locale/pl/LC_MESSAGES/kde.mo
|
||||
share/locale/pt/LC_MESSAGES/kde.mo
|
||||
share/locale/sl/LC_MESSAGES/kde.mo
|
||||
share/locale/sv/LC_MESSAGES/kde.mo
|
||||
share/locale/cs/LC_MESSAGES/kde.mo
|
||||
share/locale/hr/LC_MESSAGES/kde.mo
|
||||
share/locale/it/LC_MESSAGES/kde.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kde.mo
|
||||
share/locale/fi/LC_MESSAGES/kde.mo
|
||||
share/locale/ru/LC_MESSAGES/kde.mo
|
||||
share/locale/hu/LC_MESSAGES/kde.mo
|
||||
share/locale/el/LC_MESSAGES/kde.mo
|
||||
share/locale/ro/LC_MESSAGES/kde.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/kde.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/kde.mo
|
||||
share/locale/sk/LC_MESSAGES/kde.mo
|
||||
share/locale/ca/LC_MESSAGES/kde.mo
|
||||
share/locale/en_UK/LC_MESSAGES/kde.mo
|
||||
share/locale/mk/LC_MESSAGES/kde.mo
|
||||
share/locale/eo/LC_MESSAGES/kde.mo
|
||||
share/locale/is/LC_MESSAGES/kde.mo
|
||||
share/locale/tr/LC_MESSAGES/kde.mo
|
||||
share/locale/th/LC_MESSAGES/kde.mo
|
||||
share/locale/he/LC_MESSAGES/kde.mo
|
||||
share/locale/et/LC_MESSAGES/kde.mo
|
||||
share/locale/br/LC_MESSAGES/kde.mo
|
||||
share/locale/da/charset
|
||||
share/locale/de/charset
|
||||
share/locale/es/charset
|
||||
share/locale/fr/charset
|
||||
share/locale/no/charset
|
||||
share/locale/pl/LC_MESSAGES/kde.mo
|
||||
share/locale/pl/charset
|
||||
share/locale/pt/LC_MESSAGES/kde.mo
|
||||
share/locale/pt/charset
|
||||
share/locale/sl/charset
|
||||
share/locale/sv/charset
|
||||
share/locale/cs/charset
|
||||
share/locale/hr/charset
|
||||
share/locale/it/charset
|
||||
share/locale/pt_BR/LC_MESSAGES/kde.mo
|
||||
share/locale/pt_BR/charset
|
||||
share/locale/fi/charset
|
||||
share/locale/ru/charset
|
||||
share/locale/hu/charset
|
||||
share/locale/ro/LC_MESSAGES/kde.mo
|
||||
share/locale/ro/charset
|
||||
share/locale/ru/LC_MESSAGES/kde.mo
|
||||
share/locale/ru/charset
|
||||
share/locale/sk/LC_MESSAGES/kde.mo
|
||||
share/locale/sk/charset
|
||||
share/locale/ca/charset
|
||||
share/locale/eo/charset
|
||||
share/locale/is/charset
|
||||
share/locale/he/charset
|
||||
share/locale/et/charset
|
||||
share/locale/br/charset
|
||||
share/locale/sl/LC_MESSAGES/kde.mo
|
||||
share/locale/sl/charset
|
||||
share/locale/sv/LC_MESSAGES/kde.mo
|
||||
share/locale/sv/charset
|
||||
share/locale/th/LC_MESSAGES/kde.mo
|
||||
share/locale/tr/LC_MESSAGES/kde.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/kde.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/kde.mo
|
||||
share/toolbar/add_point.xpm
|
||||
share/toolbar/airbrush.xpm
|
||||
share/toolbar/back.xpm
|
||||
@ -312,13 +305,14 @@ share/toolbar/viewmag.xpm
|
||||
share/toolbar/viewzoom.xpm
|
||||
@exec ln -sf en %D/share/doc/HTML/default
|
||||
@unexec rm -f %D/share/doc/HTML/default
|
||||
@dirrm share/toolbar
|
||||
@dirrm share/doc/HTML/en/kspell
|
||||
@dirrm share/doc/HTML/en/kfiledialog
|
||||
@dirrm share/doc/HTML/en/kdelibs
|
||||
@dirrm share/apps/khtmlw/pics
|
||||
@dirrm share/apps/khtmlw
|
||||
@dirrm share/apps/kde/pics
|
||||
@dirrm share/apps/kde
|
||||
@dirrm share/apps/kab/pics
|
||||
@dirrm share/apps/kab
|
||||
@dirrm share/apps/kde/pics
|
||||
@dirrm share/apps/kde
|
||||
@dirrm share/apps/khtmlw/pics
|
||||
@dirrm share/apps/khtmlw
|
||||
@dirrm share/doc/HTML/en/kdelibs
|
||||
@dirrm share/doc/HTML/en/kfiledialog
|
||||
@dirrm share/doc/HTML/en/kspell
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/toolbar
|
||||
|
@ -1,316 +0,0 @@
|
||||
include/addressbook.h
|
||||
include/bison2cpp.h
|
||||
include/booktoken.h
|
||||
include/builtin.h
|
||||
include/ckey.h
|
||||
include/configDB.h
|
||||
include/dither.h
|
||||
include/drag.h
|
||||
include/html.h
|
||||
include/htmlclue.h
|
||||
include/htmldata.h
|
||||
include/htmlfont.h
|
||||
include/htmlform.h
|
||||
include/htmlframe.h
|
||||
include/htmliter.h
|
||||
include/htmlobj.h
|
||||
include/htmltable.h
|
||||
include/htmltoken.h
|
||||
include/htmlview.h
|
||||
include/jscript.h
|
||||
include/jserror.h
|
||||
include/jsexec.h
|
||||
include/jstree.h
|
||||
include/kab.h
|
||||
include/kabapi.h
|
||||
include/kaccel.h
|
||||
include/kapp.h
|
||||
include/kaudio.h
|
||||
include/kbutton.h
|
||||
include/kbuttonbox.h
|
||||
include/kcharsets.h
|
||||
include/kckey.h
|
||||
include/kclipboard.h
|
||||
include/kcolorbtn.h
|
||||
include/kcolordlg.h
|
||||
include/kcolorgroup.h
|
||||
include/kcombiview.h
|
||||
include/kcombo.h
|
||||
include/kconfig.h
|
||||
include/kconfigbase.h
|
||||
include/kconfigdata.h
|
||||
include/kcontainer.h
|
||||
include/kcontrol.h
|
||||
include/kcursor.h
|
||||
include/kdatepik.h
|
||||
include/kdatetbl.h
|
||||
include/kdbtn.h
|
||||
include/kde.pot
|
||||
include/kdebug.h
|
||||
include/kdir.h
|
||||
include/kdirlistbox.h
|
||||
include/keditcl.h
|
||||
include/keyvaluemap.h
|
||||
include/kfilebookmark.h
|
||||
include/kfiledetaillist.h
|
||||
include/kfiledialog.h
|
||||
include/kfilefilter.h
|
||||
include/kfileinfo.h
|
||||
include/kfileinfocontents.h
|
||||
include/kfilepreview.h
|
||||
include/kfilesimpleview.h
|
||||
include/kfm.h
|
||||
include/kfmclient_ipc.h
|
||||
include/kfmipc.h
|
||||
include/kfontdialog.h
|
||||
include/kglobalaccel.h
|
||||
include/kiconloader.h
|
||||
include/kiconloaderdialog.h
|
||||
include/kimgio.h
|
||||
include/kintegerline.h
|
||||
include/kkeydialog.h
|
||||
include/kled.h
|
||||
include/kledlamp.h
|
||||
include/klined.h
|
||||
include/klocale.h
|
||||
include/kmenubar.h
|
||||
include/kmisc.h
|
||||
include/kmsgbox.h
|
||||
include/knewpanner.h
|
||||
include/knotebook.h
|
||||
include/kpanner.h
|
||||
include/kpixmap.h
|
||||
include/kpoint.h
|
||||
include/kpopmenu.h
|
||||
include/kpreview.h
|
||||
include/kprocctrl.h
|
||||
include/kprocess.h
|
||||
include/kprocio.h
|
||||
include/kprogress.h
|
||||
include/kquickhelp.h
|
||||
include/krect.h
|
||||
include/kremotefile.h
|
||||
include/krestrictedline.h
|
||||
include/krootprop.h
|
||||
include/kruler.h
|
||||
include/ksconfig.h
|
||||
include/kselect.h
|
||||
include/kseparator.h
|
||||
include/ksimpleconfig.h
|
||||
include/ksize.h
|
||||
include/kslider.h
|
||||
include/ksock.h
|
||||
include/kspell.h
|
||||
include/kspelldlg.h
|
||||
include/kspinbox.h
|
||||
include/kstatusbar.h
|
||||
include/kstdaccel.h
|
||||
include/kstring.h
|
||||
include/ktabbar.h
|
||||
include/ktabctl.h
|
||||
include/ktablistbox.h
|
||||
include/ktmainwindow.h
|
||||
include/ktoolbar.h
|
||||
include/ktoolboxmgr.h
|
||||
include/ktopwidget.h
|
||||
include/ktreelist.h
|
||||
include/kurl.h
|
||||
include/kurllabel.h
|
||||
include/kwizard.h
|
||||
include/kwm.h
|
||||
include/kwmmapp.h
|
||||
include/mediatool.h
|
||||
include/sections.h
|
||||
include/stl_headers.h
|
||||
include/xview.h
|
||||
lib/libjscript.a
|
||||
lib/libjscript.la
|
||||
lib/libkab.a
|
||||
lib/libkab.la
|
||||
lib/libkdecore.a
|
||||
lib/libkdecore.la
|
||||
lib/libkdeui.a
|
||||
lib/libkdeui.la
|
||||
lib/libkfile.a
|
||||
lib/libkfile.la
|
||||
lib/libkfm.a
|
||||
lib/libkfm.la
|
||||
lib/libkhtmlw.a
|
||||
lib/libkhtmlw.la
|
||||
lib/libkimgio.a
|
||||
lib/libkimgio.la
|
||||
lib/libkspell.a
|
||||
lib/libkspell.la
|
||||
lib/libmediatool.a
|
||||
lib/libmediatool.la
|
||||
share/apps/kab/pics/background_1.jpg
|
||||
share/apps/kab/pics/dialog_background.jpg
|
||||
share/apps/kde/pics/arrow_down.xbm
|
||||
share/apps/kde/pics/arrow_left.xbm
|
||||
share/apps/kde/pics/arrow_right.xbm
|
||||
share/apps/kde/pics/arrow_up.xbm
|
||||
share/apps/kde/pics/error.xpm
|
||||
share/apps/kde/pics/exclamation.xpm
|
||||
share/apps/kde/pics/info.xpm
|
||||
share/apps/kde/pics/question.xpm
|
||||
share/apps/kde/pics/stopsign.xpm
|
||||
share/apps/khtmlw/pics/khtmlw_dnd.xpm
|
||||
share/config/charsets
|
||||
share/config/kdebug.areas
|
||||
share/doc/HTML/en/kdelibs/kdebug.html
|
||||
share/doc/HTML/en/kfiledialog/back.gif
|
||||
share/doc/HTML/en/kfiledialog/bottom.gif
|
||||
share/doc/HTML/en/kfiledialog/exec.gif
|
||||
share/doc/HTML/en/kfiledialog/flag.gif
|
||||
share/doc/HTML/en/kfiledialog/forward.gif
|
||||
share/doc/HTML/en/kfiledialog/home.gif
|
||||
share/doc/HTML/en/kfiledialog/idea.gif
|
||||
share/doc/HTML/en/kfiledialog/index.html
|
||||
share/doc/HTML/en/kfiledialog/reload.gif
|
||||
share/doc/HTML/en/kfiledialog/toolbar-h.gif
|
||||
share/doc/HTML/en/kfiledialog/toolbar.gif
|
||||
share/doc/HTML/en/kfiledialog/up.gif
|
||||
share/doc/HTML/en/kfiledialog/viewmag.gif
|
||||
share/doc/HTML/en/kspell/ksconfig.html
|
||||
share/doc/HTML/en/kspell/ksdialog.html
|
||||
share/doc/HTML/en/kspell/kspell.html
|
||||
share/locale/da/LC_MESSAGES/kde.mo
|
||||
share/locale/de/LC_MESSAGES/kde.mo
|
||||
share/locale/es/LC_MESSAGES/kde.mo
|
||||
share/locale/fr/LC_MESSAGES/kde.mo
|
||||
share/locale/ko/LC_MESSAGES/kde.mo
|
||||
share/locale/nl/LC_MESSAGES/kde.mo
|
||||
share/locale/no/LC_MESSAGES/kde.mo
|
||||
share/locale/pl/LC_MESSAGES/kde.mo
|
||||
share/locale/pt/LC_MESSAGES/kde.mo
|
||||
share/locale/sl/LC_MESSAGES/kde.mo
|
||||
share/locale/sv/LC_MESSAGES/kde.mo
|
||||
share/locale/cs/LC_MESSAGES/kde.mo
|
||||
share/locale/hr/LC_MESSAGES/kde.mo
|
||||
share/locale/it/LC_MESSAGES/kde.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kde.mo
|
||||
share/locale/fi/LC_MESSAGES/kde.mo
|
||||
share/locale/ru/LC_MESSAGES/kde.mo
|
||||
share/locale/hu/LC_MESSAGES/kde.mo
|
||||
share/locale/el/LC_MESSAGES/kde.mo
|
||||
share/locale/ro/LC_MESSAGES/kde.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/kde.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/kde.mo
|
||||
share/locale/sk/LC_MESSAGES/kde.mo
|
||||
share/locale/ca/LC_MESSAGES/kde.mo
|
||||
share/locale/en_UK/LC_MESSAGES/kde.mo
|
||||
share/locale/mk/LC_MESSAGES/kde.mo
|
||||
share/locale/eo/LC_MESSAGES/kde.mo
|
||||
share/locale/is/LC_MESSAGES/kde.mo
|
||||
share/locale/tr/LC_MESSAGES/kde.mo
|
||||
share/locale/th/LC_MESSAGES/kde.mo
|
||||
share/locale/he/LC_MESSAGES/kde.mo
|
||||
share/locale/et/LC_MESSAGES/kde.mo
|
||||
share/locale/br/LC_MESSAGES/kde.mo
|
||||
share/locale/ja/LC_MESSAGES/kde.mo
|
||||
share/locale/da/charset
|
||||
share/locale/de/charset
|
||||
share/locale/es/charset
|
||||
share/locale/fr/charset
|
||||
share/locale/no/charset
|
||||
share/locale/pl/charset
|
||||
share/locale/pt/charset
|
||||
share/locale/sl/charset
|
||||
share/locale/sv/charset
|
||||
share/locale/cs/charset
|
||||
share/locale/hr/charset
|
||||
share/locale/it/charset
|
||||
share/locale/pt_BR/charset
|
||||
share/locale/fi/charset
|
||||
share/locale/ru/charset
|
||||
share/locale/hu/charset
|
||||
share/locale/ro/charset
|
||||
share/locale/sk/charset
|
||||
share/locale/ca/charset
|
||||
share/locale/eo/charset
|
||||
share/locale/is/charset
|
||||
share/locale/he/charset
|
||||
share/locale/et/charset
|
||||
share/locale/br/charset
|
||||
share/locale/hs/charset
|
||||
share/toolbar/add_point.xpm
|
||||
share/toolbar/airbrush.xpm
|
||||
share/toolbar/back.xpm
|
||||
share/toolbar/blend.xpm
|
||||
share/toolbar/bottom.xpm
|
||||
share/toolbar/centrejust.xpm
|
||||
share/toolbar/circle_select.xpm
|
||||
share/toolbar/configure.xpm
|
||||
share/toolbar/contents.xpm
|
||||
share/toolbar/context_help.xpm
|
||||
share/toolbar/delete.xpm
|
||||
share/toolbar/down.xpm
|
||||
share/toolbar/droplet.xpm
|
||||
share/toolbar/dropper.xpm
|
||||
share/toolbar/edit_point.xpm
|
||||
share/toolbar/editcopy.xpm
|
||||
share/toolbar/editcut.xpm
|
||||
share/toolbar/editpaste.xpm
|
||||
share/toolbar/eraser.xpm
|
||||
share/toolbar/exclamation.xpm
|
||||
share/toolbar/exit.xpm
|
||||
share/toolbar/filefloppy.xpm
|
||||
share/toolbar/filemail.xpm
|
||||
share/toolbar/filenew.xpm
|
||||
share/toolbar/filenew2.xpm
|
||||
share/toolbar/fileopen.xpm
|
||||
share/toolbar/fileprint.xpm
|
||||
share/toolbar/find.xpm
|
||||
share/toolbar/finish.xpm
|
||||
share/toolbar/flag.xpm
|
||||
share/toolbar/forward.xpm
|
||||
share/toolbar/help.xpm
|
||||
share/toolbar/home.xpm
|
||||
share/toolbar/idea.xpm
|
||||
share/toolbar/knife.xpm
|
||||
share/toolbar/lassoo.xpm
|
||||
share/toolbar/leftjust.xpm
|
||||
share/toolbar/lock.xpm
|
||||
share/toolbar/move.xpm
|
||||
share/toolbar/next.xpm
|
||||
share/toolbar/openbook.xpm
|
||||
share/toolbar/page.xpm
|
||||
share/toolbar/paintbrush.xpm
|
||||
share/toolbar/paintbucket.xpm
|
||||
share/toolbar/pencil.xpm
|
||||
share/toolbar/prev.xpm
|
||||
share/toolbar/print_preview.xpm
|
||||
share/toolbar/rectangle_select.xpm
|
||||
share/toolbar/redo.xpm
|
||||
share/toolbar/reload.xpm
|
||||
share/toolbar/rightjust.xpm
|
||||
share/toolbar/search.xpm
|
||||
share/toolbar/send.xpm
|
||||
share/toolbar/smart_select.xpm
|
||||
share/toolbar/spellcheck.xpm
|
||||
share/toolbar/stamp.xpm
|
||||
share/toolbar/start.xpm
|
||||
share/toolbar/stop.xpm
|
||||
share/toolbar/text.xpm
|
||||
share/toolbar/tick.xpm
|
||||
share/toolbar/top.xpm
|
||||
share/toolbar/transform.xpm
|
||||
share/toolbar/undo.xpm
|
||||
share/toolbar/up.xpm
|
||||
share/toolbar/viewmag+.xpm
|
||||
share/toolbar/viewmag-.xpm
|
||||
share/toolbar/viewmag.xpm
|
||||
share/toolbar/viewzoom.xpm
|
||||
@exec ln -sf en %D/share/doc/HTML/default
|
||||
@unexec rm -f %D/share/doc/HTML/default
|
||||
@dirrm share/toolbar
|
||||
@dirrm share/doc/HTML/en/kspell
|
||||
@dirrm share/doc/HTML/en/kfiledialog
|
||||
@dirrm share/doc/HTML/en/kdelibs
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/apps/khtmlw/pics
|
||||
@dirrm share/apps/khtmlw
|
||||
@dirrm share/apps/kde/pics
|
||||
@dirrm share/apps/kde
|
||||
@dirrm share/apps/kab/pics
|
||||
@dirrm share/apps/kab
|
Loading…
x
Reference in New Issue
Block a user