Compare commits
5 commits
773c938343
...
755c6d9b06
Author | SHA1 | Date | |
---|---|---|---|
|
755c6d9b06 | ||
|
6a2d8596d4 | ||
|
64c019f571 | ||
|
91ffdb46cb | ||
|
40e0c6fdde |
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
|
||||||
# Wed May 4 19:10:48 UTC 2016
|
# Mon Dec 11 14:53:47 UTC 2017
|
||||||
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.1
|
pkgver = 5.7
|
||||||
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.1.tar.gz
|
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-cinnamon/mint-artwork-cinnamon_5.7.tar.gz
|
||||||
source = cinnamon-sound-effects.gschema.override
|
source = cinnamon-sound-effects.gschema.override
|
||||||
sha256sums = 5d00ea662607f0591103d1a483c0a3f6659785453da2a9363636a4e3295fb2c7
|
sha256sums = 9ba01cdd98d91b374663e719a7db2df72aa9a45e1e7373062a5db097b1952ffa
|
||||||
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.1
|
pkgver=5.7
|
||||||
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=('5d00ea662607f0591103d1a483c0a3f6659785453da2a9363636a4e3295fb2c7'
|
sha256sums=('9ba01cdd98d91b374663e719a7db2df72aa9a45e1e7373062a5db097b1952ffa'
|
||||||
'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