[arch-commits] Commit in gmime3/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Nov 15 21:42:51 UTC 2019
Date: Friday, November 15, 2019 @ 21:42:50
Author: heftig
Revision: 368946
archrelease: copy trunk to extra-x86_64
Added:
gmime3/repos/extra-x86_64/PKGBUILD
(from rev 368945, gmime3/trunk/PKGBUILD)
Deleted:
gmime3/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 83 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-15 21:42:21 UTC (rev 368945)
+++ PKGBUILD 2019-11-15 21:42:50 UTC (rev 368946)
@@ -1,41 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-pkgname=gmime3
-pkgver=3.2.4
-pkgrel=1
-pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools"
-arch=(x86_64)
-license=(GPL)
-url="https://github.com/jstedfast/gmime"
-depends=(glib2 gpgme zlib libidn2)
-makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=2bc7717628a7bfb03f0e9a675c09b5be3daa083b # tags/3.2.4^0
-source=("git+https://github.com/jstedfast/gmime#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd gmime
- git describe --tags | sed '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 368945, gmime3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-15 21:42:50 UTC (rev 368946)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=gmime3
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools"
+arch=(x86_64)
+license=(GPL)
+url="https://github.com/jstedfast/gmime"
+depends=(glib2 gpgme zlib libidn2)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+_commit=004af142c2a3c4c4d7c32d76001769be0609e0b1 # master
+source=("git+https://github.com/jstedfast/gmime#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd gmime
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd gmime
+ git tag -f 3.2.5 004af142c2a3c4c4d7c32d76001769be0609e0b1 # Fixup missing tag
+ 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
+}
More information about the arch-commits
mailing list