Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
f436f653
Commit
f436f653
authored
Apr 03, 2016
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ki18n conflics with nb and nn kde language files
parent
c0956857
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
ki18n/PKGBUILD
ki18n/PKGBUILD
+7
-1
No files found.
ki18n/PKGBUILD
View file @
f436f653
...
...
@@ -4,7 +4,7 @@ source ../frameworks.conf
pkgname
=
ki18n
pkgver
=
${
KFVersion
}
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
'A get-text based translation framework'
arch
=(
'x86_64'
)
url
=
'https://projects.kde.org/projects/frameworks/ki18n'
...
...
@@ -35,4 +35,10 @@ build() {
package
()
{
cd
build
make
DESTDIR
=
"
${
pkgdir
}
"
install
# conflicts with kde-l10n since kf5 5.20.0
rm
${
pkgdir
}
/usr/share/locale/nb/LC_SCRIPTS/ki18n5/ki18n5.js
rm
${
pkgdir
}
/usr/share/locale/nn/LC_SCRIPTS/ki18n5/ki18n5.js
rm
${
pkgdir
}
/usr/share/locale/nn/LC_SCRIPTS/ki18n5/skjermelement.pmap
rm
${
pkgdir
}
/usr/share/locale/nn/LC_SCRIPTS/ki18n5/skjermelement.pmapc
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment