mirror of
https://git.freebsd.org/ports.git
synced 2025-04-27 17:16:37 -04:00
KDE: Update KDE Gear to 25.04.0
Announcement: https://kde.org/announcements/gear/25.04.0/ Ports changes: kde.mk: - Simplify KDE_APPS_BASED_PATCHLEVEL definition and generalize it for unstable branch. devel/kopeninghours: - Use custom PLIST_SUB to reduce churn on updates. editors/ghostwriter: - Drop upstreamed patch. games/khangman: - Drop upstreamed patch. math/kcalc: - Depend on math/mpc. multimedia/kdenlive: - Prevent fetching during build. - Depends on KF6 Purpose unconditionally and remove no-op OPTIONS_SUB. - Depend on OpenTimelineIO. net/krdc: - Switch to freerdp3. x11-fm/dolphin: - Fix abuse of PLIST_SUB. */*: - Add missing and update KF6 dependencies and Qt components.
This commit is contained in:
parent
fee4f99f3d
commit
9ead4b6918
459 changed files with 1798 additions and 1023 deletions
|
@ -85,10 +85,6 @@ KDE_APPLICATIONS_BRANCH?= ${KDE_APPLICATIONS6_BRANCH}
|
|||
KDE_APPLICATIONS_VERSION?= ${KDE_APPLICATIONS6_VERSION}
|
||||
KDE_APPLICATIONS_SHLIB_VER?= ${KDE_APPLICATIONS6_SHLIB_VER}
|
||||
KDE_APPLICATIONS_SHLIB_G_VER?= ${KDE_APPLICATIONS6_SHLIB_G_VER}
|
||||
# Some projects despite being a part of Gear distribution continue to use
|
||||
# their own versioning with mangled KDE_APPLICATIONS_VERSION as a patchlevel.
|
||||
# Provide more variables to ease their maintenance.
|
||||
KDE_APPS_BASED_PATCHLEVEL?= ${KDE_APPLICATIONS_VERSION:R:S/.//}0${KDE_APPLICATIONS_VERSION:E}
|
||||
|
||||
# Legacy KDE Plasma.
|
||||
KDE_PLASMA5_VERSION?= 5.27.12
|
||||
|
@ -108,12 +104,24 @@ KDE_FRAMEWORKS6_BRANCH?= stable
|
|||
|
||||
# Current KDE applications. Update _${PORTNAME}_PROJECT_VERSION for the following ports:
|
||||
# devel/kdevelop, games/libkdegames, games/libkmahjongg, graphics/kgraphviewer
|
||||
KDE_APPLICATIONS6_VERSION?= 24.12.3
|
||||
KDE_APPLICATIONS6_SHLIB_VER?= 6.3.3
|
||||
KDE_APPLICATIONS6_VERSION?= 25.04.0
|
||||
KDE_APPLICATIONS6_SHLIB_VER?= 6.4.0
|
||||
# G as in KDE Gear, and as in "don't make the variable name longer than required".
|
||||
KDE_APPLICATIONS6_SHLIB_G_VER?= ${KDE_APPLICATIONS6_VERSION}
|
||||
KDE_APPLICATIONS6_BRANCH?= stable
|
||||
|
||||
# Some projects despite being a part of Gear distribution continue to use
|
||||
# their own versioning with mangled KDE_APPLICATIONS_VERSION as a patchlevel.
|
||||
# Provide more variables to ease their maintenance.
|
||||
KDE_APPS_MAJOR= ${KDE_APPLICATIONS_VERSION:R:R}
|
||||
KDE_APPS_MINOR= ${KDE_APPLICATIONS_VERSION:R:E}
|
||||
. if ${KDE_APPLICATIONS_BRANCH:Mstable}
|
||||
KDE_APPS_MICRO= 0${KDE_APPLICATIONS_VERSION:E}
|
||||
. else
|
||||
KDE_APPS_MICRO= ${KDE_APPLICATIONS_VERSION:E}
|
||||
. endif
|
||||
KDE_APPS_BASED_PATCHLEVEL?= ${KDE_APPS_MAJOR}${KDE_APPS_MINOR}${KDE_APPS_MICRO}
|
||||
|
||||
# ==============================================================================
|
||||
|
||||
# === INSTALLATION PREFIXES AND HEADER LOCATION ================================
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275218
|
||||
SHA256 (KDE/release-service/24.12.3/kmag-24.12.3.tar.xz) = 7fe889bef8b4ca9c63f8fedbf91295d543507fc381293463b1a9751a040a4c11
|
||||
SIZE (KDE/release-service/24.12.3/kmag-24.12.3.tar.xz) = 677832
|
||||
TIMESTAMP = 1744564190
|
||||
SHA256 (KDE/release-service/25.04.0/kmag-25.04.0.tar.xz) = 853aba2d98ec0c46d234fcf72c717b8e44e52a1c0083724c91002f2902eac514
|
||||
SIZE (KDE/release-service/25.04.0/kmag-25.04.0.tar.xz) = 680296
|
||||
|
|
|
@ -61,6 +61,7 @@ share/locale/pt/LC_MESSAGES/kmag.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kmag.mo
|
||||
share/locale/ro/LC_MESSAGES/kmag.mo
|
||||
share/locale/ru/LC_MESSAGES/kmag.mo
|
||||
share/locale/sa/LC_MESSAGES/kmag.mo
|
||||
share/locale/se/LC_MESSAGES/kmag.mo
|
||||
share/locale/sk/LC_MESSAGES/kmag.mo
|
||||
share/locale/sl/LC_MESSAGES/kmag.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275221
|
||||
SHA256 (KDE/release-service/24.12.3/kmousetool-24.12.3.tar.xz) = 92b53c521659167616ead9e3fc513afacbdf17d41c6577de9cfbad37ed35f22a
|
||||
SIZE (KDE/release-service/24.12.3/kmousetool-24.12.3.tar.xz) = 134548
|
||||
TIMESTAMP = 1744564190
|
||||
SHA256 (KDE/release-service/25.04.0/kmousetool-25.04.0.tar.xz) = a49871f74804f582ae163fd2b1bf1f8231c09d571cd4edd94f2f2512824f8cdf
|
||||
SIZE (KDE/release-service/25.04.0/kmousetool-25.04.0.tar.xz) = 135528
|
||||
|
|
|
@ -62,6 +62,7 @@ share/locale/pt/LC_MESSAGES/kmousetool.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kmousetool.mo
|
||||
share/locale/ro/LC_MESSAGES/kmousetool.mo
|
||||
share/locale/ru/LC_MESSAGES/kmousetool.mo
|
||||
share/locale/sa/LC_MESSAGES/kmousetool.mo
|
||||
share/locale/se/LC_MESSAGES/kmousetool.mo
|
||||
share/locale/sk/LC_MESSAGES/kmousetool.mo
|
||||
share/locale/sl/LC_MESSAGES/kmousetool.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275226
|
||||
SHA256 (KDE/release-service/24.12.3/kmouth-24.12.3.tar.xz) = 70351fb29b183188ad38ea64eada79317bbaef1afac12e5d00c1c95ae674a2ba
|
||||
SIZE (KDE/release-service/24.12.3/kmouth-24.12.3.tar.xz) = 1940356
|
||||
TIMESTAMP = 1744564191
|
||||
SHA256 (KDE/release-service/25.04.0/kmouth-25.04.0.tar.xz) = 3c4ba45ff0acf464055b6dca8e29ed675dc58dc8e755fc45fdf25f29686dedf4
|
||||
SIZE (KDE/release-service/25.04.0/kmouth-25.04.0.tar.xz) = 1945268
|
||||
|
|
|
@ -85,6 +85,7 @@ share/locale/pt/LC_MESSAGES/kmouth.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kmouth.mo
|
||||
share/locale/ro/LC_MESSAGES/kmouth.mo
|
||||
share/locale/ru/LC_MESSAGES/kmouth.mo
|
||||
share/locale/sa/LC_MESSAGES/kmouth.mo
|
||||
share/locale/se/LC_MESSAGES/kmouth.mo
|
||||
share/locale/sk/LC_MESSAGES/kmouth.mo
|
||||
share/locale/sl/LC_MESSAGES/kmouth.mo
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
PORTNAME= ark
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers kde kde-applications
|
||||
|
||||
PATCH_SITES= https://invent.kde.org/utilities/ark/-/commit/
|
||||
PATCHFILES= 21943ff05e7d660e27befd9b43d242076a4b657a.diff:-p1
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Archiving tool for KDE
|
||||
WWW= https://utils.kde.org/projects/ark/
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1741600936
|
||||
SHA256 (KDE/release-service/24.12.3/ark-24.12.3.tar.xz) = 4eb1d43878f55169bfb27a65e6f0d7f6093a69d56d905fdff249138653fe4abf
|
||||
SIZE (KDE/release-service/24.12.3/ark-24.12.3.tar.xz) = 3010672
|
||||
SHA256 (KDE/release-service/24.12.3/21943ff05e7d660e27befd9b43d242076a4b657a.diff) = bbf43ec5309bf3a01a1686c34d99eeb4adf0a275794f85e307840c6528e14c0e
|
||||
SIZE (KDE/release-service/24.12.3/21943ff05e7d660e27befd9b43d242076a4b657a.diff) = 896
|
||||
TIMESTAMP = 1744564192
|
||||
SHA256 (KDE/release-service/25.04.0/ark-25.04.0.tar.xz) = 07afcabc0bcf33b6dd69d6ef4a551df89a4502be677d3b5078adbba80d88d5b7
|
||||
SIZE (KDE/release-service/25.04.0/ark-25.04.0.tar.xz) = 3017272
|
||||
|
|
|
@ -80,6 +80,7 @@ share/locale/pt/LC_MESSAGES/ark.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/ark.mo
|
||||
share/locale/ro/LC_MESSAGES/ark.mo
|
||||
share/locale/ru/LC_MESSAGES/ark.mo
|
||||
share/locale/sa/LC_MESSAGES/ark.mo
|
||||
share/locale/se/LC_MESSAGES/ark.mo
|
||||
share/locale/sk/LC_MESSAGES/ark.mo
|
||||
share/locale/sl/LC_MESSAGES/ark.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275232
|
||||
SHA256 (KDE/release-service/24.12.3/kosmindoormap-24.12.3.tar.xz) = d935c46736040ba0013bb02c3aa30ebd3e9417f0f13cac0e37c24cf41de9747d
|
||||
SIZE (KDE/release-service/24.12.3/kosmindoormap-24.12.3.tar.xz) = 694640
|
||||
TIMESTAMP = 1744564192
|
||||
SHA256 (KDE/release-service/25.04.0/kosmindoormap-25.04.0.tar.xz) = b85994daf6f71629281774825e09aee1b014813a9741ed98b70baff3cf56ab50
|
||||
SIZE (KDE/release-service/25.04.0/kosmindoormap-25.04.0.tar.xz) = 736448
|
||||
|
|
|
@ -130,6 +130,7 @@ share/locale/fi/LC_MESSAGES/kosmindoormap.mo
|
|||
share/locale/fr/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/gl/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/he/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/hi/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/ia/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/it/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/ja/LC_MESSAGES/kosmindoormap.mo
|
||||
|
@ -141,6 +142,7 @@ share/locale/pl/LC_MESSAGES/kosmindoormap.mo
|
|||
share/locale/pt/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/ru/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/sa/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/sk/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/sl/LC_MESSAGES/kosmindoormap.mo
|
||||
share/locale/sv/LC_MESSAGES/kosmindoormap.mo
|
||||
|
|
|
@ -6,10 +6,6 @@ MAINTAINER= kde@FreeBSD.org
|
|||
COMMENT= Virtual globe and world atlas for KDE
|
||||
WWW= https://marble.kde.org/
|
||||
|
||||
PATCH_SITES= https://invent.kde.org/education/marble/-/commit/
|
||||
PATCHFILES+= 8d21b43f569adcd3bb76d3f9d921f2aaddb2c303.patch:-p1 # Fix build with Qt 6.9
|
||||
PATCHFILES+= a14a3a911f5a8f152783a97410267a6fd98cce48.patch:-p1 # Fix build with Qt 6.9
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
TIMESTAMP = 1741906884
|
||||
SHA256 (KDE/release-service/24.12.3/marble-24.12.3.tar.xz) = 94e07cfce3af3fd6fd05d83f032301b9a4781442aba3910c526064cc92de95f1
|
||||
SIZE (KDE/release-service/24.12.3/marble-24.12.3.tar.xz) = 53629616
|
||||
SHA256 (KDE/release-service/24.12.3/8d21b43f569adcd3bb76d3f9d921f2aaddb2c303.patch) = 0f6cade452e5ced4294a8588f34d5631a85916ebc8406911e8fb198723583e5c
|
||||
SIZE (KDE/release-service/24.12.3/8d21b43f569adcd3bb76d3f9d921f2aaddb2c303.patch) = 1993
|
||||
SHA256 (KDE/release-service/24.12.3/a14a3a911f5a8f152783a97410267a6fd98cce48.patch) = c1eed750d1e4b3c51ce032aadb4d5b1d5dd9c5139cb71804506a7f2c5570cbb0
|
||||
SIZE (KDE/release-service/24.12.3/a14a3a911f5a8f152783a97410267a6fd98cce48.patch) = 2444
|
||||
TIMESTAMP = 1744564193
|
||||
SHA256 (KDE/release-service/25.04.0/marble-25.04.0.tar.xz) = 27bdf174215a66136795ef3d0a7a2f3e09d21b12d2c83ec3309d84389dd52909
|
||||
SIZE (KDE/release-service/25.04.0/marble-25.04.0.tar.xz) = 53784868
|
||||
|
|
|
@ -407,9 +407,14 @@ share/locale/he/LC_MESSAGES/marble-maps.mo
|
|||
share/locale/he/LC_MESSAGES/marble.mo
|
||||
share/locale/he/LC_MESSAGES/marble_qt.qm
|
||||
share/locale/he/LC_MESSAGES/plasma_runner_marble.mo
|
||||
share/locale/he/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo
|
||||
share/locale/hi/LC_MESSAGES/marble-behaim.mo
|
||||
share/locale/hi/LC_MESSAGES/marble-maps.mo
|
||||
share/locale/hi/LC_MESSAGES/marble.mo
|
||||
share/locale/hi/LC_MESSAGES/marble_qt.qm
|
||||
share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo
|
||||
share/locale/hi/LC_MESSAGES/plasma_runner_marble.mo
|
||||
share/locale/hi/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo
|
||||
share/locale/hne/LC_MESSAGES/marble.mo
|
||||
share/locale/hr/LC_MESSAGES/marble-maps.mo
|
||||
share/locale/hr/LC_MESSAGES/marble.mo
|
||||
|
@ -540,12 +545,20 @@ share/locale/ro/LC_MESSAGES/marble-maps.mo
|
|||
share/locale/ro/LC_MESSAGES/marble.mo
|
||||
share/locale/ro/LC_MESSAGES/marble_qt.qm
|
||||
share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo
|
||||
share/locale/ru/LC_MESSAGES/marble-behaim.mo
|
||||
share/locale/ru/LC_MESSAGES/marble-maps.mo
|
||||
share/locale/ru/LC_MESSAGES/marble.mo
|
||||
share/locale/ru/LC_MESSAGES/marble_qt.qm
|
||||
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo
|
||||
share/locale/ru/LC_MESSAGES/plasma_runner_marble.mo
|
||||
share/locale/ru/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo
|
||||
share/locale/sa/LC_MESSAGES/marble-behaim.mo
|
||||
share/locale/sa/LC_MESSAGES/marble-maps.mo
|
||||
share/locale/sa/LC_MESSAGES/marble.mo
|
||||
share/locale/sa/LC_MESSAGES/marble_qt.qm
|
||||
share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo
|
||||
share/locale/sa/LC_MESSAGES/plasma_runner_marble.mo
|
||||
share/locale/sa/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo
|
||||
share/locale/se/LC_MESSAGES/marble-maps.mo
|
||||
share/locale/se/LC_MESSAGES/marble.mo
|
||||
share/locale/se/LC_MESSAGES/marble_qt.qm
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275264
|
||||
SHA256 (KDE/release-service/24.12.3/audiocd-kio-24.12.3.tar.xz) = f614f61ebee728e94a67a6ced5320bfb01e03c5f6dde6e3bbd5d250825ea4975
|
||||
SIZE (KDE/release-service/24.12.3/audiocd-kio-24.12.3.tar.xz) = 580232
|
||||
TIMESTAMP = 1744564194
|
||||
SHA256 (KDE/release-service/25.04.0/audiocd-kio-25.04.0.tar.xz) = 712753ec83922768e4257c504400cfdb558173bebb39c59470da75b771c1d6b7
|
||||
SIZE (KDE/release-service/25.04.0/audiocd-kio-25.04.0.tar.xz) = 583892
|
||||
|
|
|
@ -157,7 +157,9 @@ share/locale/he/LC_MESSAGES/audiocd_encoder_opus.mo
|
|||
share/locale/he/LC_MESSAGES/audiocd_encoder_vorbis.mo
|
||||
share/locale/he/LC_MESSAGES/kcmaudiocd.mo
|
||||
share/locale/he/LC_MESSAGES/kio_audiocd.mo
|
||||
share/locale/hi/LC_MESSAGES/audiocd_encoder_flac.mo
|
||||
share/locale/hi/LC_MESSAGES/audiocd_encoder_lame.mo
|
||||
share/locale/hi/LC_MESSAGES/audiocd_encoder_opus.mo
|
||||
share/locale/hi/LC_MESSAGES/audiocd_encoder_vorbis.mo
|
||||
share/locale/hi/LC_MESSAGES/kcmaudiocd.mo
|
||||
share/locale/hi/LC_MESSAGES/kio_audiocd.mo
|
||||
|
@ -307,6 +309,12 @@ share/locale/ru/LC_MESSAGES/audiocd_encoder_opus.mo
|
|||
share/locale/ru/LC_MESSAGES/audiocd_encoder_vorbis.mo
|
||||
share/locale/ru/LC_MESSAGES/kcmaudiocd.mo
|
||||
share/locale/ru/LC_MESSAGES/kio_audiocd.mo
|
||||
share/locale/sa/LC_MESSAGES/audiocd_encoder_flac.mo
|
||||
share/locale/sa/LC_MESSAGES/audiocd_encoder_lame.mo
|
||||
share/locale/sa/LC_MESSAGES/audiocd_encoder_opus.mo
|
||||
share/locale/sa/LC_MESSAGES/audiocd_encoder_vorbis.mo
|
||||
share/locale/sa/LC_MESSAGES/kcmaudiocd.mo
|
||||
share/locale/sa/LC_MESSAGES/kio_audiocd.mo
|
||||
share/locale/se/LC_MESSAGES/audiocd_encoder_lame.mo
|
||||
share/locale/se/LC_MESSAGES/audiocd_encoder_vorbis.mo
|
||||
share/locale/se/LC_MESSAGES/kcmaudiocd.mo
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= elisa
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275269
|
||||
SHA256 (KDE/release-service/24.12.3/elisa-24.12.3.tar.xz) = 5d19ab3db41cb2133ac5198f686db49e82b2228e80a3d6f425e04f244588ffc3
|
||||
SIZE (KDE/release-service/24.12.3/elisa-24.12.3.tar.xz) = 1483796
|
||||
TIMESTAMP = 1744564194
|
||||
SHA256 (KDE/release-service/25.04.0/elisa-25.04.0.tar.xz) = 96499190370f78e07b3ad21d94d924d021dd17c4bf598b21d01bf02a2a7496af
|
||||
SIZE (KDE/release-service/25.04.0/elisa-25.04.0.tar.xz) = 1488120
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275274
|
||||
SHA256 (KDE/release-service/24.12.3/juk-24.12.3.tar.xz) = 3fbf1662347769b273bbeefbafea4bf170db17bfc2e9d792030a4647effb417b
|
||||
SIZE (KDE/release-service/24.12.3/juk-24.12.3.tar.xz) = 1910992
|
||||
TIMESTAMP = 1744564195
|
||||
SHA256 (KDE/release-service/25.04.0/juk-25.04.0.tar.xz) = 37622414c765f7d48446607324f71511efcce8925224e87f70e9ed5fe09f9155
|
||||
SIZE (KDE/release-service/25.04.0/juk-25.04.0.tar.xz) = 1917348
|
||||
|
|
|
@ -68,6 +68,7 @@ share/locale/pt/LC_MESSAGES/juk.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/juk.mo
|
||||
share/locale/ro/LC_MESSAGES/juk.mo
|
||||
share/locale/ru/LC_MESSAGES/juk.mo
|
||||
share/locale/sa/LC_MESSAGES/juk.mo
|
||||
share/locale/se/LC_MESSAGES/juk.mo
|
||||
share/locale/sk/LC_MESSAGES/juk.mo
|
||||
share/locale/sl/LC_MESSAGES/juk.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275279
|
||||
SHA256 (KDE/release-service/24.12.3/kmix-24.12.3.tar.xz) = e834bb6532342558d4acfe7b1d89294241565c7addcab9e38c149ad025570ed8
|
||||
SIZE (KDE/release-service/24.12.3/kmix-24.12.3.tar.xz) = 1167852
|
||||
TIMESTAMP = 1744564195
|
||||
SHA256 (KDE/release-service/25.04.0/kmix-25.04.0.tar.xz) = dd729b774339e7c5a95028aa55b6293407a90eac1f56d6805cbcee5f4090b9ff
|
||||
SIZE (KDE/release-service/25.04.0/kmix-25.04.0.tar.xz) = 1177276
|
||||
|
|
|
@ -97,6 +97,7 @@ share/locale/pt/LC_MESSAGES/kmix.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kmix.mo
|
||||
share/locale/ro/LC_MESSAGES/kmix.mo
|
||||
share/locale/ru/LC_MESSAGES/kmix.mo
|
||||
share/locale/sa/LC_MESSAGES/kmix.mo
|
||||
share/locale/se/LC_MESSAGES/kmix.mo
|
||||
share/locale/sk/LC_MESSAGES/kmix.mo
|
||||
share/locale/sl/LC_MESSAGES/kmix.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275284
|
||||
SHA256 (KDE/release-service/24.12.3/kwave-24.12.3.tar.xz) = bde20a09e1e4e97c3c6e189448fd9c05e191379fcfd9eb4c83a6715ab5b12b16
|
||||
SIZE (KDE/release-service/24.12.3/kwave-24.12.3.tar.xz) = 6478112
|
||||
TIMESTAMP = 1744564196
|
||||
SHA256 (KDE/release-service/25.04.0/kwave-25.04.0.tar.xz) = 864a3cb973d96046bba909df46128e7a7429a72cbffd37ecd5930fb3dddb5a63
|
||||
SIZE (KDE/release-service/25.04.0/kwave-25.04.0.tar.xz) = 6518868
|
||||
|
|
|
@ -34,7 +34,7 @@ lib/libkwavegui.so.%%KDE_APPLICATIONS_VERSION%%
|
|||
%%QT_PLUGINDIR%%/kwave/volume.so
|
||||
%%QT_PLUGINDIR%%/kwave/zero.so
|
||||
share/applications/org.kde.kwave.desktop
|
||||
share/icons/hicolor/scalable/apps/kwave.svgz
|
||||
share/icons/hicolor/scalable/apps/org.kde.kwave.svg
|
||||
%%DATADIR%%/menus.config
|
||||
%%DATADIR%%/pics/amplify_free.png
|
||||
%%DATADIR%%/pics/fade_in.png
|
||||
|
@ -66,6 +66,7 @@ share/locale/eu/LC_MESSAGES/kwave.mo
|
|||
share/locale/fi/LC_MESSAGES/kwave.mo
|
||||
share/locale/fr/LC_MESSAGES/kwave.mo
|
||||
share/locale/gl/LC_MESSAGES/kwave.mo
|
||||
share/locale/hi/LC_MESSAGES/kwave.mo
|
||||
share/locale/ia/LC_MESSAGES/kwave.mo
|
||||
share/locale/it/LC_MESSAGES/kwave.mo
|
||||
share/locale/ja/LC_MESSAGES/kwave.mo
|
||||
|
@ -77,6 +78,7 @@ share/locale/pl/LC_MESSAGES/kwave.mo
|
|||
share/locale/pt/LC_MESSAGES/kwave.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kwave.mo
|
||||
share/locale/ru/LC_MESSAGES/kwave.mo
|
||||
share/locale/sa/LC_MESSAGES/kwave.mo
|
||||
share/locale/sk/LC_MESSAGES/kwave.mo
|
||||
share/locale/sl/LC_MESSAGES/kwave.mo
|
||||
share/locale/sv/LC_MESSAGES/kwave.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275288
|
||||
SHA256 (KDE/release-service/24.12.3/libkcddb-24.12.3.tar.xz) = bf404bb565b50d6ca1a0388116b51489998fb556828a0e334351ac1408fd580e
|
||||
SIZE (KDE/release-service/24.12.3/libkcddb-24.12.3.tar.xz) = 450048
|
||||
TIMESTAMP = 1744564197
|
||||
SHA256 (KDE/release-service/25.04.0/libkcddb-25.04.0.tar.xz) = 0bec0c13d04d1082296245117c5b53f0dc0a3c6ca3c83b7168e0af53279da482
|
||||
SIZE (KDE/release-service/25.04.0/libkcddb-25.04.0.tar.xz) = 450292
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275291
|
||||
SHA256 (KDE/release-service/24.12.3/libkcompactdisc-24.12.3.tar.xz) = 1a54bc40e82d0f0ae018752d4edfe5ebdae043271bddae3f2f3cae61909c075a
|
||||
SIZE (KDE/release-service/24.12.3/libkcompactdisc-24.12.3.tar.xz) = 100592
|
||||
TIMESTAMP = 1744564197
|
||||
SHA256 (KDE/release-service/25.04.0/libkcompactdisc-25.04.0.tar.xz) = 50e1ea52ffd6d0ed830ad9bffca7af213d412db81c04814b633b1d44edf40150
|
||||
SIZE (KDE/release-service/25.04.0/libkcompactdisc-25.04.0.tar.xz) = 100588
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275292
|
||||
SHA256 (KDE/release-service/24.12.3/akonadi-24.12.3.tar.xz) = e1e4de8050e578e65d71b0279d10ae4d0906ba5a5b0239f88d0145602b0c17c8
|
||||
SIZE (KDE/release-service/24.12.3/akonadi-24.12.3.tar.xz) = 1712368
|
||||
TIMESTAMP = 1744564198
|
||||
SHA256 (KDE/release-service/25.04.0/akonadi-25.04.0.tar.xz) = 8034dfd2f694ed07ff89d17b42ccf4f1626d844ad336a83d81f03fb30556679e
|
||||
SIZE (KDE/release-service/25.04.0/akonadi-25.04.0.tar.xz) = 1734848
|
||||
|
|
|
@ -428,6 +428,9 @@ share/locale/gl/LC_MESSAGES/akonadi_knut_resource.mo
|
|||
share/locale/gl/LC_MESSAGES/libakonadi6.mo
|
||||
share/locale/he/LC_MESSAGES/akonadi-db-migrator.mo
|
||||
share/locale/he/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi-db-migrator.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/libakonadi6.mo
|
||||
share/locale/hsb/LC_MESSAGES/libakonadi6.mo
|
||||
share/locale/hu/LC_MESSAGES/akonadi-db-migrator.mo
|
||||
share/locale/hu/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
|
@ -483,7 +486,6 @@ share/locale/pl/LC_MESSAGES/akonadi_knut_resource.mo
|
|||
share/locale/pl/LC_MESSAGES/libakonadi6.mo
|
||||
share/locale/pt/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
share/locale/pt/LC_MESSAGES/libakonadi6.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/akonadi-db-migrator.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libakonadi6.mo
|
||||
share/locale/ro/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
|
@ -491,6 +493,9 @@ share/locale/ro/LC_MESSAGES/libakonadi6.mo
|
|||
share/locale/ru/LC_MESSAGES/akonadi-db-migrator.mo
|
||||
share/locale/ru/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
share/locale/ru/LC_MESSAGES/libakonadi6.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi-db-migrator.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/libakonadi6.mo
|
||||
share/locale/se/LC_MESSAGES/libakonadi6.mo
|
||||
share/locale/sk/LC_MESSAGES/akonadi-db-migrator.mo
|
||||
share/locale/sk/LC_MESSAGES/akonadi_knut_resource.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275293
|
||||
SHA256 (KDE/release-service/24.12.3/akonadi-calendar-tools-24.12.3.tar.xz) = e5b34b90d6a4c7b6e300d904aa817867eea7ecbfae5c8eec692368d230685703
|
||||
SIZE (KDE/release-service/24.12.3/akonadi-calendar-tools-24.12.3.tar.xz) = 270076
|
||||
TIMESTAMP = 1744564198
|
||||
SHA256 (KDE/release-service/25.04.0/akonadi-calendar-tools-25.04.0.tar.xz) = bd38397cdc6a84dc9147fd8d4b3e0b30833893f1115ac6ceb6c069598664368c
|
||||
SIZE (KDE/release-service/25.04.0/akonadi-calendar-tools-25.04.0.tar.xz) = 273328
|
||||
|
|
|
@ -99,6 +99,8 @@ share/locale/pt_BR/LC_MESSAGES/konsolekalendar.mo
|
|||
share/locale/ro/LC_MESSAGES/konsolekalendar.mo
|
||||
share/locale/ru/LC_MESSAGES/calendarjanitor.mo
|
||||
share/locale/ru/LC_MESSAGES/konsolekalendar.mo
|
||||
share/locale/sa/LC_MESSAGES/calendarjanitor.mo
|
||||
share/locale/sa/LC_MESSAGES/konsolekalendar.mo
|
||||
share/locale/se/LC_MESSAGES/konsolekalendar.mo
|
||||
share/locale/sk/LC_MESSAGES/calendarjanitor.mo
|
||||
share/locale/sk/LC_MESSAGES/konsolekalendar.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275295
|
||||
SHA256 (KDE/release-service/24.12.3/akonadi-import-wizard-24.12.3.tar.xz) = ee4958ac93c37ee29ddebd36ff60bf1212ccb7de6253387128dd2ada32f2f32c
|
||||
SIZE (KDE/release-service/24.12.3/akonadi-import-wizard-24.12.3.tar.xz) = 491924
|
||||
TIMESTAMP = 1744564199
|
||||
SHA256 (KDE/release-service/25.04.0/akonadi-import-wizard-25.04.0.tar.xz) = eb1f7464502228eed2d4b9a681485719e666b1215096ec420b8a92dfdc0ebec6
|
||||
SIZE (KDE/release-service/25.04.0/akonadi-import-wizard-25.04.0.tar.xz) = 495700
|
||||
|
|
|
@ -56,6 +56,7 @@ share/locale/fr/LC_MESSAGES/akonadiimportwizard.mo
|
|||
share/locale/ga/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/gl/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/he/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/hu/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/ia/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/id/LC_MESSAGES/akonadiimportwizard.mo
|
||||
|
@ -77,6 +78,7 @@ share/locale/pt/LC_MESSAGES/akonadiimportwizard.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/ro/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/ru/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/sk/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/sl/LC_MESSAGES/akonadiimportwizard.mo
|
||||
share/locale/sv/LC_MESSAGES/akonadiimportwizard.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275296
|
||||
SHA256 (KDE/release-service/24.12.3/akonadiconsole-24.12.3.tar.xz) = fd78539f4a67d51d0ca9f8ba9bcabcb2690c22b580ff041c74cad559af2e8f75
|
||||
SIZE (KDE/release-service/24.12.3/akonadiconsole-24.12.3.tar.xz) = 313864
|
||||
TIMESTAMP = 1744564199
|
||||
SHA256 (KDE/release-service/25.04.0/akonadiconsole-25.04.0.tar.xz) = 5a5f72497f8d87a6a5d7ec554aab434be6b1bd5ead01e0585bb0054902e50baf
|
||||
SIZE (KDE/release-service/25.04.0/akonadiconsole-25.04.0.tar.xz) = 318948
|
||||
|
|
|
@ -23,6 +23,7 @@ share/locale/fi/LC_MESSAGES/akonadiconsole.mo
|
|||
share/locale/fr/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/gl/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/he/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/hu/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/ia/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/it/LC_MESSAGES/akonadiconsole.mo
|
||||
|
@ -34,9 +35,9 @@ share/locale/lv/LC_MESSAGES/akonadiconsole.mo
|
|||
share/locale/nl/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/pl/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/pt/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/ro/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/ru/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/sk/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/sl/LC_MESSAGES/akonadiconsole.mo
|
||||
share/locale/sv/LC_MESSAGES/akonadiconsole.mo
|
||||
|
|
|
@ -19,8 +19,8 @@ USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 \
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
i18n iconthemes itemmodels jobwidgets kcmutils kio \
|
||||
notifications notifyconfig parts service solid sonnet \
|
||||
statusnotifieritem texteditor textwidgets widgetsaddons \
|
||||
windowsystem xmlgui \
|
||||
statusnotifieritem texteditor textwidgets userfeedback \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
# pim components
|
||||
USE_KDE+= akonadi akonadimime contacts grantleetheme kontactinterface \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275297
|
||||
SHA256 (KDE/release-service/24.12.3/akregator-24.12.3.tar.xz) = 1b0b25bee2e4d538eb7e1c9d0a0da8c62036f72456459f090a14744fb71eaf44
|
||||
SIZE (KDE/release-service/24.12.3/akregator-24.12.3.tar.xz) = 2134576
|
||||
TIMESTAMP = 1744564200
|
||||
SHA256 (KDE/release-service/25.04.0/akregator-25.04.0.tar.xz) = 34dfe21abd5e696e09ba9aa2309de04e6d6ed8733f0257e99efaefc2fcf611a6
|
||||
SIZE (KDE/release-service/25.04.0/akregator-25.04.0.tar.xz) = 2143288
|
||||
|
|
|
@ -12,6 +12,7 @@ lib/libakregatorprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%%
|
|||
%%QT_PLUGINDIR%%/pim6/kcms/akregator/akregator_config_general.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/akregator/akregator_config_plugins.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/akregator/akregator_config_security.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/akregator/akregator_config_userfeedback.so
|
||||
%%QT_PLUGINDIR%%/pim6/kontact/kontact_akregatorplugin.so
|
||||
share/applications/org.kde.akregator.desktop
|
||||
share/config.kcfg/akregator.kcfg
|
||||
|
@ -80,6 +81,7 @@ share/locale/pt/LC_MESSAGES/akregator.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/akregator.mo
|
||||
share/locale/ro/LC_MESSAGES/akregator.mo
|
||||
share/locale/ru/LC_MESSAGES/akregator.mo
|
||||
share/locale/sa/LC_MESSAGES/akregator.mo
|
||||
share/locale/se/LC_MESSAGES/akregator.mo
|
||||
share/locale/sk/LC_MESSAGES/akregator.mo
|
||||
share/locale/sl/LC_MESSAGES/akregator.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275300
|
||||
SHA256 (KDE/release-service/24.12.3/grantlee-editor-24.12.3.tar.xz) = 92e4dbe356175dfb3f3169c98726e62009886cf810442463bdac29aa552cf82f
|
||||
SIZE (KDE/release-service/24.12.3/grantlee-editor-24.12.3.tar.xz) = 124348
|
||||
TIMESTAMP = 1744564201
|
||||
SHA256 (KDE/release-service/25.04.0/grantlee-editor-25.04.0.tar.xz) = 9376c32ce1c2576533feb2ddbbef52a834d7580146c59fc0d51f8346c049b2a7
|
||||
SIZE (KDE/release-service/25.04.0/grantlee-editor-25.04.0.tar.xz) = 128460
|
||||
|
|
|
@ -80,6 +80,10 @@ share/locale/he/LC_MESSAGES/contactprintthemeeditor.mo
|
|||
share/locale/he/LC_MESSAGES/contactthemeeditor.mo
|
||||
share/locale/he/LC_MESSAGES/headerthemeeditor.mo
|
||||
share/locale/he/LC_MESSAGES/libgrantleethemeeditor.mo
|
||||
share/locale/hi/LC_MESSAGES/contactprintthemeeditor.mo
|
||||
share/locale/hi/LC_MESSAGES/contactthemeeditor.mo
|
||||
share/locale/hi/LC_MESSAGES/headerthemeeditor.mo
|
||||
share/locale/hi/LC_MESSAGES/libgrantleethemeeditor.mo
|
||||
share/locale/hu/LC_MESSAGES/contactprintthemeeditor.mo
|
||||
share/locale/hu/LC_MESSAGES/contactthemeeditor.mo
|
||||
share/locale/hu/LC_MESSAGES/headerthemeeditor.mo
|
||||
|
@ -140,6 +144,10 @@ share/locale/ru/LC_MESSAGES/contactprintthemeeditor.mo
|
|||
share/locale/ru/LC_MESSAGES/contactthemeeditor.mo
|
||||
share/locale/ru/LC_MESSAGES/headerthemeeditor.mo
|
||||
share/locale/ru/LC_MESSAGES/libgrantleethemeeditor.mo
|
||||
share/locale/sa/LC_MESSAGES/contactprintthemeeditor.mo
|
||||
share/locale/sa/LC_MESSAGES/contactthemeeditor.mo
|
||||
share/locale/sa/LC_MESSAGES/headerthemeeditor.mo
|
||||
share/locale/sa/LC_MESSAGES/libgrantleethemeeditor.mo
|
||||
share/locale/sk/LC_MESSAGES/contactprintthemeeditor.mo
|
||||
share/locale/sk/LC_MESSAGES/contactthemeeditor.mo
|
||||
share/locale/sk/LC_MESSAGES/headerthemeeditor.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275303
|
||||
SHA256 (KDE/release-service/24.12.3/grantleetheme-24.12.3.tar.xz) = d6502421c47282eab48c9b17023ce93da034660b6d84a0f8af5e42c5d473e136
|
||||
SIZE (KDE/release-service/24.12.3/grantleetheme-24.12.3.tar.xz) = 63528
|
||||
TIMESTAMP = 1744564201
|
||||
SHA256 (KDE/release-service/25.04.0/grantleetheme-25.04.0.tar.xz) = 9b3f0efd460396039620d80b07757a50c0a019f3d96bb4860daed724c35b2d70
|
||||
SIZE (KDE/release-service/25.04.0/grantleetheme-25.04.0.tar.xz) = 63676
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275307
|
||||
SHA256 (KDE/release-service/24.12.3/itinerary-24.12.3.tar.xz) = 2415aa7b6a5d0fba91fd5cb3e7fdbcaf3c8d1ca347c216bc64ccd28a0eb8b94e
|
||||
SIZE (KDE/release-service/24.12.3/itinerary-24.12.3.tar.xz) = 770480
|
||||
TIMESTAMP = 1744564202
|
||||
SHA256 (KDE/release-service/25.04.0/itinerary-25.04.0.tar.xz) = 37755caaf2e55a841f72922c9ce4932e1ad346bafc1e9cca136d111f6d6793e8
|
||||
SIZE (KDE/release-service/25.04.0/itinerary-25.04.0.tar.xz) = 816732
|
||||
|
|
|
@ -22,6 +22,7 @@ share/locale/fi/LC_MESSAGES/kde-itinerary.mo
|
|||
share/locale/fr/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/gl/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/he/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/hi/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/hu/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/ia/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/it/LC_MESSAGES/kde-itinerary.mo
|
||||
|
@ -34,6 +35,7 @@ share/locale/pl/LC_MESSAGES/kde-itinerary.mo
|
|||
share/locale/pt/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/ru/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/sa/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/sk/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/sl/LC_MESSAGES/kde-itinerary.mo
|
||||
share/locale/sv/LC_MESSAGES/kde-itinerary.mo
|
||||
|
|
|
@ -17,7 +17,7 @@ USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 \
|
|||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||
i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
|
||||
pimtextedit prison service solid sonnet textwidgets \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
userfeedback widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
# pim components
|
||||
USE_KDE+= akonadi akonadicontacts akonadisearch contacts grantleetheme \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275313
|
||||
SHA256 (KDE/release-service/24.12.3/kaddressbook-24.12.3.tar.xz) = fa0e4d75f2e7bf9c2e373547032ab43b8a9b6b09469dc9735966476b87588490
|
||||
SIZE (KDE/release-service/24.12.3/kaddressbook-24.12.3.tar.xz) = 3430680
|
||||
TIMESTAMP = 1744564202
|
||||
SHA256 (KDE/release-service/25.04.0/kaddressbook-25.04.0.tar.xz) = d07ade7ff926d077af7f797eadf04f51f597c73a6f436a70907c58cbd6ea2615
|
||||
SIZE (KDE/release-service/25.04.0/kaddressbook-25.04.0.tar.xz) = 3441164
|
||||
|
|
|
@ -29,7 +29,10 @@ lib/libKPim6AddressbookImportExport.so.%%KDE_APPLICATIONS_SHLIB_VER%%
|
|||
lib/libkaddressbookprivate.so.6
|
||||
lib/libkaddressbookprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%%
|
||||
%%QT_PLUGINDIR%%/kaddressbookpart.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/kaddressbook/kaddressbook_config_activities.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/kaddressbook/kaddressbook_config_ldap.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/kaddressbook/kaddressbook_config_plugins.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/kaddressbook/kaddressbook_config_userfeedback.so
|
||||
%%QT_PLUGINDIR%%/pim6/kontact/kontact_kaddressbookplugin.so
|
||||
share/applications/kaddressbook-importer.desktop
|
||||
share/applications/kaddressbook-view.desktop
|
||||
|
@ -87,6 +90,7 @@ share/locale/fy/LC_MESSAGES/kaddressbook.mo
|
|||
share/locale/ga/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/gl/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/he/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/hi/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/hr/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/hu/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/ia/LC_MESSAGES/kaddressbook.mo
|
||||
|
@ -114,6 +118,7 @@ share/locale/pt/LC_MESSAGES/kaddressbook.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/ro/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/ru/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/sa/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/se/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/sk/LC_MESSAGES/kaddressbook.mo
|
||||
share/locale/sl/LC_MESSAGES/kaddressbook.mo
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= kalarm
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -35,6 +34,7 @@ OPTIONS_RADIO= AUDIO
|
|||
AUDIO_DESC= Audio backend
|
||||
OPTIONS_RADIO_AUDIO= MPV VLC
|
||||
OPTIONS_DEFAULT= MPV # VLC still uses Qt5
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
MPV_DESC= Play audio via libmpv
|
||||
MPV_LIB_DEPENDS= libmpv.so:multimedia/mpv
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275318
|
||||
SHA256 (KDE/release-service/24.12.3/kalarm-24.12.3.tar.xz) = 0a5ac651a95f632595c662d570676643995a73a55fa87810ba8ef392559cbe91
|
||||
SIZE (KDE/release-service/24.12.3/kalarm-24.12.3.tar.xz) = 2648416
|
||||
TIMESTAMP = 1744564203
|
||||
SHA256 (KDE/release-service/25.04.0/kalarm-25.04.0.tar.xz) = bf5675423f080235c22309f448e4dfb6d4a1baaa8c60cbfa6326b558516e3e92
|
||||
SIZE (KDE/release-service/25.04.0/kalarm-25.04.0.tar.xz) = 2679792
|
||||
|
|
|
@ -8,6 +8,8 @@ lib/libkalarmcalendar.so.%%KDE_APPLICATIONS_SHLIB_VER%%
|
|||
lib/libkalarmplugin.so.6
|
||||
lib/libkalarmplugin.so.%%KDE_APPLICATIONS_SHLIB_VER%%
|
||||
%%QT_PLUGINDIR%%/pim6/kalarm/akonadiplugin.so
|
||||
%%MPV%%%%QT_PLUGINDIR%%/pim6/kalarm/audioplugin_mpv.so
|
||||
%%VLC%%%%QT_PLUGINDIR%%/pim6/kalarm/audioplugin_vlc.so
|
||||
share/applications/org.kde.kalarm.desktop
|
||||
share/config.kcfg/kalarmconfig.kcfg
|
||||
share/dbus-1/interfaces/org.kde.kalarm.kalarm.xml
|
||||
|
@ -81,6 +83,7 @@ share/locale/pt/LC_MESSAGES/kalarm.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kalarm.mo
|
||||
share/locale/ro/LC_MESSAGES/kalarm.mo
|
||||
share/locale/ru/LC_MESSAGES/kalarm.mo
|
||||
share/locale/sa/LC_MESSAGES/kalarm.mo
|
||||
share/locale/se/LC_MESSAGES/kalarm.mo
|
||||
share/locale/si/LC_MESSAGES/kalarm.mo
|
||||
share/locale/sk/LC_MESSAGES/kalarm.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275321
|
||||
SHA256 (KDE/release-service/24.12.3/kcharselect-24.12.3.tar.xz) = 04fa8fd6a0e2b92e09e9c4ec26f0a5bbbff2a5976539f381a7b5930c21cc1b66
|
||||
SIZE (KDE/release-service/24.12.3/kcharselect-24.12.3.tar.xz) = 477216
|
||||
TIMESTAMP = 1744564204
|
||||
SHA256 (KDE/release-service/25.04.0/kcharselect-25.04.0.tar.xz) = 4de53cd099291e046cf479878688cd2689a7e7f9ee27550d9b03703323cab4a4
|
||||
SIZE (KDE/release-service/25.04.0/kcharselect-25.04.0.tar.xz) = 478168
|
||||
|
|
|
@ -56,6 +56,7 @@ share/locale/pt/LC_MESSAGES/kcharselect.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kcharselect.mo
|
||||
share/locale/ro/LC_MESSAGES/kcharselect.mo
|
||||
share/locale/ru/LC_MESSAGES/kcharselect.mo
|
||||
share/locale/sa/LC_MESSAGES/kcharselect.mo
|
||||
share/locale/se/LC_MESSAGES/kcharselect.mo
|
||||
share/locale/si/LC_MESSAGES/kcharselect.mo
|
||||
share/locale/sk/LC_MESSAGES/kcharselect.mo
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= kdeconnect-kde
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275325
|
||||
SHA256 (KDE/release-service/24.12.3/kdeconnect-kde-24.12.3.tar.xz) = 48d0eb908539a21f36e1784c2e782a4dca1c90402fe24a631ed2aff43aebab17
|
||||
SIZE (KDE/release-service/24.12.3/kdeconnect-kde-24.12.3.tar.xz) = 716168
|
||||
TIMESTAMP = 1744564204
|
||||
SHA256 (KDE/release-service/25.04.0/kdeconnect-kde-25.04.0.tar.xz) = 144a65ed741dd37bec4e30703c939f49b8becdb51075bd5702d7adede91d5ca8
|
||||
SIZE (KDE/release-service/25.04.0/kdeconnect-kde-25.04.0.tar.xz) = 742472
|
||||
|
|
|
@ -415,6 +415,14 @@ share/locale/hi/LC_MESSAGES/kdeconnect-fileitemaction.mo
|
|||
share/locale/hi/LC_MESSAGES/kdeconnect-indicator.mo
|
||||
share/locale/hi/LC_MESSAGES/kdeconnect-interfaces.mo
|
||||
share/locale/hi/LC_MESSAGES/kdeconnect-kcm.mo
|
||||
share/locale/hi/LC_MESSAGES/kdeconnect-kded.mo
|
||||
share/locale/hi/LC_MESSAGES/kdeconnect-kio.mo
|
||||
share/locale/hi/LC_MESSAGES/kdeconnect-nautilus-extension.mo
|
||||
share/locale/hi/LC_MESSAGES/kdeconnect-plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kdeconnect-settings.mo
|
||||
share/locale/hi/LC_MESSAGES/kdeconnect-sms.mo
|
||||
share/locale/hi/LC_MESSAGES/kdeconnect-urlhandler.mo
|
||||
share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.kdeconnect.mo
|
||||
share/locale/hu/LC_MESSAGES/kdeconnect-app.mo
|
||||
share/locale/hu/LC_MESSAGES/kdeconnect-cli.mo
|
||||
share/locale/hu/LC_MESSAGES/kdeconnect-core.mo
|
||||
|
@ -710,6 +718,21 @@ share/locale/ru/LC_MESSAGES/kdeconnect-settings.mo
|
|||
share/locale/ru/LC_MESSAGES/kdeconnect-sms.mo
|
||||
share/locale/ru/LC_MESSAGES/kdeconnect-urlhandler.mo
|
||||
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.kdeconnect.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-app.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-cli.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-core.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-fileitemaction.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-indicator.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-interfaces.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-kcm.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-kded.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-kio.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-nautilus-extension.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-settings.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-sms.mo
|
||||
share/locale/sa/LC_MESSAGES/kdeconnect-urlhandler.mo
|
||||
share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.kdeconnect.mo
|
||||
share/locale/sk/LC_MESSAGES/kdeconnect-app.mo
|
||||
share/locale/sk/LC_MESSAGES/kdeconnect-cli.mo
|
||||
share/locale/sk/LC_MESSAGES/kdeconnect-core.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275331
|
||||
SHA256 (KDE/release-service/24.12.3/kdepim-addons-24.12.3.tar.xz) = 0ab482e5725d02c702ba65a3a41c7ee774b1e621cedb84734d8a8fbea41f97d9
|
||||
SIZE (KDE/release-service/24.12.3/kdepim-addons-24.12.3.tar.xz) = 2618472
|
||||
TIMESTAMP = 1744564205
|
||||
SHA256 (KDE/release-service/25.04.0/kdepim-addons-25.04.0.tar.xz) = a1dc706cba1e83687b804554bc341db678a71d80540364ae13d0f6c42f0736e1
|
||||
SIZE (KDE/release-service/25.04.0/kdepim-addons-25.04.0.tar.xz) = 2642120
|
||||
|
|
|
@ -40,9 +40,11 @@ lib/libshorturlpluginprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%%
|
|||
%%QT_PLUGINDIR%%/pim6/kaddressbook/mainview/kaddressbook_searchduplicatesplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kaddressbook/mainview/kaddressbook_sendmailplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kaddressbook/mainview/kaddressbook_sendvcardsplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/kleopatra/kcm_kmail_gnupgsystem.so
|
||||
%%QT_PLUGINDIR%%/pim6/kmail/mainview/kmail_akonadidatabasetoolplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kmail/mainview/kmail_antispamplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kmail/mainview/kmail_antivirusplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kmail/mainview/kmail_checkfoldersizeaccount.so
|
||||
%%QT_PLUGINDIR%%/pim6/kmail/mainview/kmail_expertplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kmail/plugincheckbeforesend/kmail_automaticaddcontactseditorplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kmail/plugincheckbeforesend/kmail_checkbeforesendeditorplugin.so
|
||||
|
@ -60,9 +62,11 @@ lib/libshorturlpluginprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%%
|
|||
%%QT_PLUGINDIR%%/pim6/kmail/plugineditorgrammar/kmail_grammalecteplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kmail/plugineditorgrammar/kmail_languagetoolplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/kmail/plugineditorinit/kmail_externalcomposereditorplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/ldapactivities/kldapactivitiesplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/libksieve/emaillineeditplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/libksieve/imapfoldercompletionplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/mailtransport/mailtransport_sendplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/mailtransportactivities/kmailtransportactivitiesplugin.so
|
||||
%%QT_PLUGINDIR%%/pim6/messageviewer/bodypartformatter/messageviewer_bodypartformatter_application_gnupgwks.so
|
||||
%%QT_PLUGINDIR%%/pim6/messageviewer/bodypartformatter/messageviewer_bodypartformatter_application_mstnef.so
|
||||
%%QT_PLUGINDIR%%/pim6/messageviewer/bodypartformatter/messageviewer_bodypartformatter_pkpass.so
|
||||
|
@ -586,9 +590,31 @@ share/locale/he/LC_MESSAGES/messageviewerheaderplugins.mo
|
|||
share/locale/he/LC_MESSAGES/messageviewerplugins.mo
|
||||
share/locale/he/LC_MESSAGES/sieveeditor_plugins.mo
|
||||
share/locale/he/LC_MESSAGES/webengineurlinterceptor.mo
|
||||
share/locale/hi/LC_MESSAGES/cryptopageplugin.mo
|
||||
share/locale/hi/LC_MESSAGES/customtoolsplugin.mo
|
||||
share/locale/hi/LC_MESSAGES/importwizard_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kaddressbook_importexportplugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kaddressbook_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kmail_editor_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kmail_editorconvertertext_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kmail_editorgrammar_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kmail_editorinit_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kmail_editorsendcheck_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kmail_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/kmailtransport_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/korganizer_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/messageviewer_application_gnupgwks_plugin.mo
|
||||
share/locale/hi/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo
|
||||
share/locale/hi/LC_MESSAGES/messageviewer_bodypartformatter_pkpass.mo
|
||||
share/locale/hi/LC_MESSAGES/messageviewer_semantic_plugin.mo
|
||||
share/locale/hi/LC_MESSAGES/messageviewer_text_calendar_plugin.mo
|
||||
share/locale/hi/LC_MESSAGES/messageviewer_text_vcard_plugin.mo
|
||||
share/locale/hi/LC_MESSAGES/messageviewerconfiguresettingsplugins.mo
|
||||
share/locale/hi/LC_MESSAGES/messageviewerheaderplugins.mo
|
||||
share/locale/hi/LC_MESSAGES/messageviewerplugins.mo
|
||||
share/locale/hi/LC_MESSAGES/sieveeditor_plugins.mo
|
||||
share/locale/hi/LC_MESSAGES/webengineurlinterceptor.mo
|
||||
share/locale/hne/LC_MESSAGES/korganizer_plugins.mo
|
||||
share/locale/hne/LC_MESSAGES/messageviewer_text_calendar_plugin.mo
|
||||
share/locale/hne/LC_MESSAGES/messageviewer_text_vcard_plugin.mo
|
||||
|
@ -951,6 +977,31 @@ share/locale/ru/LC_MESSAGES/messageviewerheaderplugins.mo
|
|||
share/locale/ru/LC_MESSAGES/messageviewerplugins.mo
|
||||
share/locale/ru/LC_MESSAGES/sieveeditor_plugins.mo
|
||||
share/locale/ru/LC_MESSAGES/webengineurlinterceptor.mo
|
||||
share/locale/sa/LC_MESSAGES/cryptopageplugin.mo
|
||||
share/locale/sa/LC_MESSAGES/customtoolsplugin.mo
|
||||
share/locale/sa/LC_MESSAGES/importwizard_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kaddressbook_importexportplugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kaddressbook_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kmail_editor_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kmail_editorconvertertext_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kmail_editorgrammar_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kmail_editorinit_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kmail_editorsendcheck_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kmail_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/kmailtransport_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/korganizer_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/messageviewer_application_gnupgwks_plugin.mo
|
||||
share/locale/sa/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo
|
||||
share/locale/sa/LC_MESSAGES/messageviewer_bodypartformatter_pkpass.mo
|
||||
share/locale/sa/LC_MESSAGES/messageviewer_semantic_plugin.mo
|
||||
share/locale/sa/LC_MESSAGES/messageviewer_text_calendar_plugin.mo
|
||||
share/locale/sa/LC_MESSAGES/messageviewer_text_vcard_plugin.mo
|
||||
share/locale/sa/LC_MESSAGES/messageviewerconfiguresettingsplugins.mo
|
||||
share/locale/sa/LC_MESSAGES/messageviewerheaderplugins.mo
|
||||
share/locale/sa/LC_MESSAGES/messageviewerplugins.mo
|
||||
share/locale/sa/LC_MESSAGES/sieveeditor_plugins.mo
|
||||
share/locale/sa/LC_MESSAGES/webengineurlinterceptor.mo
|
||||
share/locale/se/LC_MESSAGES/kaddressbook_importexportplugins.mo
|
||||
share/locale/se/LC_MESSAGES/korganizer_plugins.mo
|
||||
share/locale/se/LC_MESSAGES/messageviewer_text_calendar_plugin.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275335
|
||||
SHA256 (KDE/release-service/24.12.3/kdepim-runtime-24.12.3.tar.xz) = a207537bc5f05057bb6fdb0a445fd281d6829370c987e50aa6db67fb51e4892c
|
||||
SIZE (KDE/release-service/24.12.3/kdepim-runtime-24.12.3.tar.xz) = 1667960
|
||||
TIMESTAMP = 1744564205
|
||||
SHA256 (KDE/release-service/25.04.0/kdepim-runtime-25.04.0.tar.xz) = 92f8759b1f1d3cc5c6681b51a77079d78ac100e1dd9165ce641675d619a42a92
|
||||
SIZE (KDE/release-service/25.04.0/kdepim-runtime-25.04.0.tar.xz) = 1703896
|
||||
|
|
|
@ -46,7 +46,7 @@ lib/libnewmailnotifier.so.%%KDE_APPLICATIONS_SHLIB_VER%%
|
|||
%%QT_PLUGINDIR%%/pim6/akonadi/config/pop3config.so
|
||||
%%QT_PLUGINDIR%%/pim6/akonadi/config/vcardconfig.so
|
||||
%%QT_PLUGINDIR%%/pim6/akonadi/config/vcarddirconfig.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/kaddressbook/kcm_ldap.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/common/kcm_ldap.so
|
||||
%%QT_PLUGINDIR%%/pim6/mailtransport/mailtransport_akonadiplugin.so
|
||||
share/akonadi/agents/birthdaysresource.desktop
|
||||
share/akonadi/agents/contactsresource.desktop
|
||||
|
@ -585,6 +585,30 @@ share/locale/he/LC_MESSAGES/akonadi_vcarddir_resource.mo
|
|||
share/locale/he/LC_MESSAGES/gid-migrator.mo
|
||||
share/locale/he/LC_MESSAGES/kio_akonadi.mo
|
||||
share/locale/he/LC_MESSAGES/libfolderarchivesettings.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi-filestore.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_birthdays_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_contacts_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_davgroupware_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_etesync_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_ews_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_google_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_ical_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_icaldir_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_imap_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_maildir_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_maildispatcher_agent.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_mbox_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_migration_agent.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_mixedmaildir_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_newmailnotifier_agent.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_openxchange_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_pop3_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_singlefile_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_vcard_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_vcarddir_resource.mo
|
||||
share/locale/hi/LC_MESSAGES/gid-migrator.mo
|
||||
share/locale/hi/LC_MESSAGES/kio_akonadi.mo
|
||||
share/locale/hi/LC_MESSAGES/libfolderarchivesettings.mo
|
||||
share/locale/hr/LC_MESSAGES/akonadi_birthdays_resource.mo
|
||||
share/locale/hr/LC_MESSAGES/akonadi_contacts_resource.mo
|
||||
share/locale/hr/LC_MESSAGES/akonadi_pop3_resource.mo
|
||||
|
@ -798,12 +822,16 @@ share/locale/lv/LC_MESSAGES/akonadi-filestore.mo
|
|||
share/locale/lv/LC_MESSAGES/akonadi_birthdays_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_contacts_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_davgroupware_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_etesync_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_ews_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_google_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_ical_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_icaldir_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_imap_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_maildir_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_maildispatcher_agent.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_mbox_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_migration_agent.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_mixedmaildir_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_newmailnotifier_agent.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_openxchange_resource.mo
|
||||
|
@ -811,7 +839,9 @@ share/locale/lv/LC_MESSAGES/akonadi_pop3_resource.mo
|
|||
share/locale/lv/LC_MESSAGES/akonadi_singlefile_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_vcard_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/akonadi_vcarddir_resource.mo
|
||||
share/locale/lv/LC_MESSAGES/gid-migrator.mo
|
||||
share/locale/lv/LC_MESSAGES/kio_akonadi.mo
|
||||
share/locale/lv/LC_MESSAGES/libfolderarchivesettings.mo
|
||||
share/locale/mai/LC_MESSAGES/akonadi_birthdays_resource.mo
|
||||
share/locale/mai/LC_MESSAGES/akonadi_imap_resource.mo
|
||||
share/locale/mai/LC_MESSAGES/akonadi_pop3_resource.mo
|
||||
|
@ -1045,6 +1075,30 @@ share/locale/ru/LC_MESSAGES/akonadi_vcarddir_resource.mo
|
|||
share/locale/ru/LC_MESSAGES/gid-migrator.mo
|
||||
share/locale/ru/LC_MESSAGES/kio_akonadi.mo
|
||||
share/locale/ru/LC_MESSAGES/libfolderarchivesettings.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi-filestore.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_birthdays_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_contacts_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_davgroupware_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_etesync_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_ews_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_google_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_ical_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_icaldir_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_imap_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_maildir_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_maildispatcher_agent.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_mbox_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_migration_agent.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_mixedmaildir_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_newmailnotifier_agent.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_openxchange_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_pop3_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_singlefile_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_vcard_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_vcarddir_resource.mo
|
||||
share/locale/sa/LC_MESSAGES/gid-migrator.mo
|
||||
share/locale/sa/LC_MESSAGES/kio_akonadi.mo
|
||||
share/locale/sa/LC_MESSAGES/libfolderarchivesettings.mo
|
||||
share/locale/sk/LC_MESSAGES/akonadi-filestore.mo
|
||||
share/locale/sk/LC_MESSAGES/akonadi_birthdays_resource.mo
|
||||
share/locale/sk/LC_MESSAGES/akonadi_contacts_resource.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275339
|
||||
SHA256 (KDE/release-service/24.12.3/keditbookmarks-24.12.3.tar.xz) = 1d088634e91c7b9018aadc08a86bebcf67e192a514a938b6a81ca1a7e4c1cb82
|
||||
SIZE (KDE/release-service/24.12.3/keditbookmarks-24.12.3.tar.xz) = 260656
|
||||
TIMESTAMP = 1744564206
|
||||
SHA256 (KDE/release-service/25.04.0/keditbookmarks-25.04.0.tar.xz) = 007ba23e521a92cb1ce952698db0ae2c583a94d428ed0fea4af49e60a48a33dd
|
||||
SIZE (KDE/release-service/25.04.0/keditbookmarks-25.04.0.tar.xz) = 262488
|
||||
|
|
|
@ -67,6 +67,7 @@ share/locale/pt/LC_MESSAGES/keditbookmarks.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/keditbookmarks.mo
|
||||
share/locale/ro/LC_MESSAGES/keditbookmarks.mo
|
||||
share/locale/ru/LC_MESSAGES/keditbookmarks.mo
|
||||
share/locale/sa/LC_MESSAGES/keditbookmarks.mo
|
||||
share/locale/se/LC_MESSAGES/keditbookmarks.mo
|
||||
share/locale/si/LC_MESSAGES/keditbookmarks.mo
|
||||
share/locale/sk/LC_MESSAGES/keditbookmarks.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275342
|
||||
SHA256 (KDE/release-service/24.12.3/kfind-24.12.3.tar.xz) = ed549c07d1e91dfaf535b7dbc28a8761bfdabeeb7b802b9497a2e13c282b042b
|
||||
SIZE (KDE/release-service/24.12.3/kfind-24.12.3.tar.xz) = 330488
|
||||
TIMESTAMP = 1744564207
|
||||
SHA256 (KDE/release-service/25.04.0/kfind-25.04.0.tar.xz) = d53e3ca26f050832001cda6f9a8803271e1e54969b0d31dfa8a924d1af54bd05
|
||||
SIZE (KDE/release-service/25.04.0/kfind-25.04.0.tar.xz) = 333296
|
||||
|
|
|
@ -76,6 +76,7 @@ share/locale/pt/LC_MESSAGES/kfind.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kfind.mo
|
||||
share/locale/ro/LC_MESSAGES/kfind.mo
|
||||
share/locale/ru/LC_MESSAGES/kfind.mo
|
||||
share/locale/sa/LC_MESSAGES/kfind.mo
|
||||
share/locale/se/LC_MESSAGES/kfind.mo
|
||||
share/locale/si/LC_MESSAGES/kfind.mo
|
||||
share/locale/sk/LC_MESSAGES/kfind.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275352
|
||||
SHA256 (KDE/release-service/24.12.3/kmail-account-wizard-24.12.3.tar.xz) = bd07e2b7bc21422e5c235a4e6192c4ca5c9c2ce566803b9edb24a49b261a930c
|
||||
SIZE (KDE/release-service/24.12.3/kmail-account-wizard-24.12.3.tar.xz) = 168300
|
||||
TIMESTAMP = 1744564208
|
||||
SHA256 (KDE/release-service/25.04.0/kmail-account-wizard-25.04.0.tar.xz) = 79c6df184b1d336c0e06f810dc67e2e35039f1b54cee7c161fdc29eca95e6bc6
|
||||
SIZE (KDE/release-service/25.04.0/kmail-account-wizard-25.04.0.tar.xz) = 171632
|
||||
|
|
|
@ -21,6 +21,7 @@ share/locale/fr/LC_MESSAGES/accountwizard.mo
|
|||
share/locale/ga/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/gl/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/he/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/hi/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/hu/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/ia/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/it/LC_MESSAGES/accountwizard.mo
|
||||
|
@ -43,6 +44,7 @@ share/locale/pt/LC_MESSAGES/accountwizard.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/ro/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/ru/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/sa/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/se/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/sk/LC_MESSAGES/accountwizard.mo
|
||||
share/locale/sl/LC_MESSAGES/accountwizard.mo
|
||||
|
|
|
@ -28,7 +28,7 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|||
itemmodels itemviews jobwidgets kcmutils kio notifications \
|
||||
notifyconfig parts service solid sonnet statusnotifieritem \
|
||||
syntaxhighlighting texteditor textwidgets unitconversion \
|
||||
wallet widgetsaddons windowsystem xmlgui \
|
||||
userfeedback wallet widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
# pim components
|
||||
USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275349
|
||||
SHA256 (KDE/release-service/24.12.3/kmail-24.12.3.tar.xz) = 20caaa4fabcfe2d2c73a0391f94dbc91b265707ab3a6f75def1a7300d97870d7
|
||||
SIZE (KDE/release-service/24.12.3/kmail-24.12.3.tar.xz) = 7772952
|
||||
TIMESTAMP = 1744564207
|
||||
SHA256 (KDE/release-service/25.04.0/kmail-25.04.0.tar.xz) = b957e47d80a88916347257211cc8250417653a341f25b546fbcad087396f5975
|
||||
SIZE (KDE/release-service/25.04.0/kmail-25.04.0.tar.xz) = 7807192
|
||||
|
|
|
@ -14,6 +14,7 @@ lib/libmailfilteragentprivate.so.%%KDE_APPLICATIONS_SHLIB_VER%%
|
|||
%%QT_PLUGINDIR%%/kmailpart.so
|
||||
%%QT_PLUGINDIR%%/pim6/akonadi/config/archivemailagentconfig.so
|
||||
%%QT_PLUGINDIR%%/pim6/akonadi/config/followupreminderagentconfig.so
|
||||
%%QT_PLUGINDIR%%/pim6/akonadi/config/sendlateragentconfig.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/kmail/kcm_kmail_accounts.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/kmail/kcm_kmail_appearance.so
|
||||
%%QT_PLUGINDIR%%/pim6/kcms/kmail/kcm_kmail_composer.so
|
||||
|
@ -114,7 +115,15 @@ share/locale/az/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo
|
|||
share/locale/az/LC_MESSAGES/kmail-refresh-settings.mo
|
||||
share/locale/az/LC_MESSAGES/kmail.mo
|
||||
share/locale/az/LC_MESSAGES/ktnef.mo
|
||||
share/locale/be/LC_MESSAGES/akonadi_archivemail_agent.mo
|
||||
share/locale/be/LC_MESSAGES/akonadi_followupreminder_agent.mo
|
||||
share/locale/be/LC_MESSAGES/akonadi_mailfilter_agent.mo
|
||||
share/locale/be/LC_MESSAGES/akonadi_mailmerge_agent.mo
|
||||
share/locale/be/LC_MESSAGES/akonadi_sendlater_agent.mo
|
||||
share/locale/be/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo
|
||||
share/locale/be/LC_MESSAGES/kmail-refresh-settings.mo
|
||||
share/locale/be/LC_MESSAGES/kmail.mo
|
||||
share/locale/be/LC_MESSAGES/ktnef.mo
|
||||
share/locale/bg/LC_MESSAGES/akonadi_archivemail_agent.mo
|
||||
share/locale/bg/LC_MESSAGES/akonadi_followupreminder_agent.mo
|
||||
share/locale/bg/LC_MESSAGES/akonadi_mailfilter_agent.mo
|
||||
|
@ -271,7 +280,15 @@ share/locale/he/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo
|
|||
share/locale/he/LC_MESSAGES/kmail-refresh-settings.mo
|
||||
share/locale/he/LC_MESSAGES/kmail.mo
|
||||
share/locale/he/LC_MESSAGES/ktnef.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_archivemail_agent.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_followupreminder_agent.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_mailfilter_agent.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_mailmerge_agent.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_sendlater_agent.mo
|
||||
share/locale/hi/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo
|
||||
share/locale/hi/LC_MESSAGES/kmail-refresh-settings.mo
|
||||
share/locale/hi/LC_MESSAGES/kmail.mo
|
||||
share/locale/hi/LC_MESSAGES/ktnef.mo
|
||||
share/locale/hne/LC_MESSAGES/kmail.mo
|
||||
share/locale/hr/LC_MESSAGES/kmail.mo
|
||||
share/locale/hsb/LC_MESSAGES/kmail.mo
|
||||
|
@ -434,6 +451,15 @@ share/locale/ru/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo
|
|||
share/locale/ru/LC_MESSAGES/kmail-refresh-settings.mo
|
||||
share/locale/ru/LC_MESSAGES/kmail.mo
|
||||
share/locale/ru/LC_MESSAGES/ktnef.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_archivemail_agent.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_followupreminder_agent.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_mailfilter_agent.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_mailmerge_agent.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_sendlater_agent.mo
|
||||
share/locale/sa/LC_MESSAGES/akonadi_unifiedmailbox_agent.mo
|
||||
share/locale/sa/LC_MESSAGES/kmail-refresh-settings.mo
|
||||
share/locale/sa/LC_MESSAGES/kmail.mo
|
||||
share/locale/sa/LC_MESSAGES/ktnef.mo
|
||||
share/locale/se/LC_MESSAGES/kmail.mo
|
||||
share/locale/se/LC_MESSAGES/ktnef.mo
|
||||
share/locale/si/LC_MESSAGES/kmail.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275355
|
||||
SHA256 (KDE/release-service/24.12.3/kongress-24.12.3.tar.xz) = a3e95f16c55756b64473529368563c4ac095eaa9e47f549e62df341cca5650f8
|
||||
SIZE (KDE/release-service/24.12.3/kongress-24.12.3.tar.xz) = 158340
|
||||
TIMESTAMP = 1744564208
|
||||
SHA256 (KDE/release-service/25.04.0/kongress-25.04.0.tar.xz) = 5c38f856d9bf81638b76412b77740a4716b65f2a8798f56ce50e6c03b5c55470
|
||||
SIZE (KDE/release-service/25.04.0/kongress-25.04.0.tar.xz) = 164480
|
||||
|
|
|
@ -38,6 +38,8 @@ share/locale/gl/LC_MESSAGES/kongress.mo
|
|||
share/locale/gl/LC_MESSAGES/kongressac.mo
|
||||
share/locale/he/LC_MESSAGES/kongress.mo
|
||||
share/locale/he/LC_MESSAGES/kongressac.mo
|
||||
share/locale/hi/LC_MESSAGES/kongress.mo
|
||||
share/locale/hi/LC_MESSAGES/kongressac.mo
|
||||
share/locale/ia/LC_MESSAGES/kongress.mo
|
||||
share/locale/ia/LC_MESSAGES/kongressac.mo
|
||||
share/locale/it/LC_MESSAGES/kongress.mo
|
||||
|
@ -67,6 +69,8 @@ share/locale/pt_BR/LC_MESSAGES/kongressac.mo
|
|||
share/locale/ro/LC_MESSAGES/kongressac.mo
|
||||
share/locale/ru/LC_MESSAGES/kongress.mo
|
||||
share/locale/ru/LC_MESSAGES/kongressac.mo
|
||||
share/locale/sa/LC_MESSAGES/kongress.mo
|
||||
share/locale/sa/LC_MESSAGES/kongressac.mo
|
||||
share/locale/sk/LC_MESSAGES/kongress.mo
|
||||
share/locale/sk/LC_MESSAGES/kongressac.mo
|
||||
share/locale/sl/LC_MESSAGES/kongress.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275359
|
||||
SHA256 (KDE/release-service/24.12.3/kontact-24.12.3.tar.xz) = 0dc73681f56c976fa8a084b6c18ea90020305f0058e21d67bf47cfa8ea2c8929
|
||||
SIZE (KDE/release-service/24.12.3/kontact-24.12.3.tar.xz) = 868804
|
||||
TIMESTAMP = 1744564209
|
||||
SHA256 (KDE/release-service/25.04.0/kontact-25.04.0.tar.xz) = 3eb5c3beac967aa4246078fab93c45bba6eb9ab838349d8a87b6d660265409e9
|
||||
SIZE (KDE/release-service/25.04.0/kontact-25.04.0.tar.xz) = 886220
|
||||
|
|
|
@ -6,9 +6,11 @@ share/applications/org.kde.kontact.desktop
|
|||
share/config.kcfg/kontact.kcfg
|
||||
share/dbus-1/services/org.kde.kontact.service
|
||||
share/icons/hicolor/128x128/apps/kontact.png
|
||||
share/icons/hicolor/144x144/apps/kontact.png
|
||||
share/icons/hicolor/16x16/apps/kontact.png
|
||||
share/icons/hicolor/22x22/apps/kontact.png
|
||||
share/icons/hicolor/32x32/apps/kontact.png
|
||||
share/icons/hicolor/44x44/apps/kontact.png
|
||||
share/icons/hicolor/48x48/apps/kontact.png
|
||||
share/icons/hicolor/64x64/apps/kontact.png
|
||||
share/icons/hicolor/scalable/apps/kontact.svg
|
||||
|
@ -68,6 +70,7 @@ share/locale/pt/LC_MESSAGES/kontact.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kontact.mo
|
||||
share/locale/ro/LC_MESSAGES/kontact.mo
|
||||
share/locale/ru/LC_MESSAGES/kontact.mo
|
||||
share/locale/sa/LC_MESSAGES/kontact.mo
|
||||
share/locale/se/LC_MESSAGES/kontact.mo
|
||||
share/locale/si/LC_MESSAGES/kontact.mo
|
||||
share/locale/sk/LC_MESSAGES/kontact.mo
|
||||
|
|
|
@ -15,7 +15,8 @@ USE_KDE= attica auth bookmarks codecs completion config configwidgets \
|
|||
coreaddons crash dbusaddons guiaddons i18n iconthemes \
|
||||
itemmodels itemviews jobwidgets kcmutils kio newstuff \
|
||||
notifications parts phonon service solid sonnet textwidgets \
|
||||
unitconversion wallet widgetsaddons windowsystem xmlgui \
|
||||
unitconversion userfeedback wallet widgetsaddons windowsystem \
|
||||
xmlgui \
|
||||
ecm:build
|
||||
# pim components
|
||||
USE_KDE+= akonadi akonadicalendar akonadicontacts akonadimime \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275365
|
||||
SHA256 (KDE/release-service/24.12.3/korganizer-24.12.3.tar.xz) = 1971118128338627309fa86fde08d4a6d3c48c08be90c5b8dee06b319e62e514
|
||||
SIZE (KDE/release-service/24.12.3/korganizer-24.12.3.tar.xz) = 2946216
|
||||
TIMESTAMP = 1744564209
|
||||
SHA256 (KDE/release-service/25.04.0/korganizer-25.04.0.tar.xz) = f5a3e9a3d86a4d6593d3dee589bb30274e8634f106e4f81e1f61955d1b818e63
|
||||
SIZE (KDE/release-service/25.04.0/korganizer-25.04.0.tar.xz) = 2976416
|
||||
|
|
|
@ -186,6 +186,8 @@ share/locale/ro/LC_MESSAGES/korganizer.mo
|
|||
share/locale/ro/LC_MESSAGES/korganizer_calendarplugins.mo
|
||||
share/locale/ru/LC_MESSAGES/korganizer.mo
|
||||
share/locale/ru/LC_MESSAGES/korganizer_calendarplugins.mo
|
||||
share/locale/sa/LC_MESSAGES/korganizer.mo
|
||||
share/locale/sa/LC_MESSAGES/korganizer_calendarplugins.mo
|
||||
share/locale/se/LC_MESSAGES/korganizer.mo
|
||||
share/locale/se/LC_MESSAGES/korganizer_calendarplugins.mo
|
||||
share/locale/sk/LC_MESSAGES/korganizer.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275368
|
||||
SHA256 (KDE/release-service/24.12.3/kruler-24.12.3.tar.xz) = ab90ffbc2aecf84ff2d569d6d53e2beba9447558b2785d6193feb7f33d69ddc7
|
||||
SIZE (KDE/release-service/24.12.3/kruler-24.12.3.tar.xz) = 286448
|
||||
TIMESTAMP = 1744564210
|
||||
SHA256 (KDE/release-service/25.04.0/kruler-25.04.0.tar.xz) = 79e4aab58a92ffcbb13812be96bde306b6140fc81f738fc04757911c538b8443
|
||||
SIZE (KDE/release-service/25.04.0/kruler-25.04.0.tar.xz) = 287356
|
||||
|
|
|
@ -73,6 +73,7 @@ share/locale/pt/LC_MESSAGES/kruler.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/kruler.mo
|
||||
share/locale/ro/LC_MESSAGES/kruler.mo
|
||||
share/locale/ru/LC_MESSAGES/kruler.mo
|
||||
share/locale/sa/LC_MESSAGES/kruler.mo
|
||||
share/locale/se/LC_MESSAGES/kruler.mo
|
||||
share/locale/si/LC_MESSAGES/kruler.mo
|
||||
share/locale/sk/LC_MESSAGES/kruler.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275371
|
||||
SHA256 (KDE/release-service/24.12.3/kweather-24.12.3.tar.xz) = f423f5b926e4e685d7acaef5c13a79279b51f2f158070635bc77ef1917f50ed6
|
||||
SIZE (KDE/release-service/24.12.3/kweather-24.12.3.tar.xz) = 361800
|
||||
TIMESTAMP = 1744564210
|
||||
SHA256 (KDE/release-service/25.04.0/kweather-25.04.0.tar.xz) = dfdfb8d99186b0311f40eaeff780567f45121aae0e71cfb674a4adcd06a90162
|
||||
SIZE (KDE/release-service/25.04.0/kweather-25.04.0.tar.xz) = 365308
|
||||
|
|
|
@ -20,6 +20,7 @@ share/locale/fi/LC_MESSAGES/kweather.mo
|
|||
share/locale/fr/LC_MESSAGES/kweather.mo
|
||||
share/locale/gl/LC_MESSAGES/kweather.mo
|
||||
share/locale/he/LC_MESSAGES/kweather.mo
|
||||
share/locale/hi/LC_MESSAGES/kweather.mo
|
||||
share/locale/hu/LC_MESSAGES/kweather.mo
|
||||
share/locale/ia/LC_MESSAGES/kweather.mo
|
||||
share/locale/is/LC_MESSAGES/kweather.mo
|
||||
|
@ -29,6 +30,7 @@ share/locale/ka/LC_MESSAGES/kweather.mo
|
|||
share/locale/ko/LC_MESSAGES/kweather.mo
|
||||
share/locale/lt/LC_MESSAGES/kweather.mo
|
||||
share/locale/lv/LC_MESSAGES/kweather.mo
|
||||
share/locale/nb/LC_MESSAGES/kweather.mo
|
||||
share/locale/nl/LC_MESSAGES/kweather.mo
|
||||
share/locale/nn/LC_MESSAGES/kweather.mo
|
||||
share/locale/pa/LC_MESSAGES/kweather.mo
|
||||
|
@ -36,6 +38,7 @@ share/locale/pl/LC_MESSAGES/kweather.mo
|
|||
share/locale/pt/LC_MESSAGES/kweather.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kweather.mo
|
||||
share/locale/ru/LC_MESSAGES/kweather.mo
|
||||
share/locale/sa/LC_MESSAGES/kweather.mo
|
||||
share/locale/sk/LC_MESSAGES/kweather.mo
|
||||
share/locale/sl/LC_MESSAGES/kweather.mo
|
||||
share/locale/sv/LC_MESSAGES/kweather.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275374
|
||||
SHA256 (KDE/release-service/24.12.3/kweathercore-24.12.3.tar.xz) = 18c9562a01c2295cb55ae8be42c93b9ec0065a3fb4a4bb7b11933db97d0cc285
|
||||
SIZE (KDE/release-service/24.12.3/kweathercore-24.12.3.tar.xz) = 75800
|
||||
TIMESTAMP = 1744564211
|
||||
SHA256 (KDE/release-service/25.04.0/kweathercore-25.04.0.tar.xz) = 17f208e4a126778f1fbd179522792c6aca1dd614a06ce4cd5452a5fe6f67cd4c
|
||||
SIZE (KDE/release-service/25.04.0/kweathercore-25.04.0.tar.xz) = 77124
|
||||
|
|
|
@ -40,6 +40,10 @@ lib/libKWeatherCore.so
|
|||
lib/libKWeatherCore.so.%%KDE_APPLICATIONS_VERSION%%
|
||||
lib/libKWeatherCore.so.6
|
||||
%%QT_MKSPECDIR%%/modules/qt_KWeatherCore.pri
|
||||
%%QT_QMLDIR%%/org/kde/weathercore/kde-qmlmodule.version
|
||||
%%QT_QMLDIR%%/org/kde/weathercore/kweathercoreqmlplugin.qmltypes
|
||||
%%QT_QMLDIR%%/org/kde/weathercore/libkweathercoreqmlplugin.so
|
||||
%%QT_QMLDIR%%/org/kde/weathercore/qmldir
|
||||
share/locale/ar/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/ast/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/az/LC_MESSAGES/kweathercore6.mo
|
||||
|
@ -67,6 +71,7 @@ share/locale/ka/LC_MESSAGES/kweathercore6.mo
|
|||
share/locale/ko/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/lt/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/lv/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/nb/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/nl/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/nn/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/pa/LC_MESSAGES/kweathercore6.mo
|
||||
|
@ -74,6 +79,7 @@ share/locale/pl/LC_MESSAGES/kweathercore6.mo
|
|||
share/locale/pt/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/ru/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/sa/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/sk/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/sl/LC_MESSAGES/kweathercore6.mo
|
||||
share/locale/sv/LC_MESSAGES/kweathercore6.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275377
|
||||
SHA256 (KDE/release-service/24.12.3/libkdepim-24.12.3.tar.xz) = d83a70a2d259e579afdd82e1bbc082f35c92a1fc6cf28b32a61e2ac7b841040a
|
||||
SIZE (KDE/release-service/24.12.3/libkdepim-24.12.3.tar.xz) = 282856
|
||||
TIMESTAMP = 1744564211
|
||||
SHA256 (KDE/release-service/25.04.0/libkdepim-25.04.0.tar.xz) = c36a50f85201a6f5393d896e472bf5fe99656b8c76cae8e3facf878b17766b7d
|
||||
SIZE (KDE/release-service/25.04.0/libkdepim-25.04.0.tar.xz) = 283040
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275379
|
||||
SHA256 (KDE/release-service/24.12.3/mbox-importer-24.12.3.tar.xz) = eb49bbb5004d1c439f3be01a23ac424fc0c2d5e37b974e61ce6431ef25048c77
|
||||
SIZE (KDE/release-service/24.12.3/mbox-importer-24.12.3.tar.xz) = 31928
|
||||
TIMESTAMP = 1744564212
|
||||
SHA256 (KDE/release-service/25.04.0/mbox-importer-25.04.0.tar.xz) = d909d8eb4c88661ef888095dba015f3f26121d57ec27361c126cee847d5a31db
|
||||
SIZE (KDE/release-service/25.04.0/mbox-importer-25.04.0.tar.xz) = 31852
|
||||
|
|
|
@ -19,6 +19,7 @@ USE_KDE= akonadi akonadicalendar akonadicontacts auth calendarcore \
|
|||
pimtextedit qqc2-desktop-style service sonnet textwidgets \
|
||||
widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
USE_QT= base location
|
||||
USE_XORG= x11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275384
|
||||
SHA256 (KDE/release-service/24.12.3/merkuro-24.12.3.tar.xz) = 925e75b66d0b6166c34c808731e921f83132c5c45c8c3723ebb9fd424ef4f153
|
||||
SIZE (KDE/release-service/24.12.3/merkuro-24.12.3.tar.xz) = 793568
|
||||
TIMESTAMP = 1744564212
|
||||
SHA256 (KDE/release-service/25.04.0/merkuro-25.04.0.tar.xz) = 7ed33d7f95dbff3a6c96b7b8a252333d0a70f4041854133ba8b2132073de4c5d
|
||||
SIZE (KDE/release-service/25.04.0/merkuro-25.04.0.tar.xz) = 819136
|
||||
|
|
|
@ -8,6 +8,7 @@ lib/libmerkuro_contact.so
|
|||
lib/libmerkuro_contact.so.%%KDE_APPLICATIONS_VERSION%%
|
||||
lib/libmerkuro_contact.so.6
|
||||
%%QT_QMLDIR%%/org/kde/akonadi/AgentConfigurationForm.qml
|
||||
%%QT_QMLDIR%%/org/kde/akonadi/CollectionChooserPage.qml
|
||||
%%QT_QMLDIR%%/org/kde/akonadi/CollectionComboBox.qml
|
||||
%%QT_QMLDIR%%/org/kde/akonadi/MobileCollectionComboBox.qml
|
||||
%%QT_QMLDIR%%/org/kde/akonadi/ProgressStatusBar.qml
|
||||
|
@ -16,15 +17,6 @@ lib/libmerkuro_contact.so.6
|
|||
%%QT_QMLDIR%%/org/kde/akonadi/kde-qmlmodule.version
|
||||
%%QT_QMLDIR%%/org/kde/akonadi/libakonadi_quick_plugin.so
|
||||
%%QT_QMLDIR%%/org/kde/akonadi/qmldir
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/calendar/BottomToolBar.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/calendar/DatePopupSingleton.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/calendar/MenuBar.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/calendar/PriorityComboBox.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/calendar/ReminderDelegate.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/calendar/kde-qmlmodule.version
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/calendar/libmerkuro_calendar_plugin.so
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/calendar/merkuro_calendar_plugin.qmltypes
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/calendar/qmldir
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/components/BaseApplication.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/components/ColoredCheckbox.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/components/EditMenu.qml
|
||||
|
@ -50,13 +42,13 @@ lib/libmerkuro_contact.so.6
|
|||
%%QT_QMLDIR%%/org/kde/merkuro/contact/Settings.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/Sidebar.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/kde-qmlmodule.version
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/libmerkuro_contact_plugin.so
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/merkuro_contact_plugin.qmltypes
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/libmerkuro_contactplugin.so
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/merkuro_contact.qmltypes
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/private/AddressBookMenu.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/private/ContactGroupPage.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/private/ContactPage.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/private/ContactsPage.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/private/DeleteContactAction.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/private/DeleteContactDialog.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/private/Header.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/private/PhoneNumberDialog.qml
|
||||
%%QT_QMLDIR%%/org/kde/merkuro/contact/private/QrCodePage.qml
|
||||
|
@ -108,6 +100,7 @@ share/locale/ca@valencia/LC_MESSAGES/merkuro.mo
|
|||
share/locale/ca@valencia/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/cs/LC_MESSAGES/merkuro.mo
|
||||
share/locale/cs/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/da/LC_MESSAGES/merkuro.mo
|
||||
share/locale/da/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
|
@ -136,8 +129,10 @@ share/locale/gl/LC_MESSAGES/merkuro.mo
|
|||
share/locale/gl/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/he/LC_MESSAGES/merkuro.mo
|
||||
share/locale/he/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/he/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/hi/LC_MESSAGES/merkuro.mo
|
||||
share/locale/hi/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/hu/LC_MESSAGES/merkuro.mo
|
||||
share/locale/hu/LC_MESSAGES/merkurolauncher.mo
|
||||
|
@ -161,6 +156,8 @@ share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
|||
share/locale/lt/LC_MESSAGES/merkuro.mo
|
||||
share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/lv/LC_MESSAGES/merkuro.mo
|
||||
share/locale/lv/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/nl/LC_MESSAGES/merkuro.mo
|
||||
share/locale/nl/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
|
@ -171,11 +168,13 @@ share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
|||
share/locale/pt/LC_MESSAGES/merkuro.mo
|
||||
share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/merkuro.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/ru/LC_MESSAGES/merkuro.mo
|
||||
share/locale/ru/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/sa/LC_MESSAGES/merkuro.mo
|
||||
share/locale/sa/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/sa/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
share/locale/sk/LC_MESSAGES/merkuro.mo
|
||||
share/locale/sk/LC_MESSAGES/merkurolauncher.mo
|
||||
share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo
|
||||
|
|
|
@ -16,7 +16,7 @@ USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz xorg
|
|||
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash dbusaddons i18n itemmodels itemviews \
|
||||
jobwidgets kio notifications service solid statusnotifieritem \
|
||||
wallet widgetsaddons windowsystem xmlgui \
|
||||
userfeedback wallet widgetsaddons windowsystem xmlgui \
|
||||
ecm:build
|
||||
# pim components
|
||||
USE_KDE+= akonadi akonadicontacts akonadimime calendarcore \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275387
|
||||
SHA256 (KDE/release-service/24.12.3/pim-data-exporter-24.12.3.tar.xz) = cd709e8b1c964f76adb7c816f77e2e7469f6efdabc01b2efac86a11e351fc92a
|
||||
SIZE (KDE/release-service/24.12.3/pim-data-exporter-24.12.3.tar.xz) = 421816
|
||||
TIMESTAMP = 1744564213
|
||||
SHA256 (KDE/release-service/25.04.0/pim-data-exporter-25.04.0.tar.xz) = 8325f092e73c9d9fa40eb201894c94cf32d9cad6adf3a04440be994c348c18f2
|
||||
SIZE (KDE/release-service/25.04.0/pim-data-exporter-25.04.0.tar.xz) = 428168
|
||||
|
|
|
@ -25,6 +25,7 @@ share/locale/fr/LC_MESSAGES/pimdataexporter.mo
|
|||
share/locale/ga/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/gl/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/he/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/hi/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/hu/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/ia/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/it/LC_MESSAGES/pimdataexporter.mo
|
||||
|
@ -44,6 +45,7 @@ share/locale/pt/LC_MESSAGES/pimdataexporter.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/ro/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/ru/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/sa/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/sk/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/sl/LC_MESSAGES/pimdataexporter.mo
|
||||
share/locale/sr/LC_MESSAGES/pimdataexporter.mo
|
||||
|
|
|
@ -10,8 +10,8 @@ LIB_DEPENDS= libqt6keychain.so:security/qtkeychain@qt6
|
|||
|
||||
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz
|
||||
USE_KDE= auth bookmarks codecs config configwidgets coreaddons crash \
|
||||
dbusaddons i18n iconthemes kio service wallet widgetsaddons \
|
||||
xmlgui \
|
||||
dbusaddons i18n iconthemes kio service userfeedback \
|
||||
wallet widgetsaddons xmlgui \
|
||||
ecm:build
|
||||
# pim components
|
||||
USE_KDE+= libksieve mailtransport pimcommon pimtextedit
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275391
|
||||
SHA256 (KDE/release-service/24.12.3/pim-sieve-editor-24.12.3.tar.xz) = dbf1d481fd0eaaba40b7abe404fd01afa8fb37229f4c083ac0b19c5316f25210
|
||||
SIZE (KDE/release-service/24.12.3/pim-sieve-editor-24.12.3.tar.xz) = 470528
|
||||
TIMESTAMP = 1744564214
|
||||
SHA256 (KDE/release-service/25.04.0/pim-sieve-editor-25.04.0.tar.xz) = 653d6d98d0db19b183ef57c339851ebcbcbd2e906d6b7fc9c704416e9111d095
|
||||
SIZE (KDE/release-service/25.04.0/pim-sieve-editor-25.04.0.tar.xz) = 479564
|
||||
|
|
|
@ -28,6 +28,7 @@ share/locale/fi/LC_MESSAGES/sieveeditor.mo
|
|||
share/locale/fr/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/gl/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/he/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/hi/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/hu/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/ia/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/it/LC_MESSAGES/sieveeditor.mo
|
||||
|
@ -35,6 +36,7 @@ share/locale/ja/LC_MESSAGES/sieveeditor.mo
|
|||
share/locale/ka/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/ko/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/lt/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/lv/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/nb/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/nds/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/nl/LC_MESSAGES/sieveeditor.mo
|
||||
|
@ -43,6 +45,7 @@ share/locale/pt/LC_MESSAGES/sieveeditor.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/ro/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/ru/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/sa/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/sk/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/sl/LC_MESSAGES/sieveeditor.mo
|
||||
share/locale/sr/LC_MESSAGES/sieveeditor.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275395
|
||||
SHA256 (KDE/release-service/24.12.3/zanshin-24.12.3.tar.xz) = d6278c2c916dba0efd1adc2488162a8649a74fe3cff886f743e7d326fb17c750
|
||||
SIZE (KDE/release-service/24.12.3/zanshin-24.12.3.tar.xz) = 380756
|
||||
TIMESTAMP = 1744564214
|
||||
SHA256 (KDE/release-service/25.04.0/zanshin-25.04.0.tar.xz) = bc7d14b5ce4a6f70bb4e1414150ded0d4c2fb994e77f26ddf0821a0a5d4de9f6
|
||||
SIZE (KDE/release-service/25.04.0/zanshin-25.04.0.tar.xz) = 387488
|
||||
|
|
|
@ -28,6 +28,7 @@ share/locale/fr/LC_MESSAGES/zanshin.mo
|
|||
share/locale/ga/LC_MESSAGES/zanshin.mo
|
||||
share/locale/gl/LC_MESSAGES/zanshin.mo
|
||||
share/locale/he/LC_MESSAGES/zanshin.mo
|
||||
share/locale/hi/LC_MESSAGES/zanshin.mo
|
||||
share/locale/hu/LC_MESSAGES/zanshin.mo
|
||||
share/locale/ia/LC_MESSAGES/zanshin.mo
|
||||
share/locale/it/LC_MESSAGES/zanshin.mo
|
||||
|
@ -45,6 +46,7 @@ share/locale/pl/LC_MESSAGES/zanshin.mo
|
|||
share/locale/pt/LC_MESSAGES/zanshin.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/zanshin.mo
|
||||
share/locale/ru/LC_MESSAGES/zanshin.mo
|
||||
share/locale/sa/LC_MESSAGES/zanshin.mo
|
||||
share/locale/sk/LC_MESSAGES/zanshin.mo
|
||||
share/locale/sl/LC_MESSAGES/zanshin.mo
|
||||
share/locale/sv/LC_MESSAGES/zanshin.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275400
|
||||
SHA256 (KDE/release-service/24.12.3/cervisia-24.12.3.tar.xz) = 959584b4a3b83fabc012627289f5244cb70e74582f3133d95f7b7d72c689ae25
|
||||
SIZE (KDE/release-service/24.12.3/cervisia-24.12.3.tar.xz) = 1809892
|
||||
TIMESTAMP = 1744564215
|
||||
SHA256 (KDE/release-service/25.04.0/cervisia-25.04.0.tar.xz) = 1fe2a50ea10be8ea218aa1ab5d612d519b10bbb51b4dc1ffa06aad41ba453209
|
||||
SIZE (KDE/release-service/25.04.0/cervisia-25.04.0.tar.xz) = 1809972
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
bin/cervisia
|
||||
bin/cvsaskpass
|
||||
bin/cvsservice5
|
||||
lib/libkdeinit5_cervisia.so
|
||||
lib/libkdeinit5_cvsaskpass.so
|
||||
lib/libkdeinit5_cvsservice.so
|
||||
%%QT_PLUGINDIR%%/cervisiapart5.so
|
||||
%%QT_PLUGINDIR%%/kf5/parts/cervisiapart.so
|
||||
share/applications/org.kde.cervisia.desktop
|
||||
share/config.kcfg/cervisiapart.kcfg
|
||||
share/dbus-1/interfaces/org.kde.cervisia5.cvsjob.xml
|
||||
|
@ -47,7 +44,6 @@ share/icons/hicolor/scalable/actions/vcs-status-cvs-cervisia.svgz
|
|||
share/icons/hicolor/scalable/actions/vcs-update-cvs-cervisia.svgz
|
||||
share/icons/hicolor/scalable/apps/cervisia.svg
|
||||
share/knotifications5/cervisia.notifyrc
|
||||
share/kservices5/org.kde.cervisiapart5.desktop
|
||||
share/kservices5/org.kde.cvsservice5.desktop
|
||||
share/kxmlgui5/cervisia/cervisiashellui.rc
|
||||
share/kxmlgui5/cervisiapart/cervisiaui.rc
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275403
|
||||
SHA256 (KDE/release-service/24.12.3/dolphin-plugins-24.12.3.tar.xz) = ea47d6e6ce5b69db03e5929298f5c11e4d630970d76a45550229d57eb04504f0
|
||||
SIZE (KDE/release-service/24.12.3/dolphin-plugins-24.12.3.tar.xz) = 319108
|
||||
TIMESTAMP = 1744564215
|
||||
SHA256 (KDE/release-service/25.04.0/dolphin-plugins-25.04.0.tar.xz) = ff1abe904b5f0517ed70bb17afa987bd8416297b44ba59881019c4ff9f2f4d9b
|
||||
SIZE (KDE/release-service/25.04.0/dolphin-plugins-25.04.0.tar.xz) = 329340
|
||||
|
|
|
@ -120,6 +120,12 @@ share/locale/he/LC_MESSAGES/fileviewhgplugin.mo
|
|||
share/locale/he/LC_MESSAGES/fileviewsvnplugin.mo
|
||||
share/locale/he/LC_MESSAGES/makefileactions.mo
|
||||
share/locale/he/LC_MESSAGES/mountisoaction.mo
|
||||
share/locale/hi/LC_MESSAGES/fileviewbazaarplugin.mo
|
||||
share/locale/hi/LC_MESSAGES/fileviewgitplugin.mo
|
||||
share/locale/hi/LC_MESSAGES/fileviewhgplugin.mo
|
||||
share/locale/hi/LC_MESSAGES/fileviewsvnplugin.mo
|
||||
share/locale/hi/LC_MESSAGES/makefileactions.mo
|
||||
share/locale/hi/LC_MESSAGES/mountisoaction.mo
|
||||
share/locale/hu/LC_MESSAGES/fileviewbazaarplugin.mo
|
||||
share/locale/hu/LC_MESSAGES/fileviewgitplugin.mo
|
||||
share/locale/hu/LC_MESSAGES/fileviewhgplugin.mo
|
||||
|
@ -233,6 +239,12 @@ share/locale/ru/LC_MESSAGES/fileviewhgplugin.mo
|
|||
share/locale/ru/LC_MESSAGES/fileviewsvnplugin.mo
|
||||
share/locale/ru/LC_MESSAGES/makefileactions.mo
|
||||
share/locale/ru/LC_MESSAGES/mountisoaction.mo
|
||||
share/locale/sa/LC_MESSAGES/fileviewbazaarplugin.mo
|
||||
share/locale/sa/LC_MESSAGES/fileviewgitplugin.mo
|
||||
share/locale/sa/LC_MESSAGES/fileviewhgplugin.mo
|
||||
share/locale/sa/LC_MESSAGES/fileviewsvnplugin.mo
|
||||
share/locale/sa/LC_MESSAGES/makefileactions.mo
|
||||
share/locale/sa/LC_MESSAGES/mountisoaction.mo
|
||||
share/locale/sk/LC_MESSAGES/fileviewbazaarplugin.mo
|
||||
share/locale/sk/LC_MESSAGES/fileviewgitplugin.mo
|
||||
share/locale/sk/LC_MESSAGES/fileviewhgplugin.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275407
|
||||
SHA256 (KDE/release-service/24.12.3/kapptemplate-24.12.3.tar.xz) = ff65e9192d450009a5b73c0e93247329c91d1c40b4ca7fad905193ff3802500d
|
||||
SIZE (KDE/release-service/24.12.3/kapptemplate-24.12.3.tar.xz) = 476524
|
||||
TIMESTAMP = 1744564216
|
||||
SHA256 (KDE/release-service/25.04.0/kapptemplate-25.04.0.tar.xz) = 0ff1dbf8a3189283a8f8781d968a2ea96d9734ad38e5312ded6017fa5530c3cc
|
||||
SIZE (KDE/release-service/25.04.0/kapptemplate-25.04.0.tar.xz) = 479488
|
||||
|
|
|
@ -29,6 +29,7 @@ share/locale/fr/LC_MESSAGES/kapptemplate.mo
|
|||
share/locale/ga/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/gl/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/he/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/hi/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/hu/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/ia/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/it/LC_MESSAGES/kapptemplate.mo
|
||||
|
@ -47,6 +48,7 @@ share/locale/pl/LC_MESSAGES/kapptemplate.mo
|
|||
share/locale/pt/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/ru/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/sa/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/sk/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/sl/LC_MESSAGES/kapptemplate.mo
|
||||
share/locale/sq/LC_MESSAGES/kapptemplate.mo
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741275411
|
||||
SHA256 (KDE/release-service/24.12.3/kcachegrind-24.12.3.tar.xz) = f5d86431daf379d681bbfe8f97f6743e13809db3753831c58311c809b3196ac9
|
||||
SIZE (KDE/release-service/24.12.3/kcachegrind-24.12.3.tar.xz) = 978072
|
||||
TIMESTAMP = 1744564217
|
||||
SHA256 (KDE/release-service/25.04.0/kcachegrind-25.04.0.tar.xz) = 9b5c8a1f97e8dd899f868fec0236e2bdd55d3e0064f1a7119d9b5481f2f58672
|
||||
SIZE (KDE/release-service/25.04.0/kcachegrind-25.04.0.tar.xz) = 992024
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue