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

upgpkg: 1:1.6alpha+r30+g6a38c07d-1: gnome-unstable

parent 743c7b52
No related branches found
Tags 1-1.5beta-1
No related merge requests found
pkgbase = libadwaita
pkgdesc = Building blocks for modern adaptive GNOME applications
pkgver = 1.6alpha
pkgver = 1.6alpha+r30+g6a38c07d
pkgrel = 1
epoch = 1
url = https://gnome.pages.gitlab.gnome.org/libadwaita/
......@@ -21,8 +21,8 @@ pkgbase = libadwaita
depends = graphene
depends = gtk4
depends = pango
source = git+https://gitlab.gnome.org/GNOME/libadwaita.git#tag=1.6.alpha
b2sums = ece7c0ac13999daba47c270a1324e299e03aac912ccc2e3ec4cd8cdb953fc1ff120d7f1e2a4c845e8c9c2e47238e1583ca7f8dcf3aa6bd4b8fab972611953e14
source = git+https://gitlab.gnome.org/GNOME/libadwaita.git#commit=6a38c07d3eb9e0783f8e1c01a70f26b7fa78e088
b2sums = 9fd688621f43eb361b83cc21bbc1a095cc969ac6bb85c54fcf3d3a630667dac5f15f9561b374c7972af13708bb59eab6f8eda0e895f42c4e721ae584ca815dec
pkgname = libadwaita
depends = appstream
......
......@@ -7,7 +7,7 @@ pkgname=(
libadwaita-demos
libadwaita-docs
)
pkgver=1.6alpha
pkgver=1.6alpha+r30+g6a38c07d
pkgrel=1
epoch=1
pkgdesc="Building blocks for modern adaptive GNOME applications"
......@@ -33,8 +33,15 @@ makedepends=(
vala
)
checkdepends=(weston)
source=("git+https://gitlab.gnome.org/GNOME/libadwaita.git#tag=${pkgver/[a-z]/.&}")
b2sums=('ece7c0ac13999daba47c270a1324e299e03aac912ccc2e3ec4cd8cdb953fc1ff120d7f1e2a4c845e8c9c2e47238e1583ca7f8dcf3aa6bd4b8fab972611953e14')
source=("git+https://gitlab.gnome.org/GNOME/libadwaita.git#commit=6a38c07d3eb9e0783f8e1c01a70f26b7fa78e088")
b2sums=('9fd688621f43eb361b83cc21bbc1a095cc969ac6bb85c54fcf3d3a630667dac5f15f9561b374c7972af13708bb59eab6f8eda0e895f42c4e721ae584ca815dec')
pkgver() {
cd $pkgname
git describe --tags | sed -r 's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
cd $pkgname
......
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