Renamed srcname
to _srcname
This commit is contained in:
parent
196fd52d89
commit
f9f11c65c4
2
.SRCINFO
2
.SRCINFO
@ -1,5 +1,5 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed Jul 20 23:00:49 UTC 2016
|
# Wed Aug 24 13:20:00 UTC 2016
|
||||||
pkgbase = qt5-styleplugins
|
pkgbase = qt5-styleplugins
|
||||||
pkgdesc = Additional style plugins for Qt5
|
pkgdesc = Additional style plugins for Qt5
|
||||||
pkgver = 5.0.0
|
pkgver = 5.0.0
|
||||||
|
10
PKGBUILD
10
PKGBUILD
@ -1,10 +1,10 @@
|
|||||||
pkgname=('qt5-styleplugins')
|
pkgname=('qt5-styleplugins')
|
||||||
srcname='qtstyleplugins'
|
_srcname='qtstyleplugins'
|
||||||
pkgdesc='Additional style plugins for Qt5'
|
pkgdesc='Additional style plugins for Qt5'
|
||||||
pkgver='5.0.0'
|
pkgver='5.0.0'
|
||||||
pkgrel='1'
|
pkgrel='1'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://code.qt.io/cgit/qt/${srcname}"
|
url="https://code.qt.io/cgit/qt/${_srcname}"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
|
|
||||||
depends=('qt5-base' 'gconf' 'gtk2' 'libx11')
|
depends=('qt5-base' 'gconf' 'gtk2' 'libx11')
|
||||||
@ -12,18 +12,18 @@ makedepends=('git')
|
|||||||
provides=("${pkgname[0]%-git}")
|
provides=("${pkgname[0]%-git}")
|
||||||
conflicts=("${pkgname[0]%-git}")
|
conflicts=("${pkgname[0]%-git}")
|
||||||
|
|
||||||
source=("${srcname}::git+${url}.git#commit=5f2549b016b8da89160d6e2184ea83627bff92d6")
|
source=("${_srcname}::git+${url}.git#commit=5f2549b016b8da89160d6e2184ea83627bff92d6")
|
||||||
sha512sums=('SKIP')
|
sha512sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
||||||
qmake PREFIX='/usr' LIBDIR='/usr/lib'
|
qmake PREFIX='/usr' LIBDIR='/usr/lib'
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
||||||
make INSTALL_ROOT="${pkgdir}" install
|
make INSTALL_ROOT="${pkgdir}" install
|
||||||
rm --recursive "${pkgdir}/usr/lib/cmake"
|
rm --recursive "${pkgdir}/usr/lib/cmake"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user