Konsole is an X terminal emulator for the KDE platform, allowing
users to have a convenient way to use the command line. Aside from providing a way to use a powerful shell, Konsole also offers features that make it easier or more pleasurable to work in the command line, such as profile management, scrollback, and color schemes, including translucency for effects. Konsole also provides an embedded KPart terminal which is used by apps such as Yakuake, Dolphin, and Kate, giving users a consistent and familiar interface when working in the command line.
This commit is contained in:
parent
1d4194b538
commit
1047e7f425
27
x11/kde4/konsole/Makefile
Normal file
27
x11/kde4/konsole/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:17:46 zhuk Exp $
|
||||
|
||||
COMMENT = KDE terminal emulator
|
||||
DISTNAME = konsole-${MODKDE4_VERSION}
|
||||
|
||||
# Check that sysctl() really could return EAGAIN (OpenBSDProcessInfo).
|
||||
|
||||
SHARED_LIBS = kdeinit4_konsole 0.0
|
||||
SHARED_LIBS += konsoleprivate 0.0
|
||||
|
||||
WANTLIB = c m pthread stdc++
|
||||
WANTLIB += ICE SM X11 Xext
|
||||
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
|
||||
WANTLIB += lib/qt4/QtXml
|
||||
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/knotifyconfig
|
||||
WANTLIB += ${KDE4LIB}/konq ${KDE4LIB}/kparts ${KDE4LIB}/kpty
|
||||
WANTLIB += ${KDE4LIB}/nepomuk ${KDE4LIB}/nepomukutils
|
||||
WANTLIB += soprano
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
|
||||
LIB_DEPENDS = ${MODKDE4_DEP_DIR}/baseapps>=${MODKDE4_DEP_VERSION}
|
||||
|
||||
TEST_IS_INTERACTIVE = X11
|
||||
TEST_DEPENDS = ${BUILD_PKGPATH}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/kde4/konsole/distinfo
Normal file
2
x11/kde4/konsole/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kde/konsole-4.10.2.tar.xz) = R5NsDrfeA9eCsgigbuZZ3HyeX8vTc6r2Ak2VaFiCUcU=
|
||||
SIZE (kde/konsole-4.10.2.tar.xz) = 447576
|
10
x11/kde4/konsole/pkg/DESCR
Normal file
10
x11/kde4/konsole/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
Konsole is an X terminal emulator for the KDE platform, allowing
|
||||
users to have a convenient way to use the command line. Aside from
|
||||
providing a way to use a powerful shell, Konsole also offers features
|
||||
that make it easier or more pleasurable to work in the command line,
|
||||
such as profile management, scrollback, and color schemes, including
|
||||
translucency for effects.
|
||||
|
||||
Konsole also provides an embedded KPart terminal which is used by
|
||||
apps such as Yakuake, Dolphin, and Kate, giving users a consistent
|
||||
and familiar interface when working in the command line.
|
42
x11/kde4/konsole/pkg/PLIST
Normal file
42
x11/kde4/konsole/pkg/PLIST
Normal file
@ -0,0 +1,42 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 12:17:46 zhuk Exp $
|
||||
@bin bin/konsole
|
||||
bin/konsoleprofile
|
||||
lib/kde4/libkonsolepart.so
|
||||
@lib ${KDE4LIB}/libkdeinit4_konsole.so.${LIBkdeinit4_konsole_VERSION}
|
||||
@lib ${KDE4LIB}/libkonsoleprivate.so.${LIBkonsoleprivate_VERSION}
|
||||
@lib lib/libkdeinit4_konsole.so.${LIBkdeinit4_konsole_VERSION}
|
||||
@lib lib/libkonsoleprivate.so.${LIBkonsoleprivate_VERSION}
|
||||
share/applications/kde4/konsole.desktop
|
||||
share/apps/kconf_update/konsole-2.10.0-remove-menuindex-from-profiles.sh
|
||||
share/apps/kconf_update/konsole-2.9.0-colorscheme-bold-key.sh
|
||||
share/apps/kconf_update/konsole-2.9.0-global-options.sh
|
||||
share/apps/kconf_update/konsole.upd
|
||||
share/apps/konsole/
|
||||
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/README.KeyTab
|
||||
share/apps/konsole/RedOnBlack.colorscheme
|
||||
share/apps/konsole/Shell.profile
|
||||
share/apps/konsole/Solarized.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/doc/HTML/en/konsole/
|
||||
share/doc/HTML/en/konsole/common
|
||||
share/doc/HTML/en/konsole/index.cache.bz2
|
||||
share/doc/HTML/en/konsole/index.docbook
|
||||
share/kde4/services/ServiceMenus/konsolehere.desktop
|
||||
share/kde4/services/konsolepart.desktop
|
||||
share/kde4/servicetypes/terminalemulator.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
Loading…
Reference in New Issue
Block a user