mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
generic: kde-baseapps has been merged into kde-workspace
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3e780fa416
commit
b025d3e0e6
28 changed files with 50 additions and 1238 deletions
2
build.sh
2
build.sh
|
@ -41,7 +41,7 @@ if [ "$(id -u)" != "0" ];then
|
||||||
sudo="sudo"
|
sudo="sudo"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
packs=("ariya-icons" "kdelibs" "kde-baseapps" "kde-workspace")
|
packs=("ariya-icons" "kdelibs" "kde-workspace")
|
||||||
|
|
||||||
source "$(dirname $0)/fetch.sh"
|
source "$(dirname $0)/fetch.sh"
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ if [ -z "$1" ];then
|
||||||
# git pull --tags
|
# git pull --tags
|
||||||
date="$(git log --tags --simplify-by-decoration --pretty='%ad' --date='short' | head -n1)"
|
date="$(git log --tags --simplify-by-decoration --pretty='%ad' --date='short' | head -n1)"
|
||||||
fi
|
fi
|
||||||
packs=("ariya-icons" "kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps" "kde-l10n")
|
packs=("ariya-icons" "kdelibs" "kde-workspace" "kde-extraapps" "kde-l10n")
|
||||||
cwd="$(pwd)"
|
cwd="$(pwd)"
|
||||||
if [ -z "$date" ];then
|
if [ -z "$date" ];then
|
||||||
echo "Pass a date"
|
echo "Pass a date"
|
||||||
|
|
2
docs.sh
2
docs.sh
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
version="$1"
|
version="$1"
|
||||||
packs=("kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps")
|
packs=("kdelibs" "kde-workspace" "kde-extraapps")
|
||||||
cwd="$(pwd)"
|
cwd="$(pwd)"
|
||||||
|
|
||||||
if ! type -p doxygen;then
|
if ! type -p doxygen;then
|
||||||
|
|
|
@ -856,7 +856,6 @@ WARN_LOGFILE =
|
||||||
|
|
||||||
INPUT = README.md \
|
INPUT = README.md \
|
||||||
kdelibs \
|
kdelibs \
|
||||||
kde-baseapps \
|
|
||||||
kde-workspace \
|
kde-workspace \
|
||||||
kde-extraapps
|
kde-extraapps
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ elif ! type -p sed ;then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
packs=("kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps")
|
packs=("kdelibs" "kde-workspace" "kde-extraapps")
|
||||||
|
|
||||||
source "$(dirname $0)/fetch.sh"
|
source "$(dirname $0)/fetch.sh"
|
||||||
|
|
||||||
|
|
2
grep.sh
2
grep.sh
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
packs=("kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps")
|
packs=("kdelibs" "kde-workspace" "kde-extraapps")
|
||||||
|
|
||||||
for p in "${packs[@]}";do
|
for p in "${packs[@]}";do
|
||||||
echo "Searching $p..."
|
echo "Searching $p..."
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
version="$1"
|
version="$1"
|
||||||
packs=("kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps" "kde-l10n")
|
packs=("kdelibs" "kde-workspace" "kde-extraapps" "kde-l10n")
|
||||||
cwd="$(pwd)"
|
cwd="$(pwd)"
|
||||||
|
|
||||||
source "$(dirname $0)/fetch.sh"
|
source "$(dirname $0)/fetch.sh"
|
||||||
|
|
||||||
packs=("kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps")
|
packs=("kdelibs" "kde-workspace" "kde-extraapps")
|
||||||
|
|
||||||
for p in "${packs[@]}";do
|
for p in "${packs[@]}";do
|
||||||
echo "Updating translations of $p..."
|
echo "Updating translations of $p..."
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
katana-baseapps (4.22.0) unstable; urgency=medium
|
|
||||||
|
|
||||||
* Package update
|
|
||||||
|
|
||||||
-- Ivailo Monev <xakepa10@gmail.com> Thu, 12 May 2022 04:17:36 +0200
|
|
||||||
|
|
||||||
katana-baseapps (4.21.0) stable; urgency=medium
|
|
||||||
|
|
||||||
* Package update
|
|
||||||
|
|
||||||
-- Ivailo Monev <xakepa10@gmail.com> Fri, 13 Aug 2021 07:32:58 +0200
|
|
||||||
|
|
||||||
katana-baseapps (4.20.0) stable; urgency=medium
|
|
||||||
|
|
||||||
* Package update
|
|
||||||
|
|
||||||
-- Ivailo Monev <xakepa10@gmail.com> Wed, 03 Feb 2021 10:33:05 +0000
|
|
||||||
|
|
||||||
katana-baseapps (4.19.0) unstable; urgency=medium
|
|
||||||
|
|
||||||
* Initial package
|
|
||||||
|
|
||||||
-- Ivailo Monev <xakepa10@gmail.com> Sat, 01 Feb 2020 10:33:05 +0000
|
|
|
@ -1 +0,0 @@
|
||||||
10
|
|
|
@ -1,15 +0,0 @@
|
||||||
Source: katana-baseapps
|
|
||||||
Section: x11
|
|
||||||
Priority: optional
|
|
||||||
Maintainer: Ivailo Monev <xakepa10@gmail.com>
|
|
||||||
Homepage: https://github.com/fluxer/kde-baseapps
|
|
||||||
Vcs-Git: git://github.com/fluxer/kde-baseapps.git
|
|
||||||
Vcs-browser: https://github.com/fluxer/kde-baseapps
|
|
||||||
Standards-Version: 4.22.0
|
|
||||||
Build-Depends: debhelper (>= 9~), cmake, katie-dev, katanalibs, sudo
|
|
||||||
|
|
||||||
Package: katana-baseapps
|
|
||||||
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hurd-i386
|
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, xauth, sudo, universal-ctags [linux-any],
|
|
||||||
cppcheck [linux-any], lrzsz, libxml2-utils, locate
|
|
||||||
Description: Katana core applications
|
|
|
@ -1,10 +0,0 @@
|
||||||
#!/usr/bin/make -f
|
|
||||||
|
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
||||||
|
|
||||||
%:
|
|
||||||
dh $@ --parallel
|
|
||||||
|
|
||||||
override_dh_auto_configure:
|
|
||||||
dh_auto_configure -- -Wno-dev \
|
|
||||||
-DENABLE_TESTING=OFF
|
|
|
@ -6,7 +6,7 @@ Homepage: https://github.com/fluxer/kde-extraapps
|
||||||
Vcs-Git: git://github.com/fluxer/kde-extraapps.git
|
Vcs-Git: git://github.com/fluxer/kde-extraapps.git
|
||||||
Vcs-browser: https://github.com/fluxer/kde-extraapps
|
Vcs-browser: https://github.com/fluxer/kde-extraapps
|
||||||
Standards-Version: 4.22.0
|
Standards-Version: 4.22.0
|
||||||
Build-Depends: debhelper (>= 9~), cmake, katie-dev, katana-baseapps,
|
Build-Depends: debhelper (>= 9~), cmake, katie-dev,
|
||||||
katana-workspace, xorg-dev, zlib1g-dev, libacl1-dev, libavcodec-dev,
|
katana-workspace, xorg-dev, zlib1g-dev, libacl1-dev, libavcodec-dev,
|
||||||
libattr1-dev, libarchive-dev, libasound2-dev, libatasmart-dev,
|
libattr1-dev, libarchive-dev, libasound2-dev, libatasmart-dev,
|
||||||
libavformat-dev, libavutil-dev, libblkid-dev, libdjvulibre-dev,
|
libavformat-dev, libavutil-dev, libblkid-dev, libdjvulibre-dev,
|
||||||
|
|
|
@ -7,22 +7,23 @@ Vcs-Git: git://github.com/fluxer/kde-workspace.git
|
||||||
Vcs-browser: https://github.com/fluxer/kde-workspace
|
Vcs-browser: https://github.com/fluxer/kde-workspace
|
||||||
Standards-Version: 4.22.0
|
Standards-Version: 4.22.0
|
||||||
Build-Depends: debhelper (>= 9~), cmake, katie-dev, katanalibs,
|
Build-Depends: debhelper (>= 9~), cmake, katie-dev, katanalibs,
|
||||||
katana-baseapps, xorg-dev, libqalculate-dev, libgphoto2-dev,
|
xorg-dev, libqalculate-dev, libgphoto2-dev, libxxf86vm-dev, libx11-xcb-dev,
|
||||||
libxxf86vm-dev, libx11-xcb-dev, libxcb-composite0-dev, libxcb-damage0-dev,
|
libxcb-composite0-dev, libxcb-damage0-dev, libxcb-xfixes0-dev,
|
||||||
libxcb-xfixes0-dev, libxcb-render0-dev, libxcb-randr0-dev,
|
libxcb-render0-dev, libxcb-randr0-dev, libxcb-shape0-dev, libxcb-sync-dev,
|
||||||
libxcb-shape0-dev, libxcb-sync-dev, libxcb-render-util0-dev,
|
libxcb-render-util0-dev, libxcb-keysyms1-dev, libmtp-dev, libglu1-mesa-dev,
|
||||||
libxcb-keysyms1-dev, libmtp-dev, libglu1-mesa-dev, mesa-common-dev,
|
mesa-common-dev, libusb-1.0-0-dev, libssh-dev, libsmbclient-dev, libdrm-dev,
|
||||||
libusb-1.0-0-dev, libssh-dev, libsmbclient-dev, libdrm-dev,
|
|
||||||
libraw1394-dev [linux-any], libsensors4-dev, libegl-dev, libpci-dev,
|
libraw1394-dev [linux-any], libsensors4-dev, libegl-dev, libpci-dev,
|
||||||
libopenexr-dev, libfreetype6-dev, libfontconfig1-dev, liblzma-dev,
|
libopenexr-dev, libfreetype6-dev, libfontconfig1-dev, liblzma-dev, libbz2-dev,
|
||||||
libbz2-dev, liblightdm-gobject-dev | liblightdm-gobject-1-dev,
|
liblightdm-gobject-dev | liblightdm-gobject-1-dev, libkmod-dev, sudo,
|
||||||
libkmod-dev, libdbusmenu-katie
|
libdbusmenu-katie
|
||||||
|
|
||||||
Package: katana-workspace
|
Package: katana-workspace
|
||||||
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hurd-i386
|
Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hurd-i386
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ariya-icons, gdb | lldb,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ariya-icons, gdb | lldb,
|
||||||
xserver-xorg, x11-xserver-utils, x11-xkb-utils, x11-utils, fonts-dejavu,
|
xserver-xorg, x11-xserver-utils, x11-xkb-utils, x11-utils, fonts-dejavu,
|
||||||
lm-sensors, pciutils, icoutils, dbus-x11, iso-codes, djvulibre-bin, mtools,
|
lm-sensors, pciutils, icoutils, dbus-x11, iso-codes, djvulibre-bin, mtools,
|
||||||
xscreensaver, katie-tools, lightdm, qrencode, cryptsetup-bin [linux-any]
|
xscreensaver, katie-tools, lightdm, qrencode, xauth, sudo, lrzsz,
|
||||||
|
cppcheck [linux-any], universal-ctags [linux-any],
|
||||||
|
locatecryptsetup-bin [linux-any]
|
||||||
Recommends: rar, unrar
|
Recommends: rar, unrar
|
||||||
Description: Katana workspace interface and basic tools
|
Description: Katana workspace interface, base applications and tools
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
# https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/
|
|
||||||
|
|
||||||
PORTNAME = katana-baseapps
|
|
||||||
DISTVERSION = 4.22.0.d20220512
|
|
||||||
CATEGORIES = devel x11
|
|
||||||
MAINTAINER = xakepa10@gmail.com
|
|
||||||
COMMENT = Katana core applications
|
|
||||||
LICENSE = LGPL20 LGPL21
|
|
||||||
LICENSE_COMB = multi
|
|
||||||
|
|
||||||
MASTER_SITES = https://github.com/fluxer/kde-baseapps/archive/
|
|
||||||
DISTFILES = master.tar.gz
|
|
||||||
DIST_SUBDIR = ${PORTNAME}
|
|
||||||
WRKSRC = ${WRKDIR}/kde-baseapps-master
|
|
||||||
|
|
||||||
USES = compiler:c++11-lang pkgconfig cmake desktop-file-utils xorg shebangfix
|
|
||||||
USE_XORG = x11
|
|
||||||
USE_LDCONFIG = yes
|
|
||||||
SHEBANG_FILES = kate/part/syntax/data/generate-php.pl
|
|
||||||
RUN_DEPENDS = xauth:x11/xauth sudo:security/sudo ctags:devel/ctags cppcheck:devel/cppcheck \
|
|
||||||
${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
|
|
||||||
lrz:comms/lrzsz xmllint:textproc/libxml2
|
|
||||||
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs
|
|
||||||
CMAKE_ARGS = -Wno-dev
|
|
||||||
LDFLAGS += -Wl,--as-needed
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,3 +0,0 @@
|
||||||
TIMESTAMP = 1650323855
|
|
||||||
SHA256 (katana-baseapps/master.tar.gz) = 5d0f472e73bc7709400cc7393978e103033e90f5203752e35b2ee96e91788385
|
|
||||||
SIZE (katana-baseapps/master.tar.gz) = 3321251
|
|
|
@ -1,3 +0,0 @@
|
||||||
Katana core applications
|
|
||||||
|
|
||||||
WWW: https://github.com/fluxer/kde-baseapps
|
|
|
@ -1,526 +0,0 @@
|
||||||
bin/dolphin
|
|
||||||
bin/kate
|
|
||||||
bin/kbookmarkmerger
|
|
||||||
bin/kdepasswd
|
|
||||||
bin/kdesudo
|
|
||||||
bin/kdialog
|
|
||||||
bin/keditbookmarks
|
|
||||||
bin/kfind
|
|
||||||
bin/kmediaplayer
|
|
||||||
bin/konsole
|
|
||||||
bin/konsoleprofile
|
|
||||||
include/kate/application.h
|
|
||||||
include/kate/documentmanager.h
|
|
||||||
include/kate/mainwindow.h
|
|
||||||
include/kate/plugin.h
|
|
||||||
include/kate/pluginconfigpageinterface.h
|
|
||||||
include/kate/pluginmanager.h
|
|
||||||
include/kate_export.h
|
|
||||||
include/konq_dndpopupmenuplugin.h
|
|
||||||
include/konq_export.h
|
|
||||||
include/konq_operations.h
|
|
||||||
include/konq_popupmenu.h
|
|
||||||
include/konq_popupmenuplugin.h
|
|
||||||
include/konqmimedata.h
|
|
||||||
include/kversioncontrolplugin.h
|
|
||||||
lib/dolphinpart.so
|
|
||||||
lib/fileviewbazaarplugin.so
|
|
||||||
lib/fileviewdropboxplugin.so
|
|
||||||
lib/fileviewgitplugin.so
|
|
||||||
lib/fileviewhgplugin.so
|
|
||||||
lib/fileviewsvnplugin.so
|
|
||||||
lib/kate_kttsd.so
|
|
||||||
lib/katebacktracebrowserplugin.so
|
|
||||||
lib/katebuildplugin.so
|
|
||||||
lib/katecloseexceptplugin.so
|
|
||||||
lib/katectagsplugin.so
|
|
||||||
lib/katefilebrowserplugin.so
|
|
||||||
lib/katefiletemplates.so
|
|
||||||
lib/katefiletreeplugin.so
|
|
||||||
lib/kategdbplugin.so
|
|
||||||
lib/katekonsoleplugin.so
|
|
||||||
lib/katemailfilesplugin.so
|
|
||||||
lib/kateopenheaderplugin.so
|
|
||||||
lib/katepart.so
|
|
||||||
lib/kateprojectplugin.so
|
|
||||||
lib/katesearchplugin.so
|
|
||||||
lib/katesymbolviewerplugin.so
|
|
||||||
lib/katetabbarextensionplugin.so
|
|
||||||
lib/katetabifyplugin.so
|
|
||||||
lib/katetextfilterplugin.so
|
|
||||||
lib/katexmlcheckplugin.so
|
|
||||||
lib/katexmltoolsplugin.so
|
|
||||||
lib/kcm_dolphingeneral.so
|
|
||||||
lib/kcm_dolphinnavigation.so
|
|
||||||
lib/kcm_dolphinservices.so
|
|
||||||
lib/kcm_dolphinviewmodes.so
|
|
||||||
lib/kcm_kio.so
|
|
||||||
lib/kcm_kurifilt.so
|
|
||||||
lib/kcm_useraccount.so
|
|
||||||
lib/kded_favicons.so
|
|
||||||
lib/kio_filenamesearch.so
|
|
||||||
lib/kmediaplayerpart.so
|
|
||||||
lib/konsolepart.so
|
|
||||||
lib/ktexteditor_autobrace.so
|
|
||||||
lib/ktexteditor_exporter.so
|
|
||||||
lib/ktexteditor_hlselection.so
|
|
||||||
lib/ktexteditor_iconinserter.so
|
|
||||||
lib/ktexteditor_insertfile.so
|
|
||||||
lib/ktexteditor_lumen.so
|
|
||||||
lib/libdolphinprivate.so
|
|
||||||
lib/libdolphinprivate.so.4
|
|
||||||
lib/libdolphinprivate.so.4.22
|
|
||||||
lib/libkateinterfaces.so
|
|
||||||
lib/libkateinterfaces.so.4
|
|
||||||
lib/libkateinterfaces.so.4.22
|
|
||||||
lib/libkatepartinterfaces.so
|
|
||||||
lib/libkatepartinterfaces.so.4
|
|
||||||
lib/libkatepartinterfaces.so.4.22
|
|
||||||
lib/libkbookmarkmodel_private.so
|
|
||||||
lib/libkbookmarkmodel_private.so.4
|
|
||||||
lib/libkbookmarkmodel_private.so.4.22
|
|
||||||
lib/libkonq.so
|
|
||||||
lib/libkonq.so.4
|
|
||||||
lib/libkonq.so.4.22
|
|
||||||
lib/libkonsoleprivate.so
|
|
||||||
lib/plasma_applet_katesession.so
|
|
||||||
share/applications/kde4/dolphin.desktop
|
|
||||||
share/applications/kde4/kate.desktop
|
|
||||||
share/applications/kde4/kdepasswd.desktop
|
|
||||||
share/applications/kde4/keditbookmarks.desktop
|
|
||||||
share/applications/kde4/kfind.desktop
|
|
||||||
share/applications/kde4/kmediaplayer.desktop
|
|
||||||
share/applications/kde4/konsole.desktop
|
|
||||||
share/apps/dolphin/dolphinui.rc
|
|
||||||
share/apps/dolphinpart/dolphinpart.rc
|
|
||||||
share/apps/kate/kateui.rc
|
|
||||||
share/apps/kate/plugins/filetree/ui.rc
|
|
||||||
share/apps/kate/plugins/kate_kttsd/ui.rc
|
|
||||||
share/apps/kate/plugins/katebuild/ui.rc
|
|
||||||
share/apps/kate/plugins/katecloseexceptplugin/ui.rc
|
|
||||||
share/apps/kate/plugins/katectags/ui.rc
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/FindXXX.cmake.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/cppgpl.cpp.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/cppgpl.hh.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.cpp.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.hh.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/docbookchapter.xml.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/html.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/language.xml.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/ui.rc
|
|
||||||
share/apps/kate/plugins/kategdb/ui.rc
|
|
||||||
share/apps/kate/plugins/katekonsole/ui.rc
|
|
||||||
share/apps/kate/plugins/katemailfiles/ui.rc
|
|
||||||
share/apps/kate/plugins/kateopenheader/ui.rc
|
|
||||||
share/apps/kate/plugins/katesearch/ui.rc
|
|
||||||
share/apps/kate/plugins/katesymbolviewer/ui.rc
|
|
||||||
share/apps/kate/plugins/katetabbarextension/ui.rc
|
|
||||||
share/apps/kate/plugins/katetabify/ui.rc
|
|
||||||
share/apps/kate/plugins/katetextfilter/ui.rc
|
|
||||||
share/apps/kate/plugins/katexmlcheck/ui.rc
|
|
||||||
share/apps/kate/plugins/katexmltools/ui.rc
|
|
||||||
share/apps/kate/plugins/project/kateproject.example
|
|
||||||
share/apps/kate/plugins/project/ui.rc
|
|
||||||
share/apps/kate/tips
|
|
||||||
share/apps/katepart/katepartsimpleui.rc
|
|
||||||
share/apps/katepart/katepartui.rc
|
|
||||||
share/apps/katepart/syntax/abap.xml
|
|
||||||
share/apps/katepart/syntax/abc.xml
|
|
||||||
share/apps/katepart/syntax/actionscript.xml
|
|
||||||
share/apps/katepart/syntax/ada.xml
|
|
||||||
share/apps/katepart/syntax/agda.xml
|
|
||||||
share/apps/katepart/syntax/ahdl.xml
|
|
||||||
share/apps/katepart/syntax/ahk.xml
|
|
||||||
share/apps/katepart/syntax/alert.xml
|
|
||||||
share/apps/katepart/syntax/alert_indent.xml
|
|
||||||
share/apps/katepart/syntax/ample.xml
|
|
||||||
share/apps/katepart/syntax/ansforth94.xml
|
|
||||||
share/apps/katepart/syntax/ansic89.xml
|
|
||||||
share/apps/katepart/syntax/ansys.xml
|
|
||||||
share/apps/katepart/syntax/apache.xml
|
|
||||||
share/apps/katepart/syntax/asm-avr.xml
|
|
||||||
share/apps/katepart/syntax/asm-dsp56k.xml
|
|
||||||
share/apps/katepart/syntax/asm-m68k.xml
|
|
||||||
share/apps/katepart/syntax/asm6502.xml
|
|
||||||
share/apps/katepart/syntax/asn1.xml
|
|
||||||
share/apps/katepart/syntax/asp.xml
|
|
||||||
share/apps/katepart/syntax/asterisk.xml
|
|
||||||
share/apps/katepart/syntax/awk.xml
|
|
||||||
share/apps/katepart/syntax/bash.xml
|
|
||||||
share/apps/katepart/syntax/bibtex.xml
|
|
||||||
share/apps/katepart/syntax/bmethod.xml
|
|
||||||
share/apps/katepart/syntax/boo.xml
|
|
||||||
share/apps/katepart/syntax/c.xml
|
|
||||||
share/apps/katepart/syntax/ccss.xml
|
|
||||||
share/apps/katepart/syntax/cg.xml
|
|
||||||
share/apps/katepart/syntax/cgis.xml
|
|
||||||
share/apps/katepart/syntax/changelog.xml
|
|
||||||
share/apps/katepart/syntax/chicken.xml
|
|
||||||
share/apps/katepart/syntax/cisco.xml
|
|
||||||
share/apps/katepart/syntax/clipper.xml
|
|
||||||
share/apps/katepart/syntax/clojure.xml
|
|
||||||
share/apps/katepart/syntax/cmake.xml
|
|
||||||
share/apps/katepart/syntax/coffee.xml
|
|
||||||
share/apps/katepart/syntax/coldfusion.xml
|
|
||||||
share/apps/katepart/syntax/commonlisp.xml
|
|
||||||
share/apps/katepart/syntax/component-pascal.xml
|
|
||||||
share/apps/katepart/syntax/context.xml
|
|
||||||
share/apps/katepart/syntax/cpp.xml
|
|
||||||
share/apps/katepart/syntax/crk.xml
|
|
||||||
share/apps/katepart/syntax/cs.xml
|
|
||||||
share/apps/katepart/syntax/css-php.xml
|
|
||||||
share/apps/katepart/syntax/css.xml
|
|
||||||
share/apps/katepart/syntax/cubescript.xml
|
|
||||||
share/apps/katepart/syntax/cue.xml
|
|
||||||
share/apps/katepart/syntax/curry.xml
|
|
||||||
share/apps/katepart/syntax/d.xml
|
|
||||||
share/apps/katepart/syntax/debianchangelog.xml
|
|
||||||
share/apps/katepart/syntax/debiancontrol.xml
|
|
||||||
share/apps/katepart/syntax/desktop.xml
|
|
||||||
share/apps/katepart/syntax/diff.xml
|
|
||||||
share/apps/katepart/syntax/djangotemplate.xml
|
|
||||||
share/apps/katepart/syntax/dosbat.xml
|
|
||||||
share/apps/katepart/syntax/dot.xml
|
|
||||||
share/apps/katepart/syntax/doxygen.xml
|
|
||||||
share/apps/katepart/syntax/doxygenlua.xml
|
|
||||||
share/apps/katepart/syntax/dtd.xml
|
|
||||||
share/apps/katepart/syntax/e.xml
|
|
||||||
share/apps/katepart/syntax/eiffel.xml
|
|
||||||
share/apps/katepart/syntax/email.xml
|
|
||||||
share/apps/katepart/syntax/erlang.xml
|
|
||||||
share/apps/katepart/syntax/euphoria.xml
|
|
||||||
share/apps/katepart/syntax/fasm.xml
|
|
||||||
share/apps/katepart/syntax/ferite.xml
|
|
||||||
share/apps/katepart/syntax/fgl-4gl.xml
|
|
||||||
share/apps/katepart/syntax/fgl-per.xml
|
|
||||||
share/apps/katepart/syntax/fortran.xml
|
|
||||||
share/apps/katepart/syntax/freebasic.xml
|
|
||||||
share/apps/katepart/syntax/fsharp.xml
|
|
||||||
share/apps/katepart/syntax/fstab.xml
|
|
||||||
share/apps/katepart/syntax/gap.xml
|
|
||||||
share/apps/katepart/syntax/gcc.xml
|
|
||||||
share/apps/katepart/syntax/gdb.xml
|
|
||||||
share/apps/katepart/syntax/gdl.xml
|
|
||||||
share/apps/katepart/syntax/gettext.xml
|
|
||||||
share/apps/katepart/syntax/git-rebase.xml
|
|
||||||
share/apps/katepart/syntax/glosstex.xml
|
|
||||||
share/apps/katepart/syntax/glsl.xml
|
|
||||||
share/apps/katepart/syntax/gnuassembler.xml
|
|
||||||
share/apps/katepart/syntax/gnuplot.xml
|
|
||||||
share/apps/katepart/syntax/go.xml
|
|
||||||
share/apps/katepart/syntax/grammar.xml
|
|
||||||
share/apps/katepart/syntax/haml.xml
|
|
||||||
share/apps/katepart/syntax/haskell.xml
|
|
||||||
share/apps/katepart/syntax/haxe.xml
|
|
||||||
share/apps/katepart/syntax/html-php.xml
|
|
||||||
share/apps/katepart/syntax/html.xml
|
|
||||||
share/apps/katepart/syntax/idconsole.xml
|
|
||||||
share/apps/katepart/syntax/idl.xml
|
|
||||||
share/apps/katepart/syntax/ilerpg.xml
|
|
||||||
share/apps/katepart/syntax/inform.xml
|
|
||||||
share/apps/katepart/syntax/ini.xml
|
|
||||||
share/apps/katepart/syntax/isocpp.xml
|
|
||||||
share/apps/katepart/syntax/jam.xml
|
|
||||||
share/apps/katepart/syntax/java.xml
|
|
||||||
share/apps/katepart/syntax/javadoc.xml
|
|
||||||
share/apps/katepart/syntax/javascript-php.xml
|
|
||||||
share/apps/katepart/syntax/javascript.xml
|
|
||||||
share/apps/katepart/syntax/jira.xml
|
|
||||||
share/apps/katepart/syntax/json.xml
|
|
||||||
share/apps/katepart/syntax/jsp.xml
|
|
||||||
share/apps/katepart/syntax/julia.xml
|
|
||||||
share/apps/katepart/syntax/k.xml
|
|
||||||
share/apps/katepart/syntax/katetemplate.xml
|
|
||||||
share/apps/katepart/syntax/kbasic.xml
|
|
||||||
share/apps/katepart/syntax/kconfig.xml
|
|
||||||
share/apps/katepart/syntax/language.dtd
|
|
||||||
share/apps/katepart/syntax/latex.xml
|
|
||||||
share/apps/katepart/syntax/ld.xml
|
|
||||||
share/apps/katepart/syntax/ldif.xml
|
|
||||||
share/apps/katepart/syntax/less.xml
|
|
||||||
share/apps/katepart/syntax/lex.xml
|
|
||||||
share/apps/katepart/syntax/lilypond.xml
|
|
||||||
share/apps/katepart/syntax/literate-curry.xml
|
|
||||||
share/apps/katepart/syntax/literate-haskell.xml
|
|
||||||
share/apps/katepart/syntax/logtalk.xml
|
|
||||||
share/apps/katepart/syntax/lpc.xml
|
|
||||||
share/apps/katepart/syntax/lsl.xml
|
|
||||||
share/apps/katepart/syntax/lua.xml
|
|
||||||
share/apps/katepart/syntax/m3u.xml
|
|
||||||
share/apps/katepart/syntax/m4.xml
|
|
||||||
share/apps/katepart/syntax/mab.xml
|
|
||||||
share/apps/katepart/syntax/makefile.xml
|
|
||||||
share/apps/katepart/syntax/mako.xml
|
|
||||||
share/apps/katepart/syntax/mandoc.xml
|
|
||||||
share/apps/katepart/syntax/markdown.xml
|
|
||||||
share/apps/katepart/syntax/mason.xml
|
|
||||||
share/apps/katepart/syntax/mathematica.xml
|
|
||||||
share/apps/katepart/syntax/matlab.xml
|
|
||||||
share/apps/katepart/syntax/maxima.xml
|
|
||||||
share/apps/katepart/syntax/mediawiki.xml
|
|
||||||
share/apps/katepart/syntax/mel.xml
|
|
||||||
share/apps/katepart/syntax/mergetagtext.xml
|
|
||||||
share/apps/katepart/syntax/metafont.xml
|
|
||||||
share/apps/katepart/syntax/mips.xml
|
|
||||||
share/apps/katepart/syntax/modelica.xml
|
|
||||||
share/apps/katepart/syntax/modelines.xml
|
|
||||||
share/apps/katepart/syntax/modula-2.xml
|
|
||||||
share/apps/katepart/syntax/monobasic.xml
|
|
||||||
share/apps/katepart/syntax/mup.xml
|
|
||||||
share/apps/katepart/syntax/nagios.xml
|
|
||||||
share/apps/katepart/syntax/nasm.xml
|
|
||||||
share/apps/katepart/syntax/nemerle.xml
|
|
||||||
share/apps/katepart/syntax/nesc.xml
|
|
||||||
share/apps/katepart/syntax/noweb.xml
|
|
||||||
share/apps/katepart/syntax/objectivec.xml
|
|
||||||
share/apps/katepart/syntax/objectivecpp.xml
|
|
||||||
share/apps/katepart/syntax/ocaml.xml
|
|
||||||
share/apps/katepart/syntax/octave.xml
|
|
||||||
share/apps/katepart/syntax/oors.xml
|
|
||||||
share/apps/katepart/syntax/opal.xml
|
|
||||||
share/apps/katepart/syntax/opencl.xml
|
|
||||||
share/apps/katepart/syntax/pango.xml
|
|
||||||
share/apps/katepart/syntax/pascal.xml
|
|
||||||
share/apps/katepart/syntax/perl.xml
|
|
||||||
share/apps/katepart/syntax/pgn.xml
|
|
||||||
share/apps/katepart/syntax/php.xml
|
|
||||||
share/apps/katepart/syntax/picsrc.xml
|
|
||||||
share/apps/katepart/syntax/pig.xml
|
|
||||||
share/apps/katepart/syntax/pike.xml
|
|
||||||
share/apps/katepart/syntax/postscript.xml
|
|
||||||
share/apps/katepart/syntax/povray.xml
|
|
||||||
share/apps/katepart/syntax/ppd.xml
|
|
||||||
share/apps/katepart/syntax/progress.xml
|
|
||||||
share/apps/katepart/syntax/prolog.xml
|
|
||||||
share/apps/katepart/syntax/protobuf.xml
|
|
||||||
share/apps/katepart/syntax/puppet.xml
|
|
||||||
share/apps/katepart/syntax/purebasic.xml
|
|
||||||
share/apps/katepart/syntax/python.xml
|
|
||||||
share/apps/katepart/syntax/q.xml
|
|
||||||
share/apps/katepart/syntax/qmake.xml
|
|
||||||
share/apps/katepart/syntax/qml.xml
|
|
||||||
share/apps/katepart/syntax/r.xml
|
|
||||||
share/apps/katepart/syntax/rapidq.xml
|
|
||||||
share/apps/katepart/syntax/relaxng.xml
|
|
||||||
share/apps/katepart/syntax/relaxngcompact.xml
|
|
||||||
share/apps/katepart/syntax/replicode.xml
|
|
||||||
share/apps/katepart/syntax/rest.xml
|
|
||||||
share/apps/katepart/syntax/rexx.xml
|
|
||||||
share/apps/katepart/syntax/rhtml.xml
|
|
||||||
share/apps/katepart/syntax/rib.xml
|
|
||||||
share/apps/katepart/syntax/roff.xml
|
|
||||||
share/apps/katepart/syntax/rpmspec.xml
|
|
||||||
share/apps/katepart/syntax/rsiidl.xml
|
|
||||||
share/apps/katepart/syntax/ruby.xml
|
|
||||||
share/apps/katepart/syntax/sather.xml
|
|
||||||
share/apps/katepart/syntax/scala.xml
|
|
||||||
share/apps/katepart/syntax/scheme.xml
|
|
||||||
share/apps/katepart/syntax/sci.xml
|
|
||||||
share/apps/katepart/syntax/scss.xml
|
|
||||||
share/apps/katepart/syntax/sed.xml
|
|
||||||
share/apps/katepart/syntax/sgml.xml
|
|
||||||
share/apps/katepart/syntax/sieve.xml
|
|
||||||
share/apps/katepart/syntax/sisu.xml
|
|
||||||
share/apps/katepart/syntax/sml.xml
|
|
||||||
share/apps/katepart/syntax/spice.xml
|
|
||||||
share/apps/katepart/syntax/sql-mysql.xml
|
|
||||||
share/apps/katepart/syntax/sql-postgresql.xml
|
|
||||||
share/apps/katepart/syntax/sql.xml
|
|
||||||
share/apps/katepart/syntax/stata.xml
|
|
||||||
share/apps/katepart/syntax/syntax.template
|
|
||||||
share/apps/katepart/syntax/systemc.xml
|
|
||||||
share/apps/katepart/syntax/systemverilog.xml
|
|
||||||
share/apps/katepart/syntax/tads3.xml
|
|
||||||
share/apps/katepart/syntax/tcl.xml
|
|
||||||
share/apps/katepart/syntax/tcsh.xml
|
|
||||||
share/apps/katepart/syntax/template-toolkit.xml
|
|
||||||
share/apps/katepart/syntax/texinfo.xml
|
|
||||||
share/apps/katepart/syntax/textile.xml
|
|
||||||
share/apps/katepart/syntax/tibasic.xml
|
|
||||||
share/apps/katepart/syntax/txt2tags.xml
|
|
||||||
share/apps/katepart/syntax/uscript.xml
|
|
||||||
share/apps/katepart/syntax/vala.xml
|
|
||||||
share/apps/katepart/syntax/valgrind-suppression.xml
|
|
||||||
share/apps/katepart/syntax/varnish.xml
|
|
||||||
share/apps/katepart/syntax/varnishtest.xml
|
|
||||||
share/apps/katepart/syntax/vcard.xml
|
|
||||||
share/apps/katepart/syntax/velocity.xml
|
|
||||||
share/apps/katepart/syntax/vera.xml
|
|
||||||
share/apps/katepart/syntax/verilog.xml
|
|
||||||
share/apps/katepart/syntax/vhdl.xml
|
|
||||||
share/apps/katepart/syntax/vrml.xml
|
|
||||||
share/apps/katepart/syntax/winehq.xml
|
|
||||||
share/apps/katepart/syntax/wml.xml
|
|
||||||
share/apps/katepart/syntax/xharbour.xml
|
|
||||||
share/apps/katepart/syntax/xml.xml
|
|
||||||
share/apps/katepart/syntax/xmldebug.xml
|
|
||||||
share/apps/katepart/syntax/xorg.xml
|
|
||||||
share/apps/katepart/syntax/xslt.xml
|
|
||||||
share/apps/katepart/syntax/xul.xml
|
|
||||||
share/apps/katepart/syntax/yacas.xml
|
|
||||||
share/apps/katepart/syntax/yacc.xml
|
|
||||||
share/apps/katepart/syntax/yaml.xml
|
|
||||||
share/apps/katepart/syntax/zonnon.xml
|
|
||||||
share/apps/katepart/syntax/zsh.xml
|
|
||||||
share/apps/katexmltools/html4-loose.dtd.xml
|
|
||||||
share/apps/katexmltools/html4-strict.dtd.xml
|
|
||||||
share/apps/katexmltools/kcfg.dtd.xml
|
|
||||||
share/apps/katexmltools/kde-docbook.dtd.xml
|
|
||||||
share/apps/katexmltools/kpartgui.dtd.xml
|
|
||||||
share/apps/katexmltools/language.dtd.xml
|
|
||||||
share/apps/katexmltools/simplify_dtd.xsl
|
|
||||||
share/apps/katexmltools/testcases.xml
|
|
||||||
share/apps/katexmltools/xhtml1-frameset.dtd.xml
|
|
||||||
share/apps/katexmltools/xhtml1-strict.dtd.xml
|
|
||||||
share/apps/katexmltools/xhtml1-transitional.dtd.xml
|
|
||||||
share/apps/katexmltools/xslt-1.0.dtd.xml
|
|
||||||
share/apps/kbookmark/directory_bookmarkbar.desktop
|
|
||||||
share/apps/kdm/pics/users/Blackbox.png
|
|
||||||
share/apps/kdm/pics/users/Green.png
|
|
||||||
share/apps/kdm/pics/users/Happy.png
|
|
||||||
share/apps/kdm/pics/users/Listening.png
|
|
||||||
share/apps/kdm/pics/users/Notme.png
|
|
||||||
share/apps/kdm/pics/users/TV.png
|
|
||||||
share/apps/kdm/pics/users/bomb.png
|
|
||||||
share/apps/keditbookmarks/keditbookmarks-genui.rc
|
|
||||||
share/apps/keditbookmarks/keditbookmarksui.rc
|
|
||||||
share/apps/kmediaplayer/kmediaplayerui.rc
|
|
||||||
share/apps/konsole/BlackOnLightYellow.colorscheme
|
|
||||||
share/apps/konsole/BlackOnRandomLight.colorscheme
|
|
||||||
share/apps/konsole/BlackOnWhite.colorscheme
|
|
||||||
share/apps/konsole/BlueOnBlack.colorscheme
|
|
||||||
share/apps/konsole/DarkPastels.colorscheme
|
|
||||||
share/apps/konsole/GreenOnBlack.colorscheme
|
|
||||||
share/apps/konsole/Linux.colorscheme
|
|
||||||
share/apps/konsole/Oxygen.colorscheme
|
|
||||||
share/apps/konsole/README.KeyTab
|
|
||||||
share/apps/konsole/RedOnBlack.colorscheme
|
|
||||||
share/apps/konsole/Shell.profile
|
|
||||||
share/apps/konsole/Solarized.colorscheme
|
|
||||||
share/apps/konsole/SolarizedLight.colorscheme
|
|
||||||
share/apps/konsole/WhiteOnBlack.colorscheme
|
|
||||||
share/apps/konsole/default.keytab
|
|
||||||
share/apps/konsole/konsole.notifyrc
|
|
||||||
share/apps/konsole/konsoleui.rc
|
|
||||||
share/apps/konsole/linux.keytab
|
|
||||||
share/apps/konsole/partui.rc
|
|
||||||
share/apps/konsole/sessionui.rc
|
|
||||||
share/apps/konsole/solaris.keytab
|
|
||||||
share/apps/ktexteditor_exporter/ktexteditor_exporterui.rc
|
|
||||||
share/apps/ktexteditor_iconinserter/ktexteditor_iconinserterui.rc
|
|
||||||
share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc
|
|
||||||
share/config.kcfg/dolphin_compactmodesettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_detailsmodesettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_directoryviewpropertysettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_generalsettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_iconsmodesettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_versioncontrolsettings.kcfg
|
|
||||||
share/config.kcfg/fileviewgitpluginsettings.kcfg
|
|
||||||
share/config.kcfg/fileviewhgpluginsettings.kcfg
|
|
||||||
share/config.kcfg/fileviewsvnpluginsettings.kcfg
|
|
||||||
share/config.kcfg/kcm_useraccount.kcfg
|
|
||||||
share/config.kcfg/kcm_useraccount_pass.kcfg
|
|
||||||
share/config.kcfg/keditbookmarks.kcfg
|
|
||||||
share/config/katemoderc
|
|
||||||
share/config/katerc
|
|
||||||
share/config/kateschemarc
|
|
||||||
share/config/katesyntaxhighlightingrc
|
|
||||||
share/dbus-1/interfaces/org.kde.FavIcon.xml
|
|
||||||
share/dbus-1/interfaces/org.kde.kdialog.ProgressDialog.xml
|
|
||||||
share/icons/hicolor/128x128/actions/kate.png
|
|
||||||
share/icons/hicolor/16x16/actions/kate.png
|
|
||||||
share/icons/hicolor/16x16/actions/kfind.png
|
|
||||||
share/icons/hicolor/22x22/actions/debug-kategdb.png
|
|
||||||
share/icons/hicolor/22x22/actions/kate.png
|
|
||||||
share/icons/hicolor/22x22/actions/kfind.png
|
|
||||||
share/icons/hicolor/32x32/actions/kate.png
|
|
||||||
share/icons/hicolor/32x32/actions/kfind.png
|
|
||||||
share/icons/hicolor/48x48/actions/kate.png
|
|
||||||
share/icons/hicolor/48x48/actions/kfind.png
|
|
||||||
share/icons/hicolor/64x64/actions/kate.png
|
|
||||||
share/icons/hicolor/64x64/actions/kfind.png
|
|
||||||
share/icons/hicolor/scalable/actions/kate.svgz
|
|
||||||
share/icons/hicolor/scalable/actions/ktexteditorautobrace.svgz
|
|
||||||
share/kde4/services/ServiceMenus/konsolehere.desktop
|
|
||||||
share/kde4/services/ServiceMenus/konsolerun.desktop
|
|
||||||
share/kde4/services/bookmarks.desktop
|
|
||||||
share/kde4/services/dolphinpart.desktop
|
|
||||||
share/kde4/services/ebrowsing.desktop
|
|
||||||
share/kde4/services/filenamesearch.protocol
|
|
||||||
share/kde4/services/fileviewbazaarplugin.desktop
|
|
||||||
share/kde4/services/fileviewdropboxplugin.desktop
|
|
||||||
share/kde4/services/fileviewgitplugin.desktop
|
|
||||||
share/kde4/services/fileviewhgplugin.desktop
|
|
||||||
share/kde4/services/fileviewsvnplugin.desktop
|
|
||||||
share/kde4/services/kate_kttsd.desktop
|
|
||||||
share/kde4/services/katebacktracebrowserplugin.desktop
|
|
||||||
share/kde4/services/katebuildplugin.desktop
|
|
||||||
share/kde4/services/katecloseexceptplugin.desktop
|
|
||||||
share/kde4/services/katectagsplugin.desktop
|
|
||||||
share/kde4/services/katefilebrowserplugin.desktop
|
|
||||||
share/kde4/services/katefiletemplates.desktop
|
|
||||||
share/kde4/services/katefiletreeplugin.desktop
|
|
||||||
share/kde4/services/kategdbplugin.desktop
|
|
||||||
share/kde4/services/katekonsoleplugin.desktop
|
|
||||||
share/kde4/services/katemailfilesplugin.desktop
|
|
||||||
share/kde4/services/kateopenheader.desktop
|
|
||||||
share/kde4/services/katepart.desktop
|
|
||||||
share/kde4/services/kateprojectplugin.desktop
|
|
||||||
share/kde4/services/katesearch.desktop
|
|
||||||
share/kde4/services/katesymbolviewer.desktop
|
|
||||||
share/kde4/services/katetabbarextension.desktop
|
|
||||||
share/kde4/services/katetabifyplugin.desktop
|
|
||||||
share/kde4/services/katetextfilter.desktop
|
|
||||||
share/kde4/services/katexmlcheck.desktop
|
|
||||||
share/kde4/services/katexmltools.desktop
|
|
||||||
share/kde4/services/kcm_useraccount.desktop
|
|
||||||
share/kde4/services/kcmdolphingeneral.desktop
|
|
||||||
share/kde4/services/kcmdolphinnavigation.desktop
|
|
||||||
share/kde4/services/kcmdolphinservices.desktop
|
|
||||||
share/kde4/services/kcmdolphinviewmodes.desktop
|
|
||||||
share/kde4/services/kded/favicons.desktop
|
|
||||||
share/kde4/services/kmediaplayerpart.desktop
|
|
||||||
share/kde4/services/konsolepart.desktop
|
|
||||||
share/kde4/services/ktexteditor_autobrace.desktop
|
|
||||||
share/kde4/services/ktexteditor_autobrace_config.desktop
|
|
||||||
share/kde4/services/ktexteditor_exporter.desktop
|
|
||||||
share/kde4/services/ktexteditor_hlselection.desktop
|
|
||||||
share/kde4/services/ktexteditor_iconinserter.desktop
|
|
||||||
share/kde4/services/ktexteditor_insertfile.desktop
|
|
||||||
share/kde4/services/ktexteditor_lumen.desktop
|
|
||||||
share/kde4/services/netpref.desktop
|
|
||||||
share/kde4/services/plasma-applet-katesession.desktop
|
|
||||||
share/kde4/services/proxy.desktop
|
|
||||||
share/kde4/servicetypes/fileviewversioncontrolplugin.desktop
|
|
||||||
share/kde4/servicetypes/kateplugin.desktop
|
|
||||||
share/kde4/servicetypes/konqdndpopupmenuplugin.desktop
|
|
||||||
share/kde4/servicetypes/konqpopupmenuplugin.desktop
|
|
||||||
share/kde4/servicetypes/terminalemulator.desktop
|
|
||||||
share/templates/.source/CAMERA-Device.desktop
|
|
||||||
share/templates/.source/CDROM-Device.desktop
|
|
||||||
share/templates/.source/CDWRITER-Device.desktop
|
|
||||||
share/templates/.source/DVDROM-Device.desktop
|
|
||||||
share/templates/.source/Floppy.desktop
|
|
||||||
share/templates/.source/HD.desktop
|
|
||||||
share/templates/.source/HTMLFile.html
|
|
||||||
share/templates/.source/MO-Device.desktop
|
|
||||||
share/templates/.source/NFS.desktop
|
|
||||||
share/templates/.source/Program.desktop
|
|
||||||
share/templates/.source/TextFile.txt
|
|
||||||
share/templates/.source/URL.desktop
|
|
||||||
share/templates/.source/ZIP-Device.desktop
|
|
||||||
share/templates/Directory.desktop
|
|
||||||
share/templates/HTMLFile.desktop
|
|
||||||
share/templates/TextFile.desktop
|
|
||||||
share/templates/linkCAMERA.desktop
|
|
||||||
share/templates/linkCDROM.desktop
|
|
||||||
share/templates/linkCDWRITER.desktop
|
|
||||||
share/templates/linkDVDROM.desktop
|
|
||||||
share/templates/linkFloppy.desktop
|
|
||||||
share/templates/linkHD.desktop
|
|
||||||
share/templates/linkMO.desktop
|
|
||||||
share/templates/linkNFS.desktop
|
|
||||||
share/templates/linkPath.desktop
|
|
||||||
share/templates/linkProgram.desktop
|
|
||||||
share/templates/linkURL.desktop
|
|
||||||
share/templates/linkZIP.desktop
|
|
|
@ -28,7 +28,7 @@ RUN_DEPENDS = xfreerdp:net/freerdp xsltproc:textproc/libxslt \
|
||||||
kpsewhich:devel/tex-kpathsea
|
kpsewhich:devel/tex-kpathsea
|
||||||
# zlib and oss are not part of any package
|
# zlib and oss are not part of any package
|
||||||
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
||||||
libkonq.so:katana/katana-baseapps libplasmagenericshell.so:katana/katana-workspace \
|
libplasmagenericshell.so:katana/katana-workspace \
|
||||||
libdbusmenu-katie.so:katana/libdbusmenu-katie libgmp.so:math/gmp \
|
libdbusmenu-katie.so:katana/libdbusmenu-katie libgmp.so:math/gmp \
|
||||||
libexiv2.so:graphics/exiv2 libasound.so:audio/alsa-lib \
|
libexiv2.so:graphics/exiv2 libasound.so:audio/alsa-lib \
|
||||||
libspeechd.so:accessibility/speech-dispatcher libtag.so:audio/taglib \
|
libspeechd.so:accessibility/speech-dispatcher libtag.so:audio/taglib \
|
||||||
|
|
|
@ -4,7 +4,7 @@ PORTNAME = katana-workspace
|
||||||
DISTVERSION = 4.22.0.d20220512
|
DISTVERSION = 4.22.0.d20220512
|
||||||
CATEGORIES = devel x11
|
CATEGORIES = devel x11
|
||||||
MAINTAINER = xakepa10@gmail.com
|
MAINTAINER = xakepa10@gmail.com
|
||||||
COMMENT = Katana workspace interface and basic tools
|
COMMENT = Katana workspace interface, base applications and tools
|
||||||
LICENSE = LGPL20 LGPL21
|
LICENSE = LGPL20 LGPL21
|
||||||
LICENSE_COMB = multi
|
LICENSE_COMB = multi
|
||||||
|
|
||||||
|
@ -13,32 +13,32 @@ DISTFILES = master.tar.gz
|
||||||
DIST_SUBDIR = ${PORTNAME}
|
DIST_SUBDIR = ${PORTNAME}
|
||||||
WRKSRC = ${WRKDIR}/kde-workspace-master
|
WRKSRC = ${WRKDIR}/kde-workspace-master
|
||||||
|
|
||||||
USES = compiler:c++11-lang pkgconfig cmake xorg samba gl desktop-file-utils \
|
USES = compiler:c++11-lang pkgconfig cmake xorg samba gl shebangfix desktop-file-utils \
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
USE_XORG = x11 xinerama xcursor xfixes xrender xtst xdamage xcomposite xres xft xi xau \
|
USE_XORG = x11 xinerama xcursor xfixes xrender xtst xdamage xcomposite xres xft xi xau \
|
||||||
xrandr xext ice sm xcb xxf86vm
|
xrandr xext ice sm xcb xxf86vm
|
||||||
USE_SAMBA = build run
|
USE_SAMBA = build run
|
||||||
USE_GL = gl glu egl
|
USE_GL = gl glu egl
|
||||||
USE_LDCONFIG = yes
|
USE_LDCONFIG = yes
|
||||||
SHEBANG_FILES = kcontrol/kfontinst/dbus/fontinst_x11
|
SHEBANG_FILES = kcontrol/kfontinst/dbus/fontinst_x11 kate/part/syntax/data/generate-php.pl
|
||||||
# lldb and libusb are not part of any package
|
# lldb and libusb are not part of any package
|
||||||
RUN_DEPENDS = ${LOCALBASE}/share/icons/ariya/index.theme:katana/ariya-icons \
|
RUN_DEPENDS = ${LOCALBASE}/share/icons/ariya/index.theme:katana/ariya-icons \
|
||||||
${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
|
${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
|
||||||
Xorg:x11-servers/xorg-server \
|
|
||||||
${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu \
|
${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu \
|
||||||
wrestool:graphics/icoutils ddjvu:graphics/djvulibre xrdb:x11/xrdb xmessage:x11/xmessage \
|
Xorg:x11-servers/xorg-server wrestool:graphics/icoutils ddjvu:graphics/djvulibre \
|
||||||
xprop:x11/xprop xrandr:x11/xrandr setxkbmap:x11/setxkbmap xmodmap:x11/xmodmap \
|
xrdb:x11/xrdb xmessage:x11/xmessage xauth:x11/xauth xprop:x11/xprop xrandr:x11/xrandr \
|
||||||
xsetroot:x11/xsetroot iceauth:x11/iceauth iso-codes>=0:misc/iso-codes \
|
setxkbmap:x11/setxkbmap xmodmap:x11/xmodmap xsetroot:x11/xsetroot iceauth:x11/iceauth \
|
||||||
mtools:emulators/mtools rar:archivers/rar unrar:archivers/unrar \
|
iso-codes>=0:misc/iso-codes mtools:emulators/mtools rar:archivers/rar \
|
||||||
lspci:sysutils/pciutils lightdm:x11/lightdm \
|
unrar:archivers/unrar lspci:sysutils/pciutils lightdm:x11/lightdm \
|
||||||
qrencode:graphics/libqrencode xscreensaver:x11/xscreensaver
|
qrencode:graphics/libqrencode xscreensaver:x11/xscreensaver sudo:security/sudo \
|
||||||
|
ctags:devel/ctags cppcheck:devel/cppcheck lrz:comms/lrzsz
|
||||||
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
||||||
libkonq.so:katana/katana-baseapps libdbusmenu-katie.so:katana/libdbusmenu-katie \
|
libdbusmenu-katie.so:katana/libdbusmenu-katie libfreetype.so:print/freetype2 \
|
||||||
libfreetype.so:print/freetype2 libfontconfig.so:x11-fonts/fontconfig \
|
libfontconfig.so:x11-fonts/fontconfig libxcb-render-util.so:x11/xcb-util-renderutil \
|
||||||
libxcb-render-util.so:x11/xcb-util-renderutil libxcb-keysyms.so:x11/xcb-util-keysyms \
|
libxcb-keysyms.so:x11/xcb-util-keysyms libxkbfile.so:x11/libxkbfile \
|
||||||
libxkbfile.so:x11/libxkbfile libpci.so:devel/libpci libqalculate.so:math/libqalculate \
|
libpci.so:devel/libpci libqalculate.so:math/libqalculate libdrm.so:graphics/libdrm \
|
||||||
libdrm.so:graphics/libdrm libpng.so:graphics/png libOpenEXR.so:graphics/openexr \
|
libpng.so:graphics/png libOpenEXR.so:graphics/openexr libmtp.so:multimedia/libmtp \
|
||||||
libmtp.so:multimedia/libmtp libssh.so:security/libssh libgphoto2.so:graphics/libgphoto2 \
|
libssh.so:security/libssh libgphoto2.so:graphics/libgphoto2 \
|
||||||
liblightdm-gobject-1.so:x11/lightdm
|
liblightdm-gobject-1.so:x11/lightdm
|
||||||
CMAKE_ARGS = -Wno-dev
|
CMAKE_ARGS = -Wno-dev
|
||||||
LDFLAGS += -Wl,--as-needed
|
LDFLAGS += -Wl,--as-needed
|
||||||
|
|
|
@ -5,7 +5,6 @@ COMMENT = Katana Desktop Environment
|
||||||
SUBDIR += ariya-icons
|
SUBDIR += ariya-icons
|
||||||
SUBDIR += libdbusmenu-katie
|
SUBDIR += libdbusmenu-katie
|
||||||
SUBDIR += kdelibs
|
SUBDIR += kdelibs
|
||||||
SUBDIR += kde-baseapps
|
|
||||||
SUBDIR += kde-workspace
|
SUBDIR += kde-workspace
|
||||||
SUBDIR += kde-extraapps
|
SUBDIR += kde-extraapps
|
||||||
|
|
||||||
|
@ -14,8 +13,7 @@ SUBDIR += kde-extraapps
|
||||||
replace:
|
replace:
|
||||||
${RUN} $(MAKE) distclean
|
${RUN} $(MAKE) distclean
|
||||||
${RUN} $(MAKE) makesum
|
${RUN} $(MAKE) makesum
|
||||||
${RUN} for sub in ariya-icons libdbusmenu-katie \
|
${RUN} for sub in ariya-icons libdbusmenu-katie kdelibs kde-workspace kde-extraapps;do \
|
||||||
kdelibs kde-baseapps kde-workspace kde-extraapps;do \
|
|
||||||
$(MAKE) -C $$sub replace; \
|
$(MAKE) -C $$sub replace; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Katana core applications
|
|
|
@ -1,43 +0,0 @@
|
||||||
# $NetBSD$
|
|
||||||
|
|
||||||
# https://wiki.netbsd.org/pkgsrc/intro_to_packaging/
|
|
||||||
# https://www.netbsd.org/docs/pkgsrc/
|
|
||||||
|
|
||||||
DISTNAME = master
|
|
||||||
PKGNAME = kde-baseapps-4.22.0.d20220512
|
|
||||||
CATEGORIES = katana x11
|
|
||||||
MAINTAINER = xakepa10@gmail.com
|
|
||||||
COMMENT = Katana core applications
|
|
||||||
LICENSE = gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
||||||
HOMEPAGE = https://github.com/fluxer/kde-baseapps
|
|
||||||
|
|
||||||
MASTER_SITES = ${MASTER_SITE_GITHUB}/fluxer/kde-baseapps/archive/
|
|
||||||
DIST_SUBDIR = kde-baseapps
|
|
||||||
WRKSRC = ${WRKDIR}/kde-baseapps-${DISTNAME}
|
|
||||||
CONFIGURE_DIRS= ${WRKDIR}/build
|
|
||||||
CMAKE_ARG_PATH= ${WRKSRC}
|
|
||||||
|
|
||||||
USE_CMAKE = yes
|
|
||||||
USE_LANGUAGES = c c++
|
|
||||||
USE_TOOLS = pkg-config nice:run
|
|
||||||
REPLACE_PERL = kate/part/syntax/data/generate-php.pl
|
|
||||||
|
|
||||||
post-extract:
|
|
||||||
${MKDIR} ${WRKDIR}/build
|
|
||||||
|
|
||||||
|
|
||||||
DEPENDS += xauth-[0-9]*:../../x11/xauth
|
|
||||||
DEPENDS += sudo-[0-9]*:../../security/sudo
|
|
||||||
DEPENDS += exctags-[0-9]*:../../devel/exctags
|
|
||||||
DEPENDS += cppcheck-[0-9]*:../../devel/cppcheck
|
|
||||||
# TODO: fails to build on Linux
|
|
||||||
# DEPENDS += lrzsz-[0-9]*:../../comms/lrzsz
|
|
||||||
DEPENDS += libxml2-[0-9]*:../../textproc/libxml2
|
|
||||||
DEPENDS += slocate-[0-9]*:../../sysutils/slocate
|
|
||||||
|
|
||||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
||||||
.include "../../devel/katie/buildlink3.mk"
|
|
||||||
.include "../../katana/kdelibs/buildlink3.mk"
|
|
||||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
||||||
.include "../../x11/libX11/buildlink3.mk"
|
|
||||||
.include "../../mk/bsd.pkg.mk"
|
|
|
@ -1,527 +0,0 @@
|
||||||
@comment $NetBSD$
|
|
||||||
bin/dolphin
|
|
||||||
bin/kate
|
|
||||||
bin/kbookmarkmerger
|
|
||||||
bin/kdepasswd
|
|
||||||
bin/kdesudo
|
|
||||||
bin/kdialog
|
|
||||||
bin/keditbookmarks
|
|
||||||
bin/kfind
|
|
||||||
bin/kmediaplayer
|
|
||||||
bin/konsole
|
|
||||||
bin/konsoleprofile
|
|
||||||
include/kate/application.h
|
|
||||||
include/kate/documentmanager.h
|
|
||||||
include/kate/mainwindow.h
|
|
||||||
include/kate/plugin.h
|
|
||||||
include/kate/pluginconfigpageinterface.h
|
|
||||||
include/kate/pluginmanager.h
|
|
||||||
include/kate_export.h
|
|
||||||
include/konq_dndpopupmenuplugin.h
|
|
||||||
include/konq_export.h
|
|
||||||
include/konq_operations.h
|
|
||||||
include/konq_popupmenu.h
|
|
||||||
include/konq_popupmenuplugin.h
|
|
||||||
include/konqmimedata.h
|
|
||||||
include/kversioncontrolplugin.h
|
|
||||||
lib/dolphinpart.so
|
|
||||||
lib/fileviewbazaarplugin.so
|
|
||||||
lib/fileviewdropboxplugin.so
|
|
||||||
lib/fileviewgitplugin.so
|
|
||||||
lib/fileviewhgplugin.so
|
|
||||||
lib/fileviewsvnplugin.so
|
|
||||||
lib/kate_kttsd.so
|
|
||||||
lib/katebacktracebrowserplugin.so
|
|
||||||
lib/katebuildplugin.so
|
|
||||||
lib/katecloseexceptplugin.so
|
|
||||||
lib/katectagsplugin.so
|
|
||||||
lib/katefilebrowserplugin.so
|
|
||||||
lib/katefiletemplates.so
|
|
||||||
lib/katefiletreeplugin.so
|
|
||||||
lib/kategdbplugin.so
|
|
||||||
lib/katekonsoleplugin.so
|
|
||||||
lib/katemailfilesplugin.so
|
|
||||||
lib/kateopenheaderplugin.so
|
|
||||||
lib/katepart.so
|
|
||||||
lib/kateprojectplugin.so
|
|
||||||
lib/katesearchplugin.so
|
|
||||||
lib/katesymbolviewerplugin.so
|
|
||||||
lib/katetabbarextensionplugin.so
|
|
||||||
lib/katetabifyplugin.so
|
|
||||||
lib/katetextfilterplugin.so
|
|
||||||
lib/katexmlcheckplugin.so
|
|
||||||
lib/katexmltoolsplugin.so
|
|
||||||
lib/kcm_dolphingeneral.so
|
|
||||||
lib/kcm_dolphinnavigation.so
|
|
||||||
lib/kcm_dolphinservices.so
|
|
||||||
lib/kcm_dolphinviewmodes.so
|
|
||||||
lib/kcm_kio.so
|
|
||||||
lib/kcm_kurifilt.so
|
|
||||||
lib/kcm_useraccount.so
|
|
||||||
lib/kded_favicons.so
|
|
||||||
lib/kio_filenamesearch.so
|
|
||||||
lib/kmediaplayerpart.so
|
|
||||||
lib/konsolepart.so
|
|
||||||
lib/ktexteditor_autobrace.so
|
|
||||||
lib/ktexteditor_exporter.so
|
|
||||||
lib/ktexteditor_hlselection.so
|
|
||||||
lib/ktexteditor_iconinserter.so
|
|
||||||
lib/ktexteditor_insertfile.so
|
|
||||||
lib/ktexteditor_lumen.so
|
|
||||||
lib/libdolphinprivate.so
|
|
||||||
lib/libdolphinprivate.so.4
|
|
||||||
lib/libdolphinprivate.so.4.22
|
|
||||||
lib/libkateinterfaces.so
|
|
||||||
lib/libkateinterfaces.so.4
|
|
||||||
lib/libkateinterfaces.so.4.22
|
|
||||||
lib/libkatepartinterfaces.so
|
|
||||||
lib/libkatepartinterfaces.so.4
|
|
||||||
lib/libkatepartinterfaces.so.4.22
|
|
||||||
lib/libkbookmarkmodel_private.so
|
|
||||||
lib/libkbookmarkmodel_private.so.4
|
|
||||||
lib/libkbookmarkmodel_private.so.4.22
|
|
||||||
lib/libkonq.so
|
|
||||||
lib/libkonq.so.4
|
|
||||||
lib/libkonq.so.4.22
|
|
||||||
lib/libkonsoleprivate.so
|
|
||||||
lib/plasma_applet_katesession.so
|
|
||||||
share/applications/kde4/dolphin.desktop
|
|
||||||
share/applications/kde4/kate.desktop
|
|
||||||
share/applications/kde4/kdepasswd.desktop
|
|
||||||
share/applications/kde4/keditbookmarks.desktop
|
|
||||||
share/applications/kde4/kfind.desktop
|
|
||||||
share/applications/kde4/kmediaplayer.desktop
|
|
||||||
share/applications/kde4/konsole.desktop
|
|
||||||
share/apps/dolphin/dolphinui.rc
|
|
||||||
share/apps/dolphinpart/dolphinpart.rc
|
|
||||||
share/apps/kate/kateui.rc
|
|
||||||
share/apps/kate/plugins/filetree/ui.rc
|
|
||||||
share/apps/kate/plugins/kate_kttsd/ui.rc
|
|
||||||
share/apps/kate/plugins/katebuild/ui.rc
|
|
||||||
share/apps/kate/plugins/katecloseexceptplugin/ui.rc
|
|
||||||
share/apps/kate/plugins/katectags/ui.rc
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/FindXXX.cmake.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/cppgpl.cpp.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/cppgpl.hh.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.cpp.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/cpplgpl.hh.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/docbookchapter.xml.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/html.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/templates/language.xml.katetemplate
|
|
||||||
share/apps/kate/plugins/katefiletemplates/ui.rc
|
|
||||||
share/apps/kate/plugins/kategdb/ui.rc
|
|
||||||
share/apps/kate/plugins/katekonsole/ui.rc
|
|
||||||
share/apps/kate/plugins/katemailfiles/ui.rc
|
|
||||||
share/apps/kate/plugins/kateopenheader/ui.rc
|
|
||||||
share/apps/kate/plugins/katesearch/ui.rc
|
|
||||||
share/apps/kate/plugins/katesymbolviewer/ui.rc
|
|
||||||
share/apps/kate/plugins/katetabbarextension/ui.rc
|
|
||||||
share/apps/kate/plugins/katetabify/ui.rc
|
|
||||||
share/apps/kate/plugins/katetextfilter/ui.rc
|
|
||||||
share/apps/kate/plugins/katexmlcheck/ui.rc
|
|
||||||
share/apps/kate/plugins/katexmltools/ui.rc
|
|
||||||
share/apps/kate/plugins/project/kateproject.example
|
|
||||||
share/apps/kate/plugins/project/ui.rc
|
|
||||||
share/apps/kate/tips
|
|
||||||
share/apps/katepart/katepartsimpleui.rc
|
|
||||||
share/apps/katepart/katepartui.rc
|
|
||||||
share/apps/katepart/syntax/abap.xml
|
|
||||||
share/apps/katepart/syntax/abc.xml
|
|
||||||
share/apps/katepart/syntax/actionscript.xml
|
|
||||||
share/apps/katepart/syntax/ada.xml
|
|
||||||
share/apps/katepart/syntax/agda.xml
|
|
||||||
share/apps/katepart/syntax/ahdl.xml
|
|
||||||
share/apps/katepart/syntax/ahk.xml
|
|
||||||
share/apps/katepart/syntax/alert.xml
|
|
||||||
share/apps/katepart/syntax/alert_indent.xml
|
|
||||||
share/apps/katepart/syntax/ample.xml
|
|
||||||
share/apps/katepart/syntax/ansforth94.xml
|
|
||||||
share/apps/katepart/syntax/ansic89.xml
|
|
||||||
share/apps/katepart/syntax/ansys.xml
|
|
||||||
share/apps/katepart/syntax/apache.xml
|
|
||||||
share/apps/katepart/syntax/asm-avr.xml
|
|
||||||
share/apps/katepart/syntax/asm-dsp56k.xml
|
|
||||||
share/apps/katepart/syntax/asm-m68k.xml
|
|
||||||
share/apps/katepart/syntax/asm6502.xml
|
|
||||||
share/apps/katepart/syntax/asn1.xml
|
|
||||||
share/apps/katepart/syntax/asp.xml
|
|
||||||
share/apps/katepart/syntax/asterisk.xml
|
|
||||||
share/apps/katepart/syntax/awk.xml
|
|
||||||
share/apps/katepart/syntax/bash.xml
|
|
||||||
share/apps/katepart/syntax/bibtex.xml
|
|
||||||
share/apps/katepart/syntax/bmethod.xml
|
|
||||||
share/apps/katepart/syntax/boo.xml
|
|
||||||
share/apps/katepart/syntax/c.xml
|
|
||||||
share/apps/katepart/syntax/ccss.xml
|
|
||||||
share/apps/katepart/syntax/cg.xml
|
|
||||||
share/apps/katepart/syntax/cgis.xml
|
|
||||||
share/apps/katepart/syntax/changelog.xml
|
|
||||||
share/apps/katepart/syntax/chicken.xml
|
|
||||||
share/apps/katepart/syntax/cisco.xml
|
|
||||||
share/apps/katepart/syntax/clipper.xml
|
|
||||||
share/apps/katepart/syntax/clojure.xml
|
|
||||||
share/apps/katepart/syntax/cmake.xml
|
|
||||||
share/apps/katepart/syntax/coffee.xml
|
|
||||||
share/apps/katepart/syntax/coldfusion.xml
|
|
||||||
share/apps/katepart/syntax/commonlisp.xml
|
|
||||||
share/apps/katepart/syntax/component-pascal.xml
|
|
||||||
share/apps/katepart/syntax/context.xml
|
|
||||||
share/apps/katepart/syntax/cpp.xml
|
|
||||||
share/apps/katepart/syntax/crk.xml
|
|
||||||
share/apps/katepart/syntax/cs.xml
|
|
||||||
share/apps/katepart/syntax/css-php.xml
|
|
||||||
share/apps/katepart/syntax/css.xml
|
|
||||||
share/apps/katepart/syntax/cubescript.xml
|
|
||||||
share/apps/katepart/syntax/cue.xml
|
|
||||||
share/apps/katepart/syntax/curry.xml
|
|
||||||
share/apps/katepart/syntax/d.xml
|
|
||||||
share/apps/katepart/syntax/debianchangelog.xml
|
|
||||||
share/apps/katepart/syntax/debiancontrol.xml
|
|
||||||
share/apps/katepart/syntax/desktop.xml
|
|
||||||
share/apps/katepart/syntax/diff.xml
|
|
||||||
share/apps/katepart/syntax/djangotemplate.xml
|
|
||||||
share/apps/katepart/syntax/dosbat.xml
|
|
||||||
share/apps/katepart/syntax/dot.xml
|
|
||||||
share/apps/katepart/syntax/doxygen.xml
|
|
||||||
share/apps/katepart/syntax/doxygenlua.xml
|
|
||||||
share/apps/katepart/syntax/dtd.xml
|
|
||||||
share/apps/katepart/syntax/e.xml
|
|
||||||
share/apps/katepart/syntax/eiffel.xml
|
|
||||||
share/apps/katepart/syntax/email.xml
|
|
||||||
share/apps/katepart/syntax/erlang.xml
|
|
||||||
share/apps/katepart/syntax/euphoria.xml
|
|
||||||
share/apps/katepart/syntax/fasm.xml
|
|
||||||
share/apps/katepart/syntax/ferite.xml
|
|
||||||
share/apps/katepart/syntax/fgl-4gl.xml
|
|
||||||
share/apps/katepart/syntax/fgl-per.xml
|
|
||||||
share/apps/katepart/syntax/fortran.xml
|
|
||||||
share/apps/katepart/syntax/freebasic.xml
|
|
||||||
share/apps/katepart/syntax/fsharp.xml
|
|
||||||
share/apps/katepart/syntax/fstab.xml
|
|
||||||
share/apps/katepart/syntax/gap.xml
|
|
||||||
share/apps/katepart/syntax/gcc.xml
|
|
||||||
share/apps/katepart/syntax/gdb.xml
|
|
||||||
share/apps/katepart/syntax/gdl.xml
|
|
||||||
share/apps/katepart/syntax/gettext.xml
|
|
||||||
share/apps/katepart/syntax/git-rebase.xml
|
|
||||||
share/apps/katepart/syntax/glosstex.xml
|
|
||||||
share/apps/katepart/syntax/glsl.xml
|
|
||||||
share/apps/katepart/syntax/gnuassembler.xml
|
|
||||||
share/apps/katepart/syntax/gnuplot.xml
|
|
||||||
share/apps/katepart/syntax/go.xml
|
|
||||||
share/apps/katepart/syntax/grammar.xml
|
|
||||||
share/apps/katepart/syntax/haml.xml
|
|
||||||
share/apps/katepart/syntax/haskell.xml
|
|
||||||
share/apps/katepart/syntax/haxe.xml
|
|
||||||
share/apps/katepart/syntax/html-php.xml
|
|
||||||
share/apps/katepart/syntax/html.xml
|
|
||||||
share/apps/katepart/syntax/idconsole.xml
|
|
||||||
share/apps/katepart/syntax/idl.xml
|
|
||||||
share/apps/katepart/syntax/ilerpg.xml
|
|
||||||
share/apps/katepart/syntax/inform.xml
|
|
||||||
share/apps/katepart/syntax/ini.xml
|
|
||||||
share/apps/katepart/syntax/isocpp.xml
|
|
||||||
share/apps/katepart/syntax/jam.xml
|
|
||||||
share/apps/katepart/syntax/java.xml
|
|
||||||
share/apps/katepart/syntax/javadoc.xml
|
|
||||||
share/apps/katepart/syntax/javascript-php.xml
|
|
||||||
share/apps/katepart/syntax/javascript.xml
|
|
||||||
share/apps/katepart/syntax/jira.xml
|
|
||||||
share/apps/katepart/syntax/json.xml
|
|
||||||
share/apps/katepart/syntax/jsp.xml
|
|
||||||
share/apps/katepart/syntax/julia.xml
|
|
||||||
share/apps/katepart/syntax/k.xml
|
|
||||||
share/apps/katepart/syntax/katetemplate.xml
|
|
||||||
share/apps/katepart/syntax/kbasic.xml
|
|
||||||
share/apps/katepart/syntax/kconfig.xml
|
|
||||||
share/apps/katepart/syntax/language.dtd
|
|
||||||
share/apps/katepart/syntax/latex.xml
|
|
||||||
share/apps/katepart/syntax/ld.xml
|
|
||||||
share/apps/katepart/syntax/ldif.xml
|
|
||||||
share/apps/katepart/syntax/less.xml
|
|
||||||
share/apps/katepart/syntax/lex.xml
|
|
||||||
share/apps/katepart/syntax/lilypond.xml
|
|
||||||
share/apps/katepart/syntax/literate-curry.xml
|
|
||||||
share/apps/katepart/syntax/literate-haskell.xml
|
|
||||||
share/apps/katepart/syntax/logtalk.xml
|
|
||||||
share/apps/katepart/syntax/lpc.xml
|
|
||||||
share/apps/katepart/syntax/lsl.xml
|
|
||||||
share/apps/katepart/syntax/lua.xml
|
|
||||||
share/apps/katepart/syntax/m3u.xml
|
|
||||||
share/apps/katepart/syntax/m4.xml
|
|
||||||
share/apps/katepart/syntax/mab.xml
|
|
||||||
share/apps/katepart/syntax/makefile.xml
|
|
||||||
share/apps/katepart/syntax/mako.xml
|
|
||||||
share/apps/katepart/syntax/mandoc.xml
|
|
||||||
share/apps/katepart/syntax/markdown.xml
|
|
||||||
share/apps/katepart/syntax/mason.xml
|
|
||||||
share/apps/katepart/syntax/mathematica.xml
|
|
||||||
share/apps/katepart/syntax/matlab.xml
|
|
||||||
share/apps/katepart/syntax/maxima.xml
|
|
||||||
share/apps/katepart/syntax/mediawiki.xml
|
|
||||||
share/apps/katepart/syntax/mel.xml
|
|
||||||
share/apps/katepart/syntax/mergetagtext.xml
|
|
||||||
share/apps/katepart/syntax/metafont.xml
|
|
||||||
share/apps/katepart/syntax/mips.xml
|
|
||||||
share/apps/katepart/syntax/modelica.xml
|
|
||||||
share/apps/katepart/syntax/modelines.xml
|
|
||||||
share/apps/katepart/syntax/modula-2.xml
|
|
||||||
share/apps/katepart/syntax/monobasic.xml
|
|
||||||
share/apps/katepart/syntax/mup.xml
|
|
||||||
share/apps/katepart/syntax/nagios.xml
|
|
||||||
share/apps/katepart/syntax/nasm.xml
|
|
||||||
share/apps/katepart/syntax/nemerle.xml
|
|
||||||
share/apps/katepart/syntax/nesc.xml
|
|
||||||
share/apps/katepart/syntax/noweb.xml
|
|
||||||
share/apps/katepart/syntax/objectivec.xml
|
|
||||||
share/apps/katepart/syntax/objectivecpp.xml
|
|
||||||
share/apps/katepart/syntax/ocaml.xml
|
|
||||||
share/apps/katepart/syntax/octave.xml
|
|
||||||
share/apps/katepart/syntax/oors.xml
|
|
||||||
share/apps/katepart/syntax/opal.xml
|
|
||||||
share/apps/katepart/syntax/opencl.xml
|
|
||||||
share/apps/katepart/syntax/pango.xml
|
|
||||||
share/apps/katepart/syntax/pascal.xml
|
|
||||||
share/apps/katepart/syntax/perl.xml
|
|
||||||
share/apps/katepart/syntax/pgn.xml
|
|
||||||
share/apps/katepart/syntax/php.xml
|
|
||||||
share/apps/katepart/syntax/picsrc.xml
|
|
||||||
share/apps/katepart/syntax/pig.xml
|
|
||||||
share/apps/katepart/syntax/pike.xml
|
|
||||||
share/apps/katepart/syntax/postscript.xml
|
|
||||||
share/apps/katepart/syntax/povray.xml
|
|
||||||
share/apps/katepart/syntax/ppd.xml
|
|
||||||
share/apps/katepart/syntax/progress.xml
|
|
||||||
share/apps/katepart/syntax/prolog.xml
|
|
||||||
share/apps/katepart/syntax/protobuf.xml
|
|
||||||
share/apps/katepart/syntax/puppet.xml
|
|
||||||
share/apps/katepart/syntax/purebasic.xml
|
|
||||||
share/apps/katepart/syntax/python.xml
|
|
||||||
share/apps/katepart/syntax/q.xml
|
|
||||||
share/apps/katepart/syntax/qmake.xml
|
|
||||||
share/apps/katepart/syntax/qml.xml
|
|
||||||
share/apps/katepart/syntax/r.xml
|
|
||||||
share/apps/katepart/syntax/rapidq.xml
|
|
||||||
share/apps/katepart/syntax/relaxng.xml
|
|
||||||
share/apps/katepart/syntax/relaxngcompact.xml
|
|
||||||
share/apps/katepart/syntax/replicode.xml
|
|
||||||
share/apps/katepart/syntax/rest.xml
|
|
||||||
share/apps/katepart/syntax/rexx.xml
|
|
||||||
share/apps/katepart/syntax/rhtml.xml
|
|
||||||
share/apps/katepart/syntax/rib.xml
|
|
||||||
share/apps/katepart/syntax/roff.xml
|
|
||||||
share/apps/katepart/syntax/rpmspec.xml
|
|
||||||
share/apps/katepart/syntax/rsiidl.xml
|
|
||||||
share/apps/katepart/syntax/ruby.xml
|
|
||||||
share/apps/katepart/syntax/sather.xml
|
|
||||||
share/apps/katepart/syntax/scala.xml
|
|
||||||
share/apps/katepart/syntax/scheme.xml
|
|
||||||
share/apps/katepart/syntax/sci.xml
|
|
||||||
share/apps/katepart/syntax/scss.xml
|
|
||||||
share/apps/katepart/syntax/sed.xml
|
|
||||||
share/apps/katepart/syntax/sgml.xml
|
|
||||||
share/apps/katepart/syntax/sieve.xml
|
|
||||||
share/apps/katepart/syntax/sisu.xml
|
|
||||||
share/apps/katepart/syntax/sml.xml
|
|
||||||
share/apps/katepart/syntax/spice.xml
|
|
||||||
share/apps/katepart/syntax/sql-mysql.xml
|
|
||||||
share/apps/katepart/syntax/sql-postgresql.xml
|
|
||||||
share/apps/katepart/syntax/sql.xml
|
|
||||||
share/apps/katepart/syntax/stata.xml
|
|
||||||
share/apps/katepart/syntax/syntax.template
|
|
||||||
share/apps/katepart/syntax/systemc.xml
|
|
||||||
share/apps/katepart/syntax/systemverilog.xml
|
|
||||||
share/apps/katepart/syntax/tads3.xml
|
|
||||||
share/apps/katepart/syntax/tcl.xml
|
|
||||||
share/apps/katepart/syntax/tcsh.xml
|
|
||||||
share/apps/katepart/syntax/template-toolkit.xml
|
|
||||||
share/apps/katepart/syntax/texinfo.xml
|
|
||||||
share/apps/katepart/syntax/textile.xml
|
|
||||||
share/apps/katepart/syntax/tibasic.xml
|
|
||||||
share/apps/katepart/syntax/txt2tags.xml
|
|
||||||
share/apps/katepart/syntax/uscript.xml
|
|
||||||
share/apps/katepart/syntax/vala.xml
|
|
||||||
share/apps/katepart/syntax/valgrind-suppression.xml
|
|
||||||
share/apps/katepart/syntax/varnish.xml
|
|
||||||
share/apps/katepart/syntax/varnishtest.xml
|
|
||||||
share/apps/katepart/syntax/vcard.xml
|
|
||||||
share/apps/katepart/syntax/velocity.xml
|
|
||||||
share/apps/katepart/syntax/vera.xml
|
|
||||||
share/apps/katepart/syntax/verilog.xml
|
|
||||||
share/apps/katepart/syntax/vhdl.xml
|
|
||||||
share/apps/katepart/syntax/vrml.xml
|
|
||||||
share/apps/katepart/syntax/winehq.xml
|
|
||||||
share/apps/katepart/syntax/wml.xml
|
|
||||||
share/apps/katepart/syntax/xharbour.xml
|
|
||||||
share/apps/katepart/syntax/xml.xml
|
|
||||||
share/apps/katepart/syntax/xmldebug.xml
|
|
||||||
share/apps/katepart/syntax/xorg.xml
|
|
||||||
share/apps/katepart/syntax/xslt.xml
|
|
||||||
share/apps/katepart/syntax/xul.xml
|
|
||||||
share/apps/katepart/syntax/yacas.xml
|
|
||||||
share/apps/katepart/syntax/yacc.xml
|
|
||||||
share/apps/katepart/syntax/yaml.xml
|
|
||||||
share/apps/katepart/syntax/zonnon.xml
|
|
||||||
share/apps/katepart/syntax/zsh.xml
|
|
||||||
share/apps/katexmltools/html4-loose.dtd.xml
|
|
||||||
share/apps/katexmltools/html4-strict.dtd.xml
|
|
||||||
share/apps/katexmltools/kcfg.dtd.xml
|
|
||||||
share/apps/katexmltools/kde-docbook.dtd.xml
|
|
||||||
share/apps/katexmltools/kpartgui.dtd.xml
|
|
||||||
share/apps/katexmltools/language.dtd.xml
|
|
||||||
share/apps/katexmltools/simplify_dtd.xsl
|
|
||||||
share/apps/katexmltools/testcases.xml
|
|
||||||
share/apps/katexmltools/xhtml1-frameset.dtd.xml
|
|
||||||
share/apps/katexmltools/xhtml1-strict.dtd.xml
|
|
||||||
share/apps/katexmltools/xhtml1-transitional.dtd.xml
|
|
||||||
share/apps/katexmltools/xslt-1.0.dtd.xml
|
|
||||||
share/apps/kbookmark/directory_bookmarkbar.desktop
|
|
||||||
share/apps/kdm/pics/users/Blackbox.png
|
|
||||||
share/apps/kdm/pics/users/Green.png
|
|
||||||
share/apps/kdm/pics/users/Happy.png
|
|
||||||
share/apps/kdm/pics/users/Listening.png
|
|
||||||
share/apps/kdm/pics/users/Notme.png
|
|
||||||
share/apps/kdm/pics/users/TV.png
|
|
||||||
share/apps/kdm/pics/users/bomb.png
|
|
||||||
share/apps/keditbookmarks/keditbookmarks-genui.rc
|
|
||||||
share/apps/keditbookmarks/keditbookmarksui.rc
|
|
||||||
share/apps/kmediaplayer/kmediaplayerui.rc
|
|
||||||
share/apps/konsole/BlackOnLightYellow.colorscheme
|
|
||||||
share/apps/konsole/BlackOnRandomLight.colorscheme
|
|
||||||
share/apps/konsole/BlackOnWhite.colorscheme
|
|
||||||
share/apps/konsole/BlueOnBlack.colorscheme
|
|
||||||
share/apps/konsole/DarkPastels.colorscheme
|
|
||||||
share/apps/konsole/GreenOnBlack.colorscheme
|
|
||||||
share/apps/konsole/Linux.colorscheme
|
|
||||||
share/apps/konsole/Oxygen.colorscheme
|
|
||||||
share/apps/konsole/README.KeyTab
|
|
||||||
share/apps/konsole/RedOnBlack.colorscheme
|
|
||||||
share/apps/konsole/Shell.profile
|
|
||||||
share/apps/konsole/Solarized.colorscheme
|
|
||||||
share/apps/konsole/SolarizedLight.colorscheme
|
|
||||||
share/apps/konsole/WhiteOnBlack.colorscheme
|
|
||||||
share/apps/konsole/default.keytab
|
|
||||||
share/apps/konsole/konsole.notifyrc
|
|
||||||
share/apps/konsole/konsoleui.rc
|
|
||||||
share/apps/konsole/linux.keytab
|
|
||||||
share/apps/konsole/partui.rc
|
|
||||||
share/apps/konsole/sessionui.rc
|
|
||||||
share/apps/konsole/solaris.keytab
|
|
||||||
share/apps/ktexteditor_exporter/ktexteditor_exporterui.rc
|
|
||||||
share/apps/ktexteditor_iconinserter/ktexteditor_iconinserterui.rc
|
|
||||||
share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc
|
|
||||||
share/config.kcfg/dolphin_compactmodesettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_detailsmodesettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_directoryviewpropertysettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_generalsettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_iconsmodesettings.kcfg
|
|
||||||
share/config.kcfg/dolphin_versioncontrolsettings.kcfg
|
|
||||||
share/config.kcfg/fileviewgitpluginsettings.kcfg
|
|
||||||
share/config.kcfg/fileviewhgpluginsettings.kcfg
|
|
||||||
share/config.kcfg/fileviewsvnpluginsettings.kcfg
|
|
||||||
share/config.kcfg/kcm_useraccount.kcfg
|
|
||||||
share/config.kcfg/kcm_useraccount_pass.kcfg
|
|
||||||
share/config.kcfg/keditbookmarks.kcfg
|
|
||||||
share/config/katemoderc
|
|
||||||
share/config/katerc
|
|
||||||
share/config/kateschemarc
|
|
||||||
share/config/katesyntaxhighlightingrc
|
|
||||||
share/dbus-1/interfaces/org.kde.FavIcon.xml
|
|
||||||
share/dbus-1/interfaces/org.kde.kdialog.ProgressDialog.xml
|
|
||||||
share/icons/hicolor/128x128/actions/kate.png
|
|
||||||
share/icons/hicolor/16x16/actions/kate.png
|
|
||||||
share/icons/hicolor/16x16/actions/kfind.png
|
|
||||||
share/icons/hicolor/22x22/actions/debug-kategdb.png
|
|
||||||
share/icons/hicolor/22x22/actions/kate.png
|
|
||||||
share/icons/hicolor/22x22/actions/kfind.png
|
|
||||||
share/icons/hicolor/32x32/actions/kate.png
|
|
||||||
share/icons/hicolor/32x32/actions/kfind.png
|
|
||||||
share/icons/hicolor/48x48/actions/kate.png
|
|
||||||
share/icons/hicolor/48x48/actions/kfind.png
|
|
||||||
share/icons/hicolor/64x64/actions/kate.png
|
|
||||||
share/icons/hicolor/64x64/actions/kfind.png
|
|
||||||
share/icons/hicolor/scalable/actions/kate.svgz
|
|
||||||
share/icons/hicolor/scalable/actions/ktexteditorautobrace.svgz
|
|
||||||
share/kde4/services/ServiceMenus/konsolehere.desktop
|
|
||||||
share/kde4/services/ServiceMenus/konsolerun.desktop
|
|
||||||
share/kde4/services/bookmarks.desktop
|
|
||||||
share/kde4/services/dolphinpart.desktop
|
|
||||||
share/kde4/services/ebrowsing.desktop
|
|
||||||
share/kde4/services/filenamesearch.protocol
|
|
||||||
share/kde4/services/fileviewbazaarplugin.desktop
|
|
||||||
share/kde4/services/fileviewdropboxplugin.desktop
|
|
||||||
share/kde4/services/fileviewgitplugin.desktop
|
|
||||||
share/kde4/services/fileviewhgplugin.desktop
|
|
||||||
share/kde4/services/fileviewsvnplugin.desktop
|
|
||||||
share/kde4/services/kate_kttsd.desktop
|
|
||||||
share/kde4/services/katebacktracebrowserplugin.desktop
|
|
||||||
share/kde4/services/katebuildplugin.desktop
|
|
||||||
share/kde4/services/katecloseexceptplugin.desktop
|
|
||||||
share/kde4/services/katectagsplugin.desktop
|
|
||||||
share/kde4/services/katefilebrowserplugin.desktop
|
|
||||||
share/kde4/services/katefiletemplates.desktop
|
|
||||||
share/kde4/services/katefiletreeplugin.desktop
|
|
||||||
share/kde4/services/kategdbplugin.desktop
|
|
||||||
share/kde4/services/katekonsoleplugin.desktop
|
|
||||||
share/kde4/services/katemailfilesplugin.desktop
|
|
||||||
share/kde4/services/kateopenheader.desktop
|
|
||||||
share/kde4/services/katepart.desktop
|
|
||||||
share/kde4/services/kateprojectplugin.desktop
|
|
||||||
share/kde4/services/katesearch.desktop
|
|
||||||
share/kde4/services/katesymbolviewer.desktop
|
|
||||||
share/kde4/services/katetabbarextension.desktop
|
|
||||||
share/kde4/services/katetabifyplugin.desktop
|
|
||||||
share/kde4/services/katetextfilter.desktop
|
|
||||||
share/kde4/services/katexmlcheck.desktop
|
|
||||||
share/kde4/services/katexmltools.desktop
|
|
||||||
share/kde4/services/kcm_useraccount.desktop
|
|
||||||
share/kde4/services/kcmdolphingeneral.desktop
|
|
||||||
share/kde4/services/kcmdolphinnavigation.desktop
|
|
||||||
share/kde4/services/kcmdolphinservices.desktop
|
|
||||||
share/kde4/services/kcmdolphinviewmodes.desktop
|
|
||||||
share/kde4/services/kded/favicons.desktop
|
|
||||||
share/kde4/services/kmediaplayerpart.desktop
|
|
||||||
share/kde4/services/konsolepart.desktop
|
|
||||||
share/kde4/services/ktexteditor_autobrace.desktop
|
|
||||||
share/kde4/services/ktexteditor_autobrace_config.desktop
|
|
||||||
share/kde4/services/ktexteditor_exporter.desktop
|
|
||||||
share/kde4/services/ktexteditor_hlselection.desktop
|
|
||||||
share/kde4/services/ktexteditor_iconinserter.desktop
|
|
||||||
share/kde4/services/ktexteditor_insertfile.desktop
|
|
||||||
share/kde4/services/ktexteditor_lumen.desktop
|
|
||||||
share/kde4/services/netpref.desktop
|
|
||||||
share/kde4/services/plasma-applet-katesession.desktop
|
|
||||||
share/kde4/services/proxy.desktop
|
|
||||||
share/kde4/servicetypes/fileviewversioncontrolplugin.desktop
|
|
||||||
share/kde4/servicetypes/kateplugin.desktop
|
|
||||||
share/kde4/servicetypes/konqdndpopupmenuplugin.desktop
|
|
||||||
share/kde4/servicetypes/konqpopupmenuplugin.desktop
|
|
||||||
share/kde4/servicetypes/terminalemulator.desktop
|
|
||||||
share/templates/.source/CAMERA-Device.desktop
|
|
||||||
share/templates/.source/CDROM-Device.desktop
|
|
||||||
share/templates/.source/CDWRITER-Device.desktop
|
|
||||||
share/templates/.source/DVDROM-Device.desktop
|
|
||||||
share/templates/.source/Floppy.desktop
|
|
||||||
share/templates/.source/HD.desktop
|
|
||||||
share/templates/.source/HTMLFile.html
|
|
||||||
share/templates/.source/MO-Device.desktop
|
|
||||||
share/templates/.source/NFS.desktop
|
|
||||||
share/templates/.source/Program.desktop
|
|
||||||
share/templates/.source/TextFile.txt
|
|
||||||
share/templates/.source/URL.desktop
|
|
||||||
share/templates/.source/ZIP-Device.desktop
|
|
||||||
share/templates/Directory.desktop
|
|
||||||
share/templates/HTMLFile.desktop
|
|
||||||
share/templates/TextFile.desktop
|
|
||||||
share/templates/linkCAMERA.desktop
|
|
||||||
share/templates/linkCDROM.desktop
|
|
||||||
share/templates/linkCDWRITER.desktop
|
|
||||||
share/templates/linkDVDROM.desktop
|
|
||||||
share/templates/linkFloppy.desktop
|
|
||||||
share/templates/linkHD.desktop
|
|
||||||
share/templates/linkMO.desktop
|
|
||||||
share/templates/linkNFS.desktop
|
|
||||||
share/templates/linkPath.desktop
|
|
||||||
share/templates/linkProgram.desktop
|
|
||||||
share/templates/linkURL.desktop
|
|
||||||
share/templates/linkZIP.desktop
|
|
|
@ -1,12 +0,0 @@
|
||||||
# $NetBSD$
|
|
||||||
|
|
||||||
BUILDLINK_TREE+= kde-baseapps
|
|
||||||
|
|
||||||
.if !defined(KDE_BASEAPPS_BUILDLINK3_MK)
|
|
||||||
KDE_BASEAPPS_BUILDLINK3_MK:=
|
|
||||||
|
|
||||||
BUILDLINK_API_DEPENDS.kde-baseapps+= kde-baseapps>=4.22.0.d20220512
|
|
||||||
BUILDLINK_PKGSRCDIR.kde-baseapps?= ../../katana/kde-baseapps
|
|
||||||
.endif # KDE_BASEAPPS_BUILDLINK3_MK
|
|
||||||
|
|
||||||
BUILDLINK_TREE+= -kde-baseapps
|
|
|
@ -37,7 +37,6 @@ DEPENDS += kpathsea-[0-9]*:../../print/kpathsea
|
||||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||||
.include "../../devel/katie/buildlink3.mk"
|
.include "../../devel/katie/buildlink3.mk"
|
||||||
.include "../../katana/kdelibs/buildlink3.mk"
|
.include "../../katana/kdelibs/buildlink3.mk"
|
||||||
.include "../../katana/kde-baseapps/buildlink3.mk"
|
|
||||||
.include "../../katana/kde-workspace/buildlink3.mk"
|
.include "../../katana/kde-workspace/buildlink3.mk"
|
||||||
.include "../../x11/libX11/buildlink3.mk"
|
.include "../../x11/libX11/buildlink3.mk"
|
||||||
.include "../../x11/libXrender/buildlink3.mk"
|
.include "../../x11/libXrender/buildlink3.mk"
|
||||||
|
|
|
@ -7,7 +7,7 @@ DISTNAME = master
|
||||||
PKGNAME = kde-workspace-4.22.0.d20220512
|
PKGNAME = kde-workspace-4.22.0.d20220512
|
||||||
CATEGORIES = katana x11
|
CATEGORIES = katana x11
|
||||||
MAINTAINER = xakepa10@gmail.com
|
MAINTAINER = xakepa10@gmail.com
|
||||||
COMMENT = Katana workspace interface and basic tools
|
COMMENT = Katana workspace interface, base applications and tools
|
||||||
LICENSE = gnu-gpl-v2 AND gnu-lgpl-v2.1
|
LICENSE = gnu-gpl-v2 AND gnu-lgpl-v2.1
|
||||||
HOMEPAGE = https://github.com/fluxer/kde-workspace
|
HOMEPAGE = https://github.com/fluxer/kde-workspace
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@ CMAKE_ARG_PATH= ${WRKSRC}
|
||||||
|
|
||||||
USE_CMAKE = yes
|
USE_CMAKE = yes
|
||||||
USE_LANGUAGES = c c++
|
USE_LANGUAGES = c c++
|
||||||
USE_TOOLS = pkg-config sh:run
|
USE_TOOLS = pkg-config sh:run nice:run
|
||||||
|
REPLACE_PERL = kate/part/syntax/data/generate-php.pl
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
${MKDIR} ${WRKDIR}/build
|
${MKDIR} ${WRKDIR}/build
|
||||||
|
@ -44,17 +45,23 @@ DEPENDS += setxkbmap-[0-9]*:../../x11/setxkbmap
|
||||||
DEPENDS += xmodmap-[0-9]*:../../x11/xmodmap
|
DEPENDS += xmodmap-[0-9]*:../../x11/xmodmap
|
||||||
DEPENDS += xsetroot-[0-9]*:../../x11/xsetroot
|
DEPENDS += xsetroot-[0-9]*:../../x11/xsetroot
|
||||||
DEPENDS += iceauth-[0-9]*:../../x11/iceauth
|
DEPENDS += iceauth-[0-9]*:../../x11/iceauth
|
||||||
|
DEPENDS += xauth-[0-9]*:../../x11/xauth
|
||||||
DEPENDS += iso-codes-[0-9]*:../../textproc/iso-codes
|
DEPENDS += iso-codes-[0-9]*:../../textproc/iso-codes
|
||||||
DEPENDS += mtools-[0-9]*:../../sysutils/mtools
|
DEPENDS += mtools-[0-9]*:../../sysutils/mtools
|
||||||
DEPENDS += rar-[0-9]*:../../archivers/rar
|
DEPENDS += rar-[0-9]*:../../archivers/rar
|
||||||
DEPENDS += unrar-[0-9]*:../../archivers/unrar
|
DEPENDS += unrar-[0-9]*:../../archivers/unrar
|
||||||
DEPENDS += qrencode-[0-9]*:../../converters/qrencode
|
DEPENDS += qrencode-[0-9]*:../../converters/qrencode
|
||||||
DEPENDS += xscreensaver-[0-9]*:../../x11/xscreensaver
|
DEPENDS += xscreensaver-[0-9]*:../../x11/xscreensaver
|
||||||
|
DEPENDS += sudo-[0-9]*:../../security/sudo
|
||||||
|
DEPENDS += exctags-[0-9]*:../../devel/exctags
|
||||||
|
DEPENDS += cppcheck-[0-9]*:../../devel/cppcheck
|
||||||
|
# TODO: fails to build on Linux
|
||||||
|
# DEPENDS += lrzsz-[0-9]*:../../comms/lrzsz
|
||||||
|
DEPENDS += slocate-[0-9]*:../../sysutils/slocate
|
||||||
|
|
||||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||||
.include "../../devel/katie/buildlink3.mk"
|
.include "../../devel/katie/buildlink3.mk"
|
||||||
.include "../../katana/kdelibs/buildlink3.mk"
|
.include "../../katana/kdelibs/buildlink3.mk"
|
||||||
.include "../../katana/kde-baseapps/buildlink3.mk"
|
|
||||||
.include "../../sysutils/pciutils/buildlink3.mk"
|
.include "../../sysutils/pciutils/buildlink3.mk"
|
||||||
.include "../../math/qalculate/buildlink3.mk"
|
.include "../../math/qalculate/buildlink3.mk"
|
||||||
.include "../../x11/libX11/buildlink3.mk"
|
.include "../../x11/libX11/buildlink3.mk"
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
# - kdelibs/CMakeLists.txt
|
# - kdelibs/CMakeLists.txt
|
||||||
# - kdelibs/cmake/modules/FindKDE4Internal.cmake
|
# - kdelibs/cmake/modules/FindKDE4Internal.cmake
|
||||||
# - kdelibs/cmake/modules/KDE4Defaults.cmake
|
# - kdelibs/cmake/modules/KDE4Defaults.cmake
|
||||||
# - kde-baseapps/CMakeLists.txt
|
|
||||||
# - kde-workspace/CMakeLists.txt
|
# - kde-workspace/CMakeLists.txt
|
||||||
# - kde-extraapps/CMakeLists.txt
|
# - kde-extraapps/CMakeLists.txt
|
||||||
# - kde-extraapps/*/CMakeLists.txt
|
# - kde-extraapps/*/CMakeLists.txt
|
||||||
|
@ -15,7 +14,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
version="$1"
|
version="$1"
|
||||||
packs=("ariya-icons" "kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps" "kde-l10n")
|
packs=("ariya-icons" "kdelibs" "kde-workspace" "kde-extraapps" "kde-l10n")
|
||||||
cwd="$(pwd)"
|
cwd="$(pwd)"
|
||||||
|
|
||||||
if [ -z "$version" ];then
|
if [ -z "$version" ];then
|
||||||
|
|
2
stats.sh
2
stats.sh
|
@ -8,7 +8,7 @@ if ! type -p cloc ;then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
packs=("kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps")
|
packs=("kdelibs" "kde-workspace" "kde-extraapps")
|
||||||
|
|
||||||
source "$(dirname $0)/fetch.sh"
|
source "$(dirname $0)/fetch.sh"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue