Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libgmobile


Commits:
63bbd0a8 by Balló György at 2025-11-13T09:01:26+01:00
upgpkg: 0.4.0-2: Remove vala from depends, it's needed only during build

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,20 +1,16 @@
 pkgbase = libgmobile
        pkgdesc = Functions useful in mobile related, glib based projects
        pkgver = 0.4.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://gitlab.gnome.org/World/Phosh/gmobile
        arch = x86_64
-       arch = aarch64
-       license = GPL-3.0-only
+       license = LGPL-2.1-or-later AND GPL-3.0-or-later
        makedepends = meson
        makedepends = git
-       makedepends = libgirepository
-       makedepends = json-glib
        makedepends = gobject-introspection
        makedepends = vala
        depends = json-glib
        depends = glib2
-       depends = vala
        source = git+https://gitlab.gnome.org/World/Phosh/gmobile.git#tag=v0.4.0
        sha256sums = 
2978db123c81804002843a10cf65e44081b90486e13eb5a7702c780cf0934ec2
 


=====================================
PKGBUILD
=====================================
@@ -3,25 +3,23 @@
 
 pkgname=libgmobile
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Functions useful in mobile related, glib based projects'
-arch=('x86_64' 'aarch64')
+arch=('x86_64')
 url='https://gitlab.gnome.org/World/Phosh/gmobile'
-license=(GPL-3.0-only)
+license=('LGPL-2.1-or-later AND GPL-3.0-or-later')
 depends=(
         "json-glib"
         "glib2"
-        "vala"
 )
 makedepends=(
             "meson"
             "git"
-            "libgirepository"
-            "json-glib"
             "gobject-introspection"
             "vala"
 )
 source=("git+${url}.git#tag=v${pkgver}")
+sha256sums=('2978db123c81804002843a10cf65e44081b90486e13eb5a7702c780cf0934ec2')
 
 build() {
   arch-meson gmobile build
@@ -31,4 +29,3 @@ build() {
 package() {
   DESTDIR="${pkgdir}" meson install -C build
 }
-sha256sums=('2978db123c81804002843a10cf65e44081b90486e13eb5a7702c780cf0934ec2')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgmobile/-/commit/63bbd0a897e333224b17e8432f4dbc44ce2df5b8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgmobile/-/commit/63bbd0a897e333224b17e8432f4dbc44ce2df5b8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to