mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 04:37:20 +08:00
speedcrunch update to 0.11
This commit is contained in:
parent
0ff1081c52
commit
e154d4e4e2
@ -1,31 +1,34 @@
|
|||||||
#
|
#
|
||||||
# Chakra Packages for Chakra, part of chakra-project.org
|
# Chakra Packages for Chakra, part of chakra-project.org
|
||||||
#
|
#
|
||||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
# Maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
||||||
|
|
||||||
# include global config
|
# include global config
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
pkgname=speedcrunch
|
pkgname=speedcrunch
|
||||||
pkgver=0.10.1
|
pkgver=0.11
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="Simple but powerful calculator using Qt"
|
pkgdesc="Simple but powerful calculator using Qt"
|
||||||
url="http://speedcrunch.org/"
|
url="http://speedcrunch.org/"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
depends=('qt')
|
depends=('qt')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
categories=('utils')
|
categories=('utils')
|
||||||
source=(http://speedcrunch.googlecode.com/files/$pkgname-$pkgver.tar.gz)
|
source=("https://github.com/speedcrunch/SpeedCrunch/archive/$pkgver.tar.gz")
|
||||||
md5sums=('344ee1303b05502d28c58a2fff1ca6b2')
|
md5sums=('0d4458d98a3630cc121ca04d5a36e38c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver/src
|
cd SpeedCrunch-$pkgver/src
|
||||||
cmake . -DCMAKE_INSTALL_PREFIX=/usr || return 1
|
cmake . -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
make || return 1
|
make
|
||||||
|
}
|
||||||
|
|
||||||
# fix make install issue
|
# fix make install issue
|
||||||
lrelease speedcrunch.pro
|
# lrelease speedcrunch.pro
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd SpeedCrunch-$pkgver/src
|
||||||
make DESTDIR=$pkgdir install
|
make DESTDIR=$pkgdir install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user