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
11
PKGBUILD
11
PKGBUILD
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue