2013-12-15 17:19:51 +00:00
|
|
|
# Template file for 'cinnamon-translations'
|
|
|
|
pkgname=cinnamon-translations
|
2015-01-24 08:42:01 +00:00
|
|
|
version=2.4.2
|
2013-12-15 17:19:51 +00:00
|
|
|
revision=1
|
2014-01-01 15:10:11 +00:00
|
|
|
noarch=yes
|
2014-07-27 14:05:16 +00:00
|
|
|
hostmakedepends="git"
|
2013-12-15 17:19:51 +00:00
|
|
|
short_desc="Translations for Cinnamon and Nemo"
|
2013-12-29 16:48:49 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-12-15 17:19:51 +00:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://cinnamon.linuxmint.com/"
|
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
|
|
|
|
}
|
|
|
|
do_install () {
|
2013-12-29 16:48:49 +00:00
|
|
|
vmkdir /usr/share/cinnamon/locale
|
|
|
|
cp -a mo-export/* ${DESTDIR}/usr/share/cinnamon/locale
|
2013-12-15 17:19:51 +00:00
|
|
|
}
|