[arch-commits] Commit in gmime3/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Dec 3 22:45:00 UTC 2017
Date: Sunday, December 3, 2017 @ 22:44:59
Author: jgc
Revision: 311588
archrelease: copy trunk to extra-x86_64
Added:
gmime3/repos/extra-x86_64/PKGBUILD
(from rev 311587, gmime3/trunk/PKGBUILD)
Deleted:
gmime3/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-03 22:44:55 UTC (rev 311587)
+++ PKGBUILD 2017-12-03 22:44:59 UTC (rev 311588)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-pkgname=gmime3
-pkgver=3.0.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)
-makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=a2ccb7b8d0f9e3a772139b8d2371e47e2c352a04 # tags/3.0.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 311587, gmime3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-03 22:44:59 UTC (rev 311588)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=gmime3
+pkgver=3.0.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)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+_commit=5f7abc964c5e166d58cfa345b3bca58f3d2e88f4 # tags/3.0.5^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
+}
More information about the arch-commits
mailing list