Dropped from repos
This commit is contained in:
parent
571147ce16
commit
3cbb384861
5
.SRCINFO
5
.SRCINFO
@ -1,9 +1,8 @@
|
|||||||
pkgbase = qt5-styleplugins
|
pkgbase = qt5-styleplugins
|
||||||
pkgdesc = Additional style plugins for Qt5
|
pkgdesc = Additional style plugins for Qt5
|
||||||
pkgver = 5.0.0.20170311
|
pkgver = 5.0.0.20170311
|
||||||
pkgrel = 11
|
pkgrel = 20
|
||||||
url = https://code.qt.io/cgit/qt/qtstyleplugins
|
url = https://github.com/qt/qtstyleplugins
|
||||||
install = install.sh
|
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LGPL
|
license = LGPL
|
||||||
depends = qt5-base
|
depends = qt5-base
|
||||||
|
26
PKGBUILD
26
PKGBUILD
@ -1,29 +1,29 @@
|
|||||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
# Maintainer: Eli Schwartz <eschwartz@archlinux.org>
|
||||||
# shellcheck disable=SC2034,SC2154,SC2164
|
|
||||||
|
|
||||||
pkgname=('qt5-styleplugins')
|
pkgname=qt5-styleplugins
|
||||||
pkgver=5.0.0.20170311
|
pkgver=5.0.0.20170311
|
||||||
_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
|
_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
|
||||||
pkgdesc='Additional style plugins for Qt5'
|
pkgdesc='Additional style plugins for Qt5'
|
||||||
pkgrel=11
|
pkgrel=20
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://code.qt.io/cgit/qt/qtstyleplugins"
|
url="https://github.com/qt/qtstyleplugins"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('qt5-base' 'gtk2')
|
depends=('qt5-base' 'gtk2')
|
||||||
source=("$pkgname-$_commit.tar.gz::https://github.com/qt/qtstyleplugins/archive/$_commit.tar.gz")
|
source=("${pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz")
|
||||||
sha512sums=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
|
sha512sums=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
|
||||||
install='install.sh'
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd qtstyleplugins-$_commit
|
cd qtstyleplugins-${_commit}
|
||||||
qmake PREFIX='/usr' \
|
|
||||||
LIBDIR='/usr/lib' \
|
qmake PREFIX='/usr' \
|
||||||
|
CONFIG+='nostrip' \
|
||||||
QMAKE_CFLAGS_RELEASE="$CFLAGS" \
|
QMAKE_CFLAGS_RELEASE="$CFLAGS" \
|
||||||
QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
|
QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd qtstyleplugins-$_commit
|
cd qtstyleplugins-${_commit}
|
||||||
make INSTALL_ROOT="$pkgdir" install
|
|
||||||
|
make INSTALL_ROOT="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user