init
This commit is contained in:
commit
e33f4f848b
|
@ -0,0 +1,3 @@
|
||||||
|
# libvte-0.28
|
||||||
|
|
||||||
|
Libvte-0.28 — это библиотека, реализующая виджет эмулятора терминала (VteTerminal) для приложений, использующих toolkit GTK+ 2.x. Она предоставляет функциональность для создания терминальных интерфейсов в графических приложениях, а также объект VtePTY для работы с псевдотерминалами (запуск процессов и управление ими). Версия 0.28.2, например, была одной из последних в ветке для GTK+ 2, обеспечивая стабильную поддержку старых систем. Библиотека активно использовалась в таких приложениях, как GNOME Terminal, до перехода на GTK+ 3 и более новые версии VTE.
|
|
@ -0,0 +1,36 @@
|
||||||
|
name : libvte-0.28
|
||||||
|
version : 0.28.2
|
||||||
|
release : 1
|
||||||
|
source :
|
||||||
|
- https://download.gnome.org/sources/vte/0.28/vte-0.28.2.tar.xz : 86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae
|
||||||
|
homepage : https://gitlab.gnome.org/GNOME/vte
|
||||||
|
license : GPL-2.0-or-later
|
||||||
|
component : desktop.library
|
||||||
|
summary : The VTE package contains a termcap file implementation for terminal emulators.
|
||||||
|
description: |
|
||||||
|
The VTE package contains a termcap file implementation for terminal emulators.
|
||||||
|
builddeps :
|
||||||
|
- pkgconfig(gtk+-2.0)
|
||||||
|
setup : |
|
||||||
|
CFLAGS="-Wno-incompatible-pointer-types" \
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--build=x86_64-solus-linux \
|
||||||
|
--bindir=/usr/bin \
|
||||||
|
--sbindir=/usr/sbin \
|
||||||
|
--libdir=/usr/lib64 \
|
||||||
|
--mandir=/usr/share/man \
|
||||||
|
--infodir=/usr/share/info \
|
||||||
|
--datadir=/usr/share \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--disable-static \
|
||||||
|
--disable-gtk-doc-html \
|
||||||
|
--disable-python
|
||||||
|
build : |
|
||||||
|
%make
|
||||||
|
install : |
|
||||||
|
%make_install
|
||||||
|
cd $installdir
|
||||||
|
find usr -not -path "usr/share/vte/*" -not -path "usr/lib64/libvte.so.9*" -not -path "usr/share/vte" -not -path "usr/lib64" \( -type f -o -type l \) -delete
|
||||||
|
find usr -type d -empty -delete
|
Loading…
Reference in New Issue