diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 359143fef401..6240dd458481 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -1,58 +1,97 @@ PORTNAME= muffin -PORTVERSION= 5.4.5 -PORTREVISION= 6 +DISTVERSION= 6.4.1 CATEGORIES= x11-wm gnome DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Compositing window manager forked from Mutter for use with Cinnamon WWW= https://github.com/linuxmint/muffin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \ ${LOCALBASE}/include/EGL/eglmesaext.h:graphics/mesa-dri \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \ libfribidi.so:converters/fribidi \ libjson-glib-1.0.so:devel/json-glib \ libcinnamon-desktop.so:x11/cinnamon-desktop \ libxkbcommon.so:x11/libxkbcommon \ libcanberra.so:audio/libcanberra \ - libdbus-1.so:devel/dbus \ - libstartup-notification-1.so:x11/startup-notification \ - libpipewire-0.3.so:multimedia/pipewire \ - libfontconfig.so:x11-fonts/fontconfig -RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config + libdbus-1.so:devel/dbus +RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config \ + zenity>0:x11/zenity USES= compiler:c11 gettext-tools gl gnome localbase meson pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint -USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 introspection pango -USE_XORG= ice sm x11 xau xcb xcomposite xcursor xdamage xext xfixes xi xinerama \ +USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 pango +USE_XORG= ice x11 xau xcb xcomposite xcursor xdamage xext xfixes xi xinerama \ xkbfile xrandr xrender xtst USE_GL= egl gl glesv2 USE_LDCONFIG= yes -MESON_ARGS= -Dcore_tests=false +MESON_ARGS= -Dnative_backend=false GLIB_SCHEMAS= org.cinnamon.muffin.gschema.xml -OPTIONS_DEFINE= TEST UDEV WACOM -OPTIONS_DEFAULT= WACOM +OPTIONS_DEFINE= EGL_DEVICE INTROSPECTION PANGOFT2 REMOTE SM STARTUP \ + TEST UDEV WACOM WAYLAND WAYLAND_EGL +OPTIONS_DEFAULT= INTROSPECTION PANGOFT2 REMOTE SM STARTUP UDEV WACOM +OPTIONS_SUB= yes -TEST_MESON_TRUE= cogl_tests clutter_tests +EGL_DEVICE_DESC= Enable EGLDevice and EGLStream renderer support +EGL_DEVICE_MESON_TRUE= egl_device -UDEV_DESC= Enable udev support when using the X11 backend (EXPERIMENTAL) +INTROSPECTION_DESC= Enable GObject introspection +INTROSPECTION_MESON_TRUE= introspection +INTROSPECTION_USE= GNOME=introspection + +PANGOFT2_DESC= Enable PangoFt2 support +PANGOFT2_MESON_TRUE= pango_ft2 +PANGOFT2_USE= GNOME=pangoft2 + +REMOTE_DESC= Enable remote desktop and screen cast support +REMOTE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire +REMOTE_MESON_TRUE= remote_desktop + +SM_DESC= Enable X11 session management support +SM_MESON_TRUE= sm +SM_USE= XORG=sm + +STARTUP_DESC= Enable startup notification support +STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification +STARTUP_MESON_TRUE= startup_notification + +TEST_BUILD_DEPENDS= bash:shells/bash +TEST_MESON_TRUE= tests + +UDEV_DESC= Enable udev support when using the X11 backend UDEV_LIB_DEPENDS= libgudev-1.0.so:devel/libgudev \ libudev.so:devel/libudev-devd UDEV_MESON_TRUE= udev -WACOM_DESC= Tablet support with libwacom +WACOM_DESC= Tablet support with libwacom WACOM_LIB_DEPENDS= libwacom.so:x11/libwacom WACOM_MESON_TRUE= libwacom +WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \ + wayland-protocols>0:graphics/wayland-protocols \ + Xwayland:x11-servers/xwayland +WAYLAND_LIB_DEPENDS= libwayland-server.so:graphics/wayland +WAYLAND_MESON_TRUE= core_tests wayland + +WAYLAND_EGL_DESC= Enable Wayland EGLStream support client support +WAYLAND_EGL_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/wayland-eglstream-protocols.pc:graphics/egl-wayland +WAYLAND_EGL_MESON_TRUE= wayland_eglstream +WAYLAND_EGL_IMPLIES= wayland + +post-patch: + @${REINPLACE_CMD} -e 's///' \ + ${WRKSRC}/src/wayland/meta-wayland-dma-buf.c \ + ${WRKSRC}/src/wayland/meta-wayland-buffer.c + .include diff --git a/x11-wm/muffin/distinfo b/x11-wm/muffin/distinfo index cdab002983cf..973d072752a6 100644 --- a/x11-wm/muffin/distinfo +++ b/x11-wm/muffin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660022739 -SHA256 (gnome/linuxmint-muffin-5.4.5_GH0.tar.gz) = e02802d72c9d5d0cdd62194528c0aff80a2e6fa5f74b49191332f316516acdb0 -SIZE (gnome/linuxmint-muffin-5.4.5_GH0.tar.gz) = 4513483 +TIMESTAMP = 1737348653 +SHA256 (gnome/linuxmint-muffin-6.4.1_GH0.tar.gz) = 3c4ef0139d9bbaf7ac17f39dd06b6397c175614a2eb6c55d463024a457293808 +SIZE (gnome/linuxmint-muffin-6.4.1_GH0.tar.gz) = 4523777 diff --git a/x11-wm/muffin/pkg-plist b/x11-wm/muffin/pkg-plist index a70613e4fbe2..28f1881bc711 100644 --- a/x11-wm/muffin/pkg-plist +++ b/x11-wm/muffin/pkg-plist @@ -1,363 +1,364 @@ bin/muffin include/muffin/clutter/cally/cally-actor.h include/muffin/clutter/cally/cally-clone.h include/muffin/clutter/cally/cally-factory.h include/muffin/clutter/cally/cally-group.h include/muffin/clutter/cally/cally-main.h include/muffin/clutter/cally/cally-rectangle.h include/muffin/clutter/cally/cally-root.h include/muffin/clutter/cally/cally-stage.h include/muffin/clutter/cally/cally-text.h include/muffin/clutter/cally/cally-util.h include/muffin/clutter/cally/cally.h include/muffin/clutter/clutter/clutter-action.h include/muffin/clutter/clutter/clutter-actor-meta.h include/muffin/clutter/clutter/clutter-actor.h include/muffin/clutter/clutter/clutter-align-constraint.h include/muffin/clutter/clutter/clutter-animatable.h include/muffin/clutter/clutter/clutter-autocleanups.h include/muffin/clutter/clutter/clutter-backend.h include/muffin/clutter/clutter/clutter-bin-layout.h include/muffin/clutter/clutter/clutter-bind-constraint.h include/muffin/clutter/clutter/clutter-binding-pool.h include/muffin/clutter/clutter/clutter-blur-effect.h include/muffin/clutter/clutter/clutter-box-layout.h include/muffin/clutter/clutter/clutter-brightness-contrast-effect.h include/muffin/clutter/clutter/clutter-cairo.h include/muffin/clutter/clutter/clutter-canvas.h include/muffin/clutter/clutter/clutter-child-meta.h include/muffin/clutter/clutter/clutter-click-action.h include/muffin/clutter/clutter/clutter-clone.h include/muffin/clutter/clutter/clutter-color-static.h include/muffin/clutter/clutter/clutter-color.h include/muffin/clutter/clutter/clutter-colorize-effect.h include/muffin/clutter/clutter/clutter-config.h include/muffin/clutter/clutter/clutter-constraint.h include/muffin/clutter/clutter/clutter-container.h include/muffin/clutter/clutter/clutter-content.h include/muffin/clutter/clutter/clutter-deform-effect.h include/muffin/clutter/clutter/clutter-deprecated.h include/muffin/clutter/clutter/clutter-desaturate-effect.h include/muffin/clutter/clutter/clutter-drag-action.h include/muffin/clutter/clutter/clutter-drop-action.h include/muffin/clutter/clutter/clutter-effect.h include/muffin/clutter/clutter/clutter-enum-types.h include/muffin/clutter/clutter/clutter-enums.h include/muffin/clutter/clutter/clutter-event.h include/muffin/clutter/clutter/clutter-feature.h include/muffin/clutter/clutter/clutter-fixed-layout.h include/muffin/clutter/clutter/clutter-flow-layout.h include/muffin/clutter/clutter/clutter-gesture-action.h include/muffin/clutter/clutter/clutter-grid-layout.h include/muffin/clutter/clutter/clutter-group.h include/muffin/clutter/clutter/clutter-image.h include/muffin/clutter/clutter/clutter-input-device-tool.h include/muffin/clutter/clutter/clutter-input-device.h include/muffin/clutter/clutter/clutter-input-focus.h include/muffin/clutter/clutter/clutter-input-method.h include/muffin/clutter/clutter/clutter-interval.h include/muffin/clutter/clutter/clutter-keyframe-transition.h include/muffin/clutter/clutter/clutter-keymap.h include/muffin/clutter/clutter/clutter-keysyms.h include/muffin/clutter/clutter/clutter-layout-manager.h include/muffin/clutter/clutter/clutter-layout-meta.h include/muffin/clutter/clutter/clutter-macros.h include/muffin/clutter/clutter/clutter-main.h include/muffin/clutter/clutter/clutter-marshal.h include/muffin/clutter/clutter/clutter-mutter.h include/muffin/clutter/clutter/clutter-offscreen-effect.h include/muffin/clutter/clutter/clutter-page-turn-effect.h include/muffin/clutter/clutter/clutter-paint-context.h include/muffin/clutter/clutter/clutter-paint-node.h include/muffin/clutter/clutter/clutter-paint-nodes.h include/muffin/clutter/clutter/clutter-pan-action.h include/muffin/clutter/clutter/clutter-path-constraint.h include/muffin/clutter/clutter/clutter-path.h include/muffin/clutter/clutter/clutter-pick-context.h include/muffin/clutter/clutter/clutter-property-transition.h include/muffin/clutter/clutter/clutter-rotate-action.h include/muffin/clutter/clutter/clutter-script.h include/muffin/clutter/clutter/clutter-scriptable.h include/muffin/clutter/clutter/clutter-scroll-actor.h include/muffin/clutter/clutter/clutter-seat.h include/muffin/clutter/clutter/clutter-settings.h include/muffin/clutter/clutter/clutter-shader-effect.h include/muffin/clutter/clutter/clutter-shader-types.h include/muffin/clutter/clutter/clutter-snap-constraint.h include/muffin/clutter/clutter/clutter-stage-manager.h include/muffin/clutter/clutter/clutter-stage-view.h include/muffin/clutter/clutter/clutter-stage.h include/muffin/clutter/clutter/clutter-swipe-action.h include/muffin/clutter/clutter/clutter-tap-action.h include/muffin/clutter/clutter/clutter-text-buffer.h include/muffin/clutter/clutter/clutter-text.h include/muffin/clutter/clutter/clutter-texture-content.h include/muffin/clutter/clutter/clutter-timeline.h include/muffin/clutter/clutter/clutter-transition-group.h include/muffin/clutter/clutter/clutter-transition.h include/muffin/clutter/clutter/clutter-types.h include/muffin/clutter/clutter/clutter-units.h include/muffin/clutter/clutter/clutter-virtual-input-device.h include/muffin/clutter/clutter/clutter-zoom-action.h include/muffin/clutter/clutter/clutter.h include/muffin/clutter/clutter/deprecated/clutter-actor.h include/muffin/clutter/clutter/deprecated/clutter-alpha.h include/muffin/clutter/clutter/deprecated/clutter-animation.h include/muffin/clutter/clutter/deprecated/clutter-box.h include/muffin/clutter/clutter/deprecated/clutter-container.h include/muffin/clutter/clutter/deprecated/clutter-group.h include/muffin/clutter/clutter/deprecated/clutter-rectangle.h include/muffin/clutter/clutter/deprecated/clutter-stage.h include/muffin/clutter/clutter/deprecated/clutter-state.h include/muffin/clutter/clutter/deprecated/clutter-timeline.h include/muffin/clutter/clutter/x11/clutter-x11.h +%%WAYLAND%%include/muffin/cogl/cogl/cogl-wayland-server.h include/muffin/cogl/cogl-pango/cogl-pango.h include/muffin/cogl/cogl-path/cogl-path-enum-types.h include/muffin/cogl/cogl-path/cogl-path-functions.h include/muffin/cogl/cogl-path/cogl-path-types.h include/muffin/cogl/cogl-path/cogl-path.h include/muffin/cogl/cogl/cogl-atlas-texture.h include/muffin/cogl/cogl/cogl-attribute-buffer.h include/muffin/cogl/cogl/cogl-attribute.h include/muffin/cogl/cogl/cogl-bitmap.h include/muffin/cogl/cogl/cogl-buffer.h include/muffin/cogl/cogl/cogl-color.h include/muffin/cogl/cogl/cogl-context.h include/muffin/cogl/cogl/cogl-defines.h include/muffin/cogl/cogl/cogl-depth-state.h include/muffin/cogl/cogl/cogl-display.h include/muffin/cogl/cogl/cogl-dma-buf-handle.h include/muffin/cogl/cogl/cogl-egl-defines.h include/muffin/cogl/cogl/cogl-egl.h include/muffin/cogl/cogl/cogl-fence.h include/muffin/cogl/cogl/cogl-frame-info.h include/muffin/cogl/cogl/cogl-framebuffer.h include/muffin/cogl/cogl/cogl-glib-source.h include/muffin/cogl/cogl/cogl-glx.h include/muffin/cogl/cogl/cogl-gtype-private.h include/muffin/cogl/cogl/cogl-index-buffer.h include/muffin/cogl/cogl/cogl-indices.h include/muffin/cogl/cogl/cogl-macros.h include/muffin/cogl/cogl/cogl-matrix-stack.h include/muffin/cogl/cogl/cogl-matrix.h include/muffin/cogl/cogl/cogl-meta-texture.h include/muffin/cogl/cogl/cogl-object.h include/muffin/cogl/cogl/cogl-offscreen.h include/muffin/cogl/cogl/cogl-onscreen-template.h include/muffin/cogl/cogl/cogl-onscreen.h include/muffin/cogl/cogl/cogl-output.h include/muffin/cogl/cogl/cogl-pipeline-layer-state.h include/muffin/cogl/cogl/cogl-pipeline-state.h include/muffin/cogl/cogl/cogl-pipeline.h include/muffin/cogl/cogl/cogl-pixel-buffer.h include/muffin/cogl/cogl/cogl-pixel-format.h include/muffin/cogl/cogl/cogl-poll.h include/muffin/cogl/cogl/cogl-primitive-texture.h include/muffin/cogl/cogl/cogl-primitive.h include/muffin/cogl/cogl/cogl-renderer.h include/muffin/cogl/cogl/cogl-snippet.h include/muffin/cogl/cogl/cogl-sub-texture.h include/muffin/cogl/cogl/cogl-swap-chain.h include/muffin/cogl/cogl/cogl-texture-2d-sliced.h include/muffin/cogl/cogl/cogl-texture-2d.h include/muffin/cogl/cogl/cogl-texture-pixmap-x11.h include/muffin/cogl/cogl/cogl-texture.h include/muffin/cogl/cogl/cogl-trace.h include/muffin/cogl/cogl/cogl-types.h include/muffin/cogl/cogl/cogl-version.h include/muffin/cogl/cogl/cogl-xlib-renderer.h include/muffin/cogl/cogl/cogl-xlib.h include/muffin/cogl/cogl/cogl.h include/muffin/cogl/cogl/cogl1-context.h include/muffin/cogl/cogl/deprecated/cogl-auto-texture.h include/muffin/cogl/cogl/deprecated/cogl-clutter.h include/muffin/cogl/cogl/deprecated/cogl-material-compat.h include/muffin/cogl/cogl/deprecated/cogl-shader.h include/muffin/cogl/cogl/deprecated/cogl-type-casts.h include/muffin/cogl/cogl/gl-prototypes/cogl-core-functions.h include/muffin/cogl/cogl/gl-prototypes/cogl-gles2-functions.h include/muffin/cogl/cogl/gl-prototypes/cogl-glsl-functions.h include/muffin/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h include/muffin/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h include/muffin/meta/barrier.h include/muffin/meta/boxes.h include/muffin/meta/common.h include/muffin/meta/compositor-mutter.h include/muffin/meta/compositor.h include/muffin/meta/display.h include/muffin/meta/group.h include/muffin/meta/keybindings.h include/muffin/meta/main.h include/muffin/meta/meta-backend.h include/muffin/meta/meta-background-actor.h include/muffin/meta/meta-background-group.h include/muffin/meta/meta-background-image.h include/muffin/meta/meta-background.h include/muffin/meta/meta-close-dialog.h include/muffin/meta/meta-cursor-tracker.h include/muffin/meta/meta-dnd.h include/muffin/meta/meta-enum-types.h include/muffin/meta/meta-idle-monitor.h include/muffin/meta/meta-inhibit-shortcuts-dialog.h include/muffin/meta/meta-launch-context.h include/muffin/meta/meta-monitor-manager.h include/muffin/meta/meta-plugin.h include/muffin/meta/meta-remote-access-controller.h include/muffin/meta/meta-selection-source-memory.h include/muffin/meta/meta-selection-source.h include/muffin/meta/meta-selection.h include/muffin/meta/meta-settings.h include/muffin/meta/meta-shadow-factory.h include/muffin/meta/meta-shaped-texture.h include/muffin/meta/meta-sound-player.h include/muffin/meta/meta-stage.h include/muffin/meta/meta-startup-notification.h include/muffin/meta/meta-version.h include/muffin/meta/meta-window-actor.h include/muffin/meta/meta-window-group.h include/muffin/meta/meta-window-shape.h include/muffin/meta/meta-workspace-manager.h include/muffin/meta/meta-x11-background-actor.h include/muffin/meta/meta-x11-display.h include/muffin/meta/meta-x11-errors.h include/muffin/meta/prefs.h include/muffin/meta/theme.h include/muffin/meta/types.h include/muffin/meta/util.h include/muffin/meta/window.h include/muffin/meta/workspace.h lib/libmuffin.so lib/libmuffin.so.0 lib/libmuffin.so.0.0.0 -lib/muffin/Cally-0.gir -lib/muffin/Cally-0.typelib -lib/muffin/Clutter-0.gir -lib/muffin/Clutter-0.typelib -lib/muffin/ClutterX11-0.gir -lib/muffin/ClutterX11-0.typelib -lib/muffin/Cogl-0.gir -lib/muffin/Cogl-0.typelib -lib/muffin/CoglPango-0.gir -lib/muffin/CoglPango-0.typelib -lib/muffin/Meta-0.gir -lib/muffin/Meta-0.typelib +%%INTROSPECTION%%lib/muffin/Cally-0.gir +%%INTROSPECTION%%lib/muffin/Cally-0.typelib +%%INTROSPECTION%%lib/muffin/Clutter-0.gir +%%INTROSPECTION%%lib/muffin/Clutter-0.typelib +%%INTROSPECTION%%lib/muffin/ClutterX11-0.gir +%%INTROSPECTION%%lib/muffin/ClutterX11-0.typelib +%%INTROSPECTION%%lib/muffin/Cogl-0.gir +%%INTROSPECTION%%lib/muffin/Cogl-0.typelib +%%INTROSPECTION%%lib/muffin/CoglPango-0.gir +%%INTROSPECTION%%lib/muffin/CoglPango-0.typelib +%%INTROSPECTION%%lib/muffin/Meta-0.gir +%%INTROSPECTION%%lib/muffin/Meta-0.typelib lib/muffin/libmuffin-clutter-0.so lib/muffin/libmuffin-clutter-0.so.0 lib/muffin/libmuffin-clutter-0.so.0.0.0 lib/muffin/libmuffin-cogl-0.so lib/muffin/libmuffin-cogl-0.so.0 lib/muffin/libmuffin-cogl-0.so.0.0.0 lib/muffin/libmuffin-cogl-pango-0.so lib/muffin/libmuffin-cogl-pango-0.so.0 lib/muffin/libmuffin-cogl-pango-0.so.0.0.0 lib/muffin/libmuffin-cogl-path-0.so lib/muffin/libmuffin-cogl-path-0.so.0 lib/muffin/libmuffin-cogl-path-0.so.0.0.0 lib/muffin/plugins/libdefault.so libdata/pkgconfig/libmuffin-0.pc libdata/pkgconfig/muffin-clutter-0.pc libdata/pkgconfig/muffin-clutter-x11-0.pc libdata/pkgconfig/muffin-cogl-0.pc libdata/pkgconfig/muffin-cogl-pango-0.pc libdata/pkgconfig/muffin-cogl-path-0.pc libexec/muffin-restart-helper share/man/man1/muffin.1.gz share/applications/muffin.desktop share/glib-2.0/schemas/org.cinnamon.muffin.wayland.gschema.xml share/glib-2.0/schemas/org.cinnamon.muffin.x11.gschema.xml share/locale/am/LC_MESSAGES/muffin.mo share/locale/ar/LC_MESSAGES/muffin.mo share/locale/as/LC_MESSAGES/muffin.mo share/locale/ast/LC_MESSAGES/muffin.mo share/locale/az/LC_MESSAGES/muffin.mo share/locale/be/LC_MESSAGES/muffin.mo share/locale/be@latin/LC_MESSAGES/muffin.mo share/locale/bg/LC_MESSAGES/muffin.mo share/locale/bn/LC_MESSAGES/muffin.mo share/locale/bn_IN/LC_MESSAGES/muffin.mo share/locale/br/LC_MESSAGES/muffin.mo share/locale/bs/LC_MESSAGES/muffin.mo share/locale/ca/LC_MESSAGES/muffin.mo share/locale/ca@valencia/LC_MESSAGES/muffin.mo share/locale/cs/LC_MESSAGES/muffin.mo share/locale/cy/LC_MESSAGES/muffin.mo share/locale/da/LC_MESSAGES/muffin.mo share/locale/de/LC_MESSAGES/muffin.mo share/locale/dz/LC_MESSAGES/muffin.mo share/locale/el/LC_MESSAGES/muffin.mo share/locale/en_CA/LC_MESSAGES/muffin.mo share/locale/en_GB/LC_MESSAGES/muffin.mo share/locale/eo/LC_MESSAGES/muffin.mo share/locale/es/LC_MESSAGES/muffin.mo share/locale/et/LC_MESSAGES/muffin.mo share/locale/eu/LC_MESSAGES/muffin.mo share/locale/fa/LC_MESSAGES/muffin.mo share/locale/fi/LC_MESSAGES/muffin.mo share/locale/fr/LC_MESSAGES/muffin.mo share/locale/fur/LC_MESSAGES/muffin.mo share/locale/ga/LC_MESSAGES/muffin.mo share/locale/gd/LC_MESSAGES/muffin.mo share/locale/gl/LC_MESSAGES/muffin.mo share/locale/gu/LC_MESSAGES/muffin.mo share/locale/ha/LC_MESSAGES/muffin.mo share/locale/he/LC_MESSAGES/muffin.mo share/locale/hi/LC_MESSAGES/muffin.mo share/locale/hr/LC_MESSAGES/muffin.mo share/locale/hu/LC_MESSAGES/muffin.mo share/locale/hy/LC_MESSAGES/muffin.mo share/locale/id/LC_MESSAGES/muffin.mo share/locale/ig/LC_MESSAGES/muffin.mo share/locale/is/LC_MESSAGES/muffin.mo share/locale/it/LC_MESSAGES/muffin.mo share/locale/ja/LC_MESSAGES/muffin.mo share/locale/ka/LC_MESSAGES/muffin.mo share/locale/kk/LC_MESSAGES/muffin.mo share/locale/kn/LC_MESSAGES/muffin.mo share/locale/ko/LC_MESSAGES/muffin.mo share/locale/ku/LC_MESSAGES/muffin.mo share/locale/la/LC_MESSAGES/muffin.mo share/locale/lt/LC_MESSAGES/muffin.mo share/locale/lv/LC_MESSAGES/muffin.mo share/locale/mai/LC_MESSAGES/muffin.mo share/locale/mg/LC_MESSAGES/muffin.mo share/locale/mk/LC_MESSAGES/muffin.mo share/locale/ml/LC_MESSAGES/muffin.mo share/locale/mn/LC_MESSAGES/muffin.mo share/locale/mr/LC_MESSAGES/muffin.mo share/locale/ms/LC_MESSAGES/muffin.mo share/locale/nb/LC_MESSAGES/muffin.mo share/locale/nds/LC_MESSAGES/muffin.mo share/locale/ne/LC_MESSAGES/muffin.mo share/locale/nl/LC_MESSAGES/muffin.mo share/locale/nn/LC_MESSAGES/muffin.mo share/locale/oc/LC_MESSAGES/muffin.mo share/locale/or/LC_MESSAGES/muffin.mo share/locale/pa/LC_MESSAGES/muffin.mo share/locale/pl/LC_MESSAGES/muffin.mo share/locale/pt/LC_MESSAGES/muffin.mo share/locale/pt_BR/LC_MESSAGES/muffin.mo share/locale/ro/LC_MESSAGES/muffin.mo share/locale/ru/LC_MESSAGES/muffin.mo share/locale/rw/LC_MESSAGES/muffin.mo share/locale/si/LC_MESSAGES/muffin.mo share/locale/sk/LC_MESSAGES/muffin.mo share/locale/sl/LC_MESSAGES/muffin.mo share/locale/sq/LC_MESSAGES/muffin.mo share/locale/sr/LC_MESSAGES/muffin.mo share/locale/sr@latin/LC_MESSAGES/muffin.mo share/locale/sv/LC_MESSAGES/muffin.mo share/locale/ta/LC_MESSAGES/muffin.mo share/locale/te/LC_MESSAGES/muffin.mo share/locale/tg/LC_MESSAGES/muffin.mo share/locale/th/LC_MESSAGES/muffin.mo share/locale/tk/LC_MESSAGES/muffin.mo share/locale/tr/LC_MESSAGES/muffin.mo share/locale/ug/LC_MESSAGES/muffin.mo share/locale/uk/LC_MESSAGES/muffin.mo share/locale/vi/LC_MESSAGES/muffin.mo share/locale/wa/LC_MESSAGES/muffin.mo share/locale/xh/LC_MESSAGES/muffin.mo share/locale/yo/LC_MESSAGES/muffin.mo share/locale/zh_CN/LC_MESSAGES/muffin.mo share/locale/zh_HK/LC_MESSAGES/muffin.mo share/locale/zh_TW/LC_MESSAGES/muffin.mo