mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:27:15 +08:00
tetzle: switch to Qt5.
This commit is contained in:
parent
9e45c4c0ab
commit
a23fcf418e
@ -1,23 +1,21 @@
|
||||
# Maintainer: Graeme Gott <graeme@gottcode.org>
|
||||
|
||||
pkgname=tetzle
|
||||
pkgver=2.0.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A jigsaw puzzle with tetrominoes for pieces."
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://gottcode.org/${pkgname}/"
|
||||
license=('GPL3')
|
||||
depends=('qt')
|
||||
depends=('qt5-base')
|
||||
makedepends=('qt5-tools')
|
||||
optdepends=('jhead: auto-orient images')
|
||||
install=${pkgname}.install
|
||||
source=(http://gottcode.org/${pkgname}/${pkgname}-${pkgver}-src.tar.bz2)
|
||||
md5sums=('f28c63680835fd69ed1a30221dc7730b')
|
||||
sha256sums=('6c29ea61501dcc0149ece879217df5710d1169bfae940a667af2a19605415b51')
|
||||
screenshot='http://gottcode.org/tetzle/screenshots/small.png'
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
qmake PREFIX=/usr
|
||||
qmake-qt5 PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user