summaryrefslogtreecommitdiff
path: root/vte3
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-02-10 11:45:37 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-02-10 11:45:56 +1100
commitbbb2881db3e382bc29578056f1bf0dc164a41618 (patch)
tree17e90ad0cd3e770251a39832383cf8ac2661f852 /vte3
parent22e4cac6db2a3791179d03b7c03fa4e0d787aba3 (diff)
downloadopt-bbb2881db3e382bc29578056f1bf0dc164a41618.tar.gz
opt-bbb2881db3e382bc29578056f1bf0dc164a41618.tar.xz
[notify] vte-gtk3 renamed to vte3
Diffstat (limited to 'vte3')
-rw-r--r--vte3/.footprint29
-rw-r--r--vte3/.md5sum2
-rw-r--r--vte3/.signature6
-rw-r--r--vte3/Pkgfile27
-rw-r--r--vte3/vte-metamask.patch20
5 files changed, 84 insertions, 0 deletions
diff --git a/vte3/.footprint b/vte3/.footprint
new file mode 100644
index 000000000..604fc841c
--- /dev/null
+++ b/vte3/.footprint
@@ -0,0 +1,29 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/etc/
+drwxr-xr-x root/root usr/etc/profile.d/
+-rw-r--r-- root/root usr/etc/profile.d/vte.sh
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/vte-2.91/
+drwxr-xr-x root/root usr/include/vte-2.91/vte/
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vte.h
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vtedeprecated.h
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vteenums.h
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vteglobals.h
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vtemacros.h
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vtepty.h
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vteregex.h
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vteterminal.h
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vtetypebuiltins.h
+-rw-r--r-- root/root usr/include/vte-2.91/vte/vteversion.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/girepository-1.0/
+-rw-r--r-- root/root usr/lib/girepository-1.0/Vte-2.91.typelib
+-rwxr-xr-x root/root usr/lib/libvte-2.91.la
+lrwxrwxrwx root/root usr/lib/libvte-2.91.so -> libvte-2.91.so.0.4800.2
+lrwxrwxrwx root/root usr/lib/libvte-2.91.so.0 -> libvte-2.91.so.0.4800.2
+-rwxr-xr-x root/root usr/lib/libvte-2.91.so.0.4800.2
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/vte-2.91.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/gir-1.0/
+-rw-r--r-- root/root usr/share/gir-1.0/Vte-2.91.gir
diff --git a/vte3/.md5sum b/vte3/.md5sum
new file mode 100644
index 000000000..44ff4e5c5
--- /dev/null
+++ b/vte3/.md5sum
@@ -0,0 +1,2 @@
+bc0601624af5668df5cd37e3fe1237b2 vte-0.48.2.tar.xz
+90efc55c080484424464ad928929f642 vte-metamask.patch
diff --git a/vte3/.signature b/vte3/.signature
new file mode 100644
index 000000000..18fccdb73
--- /dev/null
+++ b/vte3/.signature
@@ -0,0 +1,6 @@
+untrusted comment: verify with /etc/ports/opt.pub
+RWSE3ohX2g5d/YulPh555LNty+FIPcmsM0fU5lyjNLnTRIfT9u5jYkZUEYO5c+44YsCsidPUr82+W/E+C8uaErXpj0mGyuGSuww=
+SHA256 (Pkgfile) = 46ffeabdb5adde3258572353154e222d88e3a9ca12f0afa920826589e5c2252d
+SHA256 (.footprint) = d56c6b068bb60fbf729019017be83d03081c373702583313e32e12c95c6faf3d
+SHA256 (vte-0.48.2.tar.xz) = c278b301edfe38b43baec1bccc86e225dacea5b670a96ca7ea55ca9a4b030690
+SHA256 (vte-metamask.patch) = 0432074528c49f5399e45c774274332d06e28f5668e116093c3aaebddf31c381
diff --git a/vte3/Pkgfile b/vte3/Pkgfile
new file mode 100644
index 000000000..7ac596c99
--- /dev/null
+++ b/vte3/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Virtual Terminal Emulator widget for use with GTK3
+# URL: https://wiki.gnome.org/action/show/Apps/Terminal/VTE
+# Maintainer: Danny Rawlins, crux at romster dot me
+# Depends on: gtk3 gnutls libpcre2
+
+name=vte3
+version=0.48.2
+release=1
+source=(ftp://ftp.gnome.org/pub/gnome/sources/vte/${version%.*}/vte-$version.tar.xz \
+ vte-metamask.patch)
+
+build() {
+ cd vte-$version
+
+ patch -R -p1 -i $SRC/vte-metamask.patch
+
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/vte \
+ --disable-static \
+ --disable-gtk-doc \
+ --enable-vala=no
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share/{gtk-doc,locale}
+}
diff --git a/vte3/vte-metamask.patch b/vte3/vte-metamask.patch
new file mode 100644
index 000000000..9423d94f8
--- /dev/null
+++ b/vte3/vte-metamask.patch
@@ -0,0 +1,20 @@
+From b73782a28894e25ed146271f9d6c6775a6836199 Mon Sep 17 00:00:00 2001
+From: Behdad Esfahbod <behdad@behdad.org>
+Date: Fri, 04 Jun 2010 18:36:45 +0000
+Subject: Bug 601926 - Don't hardcode meta to alt
+
+---
+diff --git a/src/keymap.h b/src/keymap.h
+index 3a4cefe..243e22e 100644
+--- a/src/keymap.h
++++ b/src/keymap.h
+@@ -27,7 +27,7 @@
+
+ G_BEGIN_DECLS
+
+-#define VTE_META_MASK GDK_MOD1_MASK
++#define VTE_META_MASK GDK_META_MASK
+ #define VTE_NUMLOCK_MASK GDK_MOD2_MASK
+
+ /* Map the specified keyval/modifier setup, dependent on the mode, to either
+--

Generated by cgit