~alpine/aports

community/qt5-qtstyleplugins: new aport v1 PROPOSED

opal hart: 1
 community/qt5-qtstyleplugins: new aport

 1 files changed, 31 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/632/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] community/qt5-qtstyleplugins: new aport Export this patch

---
 community/qt5-qtstyleplugins/APKBUILD | 31 +++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 community/qt5-qtstyleplugins/APKBUILD
diff --git a/community/qt5-qtstyleplugins/APKBUILD b/community/qt5-qtstyleplugins/APKBUILD
new file mode 100644
index 0000000000..d7ae8cf62c
--- /dev/null
+++ b/community/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
---
Hi,

On 4/12/19 12:07 PM, opal hart wrote: