diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 2 | ||||
-rw-r--r-- | x11/altyo/Makefile | 43 | ||||
-rw-r--r-- | x11/altyo/distinfo | 3 | ||||
-rw-r--r-- | x11/altyo/files/patch-Makefile | 56 | ||||
-rw-r--r-- | x11/altyo/files/patch-altyo__settings.vala | 56 | ||||
-rw-r--r-- | x11/altyo/files/patch-altyo__terminal.vala | 69 | ||||
-rw-r--r-- | x11/altyo/files/patch-altyo__window.vala | 11 | ||||
-rw-r--r-- | x11/altyo/pkg-descr | 4 | ||||
-rw-r--r-- | x11/altyo/pkg-plist | 6 | ||||
-rw-r--r-- | x11/pantheon-terminal/Makefile | 48 | ||||
-rw-r--r-- | x11/pantheon-terminal/distinfo | 3 | ||||
-rw-r--r-- | x11/pantheon-terminal/pkg-descr | 5 | ||||
-rw-r--r-- | x11/pantheon-terminal/pkg-message | 5 | ||||
-rw-r--r-- | x11/pantheon-terminal/pkg-plist | 203 |
14 files changed, 0 insertions, 514 deletions
diff --git a/x11/Makefile b/x11/Makefile index 1eead7b082ac..418db7513a02 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -10,7 +10,6 @@ SUBDIR += alacritty SUBDIR += alltray SUBDIR += alttab - SUBDIR += altyo SUBDIR += aminal SUBDIR += antimicro SUBDIR += appres @@ -249,7 +248,6 @@ SUBDIR += p5-X11-XCB SUBDIR += p5-X11-Xlib SUBDIR += p5-XTerm-Conf - SUBDIR += pantheon-terminal SUBDIR += pcdm SUBDIR += perwindowlayoutd SUBDIR += pipeglade diff --git a/x11/altyo/Makefile b/x11/altyo/Makefile deleted file mode 100644 index 726abb38c9f1..000000000000 --- a/x11/altyo/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Nicola Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= altyo -DISTVERSIONPREFIX= debian/ -DISTVERSION= 0.4_rc19 -DISTVERSIONSUFFIX= -${GH_ACCOUNT}1 -PORTREVISION= 2 -CATEGORIES= x11 - -MAINTAINER= nivit@FreeBSD.org -COMMENT= Drop-down terminal emulator, written in Vala - -LICENSE= GPLv3 - -BROKEN= Cannot convert from `unowned string' to `unowned char[]?' -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-03-05 - -BUILD_DEPENDS= git:devel/git \ - valac:lang/vala - -ALL_TARGET= default - -GH_ACCOUNT= linvinus -GH_PROJECT= AltYo - -INSTALLS_ICONS= yes - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_MAKE_ENV= NLSUPPORT=yes -NLS_USES= gettext-runtime:run gettext-tools:build - -USES= gmake pkgconfig -USE_GITHUB= yes -USE_GNOME= gtk30 vte3 - -post-install: - -@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -.include <bsd.port.mk> diff --git a/x11/altyo/distinfo b/x11/altyo/distinfo deleted file mode 100644 index 056192b29755..000000000000 --- a/x11/altyo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464786598 -SHA256 (linvinus-AltYo-debian-0.4_rc19-linvinus1_GH0.tar.gz) = e0ce5a53d25a0378af279cbd472722cf02605f8fffe137fa2a4272f91d68af97 -SIZE (linvinus-AltYo-debian-0.4_rc19-linvinus1_GH0.tar.gz) = 142389 diff --git a/x11/altyo/files/patch-Makefile b/x11/altyo/files/patch-Makefile deleted file mode 100644 index 98398119439c..000000000000 --- a/x11/altyo/files/patch-Makefile +++ /dev/null @@ -1,56 +0,0 @@ ---- Makefile.orig 2016-04-19 20:55:59 UTC -+++ Makefile -@@ -1,25 +1,7 @@ - PRG_NAME=altyo - --# guess Linux distro --LINUX.DISTRIB.FILE=$(shell ls /etc/lsb-release 2>/dev/null) --ifeq ($(LINUX.DISTRIB.FILE),) --LINUX.DISTRIB.FILE=$(shell ls /etc/debian_version 2>/dev/null) --endif -- --ifeq ($(LINUX.DISTRIB.FILE),/etc/lsb-release) --LINUX.DISTRIB.ID=$(shell grep DISTRIB_ID /etc/lsb-release | sed 's/DISTRIB_ID=//') --endif -- --ifeq ($(LINUX.DISTRIB.FILE),/etc/debian_version) --LINUX.DISTRIB.ID=debian --endif -- --ifeq ($(LINUX.DISTRIB.ID),Ubuntu) --LINUX.DISTRIB.ID=ubuntu --endif -- --CHANGELOG_TAG=${shell grep -m 1 "^altyo" ./debian/changelog | sed 's/.*(//' | sed 's/).*$$//'| sed 's/~/_/' | sed 's/:/%/'} --GIT_HASH=${shell which git >/dev/null && git log -1 --pretty=format:%h} -+GIT_HASH= -+CHANGELOG_TAG= - VALA_FLAGS ?= - - #use tmpfs for ssd hard drive -@@ -95,19 +77,25 @@ install: gen_mo - test -z "$(DESTDIR)$(PREFIX)/share/applications" || mkdir -p "$(DESTDIR)$(PREFIX)/share/applications"; - cp -a ./data/altyo.desktop $(DESTDIR)$(PREFIX)/share/applications - cp -a ./data/altyo_standalone.desktop $(DESTDIR)$(PREFIX)/share/applications -+ifeq ($(NLSUPPORT),yes) - test -z "$(DESTDIR)$(PREFIX)/share/locale/ru/LC_MESSAGES" || mkdir -p "$(DESTDIR)$(PREFIX)/share/locale/ru/LC_MESSAGES"; - cp -a ./po/ru/LC_MESSAGES/altyo.mo $(DESTDIR)$(PREFIX)/share/locale/ru/LC_MESSAGES -+endif - test -z "$(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps" || mkdir -p "$(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps"; - cp -a ./data/altyo.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps - test -z "$(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps" || mkdir -p "$(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps"; - cp -a ./data/altyo.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps - - gen_po: -+ifeq ($(NLSUPPORT),yes) - xgettext -o ./po/altyo.po --from-code=UTF-8 -language=C --keyword=_ --keyword=N_ $(VALA_FILES) $(GLADE_FILES) - msgmerge -s -U ./po/ru/LC_MESSAGES/$(PRG_NAME).po ./po/$(PRG_NAME).po -+endif - - gen_mo: -+ifeq ($(NLSUPPORT),yes) - msgfmt -c -v -o ./po/ru/LC_MESSAGES/$(PRG_NAME).mo ./po/ru/LC_MESSAGES/$(PRG_NAME).po -+endif - - source-package: - rm ./altyo || true diff --git a/x11/altyo/files/patch-altyo__settings.vala b/x11/altyo/files/patch-altyo__settings.vala deleted file mode 100644 index 7353d38df2c3..000000000000 --- a/x11/altyo/files/patch-altyo__settings.vala +++ /dev/null @@ -1,56 +0,0 @@ ---- altyo_settings.vala.orig 2016-04-19 20:55:59 UTC -+++ altyo_settings.vala -@@ -701,7 +701,11 @@ public class AYSettings : AYTab{ - view.get_cursor(out path,out s_column); - if(store.get_iter(out iter,path)) - if(!store.iter_has_child(iter)){ -+#if VALA_0_36 -+ store.remove(ref iter); -+#else - store.remove(iter); -+#endif - if(store.get_iter(out iter,path)) - view.set_cursor(path,null,false); - else if(path.prev()) -@@ -735,7 +739,11 @@ public class AYSettings : AYTab{ - view.get_cursor(out path,out s_column); - if(store.get_iter(out iter,path)) - if(!store.iter_has_child(iter)){ -+#if VALA_0_36 -+ store.remove(ref iter); -+#else - store.remove(iter); -+#endif - if(store.get_iter(out iter,path)) - view.set_cursor(path,null,false); - else if(path.prev()) -@@ -769,7 +777,11 @@ public class AYSettings : AYTab{ - view.get_cursor(out path,out s_column); - if(store.get_iter(out iter,path)) - if(!store.iter_has_child(iter)){ -+#if VALA_0_36 -+ store.remove(ref iter); -+#else - store.remove(iter); -+#endif - if(store.get_iter(out iter,path)) - view.set_cursor(path,null,false); - else if(path.prev()) -@@ -956,7 +968,7 @@ public class AYSettings : AYTab{ - string msg=""; - uint line,pos; - if(!this.check_css(B.buffer.text,ref S,out line,out pos)){ -- msg=_("in line %d at position %d error:%s").printf(line,pos,S); -+ msg=_("in line %d at position %d error:%s").printf((int)line,(int)pos,S); - debug("on_check_css_button_activate %s",msg); - TextIter where; - B.buffer.get_iter_at_line_offset(out where,(int)line,(int)pos); -@@ -1606,7 +1618,7 @@ public class AYSettings : AYTab{ - string S=""; - uint line,pos; - if(!this.check_css(s,ref S,out line,out pos)){ -- string msg=_("New style will not be saved!\nin line %d at position %d\nerror:%s").printf(line,pos,S); -+ string msg=_("New style will not be saved!\nin line %d at position %d\nerror:%s").printf((int)line,(int)pos,S); - debug("on config apply css error %s",msg); - this.ayobject.main_window.show_message_box(_("AltYo CSS style error"),msg); - }else{//looks good diff --git a/x11/altyo/files/patch-altyo__terminal.vala b/x11/altyo/files/patch-altyo__terminal.vala deleted file mode 100644 index 9256fe316faa..000000000000 --- a/x11/altyo/files/patch-altyo__terminal.vala +++ /dev/null @@ -1,69 +0,0 @@ ---- altyo_terminal.vala.orig 2016-04-19 20:55:59 UTC -+++ altyo_terminal.vala -@@ -50,7 +50,7 @@ public class TildaAuth:Object{ - //string[] commands={}; - //commands=command.split(","); - this.command=command; -- if( GLib.Regex.match_simple("^ *ssh *(,.*)?$",this.command,RegexCompileFlags.CASELESS,0) ) -+ if( GLib.Regex.match_simple("^ *ssh *(,.*)?$",this.command,GLib.RegexCompileFlags.CASELESS,0) ) - this.type="ssh"; - else - this.type="unknown"; -@@ -248,26 +248,26 @@ public class VTToggleButton : Gtk.Button - debug(" RegexEvalCallback %s %s %d",result.str,match_info.fetch(0),match_info.get_match_count()); - GLib.Regex grx; - -- if(!done[0] && Regex.match_simple(".*_REPLACE_.*",this.tab_title_regex[i+1])){ -+ if(!done[0] && GLib.Regex.match_simple(".*_REPLACE_.*",this.tab_title_regex[i+1])){ - //done[0]=true;//replace is allowed repeatedly - grx = new GLib.Regex(GLib.Regex.escape_string("_REPLACE_")); - result.append(grx.replace_literal(this.tab_title_regex[i+1],-1, 0, match_info.fetch(match_info.get_match_count()-1)) ); - return true;//stop - }else -- if(!done[1] && Regex.match_simple(".*_USER_.*",this.tab_title_regex[i+1])){ -+ if(!done[1] && GLib.Regex.match_simple(".*_USER_.*",this.tab_title_regex[i+1])){ - done[1]=true; - grx = new GLib.Regex(GLib.Regex.escape_string("_USER_")); - result.append(grx.replace_literal(this.tab_title_regex[i+1],-1, 0, match_info.fetch(match_info.get_match_count()-1)) ); - return true;//stop - }else -- if(!done[2] && Regex.match_simple(".*_HOSTNAME_.*",this.tab_title_regex[i+1])){ -+ if(!done[2] && GLib.Regex.match_simple(".*_HOSTNAME_.*",this.tab_title_regex[i+1])){ - done[2]=true; - grx = new GLib.Regex(GLib.Regex.escape_string("_HOSTNAME_")); - result.append(grx.replace_literal(this.tab_title_regex[i+1],-1, 0, match_info.fetch(match_info.get_match_count()-1)) ); - this.host_name=match_info.fetch(match_info.get_match_count()-1); - return true;//stop - }else -- if(!done[3] && Regex.match_simple(".*_PATH_.*",this.tab_title_regex[i+1])){ -+ if(!done[3] && GLib.Regex.match_simple(".*_PATH_.*",this.tab_title_regex[i+1])){ - done[3]=true; - grx = new GLib.Regex(GLib.Regex.escape_string("_PATH_")); - result.append(grx.replace_literal(this.tab_title_regex[i+1],-1, 0, match_info.fetch(match_info.get_match_count()-1)) ); -@@ -802,7 +802,7 @@ public class VTTerminal : AYTab{ - (arg == "GDK_CORE_DEVICE_EVENTS" && this.my_conf.get_boolean("workaround_if_focuslost",false) ) ){ - continue;//skip - }else -- if( !GLib.Regex.match_simple(term_exclude_vars,arg,RegexCompileFlags.CASELESS,0) ){ -+ if( !GLib.Regex.match_simple(term_exclude_vars,arg,GLib.RegexCompileFlags.CASELESS,0) ){ - unowned string val=GLib.Environment.get_variable(arg); - string s="%s=%s".printf(arg,(val!=null?val:"")); - envv+=s; -@@ -1056,7 +1056,7 @@ public class VTTerminal : AYTab{ - this.match_tags.steal_all(); - debug("url_regexps=%d",url_regexps.length); - for(int j=0;j<url_regexps.length-1;j+=2){ -- var key=this.vte_term.match_add_gregex((new Regex (url_regexps[j])),0); -+ var key=this.vte_term.match_add_gregex((new GLib.Regex (url_regexps[j])),0); - debug("match_add_gregex %d",key); - if(!this.match_tags.lookup_extended(key,null,null)) - this.match_tags.insert(key,url_regexps[j+1]); -@@ -1616,7 +1616,7 @@ public class VTTerminal : AYTab{ - //Password: - vte_text=vte_text.strip(); - debug("expect=%s get '%s'",expect_string,vte_text); -- if(GLib.Regex.match_simple(".*"+expect_string+".*",vte_text,RegexCompileFlags.CASELESS,0)){ -+ if(GLib.Regex.match_simple(".*"+expect_string+".*",vte_text,GLib.RegexCompileFlags.CASELESS,0)){ - this.vte_term.feed_child(paste,paste.length); - if(cb!=null) cb(); - return false; diff --git a/x11/altyo/files/patch-altyo__window.vala b/x11/altyo/files/patch-altyo__window.vala deleted file mode 100644 index f3bc23255784..000000000000 --- a/x11/altyo/files/patch-altyo__window.vala +++ /dev/null @@ -1,11 +0,0 @@ ---- altyo_window.vala.orig 2016-04-19 20:55:59 UTC -+++ altyo_window.vala -@@ -2889,7 +2889,7 @@ public class AYObject :Object{ - for (item_it = this.children_removed.last(); item_it != null; item_it = item_it.prev) { - AYTab tab = item_it.data; - tab.stop_remove_timer();//disable timer while popup shown -- string s = ( tab.tbutton.tab_title != null ? tab.tbutton.tab_title : _("index %d").printf(tab.tbutton.tab_index) ); -+ string s = ( tab.tbutton.tab_title != null ? tab.tbutton.tab_title : _("index %d").printf((int)tab.tbutton.tab_index) ); - menuitem = new Gtk.MenuItem.with_label ("%d: %s".printf(index,s)); - menuitem.activate.connect(()=>{ - debug("trying to restore tab %s",menuitem.label); diff --git a/x11/altyo/pkg-descr b/x11/altyo/pkg-descr deleted file mode 100644 index 2cefa66043f0..000000000000 --- a/x11/altyo/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -AltYo - Drop-down terminal emulator, written in Vala, depends only -on libvte and gtk3. - -WWW: https://github.com/linvinus/AltYo diff --git a/x11/altyo/pkg-plist b/x11/altyo/pkg-plist deleted file mode 100644 index 2b132d4c41d1..000000000000 --- a/x11/altyo/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/altyo -share/applications/altyo.desktop -share/applications/altyo_standalone.desktop -share/icons/hicolor/48x48/apps/altyo.png -share/icons/hicolor/scalable/apps/altyo.svg -%%NLS%%share/locale/ru/LC_MESSAGES/altyo.mo diff --git a/x11/pantheon-terminal/Makefile b/x11/pantheon-terminal/Makefile deleted file mode 100644 index 4eac53b3bf6a..000000000000 --- a/x11/pantheon-terminal/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pantheon-terminal -PORTVERSION= 0.4.3 -PORTREVISION= 2 -CATEGORIES= x11 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Lightweight, beautiful, and simple terminal from Elementary OS - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= Doesn't build with vala 0.40+ -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-03-05 - -LIB_DEPENDS= libgee-0.8.so:devel/libgee \ - libgnutls.so:security/gnutls \ - libgranite.so:x11-toolkits/granite \ - libpcre2-8.so:devel/pcre2 -BUILD_DEPENDS= valac:lang/vala -RUN_DEPENDS= dbus-send:devel/dbus - -USES= cmake desktop-file-utils gettext pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= elementary -GH_PROJECT= terminal -CMAKE_ARGS= -DGSETTINGS_COMPILE:BOOL=NO -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool vte3 -GLIB_SCHEMAS= org.pantheon.terminal.gschema.xml - -PORTDOCS= AUTHORS README.md - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|/proc|/compat/linux/proc|' \ - ${WRKSRC}/src/TerminalWidget.vala - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ -.endfor - -.include <bsd.port.mk> diff --git a/x11/pantheon-terminal/distinfo b/x11/pantheon-terminal/distinfo deleted file mode 100644 index db54649c4e27..000000000000 --- a/x11/pantheon-terminal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1503228041 -SHA256 (elementary-terminal-0.4.3_GH0.tar.gz) = b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55 -SIZE (elementary-terminal-0.4.3_GH0.tar.gz) = 179644 diff --git a/x11/pantheon-terminal/pkg-descr b/x11/pantheon-terminal/pkg-descr deleted file mode 100644 index 769dc4f3da3d..000000000000 --- a/x11/pantheon-terminal/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A super lightweight, beautiful, and simple terminal. Comes with -sane defaults, browser-class tabs, sudo paste protection, smart -copy/paste, and little to no configuration. - -WWW: https://github.com/elementary/terminal diff --git a/x11/pantheon-terminal/pkg-message b/x11/pantheon-terminal/pkg-message deleted file mode 100644 index 65c239c1778c..000000000000 --- a/x11/pantheon-terminal/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -pantheon-terminal requires linprocfs(5) to be mounted. If you don't -have it mounted already, please add this line to /etc/fstab and run -`mount linproc`: - - linproc /compat/linux/proc linprocfs rw 0 0 diff --git a/x11/pantheon-terminal/pkg-plist b/x11/pantheon-terminal/pkg-plist deleted file mode 100644 index 35a7651cf27e..000000000000 --- a/x11/pantheon-terminal/pkg-plist +++ /dev/null @@ -1,203 +0,0 @@ -bin/pantheon-terminal -share/appdata/pantheon-terminal.appdata.xml -share/applications/open-pantheon-terminal-here.desktop -share/applications/org.pantheon.terminal.desktop -share/locale/aa/LC_MESSAGES/pantheon-terminal.mo -share/locale/ab/LC_MESSAGES/pantheon-terminal.mo -share/locale/ae/LC_MESSAGES/pantheon-terminal.mo -share/locale/af/LC_MESSAGES/pantheon-terminal.mo -share/locale/ak/LC_MESSAGES/pantheon-terminal.mo -share/locale/am/LC_MESSAGES/pantheon-terminal.mo -share/locale/an/LC_MESSAGES/pantheon-terminal.mo -share/locale/ar/LC_MESSAGES/pantheon-terminal.mo -share/locale/as/LC_MESSAGES/pantheon-terminal.mo -share/locale/ast/LC_MESSAGES/pantheon-terminal.mo -share/locale/av/LC_MESSAGES/pantheon-terminal.mo -share/locale/ay/LC_MESSAGES/pantheon-terminal.mo -share/locale/az/LC_MESSAGES/pantheon-terminal.mo -share/locale/ba/LC_MESSAGES/pantheon-terminal.mo -share/locale/be/LC_MESSAGES/pantheon-terminal.mo -share/locale/bg/LC_MESSAGES/pantheon-terminal.mo -share/locale/bh/LC_MESSAGES/pantheon-terminal.mo -share/locale/bi/LC_MESSAGES/pantheon-terminal.mo -share/locale/bm/LC_MESSAGES/pantheon-terminal.mo -share/locale/bn/LC_MESSAGES/pantheon-terminal.mo -share/locale/bo/LC_MESSAGES/pantheon-terminal.mo -share/locale/br/LC_MESSAGES/pantheon-terminal.mo -share/locale/bs/LC_MESSAGES/pantheon-terminal.mo -share/locale/ca/LC_MESSAGES/pantheon-terminal.mo -share/locale/ce/LC_MESSAGES/pantheon-terminal.mo -share/locale/ch/LC_MESSAGES/pantheon-terminal.mo -share/locale/ckb/LC_MESSAGES/pantheon-terminal.mo -share/locale/co/LC_MESSAGES/pantheon-terminal.mo -share/locale/cr/LC_MESSAGES/pantheon-terminal.mo -share/locale/cs/LC_MESSAGES/pantheon-terminal.mo -share/locale/cu/LC_MESSAGES/pantheon-terminal.mo -share/locale/cv/LC_MESSAGES/pantheon-terminal.mo -share/locale/cy/LC_MESSAGES/pantheon-terminal.mo -share/locale/da/LC_MESSAGES/pantheon-terminal.mo -share/locale/de/LC_MESSAGES/pantheon-terminal.mo -share/locale/dv/LC_MESSAGES/pantheon-terminal.mo -share/locale/dz/LC_MESSAGES/pantheon-terminal.mo -share/locale/ee/LC_MESSAGES/pantheon-terminal.mo -share/locale/el/LC_MESSAGES/pantheon-terminal.mo -share/locale/en_AU/LC_MESSAGES/pantheon-terminal.mo -share/locale/en_CA/LC_MESSAGES/pantheon-terminal.mo -share/locale/en_GB/LC_MESSAGES/pantheon-terminal.mo -share/locale/eo/LC_MESSAGES/pantheon-terminal.mo -share/locale/es/LC_MESSAGES/pantheon-terminal.mo -share/locale/et/LC_MESSAGES/pantheon-terminal.mo -share/locale/eu/LC_MESSAGES/pantheon-terminal.mo -share/locale/fa/LC_MESSAGES/pantheon-terminal.mo -share/locale/ff/LC_MESSAGES/pantheon-terminal.mo -share/locale/fi/LC_MESSAGES/pantheon-terminal.mo -share/locale/fj/LC_MESSAGES/pantheon-terminal.mo -share/locale/fo/LC_MESSAGES/pantheon-terminal.mo -share/locale/fr/LC_MESSAGES/pantheon-terminal.mo -share/locale/fr_CA/LC_MESSAGES/pantheon-terminal.mo -share/locale/fy/LC_MESSAGES/pantheon-terminal.mo -share/locale/ga/LC_MESSAGES/pantheon-terminal.mo -share/locale/gd/LC_MESSAGES/pantheon-terminal.mo -share/locale/gl/LC_MESSAGES/pantheon-terminal.mo -share/locale/gn/LC_MESSAGES/pantheon-terminal.mo -share/locale/gu/LC_MESSAGES/pantheon-terminal.mo -share/locale/gv/LC_MESSAGES/pantheon-terminal.mo -share/locale/ha/LC_MESSAGES/pantheon-terminal.mo -share/locale/he/LC_MESSAGES/pantheon-terminal.mo -share/locale/hi/LC_MESSAGES/pantheon-terminal.mo -share/locale/ho/LC_MESSAGES/pantheon-terminal.mo -share/locale/hr/LC_MESSAGES/pantheon-terminal.mo -share/locale/ht/LC_MESSAGES/pantheon-terminal.mo -share/locale/hu/LC_MESSAGES/pantheon-terminal.mo -share/locale/hy/LC_MESSAGES/pantheon-terminal.mo -share/locale/hz/LC_MESSAGES/pantheon-terminal.mo -share/locale/ia/LC_MESSAGES/pantheon-terminal.mo -share/locale/id/LC_MESSAGES/pantheon-terminal.mo -share/locale/ie/LC_MESSAGES/pantheon-terminal.mo -share/locale/ig/LC_MESSAGES/pantheon-terminal.mo -share/locale/ii/LC_MESSAGES/pantheon-terminal.mo -share/locale/ik/LC_MESSAGES/pantheon-terminal.mo -share/locale/io/LC_MESSAGES/pantheon-terminal.mo -share/locale/is/LC_MESSAGES/pantheon-terminal.mo -share/locale/it/LC_MESSAGES/pantheon-terminal.mo -share/locale/iu/LC_MESSAGES/pantheon-terminal.mo -share/locale/ja/LC_MESSAGES/pantheon-terminal.mo -share/locale/jv/LC_MESSAGES/pantheon-terminal.mo -share/locale/ka/LC_MESSAGES/pantheon-terminal.mo -share/locale/kg/LC_MESSAGES/pantheon-terminal.mo -share/locale/ki/LC_MESSAGES/pantheon-terminal.mo -share/locale/kj/LC_MESSAGES/pantheon-terminal.mo -share/locale/kk/LC_MESSAGES/pantheon-terminal.mo -share/locale/kl/LC_MESSAGES/pantheon-terminal.mo -share/locale/km/LC_MESSAGES/pantheon-terminal.mo -share/locale/kn/LC_MESSAGES/pantheon-terminal.mo -share/locale/ko/LC_MESSAGES/pantheon-terminal.mo -share/locale/kr/LC_MESSAGES/pantheon-terminal.mo -share/locale/ks/LC_MESSAGES/pantheon-terminal.mo -share/locale/ku/LC_MESSAGES/pantheon-terminal.mo -share/locale/kv/LC_MESSAGES/pantheon-terminal.mo -share/locale/kw/LC_MESSAGES/pantheon-terminal.mo -share/locale/ky/LC_MESSAGES/pantheon-terminal.mo -share/locale/la/LC_MESSAGES/pantheon-terminal.mo -share/locale/lb/LC_MESSAGES/pantheon-terminal.mo -share/locale/lg/LC_MESSAGES/pantheon-terminal.mo -share/locale/li/LC_MESSAGES/pantheon-terminal.mo -share/locale/ln/LC_MESSAGES/pantheon-terminal.mo -share/locale/lo/LC_MESSAGES/pantheon-terminal.mo -share/locale/lt/LC_MESSAGES/pantheon-terminal.mo -share/locale/lu/LC_MESSAGES/pantheon-terminal.mo -share/locale/lv/LC_MESSAGES/pantheon-terminal.mo -share/locale/mg/LC_MESSAGES/pantheon-terminal.mo -share/locale/mh/LC_MESSAGES/pantheon-terminal.mo -share/locale/mi/LC_MESSAGES/pantheon-terminal.mo -share/locale/mk/LC_MESSAGES/pantheon-terminal.mo -share/locale/ml/LC_MESSAGES/pantheon-terminal.mo -share/locale/mn/LC_MESSAGES/pantheon-terminal.mo -share/locale/mo/LC_MESSAGES/pantheon-terminal.mo -share/locale/mr/LC_MESSAGES/pantheon-terminal.mo -share/locale/ms/LC_MESSAGES/pantheon-terminal.mo -share/locale/mt/LC_MESSAGES/pantheon-terminal.mo -share/locale/my/LC_MESSAGES/pantheon-terminal.mo -share/locale/na/LC_MESSAGES/pantheon-terminal.mo -share/locale/nb/LC_MESSAGES/pantheon-terminal.mo -share/locale/nd/LC_MESSAGES/pantheon-terminal.mo -share/locale/ne/LC_MESSAGES/pantheon-terminal.mo -share/locale/ng/LC_MESSAGES/pantheon-terminal.mo -share/locale/nl/LC_MESSAGES/pantheon-terminal.mo -share/locale/nn/LC_MESSAGES/pantheon-terminal.mo -share/locale/no/LC_MESSAGES/pantheon-terminal.mo -share/locale/nr/LC_MESSAGES/pantheon-terminal.mo -share/locale/nv/LC_MESSAGES/pantheon-terminal.mo -share/locale/ny/LC_MESSAGES/pantheon-terminal.mo -share/locale/oc/LC_MESSAGES/pantheon-terminal.mo -share/locale/oj/LC_MESSAGES/pantheon-terminal.mo -share/locale/om/LC_MESSAGES/pantheon-terminal.mo -share/locale/or/LC_MESSAGES/pantheon-terminal.mo -share/locale/os/LC_MESSAGES/pantheon-terminal.mo -share/locale/pa/LC_MESSAGES/pantheon-terminal.mo -share/locale/pi/LC_MESSAGES/pantheon-terminal.mo -share/locale/pl/LC_MESSAGES/pantheon-terminal.mo -share/locale/ps/LC_MESSAGES/pantheon-terminal.mo -share/locale/pt/LC_MESSAGES/pantheon-terminal.mo -share/locale/pt_BR/LC_MESSAGES/pantheon-terminal.mo -share/locale/qu/LC_MESSAGES/pantheon-terminal.mo -share/locale/rm/LC_MESSAGES/pantheon-terminal.mo -share/locale/rn/LC_MESSAGES/pantheon-terminal.mo -share/locale/ro/LC_MESSAGES/pantheon-terminal.mo -share/locale/ru/LC_MESSAGES/pantheon-terminal.mo -share/locale/rue/LC_MESSAGES/pantheon-terminal.mo -share/locale/rw/LC_MESSAGES/pantheon-terminal.mo -share/locale/sa/LC_MESSAGES/pantheon-terminal.mo -share/locale/sc/LC_MESSAGES/pantheon-terminal.mo -share/locale/sd/LC_MESSAGES/pantheon-terminal.mo -share/locale/se/LC_MESSAGES/pantheon-terminal.mo -share/locale/sg/LC_MESSAGES/pantheon-terminal.mo -share/locale/si/LC_MESSAGES/pantheon-terminal.mo -share/locale/sk/LC_MESSAGES/pantheon-terminal.mo -share/locale/sl/LC_MESSAGES/pantheon-terminal.mo -share/locale/sm/LC_MESSAGES/pantheon-terminal.mo -share/locale/sma/LC_MESSAGES/pantheon-terminal.mo -share/locale/sn/LC_MESSAGES/pantheon-terminal.mo -share/locale/so/LC_MESSAGES/pantheon-terminal.mo -share/locale/sq/LC_MESSAGES/pantheon-terminal.mo -share/locale/sr/LC_MESSAGES/pantheon-terminal.mo -share/locale/ss/LC_MESSAGES/pantheon-terminal.mo -share/locale/st/LC_MESSAGES/pantheon-terminal.mo -share/locale/su/LC_MESSAGES/pantheon-terminal.mo -share/locale/sv/LC_MESSAGES/pantheon-terminal.mo -share/locale/sw/LC_MESSAGES/pantheon-terminal.mo -share/locale/ta/LC_MESSAGES/pantheon-terminal.mo -share/locale/te/LC_MESSAGES/pantheon-terminal.mo -share/locale/tg/LC_MESSAGES/pantheon-terminal.mo -share/locale/th/LC_MESSAGES/pantheon-terminal.mo -share/locale/ti/LC_MESSAGES/pantheon-terminal.mo -share/locale/tk/LC_MESSAGES/pantheon-terminal.mo -share/locale/tl/LC_MESSAGES/pantheon-terminal.mo -share/locale/tlh/LC_MESSAGES/pantheon-terminal.mo -share/locale/tn/LC_MESSAGES/pantheon-terminal.mo -share/locale/to/LC_MESSAGES/pantheon-terminal.mo -share/locale/tr/LC_MESSAGES/pantheon-terminal.mo -share/locale/ts/LC_MESSAGES/pantheon-terminal.mo -share/locale/tt/LC_MESSAGES/pantheon-terminal.mo -share/locale/tw/LC_MESSAGES/pantheon-terminal.mo -share/locale/ty/LC_MESSAGES/pantheon-terminal.mo -share/locale/ug/LC_MESSAGES/pantheon-terminal.mo -share/locale/uk/LC_MESSAGES/pantheon-terminal.mo -share/locale/ur/LC_MESSAGES/pantheon-terminal.mo -share/locale/uz/LC_MESSAGES/pantheon-terminal.mo -share/locale/ve/LC_MESSAGES/pantheon-terminal.mo -share/locale/vi/LC_MESSAGES/pantheon-terminal.mo -share/locale/vo/LC_MESSAGES/pantheon-terminal.mo -share/locale/wa/LC_MESSAGES/pantheon-terminal.mo -share/locale/wo/LC_MESSAGES/pantheon-terminal.mo -share/locale/xh/LC_MESSAGES/pantheon-terminal.mo -share/locale/yi/LC_MESSAGES/pantheon-terminal.mo -share/locale/yo/LC_MESSAGES/pantheon-terminal.mo -share/locale/za/LC_MESSAGES/pantheon-terminal.mo -share/locale/zh/LC_MESSAGES/pantheon-terminal.mo -share/locale/zh_CN/LC_MESSAGES/pantheon-terminal.mo -share/locale/zh_HK/LC_MESSAGES/pantheon-terminal.mo -share/locale/zh_TW/LC_MESSAGES/pantheon-terminal.mo -share/locale/zu/LC_MESSAGES/pantheon-terminal.mo -%%DATADIR%%/enable-fish-completion-notifications -%%DATADIR%%/enable-zsh-completion-notifications |