mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:37:15 +08:00
qiviewer rebuild, corrected install path
This commit is contained in:
parent
d2be03ea65
commit
1589cf98b5
@ -7,7 +7,7 @@
|
||||
|
||||
pkgname=qiviewer
|
||||
pkgver=0.3.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Another image viewer written in Qt4 -this is the one with gif rotation-"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://code.google.com/p/qiviewer"
|
||||
@ -19,7 +19,7 @@ sha1sums=('f6245a79450c6ed45a012b4b1be8222acfd5705f')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/$pkgname/src
|
||||
qmake PREFIX="$(kde4-config --prefix)"
|
||||
qmake PREFIX=/usr
|
||||
make
|
||||
}
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user