Skip to content

Commit

Permalink
KDE/FreeBSD team presents KDE SC 4.10.1 ports!
Browse files Browse the repository at this point in the history
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
  • Loading branch information
MaxBrazhnikov committed Mar 27, 2013
1 parent e9088ff commit 24482ee
Show file tree
Hide file tree
Showing 659 changed files with 7,698 additions and 4,977 deletions.
3 changes: 2 additions & 1 deletion MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,6 @@ graphics/xaralx||2010-09-14|Has expired: Does not compile with png-1.4 and lates
misc/kde4-l10n-bn_IN||2010-09-14|Has expired
misc/kde4-l10n-hne||2010-09-14|Has expired
misc/kde4-l10n-ku||2010-09-14|Has expired
misc/kde4-l10n-mr||2010-09-14|Has expired
multimedia/vlconwooztalk||2010-09-14|Has expired: wooztalk website not responding as of 20100731
net-im/wooztalk||2010-09-14|Has expired: wooztalk website not responding as of 20100731
russian/php_doc||2010-09-14|Has expired: Support for the Russian translation of the PHP manual seems to have stopped
Expand Down Expand Up @@ -4188,3 +4187,5 @@ print/ghostscript7-commfont|print/ghostscript9|2013-03-26|ghostscript 7 is outda
print/ghostscript7-jpnfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version
print/ghostscript7-korfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version
www/pecl-zendoptimizerplus|www/pecl-zendopcache|2013-03-27|Renamed
print/kdeutils4-printer-applet||2013-03-27|Superseded by print/kde4-print-manager
print/system-config-printer-kde||2013-03-27|Superseded by print/kde4-print-manager
58 changes: 40 additions & 18 deletions Mk/bsd.kde4.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Kde_Pre_Include= bsd.kde4.mk
# Available KDE4 components are:
#
# baseapps - Basic applications for KDE Desktop
# kactivities - KDE activities library
# kate - KDE text editor framework
# kdehier - Hierarchy of common KDE directories
# kdelibs - KDE Developer Platform
Expand All @@ -37,12 +38,15 @@ Kde_Pre_Include= bsd.kde4.mk
# libkcompactdisc - KDE library for interfacing with audio CDs
# libkdcraw - KDE LibRaw library
# libkdeedu - Libraries used by KDE educational applications
# libkdegames - Libraries used by KDE games
# libkexiv2 - KDE Exiv2 library
# libkipi - KDE Image Plugin Interface
# libkonq - Konqueror core library
# libksane - KDE SANE library
# marble - KDE virtual globe
# okular - KDE universal document viewer
# nepomuk-core - Nepomuk core libraries
# nepomuk-widgets - Nepomuk widgets library
# oxygen - KDE icon theme
# perlkde - KDE Perl bindings
# perlqt - Qt 4 Perl bindings
Expand All @@ -66,16 +70,11 @@ Kde_Pre_Include= bsd.kde4.mk
#
# These read-only variables can be used in a port's Makefile:
#
# MASTER_SITE_KDE_kde
# - It is equivalent to ${MASTER_SITE_KDE} with :kde tag. It could
# be used when port needs multiple distfiles from different
# sites. See for details the Porter's Handbook:
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html
# KDE4_PREFIX - The place where KDE4 ports live. Currently it is
# ${LOCALBASE}/kde4, but this could change in the future.
#

KDE4_VERSION?= 4.9.5
KDE4_VERSION?= 4.10.1
KDE4_BRANCH?= stable
CALLIGRA_VERSION?= 2.5.5
CALLIGRA_BRANCH?= stable
Expand All @@ -88,9 +87,8 @@ KDEVELOP_BRANCH?= stable

KDE4_PREFIX?= ${LOCALBASE}/kde4

#
# Common definitions for KDE4 ports.
#
# Help cmake to find files when testing ports with non-default PREFIX
CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE};${KDE4_PREFIX}"

# ${PREFIX} and ${NO_MTREE} have to be defined in the pre-makefile section.
.if defined(USE_KDE4) && ${USE_KDE4:Mkdeprefix} != ""
Expand Down Expand Up @@ -129,11 +127,13 @@ Kde_Post_Include= bsd.kde4.mk
# for ${component}; otherwise, it will default to 'build run'.
#

_USE_KDE4_ALL= baseapps kate kdehier kdelibs kdeprefix korundum libkcddb \
libkcompactdisc libkdcraw libkdeedu libkexiv2 libkipi \
libkonq libksane marble okular oxygen perlkde perlqt \
pimlibs pykde4 pykdeuic4 qtruby runtime sharedmime \
smokegen smokekde smokeqt workspace
_USE_KDE4_ALL= baseapps kactivities kate kdehier kdelibs kdeprefix \
korundum libkcddb libkcompactdisc libkdcraw libkdeedu \
libkexiv2 libkdegames libkipi libkonq libksane marble \
nepomuk-core nepomuk-widgets \
okular oxygen perlkde perlqt pimlibs pykde4 pykdeuic4 \
qtruby runtime sharedmime smokegen smokekde smokeqt \
workspace
# These components are not part of the Software Compilation.
_USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \
strigi
Expand All @@ -142,6 +142,9 @@ baseapps_PORT= x11/kde4-baseapps
baseapps_PATH= ${KDE4_PREFIX}/bin/kfmclient
baseapps_TYPE= run

kactivities_PORT= x11/kactivities
kactivities_PATH= ${KDE4_PREFIX}/lib/libkactivities.so.6

kate_PORT= editors/kate
kate_PATH= ${KDE4_PREFIX}/lib/libkateinterfaces.so.5

Expand All @@ -163,16 +166,19 @@ libkcompactdisc_PORT= audio/libkcompactdisc
libkcompactdisc_PATH= ${KDE4_PREFIX}/lib/libkcompactdisc.so.5

libkdcraw_PORT= graphics/libkdcraw-kde4
libkdcraw_PATH= ${KDE4_PREFIX}/lib/libkdcraw.so.21
libkdcraw_PATH= ${KDE4_PREFIX}/lib/libkdcraw.so.22

libkdeedu_PORT= misc/libkdeedu
libkdeedu_PATH= ${KDE4_PREFIX}/lib/libkeduvocdocument.so.5

libkdegames_PORT= games/libkdegames
libkdegames_PATH= ${KDE4_PREFIX}/lib/libkdegames.so.6

libkexiv2_PORT= graphics/libkexiv2-kde4
libkexiv2_PATH= ${KDE4_PREFIX}/lib/libkexiv2.so.11

libkipi_PORT= graphics/libkipi-kde4
libkipi_PATH= ${KDE4_PREFIX}/lib/libkipi.so.9
libkipi_PATH= ${KDE4_PREFIX}/lib/libkipi.so.10

libkonq_PORT= x11/libkonq
libkonq_PATH= ${KDE4_PREFIX}/lib/libkonq.so.7
Expand All @@ -181,10 +187,16 @@ libksane_PORT= graphics/libksane
libksane_PATH= ${KDE4_PREFIX}/lib/libksane.so.0

marble_PORT= astro/marble
marble_PATH= ${KDE4_PREFIX}/lib/libmarblewidget.so.14
marble_PATH= ${KDE4_PREFIX}/lib/libmarblewidget.so.15

nepomuk-core_PORT= sysutils/nepomuk-core
nepomuk-core_PATH= ${KDE4_PREFIX}/lib/libnepomukcore.so.5

nepomuk-widgets_PORT= sysutils/nepomuk-widgets
nepomuk-widgets_PATH= ${KDE4_PREFIX}/lib/libnepomukwidgets.so.5

okular_PORT= graphics/okular
okular_PATH= ${KDE4_PREFIX}/lib/libokularcore.so.1
okular_PATH= ${KDE4_PREFIX}/lib/libokularcore.so.2

oxygen_PORT= x11-themes/kde4-icons-oxygen
oxygen_PATH= ${KDE4_PREFIX}/share/icons/oxygen/index.theme
Expand Down Expand Up @@ -286,4 +298,14 @@ IGNORE= can't be installed: unknown USE_KDE4 component '${component}'
. endif # ${_USE_KDE4_ALL:M${component}} != ""
.endfor

.if defined(USE_KDE4) && ${USE_KDE4:Msharedmime} != ""
post-install: post-install-sharedmime
. if !target(post-install-sharedmime)
post-install-sharedmime:
@-${LOCALBASE}/bin/update-mime-database ${KDE4_PREFIX}/share/mime
@${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec ${LOCALBASE}/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true" >> ${TMPPLIST}
. endif
.endif

.endif # defined(_POSTMKINCLUDED) && !defined(Kde_Post_Include)
11 changes: 11 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.

20130327:
AFFECTS: users of KDE SC 4
AUTHOR: kde@FreeBSD.org
KDE SC ports have been updated to 4.10.1. kdelibs4 does no longer
directly use aspell or hspell, to regain their functionality enable
corresponding option in textproc/enchant.
A number of ports have been split and must be deinstalled before
upgrading:

# pkg_delete -f kdegames-4\* kde-workspace-4\* kde-wallpapers-4\*

20130326:
AFFECTS: users of deskutils/strigi
AUTHOR: makc@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions accessibility/jovie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION}
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
DIST_SUBDIR= KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT= KDE text-to-speech system
Expand All @@ -14,8 +14,8 @@ LIB_DEPENDS= speechd.5:${PORTSDIR}/accessibility/speech-dispatcher

CONFLICTS= ktts-4.[4-6].*

USE_XZ= yes
USES= cmake
USE_XZ= yes
USES= cmake:outsource
USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT4= xml qmake_build moc_build uic_build rcc_build
MAKE_JOBS_SAFE= yes
Expand Down
4 changes: 2 additions & 2 deletions accessibility/jovie/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (KDE/jovie-4.9.5.tar.xz) = 347f676dbd5e6c26fc756dc53536cd5437b0a98864c249d85388e7fb3d2e87e2
SIZE (KDE/jovie-4.9.5.tar.xz) = 369404
SHA256 (KDE/4.10.1/jovie-4.10.1.tar.xz) = 1aa069dc876ee15debbfd2852c62292a0d3aef58288607a2c2a5eb8967cf488a
SIZE (KDE/4.10.1/jovie-4.10.1.tar.xz) = 369412
7 changes: 4 additions & 3 deletions accessibility/kaccessible/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION}
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
DIST_SUBDIR= KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT= Accessibility services for KDE
Expand All @@ -14,10 +14,11 @@ LIB_DEPENDS= speechd.5:${PORTSDIR}/accessibility/speech-dispatcher

CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].*

USE_XZ= yes
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USES= cmake:outsource
USE_QT4= qmake_build moc_build rcc_build uic_build
USE_QT4= corelib dbus gui xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions accessibility/kaccessible/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (KDE/kaccessible-4.9.5.tar.xz) = 813053ae6d37e5f852a58d35198c1bf6739ed161eb134777ac45ee4d663ed7f4
SIZE (KDE/kaccessible-4.9.5.tar.xz) = 20824
SHA256 (KDE/4.10.1/kaccessible-4.10.1.tar.xz) = 2297fb28839cd16e9cafcc4b553726b335233b5d5065aef5459d062777ea6923
SIZE (KDE/4.10.1/kaccessible-4.10.1.tar.xz) = 20884
2 changes: 1 addition & 1 deletion accessibility/kdeaccessibility4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MASTER_SITES= # empty
DISTFILES= # empty

MAINTAINER= kde@FreeBSD.org
COMMENT= Accessibility applications for KDE4
COMMENT= Accessibility applications for KDE 4

USE_KDE4= kdeprefix
NO_BUILD= yes
Expand Down
7 changes: 5 additions & 2 deletions accessibility/kmag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ PORTVERSION= ${KDE4_VERSION}
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
DIST_SUBDIR= KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Screen magnifier

CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].*

USE_XZ= yes
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USES= cmake:outsource
USE_QT4= qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes

MAN1= kmag.1

# Somebody has to create port for libkdeaccessibilityclient first
CMAKE_ARGS+= -DWITH_QAccessibilityClient=off

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions accessibility/kmag/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (KDE/kmag-4.9.5.tar.xz) = 8713dbf8287502b4a48a53d03dcc67edf2223f03c0d14fc1cf452f47d5c217d5
SIZE (KDE/kmag-4.9.5.tar.xz) = 92796
SHA256 (KDE/4.10.1/kmag-4.10.1.tar.xz) = 6ba29ad5661597fd6bfdb9058a32f05588a0cf89c8e2eba2fc93a765698c7b6f
SIZE (KDE/4.10.1/kmag-4.10.1.tar.xz) = 93404
4 changes: 2 additions & 2 deletions accessibility/kmousetool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ PORTVERSION= ${KDE4_VERSION}
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
DIST_SUBDIR= KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT= Automatic mouse click tool for KDE

CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].*

USE_XZ= yes
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USES= cmake:outsource
USE_QT4= qmake_build moc_build rcc_build uic_build
Expand Down
4 changes: 2 additions & 2 deletions accessibility/kmousetool/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (KDE/kmousetool-4.9.5.tar.xz) = 0c2a5f9716f6a4be58159e5aeb0a9c0397113aea23d32b64fb2ef6bdbd6b1f2d
SIZE (KDE/kmousetool-4.9.5.tar.xz) = 43744
SHA256 (KDE/4.10.1/kmousetool-4.10.1.tar.xz) = b22dfe9273114c9fd7ea9f90fffbe72cc5920d2515043479741a7328d0a77b8e
SIZE (KDE/4.10.1/kmousetool-4.10.1.tar.xz) = 43704
4 changes: 2 additions & 2 deletions accessibility/kmouth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ PORTVERSION= ${KDE4_VERSION}
CATEGORIES= accessibility kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE
DIST_SUBDIR= KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT= Speech synthesizer frontend for KDE

CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].*

USE_XZ= yes
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USES= cmake:outsource
USE_QT4= qmake_build moc_build rcc_build uic_build
Expand Down
4 changes: 2 additions & 2 deletions accessibility/kmouth/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (KDE/kmouth-4.9.5.tar.xz) = 24e4520edc313f1818a788e8d427b2d80f298a0c93542f4d4df59335caf7d545
SIZE (KDE/kmouth-4.9.5.tar.xz) = 321452
SHA256 (KDE/4.10.1/kmouth-4.10.1.tar.xz) = 6a01dbc99be436717cde50c3e62b3e841d5f8b42469637442a068efa09f146c3
SIZE (KDE/4.10.1/kmouth-4.10.1.tar.xz) = 321512
2 changes: 1 addition & 1 deletion arabic/kde4-l10n/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PORTVERSION= ${KDE4_VERSION}
CATEGORIES= arabic kde

MAINTAINER= kde@FreeBSD.org
COMMENT= Arabic messages and documentation for KDE4
COMMENT= Arabic messages and documentation for KDE SC 4

KDE4_L10N= ar

