Do not remove cmake files
This commit is contained in:
parent
da4a4c6c06
commit
1ebadc610b
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = qt5-styleplugins
|
||||
pkgdesc = Additional style plugins for Qt5
|
||||
pkgver = 5.0.0
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://code.qt.io/cgit/qt/qtstyleplugins
|
||||
install = install.sh
|
||||
arch = i686
|
||||
|
3
PKGBUILD
3
PKGBUILD
@ -3,7 +3,7 @@ pkgname=('qt5-styleplugins')
|
||||
_srcname='qtstyleplugins'
|
||||
pkgdesc='Additional style plugins for Qt5'
|
||||
pkgver='5.0.0'
|
||||
pkgrel='3'
|
||||
pkgrel='4'
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://code.qt.io/cgit/qt/${_srcname}"
|
||||
license=('LGPL')
|
||||
@ -29,5 +29,4 @@ package() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
make INSTALL_ROOT="${pkgdir}" install
|
||||
rm --recursive "${pkgdir}/usr/lib/cmake"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user