Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libspelling


Commits:
9a4061cf by Jan Alexander Steffens (heftig) at 2024-05-09T23:21:04+02:00
0.2.1-2: icu rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libspelling
        pkgdesc = Spellcheck library for GTK 4
        pkgver = 0.2.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://gitlab.gnome.org/chergert/libspelling
        arch = x86_64
        license = LGPL-2.1-or-later
@@ -11,11 +11,14 @@ pkgbase = libspelling
        makedepends = meson
        makedepends = vala
        depends = enchant
+       depends = gcc-libs
+       depends = glib2
+       depends = glibc
        depends = gtk4
        depends = gtksourceview5
        depends = icu
        depends = pango
-       source = 
git+https://gitlab.gnome.org/chergert/libspelling.git#commit=0e9b8b2187ecda4dc1ce48a9bcc9a9976490fda2
+       source = git+https://gitlab.gnome.org/chergert/libspelling.git#tag=0.2.1
        b2sums = 
dc5652e327307165231869321010c9d98e0b4521c4ee090aa326ed2c25d17070a8217cc4bd049a4d89c76de73ed0457b8fc8b8533bfb209b7b2f6d2a0eb2895c
 
 pkgname = libspelling


=====================================
PKGBUILD
=====================================
@@ -7,13 +7,16 @@ pkgname=(
   libspelling-docs
 )
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Spellcheck library for GTK 4"
 url="https://gitlab.gnome.org/chergert/libspelling";
 arch=(x86_64)
 license=(LGPL-2.1-or-later)
 depends=(
   enchant
+  gcc-libs
+  glib2
+  glibc
   gtk4
   gtksourceview5
   icu
@@ -26,15 +29,9 @@ makedepends=(
   meson
   vala
 )
-_commit=0e9b8b2187ecda4dc1ce48a9bcc9a9976490fda2  # tags/0.2.1^0
-source=("git+https://gitlab.gnome.org/chergert/libspelling.git#commit=$_commit";)
+source=("git+https://gitlab.gnome.org/chergert/libspelling.git#tag=$pkgver";)
 
b2sums=('dc5652e327307165231869321010c9d98e0b4521c4ee090aa326ed2c25d17070a8217cc4bd049a4d89c76de73ed0457b8fc8b8533bfb209b7b2f6d2a0eb2895c')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
 build() {
   arch-meson $pkgname build
   meson compile -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libspelling/-/commit/9a4061cff447af54acf43358ba0abb8a3ae7b8e2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libspelling/-/commit/9a4061cff447af54acf43358ba0abb8a3ae7b8e2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to