upgpkg: papirus-icon-theme-git-20250501.r80.g586ce5ff45-1: new upstream release

This commit is contained in:
Christian Schendel 2025-10-10 03:25:49 +02:00
parent 1333f708c9
commit 955b44a8eb
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
6 changed files with 50 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = papirus-icon-theme-git
pkgdesc = A free and open source SVG icon theme based on Paper Icon Set
pkgver = 20250501.r79.gecaa1c499b
pkgver = 20250501.r80.g586ce5ff45
pkgrel = 1
url = https://git.io/papirus-icon-theme
install = alt-icons.install
@ -15,6 +15,8 @@ pkgbase = papirus-icon-theme-git
conflicts = papirus-icon-theme
options = !strip
source = papirus-icon-theme::git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git
sha256sums = SKIP
source = io.git.PapirusIconTheme.metainfo.xml
b2sums = SKIP
b2sums = 7c28927a741d47bb0ab84772110aadcb233db2d0a3a294a0fb7a7849590dd9f30bb0cfea7cb849ae77a6b52a030b9b2703bb98dbbf32fb475f714093f3b94279
pkgname = papirus-icon-theme-git

1
.gitignore vendored
View file

@ -16,3 +16,4 @@
!REUSE.toml
!*.install
!*.patch
!*.metainfo.xml

1
LICENSES/FSFAP.txt Normal file
View file

@ -0,0 +1 @@
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.

View file

@ -8,7 +8,7 @@
# Contributor: Lucas Saliés Brum <lucas@archlinux.com.br>
pkgname=papirus-icon-theme-git
pkgver=20250501.r79.gecaa1c499b
pkgver=20250501.r80.g586ce5ff45
pkgrel=1
pkgdesc="A free and open source SVG icon theme based on Paper Icon Set"
arch=('any')
@ -33,8 +33,12 @@ install='alt-icons.install'
options+=(
!strip
)
source=("${pkgname%-git}::git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git")
sha256sums=('SKIP')
source=(
"${pkgname%-git}::git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git"
"io.git.PapirusIconTheme.metainfo.xml"
)
b2sums=('SKIP'
'7c28927a741d47bb0ab84772110aadcb233db2d0a3a294a0fb7a7849590dd9f30bb0cfea7cb849ae77a6b52a030b9b2703bb98dbbf32fb475f714093f3b94279')
pkgver() {
cd "$srcdir/${pkgname%-git}"
@ -44,6 +48,7 @@ pkgver() {
package() {
cd "$srcdir/${pkgname%-git}"
make DESTDIR="$pkgdir" install
install -Dm644 ../io.git.PapirusIconTheme.metainfo.xml "${pkgdir}/usr/share/metainfo/io.git.PapirusIconTheme.metainfo.xml"
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -21,3 +21,10 @@ path = [
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
"io.git.PapirusIconTheme.metainfo.xml",
]
SPDX-FileCopyrightText = " Freedesktop.org, the AppStream Project"
SPDX-License-Identifier = "FSFAP"

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="icon-theme">
<id>io.git.PapirusIconTheme</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Papirus</name>
<summary>A free and open source icon theme for Linux, based on the Paper Icon Set</summary>
<description>
<p>
Papirus is a free and open source SVG icon theme for Linux, based on Paper Icon Set
with a lot of new icons and a few extras, like Hardcode-Tray support, KDE colorscheme
support, Folder Color support, and others.
It is available in four variants:
</p>
<ul>
<li>Papirus</li>
<li>Papirus Dark</li>
<li>Papirus Light</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/preview.png</image>
</screenshot>
</screenshots>
</component>