Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=8274c17404814639658a1ffb7ca01a677782ac0f
commit 8274c17404814639658a1ffb7ca01a677782ac0f Author: crazy <[email protected]> Date: Wed Apr 26 09:59:38 2017 +0200 kio-5.33.0-2-x86_64 * added missing de translation in smb.desktop diff --git a/source/kf5/kio/0001-smb.desktop-fix-missing-de-translation.patch b/source/kf5/kio/0001-smb.desktop-fix-missing-de-translation.patch new file mode 100644 index 0000000..6739e15 --- /dev/null +++ b/source/kf5/kio/0001-smb.desktop-fix-missing-de-translation.patch @@ -0,0 +1,27 @@ +From e9483fd34e0cde6ff2cb8c0a84e787d7ea06e564 Mon Sep 17 00:00:00 2001 +From: Gabriel Craciunescu <[email protected]> +Date: Wed, 26 Apr 2017 02:08:46 +0200 +Subject: [PATCH] smb.desktop fix missing de translation + + Added missing Comment[de]= + +Signed-off-by: Gabriel Craciunescu <[email protected]> +--- + src/kcms/kio/smb.desktop | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/kcms/kio/smb.desktop b/src/kcms/kio/smb.desktop +index af2b0efb..a1bba978 100644 +--- a/src/kcms/kio/smb.desktop ++++ b/src/kcms/kio/smb.desktop +@@ -99,6 +99,7 @@ Comment=Credentials used to access SMB shares + Comment[ca]=Credencials usades per accedir a les comparticions SMB + Comment[ca@valencia]=Credencials usades per accedir a les comparticions SMB + Comment[da]=Akkreditiver som bruges til at tilgå delte SMB-ressourcer ++Comment[de]=Anmeldedaten für den Zugriff auf Samba Datei und Verzeichnis-Freigabe + Comment[es]=Credenciales usadas para acceder a los recursos compartidos de SMB + Comment[ia]=Credentiales usate per acceder al partes SMB + Comment[it]=Credenziali utilizzate per accedere alle condivisioni SMB +-- +2.12.2 + diff --git a/source/kf5/kio/FrugalBuild b/source/kf5/kio/FrugalBuild index 650c1ac..4850829 100644 --- a/source/kf5/kio/FrugalBuild +++ b/source/kf5/kio/FrugalBuild @@ -3,16 +3,18 @@ pkgname=kio pkgver=5.33.0 -pkgrel=1 +pkgrel=2 pkgdesc="Network transparent access to files and data." groups=('kf5') archs=("x86_64") _F_kde_project="frameworks" Finclude kf5 +source+=(0001-smb.desktop-fix-missing-de-translation.patch) depends=("karchive>=$_F_kf5_full" "kjobwidgets>=$_F_kf5_full" "kbookmarks>=$_F_kf5_full" \ "kwallet5>=$_F_kf5_full" "solid>=$_F_kf5_full" "libkrb5>=1.14.4" 'libxslt') makedepends+=("kdoctools>=$_F_kf5_full" "qt5-base>=$_F_kdever_qt5" 'krb5>=1.14.4') -sha1sums=('56ffdd3109cef48eae28e118579c9b28c4a62747') +sha1sums=('56ffdd3109cef48eae28e118579c9b28c4a62747' \ + 'fd10eda194bcb4fae2ead6fe8a1051d53bf29849') conflicts=('kdebase-runtime-kioslave' 'libkio' 'kdebase-runtime-kioexec' 'kdebase-runtime-kpasswdserver' 'audiocd-kio' 'ksgmltools2') replaces=("${conflicts[@]}")
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
