mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 00:48:12 +08:00
Fix pkgbuild
This commit is contained in:
parent
8c692577ac
commit
b1340bb91a
@ -11,13 +11,13 @@ license=('GPL2')
|
||||
depends=('qt>=4.6')
|
||||
install=${pkgname}.install
|
||||
source=(http://sourceforge.net/projects/appset/files/appset-qt/0.2/$pkgver/$pkgname-$pkgver-sources.tar.gz
|
||||
http://chakra-project.org/$pkgname/chakra.patch)
|
||||
http://chakra-project.org/sources/$pkgname/chakra.patch)
|
||||
md5sums=(f45b1e28dc78615d6e6719f52f87ce12
|
||||
cb98674a96eadcc4dd3fddaefa293961)
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver-sources
|
||||
patch -Np1 -i ${startdir}/chakra.patch
|
||||
patch -Np1 -i ${startdir}/src/chakra.patch
|
||||
qmake PREFIX=/usr -Wnone
|
||||
make || return 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user