mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:27:15 +08:00
vym: switch to pacman hooks #74
This commit is contained in:
parent
457e1c727c
commit
1faee23364
@ -1,6 +1,6 @@
|
|||||||
pkgname=vym
|
pkgname=vym
|
||||||
pkgver=2.6.11
|
pkgver=2.6.11
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A mindmapping tool"
|
pkgdesc="A mindmapping tool"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.insilmaril.de/vym/"
|
url="http://www.insilmaril.de/vym/"
|
||||||
@ -8,7 +8,6 @@ license=('GPL')
|
|||||||
depends=('qt5-svg' 'desktop-file-utils' 'unzip' 'zip')
|
depends=('qt5-svg' 'desktop-file-utils' 'unzip' 'zip')
|
||||||
makedepends=('qt5-tools')
|
makedepends=('qt5-tools')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
install=$pkgname.install
|
|
||||||
screenshot="http://a.fsdn.com/con/app/proj/vym/screenshots/328321.jpg"
|
screenshot="http://a.fsdn.com/con/app/proj/vym/screenshots/328321.jpg"
|
||||||
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
|
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
|
||||||
$pkgname.desktop)
|
$pkgname.desktop)
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
post_install() {
|
|
||||||
update-desktop-database -q
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install $1
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
post_install $1
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user