Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
This commit is contained in:
parent
fdf023af8a
commit
a236e2d0bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334661
237 changed files with 57090 additions and 2 deletions
301
Mk/bsd.mate.mk
Normal file
301
Mk/bsd.mate.mk
Normal file
|
@ -0,0 +1,301 @@
|
|||
#-*- tab-width: 4; -*-
|
||||
# ex:ts=4
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $NetBSD$
|
||||
# $MCom: ports-experimental/Mk/bsd.mate.mk,v 1.13 2012/09/03 17:02:31 mezz Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
#######################################################
|
||||
#
|
||||
# *** WARNING: Disable MARCUSCOM before merge in FreeBSD!
|
||||
# Please also remove this section before merging into FreeBSD.
|
||||
#
|
||||
#MARCUSCOM_CVS=yes
|
||||
|
||||
# ======================= USERS =================================
|
||||
#
|
||||
# There are no significant user-definable settings in here.
|
||||
# This file is a framework to make it easier to create MATE ports.
|
||||
#
|
||||
# ======================= /USERS ================================
|
||||
|
||||
.if !defined(_POSTMKINCLUDED) && !defined(Mate_Pre_Include)
|
||||
|
||||
# Please make sure all changes to this file are passed through the maintainer.
|
||||
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
|
||||
Mate_Include_MAINTAINER= gnome@FreeBSD.org
|
||||
Mate_Pre_Include= bsd.mate.mk
|
||||
|
||||
# This section defines possible names of MATE components and all information
|
||||
# necessary for ports to use those components.
|
||||
|
||||
# Ports can use this as follows:
|
||||
#
|
||||
# USE_MATE= caja common desktop
|
||||
#
|
||||
# .include <bsd.port.mk>
|
||||
#
|
||||
# As a result proper LIB_DEPENDS/RUN_DEPENDS will be added and CONFIGURE_ENV
|
||||
# and MAKE_ENV defined.
|
||||
#
|
||||
|
||||
# non-version specific components. Do not use :build/:run on those.
|
||||
_USE_MATE_ALL= autogen intlhack intltool ltasneededhack lthack ltverhack
|
||||
# These *hack* tools are the same as in bsd.gnome.mk but are run in
|
||||
# pre-configure because pre-patch is when we run autogen.sh.
|
||||
|
||||
# MATE components, you can use the :build or :run if need. Without the :build
|
||||
# and :run, it will be added in both build and run dependency. It will check
|
||||
# for the library dependency first. If not exists then do the build/run on
|
||||
# the *.pc file instead.
|
||||
_USE_MATE_ALL+= caja common controlcenter desktop dialogs docutils icontheme \
|
||||
keyring libmatekbd libmatekeyring libmateweather libmatewnck \
|
||||
marco menus mucharmap notificationdaemon panel polkit pluma \
|
||||
settingsdaemon
|
||||
|
||||
SCROLLKEEPER_DIR= /var/db/rarian
|
||||
|
||||
lthack_PRE_PATCH= ${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
'/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|'
|
||||
|
||||
caja_DETECT= ${LOCALBASE}/libdata/pkgconfig/libcaja-extension.pc
|
||||
caja_BUILD_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager
|
||||
caja_LIB_DEPENDS= libcaja-extension.so:${PORTSDIR}/x11-fm/mate-file-manager
|
||||
caja_RUN_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager
|
||||
|
||||
mucharmap_DETECT= ${LOCALBASE}/libdata/pkgconfig/mucharmap-2.pc
|
||||
mucharmap_BUILD_DEPENDS=${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map
|
||||
mucharmap_LIB_DEPENDS= libmucharmap.so:${PORTSDIR}/deskutils/mate-character-map
|
||||
mucharmap_RUN_DEPENDS= ${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map
|
||||
|
||||
common_DETECT= ${LOCALBASE}/bin/mate-autogen
|
||||
common_BUILD_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common
|
||||
common_RUN_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common
|
||||
|
||||
controlcenter_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-window-settings-2.0.pc
|
||||
controlcenter_BUILD_DEPENDS= ${controlcenter_DETECT}:${PORTSDIR}/sysutils/mate-control-center
|
||||
controlcenter_LIB_DEPENDS= libmate-window-settings.so:${PORTSDIR}/sysutils/mate-control-center
|
||||
controlcenter_RUN_DEPENDS= ${controlcenter_DETECT}:${PORTSDIR}/sysutils/mate-control-center
|
||||
|
||||
desktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-desktop-2.0.pc
|
||||
desktop_BUILD_DEPENDS= ${desktop_DETECT}:${PORTSDIR}/x11/mate-desktop
|
||||
desktop_LIB_DEPENDS= libmate-desktop-2.so:${PORTSDIR}/x11/mate-desktop
|
||||
desktop_RUN_DEPENDS= ${desktop_DETECT}:${PORTSDIR}/x11/mate-desktop
|
||||
|
||||
dialogs_DETECT= ${LOCALBASE}/bin/matedialog
|
||||
dialogs_BUILD_DEPENDS= ${dialogs_DETECT}:${PORTSDIR}/x11/mate-dialogs
|
||||
dialogs_RUN_DEPENDS= ${dialogs_DETECT}:${PORTSDIR}/x11/mate-dialogs
|
||||
|
||||
docutils_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-doc-utils.pc
|
||||
docutils_BUILD_DEPENDS= ${docutils_DETECT}:${PORTSDIR}/textproc/mate-doc-utils
|
||||
docutils_RUN_DEPENDS= ${docutils_DETECT}:${PORTSDIR}/textproc/mate-doc-utils
|
||||
|
||||
icontheme_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-icon-theme.pc
|
||||
icontheme_BUILD_DEPENDS=${icontheme_DETECT}:${PORTSDIR}/x11-themes/mate-icon-theme
|
||||
icontheme_RUN_DEPENDS= ${icontheme_DETECT}:${PORTSDIR}/x11-themes/mate-icon-theme
|
||||
|
||||
intltool_DETECT= ${LOCALBASE}/bin/intltool-extract
|
||||
intltool_BUILD_DEPENDS= ${intltool_DETECT}:${PORTSDIR}/textproc/intltool
|
||||
|
||||
intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
|
||||
s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \
|
||||
s|/usr/bin/iconv|${LOCALBASE}/bin/iconv|g ; \
|
||||
s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|'
|
||||
.if ${USE_MATE:Mintlhack}!=""
|
||||
USE_MATE+= intltool
|
||||
.endif
|
||||
|
||||
keyring_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-gcr-0.pc
|
||||
keyring_BUILD_DEPENDS= ${keyring_DETECT}:${PORTSDIR}/security/mate-keyring
|
||||
keyring_LIB_DEPENDS= libmategcr.so:${PORTSDIR}/security/mate-keyring
|
||||
keyring_RUN_DEPENDS= ${keyring_DETECT}:${PORTSDIR}/security/mate-keyring
|
||||
|
||||
libmatekbd_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatekbd.pc
|
||||
libmatekbd_BUILD_DEPENDS= ${libmatekbd_DETECT}:${PORTSDIR}/x11/libmatekbd
|
||||
libmatekbd_LIB_DEPENDS= libmatekbd.so:${PORTSDIR}/x11/libmatekbd
|
||||
libmatekbd_RUN_DEPENDS= ${libmatekbd_DETECT}:${PORTSDIR}/x11/libmatekbd
|
||||
|
||||
libmatekeyring_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-keyring-1.pc
|
||||
libmatekeyring_BUILD_DEPENDS= ${libmatekeyring_DETECT}:${PORTSDIR}/security/libmatekeyring
|
||||
libmatekeyring_LIB_DEPENDS= libmate-keyring.so:${PORTSDIR}/security/libmatekeyring
|
||||
libmatekeyring_RUN_DEPENDS= ${libmatekeyring_DETECT}:${PORTSDIR}/security/libmatekeyring
|
||||
|
||||
libmateweather_DETECT= ${LOCALBASE}/libdata/pkgconfig/mateweather.pc
|
||||
libmateweather_BUILD_DEPENDS= ${libmateweather_DETECT}:${PORTSDIR}/net/libmateweather
|
||||
libmateweather_LIB_DEPENDS= libmateweather.so:${PORTSDIR}/net/libmateweather
|
||||
libmateweather_RUN_DEPENDS= ${libmateweather_DETECT}:${PORTSDIR}/net/libmateweather
|
||||
|
||||
libmatewnck_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatewnck.pc
|
||||
libmatewnck_BUILD_DEPENDS= ${libmatewnck_DETECT}:${PORTSDIR}/x11-toolkits/libmatewnck
|
||||
libmatewnck_LIB_DEPENDS= libmatewnck.so:${PORTSDIR}/x11-toolkits/libmatewnck
|
||||
libmatewnck_RUN_DEPENDS= ${libmatewnck_DETECT}:${PORTSDIR}/x11-toolkits/libmatewnck
|
||||
|
||||
marco_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmarco-private.pc
|
||||
marco_BUILD_DEPENDS= ${marco_DETECT}:${PORTSDIR}/x11-wm/mate-window-manager
|
||||
marco_LIB_DEPENDS= libmarco-private.so:${PORTSDIR}/x11-wm/mate-window-manager
|
||||
marco_RUN_DEPENDS= ${marco_DETECT}:${PORTSDIR}/x11-wm/mate-window-manager
|
||||
|
||||
menus_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmate-menu.pc
|
||||
menus_BUILD_DEPENDS= ${menus_DETECT}:${PORTSDIR}/x11/mate-menus
|
||||
menus_LIB_DEPENDS= libmate-menu.so:${PORTSDIR}/x11/mate-menus
|
||||
menus_RUN_DEPENDS= ${menus_DETECT}:${PORTSDIR}/x11/mate-menus
|
||||
|
||||
notificationdaemon_DETECT= ${LOCALBASE}/libexec/mate-notification-daemon
|
||||
notificationdaemon_BUILD_DEPENDS= ${notificationdaemon_DETECT}:${PORTSDIR}/deskutils/mate-notification-daemon
|
||||
notificationdaemon_RUN_DEPENDS= ${notificationdaemon_DETECT}:${PORTSDIR}/deskutils/mate-notification-daemon
|
||||
|
||||
panel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatepanelapplet-4.0.pc
|
||||
panel_BUILD_DEPENDS= ${panel_DETECT}:${PORTSDIR}/x11/mate-panel
|
||||
panel_LIB_DEPENDS= libmate-panel-applet-4.so:${PORTSDIR}/x11/mate-panel
|
||||
panel_RUN_DEPENDS= ${panel_DETECT}:${PORTSDIR}/x11/mate-panel
|
||||
|
||||
polkit_DETECT= ${LOCALBASE}/libdata/pkgconfig/polkit-gtk-mate-1.pc
|
||||
polkit_BUILD_DEPENDS= ${polkit_DETECT}:${PORTSDIR}/sysutils/mate-polkit
|
||||
polkit_LIB_DEPENDS= libpolkit-gtk-mate-1.so:${PORTSDIR}/sysutils/mate-polkit
|
||||
polkit_RUN_DEPENDS= ${polkit_DETECT}:${PORTSDIR}/sysutils/mate-polkit
|
||||
|
||||
pluma_DETECT= ${LOCALBASE}/libdata/pkgconfig/pluma.pc
|
||||
pluma_BUILD_DEPENDS= ${pluma_DETECT}:${PORTSDIR}/editors/mate-text-editor
|
||||
pluma_RUN_DEPENDS= ${pluma_DETECT}:${PORTSDIR}/editors/mate-text-editor
|
||||
|
||||
settingsdaemon_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-settings-daemon.pc
|
||||
settingsdaemon_BUILD_DEPENDS= ${settingsdaemon_DETECT}:${PORTSDIR}/sysutils/mate-settings-daemon
|
||||
settingsdaemon_RUN_DEPENDS= ${settingsdaemon_DETECT}:${PORTSDIR}/sysutils/mate-settings-daemon
|
||||
|
||||
# End component definition section
|
||||
|
||||
.endif
|
||||
# End of optional part.
|
||||
|
||||
.if defined(_POSTMKINCLUDED) && !defined(Mate_Post_Include)
|
||||
|
||||
Mate_Post_Include= bsd.mate.mk
|
||||
|
||||
.if defined(USE_MATE)
|
||||
# Then handle the ltverhack component (it has to be done here, because
|
||||
# we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is
|
||||
# included in the post-makefile section).
|
||||
.if defined(_AUTOTOOL_libtool)
|
||||
lthacks_CONFIGURE_ENV= ac_cv_path_DOLT_BASH=
|
||||
lthacks_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/mate-ltmain.sh && \
|
||||
${CP} -pf ${LIBTOOL} ${WRKDIR}/mate-libtool && \
|
||||
for file in ${LIBTOOLFILES}; do \
|
||||
${REINPLACE_CMD} -e \
|
||||
'/^ltmain=/!s|$$ac_aux_dir/ltmain\.sh|${LIBTOOLFLAGS} ${WRKDIR}/mate-ltmain.sh|g; \
|
||||
/^LIBTOOL=/s|$$(top_builddir)/libtool|${WRKDIR}/mate-libtool|g' \
|
||||
${PATCH_WRKSRC}/$$file; \
|
||||
done;
|
||||
.else
|
||||
. if ${USE_MATE:Mltverhack*}!="" || ${USE_MATE:Mltasneededhack}!=""
|
||||
IGNORE= cannot install: ${PORTNAME} uses the ltverhack and/or ltasneededhack MATE components but does not use libtool
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if ${USE_MATE:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}==""
|
||||
ltverhack_LIB_VERSION= major=.`expr $$current - $$age`
|
||||
.else
|
||||
ltverhack_LIB_VERSION= major=".${USE_MATE:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}"
|
||||
.endif
|
||||
ltverhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS}
|
||||
ltverhack_PRE_PATCH= for file in mate-ltmain.sh mate-libtool; do \
|
||||
if [ -f ${WRKDIR}/$$file ]; then \
|
||||
${REINPLACE_CMD} -e \
|
||||
'/freebsd-elf)/,/;;/ s|major="\.$$current"|${ltverhack_LIB_VERSION}|; \
|
||||
/freebsd-elf)/,/;;/ s|versuffix="\.$$current"|versuffix="$$major"|' \
|
||||
${WRKDIR}/$$file; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
ltasneededhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS}
|
||||
ltasneededhack_PRE_PATCH= if [ -f ${WRKDIR}/mate-libtool ]; then \
|
||||
${REINPLACE_CMD} -e \
|
||||
'/^archive_cmds=/s/-shared/-shared -Wl,--as-needed/ ; \
|
||||
/^archive_expsym_cmds=/s/-shared/-shared -Wl,--as-needed/' \
|
||||
${WRKDIR}/mate-libtool; \
|
||||
fi
|
||||
|
||||
|
||||
# Comparing between USE_MATE and _USE_MATE_ALL to make sure the component
|
||||
# exists in _USE_MATE_ALL. If it does not exist then give an error about it.
|
||||
#. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/}
|
||||
. for component in ${USE_MATE:C/^([^:]+).*/\1/}
|
||||
#. for component in ${USE_GNOME:C/^([^:]+).*/\1/}
|
||||
. if ${_USE_MATE_ALL:M${component}}==""
|
||||
.error cannot install: Unknown component USE_MATE=${component}
|
||||
. endif
|
||||
. endfor
|
||||
|
||||
. if ${USE_MATE:Mltverhack*}!= "" || ${USE_MATE:Mltasneededhack}!= ""
|
||||
MATE_PRE_PATCH+= ${lthacks_PRE_PATCH}
|
||||
CONFIGURE_ENV+= ${lthacks_CONFIGURE_ENV}
|
||||
. endif
|
||||
|
||||
. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/}
|
||||
. if defined(${component}_PATCH_DEPENDS)
|
||||
PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS}
|
||||
. endif
|
||||
|
||||
. if defined(${component}_DETECT)
|
||||
. if ${USE_MATE:M${component}\:build}!=""
|
||||
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
||||
. elif ${USE_MATE:M${component}\:run}!=""
|
||||
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
||||
. else
|
||||
. if defined(${component}_LIB_DEPENDS)
|
||||
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
|
||||
. else
|
||||
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
||||
. endif
|
||||
. endif
|
||||
. endif
|
||||
|
||||
. if defined(${component}_CONFIGURE_TARGET)
|
||||
CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS}
|
||||
. endif
|
||||
|
||||
. if defined(${component}_CONFIGURE_ENV)
|
||||
CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV}
|
||||
. endif
|
||||
|
||||
. if defined(${component}_MAKE_ENV)
|
||||
MAKE_ENV+= ${${component}_MAKE_ENV}
|
||||
. endif
|
||||
|
||||
. if !defined(CONFIGURE_TARGET) && defined(${component}_CONFIGURE_TARGET)
|
||||
CONFIGURE_TARGET= ${${component}_CONFIGURE_TARGET}
|
||||
. endif
|
||||
|
||||
. if defined(${component}_PRE_PATCH)
|
||||
MATE_PRE_PATCH+= ; ${${component}_PRE_PATCH}
|
||||
. endif
|
||||
. endfor
|
||||
.endif # USE_MATE check
|
||||
|
||||
.if ${USE_MATE:Mautogen}!=""
|
||||
|
||||
CONFIGURE_ENV+= NOCONFIGURE=yes
|
||||
|
||||
pre-configure: mate-pre-configure
|
||||
|
||||
mate-pre-configure:
|
||||
@(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ./autogen.sh)
|
||||
.endif
|
||||
|
||||
.if defined(MATE_PRE_PATCH)
|
||||
|
||||
pre-configure-script: mate-pre-configure-script
|
||||
|
||||
mate-pre-configure-script:
|
||||
@${MATE_PRE_PATCH:C/^;//1}
|
||||
.endif
|
||||
|
||||
.if ${MAINTAINER}=="gnome@FreeBSD.org"
|
||||
CONFIGURE_FAIL_MESSAGE= "Please run the gnomelogalyzer, available from \"http://www.freebsd.org/gnome/gnomelogalyzer.sh\", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD MATE team at ${MAINTAINER}, and attach (a) \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an \`ls ${PKG_DBDIR}\`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (${MAINTAINER}), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software."
|
||||
.endif
|
||||
|
||||
.endif
|
||||
# End of use part.
|
|
@ -442,6 +442,10 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
|
|||
# or http://www.FreeBSD.org/gnome/docs/porting.html
|
||||
# for more details.
|
||||
##
|
||||
# USE_MATE - A list of the MATE dependencies the port has. Implies
|
||||
# that the port needs MATE. Implies inclusion of
|
||||
# bsd.mate.mk. See bsd.mate.mk for more details.
|
||||
##
|
||||
# USE_LUA - If set, this port uses the Lua library and related
|
||||
# components. See bsd.lua.mk for more details.
|
||||
##
|
||||
|
@ -1465,6 +1469,10 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
|
|||
.include "${PORTSDIR}/Mk/bsd.gnome.mk"
|
||||
.endif
|
||||
|
||||
.if defined(USE_MATE)
|
||||
.include "${PORTSDIR}/Mk/bsd.mate.mk"
|
||||
.endif
|
||||
|
||||
.if defined(WANT_LUA) || defined(USE_LUA) || defined(USE_LUA_NOT)
|
||||
.include "${PORTSDIR}/Mk/bsd.lua.mk"
|
||||
.endif
|
||||
|
@ -2033,6 +2041,10 @@ RUN_DEPENDS+= ${_GL_${_component}_RUN_DEPENDS}
|
|||
.include "${PORTSDIR}/Mk/bsd.gnome.mk"
|
||||
.endif
|
||||
|
||||
.if defined(USE_MATE)
|
||||
.include "${PORTSDIR}/Mk/bsd.mate.mk"
|
||||
.endif
|
||||
|
||||
.if defined(USE_XFCE)
|
||||
.include "${PORTSDIR}/Mk/bsd.xfce.mk"
|
||||
.endif
|
||||
|
@ -2840,7 +2852,7 @@ VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \
|
|||
deskutils devel docs dns editors elisp emulators enlightenment finance french ftp \
|
||||
games geography german gnome gnustep graphics hamradio haskell hebrew hungarian \
|
||||
ipv6 irc japanese java kde kld korean lang linux lisp \
|
||||
mail math mbone misc multimedia net net-im net-mgmt net-p2p news \
|
||||
mail mate math mbone misc multimedia net net-im net-mgmt net-p2p news \
|
||||
palm parallel pear perl5 plan9 polish portuguese ports-mgmt \
|
||||
print python ruby rubygems russian \
|
||||
scheme science security shells spanish sysutils \
|
||||
|
@ -6553,6 +6565,7 @@ desktop-categories:
|
|||
lang) c="Development" ;; \
|
||||
lisp) c="Development" ;; \
|
||||
mail) c="Office Email" ;; \
|
||||
mate) c="MATE GTK" ;; \
|
||||
math) c="Education Science Math" ;; \
|
||||
mbone) c="Network AudioVideo" ;; \
|
||||
multimedia) c="AudioVideo" ;; \
|
||||
|
@ -6613,7 +6626,7 @@ DESKTOP_CATEGORIES_ADDITIONAL= Building Debugger IDE GUIDesigner Profiling \
|
|||
ParallelComputing Amusement Archiving Compression Electronics Emulator \
|
||||
Engineering FileTools FileManager TerminalEmulator Filesystem Monitor \
|
||||
Security Accessibility Calculator Clock TextEditor Documentation Adult \
|
||||
Core KDE GNOME XFCE GTK Qt Motif Java ConsoleOnly
|
||||
Core KDE GNOME MATE XFCE GTK Qt Motif Java ConsoleOnly
|
||||
DESKTOP_CATEGORIES_RESERVED= Screensaver TrayIcon Applet Shell
|
||||
|
||||
VALID_DESKTOP_CATEGORIES+= ${DESKTOP_CATEGORIES_MAIN} \
|
||||
|
|
|
@ -729,6 +729,11 @@ MASTER_SITE_LOGILAB+= \
|
|||
ftp://ftp.logilab.fr/pub/%SUBDIR%/
|
||||
.endif
|
||||
|
||||
.if !defined(IGNORE_MASTER_SITE_MATE)
|
||||
MASTER_SITE_MATE+= \
|
||||
http://pub.mate-desktop.org/releases/%SUBDIR%/
|
||||
.endif
|
||||
|
||||
.if !defined(IGNORE_MASTER_SITE_MOZDEV)
|
||||
MASTER_SITE_MOZDEV+= \
|
||||
http://ftp.scarlet.be/pub/mozdev/%SUBDIR%/ \
|
||||
|
@ -1473,6 +1478,7 @@ MASTER_SITES_SUBDIRS= \
|
|||
GNU:${PORTNAME} \
|
||||
HORDE:${PORTNAME} \
|
||||
LOGILAB:${PORTNAME} \
|
||||
MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \
|
||||
MOZDEV:${PORTNAME:L} \
|
||||
NETLIB:${PORTNAME} \
|
||||
PERL_CPAN:${PORTNAME:C/-.*//} \
|
||||
|
|
|
@ -80,6 +80,7 @@
|
|||
SUBDIR += macutils
|
||||
SUBDIR += makeself
|
||||
SUBDIR += mar
|
||||
SUBDIR += mate-file-archiver
|
||||
SUBDIR += mscompress
|
||||
SUBDIR += mtf
|
||||
SUBDIR += nomarch
|
||||
|
|
41
archivers/mate-file-archiver/Makefile
Normal file
41
archivers/mate-file-archiver/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Created by: Anders Nordby <anders@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-file-archiver
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= archivers mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Archive manager for zip files, tar, etc
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
|
||||
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= desktop-file-utils gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen caja common:build docutils intlhack
|
||||
USE_XORG= sm
|
||||
USE_GNOME= glib20 gnomehier gtk20
|
||||
INSTALLS_OMF= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
CONFIGURE_ARGS= --disable-packagekit \
|
||||
--with-gtk=2.0
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.engrampa.gschema.xml
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||
${WRKSRC}/src/fr-command-tar.c \
|
||||
${WRKSRC}/src/fr-command-zip.c
|
||||
|
||||
.include <bsd.port.mk>
|
2
archivers/mate-file-archiver/distinfo
Normal file
2
archivers/mate-file-archiver/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-file-archiver-1.6.0.tar.xz) = b959c41d1c86991e4f72224df0519bf0aaccfdd49afd8e799268b779ce9d2285
|
||||
SIZE (mate/mate-file-archiver-1.6.0.tar.xz) = 1167228
|
|
@ -0,0 +1,11 @@
|
|||
--- src/fr-command-lrzip.c.orig 2010-08-26 12:40:56.000000000 -0400
|
||||
+++ src/fr-command-lrzip.c 2010-08-26 12:41:41.000000000 -0400
|
||||
@@ -53,7 +53,7 @@ list__process_line (char *line,
|
||||
struct stat st;
|
||||
time_t tt;
|
||||
if (stat (comm->filename, &st) == 0)
|
||||
- fdata->modified = st.st_mtim.tv_sec;
|
||||
+ fdata->modified = st.st_mtime;
|
||||
else
|
||||
time(&(fdata->modified));
|
||||
fdata->modified;
|
|
@ -0,0 +1,12 @@
|
|||
--- src/fr-command-tar.c.orig Sun Oct 15 12:33:56 2006
|
||||
+++ src/fr-command-tar.c Mon Oct 16 19:18:03 2006
|
||||
@@ -231,6 +231,9 @@
|
||||
#if defined (__SVR4) && defined (__sun)
|
||||
if (g_file_test ("/usr/sfw/bin/gtar", G_FILE_TEST_IS_EXECUTABLE))
|
||||
command = g_strdup ("/usr/sfw/bin/gtar");
|
||||
+#elif defined(__FreeBSD__)
|
||||
+ if (g_file_test ("%%LOCALBASE%%/bin/gtar", G_FILE_TEST_IS_EXECUTABLE))
|
||||
+ command = g_strdup ("%%LOCALBASE%%/bin/gtar");
|
||||
#endif
|
||||
if (command != NULL)
|
||||
fr_process_begin_command (comm->process, command);
|
|
@ -0,0 +1,39 @@
|
|||
--- src/fr-command-zip.c.orig 2010-01-02 17:02:44.000000000 -0500
|
||||
+++ src/fr-command-zip.c 2010-01-02 17:08:03.000000000 -0500
|
||||
@@ -187,7 +187,11 @@ fr_command_zip_list (FrCommand *comm)
|
||||
{
|
||||
fr_process_set_out_line_func (comm->process, list__process_line, comm);
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
|
||||
+#else
|
||||
fr_process_begin_command (comm->process, "unzip");
|
||||
+#endif
|
||||
fr_process_set_begin_func (comm->process, list__begin, comm);
|
||||
fr_process_add_arg (comm->process, "-ZTs");
|
||||
fr_process_add_arg (comm->process, comm->filename);
|
||||
@@ -302,7 +306,11 @@ fr_command_zip_extract (FrCommand *comm
|
||||
process_line__common,
|
||||
comm);
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
|
||||
+#else
|
||||
fr_process_begin_command (comm->process, "unzip");
|
||||
+#endif
|
||||
|
||||
if (dest_dir != NULL) {
|
||||
fr_process_add_arg (comm->process, "-d");
|
||||
@@ -334,7 +342,11 @@ fr_command_zip_extract (FrCommand *comm
|
||||
static void
|
||||
fr_command_zip_test (FrCommand *comm)
|
||||
{
|
||||
- fr_process_begin_command (comm->process, "unzip");
|
||||
+#ifdef __FreeBSD__
|
||||
+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
|
||||
+#else
|
||||
+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
|
||||
+#endif
|
||||
fr_process_add_arg (comm->process, "-t");
|
||||
add_password_arg (comm, comm->password);
|
||||
fr_process_add_arg (comm->process, comm->filename);
|
19
archivers/mate-file-archiver/pkg-descr
Normal file
19
archivers/mate-file-archiver/pkg-descr
Normal file
|
@ -0,0 +1,19 @@
|
|||
Engrampa is an archive manager for the MATE environment. It is only a
|
||||
front-end (a graphical interface) to archiving programs like tar and zip.
|
||||
The supported file types are:
|
||||
|
||||
* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz),
|
||||
bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz),
|
||||
lzop (.tar.lzo , .tzo)
|
||||
* Zip archives (.zip)
|
||||
* Jar archives (.jar , .ear , .war)
|
||||
* Lha archives (.lzh)
|
||||
* Rar archives (.rar)
|
||||
* Single files compressed with gzip, bzip, bzip2, compress, lzop
|
||||
|
||||
Engrampa also has a document viewer based on bonobo that lets you view files
|
||||
of any type for which you have a viewer.
|
||||
|
||||
Former WinZip users may find this program useful. It serves the same purpose.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
364
archivers/mate-file-archiver/pkg-plist
Normal file
364
archivers/mate-file-archiver/pkg-plist
Normal file
|
@ -0,0 +1,364 @@
|
|||
bin/engrampa
|
||||
lib/caja/extensions-2.0/libcaja-engrampa.a
|
||||
lib/caja/extensions-2.0/libcaja-engrampa.la
|
||||
lib/caja/extensions-2.0/libcaja-engrampa.so
|
||||
libexec/engrampa/isoinfo.sh
|
||||
libexec/engrampa/rpm2cpio
|
||||
share/MateConf/gsettings/engrampa.convert
|
||||
share/applications/engrampa.desktop
|
||||
share/engrampa/icons/hicolor/16x16/actions/add-files-to-archive.png
|
||||
share/engrampa/icons/hicolor/16x16/actions/add-folder-to-archive.png
|
||||
share/engrampa/icons/hicolor/16x16/actions/extract-archive.png
|
||||
share/engrampa/icons/hicolor/24x24/actions/add-files-to-archive.png
|
||||
share/engrampa/icons/hicolor/24x24/actions/add-folder-to-archive.png
|
||||
share/engrampa/icons/hicolor/24x24/actions/extract-archive.png
|
||||
share/engrampa/packages.match
|
||||
share/engrampa/ui/add-options.ui
|
||||
share/engrampa/ui/batch-add-files.ui
|
||||
share/engrampa/ui/batch-password.ui
|
||||
share/engrampa/ui/delete.ui
|
||||
share/engrampa/ui/new.ui
|
||||
share/engrampa/ui/open-with.ui
|
||||
share/engrampa/ui/password.ui
|
||||
share/engrampa/ui/properties.ui
|
||||
share/engrampa/ui/update.ui
|
||||
share/icons/hicolor/16x16/apps/engrampa.png
|
||||
share/icons/hicolor/22x22/apps/engrampa.png
|
||||
share/icons/hicolor/24x24/apps/engrampa.png
|
||||
share/icons/hicolor/32x32/apps/engrampa.png
|
||||
share/icons/hicolor/scalable/apps/engrampa.svg
|
||||
share/locale/af/LC_MESSAGES/engrampa.mo
|
||||
share/locale/am/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ar/LC_MESSAGES/engrampa.mo
|
||||
share/locale/as/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ast/LC_MESSAGES/engrampa.mo
|
||||
share/locale/az/LC_MESSAGES/engrampa.mo
|
||||
share/locale/be/LC_MESSAGES/engrampa.mo
|
||||
share/locale/be@latin/LC_MESSAGES/engrampa.mo
|
||||
share/locale/bg/LC_MESSAGES/engrampa.mo
|
||||
share/locale/bn/LC_MESSAGES/engrampa.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/engrampa.mo
|
||||
share/locale/br/LC_MESSAGES/engrampa.mo
|
||||
share/locale/bs/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ca/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/engrampa.mo
|
||||
share/locale/cs/LC_MESSAGES/engrampa.mo
|
||||
share/locale/cy/LC_MESSAGES/engrampa.mo
|
||||
share/locale/da/LC_MESSAGES/engrampa.mo
|
||||
share/locale/de/LC_MESSAGES/engrampa.mo
|
||||
share/locale/dz/LC_MESSAGES/engrampa.mo
|
||||
share/locale/el/LC_MESSAGES/engrampa.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/engrampa.mo
|
||||
share/locale/en_CA/LC_MESSAGES/engrampa.mo
|
||||
share/locale/en_GB/LC_MESSAGES/engrampa.mo
|
||||
share/locale/eo/LC_MESSAGES/engrampa.mo
|
||||
share/locale/es/LC_MESSAGES/engrampa.mo
|
||||
share/locale/et/LC_MESSAGES/engrampa.mo
|
||||
share/locale/eu/LC_MESSAGES/engrampa.mo
|
||||
share/locale/fa/LC_MESSAGES/engrampa.mo
|
||||
share/locale/fi/LC_MESSAGES/engrampa.mo
|
||||
share/locale/fr/LC_MESSAGES/engrampa.mo
|
||||
share/locale/fur/LC_MESSAGES/engrampa.mo
|
||||
share/locale/fy/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ga/LC_MESSAGES/engrampa.mo
|
||||
share/locale/gl/LC_MESSAGES/engrampa.mo
|
||||
share/locale/gu/LC_MESSAGES/engrampa.mo
|
||||
share/locale/he/LC_MESSAGES/engrampa.mo
|
||||
share/locale/hi/LC_MESSAGES/engrampa.mo
|
||||
share/locale/hr/LC_MESSAGES/engrampa.mo
|
||||
share/locale/hu/LC_MESSAGES/engrampa.mo
|
||||
share/locale/hy/LC_MESSAGES/engrampa.mo
|
||||
share/locale/id/LC_MESSAGES/engrampa.mo
|
||||
share/locale/is/LC_MESSAGES/engrampa.mo
|
||||
share/locale/it/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ja/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ka/LC_MESSAGES/engrampa.mo
|
||||
share/locale/kk/LC_MESSAGES/engrampa.mo
|
||||
share/locale/kn/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ko/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ku/LC_MESSAGES/engrampa.mo
|
||||
share/locale/lt/LC_MESSAGES/engrampa.mo
|
||||
share/locale/lv/LC_MESSAGES/engrampa.mo
|
||||
share/locale/mai/LC_MESSAGES/engrampa.mo
|
||||
share/locale/mg/LC_MESSAGES/engrampa.mo
|
||||
share/locale/mk/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ml/LC_MESSAGES/engrampa.mo
|
||||
share/locale/mn/LC_MESSAGES/engrampa.mo
|
||||
share/locale/mr/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ms/LC_MESSAGES/engrampa.mo
|
||||
share/locale/nb/LC_MESSAGES/engrampa.mo
|
||||
share/locale/nds/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ne/LC_MESSAGES/engrampa.mo
|
||||
share/locale/nl/LC_MESSAGES/engrampa.mo
|
||||
share/locale/nn/LC_MESSAGES/engrampa.mo
|
||||
share/locale/oc/LC_MESSAGES/engrampa.mo
|
||||
share/locale/or/LC_MESSAGES/engrampa.mo
|
||||
share/locale/pa/LC_MESSAGES/engrampa.mo
|
||||
share/locale/pl/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ps/LC_MESSAGES/engrampa.mo
|
||||
share/locale/pt/LC_MESSAGES/engrampa.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ro/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ru/LC_MESSAGES/engrampa.mo
|
||||
share/locale/rw/LC_MESSAGES/engrampa.mo
|
||||
share/locale/si/LC_MESSAGES/engrampa.mo
|
||||
share/locale/sk/LC_MESSAGES/engrampa.mo
|
||||
share/locale/sl/LC_MESSAGES/engrampa.mo
|
||||
share/locale/sq/LC_MESSAGES/engrampa.mo
|
||||
share/locale/sr/LC_MESSAGES/engrampa.mo
|
||||
share/locale/sr@ije/LC_MESSAGES/engrampa.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/engrampa.mo
|
||||
share/locale/sv/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ta/LC_MESSAGES/engrampa.mo
|
||||
share/locale/te/LC_MESSAGES/engrampa.mo
|
||||
share/locale/th/LC_MESSAGES/engrampa.mo
|
||||
share/locale/tk/LC_MESSAGES/engrampa.mo
|
||||
share/locale/tr/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ug/LC_MESSAGES/engrampa.mo
|
||||
share/locale/uk/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ur/LC_MESSAGES/engrampa.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/engrampa.mo
|
||||
share/locale/vi/LC_MESSAGES/engrampa.mo
|
||||
share/locale/xh/LC_MESSAGES/engrampa.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/engrampa.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/engrampa.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/engrampa.mo
|
||||
share/mate/help/engrampa/C/engrampa.xml
|
||||
share/mate/help/engrampa/C/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/C/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/C/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/C/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/C/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/C/legal.xml
|
||||
share/mate/help/engrampa/bg/engrampa.xml
|
||||
share/mate/help/engrampa/bg/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/bg/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/bg/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/bg/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/bg/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/ca/engrampa.xml
|
||||
share/mate/help/engrampa/ca/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/ca/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/ca/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/ca/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/ca/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/cs/engrampa.xml
|
||||
share/mate/help/engrampa/cs/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/cs/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/cs/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/cs/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/cs/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/de/engrampa.xml
|
||||
share/mate/help/engrampa/de/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/de/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/de/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/de/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/de/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/el/engrampa.xml
|
||||
share/mate/help/engrampa/el/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/el/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/el/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/el/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/el/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/en_GB/engrampa.xml
|
||||
share/mate/help/engrampa/en_GB/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/en_GB/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/en_GB/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/en_GB/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/en_GB/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/es/engrampa.xml
|
||||
share/mate/help/engrampa/es/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/es/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/es/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/es/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/es/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/fi/engrampa.xml
|
||||
share/mate/help/engrampa/fi/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/fi/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/fi/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/fi/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/fi/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/fr/engrampa.xml
|
||||
share/mate/help/engrampa/fr/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/fr/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/fr/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/fr/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/fr/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/it/engrampa.xml
|
||||
share/mate/help/engrampa/it/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/it/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/it/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/it/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/it/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/ja/engrampa.xml
|
||||
share/mate/help/engrampa/ja/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/ja/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/ja/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/ja/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/ja/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/nl/engrampa.xml
|
||||
share/mate/help/engrampa/nl/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/nl/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/nl/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/nl/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/nl/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/oc/engrampa.xml
|
||||
share/mate/help/engrampa/oc/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/oc/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/oc/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/oc/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/oc/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/ru/engrampa.xml
|
||||
share/mate/help/engrampa/ru/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/ru/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/ru/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/ru/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/ru/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/sv/engrampa.xml
|
||||
share/mate/help/engrampa/sv/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/sv/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/sv/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/sv/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/sv/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/uk/engrampa.xml
|
||||
share/mate/help/engrampa/uk/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/uk/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/uk/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/uk/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/uk/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/vi/engrampa.xml
|
||||
share/mate/help/engrampa/vi/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/vi/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/vi/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/vi/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/vi/figures/engrampa_uparrow.png
|
||||
share/mate/help/engrampa/zh_CN/engrampa.xml
|
||||
share/mate/help/engrampa/zh_CN/figures/engrampa_home.png
|
||||
share/mate/help/engrampa/zh_CN/figures/engrampa_leftarrow.png
|
||||
share/mate/help/engrampa/zh_CN/figures/engrampa_main_window.png
|
||||
share/mate/help/engrampa/zh_CN/figures/engrampa_rightarrow.png
|
||||
share/mate/help/engrampa/zh_CN/figures/engrampa_uparrow.png
|
||||
share/omf/engrampa/engrampa-C.omf
|
||||
share/omf/engrampa/engrampa-bg.omf
|
||||
share/omf/engrampa/engrampa-ca.omf
|
||||
share/omf/engrampa/engrampa-cs.omf
|
||||
share/omf/engrampa/engrampa-de.omf
|
||||
share/omf/engrampa/engrampa-el.omf
|
||||
share/omf/engrampa/engrampa-en_GB.omf
|
||||
share/omf/engrampa/engrampa-es.omf
|
||||
share/omf/engrampa/engrampa-fi.omf
|
||||
share/omf/engrampa/engrampa-fr.omf
|
||||
share/omf/engrampa/engrampa-it.omf
|
||||
share/omf/engrampa/engrampa-ja.omf
|
||||
share/omf/engrampa/engrampa-nl.omf
|
||||
share/omf/engrampa/engrampa-oc.omf
|
||||
share/omf/engrampa/engrampa-ru.omf
|
||||
share/omf/engrampa/engrampa-sv.omf
|
||||
share/omf/engrampa/engrampa-uk.omf
|
||||
share/omf/engrampa/engrampa-vi.omf
|
||||
share/omf/engrampa/engrampa-zh_CN.omf
|
||||
@dirrm share/omf/engrampa
|
||||
@dirrm share/mate/help/engrampa/zh_CN/figures
|
||||
@dirrm share/mate/help/engrampa/zh_CN
|
||||
@dirrm share/mate/help/engrampa/vi/figures
|
||||
@dirrm share/mate/help/engrampa/vi
|
||||
@dirrm share/mate/help/engrampa/uk/figures
|
||||
@dirrm share/mate/help/engrampa/uk
|
||||
@dirrm share/mate/help/engrampa/sv/figures
|
||||
@dirrm share/mate/help/engrampa/sv
|
||||
@dirrm share/mate/help/engrampa/ru/figures
|
||||
@dirrm share/mate/help/engrampa/ru
|
||||
@dirrm share/mate/help/engrampa/oc/figures
|
||||
@dirrm share/mate/help/engrampa/oc
|
||||
@dirrm share/mate/help/engrampa/nl/figures
|
||||
@dirrm share/mate/help/engrampa/nl
|
||||
@dirrm share/mate/help/engrampa/ja/figures
|
||||
@dirrm share/mate/help/engrampa/ja
|
||||
@dirrm share/mate/help/engrampa/it/figures
|
||||
@dirrm share/mate/help/engrampa/it
|
||||
@dirrm share/mate/help/engrampa/fr/figures
|
||||
@dirrm share/mate/help/engrampa/fr
|
||||
@dirrm share/mate/help/engrampa/fi/figures
|
||||
@dirrm share/mate/help/engrampa/fi
|
||||
@dirrm share/mate/help/engrampa/es/figures
|
||||
@dirrm share/mate/help/engrampa/es
|
||||
@dirrm share/mate/help/engrampa/en_GB/figures
|
||||
@dirrm share/mate/help/engrampa/en_GB
|
||||
@dirrm share/mate/help/engrampa/el/figures
|
||||
@dirrm share/mate/help/engrampa/el
|
||||
@dirrm share/mate/help/engrampa/de/figures
|
||||
@dirrm share/mate/help/engrampa/de
|
||||
@dirrm share/mate/help/engrampa/cs/figures
|
||||
@dirrm share/mate/help/engrampa/cs
|
||||
@dirrm share/mate/help/engrampa/ca/figures
|
||||
@dirrm share/mate/help/engrampa/ca
|
||||
@dirrm share/mate/help/engrampa/bg/figures
|
||||
@dirrm share/mate/help/engrampa/bg
|
||||
@dirrm share/mate/help/engrampa/C/figures
|
||||
@dirrm share/mate/help/engrampa/C
|
||||
@dirrm share/mate/help/engrampa
|
||||
@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/ur_PK/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur_PK
|
||||
@dirrmtry share/locale/ur/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur
|
||||
@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/sr@ije/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr@ije
|
||||
@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/nds/LC_MESSAGES
|
||||
@dirrmtry share/locale/nds
|
||||
@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/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||
@dirrmtry share/locale/hy
|
||||
@dirrmtry share/locale/fy/LC_MESSAGES
|
||||
@dirrmtry share/locale/fy
|
||||
@dirrmtry share/locale/fur/LC_MESSAGES
|
||||
@dirrmtry share/locale/fur
|
||||
@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
|
||||
@dirrm share/engrampa/ui
|
||||
@dirrm share/engrampa/icons/hicolor/24x24/actions
|
||||
@dirrm share/engrampa/icons/hicolor/24x24
|
||||
@dirrm share/engrampa/icons/hicolor/16x16/actions
|
||||
@dirrm share/engrampa/icons/hicolor/16x16
|
||||
@dirrm share/engrampa/icons/hicolor
|
||||
@dirrm share/engrampa/icons
|
||||
@dirrm share/engrampa
|
||||
@dirrm libexec/engrampa
|
|
@ -452,6 +452,7 @@
|
|||
SUBDIR += malint
|
||||
SUBDIR += mangler
|
||||
SUBDIR += maplay
|
||||
SUBDIR += mate-media
|
||||
SUBDIR += mbox
|
||||
SUBDIR += mbrolavox
|
||||
SUBDIR += mcplay
|
||||
|
|
44
audio/mate-media/Makefile
Normal file
44
audio/mate-media/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-media
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= audio mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Multimedia applications for the MATE desktop
|
||||
|
||||
LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build desktop docutils intlhack ltverhack \
|
||||
panel
|
||||
USE_GNOME= gnomehier glib20 gnomehier gtk20 libxml2
|
||||
INSTALLS_OMF= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
USE_GSTREAMER= good
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS= --disable-pulseaudio \
|
||||
--enable-gst-mixer-applet
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.panel.applet.mixer.gschema.xml \
|
||||
org.mate.volume-control.gschema.xml
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|mixer_applet2|mate_mixer_applet2|g' \
|
||||
${WRKSRC}/gst-mixer-applet/Makefile.am \
|
||||
${WRKSRC}/gst-mixer-applet/load.c \
|
||||
${WRKSRC}/gst-mixer-applet/org.mate.panel.applet.MixerAppletFactory.service.in \
|
||||
${WRKSRC}/gst-mixer-applet/org.mate.applets.MixerApplet.mate-panel-applet.in.in
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/mate-media/distinfo
Normal file
2
audio/mate-media/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-media-1.6.0.tar.xz) = baf0ac85685a376107feee47b372b678a86404ce215b19c7fc259b012a3694a6
|
||||
SIZE (mate/mate-media-1.6.0.tar.xz) = 863808
|
23
audio/mate-media/files/patch-gst-mixer-applet_applet.c
Normal file
23
audio/mate-media/files/patch-gst-mixer-applet_applet.c
Normal file
|
@ -0,0 +1,23 @@
|
|||
From 7418b30d4e11f78cdb58c6d8afa67c5ddbb2f0d5 Mon Sep 17 00:00:00 2001
|
||||
From: Stefano Karapetsas <stefano@karapetsas.com>
|
||||
Date: Sat, 11 May 2013 20:48:47 +0000
|
||||
Subject: gstreamer: Middle click on applet toggles mute state
|
||||
|
||||
---
|
||||
diff --git a/gst-mixer-applet/applet.c b/gst-mixer-applet/applet.c
|
||||
index 9ad53bb..1a511ed 100644
|
||||
--- gst-mixer-applet/applet.c
|
||||
+++ gst-mixer-applet/applet.c
|
||||
@@ -827,7 +827,9 @@ mate_volume_applet_button (GtkWidget *widget,
|
||||
break;
|
||||
}
|
||||
break;
|
||||
- case 2: /* move */
|
||||
+ case 2: /* mute */
|
||||
+ mate_volume_applet_toggle_mute (applet);
|
||||
+ return TRUE;
|
||||
case 3: /* menu */
|
||||
if (applet->pop) {
|
||||
mate_volume_applet_popdown_dock (applet);
|
||||
--
|
||||
cgit
|
5
audio/mate-media/pkg-descr
Normal file
5
audio/mate-media/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Multimedia applications for the MATE desktop. Includes mate-cd, a CDDB
|
||||
aware CD player; mate-volume-control, for controlling the sound card's mixer;
|
||||
and VU-Meter, to slow down your desktop...
|
||||
|
||||
WWW: http://mate-desktop.org/
|
340
audio/mate-media/pkg-plist
Normal file
340
audio/mate-media/pkg-plist
Normal file
|
@ -0,0 +1,340 @@
|
|||
bin/mate-volume-control
|
||||
libexec/mate_mixer_applet2
|
||||
share/MateConf/gsettings/mate-volume-control.convert
|
||||
share/applications/mate-volume-control.desktop
|
||||
share/dbus-1/services/org.mate.panel.applet.MixerAppletFactory.service
|
||||
share/icons/mate/16x16/devices/gvc-3d-sound.png
|
||||
share/icons/mate/16x16/devices/gvc-headphones.png
|
||||
share/icons/mate/16x16/devices/gvc-line-in.png
|
||||
share/icons/mate/16x16/devices/gvc-tone.png
|
||||
share/icons/mate/16x16/status/audio-input-microphone-muted.png
|
||||
share/locale/af/LC_MESSAGES/mate-media.mo
|
||||
share/locale/am/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ar/LC_MESSAGES/mate-media.mo
|
||||
share/locale/as/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ast/LC_MESSAGES/mate-media.mo
|
||||
share/locale/az/LC_MESSAGES/mate-media.mo
|
||||
share/locale/be/LC_MESSAGES/mate-media.mo
|
||||
share/locale/be@latin/LC_MESSAGES/mate-media.mo
|
||||
share/locale/bg/LC_MESSAGES/mate-media.mo
|
||||
share/locale/bn/LC_MESSAGES/mate-media.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/mate-media.mo
|
||||
share/locale/br/LC_MESSAGES/mate-media.mo
|
||||
share/locale/bs/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ca/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/mate-media.mo
|
||||
share/locale/cs/LC_MESSAGES/mate-media.mo
|
||||
share/locale/cy/LC_MESSAGES/mate-media.mo
|
||||
share/locale/da/LC_MESSAGES/mate-media.mo
|
||||
share/locale/de/LC_MESSAGES/mate-media.mo
|
||||
share/locale/dz/LC_MESSAGES/mate-media.mo
|
||||
share/locale/el/LC_MESSAGES/mate-media.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/mate-media.mo
|
||||
share/locale/en_CA/LC_MESSAGES/mate-media.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mate-media.mo
|
||||
share/locale/es/LC_MESSAGES/mate-media.mo
|
||||
share/locale/et/LC_MESSAGES/mate-media.mo
|
||||
share/locale/eu/LC_MESSAGES/mate-media.mo
|
||||
share/locale/fa/LC_MESSAGES/mate-media.mo
|
||||
share/locale/fi/LC_MESSAGES/mate-media.mo
|
||||
share/locale/fr/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ga/LC_MESSAGES/mate-media.mo
|
||||
share/locale/gl/LC_MESSAGES/mate-media.mo
|
||||
share/locale/gu/LC_MESSAGES/mate-media.mo
|
||||
share/locale/he/LC_MESSAGES/mate-media.mo
|
||||
share/locale/hi/LC_MESSAGES/mate-media.mo
|
||||
share/locale/hr/LC_MESSAGES/mate-media.mo
|
||||
share/locale/hu/LC_MESSAGES/mate-media.mo
|
||||
share/locale/id/LC_MESSAGES/mate-media.mo
|
||||
share/locale/it/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ja/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ka/LC_MESSAGES/mate-media.mo
|
||||
share/locale/kn/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ko/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ku/LC_MESSAGES/mate-media.mo
|
||||
share/locale/lt/LC_MESSAGES/mate-media.mo
|
||||
share/locale/lv/LC_MESSAGES/mate-media.mo
|
||||
share/locale/mai/LC_MESSAGES/mate-media.mo
|
||||
share/locale/mg/LC_MESSAGES/mate-media.mo
|
||||
share/locale/mk/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ml/LC_MESSAGES/mate-media.mo
|
||||
share/locale/mn/LC_MESSAGES/mate-media.mo
|
||||
share/locale/mr/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ms/LC_MESSAGES/mate-media.mo
|
||||
share/locale/nb/LC_MESSAGES/mate-media.mo
|
||||
share/locale/nds/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ne/LC_MESSAGES/mate-media.mo
|
||||
share/locale/nl/LC_MESSAGES/mate-media.mo
|
||||
share/locale/nn/LC_MESSAGES/mate-media.mo
|
||||
share/locale/oc/LC_MESSAGES/mate-media.mo
|
||||
share/locale/or/LC_MESSAGES/mate-media.mo
|
||||
share/locale/pa/LC_MESSAGES/mate-media.mo
|
||||
share/locale/pl/LC_MESSAGES/mate-media.mo
|
||||
share/locale/pt/LC_MESSAGES/mate-media.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ro/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ru/LC_MESSAGES/mate-media.mo
|
||||
share/locale/rw/LC_MESSAGES/mate-media.mo
|
||||
share/locale/si/LC_MESSAGES/mate-media.mo
|
||||
share/locale/sk/LC_MESSAGES/mate-media.mo
|
||||
share/locale/sl/LC_MESSAGES/mate-media.mo
|
||||
share/locale/sq/LC_MESSAGES/mate-media.mo
|
||||
share/locale/sr/LC_MESSAGES/mate-media.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/mate-media.mo
|
||||
share/locale/sv/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ta/LC_MESSAGES/mate-media.mo
|
||||
share/locale/te/LC_MESSAGES/mate-media.mo
|
||||
share/locale/th/LC_MESSAGES/mate-media.mo
|
||||
share/locale/tk/LC_MESSAGES/mate-media.mo
|
||||
share/locale/tr/LC_MESSAGES/mate-media.mo
|
||||
share/locale/ug/LC_MESSAGES/mate-media.mo
|
||||
share/locale/uk/LC_MESSAGES/mate-media.mo
|
||||
share/locale/vi/LC_MESSAGES/mate-media.mo
|
||||
share/locale/wa/LC_MESSAGES/mate-media.mo
|
||||
share/locale/xh/LC_MESSAGES/mate-media.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mate-media.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mate-media.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mate-media.mo
|
||||
share/mate-2.0/ui/mixer-applet-menu.xml
|
||||
%%DATADIR%%/pixmaps/chain-broken.png
|
||||
%%DATADIR%%/pixmaps/chain.png
|
||||
%%DATADIR%%/sounds/mate-sounds-default.xml
|
||||
share/mate-panel/applets/org.mate.applets.MixerApplet.mate-panel-applet
|
||||
share/mate/help/mate-mixer_applet2/C/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/C/legal.xml
|
||||
share/mate/help/mate-mixer_applet2/C/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/ca/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/ca/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/cs/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/cs/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/da/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/da/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/de/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/de/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/el/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/el/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/en_GB/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/en_GB/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/es/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/es/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/eu/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/eu/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/fi/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/fi/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/fr/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/fr/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/hu/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/hu/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/it/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/it/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/ko/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/ko/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/oc/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/oc/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/pa/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/pa/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/pt_BR/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/pt_BR/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/ru/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/ru/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/sv/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/sv/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/uk/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/uk/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-mixer_applet2/zh_CN/figures/volumecontrol_applet.png
|
||||
share/mate/help/mate-mixer_applet2/zh_CN/mate-mixer_applet2.xml
|
||||
share/mate/help/mate-volume-control/C/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/C/legal.xml
|
||||
share/mate/help/mate-volume-control/C/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/ca/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/ca/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/cs/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/cs/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/da/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/da/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/de/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/de/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/el/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/el/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/en_GB/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/en_GB/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/es/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/es/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/fr/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/fr/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/it/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/it/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/oc/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/oc/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/ru/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/ru/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/sv/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/sv/mate-volume-control.xml
|
||||
share/mate/help/mate-volume-control/zh_CN/figures/mate-volume-control_window.png
|
||||
share/mate/help/mate-volume-control/zh_CN/mate-volume-control.xml
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-C.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-ca.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-cs.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-da.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-de.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-el.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-en_GB.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-es.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-eu.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-fi.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-fr.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-hu.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-it.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-ko.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-oc.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-pa.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-pt_BR.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-ru.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-sv.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-uk.omf
|
||||
share/omf/mate-mixer_applet2/mate-mixer_applet2-zh_CN.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-C.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-ca.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-cs.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-da.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-de.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-el.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-en_GB.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-es.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-fr.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-it.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-oc.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-ru.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-sv.omf
|
||||
share/omf/mate-volume-control/mate-volume-control-zh_CN.omf
|
||||
share/sounds/mate/default/alerts/bark.ogg
|
||||
share/sounds/mate/default/alerts/drip.ogg
|
||||
share/sounds/mate/default/alerts/glass.ogg
|
||||
share/sounds/mate/default/alerts/sonar.ogg
|
||||
@dirrm share/sounds/mate/default/alerts
|
||||
@dirrm share/sounds/mate/default
|
||||
@dirrm share/sounds/mate
|
||||
@dirrm share/omf/mate-volume-control
|
||||
@dirrm share/omf/mate-mixer_applet2
|
||||
@dirrm share/mate/help/mate-volume-control/zh_CN/figures
|
||||
@dirrm share/mate/help/mate-volume-control/zh_CN
|
||||
@dirrm share/mate/help/mate-volume-control/sv/figures
|
||||
@dirrm share/mate/help/mate-volume-control/sv
|
||||
@dirrm share/mate/help/mate-volume-control/ru/figures
|
||||
@dirrm share/mate/help/mate-volume-control/ru
|
||||
@dirrm share/mate/help/mate-volume-control/oc/figures
|
||||
@dirrm share/mate/help/mate-volume-control/oc
|
||||
@dirrm share/mate/help/mate-volume-control/it/figures
|
||||
@dirrm share/mate/help/mate-volume-control/it
|
||||
@dirrm share/mate/help/mate-volume-control/fr/figures
|
||||
@dirrm share/mate/help/mate-volume-control/fr
|
||||
@dirrm share/mate/help/mate-volume-control/es/figures
|
||||
@dirrm share/mate/help/mate-volume-control/es
|
||||
@dirrm share/mate/help/mate-volume-control/en_GB/figures
|
||||
@dirrm share/mate/help/mate-volume-control/en_GB
|
||||
@dirrm share/mate/help/mate-volume-control/el/figures
|
||||
@dirrm share/mate/help/mate-volume-control/el
|
||||
@dirrm share/mate/help/mate-volume-control/de/figures
|
||||
@dirrm share/mate/help/mate-volume-control/de
|
||||
@dirrm share/mate/help/mate-volume-control/da/figures
|
||||
@dirrm share/mate/help/mate-volume-control/da
|
||||
@dirrm share/mate/help/mate-volume-control/cs/figures
|
||||
@dirrm share/mate/help/mate-volume-control/cs
|
||||
@dirrm share/mate/help/mate-volume-control/ca/figures
|
||||
@dirrm share/mate/help/mate-volume-control/ca
|
||||
@dirrm share/mate/help/mate-volume-control/C/figures
|
||||
@dirrm share/mate/help/mate-volume-control/C
|
||||
@dirrm share/mate/help/mate-volume-control
|
||||
@dirrm share/mate/help/mate-mixer_applet2/zh_CN/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/zh_CN
|
||||
@dirrm share/mate/help/mate-mixer_applet2/uk/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/uk
|
||||
@dirrm share/mate/help/mate-mixer_applet2/sv/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/sv
|
||||
@dirrm share/mate/help/mate-mixer_applet2/ru/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/ru
|
||||
@dirrm share/mate/help/mate-mixer_applet2/pt_BR/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/pt_BR
|
||||
@dirrm share/mate/help/mate-mixer_applet2/pa/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/pa
|
||||
@dirrm share/mate/help/mate-mixer_applet2/oc/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/oc
|
||||
@dirrm share/mate/help/mate-mixer_applet2/ko/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/ko
|
||||
@dirrm share/mate/help/mate-mixer_applet2/it/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/it
|
||||
@dirrm share/mate/help/mate-mixer_applet2/hu/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/hu
|
||||
@dirrm share/mate/help/mate-mixer_applet2/fr/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/fr
|
||||
@dirrm share/mate/help/mate-mixer_applet2/fi/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/fi
|
||||
@dirrm share/mate/help/mate-mixer_applet2/eu/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/eu
|
||||
@dirrm share/mate/help/mate-mixer_applet2/es/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/es
|
||||
@dirrm share/mate/help/mate-mixer_applet2/en_GB/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/en_GB
|
||||
@dirrm share/mate/help/mate-mixer_applet2/el/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/el
|
||||
@dirrm share/mate/help/mate-mixer_applet2/de/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/de
|
||||
@dirrm share/mate/help/mate-mixer_applet2/da/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/da
|
||||
@dirrm share/mate/help/mate-mixer_applet2/cs/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/cs
|
||||
@dirrm share/mate/help/mate-mixer_applet2/ca/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/ca
|
||||
@dirrm share/mate/help/mate-mixer_applet2/C/figures
|
||||
@dirrm share/mate/help/mate-mixer_applet2/C
|
||||
@dirrm share/mate/help/mate-mixer_applet2
|
||||
@dirrmtry share/mate-panel/applets
|
||||
@dirrmtry share/mate-panel
|
||||
@dirrm %%DATADIR%%/sounds
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%
|
||||
@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/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/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/icons/mate/16x16/status
|
||||
@dirrmtry share/icons/mate/16x16/devices
|
||||
@dirrmtry share/icons/mate/16x16
|
||||
@dirrmtry share/icons/mate
|
||||
@dirrmtry share/icons
|
|
@ -138,6 +138,11 @@
|
|||
SUBDIR += ljit
|
||||
SUBDIR += logjam
|
||||
SUBDIR += lxshortcut
|
||||
SUBDIR += mate-character-map
|
||||
SUBDIR += mate-file-manager-open-terminal
|
||||
SUBDIR += mate-menu-editor
|
||||
SUBDIR += mate-notification-daemon
|
||||
SUBDIR += mate-utils
|
||||
SUBDIR += mcal
|
||||
SUBDIR += mdh
|
||||
SUBDIR += mencal
|
||||
|
|
34
deskutils/mate-character-map/Makefile
Normal file
34
deskutils/mate-character-map/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-character-map
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= deskutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Unicode/ISO10646 character map and font viewer
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build docutils intlhack ltverhack
|
||||
USE_GNOME= glib20 gnomehier gtk20 gnomedocutils
|
||||
USE_LDCONFIG= yes
|
||||
INSTALLS_OMF= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gtk=2.0 \
|
||||
--disable-unihan
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.mucharmap.enums.xml \
|
||||
org.mate.mucharmap.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/mate-character-map/distinfo
Normal file
2
deskutils/mate-character-map/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-character-map-1.6.0.tar.xz) = 14a18a02db1a7a966d74229350eec64468e0aaf47ec5726a1b2042def9719635
|
||||
SIZE (mate/mate-character-map-1.6.0.tar.xz) = 2349936
|
4
deskutils/mate-character-map/pkg-descr
Normal file
4
deskutils/mate-character-map/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
mucharmap is a Unicode/ISO10646 character map and font viewer. It uses
|
||||
GTK+ 2, and supports anti-aliased, scalable fonts.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
246
deskutils/mate-character-map/pkg-plist
Normal file
246
deskutils/mate-character-map/pkg-plist
Normal file
|
@ -0,0 +1,246 @@
|
|||
bin/mate-character-map
|
||||
bin/mucharmap
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-block-chapters-model.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-block-codepoint-list.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-chapters-model.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-chapters-view.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-charmap.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-chartable.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-codepoint-list.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-script-chapters-model.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-script-codepoint-list.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-type-builtins.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap-unicode-info.h
|
||||
include/mucharmap-2.0/mucharmap/mucharmap.h
|
||||
lib/libmucharmap.a
|
||||
lib/libmucharmap.la
|
||||
lib/libmucharmap.so
|
||||
lib/libmucharmap.so.7
|
||||
libdata/pkgconfig/mucharmap-2.pc
|
||||
share/applications/mucharmap.desktop
|
||||
share/locale/af/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/am/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ar/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/as/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ast/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/az/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/be/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/be@latin/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/bg/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/bn/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/br/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/bs/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ca/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/cs/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/cy/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/da/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/de/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/dz/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/el/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/en_CA/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/eo/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/es/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/et/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/eu/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/fa/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/fi/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/fr/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ga/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/gl/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/gu/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/he/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/hi/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/hr/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/hu/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/id/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/is/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/it/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ja/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ka/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/kn/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ko/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/lt/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/lv/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/mai/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/mi/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/mk/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ml/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/mn/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/mr/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ms/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/nb/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ne/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/nl/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/nn/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/oc/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/or/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/pa/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/pl/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/pt/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ro/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ru/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/rw/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/si/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/sk/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/sl/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/sq/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/sr/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/sv/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/ta/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/te/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/th/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/tr/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/uk/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/vi/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/wa/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/xh/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mucharmap.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mucharmap.mo
|
||||
share/mate/help/mucharmap/C/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/C/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/C/legal.xml
|
||||
share/mate/help/mucharmap/C/mucharmap.xml
|
||||
share/mate/help/mucharmap/bg/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/bg/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/bg/mucharmap.xml
|
||||
share/mate/help/mucharmap/ca/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/ca/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/ca/mucharmap.xml
|
||||
share/mate/help/mucharmap/cs/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/cs/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/cs/mucharmap.xml
|
||||
share/mate/help/mucharmap/de/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/de/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/de/mucharmap.xml
|
||||
share/mate/help/mucharmap/el/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/el/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/el/mucharmap.xml
|
||||
share/mate/help/mucharmap/en_GB/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/en_GB/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/en_GB/mucharmap.xml
|
||||
share/mate/help/mucharmap/es/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/es/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/es/mucharmap.xml
|
||||
share/mate/help/mucharmap/fi/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/fi/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/fi/mucharmap.xml
|
||||
share/mate/help/mucharmap/fr/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/fr/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/fr/mucharmap.xml
|
||||
share/mate/help/mucharmap/ko/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/ko/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/ko/mucharmap.xml
|
||||
share/mate/help/mucharmap/oc/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/oc/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/oc/mucharmap.xml
|
||||
share/mate/help/mucharmap/pt_BR/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/pt_BR/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/pt_BR/mucharmap.xml
|
||||
share/mate/help/mucharmap/ru/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/ru/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/ru/mucharmap.xml
|
||||
share/mate/help/mucharmap/sv/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/sv/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/sv/mucharmap.xml
|
||||
share/mate/help/mucharmap/vi/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/vi/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/vi/mucharmap.xml
|
||||
share/mate/help/mucharmap/zh_CN/figures/mucharmap_start_window.png
|
||||
share/mate/help/mucharmap/zh_CN/figures/mucharmap_window.png
|
||||
share/mate/help/mucharmap/zh_CN/mucharmap.xml
|
||||
share/omf/mucharmap/mucharmap-C.omf
|
||||
share/omf/mucharmap/mucharmap-bg.omf
|
||||
share/omf/mucharmap/mucharmap-ca.omf
|
||||
share/omf/mucharmap/mucharmap-cs.omf
|
||||
share/omf/mucharmap/mucharmap-de.omf
|
||||
share/omf/mucharmap/mucharmap-el.omf
|
||||
share/omf/mucharmap/mucharmap-en_GB.omf
|
||||
share/omf/mucharmap/mucharmap-es.omf
|
||||
share/omf/mucharmap/mucharmap-fi.omf
|
||||
share/omf/mucharmap/mucharmap-fr.omf
|
||||
share/omf/mucharmap/mucharmap-ko.omf
|
||||
share/omf/mucharmap/mucharmap-oc.omf
|
||||
share/omf/mucharmap/mucharmap-pt_BR.omf
|
||||
share/omf/mucharmap/mucharmap-ru.omf
|
||||
share/omf/mucharmap/mucharmap-sv.omf
|
||||
share/omf/mucharmap/mucharmap-vi.omf
|
||||
share/omf/mucharmap/mucharmap-zh_CN.omf
|
||||
@dirrm share/omf/mucharmap
|
||||
@dirrm share/mate/help/mucharmap/zh_CN/figures
|
||||
@dirrm share/mate/help/mucharmap/zh_CN
|
||||
@dirrm share/mate/help/mucharmap/vi/figures
|
||||
@dirrm share/mate/help/mucharmap/vi
|
||||
@dirrm share/mate/help/mucharmap/sv/figures
|
||||
@dirrm share/mate/help/mucharmap/sv
|
||||
@dirrm share/mate/help/mucharmap/ru/figures
|
||||
@dirrm share/mate/help/mucharmap/ru
|
||||
@dirrm share/mate/help/mucharmap/pt_BR/figures
|
||||
@dirrm share/mate/help/mucharmap/pt_BR
|
||||
@dirrm share/mate/help/mucharmap/oc/figures
|
||||
@dirrm share/mate/help/mucharmap/oc
|
||||
@dirrm share/mate/help/mucharmap/ko/figures
|
||||
@dirrm share/mate/help/mucharmap/ko
|
||||
@dirrm share/mate/help/mucharmap/fr/figures
|
||||
@dirrm share/mate/help/mucharmap/fr
|
||||
@dirrm share/mate/help/mucharmap/fi/figures
|
||||
@dirrm share/mate/help/mucharmap/fi
|
||||
@dirrm share/mate/help/mucharmap/es/figures
|
||||
@dirrm share/mate/help/mucharmap/es
|
||||
@dirrm share/mate/help/mucharmap/en_GB/figures
|
||||
@dirrm share/mate/help/mucharmap/en_GB
|
||||
@dirrm share/mate/help/mucharmap/el/figures
|
||||
@dirrm share/mate/help/mucharmap/el
|
||||
@dirrm share/mate/help/mucharmap/de/figures
|
||||
@dirrm share/mate/help/mucharmap/de
|
||||
@dirrm share/mate/help/mucharmap/cs/figures
|
||||
@dirrm share/mate/help/mucharmap/cs
|
||||
@dirrm share/mate/help/mucharmap/ca/figures
|
||||
@dirrm share/mate/help/mucharmap/ca
|
||||
@dirrm share/mate/help/mucharmap/bg/figures
|
||||
@dirrm share/mate/help/mucharmap/bg
|
||||
@dirrm share/mate/help/mucharmap/C/figures
|
||||
@dirrm share/mate/help/mucharmap/C
|
||||
@dirrm share/mate/help/mucharmap
|
||||
@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/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@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/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
|
||||
@dirrm include/mucharmap-2.0/mucharmap
|
||||
@dirrm include/mucharmap-2.0
|
29
deskutils/mate-file-manager-open-terminal/Makefile
Normal file
29
deskutils/mate-file-manager-open-terminal/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Created by: Nicole Reid <root@cooltrainer.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-file-manager-open-terminal
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= deskutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Caja extension which allows you to open a terminal
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen caja common:build desktop intlhack
|
||||
USE_GNOME= glib20 gnomehier
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env \
|
||||
autoheader:env
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.apps.caja-open-terminal.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/mate-file-manager-open-terminal/distinfo
Normal file
2
deskutils/mate-file-manager-open-terminal/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-file-manager-open-terminal-1.6.0.tar.xz) = 9898d640aad99be84fbc42f3e2e4f90400939480f94ac5a1ed1a09475df944e8
|
||||
SIZE (mate/mate-file-manager-open-terminal-1.6.0.tar.xz) = 34712
|
3
deskutils/mate-file-manager-open-terminal/pkg-descr
Normal file
3
deskutils/mate-file-manager-open-terminal/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Caja extension which allows you to open a terminal.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
85
deskutils/mate-file-manager-open-terminal/pkg-plist
Normal file
85
deskutils/mate-file-manager-open-terminal/pkg-plist
Normal file
|
@ -0,0 +1,85 @@
|
|||
lib/caja/extensions-2.0/libcaja-open-terminal.a
|
||||
lib/caja/extensions-2.0/libcaja-open-terminal.la
|
||||
lib/caja/extensions-2.0/libcaja-open-terminal.so
|
||||
share/MateConf/gsettings/caja-open-terminal.convert
|
||||
share/locale/am/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ar/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ast/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/be/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/be@latin/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/bg/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ca/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/cs/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/da/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/de/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/dz/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/el/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/en_AU/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/en_CA/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/en_GB/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/eo/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/es/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/et/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/eu/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/fi/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/fr/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/gl/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/gu/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/he/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/hr/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/hu/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/id/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/is/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/it/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ja/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ka/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ko/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ky/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/lt/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/lv/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/mk/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ml/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ms/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/nb/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ne/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/nl/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/oc/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/or/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/pa/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/pl/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/pt/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ro/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ru/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/rw/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/sk/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/sl/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/sq/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/sr/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/sv/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/ta/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/th/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/tr/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/uk/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/vi/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/caja-open-terminal.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/caja-open-terminal.mo
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr@latin
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/ky/LC_MESSAGES
|
||||
@dirrmtry share/locale/ky
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@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 lib/caja/extensions-2.0
|
32
deskutils/mate-menu-editor/Makefile
Normal file
32
deskutils/mate-menu-editor/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
|
||||
# Created by: FreeBSD GNOME Team
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-menu-editor
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= deskutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Editor for the freedesktop.org menu specification
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build intlhack menus
|
||||
USE_GNOME= pygobject pygtk2
|
||||
USE_PYTHON= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
|
||||
${WRKSRC}/Mozo/util.py
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/mate-menu-editor/distinfo
Normal file
2
deskutils/mate-menu-editor/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-menu-editor-1.6.0.tar.xz) = 5c7b96e04ab3e495ae88065d1a084719ce72da050f9b869347edc3fc21ca4f61
|
||||
SIZE (mate/mate-menu-editor-1.6.0.tar.xz) = 97936
|
29
deskutils/mate-menu-editor/files/patch-Mozo_util.py
Normal file
29
deskutils/mate-menu-editor/files/patch-Mozo_util.py
Normal file
|
@ -0,0 +1,29 @@
|
|||
--- Mozo/util.py.orig 2012-07-29 12:16:35.000000000 -0500
|
||||
+++ Mozo/util.py 2012-07-29 12:18:11.000000000 -0500
|
||||
@@ -141,7 +141,7 @@
|
||||
file_path = os.path.join(system_path, 'applications', file_id)
|
||||
if os.path.isfile(file_path):
|
||||
return file_path
|
||||
- file_path = os.path.join('/', 'usr', 'share', 'applications', file_id)
|
||||
+ file_path = os.path.join('/', '/usr/local', 'share', 'applications', file_id)
|
||||
if os.path.isfile(file_path):
|
||||
return file_path
|
||||
return False
|
||||
@@ -166,7 +166,7 @@
|
||||
file_path = os.path.join(system_path, 'desktop-directories', file_id)
|
||||
if os.path.isfile(file_path):
|
||||
return file_path
|
||||
- file_path = os.path.join('/', 'usr', 'share', 'desktop-directories', file_id)
|
||||
+ file_path = os.path.join('/', '/usr/local', 'share', 'desktop-directories', file_id)
|
||||
if os.path.isfile(file_path):
|
||||
return file_path
|
||||
return False
|
||||
@@ -187,7 +187,7 @@
|
||||
file_path = os.path.join(system_path, 'menus', file_name)
|
||||
if os.path.isfile(file_path):
|
||||
return file_path
|
||||
- file_path = os.path.join('/', 'etc', 'xdg', 'menus', file_name)
|
||||
+ file_path = os.path.join('/', '/usr/local', 'etc', 'xdg', 'menus', file_name)
|
||||
if os.path.isfile(file_path):
|
||||
return file_path
|
||||
return False
|
6
deskutils/mate-menu-editor/pkg-descr
Normal file
6
deskutils/mate-menu-editor/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Mozo is a simple freedesktop.org compliant menu editor
|
||||
for MATE that lets you change your menus, simply and
|
||||
quickly. Just click and type to edit, add, and delete any
|
||||
menu entry.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
180
deskutils/mate-menu-editor/pkg-plist
Normal file
180
deskutils/mate-menu-editor/pkg-plist
Normal file
|
@ -0,0 +1,180 @@
|
|||
bin/mozo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/config.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/config.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/config.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/util.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/util.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/util.pyo
|
||||
share/applications/mozo.desktop
|
||||
share/icons/hicolor/16x16/apps/mozo.png
|
||||
share/icons/hicolor/22x22/apps/mozo.png
|
||||
share/icons/hicolor/24x24/apps/mozo.png
|
||||
share/icons/hicolor/256x256/apps/mozo.png
|
||||
share/icons/hicolor/32x32/apps/mozo.png
|
||||
share/icons/hicolor/48x48/apps/mozo.png
|
||||
share/locale/af/LC_MESSAGES/mozo.mo
|
||||
share/locale/am/LC_MESSAGES/mozo.mo
|
||||
share/locale/an/LC_MESSAGES/mozo.mo
|
||||
share/locale/ar/LC_MESSAGES/mozo.mo
|
||||
share/locale/as/LC_MESSAGES/mozo.mo
|
||||
share/locale/ast/LC_MESSAGES/mozo.mo
|
||||
share/locale/be/LC_MESSAGES/mozo.mo
|
||||
share/locale/be@latin/LC_MESSAGES/mozo.mo
|
||||
share/locale/bem/LC_MESSAGES/mozo.mo
|
||||
share/locale/bg/LC_MESSAGES/mozo.mo
|
||||
share/locale/bn/LC_MESSAGES/mozo.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/mozo.mo
|
||||
share/locale/br/LC_MESSAGES/mozo.mo
|
||||
share/locale/ca/LC_MESSAGES/mozo.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/mozo.mo
|
||||
share/locale/crh/LC_MESSAGES/mozo.mo
|
||||
share/locale/cs/LC_MESSAGES/mozo.mo
|
||||
share/locale/cy/LC_MESSAGES/mozo.mo
|
||||
share/locale/da/LC_MESSAGES/mozo.mo
|
||||
share/locale/de/LC_MESSAGES/mozo.mo
|
||||
share/locale/dz/LC_MESSAGES/mozo.mo
|
||||
share/locale/el/LC_MESSAGES/mozo.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/mozo.mo
|
||||
share/locale/en_AU/LC_MESSAGES/mozo.mo
|
||||
share/locale/en_CA/LC_MESSAGES/mozo.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mozo.mo
|
||||
share/locale/eo/LC_MESSAGES/mozo.mo
|
||||
share/locale/es/LC_MESSAGES/mozo.mo
|
||||
share/locale/es_CL/LC_MESSAGES/mozo.mo
|
||||
share/locale/et/LC_MESSAGES/mozo.mo
|
||||
share/locale/eu/LC_MESSAGES/mozo.mo
|
||||
share/locale/fa/LC_MESSAGES/mozo.mo
|
||||
share/locale/fi/LC_MESSAGES/mozo.mo
|
||||
share/locale/fr/LC_MESSAGES/mozo.mo
|
||||
share/locale/fur/LC_MESSAGES/mozo.mo
|
||||
share/locale/fy/LC_MESSAGES/mozo.mo
|
||||
share/locale/ga/LC_MESSAGES/mozo.mo
|
||||
share/locale/gl/LC_MESSAGES/mozo.mo
|
||||
share/locale/gu/LC_MESSAGES/mozo.mo
|
||||
share/locale/he/LC_MESSAGES/mozo.mo
|
||||
share/locale/hi/LC_MESSAGES/mozo.mo
|
||||
share/locale/hr/LC_MESSAGES/mozo.mo
|
||||
share/locale/hu/LC_MESSAGES/mozo.mo
|
||||
share/locale/hy/LC_MESSAGES/mozo.mo
|
||||
share/locale/id/LC_MESSAGES/mozo.mo
|
||||
share/locale/io/LC_MESSAGES/mozo.mo
|
||||
share/locale/it/LC_MESSAGES/mozo.mo
|
||||
share/locale/ja/LC_MESSAGES/mozo.mo
|
||||
share/locale/ka/LC_MESSAGES/mozo.mo
|
||||
share/locale/kk/LC_MESSAGES/mozo.mo
|
||||
share/locale/kn/LC_MESSAGES/mozo.mo
|
||||
share/locale/ko/LC_MESSAGES/mozo.mo
|
||||
share/locale/ku/LC_MESSAGES/mozo.mo
|
||||
share/locale/ky/LC_MESSAGES/mozo.mo
|
||||
share/locale/lt/LC_MESSAGES/mozo.mo
|
||||
share/locale/lv/LC_MESSAGES/mozo.mo
|
||||
share/locale/mai/LC_MESSAGES/mozo.mo
|
||||
share/locale/mg/LC_MESSAGES/mozo.mo
|
||||
share/locale/mk/LC_MESSAGES/mozo.mo
|
||||
share/locale/ml/LC_MESSAGES/mozo.mo
|
||||
share/locale/mn/LC_MESSAGES/mozo.mo
|
||||
share/locale/mr/LC_MESSAGES/mozo.mo
|
||||
share/locale/ms/LC_MESSAGES/mozo.mo
|
||||
share/locale/nb/LC_MESSAGES/mozo.mo
|
||||
share/locale/nds/LC_MESSAGES/mozo.mo
|
||||
share/locale/nl/LC_MESSAGES/mozo.mo
|
||||
share/locale/nn/LC_MESSAGES/mozo.mo
|
||||
share/locale/oc/LC_MESSAGES/mozo.mo
|
||||
share/locale/or/LC_MESSAGES/mozo.mo
|
||||
share/locale/pa/LC_MESSAGES/mozo.mo
|
||||
share/locale/pl/LC_MESSAGES/mozo.mo
|
||||
share/locale/ps/LC_MESSAGES/mozo.mo
|
||||
share/locale/pt/LC_MESSAGES/mozo.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mozo.mo
|
||||
share/locale/ro/LC_MESSAGES/mozo.mo
|
||||
share/locale/ru/LC_MESSAGES/mozo.mo
|
||||
share/locale/si/LC_MESSAGES/mozo.mo
|
||||
share/locale/sk/LC_MESSAGES/mozo.mo
|
||||
share/locale/sl/LC_MESSAGES/mozo.mo
|
||||
share/locale/sq/LC_MESSAGES/mozo.mo
|
||||
share/locale/sr/LC_MESSAGES/mozo.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/mozo.mo
|
||||
share/locale/sv/LC_MESSAGES/mozo.mo
|
||||
share/locale/ta/LC_MESSAGES/mozo.mo
|
||||
share/locale/te/LC_MESSAGES/mozo.mo
|
||||
share/locale/th/LC_MESSAGES/mozo.mo
|
||||
share/locale/tr/LC_MESSAGES/mozo.mo
|
||||
share/locale/ug/LC_MESSAGES/mozo.mo
|
||||
share/locale/uk/LC_MESSAGES/mozo.mo
|
||||
share/locale/uz@cyrillic/LC_MESSAGES/mozo.mo
|
||||
share/locale/vi/LC_MESSAGES/mozo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mozo.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mozo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mozo.mo
|
||||
share/mozo/mozo.ui
|
||||
@dirrm share/mozo
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
|
||||
@dirrmtry share/locale/uz@cyrillic
|
||||
@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/ps/LC_MESSAGES
|
||||
@dirrmtry share/locale/ps
|
||||
@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/mg/LC_MESSAGES
|
||||
@dirrmtry share/locale/mg
|
||||
@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/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/io/LC_MESSAGES
|
||||
@dirrmtry share/locale/io
|
||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||
@dirrmtry share/locale/hy
|
||||
@dirrmtry share/locale/fy/LC_MESSAGES
|
||||
@dirrmtry share/locale/fy
|
||||
@dirrmtry share/locale/fur/LC_MESSAGES
|
||||
@dirrmtry share/locale/fur
|
||||
@dirrmtry share/locale/es_CL/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_CL
|
||||
@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/crh/LC_MESSAGES
|
||||
@dirrmtry share/locale/crh
|
||||
@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/bem/LC_MESSAGES
|
||||
@dirrmtry share/locale/bem
|
||||
@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/an/LC_MESSAGES
|
||||
@dirrmtry share/locale/an
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/Mozo
|
39
deskutils/mate-notification-daemon/Makefile
Normal file
39
deskutils/mate-notification-daemon/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Createdy by: Andreas Kohn <andreas@syndrom23.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-notification-daemon
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= deskutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Send small notifications to your desktop
|
||||
|
||||
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
|
||||
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
||||
libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
|
||||
libnotify.so:${PORTSDIR}/devel/libnotify
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build intlhack libmatewnck
|
||||
USE_XORG= x11
|
||||
USE_GNOME= glib20 gnomehier gtk20 librsvg2
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \
|
||||
--with-gtk=2.0
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.NotificationDaemon.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/mate-notification-daemon/distinfo
Normal file
2
deskutils/mate-notification-daemon/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-notification-daemon-1.6.0.tar.xz) = baa96685b20a07dbec1cf3ea945352b5da1a6ca12a0cf693413797e331a30ddd
|
||||
SIZE (mate/mate-notification-daemon-1.6.0.tar.xz) = 117288
|
9
deskutils/mate-notification-daemon/pkg-descr
Normal file
9
deskutils/mate-notification-daemon/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
The Desktop Notifications framework provides a standard way of doing passive
|
||||
pop-up notifications on the desktop. These are designed to notify the
|
||||
user of something without interrupting their work with a dialog box that they
|
||||
must close. Passive popups can automatically disappear after a short period
|
||||
of time.
|
||||
|
||||
This port contains the daemon.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
63
deskutils/mate-notification-daemon/pkg-plist
Normal file
63
deskutils/mate-notification-daemon/pkg-plist
Normal file
|
@ -0,0 +1,63 @@
|
|||
bin/mate-notification-properties
|
||||
lib/mate-notification-daemon/engines/libcoco.a
|
||||
lib/mate-notification-daemon/engines/libcoco.la
|
||||
lib/mate-notification-daemon/engines/libcoco.so
|
||||
lib/mate-notification-daemon/engines/libnodoka.a
|
||||
lib/mate-notification-daemon/engines/libnodoka.la
|
||||
lib/mate-notification-daemon/engines/libnodoka.so
|
||||
lib/mate-notification-daemon/engines/libslider.a
|
||||
lib/mate-notification-daemon/engines/libslider.la
|
||||
lib/mate-notification-daemon/engines/libslider.so
|
||||
lib/mate-notification-daemon/engines/libstandard.a
|
||||
lib/mate-notification-daemon/engines/libstandard.la
|
||||
lib/mate-notification-daemon/engines/libstandard.so
|
||||
libexec/mate-notification-daemon
|
||||
share/MateConf/gsettings/mate-notification-daemon.convert
|
||||
share/applications/mate-notification-properties.desktop
|
||||
share/dbus-1/services/org.freedesktop.mate.Notifications.service
|
||||
share/icons/hicolor/16x16/apps/mate-notification-properties.png
|
||||
share/icons/hicolor/22x22/apps/mate-notification-properties.png
|
||||
share/icons/hicolor/24x24/apps/mate-notification-properties.png
|
||||
share/icons/hicolor/32x32/apps/mate-notification-properties.png
|
||||
share/icons/hicolor/48x48/apps/mate-notification-properties.png
|
||||
share/icons/hicolor/scalable/apps/mate-notification-properties.svg
|
||||
share/locale/af/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/ar/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/ast/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/ca/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/cs/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/da/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/de/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/el/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/es/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/es_CL/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/et/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/eu/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/fr/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/gl/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/he/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/hu/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/id/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/it/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/ja/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/lt/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/nb/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/nl/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/pa/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/pl/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/pt/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/ru/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/sl/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/sv/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/tr/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/uk/LC_MESSAGES/mate-notification-daemon.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mate-notification-daemon.mo
|
||||
%%DATADIR%%/mate-notification-properties.ui
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/locale/es_CL/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_CL
|
||||
@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
@dirrm lib/mate-notification-daemon/engines
|
||||
@dirrm lib/mate-notification-daemon
|
43
deskutils/mate-utils/Makefile
Normal file
43
deskutils/mate-utils/Makefile
Normal file
|
@ -0,0 +1,43 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-utils
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= deskutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= MATE support utilities
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
|
||||
scrollkeeper-config:${PORTSDIR}/textproc/rarian
|
||||
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
|
||||
libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build docutils intlhack ltverhack \
|
||||
panel
|
||||
USE_XORG= x11 xext
|
||||
USE_GNOME= glib20 gnomehier gtk20
|
||||
USE_LDCONFIG= yes
|
||||
INSTALLS_OMF= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
CONFIGURE_ARGS= --enable-maintainer-flags=no \
|
||||
--disable-gtk-doc \
|
||||
--with-html-dir=${PREFIX}/share/doc
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.dictionary.gschema.xml \
|
||||
org.mate.disk-usage-analyzer.gschema.xml \
|
||||
org.mate.screenshot.gschema.xml \
|
||||
org.mate.search-tool.gschema.xml \
|
||||
org.mate.system-log.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/mate-utils/distinfo
Normal file
2
deskutils/mate-utils/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-utils-1.6.0.tar.xz) = 150b7ed3831f865b5e1276108f2ad1ce6c2fa129b5689ec50bc35f882f93d01c
|
||||
SIZE (mate/mate-utils-1.6.0.tar.xz) = 6115504
|
|
@ -0,0 +1,10 @@
|
|||
--- gsearchtool/gsearchtool-support.c.orig 2008-12-19 16:53:22.000000000 -0500
|
||||
+++ gsearchtool/gsearchtool-support.c 2009-02-27 17:30:06.000000000 -0500
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <glib.h>
|
||||
+#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#include <libart_lgpl/art_rgb.h>
|
10
deskutils/mate-utils/files/patch-logview_logview-manager.c
Normal file
10
deskutils/mate-utils/files/patch-logview_logview-manager.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- logview/logview-manager.c.orig 2009-03-21 17:25:27.000000000 -0400
|
||||
+++ logview/logview-manager.c 2009-03-21 17:25:37.000000000 -0400
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
+#include "logview-app.h"
|
||||
#include "logview-prefs.h"
|
||||
#include "logview-marshal.h"
|
||||
|
11
deskutils/mate-utils/files/patch-logview_logview-utils.c
Normal file
11
deskutils/mate-utils/files/patch-logview_logview-utils.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400
|
||||
+++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400
|
||||
@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line
|
||||
{
|
||||
int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0;
|
||||
GSList *days = NULL;
|
||||
- GDate *date, *newdate;
|
||||
+ GDate *date = NULL, *newdate;
|
||||
struct tm *tmptm;
|
||||
char *date_string;
|
||||
Day *day;
|
4
deskutils/mate-utils/pkg-descr
Normal file
4
deskutils/mate-utils/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
MATE support utilities, including a dictionary looker-upper,
|
||||
a frontend for find(1), a system log viewer, and more.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
816
deskutils/mate-utils/pkg-plist
Normal file
816
deskutils/mate-utils/pkg-plist
Normal file
|
@ -0,0 +1,816 @@
|
|||
bin/mate-dictionary
|
||||
bin/mate-disk-usage-analyzer
|
||||
bin/mate-panel-screenshot
|
||||
bin/mate-screenshot
|
||||
bin/mate-search-tool
|
||||
bin/mate-system-log
|
||||
include/mate-dict/gdict/gdict-client-context.h
|
||||
include/mate-dict/gdict/gdict-context.h
|
||||
include/mate-dict/gdict/gdict-database-chooser.h
|
||||
include/mate-dict/gdict/gdict-defbox.h
|
||||
include/mate-dict/gdict/gdict-enum-types.h
|
||||
include/mate-dict/gdict/gdict-source-chooser.h
|
||||
include/mate-dict/gdict/gdict-source-loader.h
|
||||
include/mate-dict/gdict/gdict-source.h
|
||||
include/mate-dict/gdict/gdict-speller.h
|
||||
include/mate-dict/gdict/gdict-strategy-chooser.h
|
||||
include/mate-dict/gdict/gdict-utils.h
|
||||
include/mate-dict/gdict/gdict-version.h
|
||||
include/mate-dict/gdict/gdict.h
|
||||
lib/libmatedict.a
|
||||
lib/libmatedict.la
|
||||
lib/libmatedict.so
|
||||
lib/libmatedict.so.6
|
||||
libdata/pkgconfig/mate-dict.pc
|
||||
libexec/mate-dictionary-applet
|
||||
man/man1/mate-dictionary.1.gz
|
||||
man/man1/mate-disk-usage-analyzer.1.gz
|
||||
man/man1/mate-screenshot.1.gz
|
||||
man/man1/mate-search-tool.1.gz
|
||||
man/man1/mate-system-log.1.gz
|
||||
share/MateConf/gsettings/mate-dictionary.convert
|
||||
share/MateConf/gsettings/mate-disk-usage-analyzer.convert
|
||||
share/MateConf/gsettings/mate-screenshot.convert
|
||||
share/MateConf/gsettings/mate-search-tool.convert
|
||||
share/MateConf/gsettings/mate-system-log.convert
|
||||
share/applications/mate-dictionary.desktop
|
||||
share/applications/mate-disk-usage-analyzer.desktop
|
||||
share/applications/mate-screenshot.desktop
|
||||
share/applications/mate-search-tool.desktop
|
||||
share/applications/mate-system-log.desktop
|
||||
share/dbus-1/services/org.mate.panel.applet.DictionaryAppletFactory.service
|
||||
share/icons/mate/24x24/apps/baobab.png
|
||||
share/icons/mate/scalable/apps/baobab.svg
|
||||
share/locale/af/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/am/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ar/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/as/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ast/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/az/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/be/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/be@latin/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/bg/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/bn/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/br/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/bs/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ca/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/crh/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/cs/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/cy/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/da/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/de/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/dz/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/el/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/en_AU/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/en_CA/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/eo/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/es/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/et/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/eu/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/fa/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/fi/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/fr/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ga/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/gl/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/gu/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/he/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/hi/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/hr/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/hu/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/id/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/it/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ja/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ka/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/kn/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ko/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ku/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/lt/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/lv/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mai/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mg/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mk/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ml/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mn/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mr/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ms/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/nb/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/nds/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ne/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/nl/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/nn/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/oc/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/or/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/pa/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/pl/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ps/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/pt/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ro/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ru/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/rw/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/si/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/sk/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/sl/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/sq/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/sr/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/sv/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ta/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/te/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/th/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/tr/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ug/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/uk/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/vi/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/wa/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/xh/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mate-utils.mo
|
||||
share/mate-dict/sources/default.desktop
|
||||
share/mate-dict/sources/spanish.desktop
|
||||
share/mate-dict/sources/thai.desktop
|
||||
share/mate-dictionary/dictionary-applet-menu.xml
|
||||
share/mate-dictionary/mate-dictionary-preferences.ui
|
||||
share/mate-dictionary/mate-dictionary-source.ui
|
||||
share/mate-dictionary/mate-dictionary-ui.xml
|
||||
share/mate-disk-usage-analyzer/baobab-dialog-scan-props.ui
|
||||
share/mate-disk-usage-analyzer/baobab-main-window.ui
|
||||
share/mate-disk-usage-analyzer/pixmaps/shot.png
|
||||
share/mate-panel/applets/org.mate.DictionaryApplet.mate-panel-applet
|
||||
share/mate-screenshot/mate-screenshot.ui
|
||||
%%DATADIR%%/logview-filter.ui
|
||||
%%DATADIR%%/logview-toolbar.xml
|
||||
share/mate/help/mate-dictionary/C/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/C/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/C/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/C/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/C/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/C/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/C/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/C/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/C/legal.xml
|
||||
share/mate/help/mate-dictionary/C/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/ca/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/ca/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/ca/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/ca/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/ca/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/ca/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/ca/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/ca/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/ca/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/cs/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/cs/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/cs/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/cs/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/cs/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/cs/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/cs/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/cs/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/cs/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/da/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/da/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/da/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/da/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/da/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/da/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/da/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/da/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/da/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/de/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/de/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/de/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/de/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/de/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/de/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/de/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/de/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/de/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/el/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/el/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/el/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/el/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/el/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/el/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/el/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/el/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/el/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/en_GB/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/es/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/es/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/es/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/es/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/es/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/es/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/es/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/es/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/es/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/eu/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/eu/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/eu/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/eu/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/eu/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/eu/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/eu/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/eu/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/eu/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/fi/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/fi/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/fi/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/fi/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/fi/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/fi/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/fi/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/fi/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/fi/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/fr/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/fr/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/fr/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/fr/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/fr/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/fr/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/fr/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/fr/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/fr/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/it/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/it/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/it/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/it/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/it/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/it/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/it/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/it/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/it/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/oc/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/oc/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/oc/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/oc/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/oc/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/oc/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/oc/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/oc/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/oc/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/ru/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/ru/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/ru/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/ru/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/ru/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/ru/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/ru/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/ru/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/ru/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/sv/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/sv/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/sv/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/sv/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/sv/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/sv/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/sv/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/sv/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/sv/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/uk/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/uk/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/uk/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/uk/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/uk/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/uk/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/uk/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/uk/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/uk/mate-dictionary.xml
|
||||
share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-add-source.png
|
||||
share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-applet-window.png
|
||||
share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-applet.png
|
||||
share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-application.png
|
||||
share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-find.png
|
||||
share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-lookup.png
|
||||
share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-preferences-print.png
|
||||
share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-preferences-source.png
|
||||
share/mate/help/mate-dictionary/zh_CN/mate-dictionary.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/C/legal.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/C/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ca/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/cs/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/da/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/de/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/el/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/en_GB/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/es/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/eu/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fi/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/fr/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/it/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/oc/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/pl/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/ru/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/sv/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/uk/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_CN/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_HK/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_fullscan.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_prefs.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_remote.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_ringschart1.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_ringschart2.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_treemaps.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_window.png
|
||||
share/mate/help/mate-disk-usage-analyzer/zh_TW/mate-disk-usage-analyzer.xml
|
||||
share/mate/help/mate-search-tool/C/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/C/legal.xml
|
||||
share/mate/help/mate-search-tool/C/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/ca/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/ca/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/cs/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/cs/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/de/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/de/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/el/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/el/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/en_GB/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/en_GB/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/es/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/es/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/eu/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/eu/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/fi/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/fi/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/fr/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/fr/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/it/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/it/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/ko/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/ko/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/oc/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/oc/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/ru/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/ru/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/sv/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/sv/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/uk/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/uk/mate-search-tool.xml
|
||||
share/mate/help/mate-search-tool/zh_CN/figures/mate-search-tool_window.png
|
||||
share/mate/help/mate-search-tool/zh_CN/mate-search-tool.xml
|
||||
share/mate/help/mate-system-log/C/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/C/legal.xml
|
||||
share/mate/help/mate-system-log/C/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/ca/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/ca/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/cs/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/cs/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/de/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/de/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/el/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/el/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/en_GB/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/en_GB/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/es/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/es/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/eu/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/eu/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/fi/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/fi/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/fr/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/fr/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/it/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/it/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/ko/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/ko/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/oc/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/oc/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/ru/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/ru/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/sv/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/sv/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/uk/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/uk/mate-system-log.xml
|
||||
share/mate/help/mate-system-log/zh_CN/figures/syslog_window.png
|
||||
share/mate/help/mate-system-log/zh_CN/mate-system-log.xml
|
||||
share/omf/mate-dictionary/mate-dictionary-C.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-ca.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-cs.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-da.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-de.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-el.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-en_GB.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-es.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-eu.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-fi.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-fr.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-it.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-oc.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-ru.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-sv.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-uk.omf
|
||||
share/omf/mate-dictionary/mate-dictionary-zh_CN.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-C.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-ca.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-cs.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-da.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-de.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-el.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-en_GB.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-es.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-eu.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-fi.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-fr.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-it.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-oc.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-pl.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-ru.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-sv.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-uk.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_CN.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_HK.omf
|
||||
share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_TW.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-C.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-ca.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-cs.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-de.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-el.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-en_GB.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-es.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-eu.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-fi.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-fr.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-it.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-ko.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-oc.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-ru.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-sv.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-uk.omf
|
||||
share/omf/mate-search-tool/mate-search-tool-zh_CN.omf
|
||||
share/omf/mate-system-log/mate-system-log-C.omf
|
||||
share/omf/mate-system-log/mate-system-log-ca.omf
|
||||
share/omf/mate-system-log/mate-system-log-cs.omf
|
||||
share/omf/mate-system-log/mate-system-log-de.omf
|
||||
share/omf/mate-system-log/mate-system-log-el.omf
|
||||
share/omf/mate-system-log/mate-system-log-en_GB.omf
|
||||
share/omf/mate-system-log/mate-system-log-es.omf
|
||||
share/omf/mate-system-log/mate-system-log-eu.omf
|
||||
share/omf/mate-system-log/mate-system-log-fi.omf
|
||||
share/omf/mate-system-log/mate-system-log-fr.omf
|
||||
share/omf/mate-system-log/mate-system-log-it.omf
|
||||
share/omf/mate-system-log/mate-system-log-ko.omf
|
||||
share/omf/mate-system-log/mate-system-log-oc.omf
|
||||
share/omf/mate-system-log/mate-system-log-ru.omf
|
||||
share/omf/mate-system-log/mate-system-log-sv.omf
|
||||
share/omf/mate-system-log/mate-system-log-uk.omf
|
||||
share/omf/mate-system-log/mate-system-log-zh_CN.omf
|
||||
share/pixmaps/mate-search-tool/thumbnail_frame.png
|
||||
@dirrm share/pixmaps/mate-search-tool
|
||||
@dirrm share/omf/mate-system-log
|
||||
@dirrm share/omf/mate-search-tool
|
||||
@dirrm share/omf/mate-disk-usage-analyzer
|
||||
@dirrm share/omf/mate-dictionary
|
||||
@dirrm share/mate/help/mate-system-log/zh_CN/figures
|
||||
@dirrm share/mate/help/mate-system-log/zh_CN
|
||||
@dirrm share/mate/help/mate-system-log/uk/figures
|
||||
@dirrm share/mate/help/mate-system-log/uk
|
||||
@dirrm share/mate/help/mate-system-log/sv/figures
|
||||
@dirrm share/mate/help/mate-system-log/sv
|
||||
@dirrm share/mate/help/mate-system-log/ru/figures
|
||||
@dirrm share/mate/help/mate-system-log/ru
|
||||
@dirrm share/mate/help/mate-system-log/oc/figures
|
||||
@dirrm share/mate/help/mate-system-log/oc
|
||||
@dirrm share/mate/help/mate-system-log/ko/figures
|
||||
@dirrm share/mate/help/mate-system-log/ko
|
||||
@dirrm share/mate/help/mate-system-log/it/figures
|
||||
@dirrm share/mate/help/mate-system-log/it
|
||||
@dirrm share/mate/help/mate-system-log/fr/figures
|
||||
@dirrm share/mate/help/mate-system-log/fr
|
||||
@dirrm share/mate/help/mate-system-log/fi/figures
|
||||
@dirrm share/mate/help/mate-system-log/fi
|
||||
@dirrm share/mate/help/mate-system-log/eu/figures
|
||||
@dirrm share/mate/help/mate-system-log/eu
|
||||
@dirrm share/mate/help/mate-system-log/es/figures
|
||||
@dirrm share/mate/help/mate-system-log/es
|
||||
@dirrm share/mate/help/mate-system-log/en_GB/figures
|
||||
@dirrm share/mate/help/mate-system-log/en_GB
|
||||
@dirrm share/mate/help/mate-system-log/el/figures
|
||||
@dirrm share/mate/help/mate-system-log/el
|
||||
@dirrm share/mate/help/mate-system-log/de/figures
|
||||
@dirrm share/mate/help/mate-system-log/de
|
||||
@dirrm share/mate/help/mate-system-log/cs/figures
|
||||
@dirrm share/mate/help/mate-system-log/cs
|
||||
@dirrm share/mate/help/mate-system-log/ca/figures
|
||||
@dirrm share/mate/help/mate-system-log/ca
|
||||
@dirrm share/mate/help/mate-system-log/C/figures
|
||||
@dirrm share/mate/help/mate-system-log/C
|
||||
@dirrm share/mate/help/mate-system-log
|
||||
@dirrm share/mate/help/mate-search-tool/zh_CN/figures
|
||||
@dirrm share/mate/help/mate-search-tool/zh_CN
|
||||
@dirrm share/mate/help/mate-search-tool/uk/figures
|
||||
@dirrm share/mate/help/mate-search-tool/uk
|
||||
@dirrm share/mate/help/mate-search-tool/sv/figures
|
||||
@dirrm share/mate/help/mate-search-tool/sv
|
||||
@dirrm share/mate/help/mate-search-tool/ru/figures
|
||||
@dirrm share/mate/help/mate-search-tool/ru
|
||||
@dirrm share/mate/help/mate-search-tool/oc/figures
|
||||
@dirrm share/mate/help/mate-search-tool/oc
|
||||
@dirrm share/mate/help/mate-search-tool/ko/figures
|
||||
@dirrm share/mate/help/mate-search-tool/ko
|
||||
@dirrm share/mate/help/mate-search-tool/it/figures
|
||||
@dirrm share/mate/help/mate-search-tool/it
|
||||
@dirrm share/mate/help/mate-search-tool/fr/figures
|
||||
@dirrm share/mate/help/mate-search-tool/fr
|
||||
@dirrm share/mate/help/mate-search-tool/fi/figures
|
||||
@dirrm share/mate/help/mate-search-tool/fi
|
||||
@dirrm share/mate/help/mate-search-tool/eu/figures
|
||||
@dirrm share/mate/help/mate-search-tool/eu
|
||||
@dirrm share/mate/help/mate-search-tool/es/figures
|
||||
@dirrm share/mate/help/mate-search-tool/es
|
||||
@dirrm share/mate/help/mate-search-tool/en_GB/figures
|
||||
@dirrm share/mate/help/mate-search-tool/en_GB
|
||||
@dirrm share/mate/help/mate-search-tool/el/figures
|
||||
@dirrm share/mate/help/mate-search-tool/el
|
||||
@dirrm share/mate/help/mate-search-tool/de/figures
|
||||
@dirrm share/mate/help/mate-search-tool/de
|
||||
@dirrm share/mate/help/mate-search-tool/cs/figures
|
||||
@dirrm share/mate/help/mate-search-tool/cs
|
||||
@dirrm share/mate/help/mate-search-tool/ca/figures
|
||||
@dirrm share/mate/help/mate-search-tool/ca
|
||||
@dirrm share/mate/help/mate-search-tool/C/figures
|
||||
@dirrm share/mate/help/mate-search-tool/C
|
||||
@dirrm share/mate/help/mate-search-tool
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/zh_TW/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/zh_TW
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/zh_HK/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/zh_HK
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/zh_CN/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/zh_CN
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/uk/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/uk
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/sv/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/sv
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/ru/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/ru
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/pl/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/pl
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/oc/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/oc
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/it/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/it
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/fr/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/fr
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/fi/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/fi
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/eu/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/eu
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/es/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/es
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/en_GB/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/en_GB
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/el/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/el
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/de/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/de
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/da/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/da
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/cs/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/cs
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/ca/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/ca
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/C/figures
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer/C
|
||||
@dirrm share/mate/help/mate-disk-usage-analyzer
|
||||
@dirrm share/mate/help/mate-dictionary/zh_CN/figures
|
||||
@dirrm share/mate/help/mate-dictionary/zh_CN
|
||||
@dirrm share/mate/help/mate-dictionary/uk/figures
|
||||
@dirrm share/mate/help/mate-dictionary/uk
|
||||
@dirrm share/mate/help/mate-dictionary/sv/figures
|
||||
@dirrm share/mate/help/mate-dictionary/sv
|
||||
@dirrm share/mate/help/mate-dictionary/ru/figures
|
||||
@dirrm share/mate/help/mate-dictionary/ru
|
||||
@dirrm share/mate/help/mate-dictionary/oc/figures
|
||||
@dirrm share/mate/help/mate-dictionary/oc
|
||||
@dirrm share/mate/help/mate-dictionary/it/figures
|
||||
@dirrm share/mate/help/mate-dictionary/it
|
||||
@dirrm share/mate/help/mate-dictionary/fr/figures
|
||||
@dirrm share/mate/help/mate-dictionary/fr
|
||||
@dirrm share/mate/help/mate-dictionary/fi/figures
|
||||
@dirrm share/mate/help/mate-dictionary/fi
|
||||
@dirrm share/mate/help/mate-dictionary/eu/figures
|
||||
@dirrm share/mate/help/mate-dictionary/eu
|
||||
@dirrm share/mate/help/mate-dictionary/es/figures
|
||||
@dirrm share/mate/help/mate-dictionary/es
|
||||
@dirrm share/mate/help/mate-dictionary/en_GB/figures
|
||||
@dirrm share/mate/help/mate-dictionary/en_GB
|
||||
@dirrm share/mate/help/mate-dictionary/el/figures
|
||||
@dirrm share/mate/help/mate-dictionary/el
|
||||
@dirrm share/mate/help/mate-dictionary/de/figures
|
||||
@dirrm share/mate/help/mate-dictionary/de
|
||||
@dirrm share/mate/help/mate-dictionary/da/figures
|
||||
@dirrm share/mate/help/mate-dictionary/da
|
||||
@dirrm share/mate/help/mate-dictionary/cs/figures
|
||||
@dirrm share/mate/help/mate-dictionary/cs
|
||||
@dirrm share/mate/help/mate-dictionary/ca/figures
|
||||
@dirrm share/mate/help/mate-dictionary/ca
|
||||
@dirrm share/mate/help/mate-dictionary/C/figures
|
||||
@dirrm share/mate/help/mate-dictionary/C
|
||||
@dirrm share/mate/help/mate-dictionary
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm share/mate-screenshot
|
||||
@dirrmtry share/mate-panel/applets
|
||||
@dirrmtry share/mate-panel
|
||||
@dirrm share/mate-disk-usage-analyzer/pixmaps
|
||||
@dirrm share/mate-disk-usage-analyzer
|
||||
@dirrm share/mate-dictionary
|
||||
@dirrm share/mate-dict/sources
|
||||
@dirrm share/mate-dict
|
||||
@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/ps/LC_MESSAGES
|
||||
@dirrmtry share/locale/ps
|
||||
@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/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/en@shaw/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@shaw
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/crh/LC_MESSAGES
|
||||
@dirrmtry share/locale/crh
|
||||
@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/icons/mate/scalable/apps
|
||||
@dirrmtry share/icons/mate/scalable
|
||||
@dirrmtry share/icons/mate/24x24/apps
|
||||
@dirrmtry share/icons/mate/24x24
|
||||
@dirrmtry share/icons/mate
|
||||
@dirrmtry share/icons
|
||||
@dirrm include/mate-dict/gdict
|
||||
@dirrm include/mate-dict
|
|
@ -1194,6 +1194,7 @@
|
|||
SUBDIR += magit
|
||||
SUBDIR += make++
|
||||
SUBDIR += makedepend
|
||||
SUBDIR += mate-common
|
||||
SUBDIR += matreshka
|
||||
SUBDIR += maven-ant-tasks
|
||||
SUBDIR += maven-wrapper
|
||||
|
|
21
devel/mate-common/Makefile
Normal file
21
devel/mate-common/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
#Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-common
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= devel mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Common automake macros for MATE
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gmake pkgconfig:both
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/mate-common/distinfo
Normal file
2
devel/mate-common/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-common-1.6.2.tar.xz) = d7aafd79d98cdc22d4425baf49c39c16bc702d2c3d1065cc14d63718214a2059
|
||||
SIZE (mate/mate-common-1.6.2.tar.xz) = 66876
|
35
devel/mate-common/files/patch-macros_mate-autogen
Normal file
35
devel/mate-common/files/patch-macros_mate-autogen
Normal file
|
@ -0,0 +1,35 @@
|
|||
https://bugs.gentoo.org/show_bug.cgi?id=427432
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=680363
|
||||
|
||||
--- macros/mate-autogen.orig 2009-05-27 23:29:07.000000000 +0200
|
||||
+++ macros/mate-autogen 2012-07-24 10:29:13.064750613 +0200
|
||||
@@ -77,6 +77,7 @@
|
||||
vc_min_version=$4
|
||||
vc_source=$5
|
||||
vc_status=1
|
||||
+ vc_option="--version"
|
||||
|
||||
vc_checkprog=`eval echo "\\$$vc_variable"`
|
||||
if [ -n "$vc_checkprog" ]; then
|
||||
@@ -89,11 +90,19 @@
|
||||
else
|
||||
vc_comparator=">="
|
||||
fi
|
||||
+ # The most reliable way to check pkg-config version is to query the actual
|
||||
+ # virtual
|
||||
+ # pkg-config package entry's modversion. This works in all known
|
||||
+ # implementations.
|
||||
+
|
||||
+ if test "x$vc_package" = "xpkg-config"; then
|
||||
+ vc_option="--modversion pkg-config"
|
||||
+ fi
|
||||
printbold "checking for $vc_package $vc_comparator $vc_min_version..."
|
||||
for vc_checkprog in $vc_checkprogs; do
|
||||
echo $ECHO_N " testing $vc_checkprog... " $ECHO_C
|
||||
- if $vc_checkprog --version < /dev/null > /dev/null 2>&1; then
|
||||
- vc_actual_version=`$vc_checkprog --version | head -n 1 | \
|
||||
+ if $vc_checkprog $vc_option < /dev/null > /dev/null 2>&1; then
|
||||
+ vc_actual_version=`$vc_checkprog $vc_option | head -n 1 | \
|
||||
sed 's/^.*[ ]\([0-9.]*[a-z]*\).*$/\1/'`
|
||||
if compare_versions $vc_min_version $vc_actual_version; then
|
||||
echo "found $vc_actual_version"
|
4
devel/mate-common/pkg-descr
Normal file
4
devel/mate-common/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is a collection of automake macros used for developing new MATE
|
||||
applications.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
10
devel/mate-common/pkg-plist
Normal file
10
devel/mate-common/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
bin/mate-autogen
|
||||
bin/mate-doc-common
|
||||
man/man1/mate-autogen.1.gz
|
||||
man/man1/mate-doc-common.1.gz
|
||||
share/aclocal/mate-common.m4
|
||||
share/aclocal/mate-compiler-flags.m4
|
||||
%%DATADIR%%/data/omf.make
|
||||
%%DATADIR%%/data/xmldocs.make
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
|
@ -213,6 +213,7 @@
|
|||
SUBDIR += libreoffice-zu
|
||||
SUBDIR += madedit
|
||||
SUBDIR += manedit
|
||||
SUBDIR += mate-text-editor
|
||||
SUBDIR += mg
|
||||
SUBDIR += mined
|
||||
SUBDIR += mlview
|
||||
|
|
42
editors/mate-text-editor/Makefile
Normal file
42
editors/mate-text-editor/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-text-editor
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= editors mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Small but powerful text editor for MATE Desktop Environment
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
|
||||
${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
||||
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
|
||||
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= desktop-file-utils gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build docutils intlhack ltasneededhack
|
||||
USE_XORG= sm x11
|
||||
USE_GNOME= glib20 gnomehier gtk20 gtksourceview2 gvfs libxml2 \
|
||||
pygobject pygtk2 pygtksourceview
|
||||
USE_PYTHON= yes
|
||||
INSTALLS_OMF= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-gtk-doc \
|
||||
--with-html-dir=${PREFIX}/share/doc
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.pluma.gschema.xml \
|
||||
org.mate.pluma.plugins.filebrowser.gschema.xml \
|
||||
org.mate.pluma.plugins.time.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
2
editors/mate-text-editor/distinfo
Normal file
2
editors/mate-text-editor/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-text-editor-1.6.0.tar.xz) = 52339cb8d265d7a538c9b3b3e6a37f68ece5100d18c029dfc87c3f4b61cf8288
|
||||
SIZE (mate/mate-text-editor-1.6.0.tar.xz) = 2411656
|
11
editors/mate-text-editor/pkg-descr
Normal file
11
editors/mate-text-editor/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
mate-text-editor (pluma) is a Gtk+-2 text editor. Its features include:
|
||||
|
||||
* Complete integration with the MATE Environment, including MateMDI
|
||||
* Global Search and Replace
|
||||
* Dynamically loaded fonts
|
||||
* Splitscreen Mode
|
||||
* Printing support
|
||||
* Configurable Plugins system
|
||||
* Unlimited Undo/Redo
|
||||
|
||||
WWW: http://mate-desktop.org/
|
653
editors/mate-text-editor/pkg-plist
Normal file
653
editors/mate-text-editor/pkg-plist
Normal file
|
@ -0,0 +1,653 @@
|
|||
bin/mate-text-editor
|
||||
bin/pluma
|
||||
include/pluma/pluma-app.h
|
||||
include/pluma/pluma-commands.h
|
||||
include/pluma/pluma-debug.h
|
||||
include/pluma/pluma-document.h
|
||||
include/pluma/pluma-encodings-combo-box.h
|
||||
include/pluma/pluma-encodings.h
|
||||
include/pluma/pluma-file-chooser-dialog.h
|
||||
include/pluma/pluma-help.h
|
||||
include/pluma/pluma-message-bus.h
|
||||
include/pluma/pluma-message-type.h
|
||||
include/pluma/pluma-message.h
|
||||
include/pluma/pluma-notebook.h
|
||||
include/pluma/pluma-panel.h
|
||||
include/pluma/pluma-plugin.h
|
||||
include/pluma/pluma-prefs-manager-app.h
|
||||
include/pluma/pluma-prefs-manager.h
|
||||
include/pluma/pluma-progress-message-area.h
|
||||
include/pluma/pluma-status-combo-box.h
|
||||
include/pluma/pluma-statusbar.h
|
||||
include/pluma/pluma-tab.h
|
||||
include/pluma/pluma-utils.h
|
||||
include/pluma/pluma-view.h
|
||||
include/pluma/pluma-window.h
|
||||
lib/pluma/plugin-loaders/libcloader.a
|
||||
lib/pluma/plugin-loaders/libcloader.la
|
||||
lib/pluma/plugin-loaders/libcloader.so
|
||||
lib/pluma/plugin-loaders/libpythonloader.a
|
||||
lib/pluma/plugin-loaders/libpythonloader.la
|
||||
lib/pluma/plugin-loaders/libpythonloader.so
|
||||
lib/pluma/plugins/changecase.pluma-plugin
|
||||
lib/pluma/plugins/docinfo.pluma-plugin
|
||||
lib/pluma/plugins/externaltools.pluma-plugin
|
||||
lib/pluma/plugins/externaltools/__init__.py
|
||||
lib/pluma/plugins/externaltools/__init__.pyc
|
||||
lib/pluma/plugins/externaltools/__init__.pyo
|
||||
lib/pluma/plugins/externaltools/capture.py
|
||||
lib/pluma/plugins/externaltools/capture.pyc
|
||||
lib/pluma/plugins/externaltools/capture.pyo
|
||||
lib/pluma/plugins/externaltools/filelookup.py
|
||||
lib/pluma/plugins/externaltools/filelookup.pyc
|
||||
lib/pluma/plugins/externaltools/filelookup.pyo
|
||||
lib/pluma/plugins/externaltools/functions.py
|
||||
lib/pluma/plugins/externaltools/functions.pyc
|
||||
lib/pluma/plugins/externaltools/functions.pyo
|
||||
lib/pluma/plugins/externaltools/library.py
|
||||
lib/pluma/plugins/externaltools/library.pyc
|
||||
lib/pluma/plugins/externaltools/library.pyo
|
||||
lib/pluma/plugins/externaltools/linkparsing.py
|
||||
lib/pluma/plugins/externaltools/linkparsing.pyc
|
||||
lib/pluma/plugins/externaltools/linkparsing.pyo
|
||||
lib/pluma/plugins/externaltools/manager.py
|
||||
lib/pluma/plugins/externaltools/manager.pyc
|
||||
lib/pluma/plugins/externaltools/manager.pyo
|
||||
lib/pluma/plugins/externaltools/outputpanel.py
|
||||
lib/pluma/plugins/externaltools/outputpanel.pyc
|
||||
lib/pluma/plugins/externaltools/outputpanel.pyo
|
||||
lib/pluma/plugins/filebrowser.pluma-plugin
|
||||
lib/pluma/plugins/libchangecase.a
|
||||
lib/pluma/plugins/libchangecase.la
|
||||
lib/pluma/plugins/libchangecase.so
|
||||
lib/pluma/plugins/libdocinfo.a
|
||||
lib/pluma/plugins/libdocinfo.la
|
||||
lib/pluma/plugins/libdocinfo.so
|
||||
lib/pluma/plugins/libfilebrowser.a
|
||||
lib/pluma/plugins/libfilebrowser.la
|
||||
lib/pluma/plugins/libfilebrowser.so
|
||||
lib/pluma/plugins/libmodelines.a
|
||||
lib/pluma/plugins/libmodelines.la
|
||||
lib/pluma/plugins/libmodelines.so
|
||||
lib/pluma/plugins/libsort.a
|
||||
lib/pluma/plugins/libsort.la
|
||||
lib/pluma/plugins/libsort.so
|
||||
lib/pluma/plugins/libspell.a
|
||||
lib/pluma/plugins/libspell.la
|
||||
lib/pluma/plugins/libspell.so
|
||||
lib/pluma/plugins/libtaglist.a
|
||||
lib/pluma/plugins/libtaglist.la
|
||||
lib/pluma/plugins/libtaglist.so
|
||||
lib/pluma/plugins/libtime.a
|
||||
lib/pluma/plugins/libtime.la
|
||||
lib/pluma/plugins/libtime.so
|
||||
lib/pluma/plugins/modelines.pluma-plugin
|
||||
lib/pluma/plugins/pythonconsole.pluma-plugin
|
||||
lib/pluma/plugins/pythonconsole/__init__.py
|
||||
lib/pluma/plugins/pythonconsole/__init__.pyc
|
||||
lib/pluma/plugins/pythonconsole/__init__.pyo
|
||||
lib/pluma/plugins/pythonconsole/config.py
|
||||
lib/pluma/plugins/pythonconsole/config.pyc
|
||||
lib/pluma/plugins/pythonconsole/config.pyo
|
||||
lib/pluma/plugins/pythonconsole/console.py
|
||||
lib/pluma/plugins/pythonconsole/console.pyc
|
||||
lib/pluma/plugins/pythonconsole/console.pyo
|
||||
lib/pluma/plugins/quickopen.pluma-plugin
|
||||
lib/pluma/plugins/quickopen/__init__.py
|
||||
lib/pluma/plugins/quickopen/__init__.pyc
|
||||
lib/pluma/plugins/quickopen/__init__.pyo
|
||||
lib/pluma/plugins/quickopen/popup.py
|
||||
lib/pluma/plugins/quickopen/popup.pyc
|
||||
lib/pluma/plugins/quickopen/popup.pyo
|
||||
lib/pluma/plugins/quickopen/virtualdirs.py
|
||||
lib/pluma/plugins/quickopen/virtualdirs.pyc
|
||||
lib/pluma/plugins/quickopen/virtualdirs.pyo
|
||||
lib/pluma/plugins/quickopen/windowhelper.py
|
||||
lib/pluma/plugins/quickopen/windowhelper.pyc
|
||||
lib/pluma/plugins/quickopen/windowhelper.pyo
|
||||
lib/pluma/plugins/snippets.pluma-plugin
|
||||
lib/pluma/plugins/snippets/Completion.py
|
||||
lib/pluma/plugins/snippets/Completion.pyc
|
||||
lib/pluma/plugins/snippets/Completion.pyo
|
||||
lib/pluma/plugins/snippets/Document.py
|
||||
lib/pluma/plugins/snippets/Document.pyc
|
||||
lib/pluma/plugins/snippets/Document.pyo
|
||||
lib/pluma/plugins/snippets/Exporter.py
|
||||
lib/pluma/plugins/snippets/Exporter.pyc
|
||||
lib/pluma/plugins/snippets/Exporter.pyo
|
||||
lib/pluma/plugins/snippets/Helper.py
|
||||
lib/pluma/plugins/snippets/Helper.pyc
|
||||
lib/pluma/plugins/snippets/Helper.pyo
|
||||
lib/pluma/plugins/snippets/Importer.py
|
||||
lib/pluma/plugins/snippets/Importer.pyc
|
||||
lib/pluma/plugins/snippets/Importer.pyo
|
||||
lib/pluma/plugins/snippets/LanguageManager.py
|
||||
lib/pluma/plugins/snippets/LanguageManager.pyc
|
||||
lib/pluma/plugins/snippets/LanguageManager.pyo
|
||||
lib/pluma/plugins/snippets/Library.py
|
||||
lib/pluma/plugins/snippets/Library.pyc
|
||||
lib/pluma/plugins/snippets/Library.pyo
|
||||
lib/pluma/plugins/snippets/Manager.py
|
||||
lib/pluma/plugins/snippets/Manager.pyc
|
||||
lib/pluma/plugins/snippets/Manager.pyo
|
||||
lib/pluma/plugins/snippets/Parser.py
|
||||
lib/pluma/plugins/snippets/Parser.pyc
|
||||
lib/pluma/plugins/snippets/Parser.pyo
|
||||
lib/pluma/plugins/snippets/Placeholder.py
|
||||
lib/pluma/plugins/snippets/Placeholder.pyc
|
||||
lib/pluma/plugins/snippets/Placeholder.pyo
|
||||
lib/pluma/plugins/snippets/Snippet.py
|
||||
lib/pluma/plugins/snippets/Snippet.pyc
|
||||
lib/pluma/plugins/snippets/Snippet.pyo
|
||||
lib/pluma/plugins/snippets/SubstitutionParser.py
|
||||
lib/pluma/plugins/snippets/SubstitutionParser.pyc
|
||||
lib/pluma/plugins/snippets/SubstitutionParser.pyo
|
||||
lib/pluma/plugins/snippets/WindowHelper.py
|
||||
lib/pluma/plugins/snippets/WindowHelper.pyc
|
||||
lib/pluma/plugins/snippets/WindowHelper.pyo
|
||||
lib/pluma/plugins/snippets/__init__.py
|
||||
lib/pluma/plugins/snippets/__init__.pyc
|
||||
lib/pluma/plugins/snippets/__init__.pyo
|
||||
lib/pluma/plugins/sort.pluma-plugin
|
||||
lib/pluma/plugins/spell.pluma-plugin
|
||||
lib/pluma/plugins/taglist.pluma-plugin
|
||||
lib/pluma/plugins/time.pluma-plugin
|
||||
libdata/pkgconfig/pluma.pc
|
||||
libexec/pluma/pluma-bugreport.sh
|
||||
man/man1/pluma.1.gz
|
||||
share/MateConf/gsettings/pluma.convert
|
||||
share/applications/pluma.desktop
|
||||
share/locale/af/LC_MESSAGES/pluma.mo
|
||||
share/locale/am/LC_MESSAGES/pluma.mo
|
||||
share/locale/ar/LC_MESSAGES/pluma.mo
|
||||
share/locale/as/LC_MESSAGES/pluma.mo
|
||||
share/locale/ast/LC_MESSAGES/pluma.mo
|
||||
share/locale/az/LC_MESSAGES/pluma.mo
|
||||
share/locale/be/LC_MESSAGES/pluma.mo
|
||||
share/locale/be@latin/LC_MESSAGES/pluma.mo
|
||||
share/locale/bg/LC_MESSAGES/pluma.mo
|
||||
share/locale/bn/LC_MESSAGES/pluma.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/pluma.mo
|
||||
share/locale/br/LC_MESSAGES/pluma.mo
|
||||
share/locale/bs/LC_MESSAGES/pluma.mo
|
||||
share/locale/ca/LC_MESSAGES/pluma.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/pluma.mo
|
||||
share/locale/crh/LC_MESSAGES/pluma.mo
|
||||
share/locale/cs/LC_MESSAGES/pluma.mo
|
||||
share/locale/cy/LC_MESSAGES/pluma.mo
|
||||
share/locale/da/LC_MESSAGES/pluma.mo
|
||||
share/locale/de/LC_MESSAGES/pluma.mo
|
||||
share/locale/dz/LC_MESSAGES/pluma.mo
|
||||
share/locale/el/LC_MESSAGES/pluma.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/pluma.mo
|
||||
share/locale/en_AU/LC_MESSAGES/pluma.mo
|
||||
share/locale/en_CA/LC_MESSAGES/pluma.mo
|
||||
share/locale/en_GB/LC_MESSAGES/pluma.mo
|
||||
share/locale/eo/LC_MESSAGES/pluma.mo
|
||||
share/locale/es/LC_MESSAGES/pluma.mo
|
||||
share/locale/et/LC_MESSAGES/pluma.mo
|
||||
share/locale/eu/LC_MESSAGES/pluma.mo
|
||||
share/locale/fa/LC_MESSAGES/pluma.mo
|
||||
share/locale/fi/LC_MESSAGES/pluma.mo
|
||||
share/locale/fr/LC_MESSAGES/pluma.mo
|
||||
share/locale/ga/LC_MESSAGES/pluma.mo
|
||||
share/locale/gl/LC_MESSAGES/pluma.mo
|
||||
share/locale/gu/LC_MESSAGES/pluma.mo
|
||||
share/locale/he/LC_MESSAGES/pluma.mo
|
||||
share/locale/hi/LC_MESSAGES/pluma.mo
|
||||
share/locale/hr/LC_MESSAGES/pluma.mo
|
||||
share/locale/hu/LC_MESSAGES/pluma.mo
|
||||
share/locale/hy/LC_MESSAGES/pluma.mo
|
||||
share/locale/id/LC_MESSAGES/pluma.mo
|
||||
share/locale/is/LC_MESSAGES/pluma.mo
|
||||
share/locale/it/LC_MESSAGES/pluma.mo
|
||||
share/locale/ja/LC_MESSAGES/pluma.mo
|
||||
share/locale/ka/LC_MESSAGES/pluma.mo
|
||||
share/locale/kk/LC_MESSAGES/pluma.mo
|
||||
share/locale/kn/LC_MESSAGES/pluma.mo
|
||||
share/locale/ko/LC_MESSAGES/pluma.mo
|
||||
share/locale/ku/LC_MESSAGES/pluma.mo
|
||||
share/locale/ky/LC_MESSAGES/pluma.mo
|
||||
share/locale/la/LC_MESSAGES/pluma.mo
|
||||
share/locale/lt/LC_MESSAGES/pluma.mo
|
||||
share/locale/lv/LC_MESSAGES/pluma.mo
|
||||
share/locale/mai/LC_MESSAGES/pluma.mo
|
||||
share/locale/mg/LC_MESSAGES/pluma.mo
|
||||
share/locale/mi/LC_MESSAGES/pluma.mo
|
||||
share/locale/mk/LC_MESSAGES/pluma.mo
|
||||
share/locale/ml/LC_MESSAGES/pluma.mo
|
||||
share/locale/mn/LC_MESSAGES/pluma.mo
|
||||
share/locale/mr/LC_MESSAGES/pluma.mo
|
||||
share/locale/ms/LC_MESSAGES/pluma.mo
|
||||
share/locale/nb/LC_MESSAGES/pluma.mo
|
||||
share/locale/nds/LC_MESSAGES/pluma.mo
|
||||
share/locale/ne/LC_MESSAGES/pluma.mo
|
||||
share/locale/nl/LC_MESSAGES/pluma.mo
|
||||
share/locale/nn/LC_MESSAGES/pluma.mo
|
||||
share/locale/oc/LC_MESSAGES/pluma.mo
|
||||
share/locale/or/LC_MESSAGES/pluma.mo
|
||||
share/locale/pa/LC_MESSAGES/pluma.mo
|
||||
share/locale/pl/LC_MESSAGES/pluma.mo
|
||||
share/locale/ps/LC_MESSAGES/pluma.mo
|
||||
share/locale/pt/LC_MESSAGES/pluma.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/pluma.mo
|
||||
share/locale/ro/LC_MESSAGES/pluma.mo
|
||||
share/locale/ru/LC_MESSAGES/pluma.mo
|
||||
share/locale/rw/LC_MESSAGES/pluma.mo
|
||||
share/locale/si/LC_MESSAGES/pluma.mo
|
||||
share/locale/sk/LC_MESSAGES/pluma.mo
|
||||
share/locale/sl/LC_MESSAGES/pluma.mo
|
||||
share/locale/sq/LC_MESSAGES/pluma.mo
|
||||
share/locale/sr/LC_MESSAGES/pluma.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/pluma.mo
|
||||
share/locale/sv/LC_MESSAGES/pluma.mo
|
||||
share/locale/ta/LC_MESSAGES/pluma.mo
|
||||
share/locale/te/LC_MESSAGES/pluma.mo
|
||||
share/locale/th/LC_MESSAGES/pluma.mo
|
||||
share/locale/tk/LC_MESSAGES/pluma.mo
|
||||
share/locale/tr/LC_MESSAGES/pluma.mo
|
||||
share/locale/uk/LC_MESSAGES/pluma.mo
|
||||
share/locale/vi/LC_MESSAGES/pluma.mo
|
||||
share/locale/wa/LC_MESSAGES/pluma.mo
|
||||
share/locale/xh/LC_MESSAGES/pluma.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/pluma.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/pluma.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pluma.mo
|
||||
share/mate/help/pluma/C/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/C/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/C/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/C/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/C/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/C/figures/pluma_window.png
|
||||
share/mate/help/pluma/C/legal.xml
|
||||
share/mate/help/pluma/C/pluma.xml
|
||||
share/mate/help/pluma/ar/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/ar/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/ar/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/ar/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/ar/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/ar/figures/pluma_window.png
|
||||
share/mate/help/pluma/ar/legal.xml
|
||||
share/mate/help/pluma/ar/pluma.xml
|
||||
share/mate/help/pluma/bg/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/bg/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/bg/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/bg/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/bg/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/bg/figures/pluma_window.png
|
||||
share/mate/help/pluma/bg/legal.xml
|
||||
share/mate/help/pluma/bg/pluma.xml
|
||||
share/mate/help/pluma/ca/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/ca/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/ca/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/ca/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/ca/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/ca/figures/pluma_window.png
|
||||
share/mate/help/pluma/ca/legal.xml
|
||||
share/mate/help/pluma/ca/pluma.xml
|
||||
share/mate/help/pluma/cs/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/cs/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/cs/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/cs/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/cs/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/cs/figures/pluma_window.png
|
||||
share/mate/help/pluma/cs/legal.xml
|
||||
share/mate/help/pluma/cs/pluma.xml
|
||||
share/mate/help/pluma/da/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/da/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/da/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/da/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/da/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/da/figures/pluma_window.png
|
||||
share/mate/help/pluma/da/legal.xml
|
||||
share/mate/help/pluma/da/pluma.xml
|
||||
share/mate/help/pluma/de/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/de/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/de/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/de/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/de/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/de/figures/pluma_window.png
|
||||
share/mate/help/pluma/de/legal.xml
|
||||
share/mate/help/pluma/de/pluma.xml
|
||||
share/mate/help/pluma/el/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/el/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/el/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/el/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/el/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/el/figures/pluma_window.png
|
||||
share/mate/help/pluma/el/legal.xml
|
||||
share/mate/help/pluma/el/pluma.xml
|
||||
share/mate/help/pluma/es/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/es/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/es/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/es/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/es/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/es/figures/pluma_window.png
|
||||
share/mate/help/pluma/es/legal.xml
|
||||
share/mate/help/pluma/es/pluma.xml
|
||||
share/mate/help/pluma/fi/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/fi/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/fi/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/fi/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/fi/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/fi/figures/pluma_window.png
|
||||
share/mate/help/pluma/fi/legal.xml
|
||||
share/mate/help/pluma/fi/pluma.xml
|
||||
share/mate/help/pluma/fr/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/fr/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/fr/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/fr/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/fr/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/fr/figures/pluma_window.png
|
||||
share/mate/help/pluma/fr/legal.xml
|
||||
share/mate/help/pluma/fr/pluma.xml
|
||||
share/mate/help/pluma/hu/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/hu/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/hu/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/hu/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/hu/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/hu/figures/pluma_window.png
|
||||
share/mate/help/pluma/hu/legal.xml
|
||||
share/mate/help/pluma/hu/pluma.xml
|
||||
share/mate/help/pluma/it/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/it/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/it/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/it/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/it/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/it/figures/pluma_window.png
|
||||
share/mate/help/pluma/it/legal.xml
|
||||
share/mate/help/pluma/it/pluma.xml
|
||||
share/mate/help/pluma/ja/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/ja/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/ja/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/ja/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/ja/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/ja/figures/pluma_window.png
|
||||
share/mate/help/pluma/ja/legal.xml
|
||||
share/mate/help/pluma/ja/pluma.xml
|
||||
share/mate/help/pluma/ko/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/ko/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/ko/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/ko/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/ko/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/ko/figures/pluma_window.png
|
||||
share/mate/help/pluma/ko/legal.xml
|
||||
share/mate/help/pluma/ko/pluma.xml
|
||||
share/mate/help/pluma/oc/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/oc/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/oc/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/oc/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/oc/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/oc/figures/pluma_window.png
|
||||
share/mate/help/pluma/oc/legal.xml
|
||||
share/mate/help/pluma/oc/pluma.xml
|
||||
share/mate/help/pluma/pt_BR/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/pt_BR/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/pt_BR/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/pt_BR/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/pt_BR/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/pt_BR/figures/pluma_window.png
|
||||
share/mate/help/pluma/pt_BR/legal.xml
|
||||
share/mate/help/pluma/pt_BR/pluma.xml
|
||||
share/mate/help/pluma/ru/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/ru/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/ru/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/ru/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/ru/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/ru/figures/pluma_window.png
|
||||
share/mate/help/pluma/ru/legal.xml
|
||||
share/mate/help/pluma/ru/pluma.xml
|
||||
share/mate/help/pluma/sv/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/sv/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/sv/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/sv/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/sv/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/sv/figures/pluma_window.png
|
||||
share/mate/help/pluma/sv/legal.xml
|
||||
share/mate/help/pluma/sv/pluma.xml
|
||||
share/mate/help/pluma/th/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/th/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/th/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/th/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/th/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/th/figures/pluma_window.png
|
||||
share/mate/help/pluma/th/legal.xml
|
||||
share/mate/help/pluma/th/pluma.xml
|
||||
share/mate/help/pluma/uk/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/uk/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/uk/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/uk/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/uk/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/uk/figures/pluma_window.png
|
||||
share/mate/help/pluma/uk/legal.xml
|
||||
share/mate/help/pluma/uk/pluma.xml
|
||||
share/mate/help/pluma/zh_CN/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/zh_CN/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/zh_CN/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/zh_CN/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/zh_CN/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/zh_CN/figures/pluma_window.png
|
||||
share/mate/help/pluma/zh_CN/legal.xml
|
||||
share/mate/help/pluma/zh_CN/pluma.xml
|
||||
share/mate/help/pluma/zh_HK/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/zh_HK/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/zh_HK/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/zh_HK/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/zh_HK/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/zh_HK/figures/pluma_window.png
|
||||
share/mate/help/pluma/zh_HK/legal.xml
|
||||
share/mate/help/pluma/zh_HK/pluma.xml
|
||||
share/mate/help/pluma/zh_TW/figures/pluma_format_bold.png
|
||||
share/mate/help/pluma/zh_TW/figures/pluma_format_italic.png
|
||||
share/mate/help/pluma/zh_TW/figures/pluma_format_strikethrough.png
|
||||
share/mate/help/pluma/zh_TW/figures/pluma_format_underline.png
|
||||
share/mate/help/pluma/zh_TW/figures/pluma_recent_files_menu_icon.png
|
||||
share/mate/help/pluma/zh_TW/figures/pluma_window.png
|
||||
share/mate/help/pluma/zh_TW/legal.xml
|
||||
share/mate/help/pluma/zh_TW/pluma.xml
|
||||
share/omf/pluma/pluma-C.omf
|
||||
share/omf/pluma/pluma-ar.omf
|
||||
share/omf/pluma/pluma-bg.omf
|
||||
share/omf/pluma/pluma-ca.omf
|
||||
share/omf/pluma/pluma-cs.omf
|
||||
share/omf/pluma/pluma-da.omf
|
||||
share/omf/pluma/pluma-de.omf
|
||||
share/omf/pluma/pluma-el.omf
|
||||
share/omf/pluma/pluma-es.omf
|
||||
share/omf/pluma/pluma-fi.omf
|
||||
share/omf/pluma/pluma-fr.omf
|
||||
share/omf/pluma/pluma-hu.omf
|
||||
share/omf/pluma/pluma-it.omf
|
||||
share/omf/pluma/pluma-ja.omf
|
||||
share/omf/pluma/pluma-ko.omf
|
||||
share/omf/pluma/pluma-oc.omf
|
||||
share/omf/pluma/pluma-pt_BR.omf
|
||||
share/omf/pluma/pluma-ru.omf
|
||||
share/omf/pluma/pluma-sv.omf
|
||||
share/omf/pluma/pluma-th.omf
|
||||
share/omf/pluma/pluma-uk.omf
|
||||
share/omf/pluma/pluma-zh_CN.omf
|
||||
share/omf/pluma/pluma-zh_HK.omf
|
||||
share/omf/pluma/pluma-zh_TW.omf
|
||||
share/pluma/icons/pluma-plugin.png
|
||||
share/pluma/plugins/docinfo/docinfo.ui
|
||||
share/pluma/plugins/externaltools/tools/build
|
||||
share/pluma/plugins/externaltools/tools/open-terminal-here
|
||||
share/pluma/plugins/externaltools/tools/remove-trailing-spaces
|
||||
share/pluma/plugins/externaltools/tools/run-command
|
||||
share/pluma/plugins/externaltools/tools/search-recursive
|
||||
share/pluma/plugins/externaltools/tools/switch-c
|
||||
share/pluma/plugins/externaltools/ui/outputpanel.ui
|
||||
share/pluma/plugins/externaltools/ui/tools.ui
|
||||
share/pluma/plugins/filebrowser/pluma-file-browser-widget-ui.xml
|
||||
share/pluma/plugins/modelines/language-mappings
|
||||
share/pluma/plugins/pythonconsole/ui/config.ui
|
||||
share/pluma/plugins/snippets/c.xml
|
||||
share/pluma/plugins/snippets/chdr.xml
|
||||
share/pluma/plugins/snippets/cpp.xml
|
||||
share/pluma/plugins/snippets/css.xml
|
||||
share/pluma/plugins/snippets/docbook.xml
|
||||
share/pluma/plugins/snippets/fortran.xml
|
||||
share/pluma/plugins/snippets/global.xml
|
||||
share/pluma/plugins/snippets/haskell.xml
|
||||
share/pluma/plugins/snippets/html.xml
|
||||
share/pluma/plugins/snippets/idl.xml
|
||||
share/pluma/plugins/snippets/java.xml
|
||||
share/pluma/plugins/snippets/javascript.xml
|
||||
share/pluma/plugins/snippets/lang/snippets.lang
|
||||
share/pluma/plugins/snippets/latex.xml
|
||||
share/pluma/plugins/snippets/mallard.xml
|
||||
share/pluma/plugins/snippets/perl.xml
|
||||
share/pluma/plugins/snippets/php.xml
|
||||
share/pluma/plugins/snippets/python.xml
|
||||
share/pluma/plugins/snippets/ruby.xml
|
||||
share/pluma/plugins/snippets/sh.xml
|
||||
share/pluma/plugins/snippets/snippets.xml
|
||||
share/pluma/plugins/snippets/tcl.xml
|
||||
share/pluma/plugins/snippets/ui/snippets.ui
|
||||
share/pluma/plugins/snippets/xml.xml
|
||||
share/pluma/plugins/snippets/xslt.xml
|
||||
share/pluma/plugins/sort/sort.ui
|
||||
share/pluma/plugins/spell/languages-dialog.ui
|
||||
share/pluma/plugins/spell/spell-checker.ui
|
||||
share/pluma/plugins/taglist/HTML.tags.gz
|
||||
share/pluma/plugins/taglist/Latex.tags.gz
|
||||
share/pluma/plugins/taglist/XSLT.tags.gz
|
||||
share/pluma/plugins/taglist/XUL.tags.gz
|
||||
share/pluma/plugins/time/pluma-time-dialog.ui
|
||||
share/pluma/plugins/time/pluma-time-setup-dialog.ui
|
||||
share/pluma/ui/pluma-encodings-dialog.ui
|
||||
share/pluma/ui/pluma-preferences-dialog.ui
|
||||
share/pluma/ui/pluma-print-preferences.ui
|
||||
share/pluma/ui/pluma-search-dialog.ui
|
||||
share/pluma/ui/pluma-ui.xml
|
||||
@dirrm share/pluma/ui
|
||||
@dirrm share/pluma/plugins/time
|
||||
@dirrm share/pluma/plugins/taglist
|
||||
@dirrm share/pluma/plugins/spell
|
||||
@dirrm share/pluma/plugins/sort
|
||||
@dirrm share/pluma/plugins/snippets/ui
|
||||
@dirrm share/pluma/plugins/snippets/lang
|
||||
@dirrm share/pluma/plugins/snippets
|
||||
@dirrm share/pluma/plugins/pythonconsole/ui
|
||||
@dirrm share/pluma/plugins/pythonconsole
|
||||
@dirrm share/pluma/plugins/modelines
|
||||
@dirrm share/pluma/plugins/filebrowser
|
||||
@dirrm share/pluma/plugins/externaltools/ui
|
||||
@dirrm share/pluma/plugins/externaltools/tools
|
||||
@dirrm share/pluma/plugins/externaltools
|
||||
@dirrm share/pluma/plugins/docinfo
|
||||
@dirrm share/pluma/plugins
|
||||
@dirrm share/pluma/icons
|
||||
@dirrm share/pluma
|
||||
@dirrm share/omf/pluma
|
||||
@dirrm share/mate/help/pluma/zh_TW/figures
|
||||
@dirrm share/mate/help/pluma/zh_TW
|
||||
@dirrm share/mate/help/pluma/zh_HK/figures
|
||||
@dirrm share/mate/help/pluma/zh_HK
|
||||
@dirrm share/mate/help/pluma/zh_CN/figures
|
||||
@dirrm share/mate/help/pluma/zh_CN
|
||||
@dirrm share/mate/help/pluma/uk/figures
|
||||
@dirrm share/mate/help/pluma/uk
|
||||
@dirrm share/mate/help/pluma/th/figures
|
||||
@dirrm share/mate/help/pluma/th
|
||||
@dirrm share/mate/help/pluma/sv/figures
|
||||
@dirrm share/mate/help/pluma/sv
|
||||
@dirrm share/mate/help/pluma/ru/figures
|
||||
@dirrm share/mate/help/pluma/ru
|
||||
@dirrm share/mate/help/pluma/pt_BR/figures
|
||||
@dirrm share/mate/help/pluma/pt_BR
|
||||
@dirrm share/mate/help/pluma/oc/figures
|
||||
@dirrm share/mate/help/pluma/oc
|
||||
@dirrm share/mate/help/pluma/ko/figures
|
||||
@dirrm share/mate/help/pluma/ko
|
||||
@dirrm share/mate/help/pluma/ja/figures
|
||||
@dirrm share/mate/help/pluma/ja
|
||||
@dirrm share/mate/help/pluma/it/figures
|
||||
@dirrm share/mate/help/pluma/it
|
||||
@dirrm share/mate/help/pluma/hu/figures
|
||||
@dirrm share/mate/help/pluma/hu
|
||||
@dirrm share/mate/help/pluma/fr/figures
|
||||
@dirrm share/mate/help/pluma/fr
|
||||
@dirrm share/mate/help/pluma/fi/figures
|
||||
@dirrm share/mate/help/pluma/fi
|
||||
@dirrm share/mate/help/pluma/es/figures
|
||||
@dirrm share/mate/help/pluma/es
|
||||
@dirrm share/mate/help/pluma/el/figures
|
||||
@dirrm share/mate/help/pluma/el
|
||||
@dirrm share/mate/help/pluma/de/figures
|
||||
@dirrm share/mate/help/pluma/de
|
||||
@dirrm share/mate/help/pluma/da/figures
|
||||
@dirrm share/mate/help/pluma/da
|
||||
@dirrm share/mate/help/pluma/cs/figures
|
||||
@dirrm share/mate/help/pluma/cs
|
||||
@dirrm share/mate/help/pluma/ca/figures
|
||||
@dirrm share/mate/help/pluma/ca
|
||||
@dirrm share/mate/help/pluma/bg/figures
|
||||
@dirrm share/mate/help/pluma/bg
|
||||
@dirrm share/mate/help/pluma/ar/figures
|
||||
@dirrm share/mate/help/pluma/ar
|
||||
@dirrm share/mate/help/pluma/C/figures
|
||||
@dirrm share/mate/help/pluma/C
|
||||
@dirrm share/mate/help/pluma
|
||||
@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/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/mg/LC_MESSAGES
|
||||
@dirrmtry share/locale/mg
|
||||
@dirrmtry share/locale/mai/LC_MESSAGES
|
||||
@dirrmtry share/locale/mai
|
||||
@dirrmtry share/locale/la/LC_MESSAGES
|
||||
@dirrmtry share/locale/la
|
||||
@dirrmtry share/locale/ky/LC_MESSAGES
|
||||
@dirrmtry share/locale/ky
|
||||
@dirrmtry share/locale/ku/LC_MESSAGES
|
||||
@dirrmtry share/locale/ku
|
||||
@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||
@dirrmtry share/locale/hy
|
||||
@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/crh/LC_MESSAGES
|
||||
@dirrmtry share/locale/crh
|
||||
@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
|
||||
@dirrm libexec/pluma
|
||||
@dirrm lib/pluma/plugins/snippets
|
||||
@dirrm lib/pluma/plugins/quickopen
|
||||
@dirrm lib/pluma/plugins/pythonconsole
|
||||
@dirrm lib/pluma/plugins/externaltools
|
||||
@dirrmtry lib/pluma/plugins
|
||||
@dirrmtry lib/pluma/plugin-loaders
|
||||
@dirrmtry lib/pluma
|
||||
@dirrm include/pluma
|
|
@ -574,6 +574,8 @@
|
|||
SUBDIR += mapnik
|
||||
SUBDIR += mapserver
|
||||
SUBDIR += mapyrus
|
||||
SUBDIR += mate-document-viewer
|
||||
SUBDIR += mate-image-viewer
|
||||
SUBDIR += maverik
|
||||
SUBDIR += megapov
|
||||
SUBDIR += mesa-demos
|
||||
|
|
113
graphics/mate-document-viewer/Makefile
Normal file
113
graphics/mate-document-viewer/Makefile
Normal file
|
@ -0,0 +1,113 @@
|
|||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-document-viewer
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= graphics print mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= MATE multi-format document viewer
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc
|
||||
LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
|
||||
libspectre.so:${PORTSDIR}/print/libspectre \
|
||||
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= desktop-file-utils gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build docutils icontheme intlhack \
|
||||
ltasneededhack ltverhack
|
||||
USE_XORG= sm
|
||||
USE_GNOME= cairo glib20 gnomehier gtk20 libxml2
|
||||
INSTALLS_OMF= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gtk=2.0
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.Atril.gschema.xml
|
||||
|
||||
OPTIONS_DEFINE= DVI T1LIB CAJA KEYRING COMICS DJVU
|
||||
OPTIONS_DEFAULT=CAJA KEYRING COMICS
|
||||
DVI_DESC= DVI viewer support
|
||||
T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI)
|
||||
CAJA_DESC= Caja plugin
|
||||
KEYRING_DESC= Gnome-Keyring without Nautilus
|
||||
COMICS_DESC= Comic book archives support
|
||||
DJVU_DESC= DJVU support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB}
|
||||
|
||||
USE_TEX= base
|
||||
CONFIGURE_ARGS+=--enable-dvi
|
||||
PLIST_SUB+= DVI=""
|
||||
|
||||
. if ${PORT_OPTIONS:MT1LIB}
|
||||
LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib
|
||||
CONFIGURE_ARGS+=--enable-t1lib
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-t1lib
|
||||
. endif
|
||||
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-dvi
|
||||
PLIST_SUB+= DVI="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCAJA}
|
||||
USE_MATE+= caja
|
||||
CONFIGURE_ARGS+=--enable-caja
|
||||
PLIST_SUB+= CAJA=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-caja
|
||||
PLIST_SUB+= CAJA="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MKEYRING}
|
||||
USE_MATE+= libmatekeyring
|
||||
. else
|
||||
CONFIGURE_ARGS+=--without-keyring
|
||||
. endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDJVU}
|
||||
LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre
|
||||
CONFIGURE_ARGS+=--enable-djvu
|
||||
PLIST_SUB+= DJVU=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-djvu
|
||||
PLIST_SUB+= DJVU="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCOMICS}
|
||||
CONFIGURE_ARGS+=--enable-comics
|
||||
PLIST_SUB+= COMICS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-comics
|
||||
PLIST_SUB+= COMICS="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|AC_CHECK_HEADERS([execinfo.h])||g' \
|
||||
-e 's|" == "|" = "|g' \
|
||||
${WRKSRC}/configure.ac
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatrildocument.so.3
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/atril/3/backends/*.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatrilview.so.3
|
||||
.if ${PORT_OPTIONS:MCAJA}
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/caja/extensions-2.0/libatril-properties-page.so
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/mate-document-viewer/distinfo
Normal file
2
graphics/mate-document-viewer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-document-viewer-1.6.1.tar.xz) = 100feb278bb919de874e76bd2344cb49fa60e2819e98b1394226086e34bf59ce
|
||||
SIZE (mate/mate-document-viewer-1.6.1.tar.xz) = 1682332
|
|
@ -0,0 +1,28 @@
|
|||
--- backend/pdf/ev-poppler.cc.orig 2012-07-28 17:20:48.000000000 -0500
|
||||
+++ backend/pdf/ev-poppler.cc 2012-07-28 17:20:50.000000000 -0500
|
||||
@@ -640,6 +640,7 @@
|
||||
PopplerPermissions permissions;
|
||||
EvPage *page;
|
||||
char *metadata;
|
||||
+ gboolean linearized;
|
||||
|
||||
info = g_new0 (EvDocumentInfo, 1);
|
||||
|
||||
@@ -676,7 +677,7 @@
|
||||
"producer", &(info->producer),
|
||||
"creation-date", &(info->creation_date),
|
||||
"mod-date", &(info->modified_date),
|
||||
- "linearized", &(info->linearized),
|
||||
+ "linearized", &linearized,
|
||||
"metadata", &metadata,
|
||||
NULL);
|
||||
|
||||
@@ -782,6 +783,8 @@
|
||||
info->security = g_strdup (_("No"));
|
||||
}
|
||||
|
||||
+ info->linearized = linearized ? g_strdup (_("Yes")) : g_strdup (_("No"));
|
||||
+
|
||||
return info;
|
||||
}
|
||||
|
5
graphics/mate-document-viewer/pkg-descr
Normal file
5
graphics/mate-document-viewer/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Atril is a document viewer for multiple document formats including PDF and
|
||||
Postscript. The goal of Atril is to replace document viewers such as ggv and
|
||||
gpdf with a single, simple application.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
536
graphics/mate-document-viewer/pkg-plist
Normal file
536
graphics/mate-document-viewer/pkg-plist
Normal file
|
@ -0,0 +1,536 @@
|
|||
bin/atril
|
||||
bin/atril-previewer
|
||||
bin/atril-thumbnailer
|
||||
include/atril/1.5.0/atril-document.h
|
||||
include/atril/1.5.0/atril-view.h
|
||||
include/atril/1.5.0/libdocument/ev-annotation.h
|
||||
include/atril/1.5.0/libdocument/ev-async-renderer.h
|
||||
include/atril/1.5.0/libdocument/ev-attachment.h
|
||||
include/atril/1.5.0/libdocument/ev-backends-manager.h
|
||||
include/atril/1.5.0/libdocument/ev-document-annotations.h
|
||||
include/atril/1.5.0/libdocument/ev-document-attachments.h
|
||||
include/atril/1.5.0/libdocument/ev-document-factory.h
|
||||
include/atril/1.5.0/libdocument/ev-document-find.h
|
||||
include/atril/1.5.0/libdocument/ev-document-fonts.h
|
||||
include/atril/1.5.0/libdocument/ev-document-forms.h
|
||||
include/atril/1.5.0/libdocument/ev-document-images.h
|
||||
include/atril/1.5.0/libdocument/ev-document-info.h
|
||||
include/atril/1.5.0/libdocument/ev-document-layers.h
|
||||
include/atril/1.5.0/libdocument/ev-document-links.h
|
||||
include/atril/1.5.0/libdocument/ev-document-misc.h
|
||||
include/atril/1.5.0/libdocument/ev-document-print.h
|
||||
include/atril/1.5.0/libdocument/ev-document-security.h
|
||||
include/atril/1.5.0/libdocument/ev-document-text.h
|
||||
include/atril/1.5.0/libdocument/ev-document-thumbnails.h
|
||||
include/atril/1.5.0/libdocument/ev-document-transition.h
|
||||
include/atril/1.5.0/libdocument/ev-document-type-builtins.h
|
||||
include/atril/1.5.0/libdocument/ev-document.h
|
||||
include/atril/1.5.0/libdocument/ev-file-exporter.h
|
||||
include/atril/1.5.0/libdocument/ev-file-helpers.h
|
||||
include/atril/1.5.0/libdocument/ev-form-field.h
|
||||
include/atril/1.5.0/libdocument/ev-image.h
|
||||
include/atril/1.5.0/libdocument/ev-init.h
|
||||
include/atril/1.5.0/libdocument/ev-layer.h
|
||||
include/atril/1.5.0/libdocument/ev-link-action.h
|
||||
include/atril/1.5.0/libdocument/ev-link-dest.h
|
||||
include/atril/1.5.0/libdocument/ev-link.h
|
||||
include/atril/1.5.0/libdocument/ev-mapping-list.h
|
||||
include/atril/1.5.0/libdocument/ev-page.h
|
||||
include/atril/1.5.0/libdocument/ev-render-context.h
|
||||
include/atril/1.5.0/libdocument/ev-selection.h
|
||||
include/atril/1.5.0/libdocument/ev-transition-effect.h
|
||||
include/atril/1.5.0/libdocument/ev-version.h
|
||||
include/atril/1.5.0/libview/ev-document-model.h
|
||||
include/atril/1.5.0/libview/ev-job-scheduler.h
|
||||
include/atril/1.5.0/libview/ev-jobs.h
|
||||
include/atril/1.5.0/libview/ev-print-operation.h
|
||||
include/atril/1.5.0/libview/ev-stock-icons.h
|
||||
include/atril/1.5.0/libview/ev-view-presentation.h
|
||||
include/atril/1.5.0/libview/ev-view-type-builtins.h
|
||||
include/atril/1.5.0/libview/ev-view.h
|
||||
%%COMICS%%lib/atril/3/backends/comicsdocument.atril-backend
|
||||
%%DJVU%%lib/atril/3/backends/djvudocument.atril-backend
|
||||
%%DVI%%lib/atril/3/backends/dvidocument.atril-backend
|
||||
%%COMICS%%lib/atril/3/backends/libcomicsdocument.a
|
||||
%%COMICS%%lib/atril/3/backends/libcomicsdocument.la
|
||||
%%COMICS%%lib/atril/3/backends/libcomicsdocument.so
|
||||
%%DJVU%%lib/atril/3/backends/libdjvudocument.a
|
||||
%%DJVU%%lib/atril/3/backends/libdjvudocument.la
|
||||
%%DJVU%%lib/atril/3/backends/libdjvudocument.so
|
||||
%%DVI%%lib/atril/3/backends/libdvidocument.a
|
||||
%%DVI%%lib/atril/3/backends/libdvidocument.la
|
||||
%%DVI%%lib/atril/3/backends/libdvidocument.so
|
||||
lib/atril/3/backends/libpdfdocument.a
|
||||
lib/atril/3/backends/libpdfdocument.la
|
||||
lib/atril/3/backends/libpdfdocument.so
|
||||
lib/atril/3/backends/libpsdocument.a
|
||||
lib/atril/3/backends/libpsdocument.la
|
||||
lib/atril/3/backends/libpsdocument.so
|
||||
lib/atril/3/backends/libtiffdocument.a
|
||||
lib/atril/3/backends/libtiffdocument.la
|
||||
lib/atril/3/backends/libtiffdocument.so
|
||||
lib/atril/3/backends/pdfdocument.atril-backend
|
||||
lib/atril/3/backends/psdocument.atril-backend
|
||||
lib/atril/3/backends/tiffdocument.atril-backend
|
||||
lib/libatrildocument.a
|
||||
lib/libatrildocument.la
|
||||
lib/libatrildocument.so
|
||||
lib/libatrildocument.so.3
|
||||
lib/libatrilview.a
|
||||
lib/libatrilview.la
|
||||
lib/libatrilview.so
|
||||
lib/libatrilview.so.3
|
||||
%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.a
|
||||
%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.la
|
||||
%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.so
|
||||
libdata/pkgconfig/atril-document-1.5.0.pc
|
||||
libdata/pkgconfig/atril-view-1.5.0.pc
|
||||
libexec/atril-convert-metadata
|
||||
libexec/atrild
|
||||
man/man1/atril-previewer.1.gz
|
||||
man/man1/atril-thumbnailer.1.gz
|
||||
man/man1/atril.1.gz
|
||||
share/MateConf/gsettings/atril.convert
|
||||
share/applications/atril.desktop
|
||||
share/dbus-1/services/org.mate.atril.Daemon.service
|
||||
share/gtk-doc/html/atril/EggFindBar.html
|
||||
share/gtk-doc/html/atril/EvFileMonitor.html
|
||||
share/gtk-doc/html/atril/EvHistory.html
|
||||
share/gtk-doc/html/atril/EvMessageArea.html
|
||||
share/gtk-doc/html/atril/EvNavigationAction.html
|
||||
share/gtk-doc/html/atril/EvNavigationActionWidget.html
|
||||
share/gtk-doc/html/atril/EvOpenRecentAction.html
|
||||
share/gtk-doc/html/atril/EvPageAction.html
|
||||
share/gtk-doc/html/atril/EvPageActionWidget.html
|
||||
share/gtk-doc/html/atril/EvPasswordView.html
|
||||
share/gtk-doc/html/atril/EvProgressMessageArea.html
|
||||
share/gtk-doc/html/atril/EvSidebar.html
|
||||
share/gtk-doc/html/atril/EvSidebarAttachments.html
|
||||
share/gtk-doc/html/atril/EvSidebarLayers.html
|
||||
share/gtk-doc/html/atril/EvSidebarLinks.html
|
||||
share/gtk-doc/html/atril/EvSidebarPage.html
|
||||
share/gtk-doc/html/atril/EvSidebarThumbnails.html
|
||||
share/gtk-doc/html/atril/EvWindow.html
|
||||
share/gtk-doc/html/atril/api-index-full.html
|
||||
share/gtk-doc/html/atril/atril-ev-application.html
|
||||
share/gtk-doc/html/atril/atril-ev-keyring.html
|
||||
share/gtk-doc/html/atril/atril-ev-media-player-keys.html
|
||||
share/gtk-doc/html/atril/atril-ev-metadata.html
|
||||
share/gtk-doc/html/atril/atril-ev-properties-dialog.html
|
||||
share/gtk-doc/html/atril/atril-ev-properties-fonts.html
|
||||
share/gtk-doc/html/atril/atril-ev-properties-license.html
|
||||
share/gtk-doc/html/atril/atril-ev-utils.html
|
||||
share/gtk-doc/html/atril/atril-ev-window-title.html
|
||||
share/gtk-doc/html/atril/atril-frontend.html
|
||||
share/gtk-doc/html/atril/atril.devhelp2
|
||||
share/gtk-doc/html/atril/home.png
|
||||
share/gtk-doc/html/atril/index.html
|
||||
share/gtk-doc/html/atril/index.sgml
|
||||
share/gtk-doc/html/atril/left.png
|
||||
share/gtk-doc/html/atril/licence.html
|
||||
share/gtk-doc/html/atril/object-tree.html
|
||||
share/gtk-doc/html/atril/right.png
|
||||
share/gtk-doc/html/atril/style.css
|
||||
share/gtk-doc/html/atril/up.png
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvAnnotation.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvAsyncRenderer.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvAttachment.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocument.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentAnnotations.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentAttachments.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentFind.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentFonts.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentForms.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentImages.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentInfo.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentLayers.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentLinks.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentPrint.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentSecurity.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentThumbnails.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentTransition.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvFileExporter.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvFormField.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvImage.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvLayer.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvPage.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvRenderContext.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/EvSelection.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/api-index-full.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/document-data.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/document-helpers.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/document-interfaces.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/home.png
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/index.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/index.sgml
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/left.png
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-1.5.0.devhelp2
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-EvDocumentMisc.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-Version-checks.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-backends-manager.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-document-factory.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-file-helpers.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-init.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link-action.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link-dest.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-mapping.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/licence.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/object-tree.html
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/right.png
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/style.css
|
||||
share/gtk-doc/html/libatrildocument-1.5.0/up.png
|
||||
share/gtk-doc/html/libatrilview-1.5.0/EvJob.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/api-index-full.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/home.png
|
||||
share/gtk-doc/html/libatrilview-1.5.0/index.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/index.sgml
|
||||
share/gtk-doc/html/libatrilview-1.5.0/left.png
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-1.5.0.devhelp2
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-annotation-window.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-document-model.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-job-scheduler.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-page-cache.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-print-operation.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-stock-icons.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-cursor.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-presentation.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-type-builtins.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/licence.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/object-tree.html
|
||||
share/gtk-doc/html/libatrilview-1.5.0/right.png
|
||||
share/gtk-doc/html/libatrilview-1.5.0/style.css
|
||||
share/gtk-doc/html/libatrilview-1.5.0/up.png
|
||||
share/gtk-doc/html/libatrilview-1.5.0/view-view.html
|
||||
share/icons/hicolor/16x16/apps/atril.png
|
||||
share/icons/hicolor/22x22/apps/atril.png
|
||||
share/icons/hicolor/24x24/apps/atril.png
|
||||
share/icons/hicolor/48x48/apps/atril.png
|
||||
share/icons/hicolor/scalable/apps/atril.svg
|
||||
share/locale/af/LC_MESSAGES/atril.mo
|
||||
share/locale/am/LC_MESSAGES/atril.mo
|
||||
share/locale/ar/LC_MESSAGES/atril.mo
|
||||
share/locale/as/LC_MESSAGES/atril.mo
|
||||
share/locale/ast/LC_MESSAGES/atril.mo
|
||||
share/locale/be/LC_MESSAGES/atril.mo
|
||||
share/locale/be@latin/LC_MESSAGES/atril.mo
|
||||
share/locale/bg/LC_MESSAGES/atril.mo
|
||||
share/locale/bn/LC_MESSAGES/atril.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/atril.mo
|
||||
share/locale/br/LC_MESSAGES/atril.mo
|
||||
share/locale/ca/LC_MESSAGES/atril.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/atril.mo
|
||||
share/locale/cs/LC_MESSAGES/atril.mo
|
||||
share/locale/cy/LC_MESSAGES/atril.mo
|
||||
share/locale/da/LC_MESSAGES/atril.mo
|
||||
share/locale/de/LC_MESSAGES/atril.mo
|
||||
share/locale/dz/LC_MESSAGES/atril.mo
|
||||
share/locale/el/LC_MESSAGES/atril.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/atril.mo
|
||||
share/locale/en_AU/LC_MESSAGES/atril.mo
|
||||
share/locale/en_CA/LC_MESSAGES/atril.mo
|
||||
share/locale/en_GB/LC_MESSAGES/atril.mo
|
||||
share/locale/eo/LC_MESSAGES/atril.mo
|
||||
share/locale/es/LC_MESSAGES/atril.mo
|
||||
share/locale/et/LC_MESSAGES/atril.mo
|
||||
share/locale/eu/LC_MESSAGES/atril.mo
|
||||
share/locale/fa/LC_MESSAGES/atril.mo
|
||||
share/locale/fi/LC_MESSAGES/atril.mo
|
||||
share/locale/fr/LC_MESSAGES/atril.mo
|
||||
share/locale/ga/LC_MESSAGES/atril.mo
|
||||
share/locale/gl/LC_MESSAGES/atril.mo
|
||||
share/locale/gu/LC_MESSAGES/atril.mo
|
||||
share/locale/he/LC_MESSAGES/atril.mo
|
||||
share/locale/hi/LC_MESSAGES/atril.mo
|
||||
share/locale/hu/LC_MESSAGES/atril.mo
|
||||
share/locale/id/LC_MESSAGES/atril.mo
|
||||
share/locale/it/LC_MESSAGES/atril.mo
|
||||
share/locale/ja/LC_MESSAGES/atril.mo
|
||||
share/locale/ka/LC_MESSAGES/atril.mo
|
||||
share/locale/kk/LC_MESSAGES/atril.mo
|
||||
share/locale/kn/LC_MESSAGES/atril.mo
|
||||
share/locale/ko/LC_MESSAGES/atril.mo
|
||||
share/locale/ks/LC_MESSAGES/atril.mo
|
||||
share/locale/ku/LC_MESSAGES/atril.mo
|
||||
share/locale/ky/LC_MESSAGES/atril.mo
|
||||
share/locale/lt/LC_MESSAGES/atril.mo
|
||||
share/locale/lv/LC_MESSAGES/atril.mo
|
||||
share/locale/mai/LC_MESSAGES/atril.mo
|
||||
share/locale/mg/LC_MESSAGES/atril.mo
|
||||
share/locale/mk/LC_MESSAGES/atril.mo
|
||||
share/locale/ml/LC_MESSAGES/atril.mo
|
||||
share/locale/mn/LC_MESSAGES/atril.mo
|
||||
share/locale/mr/LC_MESSAGES/atril.mo
|
||||
share/locale/ms/LC_MESSAGES/atril.mo
|
||||
share/locale/nb/LC_MESSAGES/atril.mo
|
||||
share/locale/nds/LC_MESSAGES/atril.mo
|
||||
share/locale/ne/LC_MESSAGES/atril.mo
|
||||
share/locale/nl/LC_MESSAGES/atril.mo
|
||||
share/locale/nn/LC_MESSAGES/atril.mo
|
||||
share/locale/oc/LC_MESSAGES/atril.mo
|
||||
share/locale/or/LC_MESSAGES/atril.mo
|
||||
share/locale/pa/LC_MESSAGES/atril.mo
|
||||
share/locale/pl/LC_MESSAGES/atril.mo
|
||||
share/locale/ps/LC_MESSAGES/atril.mo
|
||||
share/locale/pt/LC_MESSAGES/atril.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/atril.mo
|
||||
share/locale/ro/LC_MESSAGES/atril.mo
|
||||
share/locale/ru/LC_MESSAGES/atril.mo
|
||||
share/locale/rw/LC_MESSAGES/atril.mo
|
||||
share/locale/si/LC_MESSAGES/atril.mo
|
||||
share/locale/sk/LC_MESSAGES/atril.mo
|
||||
share/locale/sl/LC_MESSAGES/atril.mo
|
||||
share/locale/sq/LC_MESSAGES/atril.mo
|
||||
share/locale/sr/LC_MESSAGES/atril.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/atril.mo
|
||||
share/locale/sv/LC_MESSAGES/atril.mo
|
||||
share/locale/ta/LC_MESSAGES/atril.mo
|
||||
share/locale/te/LC_MESSAGES/atril.mo
|
||||
share/locale/th/LC_MESSAGES/atril.mo
|
||||
share/locale/tr/LC_MESSAGES/atril.mo
|
||||
share/locale/uk/LC_MESSAGES/atril.mo
|
||||
share/locale/vi/LC_MESSAGES/atril.mo
|
||||
share/locale/wa/LC_MESSAGES/atril.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/atril.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/atril.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/atril.mo
|
||||
share/mate/help/atril/C/atril.xml
|
||||
share/mate/help/atril/C/figures/atril_start_window.png
|
||||
share/mate/help/atril/C/legal.xml
|
||||
share/mate/help/atril/bg/atril.xml
|
||||
share/mate/help/atril/bg/figures/atril_start_window.png
|
||||
share/mate/help/atril/ca/atril.xml
|
||||
share/mate/help/atril/ca/figures/atril_start_window.png
|
||||
share/mate/help/atril/cs/atril.xml
|
||||
share/mate/help/atril/cs/figures/atril_start_window.png
|
||||
share/mate/help/atril/de/atril.xml
|
||||
share/mate/help/atril/de/figures/atril_start_window.png
|
||||
share/mate/help/atril/el/atril.xml
|
||||
share/mate/help/atril/el/figures/atril_start_window.png
|
||||
share/mate/help/atril/en_GB/atril.xml
|
||||
share/mate/help/atril/en_GB/figures/atril_start_window.png
|
||||
share/mate/help/atril/es/atril.xml
|
||||
share/mate/help/atril/es/figures/atril_start_window.png
|
||||
share/mate/help/atril/eu/atril.xml
|
||||
share/mate/help/atril/eu/figures/atril_start_window.png
|
||||
share/mate/help/atril/fi/atril.xml
|
||||
share/mate/help/atril/fi/figures/atril_start_window.png
|
||||
share/mate/help/atril/fr/atril.xml
|
||||
share/mate/help/atril/fr/figures/atril_start_window.png
|
||||
share/mate/help/atril/it/atril.xml
|
||||
share/mate/help/atril/it/figures/atril_start_window.png
|
||||
share/mate/help/atril/ja/atril.xml
|
||||
share/mate/help/atril/ja/figures/atril_start_window.png
|
||||
share/mate/help/atril/nl/atril.xml
|
||||
share/mate/help/atril/nl/figures/atril_start_window.png
|
||||
share/mate/help/atril/oc/atril.xml
|
||||
share/mate/help/atril/oc/figures/atril_start_window.png
|
||||
share/mate/help/atril/pt_BR/atril.xml
|
||||
share/mate/help/atril/pt_BR/figures/atril_start_window.png
|
||||
share/mate/help/atril/ru/atril.xml
|
||||
share/mate/help/atril/ru/figures/atril_start_window.png
|
||||
share/mate/help/atril/sl/atril.xml
|
||||
share/mate/help/atril/sl/figures/atril_start_window.png
|
||||
share/mate/help/atril/sr/atril.xml
|
||||
share/mate/help/atril/sr/figures/atril_start_window.png
|
||||
share/mate/help/atril/sv/atril.xml
|
||||
share/mate/help/atril/sv/figures/atril_start_window.png
|
||||
share/mate/help/atril/uk/atril.xml
|
||||
share/mate/help/atril/uk/figures/atril_start_window.png
|
||||
share/mate/help/atril/vi/atril.xml
|
||||
share/mate/help/atril/vi/figures/atril_start_window.png
|
||||
share/mate/help/atril/zh_CN/atril.xml
|
||||
share/mate/help/atril/zh_CN/figures/atril_start_window.png
|
||||
%%DATADIR%%/atril-previewer-ui.xml
|
||||
%%DATADIR%%/atril-toolbar.xml
|
||||
%%DATADIR%%/atril-ui.xml
|
||||
%%DATADIR%%/hand-open.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/eye.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/close.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg
|
||||
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
|
||||
%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
|
||||
share/omf/atril/atril-C.omf
|
||||
share/omf/atril/atril-bg.omf
|
||||
share/omf/atril/atril-ca.omf
|
||||
share/omf/atril/atril-cs.omf
|
||||
share/omf/atril/atril-de.omf
|
||||
share/omf/atril/atril-el.omf
|
||||
share/omf/atril/atril-en_GB.omf
|
||||
share/omf/atril/atril-es.omf
|
||||
share/omf/atril/atril-eu.omf
|
||||
share/omf/atril/atril-fi.omf
|
||||
share/omf/atril/atril-fr.omf
|
||||
share/omf/atril/atril-it.omf
|
||||
share/omf/atril/atril-ja.omf
|
||||
share/omf/atril/atril-nl.omf
|
||||
share/omf/atril/atril-oc.omf
|
||||
share/omf/atril/atril-pt_BR.omf
|
||||
share/omf/atril/atril-ru.omf
|
||||
share/omf/atril/atril-sl.omf
|
||||
share/omf/atril/atril-sr.omf
|
||||
share/omf/atril/atril-sv.omf
|
||||
share/omf/atril/atril-uk.omf
|
||||
share/omf/atril/atril-vi.omf
|
||||
share/omf/atril/atril-zh_CN.omf
|
||||
share/thumbnailers/atril.thumbnailer
|
||||
@dirrmtry share/thumbnailers
|
||||
@dirrm share/omf/atril
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/scalable/mimetypes
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/scalable/actions
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/scalable
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/48x48/actions
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/48x48
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/32x32/mimetypes
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/32x32/actions
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/32x32
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/24x24/mimetypes
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/24x24/actions
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/24x24
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/22x22/mimetypes
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/22x22
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/16x16/mimetypes
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor/16x16
|
||||
@dirrmtry %%DATADIR%%/icons/hicolor
|
||||
@dirrmtry %%DATADIR%%/icons
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrm share/mate/help/atril/zh_CN/figures
|
||||
@dirrm share/mate/help/atril/zh_CN
|
||||
@dirrm share/mate/help/atril/vi/figures
|
||||
@dirrm share/mate/help/atril/vi
|
||||
@dirrm share/mate/help/atril/uk/figures
|
||||
@dirrm share/mate/help/atril/uk
|
||||
@dirrm share/mate/help/atril/sv/figures
|
||||
@dirrm share/mate/help/atril/sv
|
||||
@dirrm share/mate/help/atril/sr/figures
|
||||
@dirrm share/mate/help/atril/sr
|
||||
@dirrm share/mate/help/atril/sl/figures
|
||||
@dirrm share/mate/help/atril/sl
|
||||
@dirrm share/mate/help/atril/ru/figures
|
||||
@dirrm share/mate/help/atril/ru
|
||||
@dirrm share/mate/help/atril/pt_BR/figures
|
||||
@dirrm share/mate/help/atril/pt_BR
|
||||
@dirrm share/mate/help/atril/oc/figures
|
||||
@dirrm share/mate/help/atril/oc
|
||||
@dirrm share/mate/help/atril/nl/figures
|
||||
@dirrm share/mate/help/atril/nl
|
||||
@dirrm share/mate/help/atril/ja/figures
|
||||
@dirrm share/mate/help/atril/ja
|
||||
@dirrm share/mate/help/atril/it/figures
|
||||
@dirrm share/mate/help/atril/it
|
||||
@dirrm share/mate/help/atril/fr/figures
|
||||
@dirrm share/mate/help/atril/fr
|
||||
@dirrm share/mate/help/atril/fi/figures
|
||||
@dirrm share/mate/help/atril/fi
|
||||
@dirrm share/mate/help/atril/eu/figures
|
||||
@dirrm share/mate/help/atril/eu
|
||||
@dirrm share/mate/help/atril/es/figures
|
||||
@dirrm share/mate/help/atril/es
|
||||
@dirrm share/mate/help/atril/en_GB/figures
|
||||
@dirrm share/mate/help/atril/en_GB
|
||||
@dirrm share/mate/help/atril/el/figures
|
||||
@dirrm share/mate/help/atril/el
|
||||
@dirrm share/mate/help/atril/de/figures
|
||||
@dirrm share/mate/help/atril/de
|
||||
@dirrm share/mate/help/atril/cs/figures
|
||||
@dirrm share/mate/help/atril/cs
|
||||
@dirrm share/mate/help/atril/ca/figures
|
||||
@dirrm share/mate/help/atril/ca
|
||||
@dirrm share/mate/help/atril/bg/figures
|
||||
@dirrm share/mate/help/atril/bg
|
||||
@dirrm share/mate/help/atril/C/figures
|
||||
@dirrm share/mate/help/atril/C
|
||||
@dirrm share/mate/help/atril
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@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/nds/LC_MESSAGES
|
||||
@dirrmtry share/locale/nds
|
||||
@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/ky/LC_MESSAGES
|
||||
@dirrmtry share/locale/ky
|
||||
@dirrmtry share/locale/ku/LC_MESSAGES
|
||||
@dirrmtry share/locale/ku
|
||||
@dirrmtry share/locale/ks/LC_MESSAGES
|
||||
@dirrmtry share/locale/ks
|
||||
@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@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/gtk-doc/html/libatrilview-1.5.0
|
||||
@dirrmtry share/gtk-doc/html/libatrildocument-1.5.0
|
||||
@dirrmtry share/gtk-doc/html/atril
|
||||
@dirrmtry share/gtk-doc/html
|
||||
@dirrmtry share/gtk-doc
|
||||
@dirrm lib/atril/3/backends
|
||||
@dirrm lib/atril/3
|
||||
@dirrm lib/atril
|
||||
@dirrm include/atril/1.5.0/libview
|
||||
@dirrm include/atril/1.5.0/libdocument
|
||||
@dirrm include/atril/1.5.0
|
||||
@dirrm include/atril
|
74
graphics/mate-image-viewer/Makefile
Normal file
74
graphics/mate-image-viewer/Makefile
Normal file
|
@ -0,0 +1,74 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-image-viewer
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= graphics mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Eye of MATE image viewer
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= desktop-file-utils gettext gmake pathfix pkgconfig \
|
||||
shared-mime-info
|
||||
USE_XZ= yes
|
||||
USE_MATE= desktop docutils icontheme
|
||||
USE_XORG= x11
|
||||
USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 librsvg2 libxml2
|
||||
INSTALLS_OMF= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-gtk-doc \
|
||||
--with-html-dir=${PREFIX}/share/doc \
|
||||
--disable-python \
|
||||
--without-cms
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
GLIB_SCHEMAS= org.mate.eom.gschema.xml
|
||||
|
||||
OPTIONS_DEFINE= EXIF EXEMPI
|
||||
OPTIONS_DEFAULT=EXIF EXEMPI
|
||||
EXIF_DESC= Digital camera file meta-data support
|
||||
EXEMPI_DESC= XMP support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
_WITH_EXIF= no
|
||||
_WITH_EXEMPI= no
|
||||
|
||||
.if ${PORT_OPTIONS:MEXIF}
|
||||
CONFIGURE_ARGS+=--with-libexif
|
||||
LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif
|
||||
PLIST_SUB+= EXIF=""
|
||||
_WITH_EXIF= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-libexif
|
||||
PLIST_SUB+= EXIF="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MEXEMPI}
|
||||
CONFIGURE_ARGS+=--with-xmp
|
||||
LIB_DEPENDS+= libexempi.so:${PORTSDIR}/textproc/exempi
|
||||
_WITH_EXEMPI= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-xmp
|
||||
.endif
|
||||
|
||||
.if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes"
|
||||
PLIST_SUB+= EXIFEXEMPI=""
|
||||
.else
|
||||
PLIST_SUB+= EXIFEXEMPI="@comment "
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eom/plugins/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/mate-image-viewer/distinfo
Normal file
2
graphics/mate-image-viewer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-image-viewer-1.6.1.tar.xz) = 32a24e473e44a22ce60f0f61d30a1009fcc4bcc702e8ed3bb414f88f1f209545
|
||||
SIZE (mate/mate-image-viewer-1.6.1.tar.xz) = 2158620
|
5
graphics/mate-image-viewer/pkg-descr
Normal file
5
graphics/mate-image-viewer/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is the Eye of Mate, a MATE image viewer and cataloging
|
||||
application. It provides inline image viewing support for
|
||||
nautilus.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
474
graphics/mate-image-viewer/pkg-plist
Normal file
474
graphics/mate-image-viewer/pkg-plist
Normal file
|
@ -0,0 +1,474 @@
|
|||
bin/eom
|
||||
include/eom-2.20/eom/eom-application.h
|
||||
include/eom-2.20/eom/eom-debug.h
|
||||
include/eom-2.20/eom/eom-dialog.h
|
||||
include/eom-2.20/eom/eom-enums.h
|
||||
include/eom-2.20/eom/eom-error-message-area.h
|
||||
include/eom-2.20/eom/eom-exif-details.h
|
||||
include/eom-2.20/eom/eom-exif-util.h
|
||||
include/eom-2.20/eom/eom-file-chooser.h
|
||||
include/eom-2.20/eom/eom-image-save-info.h
|
||||
include/eom-2.20/eom/eom-image.h
|
||||
include/eom-2.20/eom/eom-job-queue.h
|
||||
include/eom-2.20/eom/eom-jobs.h
|
||||
include/eom-2.20/eom/eom-list-store.h
|
||||
include/eom-2.20/eom/eom-plugin.h
|
||||
include/eom-2.20/eom/eom-properties-dialog.h
|
||||
include/eom-2.20/eom/eom-scroll-view.h
|
||||
include/eom-2.20/eom/eom-sidebar.h
|
||||
include/eom-2.20/eom/eom-statusbar.h
|
||||
include/eom-2.20/eom/eom-thumb-nav.h
|
||||
include/eom-2.20/eom/eom-thumb-view.h
|
||||
include/eom-2.20/eom/eom-thumbnail.h
|
||||
include/eom-2.20/eom/eom-transform.h
|
||||
include/eom-2.20/eom/eom-window.h
|
||||
lib/eom/plugins/fullscreen.eom-plugin
|
||||
lib/eom/plugins/libfullscreen.a
|
||||
lib/eom/plugins/libfullscreen.la
|
||||
lib/eom/plugins/libfullscreen.so
|
||||
lib/eom/plugins/libreload.a
|
||||
lib/eom/plugins/libreload.la
|
||||
lib/eom/plugins/libreload.so
|
||||
lib/eom/plugins/libstatusbar-date.a
|
||||
lib/eom/plugins/libstatusbar-date.la
|
||||
lib/eom/plugins/libstatusbar-date.so
|
||||
lib/eom/plugins/reload.eom-plugin
|
||||
lib/eom/plugins/statusbar-date.eom-plugin
|
||||
libdata/pkgconfig/eom.pc
|
||||
man/man1/eom.1.gz
|
||||
share/MateConf/gsettings/eom.convert
|
||||
share/applications/eom.desktop
|
||||
share/doc/eom/EomDialog.html
|
||||
share/doc/eom/EomExifDetails.html
|
||||
share/doc/eom/EomFileChooser.html
|
||||
share/doc/eom/EomImageSaveInfo.html
|
||||
share/doc/eom/EomMetadataReaderJpg.html
|
||||
share/doc/eom/EomMetadataReaderPng.html
|
||||
share/doc/eom/EomPluginManager.html
|
||||
share/doc/eom/EomPreferencesDialog.html
|
||||
share/doc/eom/EomPrintImageSetup.html
|
||||
share/doc/eom/EomPrintPreview.html
|
||||
share/doc/eom/EomScrollView.html
|
||||
share/doc/eom/EomSidebar.html
|
||||
share/doc/eom/EomStatusbar.html
|
||||
share/doc/eom/ch01.html
|
||||
share/doc/eom/ch02.html
|
||||
share/doc/eom/ch03.html
|
||||
share/doc/eom/ch04.html
|
||||
share/doc/eom/ch05.html
|
||||
share/doc/eom/ch06.html
|
||||
share/doc/eom/ch07.html
|
||||
share/doc/eom/eom-eom-application.html
|
||||
share/doc/eom/eom-eom-config-keys.html
|
||||
share/doc/eom/eom-eom-debug.html
|
||||
share/doc/eom/eom-eom-error-message-area.html
|
||||
share/doc/eom/eom-eom-exif-util.html
|
||||
share/doc/eom/eom-eom-image.html
|
||||
share/doc/eom/eom-eom-job-queue.html
|
||||
share/doc/eom/eom-eom-jobs.html
|
||||
share/doc/eom/eom-eom-list-store.html
|
||||
share/doc/eom/eom-eom-metadata-reader.html
|
||||
share/doc/eom/eom-eom-pixbuf-util.html
|
||||
share/doc/eom/eom-eom-plugin-engine.html
|
||||
share/doc/eom/eom-eom-plugin.html
|
||||
share/doc/eom/eom-eom-print.html
|
||||
share/doc/eom/eom-eom-properties-dialog.html
|
||||
share/doc/eom/eom-eom-save-as-dialog-helper.html
|
||||
share/doc/eom/eom-eom-session.html
|
||||
share/doc/eom/eom-eom-thumb-nav.html
|
||||
share/doc/eom/eom-eom-thumb-view.html
|
||||
share/doc/eom/eom-eom-thumbnail.html
|
||||
share/doc/eom/eom-eom-transform.html
|
||||
share/doc/eom/eom-eom-uri-converter.html
|
||||
share/doc/eom/eom-eom-util.html
|
||||
share/doc/eom/eom-eom-window.html
|
||||
share/doc/eom/eom-uta.html
|
||||
share/doc/eom/eom-zoom.html
|
||||
share/doc/eom/eom.devhelp2
|
||||
share/doc/eom/home.png
|
||||
share/doc/eom/index.html
|
||||
share/doc/eom/index.sgml
|
||||
share/doc/eom/left.png
|
||||
share/doc/eom/right.png
|
||||
share/doc/eom/style.css
|
||||
share/doc/eom/up.png
|
||||
share/mate-image-viewer/eom-image-properties-dialog.ui
|
||||
share/mate-image-viewer/eom-multiple-save-as-dialog.ui
|
||||
share/mate-image-viewer/eom-preferences-dialog.ui
|
||||
share/mate-image-viewer/eom-toolbar.xml
|
||||
share/mate-image-viewer/eom-ui.xml
|
||||
share/mate-image-viewer/gtkrc
|
||||
share/mate-image-viewer/icons/hicolor/16x16/actions/eom-image-collection.png
|
||||
share/mate-image-viewer/icons/hicolor/16x16/actions/eom-plugin.png
|
||||
share/mate-image-viewer/icons/hicolor/16x16/actions/slideshow-play.png
|
||||
share/mate-image-viewer/icons/hicolor/22x22/actions/eom-image-collection.png
|
||||
share/mate-image-viewer/icons/hicolor/22x22/actions/eom-plugin.png
|
||||
share/mate-image-viewer/icons/hicolor/22x22/actions/slideshow-play.png
|
||||
share/mate-image-viewer/icons/hicolor/24x24/actions/eom-image-collection.png
|
||||
share/mate-image-viewer/icons/hicolor/24x24/actions/slideshow-play.png
|
||||
share/mate-image-viewer/icons/hicolor/32x32/actions/eom-image-collection.png
|
||||
share/mate-image-viewer/icons/hicolor/32x32/actions/eom-plugin.png
|
||||
share/mate-image-viewer/icons/hicolor/32x32/actions/slideshow-play.png
|
||||
share/mate-image-viewer/icons/hicolor/48x48/actions/slideshow-play.png
|
||||
share/mate-image-viewer/icons/hicolor/scalable/actions/eom-image-collection.svg
|
||||
share/mate-image-viewer/icons/hicolor/scalable/actions/eom-plugin.svg
|
||||
share/mate-image-viewer/icons/hicolor/scalable/actions/slideshow-play.svg
|
||||
share/mate-image-viewer/pixmaps/thumbnail-frame.png
|
||||
share/icons/hicolor/16x16/apps/eom.png
|
||||
share/icons/hicolor/22x22/apps/eom.png
|
||||
share/icons/hicolor/24x24/apps/eom.png
|
||||
share/icons/hicolor/32x32/apps/eom.png
|
||||
share/icons/hicolor/scalable/apps/eom.svg
|
||||
share/locale/af/LC_MESSAGES/eom.mo
|
||||
share/locale/am/LC_MESSAGES/eom.mo
|
||||
share/locale/ar/LC_MESSAGES/eom.mo
|
||||
share/locale/as/LC_MESSAGES/eom.mo
|
||||
share/locale/ast/LC_MESSAGES/eom.mo
|
||||
share/locale/az/LC_MESSAGES/eom.mo
|
||||
share/locale/be/LC_MESSAGES/eom.mo
|
||||
share/locale/be@latin/LC_MESSAGES/eom.mo
|
||||
share/locale/bg/LC_MESSAGES/eom.mo
|
||||
share/locale/bn/LC_MESSAGES/eom.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/eom.mo
|
||||
share/locale/br/LC_MESSAGES/eom.mo
|
||||
share/locale/bs/LC_MESSAGES/eom.mo
|
||||
share/locale/ca/LC_MESSAGES/eom.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/eom.mo
|
||||
share/locale/cs/LC_MESSAGES/eom.mo
|
||||
share/locale/cy/LC_MESSAGES/eom.mo
|
||||
share/locale/da/LC_MESSAGES/eom.mo
|
||||
share/locale/de/LC_MESSAGES/eom.mo
|
||||
share/locale/dz/LC_MESSAGES/eom.mo
|
||||
share/locale/el/LC_MESSAGES/eom.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/eom.mo
|
||||
share/locale/en_AU/LC_MESSAGES/eom.mo
|
||||
share/locale/en_CA/LC_MESSAGES/eom.mo
|
||||
share/locale/en_GB/LC_MESSAGES/eom.mo
|
||||
share/locale/eo/LC_MESSAGES/eom.mo
|
||||
share/locale/es/LC_MESSAGES/eom.mo
|
||||
share/locale/et/LC_MESSAGES/eom.mo
|
||||
share/locale/eu/LC_MESSAGES/eom.mo
|
||||
share/locale/fa/LC_MESSAGES/eom.mo
|
||||
share/locale/fi/LC_MESSAGES/eom.mo
|
||||
share/locale/fr/LC_MESSAGES/eom.mo
|
||||
share/locale/fur/LC_MESSAGES/eom.mo
|
||||
share/locale/ga/LC_MESSAGES/eom.mo
|
||||
share/locale/gl/LC_MESSAGES/eom.mo
|
||||
share/locale/gu/LC_MESSAGES/eom.mo
|
||||
share/locale/he/LC_MESSAGES/eom.mo
|
||||
share/locale/hi/LC_MESSAGES/eom.mo
|
||||
share/locale/hr/LC_MESSAGES/eom.mo
|
||||
share/locale/hu/LC_MESSAGES/eom.mo
|
||||
share/locale/id/LC_MESSAGES/eom.mo
|
||||
share/locale/is/LC_MESSAGES/eom.mo
|
||||
share/locale/it/LC_MESSAGES/eom.mo
|
||||
share/locale/ja/LC_MESSAGES/eom.mo
|
||||
share/locale/ka/LC_MESSAGES/eom.mo
|
||||
share/locale/kk/LC_MESSAGES/eom.mo
|
||||
share/locale/kn/LC_MESSAGES/eom.mo
|
||||
share/locale/ko/LC_MESSAGES/eom.mo
|
||||
share/locale/ks/LC_MESSAGES/eom.mo
|
||||
share/locale/ku/LC_MESSAGES/eom.mo
|
||||
share/locale/ky/LC_MESSAGES/eom.mo
|
||||
share/locale/lt/LC_MESSAGES/eom.mo
|
||||
share/locale/lv/LC_MESSAGES/eom.mo
|
||||
share/locale/mai/LC_MESSAGES/eom.mo
|
||||
share/locale/mg/LC_MESSAGES/eom.mo
|
||||
share/locale/mk/LC_MESSAGES/eom.mo
|
||||
share/locale/ml/LC_MESSAGES/eom.mo
|
||||
share/locale/mn/LC_MESSAGES/eom.mo
|
||||
share/locale/mr/LC_MESSAGES/eom.mo
|
||||
share/locale/ms/LC_MESSAGES/eom.mo
|
||||
share/locale/nb/LC_MESSAGES/eom.mo
|
||||
share/locale/nds/LC_MESSAGES/eom.mo
|
||||
share/locale/ne/LC_MESSAGES/eom.mo
|
||||
share/locale/nl/LC_MESSAGES/eom.mo
|
||||
share/locale/nn/LC_MESSAGES/eom.mo
|
||||
share/locale/nso/LC_MESSAGES/eom.mo
|
||||
share/locale/oc/LC_MESSAGES/eom.mo
|
||||
share/locale/or/LC_MESSAGES/eom.mo
|
||||
share/locale/pa/LC_MESSAGES/eom.mo
|
||||
share/locale/pl/LC_MESSAGES/eom.mo
|
||||
share/locale/ps/LC_MESSAGES/eom.mo
|
||||
share/locale/pt/LC_MESSAGES/eom.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/eom.mo
|
||||
share/locale/ro/LC_MESSAGES/eom.mo
|
||||
share/locale/ru/LC_MESSAGES/eom.mo
|
||||
share/locale/rw/LC_MESSAGES/eom.mo
|
||||
share/locale/si/LC_MESSAGES/eom.mo
|
||||
share/locale/sk/LC_MESSAGES/eom.mo
|
||||
share/locale/sl/LC_MESSAGES/eom.mo
|
||||
share/locale/sq/LC_MESSAGES/eom.mo
|
||||
share/locale/sr/LC_MESSAGES/eom.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/eom.mo
|
||||
share/locale/sv/LC_MESSAGES/eom.mo
|
||||
share/locale/ta/LC_MESSAGES/eom.mo
|
||||
share/locale/te/LC_MESSAGES/eom.mo
|
||||
share/locale/th/LC_MESSAGES/eom.mo
|
||||
share/locale/tk/LC_MESSAGES/eom.mo
|
||||
share/locale/tr/LC_MESSAGES/eom.mo
|
||||
share/locale/ug/LC_MESSAGES/eom.mo
|
||||
share/locale/uk/LC_MESSAGES/eom.mo
|
||||
share/locale/uz/LC_MESSAGES/eom.mo
|
||||
share/locale/uz@cyrillic/LC_MESSAGES/eom.mo
|
||||
share/locale/vi/LC_MESSAGES/eom.mo
|
||||
share/locale/wa/LC_MESSAGES/eom.mo
|
||||
share/locale/xh/LC_MESSAGES/eom.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/eom.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/eom.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/eom.mo
|
||||
share/locale/zu/LC_MESSAGES/eom.mo
|
||||
share/mate/help/eom/C/eom.xml
|
||||
share/mate/help/eom/C/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/C/figures/eom_start_window.png
|
||||
share/mate/help/eom/C/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/C/legal.xml
|
||||
share/mate/help/eom/ar/eom.xml
|
||||
share/mate/help/eom/ar/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/ar/figures/eom_start_window.png
|
||||
share/mate/help/eom/ar/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/ca/eom.xml
|
||||
share/mate/help/eom/ca/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/ca/figures/eom_start_window.png
|
||||
share/mate/help/eom/ca/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/cs/eom.xml
|
||||
share/mate/help/eom/cs/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/cs/figures/eom_start_window.png
|
||||
share/mate/help/eom/cs/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/da/eom.xml
|
||||
share/mate/help/eom/da/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/da/figures/eom_start_window.png
|
||||
share/mate/help/eom/da/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/de/eom.xml
|
||||
share/mate/help/eom/de/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/de/figures/eom_start_window.png
|
||||
share/mate/help/eom/de/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/el/eom.xml
|
||||
share/mate/help/eom/el/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/el/figures/eom_start_window.png
|
||||
share/mate/help/eom/el/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/en_GB/eom.xml
|
||||
share/mate/help/eom/en_GB/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/en_GB/figures/eom_start_window.png
|
||||
share/mate/help/eom/en_GB/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/es/eom.xml
|
||||
share/mate/help/eom/es/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/es/figures/eom_start_window.png
|
||||
share/mate/help/eom/es/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/eu/eom.xml
|
||||
share/mate/help/eom/eu/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/eu/figures/eom_start_window.png
|
||||
share/mate/help/eom/eu/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/fi/eom.xml
|
||||
share/mate/help/eom/fi/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/fi/figures/eom_start_window.png
|
||||
share/mate/help/eom/fi/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/fr/eom.xml
|
||||
share/mate/help/eom/fr/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/fr/figures/eom_start_window.png
|
||||
share/mate/help/eom/fr/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/it/eom.xml
|
||||
share/mate/help/eom/it/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/it/figures/eom_start_window.png
|
||||
share/mate/help/eom/it/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/ja/eom.xml
|
||||
share/mate/help/eom/ja/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/ja/figures/eom_start_window.png
|
||||
share/mate/help/eom/ja/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/ko/eom.xml
|
||||
share/mate/help/eom/ko/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/ko/figures/eom_start_window.png
|
||||
share/mate/help/eom/ko/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/oc/eom.xml
|
||||
share/mate/help/eom/oc/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/oc/figures/eom_start_window.png
|
||||
share/mate/help/eom/oc/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/pa/eom.xml
|
||||
share/mate/help/eom/pa/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/pa/figures/eom_start_window.png
|
||||
share/mate/help/eom/pa/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/pl/eom.xml
|
||||
share/mate/help/eom/pl/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/pl/figures/eom_start_window.png
|
||||
share/mate/help/eom/pl/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/pt_BR/eom.xml
|
||||
share/mate/help/eom/pt_BR/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/pt_BR/figures/eom_start_window.png
|
||||
share/mate/help/eom/pt_BR/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/ru/eom.xml
|
||||
share/mate/help/eom/ru/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/ru/figures/eom_start_window.png
|
||||
share/mate/help/eom/ru/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/sv/eom.xml
|
||||
share/mate/help/eom/sv/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/sv/figures/eom_start_window.png
|
||||
share/mate/help/eom/sv/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/th/eom.xml
|
||||
share/mate/help/eom/th/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/th/figures/eom_start_window.png
|
||||
share/mate/help/eom/th/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/uk/eom.xml
|
||||
share/mate/help/eom/uk/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/uk/figures/eom_start_window.png
|
||||
share/mate/help/eom/uk/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/zh_CN/eom.xml
|
||||
share/mate/help/eom/zh_CN/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/zh_CN/figures/eom_start_window.png
|
||||
share/mate/help/eom/zh_CN/figures/eom_toolbar_editor_window.png
|
||||
share/mate/help/eom/zh_TW/eom.xml
|
||||
share/mate/help/eom/zh_TW/figures/eom_save_as_window.png
|
||||
share/mate/help/eom/zh_TW/figures/eom_start_window.png
|
||||
share/mate/help/eom/zh_TW/figures/eom_toolbar_editor_window.png
|
||||
share/omf/eom/eom-C.omf
|
||||
share/omf/eom/eom-ar.omf
|
||||
share/omf/eom/eom-ca.omf
|
||||
share/omf/eom/eom-cs.omf
|
||||
share/omf/eom/eom-da.omf
|
||||
share/omf/eom/eom-de.omf
|
||||
share/omf/eom/eom-el.omf
|
||||
share/omf/eom/eom-en_GB.omf
|
||||
share/omf/eom/eom-es.omf
|
||||
share/omf/eom/eom-eu.omf
|
||||
share/omf/eom/eom-fi.omf
|
||||
share/omf/eom/eom-fr.omf
|
||||
share/omf/eom/eom-it.omf
|
||||
share/omf/eom/eom-ja.omf
|
||||
share/omf/eom/eom-ko.omf
|
||||
share/omf/eom/eom-oc.omf
|
||||
share/omf/eom/eom-pa.omf
|
||||
share/omf/eom/eom-pl.omf
|
||||
share/omf/eom/eom-pt_BR.omf
|
||||
share/omf/eom/eom-ru.omf
|
||||
share/omf/eom/eom-sv.omf
|
||||
share/omf/eom/eom-th.omf
|
||||
share/omf/eom/eom-uk.omf
|
||||
share/omf/eom/eom-zh_CN.omf
|
||||
share/omf/eom/eom-zh_TW.omf
|
||||
@dirrm share/omf/eom
|
||||
@dirrm share/mate/help/eom/zh_TW/figures
|
||||
@dirrm share/mate/help/eom/zh_TW
|
||||
@dirrm share/mate/help/eom/zh_CN/figures
|
||||
@dirrm share/mate/help/eom/zh_CN
|
||||
@dirrm share/mate/help/eom/uk/figures
|
||||
@dirrm share/mate/help/eom/uk
|
||||
@dirrm share/mate/help/eom/th/figures
|
||||
@dirrm share/mate/help/eom/th
|
||||
@dirrm share/mate/help/eom/sv/figures
|
||||
@dirrm share/mate/help/eom/sv
|
||||
@dirrm share/mate/help/eom/ru/figures
|
||||
@dirrm share/mate/help/eom/ru
|
||||
@dirrm share/mate/help/eom/pt_BR/figures
|
||||
@dirrm share/mate/help/eom/pt_BR
|
||||
@dirrm share/mate/help/eom/pl/figures
|
||||
@dirrm share/mate/help/eom/pl
|
||||
@dirrm share/mate/help/eom/pa/figures
|
||||
@dirrm share/mate/help/eom/pa
|
||||
@dirrm share/mate/help/eom/oc/figures
|
||||
@dirrm share/mate/help/eom/oc
|
||||
@dirrm share/mate/help/eom/ko/figures
|
||||
@dirrm share/mate/help/eom/ko
|
||||
@dirrm share/mate/help/eom/ja/figures
|
||||
@dirrm share/mate/help/eom/ja
|
||||
@dirrm share/mate/help/eom/it/figures
|
||||
@dirrm share/mate/help/eom/it
|
||||
@dirrm share/mate/help/eom/fr/figures
|
||||
@dirrm share/mate/help/eom/fr
|
||||
@dirrm share/mate/help/eom/fi/figures
|
||||
@dirrm share/mate/help/eom/fi
|
||||
@dirrm share/mate/help/eom/eu/figures
|
||||
@dirrm share/mate/help/eom/eu
|
||||
@dirrm share/mate/help/eom/es/figures
|
||||
@dirrm share/mate/help/eom/es
|
||||
@dirrm share/mate/help/eom/en_GB/figures
|
||||
@dirrm share/mate/help/eom/en_GB
|
||||
@dirrm share/mate/help/eom/el/figures
|
||||
@dirrm share/mate/help/eom/el
|
||||
@dirrm share/mate/help/eom/de/figures
|
||||
@dirrm share/mate/help/eom/de
|
||||
@dirrm share/mate/help/eom/da/figures
|
||||
@dirrm share/mate/help/eom/da
|
||||
@dirrm share/mate/help/eom/cs/figures
|
||||
@dirrm share/mate/help/eom/cs
|
||||
@dirrm share/mate/help/eom/ca/figures
|
||||
@dirrm share/mate/help/eom/ca
|
||||
@dirrm share/mate/help/eom/ar/figures
|
||||
@dirrm share/mate/help/eom/ar
|
||||
@dirrm share/mate/help/eom/C/figures
|
||||
@dirrm share/mate/help/eom/C
|
||||
@dirrm share/mate/help/eom
|
||||
@dirrmtry share/locale/zu/LC_MESSAGES
|
||||
@dirrmtry share/locale/zu
|
||||
@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/uz@cyrillic/LC_MESSAGES
|
||||
@dirrmtry share/locale/uz@cyrillic
|
||||
@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/ps/LC_MESSAGES
|
||||
@dirrmtry share/locale/ps
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/nso/LC_MESSAGES
|
||||
@dirrmtry share/locale/nso
|
||||
@dirrmtry share/locale/nds/LC_MESSAGES
|
||||
@dirrmtry share/locale/nds
|
||||
@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/ky/LC_MESSAGES
|
||||
@dirrmtry share/locale/ky
|
||||
@dirrmtry share/locale/ku/LC_MESSAGES
|
||||
@dirrmtry share/locale/ku
|
||||
@dirrmtry share/locale/ks/LC_MESSAGES
|
||||
@dirrmtry share/locale/ks
|
||||
@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/fur/LC_MESSAGES
|
||||
@dirrmtry share/locale/fur
|
||||
@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
|
||||
@dirrm share/mate-image-viewer/pixmaps
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/scalable/actions
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/scalable
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/48x48/actions
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/48x48
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/32x32/actions
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/32x32
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/24x24/actions
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/24x24
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/22x22/actions
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/22x22
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/16x16/actions
|
||||
@dirrm share/mate-image-viewer/icons/hicolor/16x16
|
||||
@dirrm share/mate-image-viewer/icons/hicolor
|
||||
@dirrm share/mate-image-viewer/icons
|
||||
@dirrm share/mate-image-viewer
|
||||
@dirrm lib/eom/plugins
|
||||
@dirrm lib/eom
|
||||
@dirrm include/eom-2.20/eom
|
||||
@dirrm include/eom-2.20
|
|
@ -239,6 +239,7 @@
|
|||
SUBDIR += ltl
|
||||
SUBDIR += ltl2ba
|
||||
SUBDIR += lybniz
|
||||
SUBDIR += mate-calc
|
||||
SUBDIR += mathomatic
|
||||
SUBDIR += matio
|
||||
SUBDIR += matlab-R2012a-installer
|
||||
|
|
32
math/mate-calc/Makefile
Normal file
32
math/mate-calc/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-calc
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= math mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= MATE calculator tool based on the old calctool for OpenWindows
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build docutils intlhack
|
||||
USE_GNOME= glib20 gnomehier gtk20 libxml2
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gtk=2.0
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.calc.gschema.xml
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e '/^DATADIRNAME/s/lib/share/' \
|
||||
${WRKSRC}/po/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/mate-calc/distinfo
Normal file
2
math/mate-calc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-calc-1.6.0.tar.xz) = 400d5c4d2927edfec4abed6c340ddc125d62ec2b99bf272db09d799efcd2993f
|
||||
SIZE (mate/mate-calc-1.6.0.tar.xz) = 710904
|
93
math/mate-calc/files/patch-src_mate-calc-cmd.c
Normal file
93
math/mate-calc/files/patch-src_mate-calc-cmd.c
Normal file
|
@ -0,0 +1,93 @@
|
|||
--- src/mate-calc-cmd.c.orig 2013-03-24 20:56:44.000000000 -0500
|
||||
+++ src/mate-calc-cmd.c 2013-03-24 20:58:28.000000000 -0500
|
||||
@@ -8,10 +8,12 @@
|
||||
* license.
|
||||
*/
|
||||
|
||||
+#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <sys/param.h>
|
||||
#include <time.h>
|
||||
#include <locale.h>
|
||||
|
||||
@@ -22,6 +24,77 @@
|
||||
|
||||
static MpSerializer *result_serializer;
|
||||
|
||||
+#if __FreeBSD_version < 800067
|
||||
+static ssize_t
|
||||
+getline (char **lineptr, size_t *n, FILE *stream)
|
||||
+{
|
||||
+ char *line, *p;
|
||||
+ long size, copy;
|
||||
+
|
||||
+ if (lineptr == NULL || n == NULL) {
|
||||
+ errno = EINVAL;
|
||||
+ return (ssize_t) -1;
|
||||
+ }
|
||||
+
|
||||
+ if (ferror (stream))
|
||||
+ return (ssize_t) -1;
|
||||
+
|
||||
+ /* Make sure we have a line buffer to start with. */
|
||||
+ if (*lineptr == NULL || *n < 2) /* !seen and no buf yet need 2 chars. */ {
|
||||
+#ifndef MAX_CANON
|
||||
+#define MAX_CANON 256
|
||||
+#endif
|
||||
+ if (!*lineptr)
|
||||
+ line = (char *) malloc (MAX_CANON);
|
||||
+ else
|
||||
+ line = (char *) realloc (*lineptr, MAX_CANON);
|
||||
+ if (line == NULL)
|
||||
+ return (ssize_t) -1;
|
||||
+ *lineptr = line;
|
||||
+ *n = MAX_CANON;
|
||||
+ }
|
||||
+
|
||||
+ line = *lineptr;
|
||||
+ size = *n;
|
||||
+
|
||||
+ copy = size;
|
||||
+ p = line;
|
||||
+
|
||||
+ while (1) {
|
||||
+ long len;
|
||||
+
|
||||
+ while (--copy > 0) {
|
||||
+ int c = getc (stream);
|
||||
+
|
||||
+ if (c == EOF)
|
||||
+ goto lose;
|
||||
+ else if ((*p++ = c) == '\n')
|
||||
+ goto win;
|
||||
+ }
|
||||
+
|
||||
+ /* Need to enlarge the line buffer. */
|
||||
+ len = p - line;
|
||||
+ size *= 2;
|
||||
+ line = (char *) realloc (line, size);
|
||||
+ if (line == NULL)
|
||||
+ goto lose;
|
||||
+ *lineptr = line;
|
||||
+ *n = size;
|
||||
+ p = line + len;
|
||||
+ copy = size - len;
|
||||
+ }
|
||||
+
|
||||
+lose:
|
||||
+ if (p == *lineptr)
|
||||
+ return (ssize_t) -1;
|
||||
+
|
||||
+ /* Return a partial line since we got an error in the middle. */
|
||||
+win:
|
||||
+ *p = '\0';
|
||||
+ return p - *lineptr;
|
||||
+}
|
||||
+#endif
|
||||
+
|
||||
static void
|
||||
solve(const char *equation)
|
||||
{
|
5
math/mate-calc/pkg-descr
Normal file
5
math/mate-calc/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Mate-calc is a powerful graphical calulator with financial, logical and
|
||||
scientific modes. It uses a multiple precision package to do its arithmetic to
|
||||
give a high degree of accuracy.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
154
math/mate-calc/pkg-plist
Normal file
154
math/mate-calc/pkg-plist
Normal file
|
@ -0,0 +1,154 @@
|
|||
bin/mate-calc
|
||||
bin/mate-calc-cmd
|
||||
bin/mate-calculator
|
||||
man/man1/mate-calc.1.gz
|
||||
man/man1/mate-calc-cmd.1.gz
|
||||
share/applications/mate-calc.desktop
|
||||
share/locale/af/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/am/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ar/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/as/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ast/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/az/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/be/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/be@latin/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/bg/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/bn/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/bs/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ca/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/cs/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/cy/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/da/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/de/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/dz/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/el/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/en_AU/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/en_CA/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/en_US/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/eo/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/es/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/et/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/eu/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/fa/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/fi/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/fr/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ga/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/gl/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/gu/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/he/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/hi/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/hr/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/hu/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/hy/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/id/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/it/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ja/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ka/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/kk/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/km/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/kn/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ko/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ku/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ky/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/lt/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/lv/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/mai/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/mg/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/mk/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ml/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/mn/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/mr/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ms/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/my/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/nb/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ne/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/nl/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/nn/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/oc/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/or/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/pa/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/pl/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/pt/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ro/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ru/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/rw/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/si/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/sk/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/sl/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/sq/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/sr/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/sv/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ta/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/te/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/th/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/tk/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/tr/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/ug/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/uk/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/vi/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/xh/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mate-calc.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mate-calc.mo
|
||||
%%DATADIR%%/buttons-advanced.ui
|
||||
%%DATADIR%%/buttons-basic.ui
|
||||
%%DATADIR%%/buttons-financial.ui
|
||||
%%DATADIR%%/buttons-programming.ui
|
||||
%%DATADIR%%/preferences.ui
|
||||
@dirrm %%DATADIR%%
|
||||
@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/my/LC_MESSAGES
|
||||
@dirrmtry share/locale/my
|
||||
@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/ky/LC_MESSAGES
|
||||
@dirrmtry share/locale/ky
|
||||
@dirrmtry share/locale/ku/LC_MESSAGES
|
||||
@dirrmtry share/locale/ku
|
||||
@dirrmtry share/locale/km/LC_MESSAGES
|
||||
@dirrmtry share/locale/km
|
||||
@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||
@dirrmtry share/locale/hy
|
||||
@dirrmtry share/locale/en_US/LC_MESSAGES
|
||||
@dirrmtry share/locale/en_US
|
||||
@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
|
|
@ -313,6 +313,7 @@
|
|||
SUBDIR += libgweather
|
||||
SUBDIR += libilbc
|
||||
SUBDIR += libkvkontakte
|
||||
SUBDIR += libmateweather
|
||||
SUBDIR += libmediawiki
|
||||
SUBDIR += libmms
|
||||
SUBDIR += libmxp
|
||||
|
|
35
net/libmateweather/Makefile
Normal file
35
net/libmateweather/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Created by: Koop Mast <kwm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libmateweather
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= net mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Library to accessing online weather informations
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
|
||||
LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_GNOME= glib20 gtk20 libxml2 intlhack ltverhack
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-gtk-doc \
|
||||
--with-html-dir=${PREFIX}/share/doc
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
GLIB_SCHEMAS= org.mate.weather.gschema.xml
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmateweather.so.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/libmateweather/distinfo
Normal file
2
net/libmateweather/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/libmateweather-1.6.2.tar.xz) = 2b8c13d448011f1f6ddedcbff5498d5ae6f34cc6330c36010ba25d4062aeda60
|
||||
SIZE (mate/libmateweather-1.6.2.tar.xz) = 3494708
|
9
net/libmateweather/pkg-descr
Normal file
9
net/libmateweather/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
libmateweather is a library to access weather information from online
|
||||
services for numerous locations.
|
||||
|
||||
libmateweather isn't supported in the devel platform, which means OS vendors
|
||||
won't guarantee the API/ABI long-term, but authors of open source apps
|
||||
should feel free to use libmateweather as users can always recompile against
|
||||
a new version.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
664
net/libmateweather/pkg-plist
Normal file
664
net/libmateweather/pkg-plist
Normal file
|
@ -0,0 +1,664 @@
|
|||
include/libmateweather/location-entry.h
|
||||
include/libmateweather/mateweather-enum-types.h
|
||||
include/libmateweather/mateweather-location.h
|
||||
include/libmateweather/mateweather-prefs.h
|
||||
include/libmateweather/mateweather-timezone.h
|
||||
include/libmateweather/mateweather-xml.h
|
||||
include/libmateweather/timezone-menu.h
|
||||
include/libmateweather/weather.h
|
||||
lib/libmateweather.a
|
||||
lib/libmateweather.la
|
||||
lib/libmateweather.so
|
||||
lib/libmateweather.so.1
|
||||
libdata/pkgconfig/mateweather.pc
|
||||
%%DOCSDIR%%/MateWeatherLocationEntry.html
|
||||
%%DOCSDIR%%/MateWeatherTimezoneMenu.html
|
||||
%%DOCSDIR%%/ch01.html
|
||||
%%DOCSDIR%%/home.png
|
||||
%%DOCSDIR%%/index.html
|
||||
%%DOCSDIR%%/index.sgml
|
||||
%%DOCSDIR%%/left.png
|
||||
%%DOCSDIR%%/libmateweather-mateweather-location.html
|
||||
%%DOCSDIR%%/libmateweather-mateweather-mateconf.html
|
||||
%%DOCSDIR%%/libmateweather-mateweather-prefs.html
|
||||
%%DOCSDIR%%/libmateweather-mateweather-timezone.html
|
||||
%%DOCSDIR%%/libmateweather-mateweather-xml.html
|
||||
%%DOCSDIR%%/libmateweather-weather.html
|
||||
%%DOCSDIR%%/libmateweather.devhelp2
|
||||
%%DOCSDIR%%/right.png
|
||||
%%DOCSDIR%%/style.css
|
||||
%%DOCSDIR%%/up.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-000.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-010.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-020.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-030.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-040.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-050.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-060.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-070.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-080.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-090.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-100.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-110.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-120.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-130.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-140.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-150.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-160.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-170.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-190.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-200.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-210.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-220.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-230.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-240.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-250.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-260.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-270.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-280.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-290.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-300.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-310.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-320.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-330.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-340.png
|
||||
share/icons/mate/16x16/status/weather-clear-night-350.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-000.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-010.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-020.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-030.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-040.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-050.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-060.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-070.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-080.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-090.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-100.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-110.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-120.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-130.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-140.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-150.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-160.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-170.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-190.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-200.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-210.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-220.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-230.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-240.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-250.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-260.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-270.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-280.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-290.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-300.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-310.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-320.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-330.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-340.png
|
||||
share/icons/mate/16x16/status/weather-few-clouds-night-350.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-000.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-010.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-020.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-030.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-040.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-050.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-060.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-070.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-080.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-090.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-100.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-110.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-120.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-130.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-140.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-150.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-160.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-170.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-190.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-200.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-210.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-220.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-230.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-240.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-250.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-260.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-270.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-280.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-290.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-300.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-310.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-320.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-330.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-340.png
|
||||
share/icons/mate/22x22/status/weather-clear-night-350.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-000.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-010.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-020.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-030.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-040.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-050.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-060.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-070.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-080.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-090.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-100.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-110.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-120.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-130.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-140.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-150.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-160.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-170.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-190.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-200.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-210.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-220.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-230.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-240.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-250.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-260.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-270.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-280.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-290.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-300.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-310.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-320.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-330.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-340.png
|
||||
share/icons/mate/22x22/status/weather-few-clouds-night-350.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-000.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-010.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-020.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-030.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-040.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-050.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-060.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-070.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-080.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-090.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-100.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-110.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-120.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-130.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-140.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-150.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-160.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-170.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-190.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-200.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-210.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-220.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-230.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-240.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-250.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-260.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-270.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-280.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-290.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-300.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-310.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-320.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-330.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-340.png
|
||||
share/icons/mate/24x24/status/weather-clear-night-350.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-000.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-010.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-020.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-030.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-040.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-050.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-060.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-070.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-080.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-090.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-100.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-110.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-120.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-130.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-140.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-150.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-160.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-170.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-190.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-200.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-210.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-220.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-230.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-240.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-250.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-260.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-270.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-280.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-290.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-300.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-310.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-320.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-330.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-340.png
|
||||
share/icons/mate/24x24/status/weather-few-clouds-night-350.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-000.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-010.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-020.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-030.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-040.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-050.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-060.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-070.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-080.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-090.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-100.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-110.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-120.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-130.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-140.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-150.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-160.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-170.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-190.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-200.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-210.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-220.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-230.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-240.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-250.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-260.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-270.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-280.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-290.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-300.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-310.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-320.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-330.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-340.png
|
||||
share/icons/mate/32x32/status/weather-clear-night-350.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-000.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-010.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-020.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-030.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-040.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-050.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-060.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-070.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-080.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-090.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-100.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-110.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-120.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-130.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-140.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-150.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-160.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-170.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-190.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-200.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-210.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-220.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-230.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-240.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-250.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-260.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-270.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-280.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-290.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-300.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-310.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-320.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-330.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-340.png
|
||||
share/icons/mate/32x32/status/weather-few-clouds-night-350.png
|
||||
share/icons/mate/scalable/status/weather-clear-night-000.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-010.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-020.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-030.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-040.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-050.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-060.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-070.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-080.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-090.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-100.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-110.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-120.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-130.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-140.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-150.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-160.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-170.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-190.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-200.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-210.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-220.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-230.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-240.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-250.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-260.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-270.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-280.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-290.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-300.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-310.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-320.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-330.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-340.svg
|
||||
share/icons/mate/scalable/status/weather-clear-night-350.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-000.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-010.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-020.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-030.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-040.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-050.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-060.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-070.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-080.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-090.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-100.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-110.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-120.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-130.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-140.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-150.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-160.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-170.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-190.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-200.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-210.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-220.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-230.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-240.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-250.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-260.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-270.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-280.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-290.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-300.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-310.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-320.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-330.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-340.svg
|
||||
share/icons/mate/scalable/status/weather-few-clouds-night-350.svg
|
||||
%%DATADIR%%/Locations.ang.xml
|
||||
%%DATADIR%%/Locations.ar.xml
|
||||
%%DATADIR%%/Locations.as.xml
|
||||
%%DATADIR%%/Locations.ast.xml
|
||||
%%DATADIR%%/Locations.az.xml
|
||||
%%DATADIR%%/Locations.be.xml
|
||||
%%DATADIR%%/Locations.be@latin.xml
|
||||
%%DATADIR%%/Locations.bg.xml
|
||||
%%DATADIR%%/Locations.bn.xml
|
||||
%%DATADIR%%/Locations.bn_IN.xml
|
||||
%%DATADIR%%/Locations.br.xml
|
||||
%%DATADIR%%/Locations.bs.xml
|
||||
%%DATADIR%%/Locations.ca.xml
|
||||
%%DATADIR%%/Locations.ca@valencia.xml
|
||||
%%DATADIR%%/Locations.crh.xml
|
||||
%%DATADIR%%/Locations.cs.xml
|
||||
%%DATADIR%%/Locations.cy.xml
|
||||
%%DATADIR%%/Locations.da.xml
|
||||
%%DATADIR%%/Locations.de.xml
|
||||
%%DATADIR%%/Locations.dz.xml
|
||||
%%DATADIR%%/Locations.el.xml
|
||||
%%DATADIR%%/Locations.en@shaw.xml
|
||||
%%DATADIR%%/Locations.en_CA.xml
|
||||
%%DATADIR%%/Locations.en_GB.xml
|
||||
%%DATADIR%%/Locations.eo.xml
|
||||
%%DATADIR%%/Locations.es.xml
|
||||
%%DATADIR%%/Locations.et.xml
|
||||
%%DATADIR%%/Locations.eu.xml
|
||||
%%DATADIR%%/Locations.fa.xml
|
||||
%%DATADIR%%/Locations.fi.xml
|
||||
%%DATADIR%%/Locations.fr.xml
|
||||
%%DATADIR%%/Locations.ga.xml
|
||||
%%DATADIR%%/Locations.gl.xml
|
||||
%%DATADIR%%/Locations.gu.xml
|
||||
%%DATADIR%%/Locations.he.xml
|
||||
%%DATADIR%%/Locations.hi.xml
|
||||
%%DATADIR%%/Locations.hr.xml
|
||||
%%DATADIR%%/Locations.hu.xml
|
||||
%%DATADIR%%/Locations.id.xml
|
||||
%%DATADIR%%/Locations.it.xml
|
||||
%%DATADIR%%/Locations.ja.xml
|
||||
%%DATADIR%%/Locations.ka.xml
|
||||
%%DATADIR%%/Locations.kn.xml
|
||||
%%DATADIR%%/Locations.ko.xml
|
||||
%%DATADIR%%/Locations.ku.xml
|
||||
%%DATADIR%%/Locations.ky.xml
|
||||
%%DATADIR%%/Locations.lt.xml
|
||||
%%DATADIR%%/Locations.lv.xml
|
||||
%%DATADIR%%/Locations.mai.xml
|
||||
%%DATADIR%%/Locations.mg.xml
|
||||
%%DATADIR%%/Locations.mk.xml
|
||||
%%DATADIR%%/Locations.ml.xml
|
||||
%%DATADIR%%/Locations.mn.xml
|
||||
%%DATADIR%%/Locations.mr.xml
|
||||
%%DATADIR%%/Locations.ms.xml
|
||||
%%DATADIR%%/Locations.nb.xml
|
||||
%%DATADIR%%/Locations.nds.xml
|
||||
%%DATADIR%%/Locations.ne.xml
|
||||
%%DATADIR%%/Locations.nl.xml
|
||||
%%DATADIR%%/Locations.nn.xml
|
||||
%%DATADIR%%/Locations.oc.xml
|
||||
%%DATADIR%%/Locations.or.xml
|
||||
%%DATADIR%%/Locations.pa.xml
|
||||
%%DATADIR%%/Locations.pl.xml
|
||||
%%DATADIR%%/Locations.pt.xml
|
||||
%%DATADIR%%/Locations.pt_BR.xml
|
||||
%%DATADIR%%/Locations.ro.xml
|
||||
%%DATADIR%%/Locations.ru.xml
|
||||
%%DATADIR%%/Locations.rw.xml
|
||||
%%DATADIR%%/Locations.si.xml
|
||||
%%DATADIR%%/Locations.sk.xml
|
||||
%%DATADIR%%/Locations.sl.xml
|
||||
%%DATADIR%%/Locations.sq.xml
|
||||
%%DATADIR%%/Locations.sr.xml
|
||||
%%DATADIR%%/Locations.sr@latin.xml
|
||||
%%DATADIR%%/Locations.sv.xml
|
||||
%%DATADIR%%/Locations.ta.xml
|
||||
%%DATADIR%%/Locations.te.xml
|
||||
%%DATADIR%%/Locations.th.xml
|
||||
%%DATADIR%%/Locations.tr.xml
|
||||
%%DATADIR%%/Locations.uk.xml
|
||||
%%DATADIR%%/Locations.vi.xml
|
||||
%%DATADIR%%/Locations.xml
|
||||
%%DATADIR%%/Locations.zh_CN.xml
|
||||
%%DATADIR%%/Locations.zh_HK.xml
|
||||
%%DATADIR%%/Locations.zh_TW.xml
|
||||
%%DATADIR%%/locations.dtd
|
||||
share/locale/af/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/am/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ar/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/as/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ast/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/az/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/be/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/be@latin/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/bg/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/bn/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/br/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/bs/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ca/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/crh/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/cs/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/cy/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/da/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/de/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/dz/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/el/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/en_AU/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/en_CA/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/en_GB/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/eo/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_AR/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_CL/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_CO/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_CR/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_DO/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_EC/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_ES/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_GT/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_HN/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_MX/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_NI/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_PA/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_PE/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_PR/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_SV/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_UY/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/es_VE/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/et/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/eu/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/fa/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/fi/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/fr/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ga/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/gl/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/gu/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/he/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/hi/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/hr/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/hu/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/hy/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/id/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/is/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/it/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ja/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ka/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/kn/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ko/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ku/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ky/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/lt/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/lv/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/mai/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/mg/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/mk/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ml/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/mn/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/mr/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ms/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/nb/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/nds/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ne/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/nl/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/nn/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/oc/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/or/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/pa/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/pl/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/pt/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ro/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ru/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/rw/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/si/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/sk/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/sl/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/sq/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/sr/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/sv/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/ta/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/te/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/th/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/tr/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/uk/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/vi/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/wa/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/xh/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/libmateweather.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libmateweather.mo
|
||||
@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/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/mg/LC_MESSAGES
|
||||
@dirrmtry share/locale/mg
|
||||
@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/hy/LC_MESSAGES
|
||||
@dirrmtry share/locale/hy
|
||||
@dirrmtry share/locale/es_VE/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_VE
|
||||
@dirrmtry share/locale/es_UY/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_UY
|
||||
@dirrmtry share/locale/es_SV/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_SV
|
||||
@dirrmtry share/locale/es_PR/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_PR
|
||||
@dirrmtry share/locale/es_PE/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_PE
|
||||
@dirrmtry share/locale/es_PA/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_PA
|
||||
@dirrmtry share/locale/es_NI/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_NI
|
||||
@dirrmtry share/locale/es_HN/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_HN
|
||||
@dirrmtry share/locale/es_GT/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_GT
|
||||
@dirrmtry share/locale/es_EC/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_EC
|
||||
@dirrmtry share/locale/es_DO/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_DO
|
||||
@dirrmtry share/locale/es_CR/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_CR
|
||||
@dirrmtry share/locale/es_CO/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_CO
|
||||
@dirrmtry share/locale/es_CL/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_CL
|
||||
@dirrmtry share/locale/es_AR/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_AR
|
||||
@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/crh/LC_MESSAGES
|
||||
@dirrmtry share/locale/crh
|
||||
@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
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/icons/mate/scalable/status
|
||||
@dirrmtry share/icons/mate/scalable
|
||||
@dirrmtry share/icons/mate/32x32/status
|
||||
@dirrmtry share/icons/mate/32x32
|
||||
@dirrmtry share/icons/mate/24x24/status
|
||||
@dirrmtry share/icons/mate/24x24
|
||||
@dirrmtry share/icons/mate/22x22/status
|
||||
@dirrmtry share/icons/mate/22x22
|
||||
@dirrmtry share/icons/mate/16x16/status
|
||||
@dirrmtry share/icons/mate/16x16
|
||||
@dirrmtry share/icons/mate
|
||||
@dirrmtry share/icons
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm include/libmateweather
|
|
@ -268,6 +268,7 @@
|
|||
SUBDIR += libident
|
||||
SUBDIR += libkpass
|
||||
SUBDIR += libksba
|
||||
SUBDIR += libmatekeyring
|
||||
SUBDIR += libmcrypt
|
||||
SUBDIR += libntlm
|
||||
SUBDIR += libotr
|
||||
|
@ -307,6 +308,7 @@
|
|||
SUBDIR += manipulate_data
|
||||
SUBDIR += masscan
|
||||
SUBDIR += massh
|
||||
SUBDIR += mate-keyring
|
||||
SUBDIR += matrixssl
|
||||
SUBDIR += mcrypt
|
||||
SUBDIR += md4coll
|
||||
|
|
32
security/libmatekeyring/Makefile
Normal file
32
security/libmatekeyring/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libmatekeyring
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= security mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Program that keeps passwords and other secrets
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
|
||||
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
||||
libdbus-1.so:${PORTSDIR}/devel/dbus
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build intlhack ltverhack
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-gtk-doc \
|
||||
--with-html-dir=${PREFIX}/share/doc
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/libmatekeyring/distinfo
Normal file
2
security/libmatekeyring/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/libmatekeyring-1.6.0.tar.xz) = 7ce673bbf7e2d20811b5197c9a79e813226c4ef8d2719f606ad6d98e5958cc99
|
||||
SIZE (mate/libmatekeyring-1.6.0.tar.xz) = 118864
|
5
security/libmatekeyring/pkg-descr
Normal file
5
security/libmatekeyring/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Mate-keyring is a program that keep password and other secrets for
|
||||
users. The library libmate-keyring is used by applications to integrate
|
||||
with the MATE keyring system.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
119
security/libmatekeyring/pkg-plist
Normal file
119
security/libmatekeyring/pkg-plist
Normal file
|
@ -0,0 +1,119 @@
|
|||
include/mate-keyring-1/mate-keyring-memory.h
|
||||
include/mate-keyring-1/mate-keyring-result.h
|
||||
include/mate-keyring-1/mate-keyring.h
|
||||
lib/libmate-keyring.a
|
||||
lib/libmate-keyring.la
|
||||
lib/libmate-keyring.so
|
||||
lib/libmate-keyring.so.1
|
||||
libdata/pkgconfig/mate-keyring-1.pc
|
||||
share/doc/mate-keyring/ch01.html
|
||||
share/doc/mate-keyring/home.png
|
||||
share/doc/mate-keyring/index.html
|
||||
share/doc/mate-keyring/index.sgml
|
||||
share/doc/mate-keyring/left.png
|
||||
share/doc/mate-keyring/mate-keyring-Callbacks.html
|
||||
share/doc/mate-keyring/mate-keyring-Daemon-Management-Functions.html
|
||||
share/doc/mate-keyring/mate-keyring-Item-ACLs.html
|
||||
share/doc/mate-keyring/mate-keyring-Item-Attributes.html
|
||||
share/doc/mate-keyring/mate-keyring-Item-Information.html
|
||||
share/doc/mate-keyring/mate-keyring-Keyring-Info.html
|
||||
share/doc/mate-keyring/mate-keyring-Keyring-Items.html
|
||||
share/doc/mate-keyring/mate-keyring-Keyrings.html
|
||||
share/doc/mate-keyring/mate-keyring-Miscellaneous-Functions.html
|
||||
share/doc/mate-keyring/mate-keyring-Network-Passwords.html
|
||||
share/doc/mate-keyring/mate-keyring-Non-pageable-Memory.html
|
||||
share/doc/mate-keyring/mate-keyring-Result-Codes.html
|
||||
share/doc/mate-keyring/mate-keyring-Search-Functionality.html
|
||||
share/doc/mate-keyring/mate-keyring-Simple-Password-Storage.html
|
||||
share/doc/mate-keyring/mate-keyring.devhelp
|
||||
share/doc/mate-keyring/mate-keyring.devhelp2
|
||||
share/doc/mate-keyring/right.png
|
||||
share/doc/mate-keyring/style.css
|
||||
share/doc/mate-keyring/up.png
|
||||
share/locale/am/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ar/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ast/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/bg/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/bn/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ca/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/cs/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/da/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/de/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/el/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/en_AU/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/en_GB/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/eo/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/es/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/es_CL/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/et/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/eu/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/fa/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/fi/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/fr/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/fy/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/gl/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/gu/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/he/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/hr/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/hu/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/id/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/it/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ja/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/kn/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ko/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ky/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/lt/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/lv/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ml/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/mn/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ms/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/nb/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/nds/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/nl/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/nn/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/or/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/pa/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/pl/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/pt/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ro/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ru/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/sk/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/sl/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/sq/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/sr/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/sv/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ta/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/th/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/tr/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/ug/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/uk/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/vi/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/libmatekeyring.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libmatekeyring.mo
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr@latin
|
||||
@dirrmtry share/locale/nds/LC_MESSAGES
|
||||
@dirrmtry share/locale/nds
|
||||
@dirrmtry share/locale/ky/LC_MESSAGES
|
||||
@dirrmtry share/locale/ky
|
||||
@dirrmtry share/locale/fy/LC_MESSAGES
|
||||
@dirrmtry share/locale/fy
|
||||
@dirrmtry share/locale/es_CL/LC_MESSAGES
|
||||
@dirrmtry share/locale/es_CL
|
||||
@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/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
@dirrm share/doc/mate-keyring
|
||||
@dirrm include/mate-keyring-1
|
41
security/mate-keyring/Makefile
Normal file
41
security/mate-keyring/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-keyring
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= security mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A program that keeps passwords and other secrets
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
|
||||
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
|
||||
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
|
||||
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
||||
libtasn1.so:${PORTSDIR}/security/libtasn1
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build intlhack libmatekeyring ltverhack
|
||||
USE_GNOME= gnomehier glib20 gtk20
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \
|
||||
--with-root-certs="${LOCALBASE}/share/certs" \
|
||||
--with-gtk=2.0 \
|
||||
--disable-gtk-doc \
|
||||
--with-html-dir=${PREFIX}/share/doc
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.crypto.cache.gschema.xml \
|
||||
org.mate.crypto.pgp.gschema.xml
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/mate-keyring/distinfo
Normal file
2
security/mate-keyring/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-keyring-1.6.0.tar.xz) = f77c48c59a9611baa9721d0a30e78f148629d1754066844bea053cb80141652b
|
||||
SIZE (mate/mate-keyring-1.6.0.tar.xz) = 1339564
|
11
security/mate-keyring/files/patch-configure.ac
Normal file
11
security/mate-keyring/files/patch-configure.ac
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.ac.orig 2013-03-24 01:28:30.000000000 -0500
|
||||
+++ configure.ac 2013-03-24 01:29:26.000000000 -0500
|
||||
@@ -284,7 +284,7 @@
|
||||
|
||||
pam_status="no"
|
||||
if test "$enable_pam" != "no"; then
|
||||
- AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, [have_pam=yes; break], have_pam=no)
|
||||
+ AC_CHECK_HEADERS(security/pam_modules.h, [have_pam=yes; break], have_pam=no)
|
||||
if test "$enable_pam" = "yes" -a "$have_pam" = "no"; then
|
||||
AC_MSG_ERROR(The PAM headers are missing)
|
||||
elif test "$have_pam" = "yes"; then
|
|
@ -0,0 +1,11 @@
|
|||
--- daemon/control/gkd-control-client.c.orig 2009-12-21 18:43:16.000000000 -0500
|
||||
+++ daemon/control/gkd-control-client.c 2009-12-21 18:44:17.000000000 -0500
|
||||
@@ -31,6 +31,8 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
+#include <string.h>
|
||||
+#include <sys/stat.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/un.h>
|
44
security/mate-keyring/files/patch-egg_egg-unix-credentials.c
Normal file
44
security/mate-keyring/files/patch-egg_egg-unix-credentials.c
Normal file
|
@ -0,0 +1,44 @@
|
|||
--- egg/egg-unix-credentials.c.orig 2010-01-13 00:21:23.000000000 -0500
|
||||
+++ egg/egg-unix-credentials.c 2010-01-13 00:25:46.000000000 -0500
|
||||
@@ -27,6 +27,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
+#include <sys/param.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/un.h>
|
||||
#include <errno.h>
|
||||
@@ -37,6 +38,33 @@
|
||||
#include <ucred.h>
|
||||
#endif
|
||||
|
||||
+#if __FreeBSD_version < 701101
|
||||
+static char *
|
||||
+strndup (const char *s, size_t n)
|
||||
+{
|
||||
+ size_t nAvail;
|
||||
+ char *p;
|
||||
+
|
||||
+ if (s == NULL)
|
||||
+ return NULL;
|
||||
+
|
||||
+ if (memchr (s, '\0', n) != NULL) {
|
||||
+ nAvail = strlen(s);
|
||||
+ if (nAvail > n)
|
||||
+ nAvail = n;
|
||||
+ } else{
|
||||
+ nAvail = n;
|
||||
+ }
|
||||
+ p = malloc (nAvail + 1);
|
||||
+ if (p == NULL)
|
||||
+ return NULL;
|
||||
+ memcpy (p, s, nAvail);
|
||||
+ p[nAvail] = '\0';
|
||||
+
|
||||
+ return p;
|
||||
+}
|
||||
+#endif
|
||||
+
|
||||
int
|
||||
egg_unix_credentials_read (int sock, pid_t *pid, uid_t *uid)
|
||||
{
|
18
security/mate-keyring/files/patch-pam_gkr-pam-client.c
Normal file
18
security/mate-keyring/files/patch-pam_gkr-pam-client.c
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- pam/gkr-pam-client.c.orig 2008-10-07 12:25:23.000000000 -0400
|
||||
+++ pam/gkr-pam-client.c 2008-10-07 12:38:36.000000000 -0400
|
||||
@@ -96,12 +96,12 @@ check_peer_same_uid (int sock)
|
||||
struct xucred xuc;
|
||||
socklen_t xuc_len = sizeof (xuc);
|
||||
|
||||
- if (getsockopt (sock, SOL_SOCKET, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 &&
|
||||
- xuc_len == sizeof (xuc)) {
|
||||
+ if (getsockopt (sock, 0, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 &&
|
||||
+ xuc.cr_version == XUCRED_VERSION) {
|
||||
uid = xuc.cr_uid;
|
||||
} else {
|
||||
syslog (GKR_LOG_ERR, "could not get mate-keyring-daemon socket credentials, "
|
||||
- "(returned len %d/%d)\n", xuc_len, (int)sizeof (xuc));
|
||||
+ "(returned version %d/%d)\n", xuc.cr_version, XUCRED_VERSION);
|
||||
return -1;
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- pkcs11/rpc-layer/gkm-rpc-dispatch.c.orig 2010-09-04 12:06:44.000000000 +0200
|
||||
+++ pkcs11/rpc-layer/gkm-rpc-dispatch.c 2010-09-04 12:07:12.000000000 +0200
|
||||
@@ -784,7 +784,7 @@ rpc_C_Finalize (CallState *cs)
|
||||
{
|
||||
CK_SLOT_ID_PTR slots;
|
||||
CK_ULONG n_slots, i;
|
||||
- CK_RV ret;
|
||||
+ CK_RV ret = CKR_OK;
|
||||
|
||||
debug (("C_Finalize: enter"));
|
||||
|
17
security/mate-keyring/pkg-descr
Normal file
17
security/mate-keyring/pkg-descr
Normal file
|
@ -0,0 +1,17 @@
|
|||
Mate-keyring is a program that keep password and other secrets for
|
||||
users. It is run as a damon in the session, similar to ssh-agent, and
|
||||
other applications can locate it by an environment variable.
|
||||
|
||||
The program can manage several keyrings, each with its own master
|
||||
password, and there is also a session keyring which is never stored to
|
||||
disk, but forgotten when the session ends.
|
||||
|
||||
The library libmatekeyring is used by applications to integrate with
|
||||
the MATE keyring system. However, at this point the library hasn't been
|
||||
tested and used enought to consider the API to be publically
|
||||
exposed. Therefore use of libmatekeyring is at the moment limited to
|
||||
internal use in the MATE desktop. However, we hope that the
|
||||
mate-keyring API will turn out useful and good, so that later it
|
||||
can be made public for any application to use.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
246
security/mate-keyring/pkg-plist
Normal file
246
security/mate-keyring/pkg-plist
Normal file
|
@ -0,0 +1,246 @@
|
|||
bin/mate-keyring
|
||||
bin/mate-keyring-daemon
|
||||
etc/xdg/autostart/mate-keyring-gpg.desktop
|
||||
etc/xdg/autostart/mate-keyring-pkcs11.desktop
|
||||
etc/xdg/autostart/mate-keyring-secrets.desktop
|
||||
etc/xdg/autostart/mate-keyring-ssh.desktop
|
||||
include/gck/pkcs11.h
|
||||
include/gck/pkcs11n.h
|
||||
include/gck/pkcs11x.h
|
||||
include/mate-gck/gck.h
|
||||
include/mategcr/gcr/gcr-certificate-basics-widget.h
|
||||
include/mategcr/gcr/gcr-certificate-chain.h
|
||||
include/mategcr/gcr/gcr-certificate-details-widget.h
|
||||
include/mategcr/gcr/gcr-certificate-renderer.h
|
||||
include/mategcr/gcr/gcr-certificate-widget.h
|
||||
include/mategcr/gcr/gcr-certificate.h
|
||||
include/mategcr/gcr/gcr-importer.h
|
||||
include/mategcr/gcr/gcr-key-renderer.h
|
||||
include/mategcr/gcr/gcr-key-widget.h
|
||||
include/mategcr/gcr/gcr-library.h
|
||||
include/mategcr/gcr/gcr-parser.h
|
||||
include/mategcr/gcr/gcr-pkcs11-certificate.h
|
||||
include/mategcr/gcr/gcr-renderer.h
|
||||
include/mategcr/gcr/gcr-simple-certificate.h
|
||||
include/mategcr/gcr/gcr-trust.h
|
||||
include/mategcr/gcr/gcr-types.h
|
||||
include/mategcr/gcr/gcr-unlock-options-widget.h
|
||||
include/mategcr/gcr/gcr-unlock-options.h
|
||||
include/mategcr/gcr/gcr-viewer.h
|
||||
include/mategcr/gcr/gcr.h
|
||||
lib/libmategck.a
|
||||
lib/libmategck.la
|
||||
lib/libmategck.so
|
||||
lib/libmategck.so.0
|
||||
lib/libmategcr.a
|
||||
lib/libmategcr.la
|
||||
lib/libmategcr.so
|
||||
lib/libmategcr.so.0
|
||||
lib/mate-keyring/devel/gkm-mate2-store-standalone.a
|
||||
lib/mate-keyring/devel/gkm-mate2-store-standalone.la
|
||||
lib/mate-keyring/devel/gkm-mate2-store-standalone.so
|
||||
lib/mate-keyring/devel/gkm-roots-store-standalone.a
|
||||
lib/mate-keyring/devel/gkm-roots-store-standalone.la
|
||||
lib/mate-keyring/devel/gkm-roots-store-standalone.so
|
||||
lib/mate-keyring/devel/gkm-ssh-store-standalone.a
|
||||
lib/mate-keyring/devel/gkm-ssh-store-standalone.la
|
||||
lib/mate-keyring/devel/gkm-ssh-store-standalone.so
|
||||
lib/mate-keyring/devel/gkm-xdg-store-standalone.a
|
||||
lib/mate-keyring/devel/gkm-xdg-store-standalone.la
|
||||
lib/mate-keyring/devel/gkm-xdg-store-standalone.so
|
||||
lib/mate-keyring/standalone/gkm-secret-store-standalone.a
|
||||
lib/mate-keyring/standalone/gkm-secret-store-standalone.la
|
||||
lib/mate-keyring/standalone/gkm-secret-store-standalone.so
|
||||
lib/pam_mate_keyring.a
|
||||
lib/pam_mate_keyring.la
|
||||
lib/pam_mate_keyring.so
|
||||
lib/pkcs11/mate-keyring-pkcs11.a
|
||||
lib/pkcs11/mate-keyring-pkcs11.la
|
||||
lib/pkcs11/mate-keyring-pkcs11.so
|
||||
libdata/pkgconfig/mate-gck-0.pc
|
||||
libdata/pkgconfig/mate-gcr-0.pc
|
||||
libexec/mate-keyring-prompt
|
||||
share/MateConf/gsettings/org.mate.crypto.cache.convert
|
||||
share/MateConf/gsettings/org.mate.crypto.pgp.convert
|
||||
share/dbus-1/services/org.mate-freedesktop.secrets.service
|
||||
share/dbus-1/services/org.mate.keyring.service
|
||||
share/doc/mate-gck/GckModule.html
|
||||
share/doc/mate-gck/GckObject.html
|
||||
share/doc/mate-gck/GckSession.html
|
||||
share/doc/mate-gck/GckSlot.html
|
||||
share/doc/mate-gck/ch01.html
|
||||
share/doc/mate-gck/gck-Errors.html
|
||||
share/doc/mate-gck/gck-GckAttribute.html
|
||||
share/doc/mate-gck/gck-GckAttributes.html
|
||||
share/doc/mate-gck/gck-Miscellaneous-Functions.html
|
||||
share/doc/mate-gck/gck-PKCS11-URIs.html
|
||||
share/doc/mate-gck/gck.devhelp
|
||||
share/doc/mate-gck/gck.devhelp2
|
||||
share/doc/mate-gck/home.png
|
||||
share/doc/mate-gck/index.html
|
||||
share/doc/mate-gck/index.sgml
|
||||
share/doc/mate-gck/left.png
|
||||
share/doc/mate-gck/right.png
|
||||
share/doc/mate-gck/style.css
|
||||
share/doc/mate-gck/up.png
|
||||
share/doc/mate-gcr-0/GcrCertificateChain.html
|
||||
share/doc/mate-gcr-0/GcrPkcs11Certificate.html
|
||||
share/doc/mate-gcr-0/GcrSimpleCertificate.html
|
||||
share/doc/mate-gcr-0/certificates.html
|
||||
share/doc/mate-gcr-0/gcr-GcrCertificate.html
|
||||
share/doc/mate-gcr-0/gcr-Library-Settings.html
|
||||
share/doc/mate-gcr-0/gcr-Trust-Storage-and-Lookups.html
|
||||
share/doc/mate-gcr-0/gcr-gcr-importer.html
|
||||
share/doc/mate-gcr-0/gcr-gcr-initializer.html
|
||||
share/doc/mate-gcr-0/gcr-gcr-parser.html
|
||||
share/doc/mate-gcr-0/gcr.devhelp
|
||||
share/doc/mate-gcr-0/gcr.devhelp2
|
||||
share/doc/mate-gcr-0/home.png
|
||||
share/doc/mate-gcr-0/index.html
|
||||
share/doc/mate-gcr-0/index.sgml
|
||||
share/doc/mate-gcr-0/left.png
|
||||
share/doc/mate-gcr-0/misc.html
|
||||
share/doc/mate-gcr-0/right.png
|
||||
share/doc/mate-gcr-0/storage.html
|
||||
share/doc/mate-gcr-0/style.css
|
||||
share/doc/mate-gcr-0/up.png
|
||||
share/locale/af/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/am/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ar/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/as/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ast/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/az/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/be/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/be@latin/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/bg/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/bn/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/bs/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ca/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/cs/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/cy/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/da/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/de/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/dz/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/el/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/en_AU/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/en_CA/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/es/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/et/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/eu/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/fa/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/fi/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/fr/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ga/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/gl/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/gu/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/he/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/hi/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/hr/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/hu/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/id/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/is/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/it/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ja/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ka/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/kn/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ko/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ky/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/lt/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/lv/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/mai/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/mg/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/mk/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ml/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/mn/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/mr/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ms/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/nb/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ne/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/nl/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/nn/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/oc/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/or/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/pa/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/pl/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/pt/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ro/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ru/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/rw/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/si/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/sk/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/sl/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/sq/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/sr/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/sv/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ta/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/te/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/th/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/tr/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/ug/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/uk/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/vi/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/xh/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mate-keyring.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mate-keyring.mo
|
||||
%%DATADIR%%/ui/gku-prompt.ui
|
||||
share/mategcr/ui/gcr-import-dialog.ui
|
||||
share/mategcr/ui/gcr-unlock-options-widget.ui
|
||||
@dirrm share/mategcr/ui
|
||||
@dirrm share/mategcr
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrm %%DATADIR%%
|
||||
@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/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/ky/LC_MESSAGES
|
||||
@dirrmtry share/locale/ky
|
||||
@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
|
||||
@dirrm share/doc/mate-gcr-0
|
||||
@dirrm share/doc/mate-gck
|
||||
@dirrmtry lib/pkcs11
|
||||
@dirrm lib/mate-keyring/standalone
|
||||
@dirrm lib/mate-keyring/devel
|
||||
@dirrm lib/mate-keyring
|
||||
@dirrm include/mategcr/gcr
|
||||
@dirrm include/mategcr
|
||||
@dirrm include/mate-gck
|
||||
@dirrm include/gck
|
|
@ -495,6 +495,11 @@
|
|||
SUBDIR += manck
|
||||
SUBDIR += mapchan
|
||||
SUBDIR += massadmin
|
||||
SUBDIR += mate-contol-center
|
||||
SUBDIR += mate-polkit
|
||||
SUBDIR += mate-power-manager
|
||||
SUBDIR += mate-settings-daemon
|
||||
SUBDIR += mate-system-monitor
|
||||
SUBDIR += mbgtools
|
||||
SUBDIR += mbmon
|
||||
SUBDIR += mcelog
|
||||
|
|
68
sysutils/mate-control-center/Makefile
Normal file
68
sysutils/mate-control-center/Makefile
Normal file
|
@ -0,0 +1,68 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-control-center
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= sysutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Control center for MATE project
|
||||
|
||||
LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
|
||||
libdbus-1.so:${PORTSDIR}/devel/dbus \
|
||||
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
||||
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \
|
||||
libxklavier.so:${PORTSDIR}/x11/libxklavier \
|
||||
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= desktop-file-utils gettext gmake pathfix pkgconfig \
|
||||
shared-mime-info
|
||||
USE_XZ= yes
|
||||
USE_MATE= desktop docutils libmatekbd marco menus settingsdaemon
|
||||
USE_XORG= x11 xcursor xext xxf86misc xft xi xrandr xscrnsaver
|
||||
USE_GNOME= dconf glib20 gnomehier gtk20 intlhack libxml2 librsvg2 \
|
||||
ltverhack pango
|
||||
INSTALLS_OMF= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-appindicator=no
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
GLIB_SCHEMAS= org.mate.control-center.gschema.xml \
|
||||
org.mate.control-center.keybinding.gschema.xml
|
||||
|
||||
FIX_FILES= capplets/accessibility/at-properties \
|
||||
capplets/display \
|
||||
capplets/keyboard capplets/windows
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
||||
${WRKSRC}/capplets/common/mate-theme-info.c
|
||||
@${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \
|
||||
${WRKSRC}/capplets/display/org.mate.randr.policy.in
|
||||
.for dir in ${FIX_FILES}
|
||||
@${REINPLACE_CMD} -e 's|Desktop_in_files = |Desktop_in_files = mate-|g' \
|
||||
${WRKSRC}/${dir}/Makefile.in
|
||||
.endfor
|
||||
@${MV} ${WRKSRC}/capplets/accessibility/at-properties/at-properties.desktop.in.in \
|
||||
${WRKSRC}/capplets/accessibility/at-properties/mate-at-properties.desktop.in.in
|
||||
@${MV} ${WRKSRC}/capplets/display/display-properties.desktop.in.in \
|
||||
${WRKSRC}/capplets/display/mate-display-properties.desktop.in.in
|
||||
@${MV} ${WRKSRC}/capplets/keyboard/keyboard.desktop.in.in \
|
||||
${WRKSRC}/capplets/keyboard/mate-keyboard.desktop.in.in
|
||||
@${MV} ${WRKSRC}/capplets/windows/window-properties.desktop.in.in \
|
||||
${WRKSRC}/capplets/windows/mate-window-properties.desktop.in.in
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmate-window-settings.so.1
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/window-manager-settings/libmarco.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libslab.so.0
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/mate-control-center/distinfo
Normal file
2
sysutils/mate-control-center/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-control-center-1.6.1.tar.xz) = 1e6fce881187d99f46eee2bf304b55fd74c60cb1ecaf687c709b1477122c1220
|
||||
SIZE (mate/mate-control-center-1.6.1.tar.xz) = 1275652
|
|
@ -0,0 +1,11 @@
|
|||
--- capplets/common/mate-theme-info.c.orig 2009-05-03 20:30:56.000000000 +0200
|
||||
+++ capplets/common/mate-theme-info.c 2009-07-19 12:54:25.000000000 +0200
|
||||
@@ -1876,7 +1876,7 @@ mate_theme_init ()
|
||||
#ifdef XCURSOR_ICONDIR
|
||||
/* if there's a separate xcursors dir, add that as well */
|
||||
if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) &&
|
||||
- strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) {
|
||||
+ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) {
|
||||
top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR);
|
||||
add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL);
|
||||
g_object_unref (top_theme_dir);
|
42
sysutils/mate-control-center/files/patch-configure
Normal file
42
sysutils/mate-control-center/files/patch-configure
Normal file
|
@ -0,0 +1,42 @@
|
|||
--- configure.orig 2013-10-19 02:27:28.000000000 +0200
|
||||
+++ configure 2013-10-19 02:26:55.000000000 +0200
|
||||
@@ -18140,7 +18140,7 @@
|
||||
ENABLE_UBUNTU=no
|
||||
fi
|
||||
|
||||
-ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/mate-about-me.desktop.in capplets/about-me/icons/Makefile capplets/accessibility/Makefile capplets/accessibility/at-properties/at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/mate-appearance-properties.desktop.in capplets/appearance/data/mate-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/mate-default-applications-properties.desktop.in capplets/default-applications/mate-default-applications.pc capplets/display/Makefile capplets/display/display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/mate-keybindings.pc capplets/keybindings/mate-keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/mate-settings-mouse.desktop.in capplets/network/Makefile capplets/network/mate-network-properties.desktop.in capplets/windows/Makefile capplets/windows/window-properties.desktop.in font-viewer/Makefile font-viewer/mate-font-viewer.desktop.in help/Makefile libwindow-settings/Makefile libwindow-settings/mate-window-settings-2.0.pc po/Makefile.in libslab/libslab.pc libslab/Makefile shell/Makefile shell/matecc.desktop.in typing-break/Makefile"
|
||||
+ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/mate-about-me.desktop.in capplets/about-me/icons/Makefile capplets/accessibility/Makefile capplets/accessibility/at-properties/mate-at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/mate-appearance-properties.desktop.in capplets/appearance/data/mate-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/mate-default-applications-properties.desktop.in capplets/default-applications/mate-default-applications.pc capplets/display/Makefile capplets/display/mate-display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/mate-keybindings.pc capplets/keybindings/mate-keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/mate-keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/mate-settings-mouse.desktop.in capplets/network/Makefile capplets/network/mate-network-properties.desktop.in capplets/windows/Makefile capplets/windows/mate-window-properties.desktop.in font-viewer/Makefile font-viewer/mate-font-viewer.desktop.in help/Makefile libwindow-settings/Makefile libwindow-settings/mate-window-settings-2.0.pc po/Makefile.in libslab/libslab.pc libslab/Makefile shell/Makefile shell/matecc.desktop.in typing-break/Makefile"
|
||||
|
||||
|
||||
cat >confcache <<\_ACEOF
|
||||
@@ -19204,7 +19204,7 @@
|
||||
"capplets/about-me/mate-about-me.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/about-me/mate-about-me.desktop.in" ;;
|
||||
"capplets/about-me/icons/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/about-me/icons/Makefile" ;;
|
||||
"capplets/accessibility/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/Makefile" ;;
|
||||
- "capplets/accessibility/at-properties/at-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/at-properties.desktop.in" ;;
|
||||
+ "capplets/accessibility/at-properties/mate-at-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/mate-at-properties.desktop.in" ;;
|
||||
"capplets/accessibility/at-properties/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/Makefile" ;;
|
||||
"capplets/appearance/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/appearance/Makefile" ;;
|
||||
"capplets/appearance/data/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/appearance/data/Makefile" ;;
|
||||
@@ -19215,18 +19215,18 @@
|
||||
"capplets/default-applications/mate-default-applications-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/default-applications/mate-default-applications-properties.desktop.in" ;;
|
||||
"capplets/default-applications/mate-default-applications.pc") CONFIG_FILES="$CONFIG_FILES capplets/default-applications/mate-default-applications.pc" ;;
|
||||
"capplets/display/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/display/Makefile" ;;
|
||||
- "capplets/display/display-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/display/display-properties.desktop.in" ;;
|
||||
+ "capplets/display/mate-display-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/display/mate-display-properties.desktop.in" ;;
|
||||
"capplets/keybindings/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/Makefile" ;;
|
||||
"capplets/keybindings/mate-keybindings.pc") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/mate-keybindings.pc" ;;
|
||||
"capplets/keybindings/mate-keybinding.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/mate-keybinding.desktop.in" ;;
|
||||
"capplets/keyboard/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/Makefile" ;;
|
||||
- "capplets/keyboard/keyboard.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/keyboard.desktop.in" ;;
|
||||
+ "capplets/keyboard/mate-keyboard.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/mate-keyboard.desktop.in" ;;
|
||||
"capplets/mouse/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/mouse/Makefile" ;;
|
||||
"capplets/mouse/mate-settings-mouse.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/mouse/mate-settings-mouse.desktop.in" ;;
|
||||
"capplets/network/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/network/Makefile" ;;
|
||||
"capplets/network/mate-network-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/network/mate-network-properties.desktop.in" ;;
|
||||
"capplets/windows/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/windows/Makefile" ;;
|
||||
- "capplets/windows/window-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/windows/window-properties.desktop.in" ;;
|
||||
+ "capplets/windows/mate-window-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/windows/mate-window-properties.desktop.in" ;;
|
||||
"font-viewer/Makefile") CONFIG_FILES="$CONFIG_FILES font-viewer/Makefile" ;;
|
||||
"font-viewer/mate-font-viewer.desktop.in") CONFIG_FILES="$CONFIG_FILES font-viewer/mate-font-viewer.desktop.in" ;;
|
||||
"help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
|
3
sysutils/mate-control-center/pkg-descr
Normal file
3
sysutils/mate-control-center/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Configuration tools tightly integrated within the MATE desktop.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
399
sysutils/mate-control-center/pkg-plist
Normal file
399
sysutils/mate-control-center/pkg-plist
Normal file
|
@ -0,0 +1,399 @@
|
|||
bin/mate-about-me
|
||||
bin/mate-appearance-properties
|
||||
bin/mate-at-properties
|
||||
bin/mate-control-center
|
||||
bin/mate-default-applications-properties
|
||||
bin/mate-display-properties
|
||||
bin/mate-font-viewer
|
||||
bin/mate-keybinding-properties
|
||||
bin/mate-keyboard-properties
|
||||
bin/mate-mouse-properties
|
||||
bin/mate-network-properties
|
||||
bin/mate-thumbnail-font
|
||||
bin/mate-typing-monitor
|
||||
bin/mate-window-properties
|
||||
etc/xdg/menus/matecc.menu
|
||||
include/libslab/app-resizer.h
|
||||
include/libslab/app-shell.h
|
||||
include/libslab/application-tile.h
|
||||
include/libslab/bookmark-agent.h
|
||||
include/libslab/directory-tile.h
|
||||
include/libslab/document-tile.h
|
||||
include/libslab/double-click-detector.h
|
||||
include/libslab/libslab-utils.h
|
||||
include/libslab/mate-utils.h
|
||||
include/libslab/nameplate-tile.h
|
||||
include/libslab/nld-marshal.c
|
||||
include/libslab/nld-marshal.h
|
||||
include/libslab/search-bar.h
|
||||
include/libslab/search-context-picker.h
|
||||
include/libslab/search-entry-watermark.h
|
||||
include/libslab/search-entry.h
|
||||
include/libslab/shell-window.h
|
||||
include/libslab/slab-mate-util.h
|
||||
include/libslab/slab-section.h
|
||||
include/libslab/slab.h
|
||||
include/libslab/system-tile.h
|
||||
include/libslab/tile.h
|
||||
include/mate-window-settings-2.0/mate-window-manager.h
|
||||
include/mate-window-settings-2.0/mate-wm-manager.h
|
||||
lib/libmate-window-settings.a
|
||||
lib/libmate-window-settings.la
|
||||
lib/libmate-window-settings.so
|
||||
lib/libmate-window-settings.so.1
|
||||
lib/libslab.a
|
||||
lib/libslab.la
|
||||
lib/libslab.so
|
||||
lib/libslab.so.0
|
||||
lib/window-manager-settings/libmarco.a
|
||||
lib/window-manager-settings/libmarco.la
|
||||
lib/window-manager-settings/libmarco.so
|
||||
libdata/pkgconfig/libslab.pc
|
||||
libdata/pkgconfig/mate-default-applications.pc
|
||||
libdata/pkgconfig/mate-keybindings.pc
|
||||
libdata/pkgconfig/mate-window-settings-2.0.pc
|
||||
man/man1/mate-about-me.1.gz
|
||||
man/man1/mate-appearance-properties.1.gz
|
||||
man/man1/mate-default-applications-properties.1.gz
|
||||
sbin/mate-display-properties-install-systemwide
|
||||
share/MateConf/gsettings/mate-control-center.convert
|
||||
share/applications/mate-at-properties.desktop
|
||||
share/applications/mate-default-applications-properties.desktop
|
||||
share/applications/mate-display-properties.desktop
|
||||
share/applications/mate-keyboard.desktop
|
||||
share/applications/mate-about-me.desktop
|
||||
share/applications/mate-appearance-properties.desktop
|
||||
share/applications/mate-font-viewer.desktop
|
||||
share/applications/mate-keybinding.desktop
|
||||
share/applications/mate-network-properties.desktop
|
||||
share/applications/mate-settings-mouse.desktop
|
||||
share/applications/mate-theme-installer.desktop
|
||||
share/applications/mate-window-properties.desktop
|
||||
share/applications/matecc.desktop
|
||||
share/desktop-directories/matecc.directory
|
||||
share/icons/hicolor/16x16/apps/mate-network-properties.png
|
||||
share/icons/hicolor/16x16/apps/mate-preferences-desktop-display.png
|
||||
share/icons/hicolor/22x22/apps/mate-network-properties.png
|
||||
share/icons/hicolor/22x22/apps/mate-preferences-desktop-display.png
|
||||
share/icons/hicolor/24x24/apps/mate-network-properties.png
|
||||
share/icons/hicolor/24x24/apps/mate-preferences-desktop-display.png
|
||||
share/icons/hicolor/32x32/apps/mate-network-properties.png
|
||||
share/icons/hicolor/32x32/apps/mate-preferences-desktop-display.png
|
||||
share/icons/hicolor/48x48/apps/mate-network-properties.png
|
||||
share/icons/hicolor/48x48/apps/mate-typing-monitor.png
|
||||
share/icons/hicolor/scalable/apps/mate-network-properties.svg
|
||||
share/icons/hicolor/scalable/apps/mate-preferences-desktop-display.svg
|
||||
share/icons/hicolor/scalable/apps/mate-typing-monitor.svg
|
||||
share/locale/af/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/am/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ar/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/as/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ast/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/az/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/be/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/be@latin/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/bg/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/bn/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/br/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/bs/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ca/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/crh/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/cs/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/cy/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/da/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/de/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/dz/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/el/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/en_AU/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/en_CA/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/eo/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/es/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/et/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/eu/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/fa/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/fi/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/fr/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ga/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/gl/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/gu/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/he/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/hi/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/hr/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/hu/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/id/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/is/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/it/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ja/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ka/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/kk/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/kn/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ko/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ku/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/lt/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/lv/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/mai/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/mg/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/mk/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ml/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/mn/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/mr/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ms/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/nb/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/nds/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ne/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/nl/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/nn/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/nso/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/oc/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/or/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/pa/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/pl/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/pt/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ro/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ru/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/rw/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/si/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/sk/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/sl/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/sq/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/sr/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/sv/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ta/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/te/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/th/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/tr/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/ug/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/uk/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/uz/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/uz@cyrillic/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/vi/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/wa/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/xh/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mate-control-center.mo
|
||||
share/locale/zu/LC_MESSAGES/mate-control-center.mo
|
||||
%%DATADIR%%/keybindings/00-multimedia-key.xml
|
||||
%%DATADIR%%/keybindings/01-desktop-key.xml
|
||||
%%DATADIR%%/pixmaps/at-startup.png
|
||||
%%DATADIR%%/pixmaps/at-support.png
|
||||
%%DATADIR%%/pixmaps/bar-disabled.png
|
||||
%%DATADIR%%/pixmaps/bar-green.png
|
||||
%%DATADIR%%/pixmaps/bar-red.png
|
||||
%%DATADIR%%/pixmaps/bar.png
|
||||
%%DATADIR%%/pixmaps/double-click-maybe.png
|
||||
%%DATADIR%%/pixmaps/double-click-off.png
|
||||
%%DATADIR%%/pixmaps/double-click-on.png
|
||||
%%DATADIR%%/pixmaps/gtk-theme-thumbnailing.png
|
||||
%%DATADIR%%/pixmaps/icon-theme-thumbnailing.png
|
||||
%%DATADIR%%/pixmaps/left-index-finger.png
|
||||
%%DATADIR%%/pixmaps/left-index-finger.svg
|
||||
%%DATADIR%%/pixmaps/left-little-finger.png
|
||||
%%DATADIR%%/pixmaps/left-little-finger.svg
|
||||
%%DATADIR%%/pixmaps/left-middle-finger.png
|
||||
%%DATADIR%%/pixmaps/left-middle-finger.svg
|
||||
%%DATADIR%%/pixmaps/left-ring-finger.png
|
||||
%%DATADIR%%/pixmaps/left-ring-finger.svg
|
||||
%%DATADIR%%/pixmaps/left-thumb.png
|
||||
%%DATADIR%%/pixmaps/left-thumb.svg
|
||||
%%DATADIR%%/pixmaps/mouse-cursor-normal-large.png
|
||||
%%DATADIR%%/pixmaps/mouse-cursor-normal.png
|
||||
%%DATADIR%%/pixmaps/mouse-cursor-white-large.png
|
||||
%%DATADIR%%/pixmaps/mouse-cursor-white.png
|
||||
%%DATADIR%%/pixmaps/ocean-stripes.png
|
||||
%%DATADIR%%/pixmaps/print_error.png
|
||||
%%DATADIR%%/pixmaps/print_error.svg
|
||||
%%DATADIR%%/pixmaps/print_ok.png
|
||||
%%DATADIR%%/pixmaps/print_ok.svg
|
||||
%%DATADIR%%/pixmaps/right-index-finger.png
|
||||
%%DATADIR%%/pixmaps/right-index-finger.svg
|
||||
%%DATADIR%%/pixmaps/right-little-finger.png
|
||||
%%DATADIR%%/pixmaps/right-little-finger.svg
|
||||
%%DATADIR%%/pixmaps/right-middle-finger.png
|
||||
%%DATADIR%%/pixmaps/right-middle-finger.svg
|
||||
%%DATADIR%%/pixmaps/right-ring-finger.png
|
||||
%%DATADIR%%/pixmaps/right-ring-finger.svg
|
||||
%%DATADIR%%/pixmaps/right-thumb.png
|
||||
%%DATADIR%%/pixmaps/right-thumb.svg
|
||||
%%DATADIR%%/pixmaps/subpixel-bgr.png
|
||||
%%DATADIR%%/pixmaps/subpixel-rgb.png
|
||||
%%DATADIR%%/pixmaps/subpixel-vbgr.png
|
||||
%%DATADIR%%/pixmaps/subpixel-vrgb.png
|
||||
%%DATADIR%%/pixmaps/theme-thumbnailing.png
|
||||
%%DATADIR%%/pixmaps/window-theme-thumbnailing.png
|
||||
%%DATADIR%%/ui/appearance.ui
|
||||
%%DATADIR%%/ui/at-enable-dialog.ui
|
||||
%%DATADIR%%/ui/display-capplet.ui
|
||||
%%DATADIR%%/ui/mate-about-me-dialog.ui
|
||||
%%DATADIR%%/ui/mate-about-me-fingerprint.ui
|
||||
%%DATADIR%%/ui/mate-about-me-password.ui
|
||||
%%DATADIR%%/ui/mate-default-applications-properties.ui
|
||||
%%DATADIR%%/ui/mate-keybinding-properties.ui
|
||||
%%DATADIR%%/ui/mate-keyboard-properties-a11y-notifications.ui
|
||||
%%DATADIR%%/ui/mate-keyboard-properties-dialog.ui
|
||||
%%DATADIR%%/ui/mate-keyboard-properties-layout-chooser.ui
|
||||
%%DATADIR%%/ui/mate-keyboard-properties-model-chooser.ui
|
||||
%%DATADIR%%/ui/mate-keyboard-properties-options-dialog.ui
|
||||
%%DATADIR%%/ui/mate-mouse-properties.ui
|
||||
%%DATADIR%%/ui/mate-network-properties.ui
|
||||
%%DATADIR%%/ui/mate-window-properties.ui
|
||||
share/mate/cursor-fonts/cursor-large-white.pcf
|
||||
share/mate/cursor-fonts/cursor-large.pcf
|
||||
share/mate/cursor-fonts/cursor-white.pcf
|
||||
share/mate/help/mate-control-center/C/config-accessibility-keyboard.xml
|
||||
share/mate/help/mate-control-center/C/config-background.xml
|
||||
share/mate/help/mate-control-center/C/config-behavior.xml
|
||||
share/mate/help/mate-control-center/C/config-cds.xml
|
||||
share/mate/help/mate-control-center/C/config-default-apps.xml
|
||||
share/mate/help/mate-control-center/C/config-file-type.xml
|
||||
share/mate/help/mate-control-center/C/config-hints.xml
|
||||
share/mate/help/mate-control-center/C/config-html.xml
|
||||
share/mate/help/mate-control-center/C/config-kbd.xml
|
||||
share/mate/help/mate-control-center/C/config-keybindings.xml
|
||||
share/mate/help/mate-control-center/C/config-mouse.xml
|
||||
share/mate/help/mate-control-center/C/config-screensaver.xml
|
||||
share/mate/help/mate-control-center/C/config-themes.xml
|
||||
share/mate/help/mate-control-center/C/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/ca/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/ca@valencia/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/cs/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/de/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/el/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/en_GB/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/es/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/fr/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/id/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/it/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/ja/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/oc/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/pa/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/pl/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/pt/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/pt_BR/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/ru/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/sv/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/th/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/uk/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/vi/mate-control-center.xml
|
||||
share/mate/help/mate-control-center/zh_CN/mate-control-center.xml
|
||||
share/mime/packages/mate-theme-package.xml
|
||||
share/omf/mate-control-center/mate-control-center-C.omf
|
||||
share/omf/mate-control-center/mate-control-center-ca.omf
|
||||
share/omf/mate-control-center/mate-control-center-ca@valencia.omf
|
||||
share/omf/mate-control-center/mate-control-center-cs.omf
|
||||
share/omf/mate-control-center/mate-control-center-de.omf
|
||||
share/omf/mate-control-center/mate-control-center-el.omf
|
||||
share/omf/mate-control-center/mate-control-center-en_GB.omf
|
||||
share/omf/mate-control-center/mate-control-center-es.omf
|
||||
share/omf/mate-control-center/mate-control-center-fr.omf
|
||||
share/omf/mate-control-center/mate-control-center-id.omf
|
||||
share/omf/mate-control-center/mate-control-center-it.omf
|
||||
share/omf/mate-control-center/mate-control-center-ja.omf
|
||||
share/omf/mate-control-center/mate-control-center-oc.omf
|
||||
share/omf/mate-control-center/mate-control-center-pa.omf
|
||||
share/omf/mate-control-center/mate-control-center-pl.omf
|
||||
share/omf/mate-control-center/mate-control-center-pt.omf
|
||||
share/omf/mate-control-center/mate-control-center-pt_BR.omf
|
||||
share/omf/mate-control-center/mate-control-center-ru.omf
|
||||
share/omf/mate-control-center/mate-control-center-sv.omf
|
||||
share/omf/mate-control-center/mate-control-center-th.omf
|
||||
share/omf/mate-control-center/mate-control-center-uk.omf
|
||||
share/omf/mate-control-center/mate-control-center-vi.omf
|
||||
share/omf/mate-control-center/mate-control-center-zh_CN.omf
|
||||
share/polkit-1/actions/org.mate.randr.policy
|
||||
share/thumbnailers/mate-font-viewer.thumbnailer
|
||||
share/mime/application/x-mate-theme-package.xml
|
||||
@dirrmtry share/thumbnailers
|
||||
@dirrmtry share/polkit-1/actions
|
||||
@dirrmtry share/polkit-1
|
||||
@dirrm share/omf/mate-control-center
|
||||
@dirrm share/mate/help/mate-control-center/zh_CN
|
||||
@dirrm share/mate/help/mate-control-center/vi
|
||||
@dirrm share/mate/help/mate-control-center/uk
|
||||
@dirrm share/mate/help/mate-control-center/th
|
||||
@dirrm share/mate/help/mate-control-center/sv
|
||||
@dirrm share/mate/help/mate-control-center/ru
|
||||
@dirrm share/mate/help/mate-control-center/pt_BR
|
||||
@dirrm share/mate/help/mate-control-center/pt
|
||||
@dirrm share/mate/help/mate-control-center/pl
|
||||
@dirrm share/mate/help/mate-control-center/pa
|
||||
@dirrm share/mate/help/mate-control-center/oc
|
||||
@dirrm share/mate/help/mate-control-center/ja
|
||||
@dirrm share/mate/help/mate-control-center/it
|
||||
@dirrm share/mate/help/mate-control-center/id
|
||||
@dirrm share/mate/help/mate-control-center/fr
|
||||
@dirrm share/mate/help/mate-control-center/es
|
||||
@dirrm share/mate/help/mate-control-center/en_GB
|
||||
@dirrm share/mate/help/mate-control-center/el
|
||||
@dirrm share/mate/help/mate-control-center/de
|
||||
@dirrm share/mate/help/mate-control-center/cs
|
||||
@dirrm share/mate/help/mate-control-center/ca@valencia
|
||||
@dirrm share/mate/help/mate-control-center/ca
|
||||
@dirrm share/mate/help/mate-control-center/C
|
||||
@dirrm share/mate/help/mate-control-center
|
||||
@dirrm share/mate/cursor-fonts
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%/keybindings
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/locale/zu/LC_MESSAGES
|
||||
@dirrmtry share/locale/zu
|
||||
@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/uz@cyrillic/LC_MESSAGES
|
||||
@dirrmtry share/locale/uz@cyrillic
|
||||
@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/nso/LC_MESSAGES
|
||||
@dirrmtry share/locale/nso
|
||||
@dirrmtry share/locale/nds/LC_MESSAGES
|
||||
@dirrmtry share/locale/nds
|
||||
@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/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@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/crh/LC_MESSAGES
|
||||
@dirrmtry share/locale/crh
|
||||
@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/desktop-directories
|
||||
@dirrm lib/window-manager-settings
|
||||
@dirrm include/mate-window-settings-2.0
|
||||
@dirrm include/libslab
|
||||
@dirrmtry etc/xdg/menus
|
31
sysutils/mate-polkit/Makefile
Normal file
31
sysutils/mate-polkit/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Created by: Koop Mast<kwm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-polkit
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= sysutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= MATE frontend to the PolicKit framework
|
||||
|
||||
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
|
||||
LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build intlhack ltverhack
|
||||
USE_GNOME= gnomehier gtk20 introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-gtk-doc \
|
||||
--localstatedir=/var
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/mate-polkit/distinfo
Normal file
2
sysutils/mate-polkit/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mate/mate-polkit-1.6.0.tar.xz) = fa222151e67369ba085fb5d9dd3874716f1fdf2d428d4bb454f2412ed39b87c2
|
||||
SIZE (mate/mate-polkit-1.6.0.tar.xz) = 179716
|
5
sysutils/mate-polkit/pkg-descr
Normal file
5
sysutils/mate-polkit/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
PolicyKit is a framework for defining policy for system-wide components and
|
||||
for desktop pieces to configure it. Mate-policyKit is a GTK+/MATE frontend
|
||||
for that framework.
|
||||
|
||||
WWW: http://mate-desktop.org/
|
75
sysutils/mate-polkit/pkg-plist
Normal file
75
sysutils/mate-polkit/pkg-plist
Normal file
|
@ -0,0 +1,75 @@
|
|||
etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop
|
||||
include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmate.h
|
||||
include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmatetypes.h
|
||||
include/polkit-gtk-mate-1/polkitgtkmate/polkitlockbutton.h
|
||||
lib/girepository-1.0/PolkitGtkMate-1.0.typelib
|
||||
lib/libpolkit-gtk-mate-1.a
|
||||
lib/libpolkit-gtk-mate-1.la
|
||||
lib/libpolkit-gtk-mate-1.so
|
||||
lib/libpolkit-gtk-mate-1.so.0
|
||||
libdata/pkgconfig/polkit-gtk-mate-1.pc
|
||||
libexec/polkit-mate-authentication-agent-1
|
||||
share/gir-1.0/PolkitGtkMate-1.0.gir
|
||||
share/locale/am/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/ar/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/be/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/ca/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/cs/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/da/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/de/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/el/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/en_AU/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/es/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/eu/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/fi/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/fr/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/gl/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/gu/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/he/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/hi/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/hu/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/id/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/it/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/ja/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/kn/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/ky/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/lt/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/lv/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/ml/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/mr/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/ms/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/nb/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/nl/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/or/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/pa/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/pl/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/pt/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/ro/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/ru/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/sk/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/sl/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/sq/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/sv/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/ta/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/te/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/th/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/tr/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/uk/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mate-polkit.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mate-polkit.mo
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/ky/LC_MESSAGES
|
||||
@dirrmtry share/locale/ky
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrm include/polkit-gtk-mate-1/polkitgtkmate
|
||||
@dirrm include/polkit-gtk-mate-1
|
49
sysutils/mate-power-manager/Makefile
Normal file
49
sysutils/mate-power-manager/Makefile
Normal file
|
@ -0,0 +1,49 @@
|
|||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-power-manager
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= sysutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Power management system for the MATE Desktop
|
||||
|
||||
LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
|
||||
libdbus-1.so:${PORTSDIR}/devel/dbus \
|
||||
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
||||
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \
|
||||
libupower-glib.so:${PORTSDIR}/sysutils/upower \
|
||||
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
|
||||
libnotify.so:${PORTSDIR}/devel/libnotify
|
||||
RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_MATE= autogen common:build docutils intlhack libmatekeyring \
|
||||
panel
|
||||
USE_XORG= x11 xext xproto xrandr xrender
|
||||
USE_GNOME= cairo glib20 gnomehier gtk20
|
||||
INSTALLS_OMF= yes
|
||||
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \
|
||||
--disable-docbook-docs \
|
||||
--with-gtk=2.0 \
|
||||
--with-systemdinhibit=no
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PATHFIX_MAKEFILEIN= Makefile.*
|
||||
|
||||
GLIB_SCHEMAS= org.mate.power-manager.gschema.xml
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|docbook2man|docbook2man_disabled|g" \
|
||||
${WRKSRC}/configure.ac
|
||||
@${CHMOD} +x ${WRKSRC}/autogen.sh
|
||||
|
||||
.include <bsd.port.mk>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue