Skip to content
Snippets Groups Projects
Verified Commit 1970b42c authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

48.0-1

parent 3f2cee5e
No related branches found
No related tags found
No related merge requests found
pkgbase = adwaita-icon-theme
pkgdesc = GNOME standard icons
pkgver = 48beta
pkgver = 48.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/adwaita-icon-theme
arch = any
......@@ -10,8 +10,8 @@ pkgbase = adwaita-icon-theme
makedepends = meson
depends = adwaita-icon-theme-legacy
depends = hicolor-icon-theme
source = git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=48.beta
b2sums = c3467d0992008e434ab023999e49bd02403f3466993529a187a18cb09222f087d789d8c7ac29a87206248972b107eb08309262606131e90a778d23fe9d550c5b
source = git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=48.0
b2sums = b73fd9141c28be6de85656ee5afa481d5fefc04c9afbcf616f0a56d7d14e694aba064726c15492240425a270d1b59bc8dbcef8aa51c933ed8fd3ecaf5fbecd2f
pkgname = adwaita-icon-theme
depends = adwaita-icon-theme-legacy
......
[adwaita-icon-theme]
source = "git"
git = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git"
# include_regex = '\d+(\.\d+)*'
include_regex = '\d+(\.\d+)*'
from_pattern = '\.([a-z])'
to_pattern = '\1'
......@@ -8,7 +8,7 @@ pkgname=(
adwaita-icon-theme
adwaita-cursors
)
pkgver=48beta
pkgver=48.0
pkgrel=1
pkgdesc="GNOME standard icons"
url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
......@@ -24,7 +24,7 @@ makedepends=(
meson
)
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#tag=${pkgver/[a-z]/.&}")
b2sums=('c3467d0992008e434ab023999e49bd02403f3466993529a187a18cb09222f087d789d8c7ac29a87206248972b107eb08309262606131e90a778d23fe9d550c5b')
b2sums=('b73fd9141c28be6de85656ee5afa481d5fefc04c9afbcf616f0a56d7d14e694aba064726c15492240425a270d1b59bc8dbcef8aa51c933ed8fd3ecaf5fbecd2f')
prepare() {
cd $pkgbase
......@@ -32,6 +32,11 @@ prepare() {
build() {
arch-meson $pkgbase build
meson compile -C build
}
check() {
meson test -C build --print-errorlogs
}
package_adwaita-icon-theme() {
......
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