mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
neverball: switched to pacman hooks (#73)
This commit is contained in:
parent
8cf156cb5a
commit
ac53055167
@ -1,6 +1,6 @@
|
||||
pkgname=neverball
|
||||
pkgver=1.6.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="3D game similar to Super Monkey Ball or Marble Madness."
|
||||
arch=('x86_64')
|
||||
url="http://neverball.org/"
|
||||
@ -8,7 +8,6 @@ license=('GPL')
|
||||
depends=('sdl2_ttf' 'sdl2_net' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs'
|
||||
'hicolor-icon-theme' 'xdg-utils')
|
||||
makedepends=('mesa')
|
||||
install=neverball.install
|
||||
categories=('games')
|
||||
source=(http://neverball.org/$pkgname-$pkgver.tar.gz)
|
||||
sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')
|
||||
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user