summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-12-08 19:28:05 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-12-08 19:28:05 +0800
commit37b48d503845061d0b5dcdede637dac643e175dc (patch)
tree53cc4fdd5510ef9909b14dad0a28618df81c8353 /x11-toolkits
parent8361867b21ed2d1a83abad6ca860665f86abe2a9 (diff)
downloadmarcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.tar.gz
marcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.tar.zst
marcuscom-ports-37b48d503845061d0b5dcdede637dac643e175dc.zip
Remove gnome-pty-helper and vte. Both where merged into ports.
Keep vte3 because we activly maintain that as part of gnome3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18945 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnome-pty-helper/Makefile24
-rw-r--r--x11-toolkits/gnome-pty-helper/pkg-descr2
-rw-r--r--x11-toolkits/gnome-pty-helper/pkg-plist1
-rw-r--r--x11-toolkits/vte/Makefile55
-rw-r--r--x11-toolkits/vte/distinfo2
-rw-r--r--x11-toolkits/vte/files/extra-patch-gnome-pty-helper_gnome-utmp.c40
-rw-r--r--x11-toolkits/vte/files/patch-config.h.in12
-rw-r--r--x11-toolkits/vte/files/patch-configure11
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in13
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_config.h.in12
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_configure11
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c10
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c11
-rw-r--r--x11-toolkits/vte/files/patch-python_Makefile.in19
-rw-r--r--x11-toolkits/vte/files/patch-src_pty.c15
-rw-r--r--x11-toolkits/vte/files/patch-src_vteseq.c10
-rw-r--r--x11-toolkits/vte/pkg-descr4
-rw-r--r--x11-toolkits/vte/pkg-plist159
18 files changed, 0 insertions, 411 deletions
diff --git a/x11-toolkits/gnome-pty-helper/Makefile b/x11-toolkits/gnome-pty-helper/Makefile
deleted file mode 100644
index d08a988f1..000000000
--- a/x11-toolkits/gnome-pty-helper/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/trunk/x11-toolkits/gnome-pty-helper/Makefile 18942 2013-12-08 01:31:37Z kwm $
-
-PORTNAME= gnome-pty-helper
-PORTREVISION= 0
-PKGNAMESUFFIX= #empty
-
-COMMENT= utmp/wtmp/lastlog helper program for the vte Terminal widget
-
-VTE3_SLAVE= yes
-
-MASTERDIR= ${.CURDIR}/../../x11-toolkits/vte3
-WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
-PATCHDIR= ${.CURDIR}/files
-PLIST= ${.CURDIR}/pkg-plist
-USES= pathfix
-USE_GNOME= gnomeprefix
-CONFIGURE_ARGS= # empty
-PATCH_STRIP= -p1
-EXTRA_PATCHES+= ${MASTERDIR}/files/patch-gnome-pty-helper_Makefile.in \
- ${MASTERDIR}/files/patch-gnome-pty-helper_gnome-pty-helper.c
-
-.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/gnome-pty-helper/pkg-descr b/x11-toolkits/gnome-pty-helper/pkg-descr
deleted file mode 100644
index c6e932517..000000000
--- a/x11-toolkits/gnome-pty-helper/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Gnome-pty-helper is a backend executable that provides access to the utmp
-and wtmp files for vte-based terminal applications such as gnome-terminal.
diff --git a/x11-toolkits/gnome-pty-helper/pkg-plist b/x11-toolkits/gnome-pty-helper/pkg-plist
deleted file mode 100644
index 2423a40c1..000000000
--- a/x11-toolkits/gnome-pty-helper/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-libexec/gnome-pty-helper
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
deleted file mode 100644
index f32106a01..000000000
--- a/x11-toolkits/vte/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= vte
-PORTVERSION= 0.26.2
-PORTREVISION?= 4
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT?= Terminal widget with improved accessibility and I18N support
-
-USE_BZIP2= yes
-
-.if !defined(REFERENCE_PORT)
-
-RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
-
-USES= bison gettext gmake pathfix pkgconfig
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-USE_GNOME?= gnomeprefix gtk20 introspection:build ltverhack referencehack
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS?=--disable-python \
- --disable-Bsymbolic \
- --disable-freetypetest \
- --disable-static \
- --enable-introspection \
- --disable-gnome-pty-helper
-
-.if !defined(MASTERDIR)
-OPTIONS_DEFINE= GLX
-GLX_DESC= Support for DRI/GLX rendering
-.endif
-
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} < 900007
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c
-.endif
-
-.if ${PORT_OPTIONS:MGLX} && !defined(MASTERDIR)
-CONFIGURE_ARGS+= --with-glX
-USE_GL= yes
-.endif
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvte.so.9
-
-.include <bsd.port.mk>
-
-.endif
diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo
deleted file mode 100644
index 8eb9d3e3e..000000000
--- a/x11-toolkits/vte/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/vte-0.26.2.tar.bz2) = f02c350340266c9515a98b8f69c72b4bdc53b352cd053624a63a7cb97ddec9bd
-SIZE (gnome2/vte-0.26.2.tar.bz2) = 1310863
diff --git a/x11-toolkits/vte/files/extra-patch-gnome-pty-helper_gnome-utmp.c b/x11-toolkits/vte/files/extra-patch-gnome-pty-helper_gnome-utmp.c
deleted file mode 100644
index bc0877bf5..000000000
--- a/x11-toolkits/vte/files/extra-patch-gnome-pty-helper_gnome-utmp.c
+++ /dev/null
@@ -1,40 +0,0 @@
---- gnome-pty-helper/gnome-utmp.c.orig Sat Oct 28 23:15:53 2006
-+++ gnome-pty-helper/gnome-utmp.c Sat Oct 28 23:15:40 2006
-@@ -258,10 +258,18 @@ write_logout_record (char *login_name, v
- #endif
-
- if (utmp)
-+#if defined(__FreeBSD__)
-+ logout (put.ut_line);
-+#else
- update_utmp (&put);
-+#endif
-
- if (wtmp)
-+#if defined(__FreeBSD__)
-+ logwtmp (put.ut_line, "", "");
-+#else
- update_wtmp (WTMP_OUTPUT_FILENAME, &put);
-+#endif
-
- free (ut);
- }
-@@ -347,10 +355,18 @@ write_login_record (char *login_name, ch
- # endif
- #endif
- if (utmp)
-+#if defined(__FreeBSD__)
-+ login (ut);
-+#else
- update_utmp (ut);
-+#endif
-
- if (wtmp)
-+#if defined(__FreeBSD__)
-+ logwtmp (ut->ut_line, ut->ut_name, ut->ut_host);
-+#else
- update_wtmp (WTMP_OUTPUT_FILENAME, ut);
-+#endif
-
- if (lastlog)
- update_lastlog(login_name, ut);
diff --git a/x11-toolkits/vte/files/patch-config.h.in b/x11-toolkits/vte/files/patch-config.h.in
deleted file mode 100644
index 03db0e1c4..000000000
--- a/x11-toolkits/vte/files/patch-config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.h.in.orig Wed May 17 10:45:57 2006
-+++ config.h.in Wed May 17 10:46:25 2006
-@@ -106,6 +106,9 @@
- /* Define to 1 if you have the <GL/glx.h> header file. */
- #undef HAVE_GL_GLX_H
-
-+/* Define to 1 if you have the `posix_openpt' function. */
-+#undef HAVE_POSIX_OPENPT
-+
- /* Define to 1 if you have the `grantpt' function. */
- #undef HAVE_GRANTPT
-
diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure
deleted file mode 100644
index bfc8e7c5c..000000000
--- a/x11-toolkits/vte/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2010-03-30 14:43:41.000000000 +0200
-+++ configure 2010-03-30 14:47:26.000000000 +0200
-@@ -14102,7 +14102,7 @@
-
-
- # Check for PTY handling functions.
--for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r tcgetattr tcsetattr
-+for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt posix_openpt unlockpt ptsname ptsname_r tcgetattr tcsetattr
- do :
- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
- ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
deleted file mode 100644
index 93f9d08da..000000000
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- gnome-pty-helper/Makefile.in.orig 2009-05-06 01:20:54.000000000 -0400
-+++ gnome-pty-helper/Makefile.in 2009-05-06 01:21:30.000000000 -0400
-@@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS
-
-
- install-exec-hook:
-- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-
- -include $(top_srcdir)/git.mk
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_config.h.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_config.h.in
deleted file mode 100644
index d07c7bce3..000000000
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- gnome-pty-helper/config.h.in.orig 2012-03-24 17:31:26.000000000 -0400
-+++ gnome-pty-helper/config.h.in 2012-03-24 17:31:43.000000000 -0400
-@@ -24,6 +24,9 @@
- /* Define to 1 if you have the `getutmpx' function. */
- #undef HAVE_GETUTMPX
-
-+/* Define to 1 if you have the `getutxid' function. */
-+#undef HAVE_GETUTXID
-+
- /* Define to 1 if you have the `grantpt' function. */
- #undef HAVE_GRANTPT
-
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_configure b/x11-toolkits/vte/files/patch-gnome-pty-helper_configure
deleted file mode 100644
index 737b74e59..000000000
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-pty-helper/configure.orig 2012-03-24 17:31:04.000000000 -0400
-+++ gnome-pty-helper/configure 2012-03-24 17:31:21.000000000 -0400
-@@ -5699,7 +5699,7 @@ fi
-
- fi
-
--for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname
-+for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname getutxid
- do :
- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
- ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c
deleted file mode 100644
index ab80c5364..000000000
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gnome-pty-helper/gnome-pty-helper.c
-+++ gnome-pty-helper/gnome-pty-helper.c
-@@ -51,7 +51,6 @@
- #include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
--#include <utmp.h>
- #include <grp.h>
- #include "gnome-pty.h"
- #include "gnome-login-support.h"
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c
deleted file mode 100644
index fa2750ccd..000000000
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-utmp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-pty-helper/gnome-utmp.c.orig 2012-03-24 17:30:46.000000000 -0400
-+++ gnome-pty-helper/gnome-utmp.c 2012-03-24 17:30:25.000000000 -0400
-@@ -152,7 +152,7 @@ update_wtmp (char *file, UTMP *putmp)
- #endif /* !HAVE_GETUTMPX */
-
-
--#if defined(HAVE_GETUTMPX)
-+#if defined(HAVE_GETUTMPX) || defined(HAVE_GETUTXID)
- static void
- update_utmp (UTMP *ut)
- {
diff --git a/x11-toolkits/vte/files/patch-python_Makefile.in b/x11-toolkits/vte/files/patch-python_Makefile.in
deleted file mode 100644
index d821a7cf6..000000000
--- a/x11-toolkits/vte/files/patch-python_Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- python/Makefile.in.orig 2009-11-01 13:38:24.000000000 -0500
-+++ python/Makefile.in 2009-11-01 13:38:24.000000000 -0500
-@@ -73,7 +73,6 @@ am__installdirs = "$(DESTDIR)$(pythonsit
- LTLIBRARIES = $(pythonsiteexec_LTLIBRARIES)
- am__DEPENDENCIES_1 =
- @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_DEPENDENCIES = \
--@BUILD_PYTHON_MODULES_TRUE@ $(top_builddir)/src/libvte.la \
- @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \
- @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1) \
- @BUILD_PYTHON_MODULES_TRUE@ $(am__DEPENDENCIES_1)
-@@ -320,7 +319,7 @@ EXTRA_DIST = vte.defs pyvte.pc.in vte.ov
- # we do this to suport building with -Wl,-z,defs which errors on
- # vtemodule.so as we cannot include $(PYTHON_LIBS) due to bug 410986.
- @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initvte $(PYTHON_LDFLAGS) $(AM_LDFLAGS)
--@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = $(top_builddir)/src/libvte.la $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS)
-+@BUILD_PYTHON_MODULES_TRUE@vtemodule_la_LIBADD = -lvte $(LIBS) $(PYGTK_LIBS) $(VTE_LIBS) $(X_LIBS)
- @BUILD_PYTHON_MODULES_TRUE@nodist_vtemodule_la_SOURCES = vte.c
- all: all-am
-
diff --git a/x11-toolkits/vte/files/patch-src_pty.c b/x11-toolkits/vte/files/patch-src_pty.c
deleted file mode 100644
index 913b2da9f..000000000
--- a/x11-toolkits/vte/files/patch-src_pty.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/pty.c.orig 2012-07-20 13:47:16.000000000 +0200
-+++ src/pty.c 2012-07-20 14:07:30.000000000 +0200
-@@ -837,7 +837,11 @@
- _vte_pty_getpt(GError **error)
- {
- int fd, flags, rv;
--#ifdef HAVE_GETPT
-+
-+#ifdef HAVE_POSIX_OPENPT
-+ /* Call the system's function for allocating a pty. */
-+ fd = posix_openpt(O_RDWR | O_NOCTTY);
-+#elif defined(HAVE_GETPT)
- /* Call the system's function for allocating a pty. */
- fd = getpt();
- #else
diff --git a/x11-toolkits/vte/files/patch-src_vteseq.c b/x11-toolkits/vte/files/patch-src_vteseq.c
deleted file mode 100644
index e5afb288b..000000000
--- a/x11-toolkits/vte/files/patch-src_vteseq.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/vteseq.c.orig Mon Jun 12 20:27:00 2006
-+++ src/vteseq.c Mon Jun 12 20:27:19 2006
-@@ -20,6 +20,7 @@
- #include "../config.h"
-
- #ifdef HAVE_SYS_SYSLIMITS_H
-+#include <sys/cdefs.h>
- #include <sys/syslimits.h>
- #endif
-
diff --git a/x11-toolkits/vte/pkg-descr b/x11-toolkits/vte/pkg-descr
deleted file mode 100644
index a363e23c7..000000000
--- a/x11-toolkits/vte/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Terminal widget with improved font, internationalisation and accessibility
-support for the GNOME 2 desktop. Designed to replace libzvt.
-
-WWW: http://www.gnome.org/
diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist
deleted file mode 100644
index 54396efb4..000000000
--- a/x11-toolkits/vte/pkg-plist
+++ /dev/null
@@ -1,159 +0,0 @@
-bin/vte
-include/vte-0.0/vte/pty.h
-include/vte-0.0/vte/reaper.h
-include/vte-0.0/vte/vte.h
-include/vte-0.0/vte/vteaccess.h
-include/vte-0.0/vte/vtedeprecated.h
-include/vte-0.0/vte/vtepty.h
-include/vte-0.0/vte/vtetypebuiltins.h
-include/vte-0.0/vte/vteversion.h
-lib/girepository-1.0/Vte-0.0.typelib
-lib/libvte.la
-lib/libvte.so
-lib/libvte.so.9
-lib/vte-0.0/decset
-lib/vte-0.0/interpret
-lib/vte-0.0/osc
-lib/vte-0.0/slowcat
-lib/vte-0.0/window
-libdata/pkgconfig/vte.pc
-share/gir-1.0/Vte-0.0.gir
-share/locale/am/LC_MESSAGES/vte-0.0.mo
-share/locale/ang/LC_MESSAGES/vte-0.0.mo
-share/locale/ar/LC_MESSAGES/vte-0.0.mo
-share/locale/as/LC_MESSAGES/vte-0.0.mo
-share/locale/ast/LC_MESSAGES/vte-0.0.mo
-share/locale/az/LC_MESSAGES/vte-0.0.mo
-share/locale/be/LC_MESSAGES/vte-0.0.mo
-share/locale/be@latin/LC_MESSAGES/vte-0.0.mo
-share/locale/bg/LC_MESSAGES/vte-0.0.mo
-share/locale/bn/LC_MESSAGES/vte-0.0.mo
-share/locale/bn_IN/LC_MESSAGES/vte-0.0.mo
-share/locale/bs/LC_MESSAGES/vte-0.0.mo
-share/locale/ca/LC_MESSAGES/vte-0.0.mo
-share/locale/ca@valencia/LC_MESSAGES/vte-0.0.mo
-share/locale/cs/LC_MESSAGES/vte-0.0.mo
-share/locale/cy/LC_MESSAGES/vte-0.0.mo
-share/locale/da/LC_MESSAGES/vte-0.0.mo
-share/locale/de/LC_MESSAGES/vte-0.0.mo
-share/locale/dz/LC_MESSAGES/vte-0.0.mo
-share/locale/el/LC_MESSAGES/vte-0.0.mo
-share/locale/en@shaw/LC_MESSAGES/vte-0.0.mo
-share/locale/en_CA/LC_MESSAGES/vte-0.0.mo
-share/locale/en_GB/LC_MESSAGES/vte-0.0.mo
-share/locale/eo/LC_MESSAGES/vte-0.0.mo
-share/locale/es/LC_MESSAGES/vte-0.0.mo
-share/locale/et/LC_MESSAGES/vte-0.0.mo
-share/locale/eu/LC_MESSAGES/vte-0.0.mo
-share/locale/fa/LC_MESSAGES/vte-0.0.mo
-share/locale/fi/LC_MESSAGES/vte-0.0.mo
-share/locale/fr/LC_MESSAGES/vte-0.0.mo
-share/locale/ga/LC_MESSAGES/vte-0.0.mo
-share/locale/gl/LC_MESSAGES/vte-0.0.mo
-share/locale/gu/LC_MESSAGES/vte-0.0.mo
-share/locale/he/LC_MESSAGES/vte-0.0.mo
-share/locale/hi/LC_MESSAGES/vte-0.0.mo
-share/locale/hr/LC_MESSAGES/vte-0.0.mo
-share/locale/hu/LC_MESSAGES/vte-0.0.mo
-share/locale/id/LC_MESSAGES/vte-0.0.mo
-share/locale/is/LC_MESSAGES/vte-0.0.mo
-share/locale/it/LC_MESSAGES/vte-0.0.mo
-share/locale/ja/LC_MESSAGES/vte-0.0.mo
-share/locale/ka/LC_MESSAGES/vte-0.0.mo
-share/locale/kn/LC_MESSAGES/vte-0.0.mo
-share/locale/ko/LC_MESSAGES/vte-0.0.mo
-share/locale/ku/LC_MESSAGES/vte-0.0.mo
-share/locale/ky/LC_MESSAGES/vte-0.0.mo
-share/locale/li/LC_MESSAGES/vte-0.0.mo
-share/locale/lt/LC_MESSAGES/vte-0.0.mo
-share/locale/lv/LC_MESSAGES/vte-0.0.mo
-share/locale/mai/LC_MESSAGES/vte-0.0.mo
-share/locale/mi/LC_MESSAGES/vte-0.0.mo
-share/locale/mk/LC_MESSAGES/vte-0.0.mo
-share/locale/ml/LC_MESSAGES/vte-0.0.mo
-share/locale/mn/LC_MESSAGES/vte-0.0.mo
-share/locale/mr/LC_MESSAGES/vte-0.0.mo
-share/locale/ms/LC_MESSAGES/vte-0.0.mo
-share/locale/nb/LC_MESSAGES/vte-0.0.mo
-share/locale/ne/LC_MESSAGES/vte-0.0.mo
-share/locale/nds/LC_MESSAGES/vte-0.0.mo
-share/locale/nl/LC_MESSAGES/vte-0.0.mo
-share/locale/nn/LC_MESSAGES/vte-0.0.mo
-share/locale/oc/LC_MESSAGES/vte-0.0.mo
-share/locale/or/LC_MESSAGES/vte-0.0.mo
-share/locale/pa/LC_MESSAGES/vte-0.0.mo
-share/locale/pl/LC_MESSAGES/vte-0.0.mo
-share/locale/pt/LC_MESSAGES/vte-0.0.mo
-share/locale/pt_BR/LC_MESSAGES/vte-0.0.mo
-share/locale/ro/LC_MESSAGES/vte-0.0.mo
-share/locale/ru/LC_MESSAGES/vte-0.0.mo
-share/locale/rw/LC_MESSAGES/vte-0.0.mo
-share/locale/si/LC_MESSAGES/vte-0.0.mo
-share/locale/sk/LC_MESSAGES/vte-0.0.mo
-share/locale/sl/LC_MESSAGES/vte-0.0.mo
-share/locale/sq/LC_MESSAGES/vte-0.0.mo
-share/locale/sr/LC_MESSAGES/vte-0.0.mo
-share/locale/sr@latin/LC_MESSAGES/vte-0.0.mo
-share/locale/sv/LC_MESSAGES/vte-0.0.mo
-share/locale/ta/LC_MESSAGES/vte-0.0.mo
-share/locale/te/LC_MESSAGES/vte-0.0.mo
-share/locale/th/LC_MESSAGES/vte-0.0.mo
-share/locale/tr/LC_MESSAGES/vte-0.0.mo
-share/locale/ug/LC_MESSAGES/vte-0.0.mo
-share/locale/uk/LC_MESSAGES/vte-0.0.mo
-share/locale/vi/LC_MESSAGES/vte-0.0.mo
-share/locale/wa/LC_MESSAGES/vte-0.0.mo
-share/locale/xh/LC_MESSAGES/vte-0.0.mo
-share/locale/zh_CN/LC_MESSAGES/vte-0.0.mo
-share/locale/zh_HK/LC_MESSAGES/vte-0.0.mo
-share/locale/zh_TW/LC_MESSAGES/vte-0.0.mo
-%%DATADIR%%/termcap/xterm
-@dirrm %%DATADIR%%/termcap
-@dirrm %%DATADIR%%
-@dirrm lib/vte-0.0
-@dirrm include/vte-0.0/vte
-@dirrm include/vte-0.0
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nds/LC_MESSAGES
-@dirrmtry share/locale/nds
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mi/LC_MESSAGES
-@dirrmtry share/locale/mi
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ky/LC_MESSAGES
-@dirrmtry share/locale/ky
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrmtry share/locale/ang/LC_MESSAGES
-@dirrmtry share/locale/ang