Balló György pushed to branch main at Arch Linux / Packaging / Packages /
icon-library
Commits:
07ff6148 by Balló György at 2025-09-23T00:43:07+02:00
upgpkg: 0.0.22-1: Update to new release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = icon-library
pkgdesc = Find the right icon to use on your GNOME application
- pkgver = 0.0.21
+ pkgver = 0.0.22
pkgrel = 1
url = https://gitlab.gnome.org/World/design/icon-library
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = icon-library
depends = gtksourceview5
depends = hicolor-icon-theme
depends = libadwaita
- source =
git+https://gitlab.gnome.org/World/design/icon-library.git#tag=0.0.21
- b2sums =
d989906706e775670d55e2baba945b885d2bdfee09e6b56282a8a481d624a8a9308a511862806241d90772c51e5ca12e212e30f90259cb996f436786531592e4
+ source =
git+https://gitlab.gnome.org/World/design/icon-library.git#tag=0.0.22
+ b2sums =
6b65e0a33f29639cdff495ab900ace8c6a7aa85b7c8501b47fe0abfefbf40c1748f31ee841c64fa636a4120285b2732ba387dc273a2b51bb1dda4090978769be
pkgname = icon-library
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=icon-library
-pkgver=0.0.21
+pkgver=0.0.22
pkgrel=1
pkgdesc='Find the right icon to use on your GNOME application'
arch=(x86_64)
@@ -24,16 +24,13 @@ makedepends=(
rust
)
source=("git+https://gitlab.gnome.org/World/design/icon-library.git#tag=$pkgver")
-b2sums=(d989906706e775670d55e2baba945b885d2bdfee09e6b56282a8a481d624a8a9308a511862806241d90772c51e5ca12e212e30f90259cb996f436786531592e4)
+b2sums=(6b65e0a33f29639cdff495ab900ace8c6a7aa85b7c8501b47fe0abfefbf40c1748f31ee841c64fa636a4120285b2732ba387dc273a2b51bb1dda4090978769be)
prepare() {
cd $pkgname
CARGO_HOME="$srcdir/build/cargo-home" \
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
-
- # https://gitlab.gnome.org/World/design/icon-library/-/merge_requests/100
- git cherry-pick -n 3e59835ac30e0af92945fa8b1b5c5df212b6bd82
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/icon-library/-/commit/07ff61483f3165214c753f86b626ba776da8d616
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/icon-library/-/commit/07ff61483f3165214c753f86b626ba776da8d616
You're receiving this email because of your account on gitlab.archlinux.org.