2.9.9.87-2

This commit is contained in:
FadeMind 2015-06-08 13:45:06 +02:00
commit de62b6ee33
2 changed files with 31 additions and 0 deletions

13
.SRCINFO Normal file
View file

@ -0,0 +1,13 @@
pkgbase = yakuake-l10n-frameworks
pkgdesc = Language packs for yakuake-frameworks
pkgver = 2.9.9.87
pkgrel = 2
url = https://www.kde.org/applications/system/yakuake
arch = any
license = GPL
depends = yakuake-frameworks-git
source = yl10nf.tar.xz::https://copy.com/T7RYKoI977qTjmCh/yl10nf.tar.xz?download=1
sha256sums = aaf509c9fa6a208785ae39a6b5ec3a71a26c8ed242e297854e5c47d1e6668216
pkgname = yakuake-l10n-frameworks

18
PKGBUILD Normal file
View file

@ -0,0 +1,18 @@
# Maintainer: FadeMind <fademind@gmail.com>
pkgname=yakuake-l10n-frameworks
pkgver=2.9.9.87
pkgrel=2
pkgdesc="Language packs for yakuake-frameworks"
arch=('any')
url="https://www.kde.org/applications/system/yakuake"
license=('GPL')
depends=('yakuake-frameworks-git')
source=('yl10nf.tar.xz::https://copy.com/T7RYKoI977qTjmCh/yl10nf.tar.xz?download=1')
sha256sums=('aaf509c9fa6a208785ae39a6b5ec3a71a26c8ed242e297854e5c47d1e6668216')
package() {
install -dm755 ${pkgdir}/usr/share/locale/
cd ${srcdir}/l10n/
cp -rf * ${pkgdir}/usr/share/locale/
}