* update adwaita-icon-theme to 46.2-1
This commit is contained in:
parent
c910afeb1e
commit
80ec9c700a
@ -9,33 +9,23 @@ pkgname=(
|
||||
adwaita-icon-theme
|
||||
adwaita-cursors
|
||||
)
|
||||
pkgver=46.0
|
||||
pkgver=46.2
|
||||
pkgrel=1
|
||||
pkgdesc="GNOME standard icons"
|
||||
url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
|
||||
arch=(any)
|
||||
license=(
|
||||
CC-BY-SA-3.0
|
||||
LGPL-3.0-only
|
||||
)
|
||||
license=("CC-BY-SA-3.0 OR LGPL-3.0-only")
|
||||
depends=(
|
||||
adwaita-icon-theme-legacy
|
||||
hicolor-icon-theme
|
||||
gtk-update-icon-cache
|
||||
librsvg
|
||||
)
|
||||
makedepends=(
|
||||
git
|
||||
gtk3
|
||||
gtk-update-icon-cache
|
||||
meson
|
||||
)
|
||||
_commit=7d2510820199ff7f233511a00895043f3843dbcd # tags/46.0^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
|
||||
b2sums=('83aa51edbe09cf021c33411687ddaae421b96f3356960947d29491f52147a94d9a8b3976a9a020e8de0eda536cc40b32d1912a17adbf2949d6abb234299673d3')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgbase
|
||||
git describe --tags | sed -r 's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
|
||||
}
|
||||
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=${pkgver/[a-z]/.&}")
|
||||
b2sums=('566e62a532aa3ce27ca940d327f6e07896dda385a65904a972a29cd3bd2a3fdb39f046d24130abe7f923165f414f660cf6ea84ff233ca45da2f91e5953a113a6')
|
||||
|
||||
prepare() {
|
||||
cd $pkgbase
|
||||
@ -55,8 +45,12 @@ package_adwaita-icon-theme() {
|
||||
|
||||
meson install -C build --destdir "$pkgdir"
|
||||
|
||||
# Split cursors
|
||||
mkdir -p cursors/usr/share/icons/Adwaita
|
||||
mv {"$pkgdir",cursors}/usr/share/icons/Adwaita/cursors
|
||||
|
||||
# Covered by common licenses
|
||||
rm -r "$pkgdir/usr/share/licenses"
|
||||
}
|
||||
|
||||
package_adwaita-cursors() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user