Added missing source
This commit is contained in:
parent
bd88b45d58
commit
89d92307dc
3 changed files with 7 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -6,7 +6,9 @@ pkgbase = mint-artwork-common
|
|||
arch = any
|
||||
license = GPL
|
||||
source = http://packages.linuxmint.com/pool/main/m/mint-artwork-common/mint-artwork-common_1.8.7.tar.gz
|
||||
source = mint-sounds.gschema.override
|
||||
sha256sums = 8799797e533abae36602254568a0496a5bdf04346455ad642826a8631af23143
|
||||
sha256sums = 7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178
|
||||
|
||||
pkgname = mint-sounds
|
||||
pkgdesc = Linux Mint system sounds from mint-artwork-common package.
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -8,9 +8,11 @@ pkgrel=1
|
|||
pkgdesc='Common artwork used in Linux Mint.'
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
url="http://linuxmint.com"
|
||||
source=("http://packages.linuxmint.com/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz")
|
||||
sha256sums=('8799797e533abae36602254568a0496a5bdf04346455ad642826a8631af23143')
|
||||
url='http://linuxmint.com'
|
||||
source=("http://packages.linuxmint.com/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz"
|
||||
"${pkgname}.gschema.override")
|
||||
sha256sums=('8799797e533abae36602254568a0496a5bdf04346455ad642826a8631af23143'
|
||||
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
||||
|
||||
package_mint-sounds() {
|
||||
pkgdesc="Linux Mint system sounds from ${pkgbase} package."
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
theme-name="LinuxMint"
|
||||
event-sounds=false
|
||||
input-feedback-sounds=false
|
||||
|
||||
|
|
Loading…
Reference in a new issue