Skip to content
Snippets Groups Projects
Verified Commit a1011dcc authored by Fabian Bornschein's avatar Fabian Bornschein
Browse files

upgpkg: 46alpha-1: gnome-unstable

parent 1c5ca4a8
No related branches found
Tags 24.1-2
No related merge requests found
pkgbase = adwaita-icon-theme
pkgdesc = GNOME standard icons
pkgver = 45.0
pkgver = 46alpha
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/adwaita-icon-theme
arch = any
license = CCPL:by-sa
license = LGPL3
license = CC-BY-SA-3.0
license = LGPL-3.0-only
makedepends = git
makedepends = gtk3
makedepends = meson
depends = hicolor-icon-theme
depends = gtk-update-icon-cache
depends = librsvg
source = git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=709725baa9e17e8d0ca62eab7920162bfeda37b9
source = git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=f12b32b067f89d2c165cf9dac785299c5fd5dd57
b2sums = SKIP
pkgname = adwaita-icon-theme
......
# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
# Maintainer: Fabian Bornschein <fabiscafe@archlinux.org>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Lukas Fleischer <lfleischer@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
......@@ -8,14 +8,14 @@ pkgname=(
adwaita-icon-theme
adwaita-cursors
)
pkgver=45.0
pkgver=46alpha
pkgrel=1
pkgdesc="GNOME standard icons"
url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
arch=(any)
license=(
CCPL:by-sa
LGPL3
CC-BY-SA-3.0
LGPL-3.0-only
)
depends=(
hicolor-icon-theme
......@@ -27,20 +27,17 @@ makedepends=(
gtk3
meson
)
_commit=709725baa9e17e8d0ca62eab7920162bfeda37b9 # tags/45.0^0
_commit=f12b32b067f89d2c165cf9dac785299c5fd5dd57 # tags/46.alpha^0
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
b2sums=('SKIP')
pkgver() {
cd $pkgbase
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
git describe --tags | sed -r 's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
cd $pkgbase
# rm unused and problematic .icon-theme.cache.
git cherry-pick -n 32affe610606b3a550c2953993a72063eb2b7381
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment