upgpkg: papirus-icon-theme-git-20250501.r80.g586ce5ff45-1: new upstream release
This commit is contained in:
parent
1333f708c9
commit
955b44a8eb
6 changed files with 50 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = papirus-icon-theme-git
|
pkgbase = papirus-icon-theme-git
|
||||||
pkgdesc = A free and open source SVG icon theme based on Paper Icon Set
|
pkgdesc = A free and open source SVG icon theme based on Paper Icon Set
|
||||||
pkgver = 20250501.r79.gecaa1c499b
|
pkgver = 20250501.r80.g586ce5ff45
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://git.io/papirus-icon-theme
|
url = https://git.io/papirus-icon-theme
|
||||||
install = alt-icons.install
|
install = alt-icons.install
|
||||||
|
|
@ -15,6 +15,8 @@ pkgbase = papirus-icon-theme-git
|
||||||
conflicts = papirus-icon-theme
|
conflicts = papirus-icon-theme
|
||||||
options = !strip
|
options = !strip
|
||||||
source = papirus-icon-theme::git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git
|
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
|
pkgname = papirus-icon-theme-git
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@
|
||||||
!REUSE.toml
|
!REUSE.toml
|
||||||
!*.install
|
!*.install
|
||||||
!*.patch
|
!*.patch
|
||||||
|
!*.metainfo.xml
|
||||||
|
|
|
||||||
1
LICENSES/FSFAP.txt
Normal file
1
LICENSES/FSFAP.txt
Normal 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.
|
||||||
11
PKGBUILD
11
PKGBUILD
|
|
@ -8,7 +8,7 @@
|
||||||
# Contributor: Lucas Saliés Brum <lucas@archlinux.com.br>
|
# Contributor: Lucas Saliés Brum <lucas@archlinux.com.br>
|
||||||
|
|
||||||
pkgname=papirus-icon-theme-git
|
pkgname=papirus-icon-theme-git
|
||||||
pkgver=20250501.r79.gecaa1c499b
|
pkgver=20250501.r80.g586ce5ff45
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A free and open source SVG icon theme based on Paper Icon Set"
|
pkgdesc="A free and open source SVG icon theme based on Paper Icon Set"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
@ -33,8 +33,12 @@ install='alt-icons.install'
|
||||||
options+=(
|
options+=(
|
||||||
!strip
|
!strip
|
||||||
)
|
)
|
||||||
source=("${pkgname%-git}::git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git")
|
source=(
|
||||||
sha256sums=('SKIP')
|
"${pkgname%-git}::git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git"
|
||||||
|
"io.git.PapirusIconTheme.metainfo.xml"
|
||||||
|
)
|
||||||
|
b2sums=('SKIP'
|
||||||
|
'7c28927a741d47bb0ab84772110aadcb233db2d0a3a294a0fb7a7849590dd9f30bb0cfea7cb849ae77a6b52a030b9b2703bb98dbbf32fb475f714093f3b94279')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "$srcdir/${pkgname%-git}"
|
cd "$srcdir/${pkgname%-git}"
|
||||||
|
|
@ -44,6 +48,7 @@ pkgver() {
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/${pkgname%-git}"
|
cd "$srcdir/${pkgname%-git}"
|
||||||
make DESTDIR="$pkgdir" install
|
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:
|
# vim: set ft=sh ts=4 sw=4 et:
|
||||||
|
|
|
||||||
|
|
@ -21,3 +21,10 @@ path = [
|
||||||
]
|
]
|
||||||
SPDX-FileCopyrightText = "Arch Linux contributors"
|
SPDX-FileCopyrightText = "Arch Linux contributors"
|
||||||
SPDX-License-Identifier = "0BSD"
|
SPDX-License-Identifier = "0BSD"
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = [
|
||||||
|
"io.git.PapirusIconTheme.metainfo.xml",
|
||||||
|
]
|
||||||
|
SPDX-FileCopyrightText = " Freedesktop.org, the AppStream Project"
|
||||||
|
SPDX-License-Identifier = "FSFAP"
|
||||||
|
|
|
||||||
29
io.git.PapirusIconTheme.metainfo.xml
Normal file
29
io.git.PapirusIconTheme.metainfo.xml
Normal 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>
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue