* update adwaita-icon-theme to 47.0-1

This commit is contained in:
Alexander Baldeck 2024-09-24 07:48:03 +02:00
parent 9345d1cbeb
commit a09756f951
3 changed files with 31 additions and 2 deletions

View File

@ -0,0 +1,23 @@
pkgbase = adwaita-icon-theme
pkgdesc = GNOME standard icons
pkgver = 47.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/adwaita-icon-theme
arch = any
license = CC-BY-SA-3.0 OR LGPL-3.0-only
makedepends = git
makedepends = gtk-update-icon-cache
makedepends = meson
depends = adwaita-icon-theme-legacy
depends = hicolor-icon-theme
source = git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=47.0
b2sums = 2dd7b268eaab5835c0d2c7ee81cb388638b9037dfb6748669a4dcbf155338f1bbc9fb8e5d8e5d2acafa4e9f88f1d2c137de922c3d19c65dcb384933982c21ffa
pkgname = adwaita-icon-theme
depends = adwaita-icon-theme-legacy
depends = hicolor-icon-theme
depends = adwaita-cursors
pkgname = adwaita-cursors
pkgdesc = GNOME standard cursors
depends =

View File

@ -0,0 +1,6 @@
[adwaita-icon-theme]
source = "git"
git = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git"
include_regex = '\d+(\.\d+)*'
from_pattern = '\.([a-z])'
to_pattern = '\1'

View File

@ -9,7 +9,7 @@ pkgname=(
adwaita-icon-theme adwaita-icon-theme
adwaita-cursors adwaita-cursors
) )
pkgver=46.2 pkgver=47.0
pkgrel=1 pkgrel=1
pkgdesc="GNOME standard icons" pkgdesc="GNOME standard icons"
url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
@ -25,7 +25,7 @@ makedepends=(
meson meson
) )
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=${pkgver/[a-z]/.&}") source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=${pkgver/[a-z]/.&}")
b2sums=('566e62a532aa3ce27ca940d327f6e07896dda385a65904a972a29cd3bd2a3fdb39f046d24130abe7f923165f414f660cf6ea84ff233ca45da2f91e5953a113a6') b2sums=('2dd7b268eaab5835c0d2c7ee81cb388638b9037dfb6748669a4dcbf155338f1bbc9fb8e5d8e5d2acafa4e9f88f1d2c137de922c3d19c65dcb384933982c21ffa')
prepare() { prepare() {
cd $pkgbase cd $pkgbase