mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 09:22:12 +08:00
parent
b63b2d07c8
commit
ca38d93b34
3
tetzle/PKGBUILD
Executable file → Normal file
3
tetzle/PKGBUILD
Executable file → Normal file
@ -1,13 +1,12 @@
|
||||
pkgname=tetzle
|
||||
pkgver=2.1.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A jigsaw puzzle with tetrominoes for pieces."
|
||||
arch=('x86_64')
|
||||
url="http://gottcode.org/${pkgname}/"
|
||||
license=('GPL3')
|
||||
depends=('qt5-base')
|
||||
makedepends=('qt5-tools')
|
||||
install=${pkgname}.install
|
||||
source=(http://gottcode.org/${pkgname}/${pkgname}-${pkgver}-src.tar.bz2)
|
||||
md5sums=('df7a1a9174a3802b8738ddb3f423d0da')
|
||||
screenshot='http://gottcode.org/tetzle/screenshots/small.png'
|
||||
|
@ -1,12 +0,0 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user