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