~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
3 2

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

opal hart <opal@wowana.me>
Details
Message ID
<20190412100718.32479-1-opal@wowana.me>
Sender timestamp
1555063638
DKIM signature
missing
Download raw message
Patch: +31 -0
---
 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
---
Details
Message ID
<78426c68-5733-50f6-0ee3-0557e75bae77@gmail.com>
In-Reply-To
<20190412100718.32479-1-opal@wowana.me> (view parent)
Sender timestamp
1555916465
DKIM signature
missing
Download raw message
Hi,

On 4/12/19 12:07 PM, opal hart wrote:
> ---
>   community/qt5-qtstyleplugins/APKBUILD | 31 +++++++++++++++++++++++++++
>   1 file changed, 31 insertions(+)
>   create mode 100644 community/qt5-qtstyleplugins/APKBUILD


any good reason why this should go straigt into community rather than 
testing? Will it became a dependency of some other package?


Thanks!


/eo




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
opal hart <opal@wowana.me>
Details
Message ID
<20190424224032.63de7dba@clamav.local>
In-Reply-To
<78426c68-5733-50f6-0ee3-0557e75bae77@gmail.com> (view parent)
Sender timestamp
1556145632
DKIM signature
missing
Download raw message
On Mon, 22 Apr 2019 09:01:05 +0200
Leonardo <rnalrd@gmail.com> wrote:

> Hi,
> 
> On 4/12/19 12:07 PM, opal hart wrote:
> > ---
> >   community/qt5-qtstyleplugins/APKBUILD | 31 +++++++++++++++++++++++++++
> >   1 file changed, 31 insertions(+)
> >   create mode 100644 community/qt5-qtstyleplugins/APKBUILD  
> 
> 
> any good reason why this should go straigt into community rather than 
> testing? Will it became a dependency of some other package?

Apologies, it can go into testing. I was not familiar with adding a new
package, just with bumping existing packages

-- 
wowaname <https://wowana.me/pgp>


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<25505912-1d46-df08-8944-02e78aaeb7a7@gmail.com>
In-Reply-To
<20190424224032.63de7dba@clamav.local> (view parent)
Sender timestamp
1556605554
DKIM signature
missing
Download raw message
On 4/25/19 12:40 AM, opal hart wrote:
> On Mon, 22 Apr 2019 09:01:05 +0200
> Leonardo <rnalrd@gmail.com> wrote:
>
>> Hi,
>>
>> On 4/12/19 12:07 PM, opal hart wrote:
>>> ---
>>>    community/qt5-qtstyleplugins/APKBUILD | 31 +++++++++++++++++++++++++++
>>>    1 file changed, 31 insertions(+)
>>>    create mode 100644 community/qt5-qtstyleplugins/APKBUILD
>>
>> any good reason why this should go straigt into community rather than
>> testing? Will it became a dependency of some other package?
> Apologies, it can go into testing. I was not familiar with adding a new
> package, just with bumping existing packages
>

Would you please resubmit a new patch for testing repo?


Thanks!


/eo



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