~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
1

[PATCH] community/papirus-icon-theme: new aport

David Demelier <markand@malikania.fr>
Details
Message ID
<20200112085956.13885-1-markand@malikania.fr>
DKIM signature
missing
Download raw message
Patch: +18 -0
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
Papirus icon theme for Linux
---
 community/papirus-icon-theme/APKBUILD | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 community/papirus-icon-theme/APKBUILD

diff --git a/community/papirus-icon-theme/APKBUILD b/community/papirus-icon-theme/APKBUILD
new file mode 100644
index 0000000000..5fa510af3f
--- /dev/null
+++ b/community/papirus-icon-theme/APKBUILD
@@ -0,0 +1,18 @@
# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname="papirus-icon-theme"
pkgver="20200102"
pkgrel=0
pkgdesc="Papirus icon theme for Linux"
url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
arch="noarch"
license="GPL-3.0-only"
source="$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
options="!check"

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="63e80ff061657bf6512d3906cae67d24221cdaea70002281fa91c4c8f127a504cac4e1a1afce0da9555ef917d30a390891c7f8d7f6c11064865819b88887a84f  papirus-icon-theme-20200102.tar.gz"
-- 
2.24.1
Details
Message ID
<20200112114005.559e0645@enterprise>
In-Reply-To
<20200112085956.13885-1-markand@malikania.fr> (view parent)
DKIM signature
missing
Download raw message
On Sun, 12 Jan 2020 09:59:56 +0100
David Demelier <markand@malikania.fr> wrote:

> https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
> Papirus icon theme for Linux
> ---
>  community/papirus-icon-theme/APKBUILD | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 community/papirus-icon-theme/APKBUILD
> 
> diff --git a/community/papirus-icon-theme/APKBUILD
> b/community/papirus-icon-theme/APKBUILD new file mode 100644
> index 0000000000..5fa510af3f
> --- /dev/null
> +++ b/community/papirus-icon-theme/APKBUILD

Start on testing/

> @@ -0,0 +1,18 @@
> +# Contributor: David Demelier <markand@malikania.fr>
> +# Maintainer: David Demelier <markand@malikania.fr>
> +pkgname="papirus-icon-theme"
> +pkgver="20200102"
> +pkgrel=0
> +pkgdesc="Papirus icon theme for Linux"
> +url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
> +arch="noarch"
> +license="GPL-3.0-only"
> +source="$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/$pkgver.tar.gz"
> +builddir="$srcdir/$pkgname-$pkgver"

Default value, can be removed.

> +options="!check"
> +
> +package() {
> +	make DESTDIR="$pkgdir" install
> +}
> +
> +sha512sums="63e80ff061657bf6512d3906cae67d24221cdaea70002281fa91c4c8f127a504cac4e1a1afce0da9555ef917d30a390891c7f8d7f6c11064865819b88887a84f
>  papirus-icon-theme-20200102.tar.gz"
Reply to thread Export thread (mbox)