37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
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
|