diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/cheat/Makefile | 2 | ||||
-rw-r--r-- | misc/chrono/Makefile | 2 | ||||
-rw-r--r-- | misc/concourse/Makefile | 2 | ||||
-rw-r--r-- | misc/cryptoballot/Makefile | 2 | ||||
-rw-r--r-- | misc/dive/Makefile | 1 | ||||
-rw-r--r-- | misc/gobuster/Makefile | 2 | ||||
-rw-r--r-- | misc/linux-rl9-sdl20-extralibs/Makefile | 33 | ||||
-rw-r--r-- | misc/linux-rl9-sdl20-extralibs/distinfo | 31 | ||||
-rw-r--r-- | misc/linux-rl9-sdl20-extralibs/pkg-descr | 5 | ||||
-rw-r--r-- | misc/linux-rl9-sdl20-extralibs/pkg-plist.aarch64 | 35 | ||||
-rw-r--r-- | misc/linux-rl9-sdl20-extralibs/pkg-plist.amd64 | 35 | ||||
-rw-r--r-- | misc/perkeep/Makefile | 2 | ||||
-rw-r--r-- | misc/slides/Makefile | 2 | ||||
-rw-r--r-- | misc/timetrace/Makefile | 2 | ||||
-rw-r--r-- | misc/wego/Makefile | 2 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 23 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/distinfo | 6 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/pkg-plist | 2 |
19 files changed, 165 insertions, 25 deletions
diff --git a/misc/Makefile b/misc/Makefile index dfb9a6b6745a..3ea23a1703be 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -254,6 +254,7 @@ SUBDIR += lightgbm SUBDIR += linux-c7-sdl12-extralibs SUBDIR += linux-rl9-sdl12-extralibs + SUBDIR += linux-rl9-sdl20-extralibs SUBDIR += llama-cpp SUBDIR += locale-en_DK SUBDIR += localedata diff --git a/misc/cheat/Makefile b/misc/cheat/Makefile index c056382d9235..36c8dede0f73 100644 --- a/misc/cheat/Makefile +++ b/misc/cheat/Makefile @@ -1,6 +1,6 @@ PORTNAME= cheat DISTVERSION= 4.4.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/chrono/Makefile b/misc/chrono/Makefile index bd6ad959033c..06f9a735993b 100644 --- a/misc/chrono/Makefile +++ b/misc/chrono/Makefile @@ -2,7 +2,7 @@ PORTNAME= chrono DISTVERSIONPREFIX= v DISTVERSION= 1.1.0-4 DISTVERSIONSUFFIX= -g70cda7f -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= misc PKGNAMESUFFIX= -time-tracking diff --git a/misc/concourse/Makefile b/misc/concourse/Makefile index edd7a6b1c774..a82c1d937695 100644 --- a/misc/concourse/Makefile +++ b/misc/concourse/Makefile @@ -1,7 +1,7 @@ PORTNAME= concourse DISTVERSIONPREFIX= v DISTVERSION= 6.7.2 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/cryptoballot/Makefile b/misc/cryptoballot/Makefile index e38a11c481af..ce9587a18d4f 100644 --- a/misc/cryptoballot/Makefile +++ b/misc/cryptoballot/Makefile @@ -1,6 +1,6 @@ PORTNAME= cryptoballot DISTVERSION= g20181015 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dive/Makefile b/misc/dive/Makefile index c9c10ef33ad4..1863ea968618 100644 --- a/misc/dive/Makefile +++ b/misc/dive/Makefile @@ -1,6 +1,7 @@ PORTNAME= dive DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/gobuster/Makefile b/misc/gobuster/Makefile index 140cdaa5637f..fa84919548ff 100644 --- a/misc/gobuster/Makefile +++ b/misc/gobuster/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobuster DISTVERSIONPREFIX= v DISTVERSION= 3.6.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= misc dns www MAINTAINER= yuri@FreeBSD.org diff --git a/misc/linux-rl9-sdl20-extralibs/Makefile b/misc/linux-rl9-sdl20-extralibs/Makefile new file mode 100644 index 000000000000..246dbb3efe43 --- /dev/null +++ b/misc/linux-rl9-sdl20-extralibs/Makefile @@ -0,0 +1,33 @@ +PORTNAME= sdl20-extralibs +PORTVERSION= 1 +CATEGORIES= misc linux +MASTER_SITES= EPEL9 +DISTNAME= + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Additional SDL 2.0 libraries (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.libsdl.org/ + +LICENSE= LGPL20+ + +USES= linux:rl9 +USE_LINUX= imageformats-libs sdl20 +USE_LINUX_RPM= yes + +BIN_DISTNAMES= SDL2_image-2.8.2-1.el9 + +LIB_DISTNAMES= SDL2_gfx-1.0.4-10.el9 \ + SDL2_image-2.8.2-1.el9 \ + SDL2_net-2.2.0-3.el9 \ + SDL2_mixer-2.8.1-1.el9 \ + SDL2_ttf-2.20.2-1.el9 + +SRC_DISTFILES= SDL2_gfx-1.0.4-10.el9${SRC_SUFX}:SOURCE \ + SDL2_image-2.8.2-1.el9${SRC_SUFX}:SOURCE \ + SDL2_net-2.2.0-3.el9${SRC_SUFX}:SOURCE \ + SDL2_mixer-2.8.1-1.el9${SRC_SUFX}:SOURCE \ + SDL2_ttf-2.20.2-1.el9${SRC_SUFX}:SOURCE + +OPTIONS_DEFINE= DOCS + +.include <bsd.port.mk> diff --git a/misc/linux-rl9-sdl20-extralibs/distinfo b/misc/linux-rl9-sdl20-extralibs/distinfo new file mode 100644 index 000000000000..c13136d75f45 --- /dev/null +++ b/misc/linux-rl9-sdl20-extralibs/distinfo @@ -0,0 +1,31 @@ +TIMESTAMP = 1747936212 +SHA256 (rocky/s/SDL2_gfx-1.0.4-10.el9.aarch64.rpm) = 8c68c20864ec46f5171bb19441165d343eb673d8e3f54bbcaa50b66aa11a9304 +SIZE (rocky/s/SDL2_gfx-1.0.4-10.el9.aarch64.rpm) = 39437 +SHA256 (rocky/s/SDL2_gfx-1.0.4-10.el9.x86_64.rpm) = 85fcd5ae2640448b83295ed1cc5c7a97428b963723d87c83a8bd06663f043db0 +SIZE (rocky/s/SDL2_gfx-1.0.4-10.el9.x86_64.rpm) = 40074 +SHA256 (rocky/s/SDL2_image-2.8.2-1.el9.aarch64.rpm) = a1a78f8460a84ccf272659df540354331ccf128b63ab56d3e04b1e4602766dea +SIZE (rocky/s/SDL2_image-2.8.2-1.el9.aarch64.rpm) = 107516 +SHA256 (rocky/s/SDL2_image-2.8.2-1.el9.x86_64.rpm) = 30e896d0666851a4c721ee45b242fd317fd58038b1bb95576a0af7ce0e0a084a +SIZE (rocky/s/SDL2_image-2.8.2-1.el9.x86_64.rpm) = 107860 +SHA256 (rocky/s/SDL2_mixer-2.8.1-1.el9.aarch64.rpm) = d85f2590a7daf03ad73bc18f35e0868b3226b2624fd9940286131073de0dfa9e +SIZE (rocky/s/SDL2_mixer-2.8.1-1.el9.aarch64.rpm) = 168550 +SHA256 (rocky/s/SDL2_mixer-2.8.1-1.el9.x86_64.rpm) = 736d9eeb48f24cedde2d704c5b237537eacf609b9bbfa996a9219c7efe8c7cf1 +SIZE (rocky/s/SDL2_mixer-2.8.1-1.el9.x86_64.rpm) = 171511 +SHA256 (rocky/s/SDL2_net-2.2.0-3.el9.aarch64.rpm) = 03a8171960c304d676eea819d5e3742a511b87ba1ca8abfe3e3b0bf990372916 +SIZE (rocky/s/SDL2_net-2.2.0-3.el9.aarch64.rpm) = 19952 +SHA256 (rocky/s/SDL2_net-2.2.0-3.el9.x86_64.rpm) = d512a9d07e351288387dcfe664b62071c6113d3380dddd658f5c3b38d21e4dc5 +SIZE (rocky/s/SDL2_net-2.2.0-3.el9.x86_64.rpm) = 19931 +SHA256 (rocky/s/SDL2_ttf-2.20.2-1.el9.aarch64.rpm) = d63c53b2e80e78e7ba268fc4863e6c46d8ee6f94d59dea6d603251434f11393f +SIZE (rocky/s/SDL2_ttf-2.20.2-1.el9.aarch64.rpm) = 35031 +SHA256 (rocky/s/SDL2_ttf-2.20.2-1.el9.x86_64.rpm) = bb28cd9736a7a330a3647e1e2027a16248300e29c43bbf291311f33fbcee6084 +SIZE (rocky/s/SDL2_ttf-2.20.2-1.el9.x86_64.rpm) = 40681 +SHA256 (rocky/s/SDL2_gfx-1.0.4-10.el9.src.rpm) = b12e3145f45b634e17f17c8de2367eadb66eba4af63cea2f1456dfcaf24d4a65 +SIZE (rocky/s/SDL2_gfx-1.0.4-10.el9.src.rpm) = 1236291 +SHA256 (rocky/s/SDL2_image-2.8.2-1.el9.src.rpm) = b29fa23de7cf4f7bd1e43921207a9a98a72a65e2aa415976173d2e7f95ded1f9 +SIZE (rocky/s/SDL2_image-2.8.2-1.el9.src.rpm) = 11361542 +SHA256 (rocky/s/SDL2_net-2.2.0-3.el9.src.rpm) = 4e38a31c1faf644e7557b65f02ec173a249d47136f1073d77b9e0a96fbd8f811 +SIZE (rocky/s/SDL2_net-2.2.0-3.el9.src.rpm) = 8707507 +SHA256 (rocky/s/SDL2_mixer-2.8.1-1.el9.src.rpm) = 7a750d39a5a1d45e02a8354b46fe97c7d6cb4c6f097283d1b5a7b2ac42429d0d +SIZE (rocky/s/SDL2_mixer-2.8.1-1.el9.src.rpm) = 5992154 +SHA256 (rocky/s/SDL2_ttf-2.20.2-1.el9.src.rpm) = 0513274cb41f7bfbe0cf71418eef756c13e42c049ab8d63f8e127800373eb91a +SIZE (rocky/s/SDL2_ttf-2.20.2-1.el9.src.rpm) = 13146312 diff --git a/misc/linux-rl9-sdl20-extralibs/pkg-descr b/misc/linux-rl9-sdl20-extralibs/pkg-descr new file mode 100644 index 000000000000..b350f36fb73d --- /dev/null +++ b/misc/linux-rl9-sdl20-extralibs/pkg-descr @@ -0,0 +1,5 @@ +Simple DirectMedia Layer is a cross-platform development library designed to +provide low level access to audio, keyboard, mouse, joystick, and graphics +hardware via OpenGL and Direct3D. + +This package ships extra SDL-related libraries like Mixer, Image, TTF, etc. diff --git a/misc/linux-rl9-sdl20-extralibs/pkg-plist.aarch64 b/misc/linux-rl9-sdl20-extralibs/pkg-plist.aarch64 new file mode 100644 index 000000000000..4cf237941dae --- /dev/null +++ b/misc/linux-rl9-sdl20-extralibs/pkg-plist.aarch64 @@ -0,0 +1,35 @@ +usr/bin/playmus2 +usr/bin/playwave2 +usr/bin/showimage2 +usr/lib/.build-id/33/9c4c387f75655d63eb265df2db59996eebcfe9 +usr/lib/.build-id/5d/c083dfbec8b658a36a10c0d061667dec9e1130 +usr/lib/.build-id/77/e41c8b152a062d85b08a8f0c1571bc78294bfe +usr/lib/.build-id/ae/5e4a28cd22e963e74b8a54c8d0d2f4bc2f19e5 +usr/lib/.build-id/bb/f246f1d524b08e4d2df375bbb35976ccc78b02 +usr/lib/.build-id/da/f007650a0e92f9461de46089740f215231d258 +usr/lib/.build-id/fa/68e2bd40ee2640e8ce3d23fb5626d7e083dbdc +usr/lib/.build-id/fe/50ad464c14c081ffc0682020772f0768bd789a +usr/lib64/libSDL2_gfx-1.0.so.0 +usr/lib64/libSDL2_gfx-1.0.so.0.0.2 +usr/lib64/libSDL2_image-2.0.so.0 +usr/lib64/libSDL2_image-2.0.so.0.800.2 +usr/lib64/libSDL2_mixer-2.0.so.0 +usr/lib64/libSDL2_mixer-2.0.so.0.800.1 +usr/lib64/libSDL2_net-2.0.so.0 +usr/lib64/libSDL2_net-2.0.so.0.200.0 +usr/lib64/libSDL2_ttf-2.0.so.0 +usr/lib64/libSDL2_ttf-2.0.so.0.2000.2 +usr/share/doc/SDL2_gfx/AUTHORS +usr/share/doc/SDL2_gfx/NEWS +usr/share/doc/SDL2_gfx/README +usr/share/doc/SDL2_image/CHANGES.txt +usr/share/doc/SDL2_mixer/CHANGES.txt +usr/share/doc/SDL2_net/CHANGES.txt +usr/share/doc/SDL2_net/README.txt +usr/share/doc/SDL2_ttf/CHANGES.txt +usr/share/doc/SDL2_ttf/README.txt +usr/share/licenses/SDL2_gfx/COPYING +usr/share/licenses/SDL2_image/LICENSE.txt +usr/share/licenses/SDL2_mixer/LICENSE.txt +usr/share/licenses/SDL2_net/LICENSE.txt +usr/share/licenses/SDL2_ttf/LICENSE.txt diff --git a/misc/linux-rl9-sdl20-extralibs/pkg-plist.amd64 b/misc/linux-rl9-sdl20-extralibs/pkg-plist.amd64 new file mode 100644 index 000000000000..a2bd753900d2 --- /dev/null +++ b/misc/linux-rl9-sdl20-extralibs/pkg-plist.amd64 @@ -0,0 +1,35 @@ +usr/bin/playmus2 +usr/bin/playwave2 +usr/bin/showimage2 +usr/lib/.build-id/3f/37bd142d69499524b1ca23c44f6ddfa0bb6c67 +usr/lib/.build-id/6a/3d27a743249161be4625e0bc7e42a3b99b737b +usr/lib/.build-id/76/2d5d8bcf311c81e265f69ce673fa8f5639e5a8 +usr/lib/.build-id/a6/2990bf4f41d140ff7050e242b442578fed9ed0 +usr/lib/.build-id/c1/9aa514e517d8cbea69c7f37a59cfa6d0ab4d80 +usr/lib/.build-id/c2/45a591d6cbe152f05443c2c551b358dcc96591 +usr/lib/.build-id/f5/62c13a889c1ec3797aab73032e562d58266ac5 +usr/lib/.build-id/f7/de37d6066fa2967c13f1fb2261fe339261ff79 +usr/lib64/libSDL2_gfx-1.0.so.0 +usr/lib64/libSDL2_gfx-1.0.so.0.0.2 +usr/lib64/libSDL2_image-2.0.so.0 +usr/lib64/libSDL2_image-2.0.so.0.800.2 +usr/lib64/libSDL2_mixer-2.0.so.0 +usr/lib64/libSDL2_mixer-2.0.so.0.800.1 +usr/lib64/libSDL2_net-2.0.so.0 +usr/lib64/libSDL2_net-2.0.so.0.200.0 +usr/lib64/libSDL2_ttf-2.0.so.0 +usr/lib64/libSDL2_ttf-2.0.so.0.2000.2 +%%PORTDOCS%%usr/share/doc/SDL2_gfx/AUTHORS +%%PORTDOCS%%usr/share/doc/SDL2_gfx/NEWS +%%PORTDOCS%%usr/share/doc/SDL2_gfx/README +%%PORTDOCS%%usr/share/doc/SDL2_image/CHANGES.txt +%%PORTDOCS%%usr/share/doc/SDL2_mixer/CHANGES.txt +%%PORTDOCS%%usr/share/doc/SDL2_net/CHANGES.txt +%%PORTDOCS%%usr/share/doc/SDL2_net/README.txt +%%PORTDOCS%%usr/share/doc/SDL2_ttf/CHANGES.txt +%%PORTDOCS%%usr/share/doc/SDL2_ttf/README.txt +usr/share/licenses/SDL2_gfx/COPYING +usr/share/licenses/SDL2_image/LICENSE.txt +usr/share/licenses/SDL2_mixer/LICENSE.txt +usr/share/licenses/SDL2_net/LICENSE.txt +usr/share/licenses/SDL2_ttf/LICENSE.txt diff --git a/misc/perkeep/Makefile b/misc/perkeep/Makefile index dc57e30ef494..e674f946b27a 100644 --- a/misc/perkeep/Makefile +++ b/misc/perkeep/Makefile @@ -1,6 +1,6 @@ PORTNAME= perkeep DISTVERSION= 0.11 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/slides/Makefile b/misc/slides/Makefile index 57d6bcfe9684..c53fc33a1c65 100644 --- a/misc/slides/Makefile +++ b/misc/slides/Makefile @@ -1,7 +1,7 @@ PORTNAME= slides DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= misc PKGNAMESUFFIX= -presentation-tool diff --git a/misc/timetrace/Makefile b/misc/timetrace/Makefile index 2f1c6000b422..4d616fe9f6b0 100644 --- a/misc/timetrace/Makefile +++ b/misc/timetrace/Makefile @@ -1,7 +1,7 @@ PORTNAME= timetrace DISTVERSIONPREFIX= v DISTVERSION= 0.14.3 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= misc MAINTAINER= nc@FreeBSD.org diff --git a/misc/wego/Makefile b/misc/wego/Makefile index a7804e3bc16e..6bb5e072151c 100644 --- a/misc/wego/Makefile +++ b/misc/wego/Makefile @@ -1,6 +1,6 @@ PORTNAME= wego DISTVERSION= 2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 09cb6a2b79e9..14d07fefda4a 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -1,5 +1,5 @@ PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.11.3 +PORTVERSION= 0.12.0 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -11,28 +11,25 @@ WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ - libjson-c.so:devel/json-c \ +LIB_DEPENDS= libjson-c.so:devel/json-c \ libsoup-2.4.so:devel/libsoup -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ - tar:bzip2 xfce -USE_GNOME= cairo gdkpixbuf glib20 gtk30 intltool libxml2 +USES= compiler:c11 gettext-tools gnome meson pkgconfig tar:xz xfce +USE_GNOME= glib20 gtk30 libxml2 USE_LDCONFIG= yes USE_XFCE= libmenu panel xfconf -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - OPTIONS_DEFINE= NLS UPOWER OPTIONS_SUB= yes UPOWER_DESC= Power management tasks -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime + +UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower +UPOWER_MESON_ENABLED= upower-glib -UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower -UPOWER_CONFIGURE_ENABLE= upower +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> diff --git a/misc/xfce4-weather-plugin/distinfo b/misc/xfce4-weather-plugin/distinfo index 5eb00334294d..dffed8685011 100644 --- a/misc/xfce4-weather-plugin/distinfo +++ b/misc/xfce4-weather-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730922999 -SHA256 (xfce4/xfce4-weather-plugin-0.11.3.tar.bz2) = 002d1fe63906d2f3a012f3cb58cceff1dfbcc466759e36c76d3b03dd01c0dc57 -SIZE (xfce4/xfce4-weather-plugin-0.11.3.tar.bz2) = 3619984 +TIMESTAMP = 1747826306 +SHA256 (xfce4/xfce4-weather-plugin-0.12.0.tar.xz) = 5dd90b032c06ef4b64b818023154ef9463a2c694a0290e57f3412296c7545ff6 +SIZE (xfce4/xfce4-weather-plugin-0.12.0.tar.xz) = 2746276 diff --git a/misc/xfce4-weather-plugin/pkg-plist b/misc/xfce4-weather-plugin/pkg-plist index 3864c78986af..7d3c87996b87 100644 --- a/misc/xfce4-weather-plugin/pkg-plist +++ b/misc/xfce4-weather-plugin/pkg-plist @@ -26,6 +26,7 @@ share/icons/hicolor/scalable/apps/org.xfce.panel.weather.svg %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/hye/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-weather-plugin.mo +%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/is/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-weather-plugin.mo @@ -41,6 +42,7 @@ share/icons/hicolor/scalable/apps/org.xfce.panel.weather.svg %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-weather-plugin.mo +%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-weather-plugin.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfce4-weather-plugin.mo |