[arch-commits] Commit in gmime3/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Aug 30 22:28:42 UTC 2022


    Date: Tuesday, August 30, 2022 @ 22:28:42
  Author: heftig
Revision: 454803

archrelease: copy trunk to extra-x86_64

Added:
  gmime3/repos/extra-x86_64/PKGBUILD
    (from rev 454802, gmime3/trunk/PKGBUILD)
Deleted:
  gmime3/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 51 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 22:28:18 UTC (rev 454802)
+++ PKGBUILD	2022-08-30 22:28:42 UTC (rev 454803)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-pkgname=gmime3
-pkgver=3.2.12
-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"
-arch=(x86_64)
-license=(GPL)
-depends=(glib2 gpgme zlib libidn2)
-makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-provides=(libgmime-3.0.so)
-options=(debug)
-_commit=41de5940ac1c0877fac2c15a3808e2346559cb98  # tags/3.2.12^0
-source=("git+https://github.com/jstedfast/gmime#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gmime
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd gmime
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gmime
-  ./configure --prefix=/usr \
-    --program-prefix=$pkgname \
-    --enable-gtk-doc \
-    --enable-smime \
-    --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gmime
-  make DESTDIR="$pkgdir" install
-}

Copied: gmime3/repos/extra-x86_64/PKGBUILD (from rev 454802, gmime3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 22:28:42 UTC (rev 454803)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=gmime3
+pkgver=3.2.13
+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"
+arch=(x86_64)
+license=(GPL)
+depends=(glib2 gpgme zlib libidn2)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+provides=(libgmime-3.0.so)
+options=(debug)
+_commit=da1b041a2ce7e5e5c9d2c3e9499fe71b7a84d222  # tags/3.2.13^0
+source=("git+https://github.com/jstedfast/gmime#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gmime
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gmime
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gmime
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --enable-gtk-doc \
+    --enable-smime \
+    --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd gmime
+  make check
+}
+
+package() {
+  cd gmime
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list