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


Commits:
a82537ef by Fabian Bornschein at 2024-09-03T14:19:30+02:00
Add nvchecker configuration (.nvchecker.toml)

- - - - -
8fabf195 by Fabian Bornschein at 2024-09-03T15:44:02+02:00
upgpkg: 1.81.2-1: gnome-unstable

- - - - -
9eecf1dd by Fabian Bornschein at 2024-09-03T21:22:17+02:00
upgpkg: 1.81.4-1: gnome-unstable

- - - - -
ce52ace0 by Jan Alexander Steffens (heftig) at 2024-09-14T05:38:18+02:00
1.82.0-1

- - - - -
feeec27e by Jan Alexander Steffens (heftig) at 2024-09-17T01:30:13+02:00
Whitespace

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
 pkgbase = gobject-introspection
        pkgdesc = Introspection system for GObject-based libraries
-       pkgver = 1.80.1
-       pkgrel = 3
+       pkgver = 1.82.0
+       pkgrel = 1
        url = https://wiki.gnome.org/Projects/GObjectIntrospection
        arch = x86_64
        license = GPL-2.0-or-later
        license = LGPL-2.0-or-later
-       makedepends = glib2=2.80.0
+       makedepends = glib2=2.82.0
        makedepends = cairo
        makedepends = git
        makedepends = glibc
@@ -19,16 +19,18 @@ pkgbase = gobject-introspection
        makedepends = python-markdown
        makedepends = python-setuptools
        makedepends = python-sphinx
-       source = 
git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#tag=1.80.1
-       source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.80.0
+       source = 
git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#tag=1.82.0
+       source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.82.0
+       source = 
git+https://gitlab.gnome.org/GNOME/gobject-introspection-tests.git
        validpgpkeys = 923B7025EE03C1C59F42684CF0942E894B2EAFA0
        validpgpkeys = D4C501DA48EB797A081750939449C2F50996635F
-       b2sums = 
1615fb991f5eba1a384ce684d89acaeb08417b65d77b33019e6e2b94ee0c7038186f0c09011268092194339cc870f3f6ef25ca8f32dc454f9a298fce36400d86
-       b2sums = 
cc3a6a7a14fef1aabc08d3bdfe98f66e3ecf3591ac054d83aa9404c8c9cd72e690a4c26c16934700d067bb2cb3d58730387482032cd9ffa04b041869426165ba
+       b2sums = 
37852497c4e75a64e7d856e361cda2b5f0edf689ff3128dbae5231d81978211bfabb03c6089965141510643eb513f428f507e548bc1bef3f4db2a4180a291c2b
+       b2sums = 
9dee8619918d1bf85d853ddc661c4702046b5361bd3fde105d0b3c550f5dbdbaa6578557107588053bb4e980a21e83b95c2c9e9c7868fb89ca852bc950ac3dba
+       b2sums = SKIP
 
 pkgname = gobject-introspection
-       depends = gobject-introspection-runtime=1.80.1-3
-       depends = libgirepository=1.80.1-3
+       depends = gobject-introspection-runtime=1.82.0-1
+       depends = libgirepository=1.82.0-1
        depends = glib2
        depends = glibc
        depends = libffi
@@ -39,7 +41,7 @@ pkgname = gobject-introspection
 
 pkgname = gobject-introspection-runtime
        pkgdesc = Introspection system for GObject-based libraries - runtime
-       depends = libgirepository=1.80.1-3
+       depends = libgirepository=1.82.0-1
 
 pkgname = libgirepository
        pkgdesc = Introspection system for GObject-based libraries - runtime 
library


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[gobject-introspection]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gobject-introspection.git";
+include_regex = '\d+\.\d*[02468]\.\d+'


=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@ pkgname=(
   gobject-introspection-runtime
   libgirepository
 )
-pkgver=1.80.1
-pkgrel=3
+pkgver=1.82.0
+pkgrel=1
 pkgdesc="Introspection system for GObject-based libraries"
 url="https://wiki.gnome.org/Projects/GObjectIntrospection";
 arch=(x86_64)
@@ -17,7 +17,7 @@ license=(
   GPL-2.0-or-later
   LGPL-2.0-or-later
 )
-_glibver=2.80.0
+_glibver=2.82.0
 makedepends=(
   "glib2=$_glibver"
   cairo
@@ -36,9 +36,11 @@ makedepends=(
 source=(
   "git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#tag=$pkgver";
   "git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver";
+  "git+https://gitlab.gnome.org/GNOME/gobject-introspection-tests.git";
 )
-b2sums=('1615fb991f5eba1a384ce684d89acaeb08417b65d77b33019e6e2b94ee0c7038186f0c09011268092194339cc870f3f6ef25ca8f32dc454f9a298fce36400d86'
-        
'cc3a6a7a14fef1aabc08d3bdfe98f66e3ecf3591ac054d83aa9404c8c9cd72e690a4c26c16934700d067bb2cb3d58730387482032cd9ffa04b041869426165ba')
+b2sums=('37852497c4e75a64e7d856e361cda2b5f0edf689ff3128dbae5231d81978211bfabb03c6089965141510643eb513f428f507e548bc1bef3f4db2a4180a291c2b'
+        
'9dee8619918d1bf85d853ddc661c4702046b5361bd3fde105d0b3c550f5dbdbaa6578557107588053bb4e980a21e83b95c2c9e9c7868fb89ca852bc950ac3dba'
+        'SKIP')
 validpgpkeys=(
   923B7025EE03C1C59F42684CF0942E894B2EAFA0  # Philip Withnall 
<[email protected]>
   D4C501DA48EB797A081750939449C2F50996635F  # Marco Trevisan <[email protected]>
@@ -46,8 +48,12 @@ validpgpkeys=(
 
 prepare() {
   cd $pkgbase
+
+  git submodule init
+  git submodule set-url gobject-introspection-tests 
"$srcdir/gobject-introspection-tests"
+  git -c protocol.file.allow=always -c protocol.allow=never submodule update
 }
-  
+
 build() {
   local meson_options=(
     -D glib_src_dir="$srcdir/glib"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gobject-introspection/-/compare/137aeb90a3b7f0966ad22cc97e0c19549f428726...feeec27eeae9b5391490556cb765e4c5cd8da467

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gobject-introspection/-/compare/137aeb90a3b7f0966ad22cc97e0c19549f428726...feeec27eeae9b5391490556cb765e4c5cd8da467
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to