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


Commits:
7c297c38 by Jan Alexander Steffens (heftig) at 2024-06-20T17:30:06+02:00
3.2.15-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,21 +1,23 @@
 pkgbase = gmime3
        pkgdesc = A C/C++ MIME creation and parser library with support for 
S/MIME, PGP, and Unix mbox spools
-       pkgver = 3.2.14
+       pkgver = 3.2.15
        pkgrel = 1
        url = https://github.com/jstedfast/gmime
        arch = x86_64
        license = LGPL-2.1-or-later
        makedepends = docbook-utils
        makedepends = git
+       makedepends = glib2-devel
        makedepends = gobject-introspection
        makedepends = gtk-doc
        makedepends = vala
        depends = glib2
+       depends = glibc
        depends = gpgme
        depends = libidn2
        depends = zlib
        provides = libgmime-3.0.so
-       source = 
git+https://github.com/jstedfast/gmime#commit=f119d47e9392bf4a642cec20b5c361f99b2f4b42
-       b2sums = SKIP
+       source = git+https://github.com/jstedfast/gmime#tag=3.2.15
+       b2sums = 
e14eea1fde01aef5d26ee3c4e775996555793ed1141ad3f40c83eee91192330f00ccf522f1523102a224494178ca9878f64a97592dd0a144b12446820fad6eb9
 
 pkgname = gmime3


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[gmime3]
+source = "github"
+github = "jstedfast/gmime"
+use_max_tag = true
+include_regex = '\d+\.\d*[02468]\.\d+'


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Ben <[email protected]>
 
 pkgname=gmime3
-pkgver=3.2.14
+pkgver=3.2.15
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 url="https://github.com/jstedfast/gmime";
@@ -11,6 +11,7 @@ arch=(x86_64)
 license=(LGPL-2.1-or-later)
 depends=(
   glib2
+  glibc
   gpgme
   libidn2
   zlib
@@ -18,23 +19,19 @@ depends=(
 makedepends=(
   docbook-utils
   git
+  glib2-devel
   gobject-introspection
   gtk-doc
   vala
 )
 provides=(libgmime-3.0.so)
-_commit=f119d47e9392bf4a642cec20b5c361f99b2f4b42  # tags/3.2.14^0
-source=("git+https://github.com/jstedfast/gmime#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd gmime
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://github.com/jstedfast/gmime#tag=$pkgver";)
+b2sums=('e14eea1fde01aef5d26ee3c4e775996555793ed1141ad3f40c83eee91192330f00ccf522f1523102a224494178ca9878f64a97592dd0a144b12446820fad6eb9')
 
 prepare() {
   cd gmime
-  NOCONFIGURE=1 ./autogen.sh
+  sed -i '/AM_INIT_AUTOMAKE/s/]/ foreign]/' configure.ac
+  autoreconf -fvi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gmime3/-/commit/7c297c389bf50bd71c91e77bc71e5cbe48ff5edc

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


Reply via email to