~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/qt5-qtstyleplugins: new aport

opal hart <opal@wowana.me>
Details
Message ID
<20190503061727.16315-1-opal@wowana.me>
Sender timestamp
1556864247
DKIM signature
missing
Download raw message
Patch: +31 -0
---
 testing/qt5-qtstyleplugins/APKBUILD | 31 +++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 testing/qt5-qtstyleplugins/APKBUILD

diff --git a/testing/qt5-qtstyleplugins/APKBUILD b/testing/qt5-qtstyleplugins/APKBUILD
new file mode 100644
index 0000000000..d7ae8cf62c
--- /dev/null
+++ b/testing/qt5-qtstyleplugins/APKBUILD
@@ -0,0 +1,31 @@
# Maintainer: opal hart <opal@wowana.me>
pkgname=qt5-qtstyleplugins
_pkgname=${pkgname#qt5-}
pkgver=5.12.1
pkgrel=0
pkgdesc="Qt5 - Additional style plugins"
url="https://code.qt.io/cgit/qt/qtstyleplugins.git/"
arch="all"
license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions"
makedepends="qt5-qtbase-dev gtk+2.0-dev"
subpackages=""

source="$_pkgname-master.tar.gz::https://github.com/qt/qtstyleplugins/archive/master.tar.gz"
builddir="$srcdir/$_pkgname-master"

build() {
	cd "$builddir"
	qmake-qt5 && make
}

check() {
	cd "$builddir"
	make check
}

package() {
	cd "$builddir"
	make INSTALL_ROOT="$pkgdir" install
}

sha512sums="c912f256fcf35ed06ab7acfb2d54eda8b8f7c1c58ac9d01704f5db8324ff73ab0bb4ae0900bca3e9446d7ff86f1539633496772645e77e04cacf807cbd5e83ca  qtstyleplugins-master.tar.gz"
-- 
2.21.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)