Major update to xfce4-terminal 0.6.1.
Now supports colorschemes, a search dialog, and a quake-like drop-down mode to bind on a kbd shortcut - and also a lots of bugfixes. See http://git.xfce.org/apps/xfce4-terminal/tree/NEWS for details.
This commit is contained in:
parent
233f48fc10
commit
1c99c9850e
@ -1,12 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2013/01/02 17:12:22 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2013/01/02 19:10:52 landry Exp $
|
||||
|
||||
COMMENT= Xfce4 vte-based terminal
|
||||
|
||||
XFCE_VERSION= 0.4.8
|
||||
XFCE_GOODIE= Terminal
|
||||
# :L is here for a reason
|
||||
PKGNAME= xfce4-${DISTNAME:L}
|
||||
REVISION= 7
|
||||
XFCE_VERSION= 0.6.1
|
||||
XFCE_GOODIE= xfce4-terminal
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -18,20 +15,17 @@ MODULES= x11/xfce4
|
||||
MODXFCE_DESKTOP_FILE= Yes
|
||||
MODXFCE_ICON_CACHE= Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_ARGS += --program-transform-name='s/Terminal/xfce4-terminal/' \
|
||||
--disable-linker-opts
|
||||
|
||||
LIB_DEPENDS= x11/xfce4/exo \
|
||||
x11/dbus-glib \
|
||||
LIB_DEPENDS= x11/xfce4/libxfce4ui \
|
||||
devel/vte
|
||||
|
||||
WANTLIB= X11 atk-1.0 c dbus-1 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 \
|
||||
WANTLIB= X11 X11-xcb atk-1.0 c gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 \
|
||||
ICE SM Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
Xi Xinerama Xrandr Xrender cairo expat fontconfig freetype \
|
||||
gmodule-2.0 gthread-2.0 m ncurses pangocairo-1.0 \
|
||||
pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs \
|
||||
xcb xcb-render GL Xxf86vm drm xcb-shm z exo-1 dbus-glib-1 vte \
|
||||
xcb xcb-render GL Xxf86vm drm xcb-shm z xcb-aux vte \
|
||||
glib-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 xfce4util ffi stdc++ \
|
||||
util harfbuzz icudata icule icuuc
|
||||
util harfbuzz icudata icule icuuc startup-notification-1 xfce4ui-1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (xfce4/Terminal-0.4.8.tar.bz2) = jf9iI02hThpeVC+1ZWDr4g==
|
||||
RMD160 (xfce4/Terminal-0.4.8.tar.bz2) = AGuVn5oO8FQGincd5qSWX+Cq0kI=
|
||||
SHA1 (xfce4/Terminal-0.4.8.tar.bz2) = LxLDoP/60Yl21H5THUBO4wjLLwU=
|
||||
SHA256 (xfce4/Terminal-0.4.8.tar.bz2) = /l2wtxJ86H76HhD0TYkVvogAW2zk8L/qa2RTPiXMeI0=
|
||||
SIZE (xfce4/Terminal-0.4.8.tar.bz2) = 1585791
|
||||
SHA256 (xfce4/xfce4-terminal-0.6.1.tar.bz2) = YTRkJ+Va956GURVyv6uy4CXLE3IIeSJuobmKkvC81Mg=
|
||||
SIZE (xfce4/xfce4-terminal-0.6.1.tar.bz2) = 837279
|
||||
|
@ -1,12 +1,18 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2012/06/15 08:30:25 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2013/01/02 19:10:52 landry Exp $
|
||||
@conflict terminal-<=0.4.5p1
|
||||
@bin bin/xfce4-terminal
|
||||
man/ar/
|
||||
man/ar/man1/
|
||||
@man man/ar/man1/xfce4-terminal.1
|
||||
man/ca/
|
||||
man/ca/man1/
|
||||
@man man/ca/man1/xfce4-terminal.1
|
||||
man/da/
|
||||
man/da/man1/
|
||||
@man man/da/man1/xfce4-terminal.1
|
||||
man/de/
|
||||
man/de/man1/
|
||||
@man man/de/man1/xfce4-terminal.1
|
||||
man/el/
|
||||
man/el/man1/
|
||||
@man man/el/man1/xfce4-terminal.1
|
||||
@ -28,280 +34,105 @@ man/it/man1/
|
||||
man/ja/
|
||||
man/ja/man1/
|
||||
@man man/ja/man1/xfce4-terminal.1
|
||||
man/ko/
|
||||
man/ko/man1/
|
||||
@man man/ko/man1/xfce4-terminal.1
|
||||
man/lt/
|
||||
man/lt/man1/
|
||||
@man man/lt/man1/xfce4-terminal.1
|
||||
@man man/man1/xfce4-terminal.1
|
||||
man/pl/
|
||||
man/pl/man1/
|
||||
@man man/pl/man1/xfce4-terminal.1
|
||||
man/pt/
|
||||
man/pt/man1/
|
||||
@man man/pt/man1/xfce4-terminal.1
|
||||
man/pt_BR/
|
||||
man/pt_BR/man1/
|
||||
@man man/pt_BR/man1/xfce4-terminal.1
|
||||
man/ru/
|
||||
man/ru/man1/
|
||||
@man man/ru/man1/xfce4-terminal.1
|
||||
man/sv/
|
||||
man/sv/man1/
|
||||
@man man/sv/man1/xfce4-terminal.1
|
||||
man/tr/
|
||||
man/tr/man1/
|
||||
@man man/tr/man1/xfce4-terminal.1
|
||||
man/ug/
|
||||
man/ug/man1/
|
||||
@man man/ug/man1/xfce4-terminal.1
|
||||
man/uk/
|
||||
man/uk/man1/
|
||||
@man man/uk/man1/xfce4-terminal.1
|
||||
man/zh_CN/
|
||||
man/zh_CN/man1/
|
||||
@man man/zh_CN/man1/xfce4-terminal.1
|
||||
share/Terminal/
|
||||
share/Terminal/Terminal-toolbars.ui
|
||||
share/Terminal/Terminal.glade
|
||||
share/applications/Terminal.desktop
|
||||
share/doc/Terminal/
|
||||
share/doc/Terminal/C/
|
||||
share/doc/Terminal/C/advanced.html
|
||||
share/doc/Terminal/C/command-line.html
|
||||
share/doc/Terminal/C/copyright.html
|
||||
share/doc/Terminal/C/faq.html
|
||||
share/doc/Terminal/C/getting-started.html
|
||||
share/doc/Terminal/C/images/
|
||||
share/doc/Terminal/C/images/terminal-compose-shortcut.png
|
||||
share/doc/Terminal/C/images/terminal-edit-preferences.png
|
||||
share/doc/Terminal/C/images/terminal-first-time.png
|
||||
share/doc/Terminal/C/images/terminal-multiple-tabs.png
|
||||
share/doc/Terminal/C/images/terminal-preferences-advanced.png
|
||||
share/doc/Terminal/C/images/terminal-preferences-appearance.png
|
||||
share/doc/Terminal/C/images/terminal-preferences-colors.png
|
||||
share/doc/Terminal/C/images/terminal-preferences-general.png
|
||||
share/doc/Terminal/C/images/terminal-preferences-shortcuts.png
|
||||
share/doc/Terminal/C/images/terminal-set-title.png
|
||||
share/doc/Terminal/C/images/terminal-toolbars.png
|
||||
share/doc/Terminal/C/index.html
|
||||
share/doc/Terminal/C/preferences.html
|
||||
share/doc/Terminal/C/support.html
|
||||
share/doc/Terminal/C/usage.html
|
||||
share/doc/Terminal/ca/
|
||||
share/doc/Terminal/ca/advanced.html
|
||||
share/doc/Terminal/ca/command-line.html
|
||||
share/doc/Terminal/ca/copyright.html
|
||||
share/doc/Terminal/ca/faq.html
|
||||
share/doc/Terminal/ca/getting-started.html
|
||||
share/doc/Terminal/ca/images
|
||||
share/doc/Terminal/ca/index.html
|
||||
share/doc/Terminal/ca/preferences.html
|
||||
share/doc/Terminal/ca/support.html
|
||||
share/doc/Terminal/ca/usage.html
|
||||
share/doc/Terminal/da/
|
||||
share/doc/Terminal/da/advanced.html
|
||||
share/doc/Terminal/da/command-line.html
|
||||
share/doc/Terminal/da/copyright.html
|
||||
share/doc/Terminal/da/faq.html
|
||||
share/doc/Terminal/da/getting-started.html
|
||||
share/doc/Terminal/da/images
|
||||
share/doc/Terminal/da/index.html
|
||||
share/doc/Terminal/da/preferences.html
|
||||
share/doc/Terminal/da/support.html
|
||||
share/doc/Terminal/da/usage.html
|
||||
share/doc/Terminal/el/
|
||||
share/doc/Terminal/el/advanced.html
|
||||
share/doc/Terminal/el/command-line.html
|
||||
share/doc/Terminal/el/copyright.html
|
||||
share/doc/Terminal/el/faq.html
|
||||
share/doc/Terminal/el/getting-started.html
|
||||
share/doc/Terminal/el/images
|
||||
share/doc/Terminal/el/index.html
|
||||
share/doc/Terminal/el/preferences.html
|
||||
share/doc/Terminal/el/support.html
|
||||
share/doc/Terminal/el/usage.html
|
||||
share/doc/Terminal/es/
|
||||
share/doc/Terminal/es/advanced.html
|
||||
share/doc/Terminal/es/command-line.html
|
||||
share/doc/Terminal/es/copyright.html
|
||||
share/doc/Terminal/es/faq.html
|
||||
share/doc/Terminal/es/getting-started.html
|
||||
share/doc/Terminal/es/images
|
||||
share/doc/Terminal/es/index.html
|
||||
share/doc/Terminal/es/preferences.html
|
||||
share/doc/Terminal/es/support.html
|
||||
share/doc/Terminal/es/usage.html
|
||||
share/doc/Terminal/fr/
|
||||
share/doc/Terminal/fr/advanced.html
|
||||
share/doc/Terminal/fr/command-line.html
|
||||
share/doc/Terminal/fr/copyright.html
|
||||
share/doc/Terminal/fr/faq.html
|
||||
share/doc/Terminal/fr/getting-started.html
|
||||
share/doc/Terminal/fr/images
|
||||
share/doc/Terminal/fr/index.html
|
||||
share/doc/Terminal/fr/preferences.html
|
||||
share/doc/Terminal/fr/support.html
|
||||
share/doc/Terminal/fr/usage.html
|
||||
share/doc/Terminal/gl/
|
||||
share/doc/Terminal/gl/advanced.html
|
||||
share/doc/Terminal/gl/command-line.html
|
||||
share/doc/Terminal/gl/copyright.html
|
||||
share/doc/Terminal/gl/faq.html
|
||||
share/doc/Terminal/gl/getting-started.html
|
||||
share/doc/Terminal/gl/images
|
||||
share/doc/Terminal/gl/index.html
|
||||
share/doc/Terminal/gl/preferences.html
|
||||
share/doc/Terminal/gl/support.html
|
||||
share/doc/Terminal/gl/usage.html
|
||||
share/doc/Terminal/id/
|
||||
share/doc/Terminal/id/advanced.html
|
||||
share/doc/Terminal/id/command-line.html
|
||||
share/doc/Terminal/id/copyright.html
|
||||
share/doc/Terminal/id/faq.html
|
||||
share/doc/Terminal/id/getting-started.html
|
||||
share/doc/Terminal/id/images
|
||||
share/doc/Terminal/id/index.html
|
||||
share/doc/Terminal/id/preferences.html
|
||||
share/doc/Terminal/id/support.html
|
||||
share/doc/Terminal/id/usage.html
|
||||
share/doc/Terminal/it/
|
||||
share/doc/Terminal/it/advanced.html
|
||||
share/doc/Terminal/it/command-line.html
|
||||
share/doc/Terminal/it/copyright.html
|
||||
share/doc/Terminal/it/faq.html
|
||||
share/doc/Terminal/it/getting-started.html
|
||||
share/doc/Terminal/it/images
|
||||
share/doc/Terminal/it/index.html
|
||||
share/doc/Terminal/it/preferences.html
|
||||
share/doc/Terminal/it/support.html
|
||||
share/doc/Terminal/it/usage.html
|
||||
share/doc/Terminal/ja/
|
||||
share/doc/Terminal/ja/advanced.html
|
||||
share/doc/Terminal/ja/command-line.html
|
||||
share/doc/Terminal/ja/copyright.html
|
||||
share/doc/Terminal/ja/faq.html
|
||||
share/doc/Terminal/ja/getting-started.html
|
||||
share/doc/Terminal/ja/images/
|
||||
share/doc/Terminal/ja/images/terminal-compose-shortcut.png
|
||||
share/doc/Terminal/ja/images/terminal-edit-preferences.png
|
||||
share/doc/Terminal/ja/images/terminal-first-time.png
|
||||
share/doc/Terminal/ja/images/terminal-multiple-tabs.png
|
||||
share/doc/Terminal/ja/images/terminal-preferences-advanced.png
|
||||
share/doc/Terminal/ja/images/terminal-preferences-appearance.png
|
||||
share/doc/Terminal/ja/images/terminal-preferences-colors.png
|
||||
share/doc/Terminal/ja/images/terminal-preferences-general.png
|
||||
share/doc/Terminal/ja/images/terminal-preferences-shortcuts.png
|
||||
share/doc/Terminal/ja/images/terminal-set-title.png
|
||||
share/doc/Terminal/ja/images/terminal-toolbars.png
|
||||
share/doc/Terminal/ja/index.html
|
||||
share/doc/Terminal/ja/preferences.html
|
||||
share/doc/Terminal/ja/support.html
|
||||
share/doc/Terminal/ja/usage.html
|
||||
share/doc/Terminal/pt/
|
||||
share/doc/Terminal/pt/advanced.html
|
||||
share/doc/Terminal/pt/command-line.html
|
||||
share/doc/Terminal/pt/copyright.html
|
||||
share/doc/Terminal/pt/faq.html
|
||||
share/doc/Terminal/pt/getting-started.html
|
||||
share/doc/Terminal/pt/images
|
||||
share/doc/Terminal/pt/index.html
|
||||
share/doc/Terminal/pt/preferences.html
|
||||
share/doc/Terminal/pt/support.html
|
||||
share/doc/Terminal/pt/usage.html
|
||||
share/doc/Terminal/ru/
|
||||
share/doc/Terminal/ru/advanced.html
|
||||
share/doc/Terminal/ru/command-line.html
|
||||
share/doc/Terminal/ru/copyright.html
|
||||
share/doc/Terminal/ru/faq.html
|
||||
share/doc/Terminal/ru/getting-started.html
|
||||
share/doc/Terminal/ru/images
|
||||
share/doc/Terminal/ru/index.html
|
||||
share/doc/Terminal/ru/preferences.html
|
||||
share/doc/Terminal/ru/support.html
|
||||
share/doc/Terminal/ru/usage.html
|
||||
share/doc/Terminal/sv/
|
||||
share/doc/Terminal/sv/advanced.html
|
||||
share/doc/Terminal/sv/command-line.html
|
||||
share/doc/Terminal/sv/copyright.html
|
||||
share/doc/Terminal/sv/faq.html
|
||||
share/doc/Terminal/sv/getting-started.html
|
||||
share/doc/Terminal/sv/images
|
||||
share/doc/Terminal/sv/index.html
|
||||
share/doc/Terminal/sv/preferences.html
|
||||
share/doc/Terminal/sv/support.html
|
||||
share/doc/Terminal/sv/usage.html
|
||||
share/doc/Terminal/terminal.css
|
||||
share/doc/Terminal/ug/
|
||||
share/doc/Terminal/ug/advanced.html
|
||||
share/doc/Terminal/ug/command-line.html
|
||||
share/doc/Terminal/ug/copyright.html
|
||||
share/doc/Terminal/ug/faq.html
|
||||
share/doc/Terminal/ug/getting-started.html
|
||||
share/doc/Terminal/ug/images
|
||||
share/doc/Terminal/ug/index.html
|
||||
share/doc/Terminal/ug/preferences.html
|
||||
share/doc/Terminal/ug/support.html
|
||||
share/doc/Terminal/ug/usage.html
|
||||
share/doc/Terminal/zh_CN/
|
||||
share/doc/Terminal/zh_CN/advanced.html
|
||||
share/doc/Terminal/zh_CN/command-line.html
|
||||
share/doc/Terminal/zh_CN/copyright.html
|
||||
share/doc/Terminal/zh_CN/faq.html
|
||||
share/doc/Terminal/zh_CN/getting-started.html
|
||||
share/doc/Terminal/zh_CN/images
|
||||
share/doc/Terminal/zh_CN/index.html
|
||||
share/doc/Terminal/zh_CN/preferences.html
|
||||
share/doc/Terminal/zh_CN/support.html
|
||||
share/doc/Terminal/zh_CN/usage.html
|
||||
share/applications/xfce4-terminal.desktop
|
||||
share/gnome-control-center/
|
||||
share/gnome-control-center/default-apps/
|
||||
share/gnome-control-center/default-apps/Terminal-default-apps.xml
|
||||
share/icons/hicolor/16x16/stock/navigation/stock_terminal-closetab.png
|
||||
share/icons/hicolor/16x16/stock/navigation/stock_terminal-newtab.png
|
||||
share/icons/hicolor/16x16/stock/navigation/stock_terminal-newwindow.png
|
||||
share/icons/hicolor/16x16/stock/navigation/stock_terminal-reportbug.png
|
||||
share/icons/hicolor/24x24/stock/navigation/stock_terminal-closetab.png
|
||||
share/icons/hicolor/24x24/stock/navigation/stock_terminal-newtab.png
|
||||
share/icons/hicolor/24x24/stock/navigation/stock_terminal-newwindow.png
|
||||
share/icons/hicolor/24x24/stock/navigation/stock_terminal-reportbug.png
|
||||
share/icons/hicolor/24x24/stock/navigation/stock_terminal-showborders.png
|
||||
share/icons/hicolor/24x24/stock/navigation/stock_terminal-showmenu.png
|
||||
share/icons/hicolor/48x48/apps/Terminal.png
|
||||
share/icons/hicolor/48x48/stock/navigation/stock_terminal-compose.png
|
||||
share/icons/hicolor/scalable/apps/Terminal.svg
|
||||
share/locale/ar/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ast/LC_MESSAGES/Terminal.mo
|
||||
share/locale/be/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ca/LC_MESSAGES/Terminal.mo
|
||||
share/locale/cs/LC_MESSAGES/Terminal.mo
|
||||
share/locale/da/LC_MESSAGES/Terminal.mo
|
||||
share/locale/de/LC_MESSAGES/Terminal.mo
|
||||
share/locale/dz/LC_MESSAGES/Terminal.mo
|
||||
share/locale/el/LC_MESSAGES/Terminal.mo
|
||||
share/locale/en_GB/LC_MESSAGES/Terminal.mo
|
||||
share/locale/eo/LC_MESSAGES/Terminal.mo
|
||||
share/locale/es/LC_MESSAGES/Terminal.mo
|
||||
share/locale/et/LC_MESSAGES/Terminal.mo
|
||||
share/locale/eu/LC_MESSAGES/Terminal.mo
|
||||
share/locale/fi/LC_MESSAGES/Terminal.mo
|
||||
share/locale/fr/LC_MESSAGES/Terminal.mo
|
||||
share/locale/gl/LC_MESSAGES/Terminal.mo
|
||||
share/locale/he/LC_MESSAGES/Terminal.mo
|
||||
share/locale/hr/LC_MESSAGES/Terminal.mo
|
||||
share/locale/hu/LC_MESSAGES/Terminal.mo
|
||||
share/locale/id/LC_MESSAGES/Terminal.mo
|
||||
share/locale/it/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ja/LC_MESSAGES/Terminal.mo
|
||||
share/locale/kk/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ko/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ku/LC_MESSAGES/Terminal.mo
|
||||
share/locale/lt/LC_MESSAGES/Terminal.mo
|
||||
share/locale/lv/LC_MESSAGES/Terminal.mo
|
||||
share/locale/nb/LC_MESSAGES/Terminal.mo
|
||||
share/locale/nl/LC_MESSAGES/Terminal.mo
|
||||
share/locale/pa/LC_MESSAGES/Terminal.mo
|
||||
share/locale/pl/LC_MESSAGES/Terminal.mo
|
||||
share/locale/pt/LC_MESSAGES/Terminal.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ro/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ru/LC_MESSAGES/Terminal.mo
|
||||
share/locale/si/LC_MESSAGES/Terminal.mo
|
||||
share/locale/sk/LC_MESSAGES/Terminal.mo
|
||||
share/locale/sq/LC_MESSAGES/Terminal.mo
|
||||
share/locale/sv/LC_MESSAGES/Terminal.mo
|
||||
share/locale/tr/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ug/LC_MESSAGES/Terminal.mo
|
||||
share/locale/uk/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ur/LC_MESSAGES/Terminal.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/Terminal.mo
|
||||
share/locale/vi/LC_MESSAGES/Terminal.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/Terminal.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/Terminal.mo
|
||||
share/pixmaps/terminal.xpm
|
||||
share/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
|
||||
share/locale/ar/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/ast/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/be/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/bg/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/el/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/en_GB/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/eo/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/es/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/et/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/eu/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/fi/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/he/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/hr/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/is/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/kk/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/nb/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/pa/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/pt/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/ro/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/si/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/sq/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/sr/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/te/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/ug/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/ur/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-terminal.mo
|
||||
share/xfce4/
|
||||
share/xfce4/terminal/
|
||||
share/xfce4/terminal/colorschemes/
|
||||
share/xfce4/terminal/colorschemes/black-on-white.theme
|
||||
share/xfce4/terminal/colorschemes/dark-pastels.theme
|
||||
share/xfce4/terminal/colorschemes/green-on-black.theme
|
||||
share/xfce4/terminal/colorschemes/solarized-dark.theme
|
||||
share/xfce4/terminal/colorschemes/tango.theme
|
||||
share/xfce4/terminal/colorschemes/white-on-black.theme
|
||||
share/xfce4/terminal/colorschemes/xterm.theme
|
||||
share/xfce4/terminal/terminal-preferences.ui
|
||||
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@exec %D/bin/update-desktop-database
|
||||
|
Loading…
x
Reference in New Issue
Block a user