summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /x11/gnome-terminal
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal')
-rw-r--r--x11/gnome-terminal/Makefile35
-rw-r--r--x11/gnome-terminal/distinfo3
-rw-r--r--x11/gnome-terminal/files/patch-config.h.in12
-rw-r--r--x11/gnome-terminal/files/patch-configure82
-rw-r--r--x11/gnome-terminal/files/patch-configure.ac13
-rw-r--r--x11/gnome-terminal/files/patch-src_terminal-screen.c97
-rw-r--r--x11/gnome-terminal/pkg-descr3
-rw-r--r--x11/gnome-terminal/pkg-plist270
8 files changed, 0 insertions, 515 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
deleted file mode 100644
index f912151d3..000000000
--- a/x11/gnome-terminal/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: gnometerminal
-# Date created: 1 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11/gnome-terminal/Makefile,v 1.124 2009/09/21 18:06:58 kwm Exp $
-#
-
-PORTNAME= gnome-terminal
-PORTVERSION= 2.28.1
-CATEGORIES= x11 gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Terminal component for the GNOME 2 Desktop
-
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-
-USE_GETTEXT= yes
-USE_BZIP2= yes
-INSTALLS_OMF= yes
-USE_GMAKE= yes
-USE_XORG= sm
-USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= gnome-terminal.schemas
-
-post-patch:
- @${TOUCH} -f ${WRKSRC}/aclocal.m4
-
-.include <bsd.port.mk>
diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo
deleted file mode 100644
index fb1853fd3..000000000
--- a/x11/gnome-terminal/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gnome-terminal-2.28.1.tar.bz2) = d0eea9c1fe86260bb302c5650259a2ed
-SHA256 (gnome2/gnome-terminal-2.28.1.tar.bz2) = 97bb800a77d95ee33ad6dac8ec995c6c0d5841749eb5e6f40c24357136a02ec0
-SIZE (gnome2/gnome-terminal-2.28.1.tar.bz2) = 2221288
diff --git a/x11/gnome-terminal/files/patch-config.h.in b/x11/gnome-terminal/files/patch-config.h.in
deleted file mode 100644
index 1617731fa..000000000
--- a/x11/gnome-terminal/files/patch-config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.h.in.orig 2009-05-03 15:26:39.000000000 -0400
-+++ config.h.in 2009-05-03 15:26:55.000000000 -0400
-@@ -24,6 +24,9 @@
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
-
-+/* Define if you have the kinfo_getfile function */
-+#undef HAVE_KINFO_GETFILE
-+
- /* Define if your <locale.h> file defines LC_MESSAGES. */
- #undef HAVE_LC_MESSAGES
-
diff --git a/x11/gnome-terminal/files/patch-configure b/x11/gnome-terminal/files/patch-configure
deleted file mode 100644
index 45c938236..000000000
--- a/x11/gnome-terminal/files/patch-configure
+++ /dev/null
@@ -1,82 +0,0 @@
---- configure.orig 2009-05-03 15:26:45.000000000 -0400
-+++ configure 2009-05-03 15:27:01.000000000 -0400
-@@ -15099,6 +15099,79 @@ GLIB_GENMARSHAL="$($PKG_CONFIG --variabl
- GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)"
-
-
-+{ echo "$as_me:$LINENO: checking for kinfo_getfile in -lutil" >&5
-+echo $ECHO_N "checking for kinfo_getfile in -lutil... $ECHO_C" >&6; }
-+if test "${ac_cv_lib_util_kinfo_getfile+set}" = set; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+ ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lutil $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h. */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h. */
-+
-+/* Override any GCC internal prototype to avoid an error.
-+ Use char because int might match the return type of a GCC
-+ builtin and then its argument prototype would still apply. */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+char kinfo_getfile ();
-+int
-+main ()
-+{
-+return kinfo_getfile ();
-+ ;
-+ return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+ *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+ (eval "$ac_link") 2>conftest.er1
-+ ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); } && {
-+ test -z "$ac_c_werror_flag" ||
-+ test ! -s conftest.err
-+ } && test -s conftest$ac_exeext &&
-+ $as_test_x conftest$ac_exeext; then
-+ ac_cv_lib_util_kinfo_getfile=yes
-+else
-+ echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ ac_cv_lib_util_kinfo_getfile=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+ conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_kinfo_getfile" >&5
-+echo "${ECHO_T}$ac_cv_lib_util_kinfo_getfile" >&6; }
-+if test $ac_cv_lib_util_kinfo_getfile = yes; then
-+ LIBS="${LIBS} -lutil"
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_KINFO_GETFILE 1
-+_ACEOF
-+
-+else
-+ :
-+fi
-+
-+
- # Extract the first word of "gtk-builder-convert", so it can be a program name with args.
- set dummy gtk-builder-convert; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
diff --git a/x11/gnome-terminal/files/patch-configure.ac b/x11/gnome-terminal/files/patch-configure.ac
deleted file mode 100644
index 131e4c85b..000000000
--- a/x11/gnome-terminal/files/patch-configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.ac.orig 2009-05-03 15:25:26.000000000 -0400
-+++ configure.ac 2009-05-03 15:26:34.000000000 -0400
-@@ -96,6 +96,10 @@ AC_SUBST([GLIB_GENMARSHAL])
- GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)"
- AC_SUBST([GLIB_MKENUMS])
-
-+AC_CHECK_LIB(util, kinfo_getfile,
-+ [LIBS="${LIBS} -lutil"
-+ AC_DEFINE(HAVE_KINFO_GETFILE, 1, [Define if you have the kinfo_getfile function])], [:])
-+
- AC_PATH_PROG([GTK_BUILDER_CONVERT],[gtk-builder-convert],[false])
- if test "$GTK_BUILDER_CONVERT" = "false"; then
- AC_MSG_ERROR([gtk-builder-convert not found])
diff --git a/x11/gnome-terminal/files/patch-src_terminal-screen.c b/x11/gnome-terminal/files/patch-src_terminal-screen.c
deleted file mode 100644
index 52f80dd55..000000000
--- a/x11/gnome-terminal/files/patch-src_terminal-screen.c
+++ /dev/null
@@ -1,97 +0,0 @@
---- src/terminal-screen.c.orig 2009-08-13 14:39:24.000000000 +0200
-+++ src/terminal-screen.c 2009-08-20 10:41:58.000000000 +0200
-@@ -18,6 +18,15 @@
-
- #include <config.h>
-
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#include <sys/sysctl.h>
-+#include <sys/param.h>
-+#include <sys/user.h>
-+#ifdef HAVE_KINFO_GETFILE
-+#include <libutil.h>
-+#endif
-+#endif
- #include <string.h>
- #include <stdlib.h>
- #include <unistd.h>
-@@ -184,15 +193,28 @@ G_DEFINE_TYPE (TerminalScreen, terminal_
- static char *
- cwd_of_pid (int pid)
- {
-+#ifndef __FreeBSD__
- static const char patterns[][18] = {
- "/proc/%d/cwd", /* Linux */
- "/proc/%d/path/cwd", /* Solaris >= 10 */
- };
-+#else
-+#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104)
-+ struct kinfo_file *freep, *kif;
-+#ifndef HAVE_KINFO_GETFILE
-+ size_t len;
-+ int name[4];
-+#else
-+ int cnt;
-+#endif /* HAVE_KINFO_GETFILE */
-+#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */
-+#endif /* __FreeBSD__ */
- guint i;
-
- if (pid == -1)
- return NULL;
-
-+#ifndef __FreeBSD__
- /* Try to get the working directory using various OS-specific mechanisms */
- for (i = 0; i < G_N_ELEMENTS (patterns); ++i)
- {
-@@ -230,6 +252,49 @@ cwd_of_pid (int pid)
- return working_dir;
- }
- }
-+#else
-+ int fgpid;
-+#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104)
-+#ifndef HAVE_KINFO_GETFILE
-+ name[0] = CTL_KERN;
-+ name[1] = KERN_PROC;
-+ name[2] = KERN_PROC_FILEDESC;
-+ name[3] = fgpid;
-+
-+ if (sysctl (name, 4, NULL, &len, NULL, 0) < 0)
-+ return g_strdup (priv->initial_working_directory);
-+ freep = kif = g_malloc (len);
-+ if (sysctl (name, 4, kif, &len, NULL, 0) < 0)
-+ {
-+ g_free (freep);
-+ return g_strdup (priv->initial_working_directory);
-+ }
-+#else
-+ freep = kinfo_getfile (fgpid, &cnt);
-+#endif /* HAVE_KINFO_GETFILE */
-+
-+#ifndef HAVE_KINFO_GETFILE
-+ for (i = 0; i < len / sizeof (*kif); i++, kif++)
-+ {
-+ if (kif->kf_structsize != sizeof (*kif))
-+ continue;
-+#else
-+ for (i = 0; i < cnt; i++)
-+ {
-+ kif = &freep[i];
-+#endif /* HAVE_KINFO_GETFILE */
-+ if (kif->kf_fd == KF_FD_TYPE_CWD)
-+ {
-+ char *working_dir;
-+
-+ working_dir = g_strdup (kif->kf_path);
-+ g_free (freep);
-+ return working_dir;
-+ }
-+ }
-+ g_free (freep);
-+#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */
-+#endif /* __FreeBSD__ */
-
- return NULL;
- }
diff --git a/x11/gnome-terminal/pkg-descr b/x11/gnome-terminal/pkg-descr
deleted file mode 100644
index 1193c30f7..000000000
--- a/x11/gnome-terminal/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Default terminal emulator for the GNOME 2.0 Desktop.
-
-WWW: http://www.gnome.org/
diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist
deleted file mode 100644
index f9b20ca16..000000000
--- a/x11/gnome-terminal/pkg-plist
+++ /dev/null
@@ -1,270 +0,0 @@
-bin/gnome-terminal
-share/applications/gnome-terminal.desktop
-%%DATADIR%%/encodings-dialog.ui
-%%DATADIR%%/keybinding-editor.ui
-%%DATADIR%%/profile-manager.ui
-%%DATADIR%%/profile-new-dialog.ui
-%%DATADIR%%/profile-preferences.ui
-%%DATADIR%%/skey-challenge.ui
-%%DATADIR%%/terminal.about
-%%DATADIR%%/terminal.xml
-share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/C/gnome-terminal.xml
-share/gnome/help/gnome-terminal/C/legal.xml
-share/gnome/help/gnome-terminal/bg/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/bg/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/bg/gnome-terminal.xml
-share/gnome/help/gnome-terminal/bg/legal.xml
-share/gnome/help/gnome-terminal/ca/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/ca/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/ca/gnome-terminal.xml
-share/gnome/help/gnome-terminal/cs/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/cs/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/cs/gnome-terminal.xml
-share/gnome/help/gnome-terminal/da/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/da/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/da/gnome-terminal.xml
-share/gnome/help/gnome-terminal/de/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/de/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/de/gnome-terminal.xml
-share/gnome/help/gnome-terminal/el/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/el/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/el/gnome-terminal.xml
-share/gnome/help/gnome-terminal/en_GB/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/en_GB/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/en_GB/gnome-terminal.xml
-share/gnome/help/gnome-terminal/es/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/es/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/es/gnome-terminal.xml
-share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/fr/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/fr/gnome-terminal.xml
-share/gnome/help/gnome-terminal/it/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/it/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/it/gnome-terminal.xml
-share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/ja/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/ja/gnome-terminal.xml
-share/gnome/help/gnome-terminal/ja/legal.xml
-share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/ko/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/ko/gnome-terminal.xml
-share/gnome/help/gnome-terminal/oc/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/oc/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/oc/gnome-terminal.xml
-share/gnome/help/gnome-terminal/pt_BR/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/pt_BR/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/pt_BR/gnome-terminal.xml
-share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/ro/gnome-terminal.xml
-share/gnome/help/gnome-terminal/ro/legal.xml
-share/gnome/help/gnome-terminal/ru/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/ru/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/ru/gnome-terminal.xml
-share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/sv/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/sv/gnome-terminal.xml
-share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/uk/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/uk/gnome-terminal.xml
-share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/zh_CN/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/zh_CN/gnome-terminal.xml
-share/gnome/help/gnome-terminal/zh_CN/legal.xml
-share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-default.png
-share/gnome/help/gnome-terminal/zh_TW/figures/gnome-terminal-tabbed.png
-share/gnome/help/gnome-terminal/zh_TW/gnome-terminal.xml
-share/gnome/help/gnome-terminal/zh_TW/legal.xml
-share/locale/am/LC_MESSAGES/gnome-terminal.mo
-share/locale/ar/LC_MESSAGES/gnome-terminal.mo
-share/locale/as/LC_MESSAGES/gnome-terminal.mo
-share/locale/ast/LC_MESSAGES/gnome-terminal.mo
-share/locale/az/LC_MESSAGES/gnome-terminal.mo
-share/locale/be/LC_MESSAGES/gnome-terminal.mo
-share/locale/be@latin/LC_MESSAGES/gnome-terminal.mo
-share/locale/bg/LC_MESSAGES/gnome-terminal.mo
-share/locale/bn/LC_MESSAGES/gnome-terminal.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-terminal.mo
-share/locale/bs/LC_MESSAGES/gnome-terminal.mo
-share/locale/ca/LC_MESSAGES/gnome-terminal.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-terminal.mo
-share/locale/cs/LC_MESSAGES/gnome-terminal.mo
-share/locale/cy/LC_MESSAGES/gnome-terminal.mo
-share/locale/da/LC_MESSAGES/gnome-terminal.mo
-share/locale/de/LC_MESSAGES/gnome-terminal.mo
-share/locale/dz/LC_MESSAGES/gnome-terminal.mo
-share/locale/el/LC_MESSAGES/gnome-terminal.mo
-share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo
-share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo
-share/locale/es/LC_MESSAGES/gnome-terminal.mo
-share/locale/et/LC_MESSAGES/gnome-terminal.mo
-share/locale/eu/LC_MESSAGES/gnome-terminal.mo
-share/locale/fa/LC_MESSAGES/gnome-terminal.mo
-share/locale/fi/LC_MESSAGES/gnome-terminal.mo
-share/locale/fr/LC_MESSAGES/gnome-terminal.mo
-share/locale/fur/LC_MESSAGES/gnome-terminal.mo
-share/locale/ga/LC_MESSAGES/gnome-terminal.mo
-share/locale/gl/LC_MESSAGES/gnome-terminal.mo
-share/locale/gu/LC_MESSAGES/gnome-terminal.mo
-share/locale/he/LC_MESSAGES/gnome-terminal.mo
-share/locale/hi/LC_MESSAGES/gnome-terminal.mo
-share/locale/hr/LC_MESSAGES/gnome-terminal.mo
-share/locale/hu/LC_MESSAGES/gnome-terminal.mo
-share/locale/hy/LC_MESSAGES/gnome-terminal.mo
-share/locale/id/LC_MESSAGES/gnome-terminal.mo
-share/locale/it/LC_MESSAGES/gnome-terminal.mo
-share/locale/ja/LC_MESSAGES/gnome-terminal.mo
-share/locale/ka/LC_MESSAGES/gnome-terminal.mo
-share/locale/kn/LC_MESSAGES/gnome-terminal.mo
-share/locale/ko/LC_MESSAGES/gnome-terminal.mo
-share/locale/ku/LC_MESSAGES/gnome-terminal.mo
-share/locale/lt/LC_MESSAGES/gnome-terminal.mo
-share/locale/lv/LC_MESSAGES/gnome-terminal.mo
-share/locale/mai/LC_MESSAGES/gnome-terminal.mo
-share/locale/mg/LC_MESSAGES/gnome-terminal.mo
-share/locale/mk/LC_MESSAGES/gnome-terminal.mo
-share/locale/ml/LC_MESSAGES/gnome-terminal.mo
-share/locale/mn/LC_MESSAGES/gnome-terminal.mo
-share/locale/mr/LC_MESSAGES/gnome-terminal.mo
-share/locale/ms/LC_MESSAGES/gnome-terminal.mo
-share/locale/nb/LC_MESSAGES/gnome-terminal.mo
-share/locale/ne/LC_MESSAGES/gnome-terminal.mo
-share/locale/nl/LC_MESSAGES/gnome-terminal.mo
-share/locale/nn/LC_MESSAGES/gnome-terminal.mo
-share/locale/oc/LC_MESSAGES/gnome-terminal.mo
-share/locale/or/LC_MESSAGES/gnome-terminal.mo
-share/locale/pa/LC_MESSAGES/gnome-terminal.mo
-share/locale/pl/LC_MESSAGES/gnome-terminal.mo
-share/locale/ps/LC_MESSAGES/gnome-terminal.mo
-share/locale/pt/LC_MESSAGES/gnome-terminal.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo
-share/locale/ro/LC_MESSAGES/gnome-terminal.mo
-share/locale/ru/LC_MESSAGES/gnome-terminal.mo
-share/locale/rw/LC_MESSAGES/gnome-terminal.mo
-share/locale/si/LC_MESSAGES/gnome-terminal.mo
-share/locale/sk/LC_MESSAGES/gnome-terminal.mo
-share/locale/sl/LC_MESSAGES/gnome-terminal.mo
-share/locale/sq/LC_MESSAGES/gnome-terminal.mo
-share/locale/sr/LC_MESSAGES/gnome-terminal.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-terminal.mo
-share/locale/sv/LC_MESSAGES/gnome-terminal.mo
-share/locale/ta/LC_MESSAGES/gnome-terminal.mo
-share/locale/te/LC_MESSAGES/gnome-terminal.mo
-share/locale/th/LC_MESSAGES/gnome-terminal.mo
-share/locale/tr/LC_MESSAGES/gnome-terminal.mo
-share/locale/uk/LC_MESSAGES/gnome-terminal.mo
-share/locale/vi/LC_MESSAGES/gnome-terminal.mo
-share/locale/wa/LC_MESSAGES/gnome-terminal.mo
-share/locale/xh/LC_MESSAGES/gnome-terminal.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-terminal.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo
-share/omf/gnome-terminal/gnome-terminal-C.omf
-share/omf/gnome-terminal/gnome-terminal-bg.omf
-share/omf/gnome-terminal/gnome-terminal-ca.omf
-share/omf/gnome-terminal/gnome-terminal-cs.omf
-share/omf/gnome-terminal/gnome-terminal-da.omf
-share/omf/gnome-terminal/gnome-terminal-de.omf
-share/omf/gnome-terminal/gnome-terminal-el.omf
-share/omf/gnome-terminal/gnome-terminal-en_GB.omf
-share/omf/gnome-terminal/gnome-terminal-es.omf
-share/omf/gnome-terminal/gnome-terminal-fr.omf
-share/omf/gnome-terminal/gnome-terminal-it.omf
-share/omf/gnome-terminal/gnome-terminal-ja.omf
-share/omf/gnome-terminal/gnome-terminal-ko.omf
-share/omf/gnome-terminal/gnome-terminal-oc.omf
-share/omf/gnome-terminal/gnome-terminal-pt_BR.omf
-share/omf/gnome-terminal/gnome-terminal-ro.omf
-share/omf/gnome-terminal/gnome-terminal-ru.omf
-share/omf/gnome-terminal/gnome-terminal-sv.omf
-share/omf/gnome-terminal/gnome-terminal-uk.omf
-share/omf/gnome-terminal/gnome-terminal-zh_CN.omf
-share/omf/gnome-terminal/gnome-terminal-zh_TW.omf
-@dirrm share/omf/gnome-terminal
-@dirrm share/gnome/help/gnome-terminal/zh_TW/figures
-@dirrm share/gnome/help/gnome-terminal/zh_TW
-@dirrm share/gnome/help/gnome-terminal/zh_CN/figures
-@dirrm share/gnome/help/gnome-terminal/zh_CN
-@dirrm share/gnome/help/gnome-terminal/uk/figures
-@dirrm share/gnome/help/gnome-terminal/uk
-@dirrm share/gnome/help/gnome-terminal/sv/figures
-@dirrm share/gnome/help/gnome-terminal/sv
-@dirrm share/gnome/help/gnome-terminal/ru/figures
-@dirrm share/gnome/help/gnome-terminal/ru
-@dirrm share/gnome/help/gnome-terminal/ro/figures
-@dirrm share/gnome/help/gnome-terminal/ro
-@dirrm share/gnome/help/gnome-terminal/pt_BR/figures
-@dirrm share/gnome/help/gnome-terminal/pt_BR
-@dirrm share/gnome/help/gnome-terminal/oc/figures
-@dirrm share/gnome/help/gnome-terminal/oc
-@dirrm share/gnome/help/gnome-terminal/ko/figures
-@dirrm share/gnome/help/gnome-terminal/ko
-@dirrm share/gnome/help/gnome-terminal/ja/figures
-@dirrm share/gnome/help/gnome-terminal/ja
-@dirrm share/gnome/help/gnome-terminal/it/figures
-@dirrm share/gnome/help/gnome-terminal/it
-@dirrm share/gnome/help/gnome-terminal/fr/figures
-@dirrm share/gnome/help/gnome-terminal/fr
-@dirrm share/gnome/help/gnome-terminal/es/figures
-@dirrm share/gnome/help/gnome-terminal/es
-@dirrm share/gnome/help/gnome-terminal/en_GB/figures
-@dirrm share/gnome/help/gnome-terminal/en_GB
-@dirrm share/gnome/help/gnome-terminal/el/figures
-@dirrm share/gnome/help/gnome-terminal/el
-@dirrm share/gnome/help/gnome-terminal/de/figures
-@dirrm share/gnome/help/gnome-terminal/de
-@dirrm share/gnome/help/gnome-terminal/da/figures
-@dirrm share/gnome/help/gnome-terminal/da
-@dirrm share/gnome/help/gnome-terminal/cs/figures
-@dirrm share/gnome/help/gnome-terminal/cs
-@dirrm share/gnome/help/gnome-terminal/ca/figures
-@dirrm share/gnome/help/gnome-terminal/ca
-@dirrm share/gnome/help/gnome-terminal/bg/figures
-@dirrm share/gnome/help/gnome-terminal/bg
-@dirrm share/gnome/help/gnome-terminal/C/figures
-@dirrm share/gnome/help/gnome-terminal/C
-@dirrm share/gnome/help/gnome-terminal
-@dirrm %%DATADIR%%
-@dirrmtry share/applications
-@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/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/ps/LC_MESSAGES
-@dirrmtry share/locale/ps
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/fur/LC_MESSAGES
-@dirrmtry share/locale/fur
-@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