diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-24 10:08:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-24 10:08:37 +0000 |
commit | 31493be7628a26f1cf12c49691a881b263e49970 (patch) | |
tree | dc2f4112b307a8a3fc6677d0be59d1db53304dae /community/vte3 | |
parent | e5080061370a133e1f8a2a2b1b42f96e9a7f6eb3 (diff) | |
download | aports-31493be7628a26f1cf12c49691a881b263e49970.tar.bz2 aports-31493be7628a26f1cf12c49691a881b263e49970.tar.xz |
main/vte3: move from community
needed by qemu
Diffstat (limited to 'community/vte3')
-rw-r--r-- | community/vte3/APKBUILD | 52 | ||||
-rw-r--r-- | community/vte3/allow_alt_in_terminal.patch | 11 | ||||
-rw-r--r-- | community/vte3/werror.patch | 10 |
3 files changed, 0 insertions, 73 deletions
diff --git a/community/vte3/APKBUILD b/community/vte3/APKBUILD deleted file mode 100644 index a9f5693834..0000000000 --- a/community/vte3/APKBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=vte3 -pkgver=0.50.2 -pkgrel=0 -pkgdesc="Virtual Terminal Emulator library" -url="https://developer.gnome.org/vte/" -arch="all" -license="LGPL-2.0-or-later" -subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -makedepends="pango-dev gtk+3.0-dev intltool python2-dev - ncurses-dev gobject-introspection-dev vala gnutls-dev - linux-headers libxml2-utils pcre2-dev gperf - autoconf automake libtool" -source="https://download.gnome.org/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz - allow_alt_in_terminal.patch - werror.patch" -builddir="$srcdir/vte-$pkgver" - -prepare() { - cd "$builddir" - default_prepare - autoreconf -vif -} - -build() { - cd "$builddir" - export CFLAGS="$CFLAGS -D_GNU_SOURCE" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/$pkgname \ - --localstatedir=/var \ - --disable-static \ - --enable-introspection - make V=1 -} - -check() { - cd "$builddir" - make check -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install -} - -sha512sums="a1b12c74bedb167bf2a470294c566198c224c90be9b5c50366ef18d9542921f6cb2dc2329afd82f7342279c3eebd4ef5dfd753b4feb9d4e3e194cb878b48a7a2 vte-0.50.2.tar.xz -a4786a97a5caa42db3b29808c3542777684fcf7d931a116d4e3d847e859a64fb59a2d5b60927dc8e5c2733efc55c29aa4d30aeb02597aff5f034c172cc528833 allow_alt_in_terminal.patch -ff199ede8e415d141d897e9c922db84d33c2c28d07958a5ec44b3688809809885f45275cc1aeed56fa2d8de46e9cc2527f5e9682a8ea28af7e39b275340c85c4 werror.patch" diff --git a/community/vte3/allow_alt_in_terminal.patch b/community/vte3/allow_alt_in_terminal.patch deleted file mode 100644 index d8437173c1..0000000000 --- a/community/vte3/allow_alt_in_terminal.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- vte-0.28.2/src/keymap.h.orig -+++ vte-0.28.2/src/keymap.h -@@ -27,7 +27,7 @@ - - G_BEGIN_DECLS - --#define VTE_META_MASK GDK_META_MASK -+#define VTE_META_MASK GDK_MOD1_MASK - #define VTE_NUMLOCK_MASK GDK_MOD2_MASK - - /* Map the specified keyval/modifier setup, dependent on the mode, to either diff --git a/community/vte3/werror.patch b/community/vte3/werror.patch deleted file mode 100644 index 7bc73d76a4..0000000000 --- a/community/vte3/werror.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ./configure.ac.orig -+++ ./configure.ac -@@ -104,7 +104,6 @@ - -Wcast-align dnl - -Wendif-labels dnl - -Werror=declaration-after-statement dnl -- "-Werror=format=2 -Werror=format-nonliteral -Werror=format-security" dnl - -Werror=implicit-function-declaration dnl - -Werror=init-self dnl - -Werror=missing-include-dirs dnl |