Version 5.4
This commit is contained in:
parent
91ffdb46cb
commit
64c019f571
3 changed files with 10 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,17 +1,17 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sat Nov 12 12:11:10 UTC 2016
|
# Tue Dec 13 01:23:40 UTC 2016
|
||||||
pkgbase = mint-artwork-cinnamon
|
pkgbase = mint-artwork-cinnamon
|
||||||
pkgdesc = Default artwork for the Cinnamon edition of Linux Mint.
|
pkgdesc = Default artwork for the Cinnamon edition of Linux Mint.
|
||||||
pkgver = 5.3
|
pkgver = 5.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://linuxmint.com
|
url = http://linuxmint.com
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = cinnamon
|
depends = cinnamon
|
||||||
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-cinnamon/mint-artwork-cinnamon_5.3.tar.gz
|
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-cinnamon/mint-artwork-cinnamon_5.4.tar.gz
|
||||||
source = cinnamon-sound-effects.gschema.override
|
source = cinnamon-sound-effects.gschema.override
|
||||||
sha256sums = 31f8a28961ffed11881dea4274118e122cc4c517fce0f6e1b4edd78851adc738
|
sha256sums = 1e90a255a9a8aed183fd5d1f8fb8fa93b367de278688c35f421573ca237efe4b
|
||||||
sha256sums = ca9d9d22c2ca9b0e257f93bd624fc27a53cab258797e009438a82e9b6902100e
|
sha256sums = 657706bc266575b2756dc69a4e73cb48686fc164633c9bdc3ec55b9257ce1379
|
||||||
|
|
||||||
pkgname = cinnamon-sound-effects
|
pkgname = cinnamon-sound-effects
|
||||||
pkgdesc = Sound effects from mint-artwork-cinnamon package for the Cinnamon desktop.
|
pkgdesc = Sound effects from mint-artwork-cinnamon package for the Cinnamon desktop.
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgbase=mint-artwork-cinnamon
|
pkgbase=mint-artwork-cinnamon
|
||||||
pkgname=cinnamon-sound-effects
|
pkgname=cinnamon-sound-effects
|
||||||
pkgver=5.3
|
pkgver=5.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Default artwork for the Cinnamon edition of Linux Mint.'
|
pkgdesc='Default artwork for the Cinnamon edition of Linux Mint.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -12,8 +12,8 @@ depends=('cinnamon')
|
||||||
url='http://linuxmint.com'
|
url='http://linuxmint.com'
|
||||||
source=("https://ftp.fau.de/mint/packages/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz"
|
source=("https://ftp.fau.de/mint/packages/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz"
|
||||||
"${pkgname}.gschema.override")
|
"${pkgname}.gschema.override")
|
||||||
sha256sums=('31f8a28961ffed11881dea4274118e122cc4c517fce0f6e1b4edd78851adc738'
|
sha256sums=('1e90a255a9a8aed183fd5d1f8fb8fa93b367de278688c35f421573ca237efe4b'
|
||||||
'ca9d9d22c2ca9b0e257f93bd624fc27a53cab258797e009438a82e9b6902100e')
|
'657706bc266575b2756dc69a4e73cb48686fc164633c9bdc3ec55b9257ce1379')
|
||||||
|
|
||||||
package_cinnamon-sound-effects() {
|
package_cinnamon-sound-effects() {
|
||||||
pkgdesc="Sound effects from ${pkgbase} package for the Cinnamon desktop."
|
pkgdesc="Sound effects from ${pkgbase} package for the Cinnamon desktop."
|
||||||
|
|
|
@ -21,6 +21,8 @@ plug-enabled=true
|
||||||
plug-file="/usr/share/mint-artwork-cinnamon/sounds/plug.oga"
|
plug-file="/usr/share/mint-artwork-cinnamon/sounds/plug.oga"
|
||||||
unplug-enabled=true
|
unplug-enabled=true
|
||||||
unplug-file="/usr/share/mint-artwork-cinnamon/sounds/unplug.oga"
|
unplug-file="/usr/share/mint-artwork-cinnamon/sounds/unplug.oga"
|
||||||
|
notification-enabled=false
|
||||||
|
notification-file="/usr/share/mint-artwork-cinnamon/sounds/notification.oga"
|
||||||
|
|
||||||
[org.cinnamon.desktop.sound]
|
[org.cinnamon.desktop.sound]
|
||||||
volume-sound-enabled=true
|
volume-sound-enabled=true
|
||||||
|
|
Loading…
Reference in a new issue