Import lxterminal, a vte-based terminal emulator of LXDE.

From Shawn Chiou.

ok bket@
This commit is contained in:
kevlo 2020-09-19 14:29:59 +00:00
parent 6f31f0a352
commit dff82891ca
4 changed files with 56 additions and 0 deletions

38
x11/lxterminal/Makefile Normal file
View File

@ -0,0 +1,38 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/09/19 14:29:59 kevlo Exp $
COMMENT = vte-based terminal emulator of LXDE
V = 0.3.2
DISTNAME = lxterminal-$V
CATEGORIES = x11
HOMEPAGE = https://wiki.lxde.org/en/LXTerminal
MAINTAINER = Shawn Chiou
# GPL v2
PERMIT_PACKAGE= Yes
WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-3 harfbuzz intl pango-1.0
WANTLIB += pangocairo-1.0 pthread vte-2.91
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lxde/files/}
EXTRACT_SUFX = .tar.xz
MODULES = textproc/intltool
BUILD_DEPENDS = devel/gettext,-tools
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic
LIB_DEPENDS = devel/vte3 \
x11/gtk+3
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-gtk3
NO_TEST = Yes
.include <bsd.port.mk>

2
x11/lxterminal/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (lxterminal-0.3.2.tar.xz) = MWaxhJOo5VgRsCqg3oJcu+pl4rYo5pAGwaZbmOG7RIQ=
SIZE (lxterminal-0.3.2.tar.xz) = 198348

5
x11/lxterminal/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
LXterminal is a lightweight, VTE-based and desktop-independent terminal
emulator with multiple tabs support.
In order to reduce memory usage and increase the performance all instances
of the terminal are sharing a single process.

11
x11/lxterminal/pkg/PLIST Normal file
View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/09/19 14:29:59 kevlo Exp $
@bin bin/lxterminal
@man man/man1/lxterminal.1
share/applications/lxterminal.desktop
share/icons/hicolor/128x128/apps/lxterminal.png
share/lxterminal/
share/lxterminal/lxterminal-preferences.ui
share/lxterminal/lxterminal.conf
share/lxterminal/menu.ui
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag update-desktop-database