Version 2.0.6

This commit is contained in:
Manuel Hüsers 2016-07-16 14:54:47 +02:00
parent e63d149bbe
commit 2a94999041
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
pkgbase=mint-artwork-common
pkgname=mint-sounds
pkgver=2.0.5
pkgver=2.0.6
pkgrel=1
pkgdesc='Common artwork used in Linux Mint.'
arch=('any')
@ -11,14 +11,14 @@ license=('GPL')
url='http://linuxmint.com'
source=("https://ftp.fau.de/mint/packages/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz"
"${pkgname}.gschema.override")
sha256sums=('f6ac7710d032f062ed8c0dcf4668e77509d52ee3234e8b6bc4297cfe4de4e94d'
sha256sums=('e50291485a39e34649a2dc142a6348f9e41e84ad19e36644e8a8d39265e7a402'
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
package_mint-sounds() {
pkgdesc="Linux Mint system sounds from ${pkgbase} package."
install="${pkgname}.install"
cd "${srcdir}/${pkgbase}"
cd "${srcdir}/${pkgbase}-${pkgver}"
install -d "${pkgdir}/usr/share/sounds"
cp -dr --no-preserve=ownership "./usr/share/sounds/LinuxMint" "${pkgdir}/usr/share/sounds/"
install -Dm644 "../${pkgname}.gschema.override" "${pkgdir}/usr/share/glib-2.0/schemas/${pkgname}.gschema.override"