mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
parent
c01d8ed98e
commit
3168a1dcd1
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=qmmp
|
||||
pkgver=1.2.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Qt based audio-player"
|
||||
arch=('x86_64')
|
||||
url="http://qmmp.ylsoftware.com/"
|
||||
@ -29,7 +29,6 @@ optdepends=('flac: native FLAC support'
|
||||
'ffmpeg' 'libsamplerate' 'wavpack')
|
||||
categories=('multimedia')
|
||||
screenshot=('http://qmmp.ylsoftware.com/images/qmmp-0.3.0_full_1.png')
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver::http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2")
|
||||
sha256sums=('224904f073e3921a080dca008e6c99e3d606f5442d1df08835cba000a069ae66')
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
post_install() {
|
||||
which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install $1
|
||||
}
|
Loading…
Reference in New Issue
Block a user