mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/cinnamon-translations: new aport
This commit is contained in:
parent
37bd294bf0
commit
f5632364aa
42
testing/cinnamon-translations/APKBUILD
Normal file
42
testing/cinnamon-translations/APKBUILD
Normal file
@ -0,0 +1,42 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=cinnamon-translations
|
||||
pkgver=2.0.3
|
||||
pkgrel=0
|
||||
pkgdesc="Translations for Cinnamon and Nemo"
|
||||
url="http://cinnamon.linuxmint.com/"
|
||||
arch="noarch"
|
||||
license="GPL2"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz"
|
||||
|
||||
_builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
mkdir -p "$pkgdir"/usr/share/cinnamon/locale/
|
||||
cp -r mo-export/* \
|
||||
"$pkgdir"/usr/share/cinnamon/locale/
|
||||
}
|
||||
|
||||
md5sums="f3eac74f56adf99a32d6d2f2fd866bb3 cinnamon-translations-2.0.3.tar.gz"
|
||||
sha256sums="ec75f7414714e9f4144ffc8bba863b50a5bc43f3b1add94846d7e58e42d8831f cinnamon-translations-2.0.3.tar.gz"
|
||||
sha512sums="fbbd40224d05640bf6c21fa01b44e937338a67adaa93cf9dba7c06e18078e2d90cc192292336b3c3a8c5e18a1be4bd0c8bae1b522f347bb34b02c307cf9d3c3e cinnamon-translations-2.0.3.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user