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