Expand Down
4 changes: 2 additions & 2 deletions arabic/kde4-l10n/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (KDE/kde-l10n/kde-l10n-ar-4.9.5.tar.xz) = b89609079e35d4dc00d55272af17d0a60707c9e6b1bd0c5f2682b7b730f7f3eb
SIZE (KDE/kde-l10n/kde-l10n-ar-4.9.5.tar.xz) = 3321720
SHA256 (KDE/4.10.1/kde-l10n/kde-l10n-ar-4.10.1.tar.xz) = 0486a8c29454f69d54126c64e298b8bfb3136d96f565a8d6d3e3e6e23eea9f8f
SIZE (KDE/4.10.1/kde-l10n/kde-l10n-ar-4.10.1.tar.xz) = 3347200
11 changes: 2 additions & 9 deletions arabic/kde4-l10n/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,13 @@ share/locale/ar/LC_MESSAGES/kalzium.mo
share/locale/ar/LC_MESSAGES/kanagram.mo
share/locale/ar/LC_MESSAGES/kapman.mo
share/locale/ar/LC_MESSAGES/kate.mo
share/locale/ar/LC_MESSAGES/kateexternaltoolsplugin.mo
share/locale/ar/LC_MESSAGES/katefilebrowserplugin.mo
share/locale/ar/LC_MESSAGES/katefiletemplates.mo
share/locale/ar/LC_MESSAGES/katehelloworld.mo
share/locale/ar/LC_MESSAGES/katekonsoleplugin.mo
share/locale/ar/LC_MESSAGES/katemailfilesplugin.mo
share/locale/ar/LC_MESSAGES/kateopenheader.mo
share/locale/ar/LC_MESSAGES/katepart4.mo
share/locale/ar/LC_MESSAGES/katequickdocumentswitcherplugin.mo
share/locale/ar/LC_MESSAGES/katesymbolviewer.mo
share/locale/ar/LC_MESSAGES/katetabbarextension.mo
share/locale/ar/LC_MESSAGES/katetextfilter.mo
Expand Down Expand Up @@ -136,7 +134,6 @@ share/locale/ar/LC_MESSAGES/kcm_memory.mo
share/locale/ar/LC_MESSAGES/kcm_nepomuk.mo
share/locale/ar/LC_MESSAGES/kcm_pci.mo
share/locale/ar/LC_MESSAGES/kcm_phonon.mo
share/locale/ar/LC_MESSAGES/kcm_phononxine.mo
share/locale/ar/LC_MESSAGES/kcm_platform.mo
share/locale/ar/LC_MESSAGES/kcm_solid.mo
share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo
Expand Down Expand Up @@ -362,6 +359,7 @@ share/locale/ar/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo
share/locale/ar/LC_MESSAGES/ktimer.mo
share/locale/ar/LC_MESSAGES/ktimetracker.mo
share/locale/ar/LC_MESSAGES/ktouch.mo
share/locale/ar/LC_MESSAGES/ktouchpadenabler.mo
share/locale/ar/LC_MESSAGES/ktraderclient.mo
share/locale/ar/LC_MESSAGES/ktuberling.mo
share/locale/ar/LC_MESSAGES/kturtle.mo
Expand Down Expand Up @@ -503,10 +501,10 @@ share/locale/ar/LC_MESSAGES/plasma_applet_netpanel.mo
share/locale/ar/LC_MESSAGES/plasma_applet_news.mo
share/locale/ar/LC_MESSAGES/plasma_applet_newspaper.mo
share/locale/ar/LC_MESSAGES/plasma_applet_notes.mo
share/locale/ar/LC_MESSAGES/plasma_applet_notifications.mo
share/locale/ar/LC_MESSAGES/plasma_applet_notifier.mo
share/locale/ar/LC_MESSAGES/plasma_applet_nowplaying.mo
share/locale/ar/LC_MESSAGES/plasma_applet_opendesktop.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.notifications.mo
share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.showActivityManager.mo
share/locale/ar/LC_MESSAGES/plasma_applet_pager.mo
share/locale/ar/LC_MESSAGES/plasma_applet_panel.mo
Expand Down Expand Up @@ -588,21 +586,16 @@ share/locale/ar/LC_MESSAGES/plasma_wallpaper_marble.mo
share/locale/ar/LC_MESSAGES/plasma_wallpaper_pattern.mo
share/locale/ar/LC_MESSAGES/plasma_wallpaper_virus.mo
share/locale/ar/LC_MESSAGES/plasma_wallpaper_weather.mo
share/locale/ar/LC_MESSAGES/plasmaengineexplorer.mo
share/locale/ar/LC_MESSAGES/plasmagenericshell.mo
share/locale/ar/LC_MESSAGES/plasmapkg.mo
share/locale/ar/LC_MESSAGES/plasmawallpaperviewer.mo
share/locale/ar/LC_MESSAGES/plasmoidviewer.mo
share/locale/ar/LC_MESSAGES/powerdevil.mo
share/locale/ar/LC_MESSAGES/powerdevilactivitiesconfig.mo
share/locale/ar/LC_MESSAGES/powerdevilglobalconfig.mo
share/locale/ar/LC_MESSAGES/powerdevilprofilesconfig.mo
share/locale/ar/LC_MESSAGES/printer-applet.mo
share/locale/ar/LC_MESSAGES/processcore.mo
share/locale/ar/LC_MESSAGES/processui.mo
share/locale/ar/LC_MESSAGES/randrmonitor.mo
share/locale/ar/LC_MESSAGES/rellinks.mo
share/locale/ar/LC_MESSAGES/remote-widgets-browser.mo
share/locale/ar/LC_MESSAGES/searchbarplugin.mo
share/locale/ar/LC_MESSAGES/solid-hardware.mo
share/locale/ar/LC_MESSAGES/solid-network.mo
Expand Down
Loading

0 comments on commit 24482ee

Please sign in to comment.