[arch-commits] Commit in gmime3/repos (4 files)

Jan Steffens heftig at archlinux.org
Sun Oct 29 15:39:34 UTC 2017


    Date: Sunday, October 29, 2017 @ 15:39:33
  Author: heftig
Revision: 308593

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------+
 /PKGBUILD             |   92 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   46 ------------------------
 extra-x86_64/PKGBUILD |   46 ------------------------
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-29 15:38:39 UTC (rev 308592)
+++ extra-i686/PKGBUILD	2017-10-29 15:39:33 UTC (rev 308593)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-pkgname=gmime3
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Glorious MIME Utility Library"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://spruce.sourceforge.net/gmime/"
-depends=(glib2 gpgme zlib)
-makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=36649c37b163adc75a7229f799afd186edebe9bd  # master
-source=("git+https://git.gnome.org/browse/gmime#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gmime
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gmime
-  git tag -f 3.0.2 36649c37b163adc75a7229f799afd186edebe9bd 
-  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-i686/PKGBUILD (from rev 308592, gmime3/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-29 15:39:33 UTC (rev 308593)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=gmime3
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Glorious MIME Utility Library"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://spruce.sourceforge.net/gmime/"
+depends=(glib2 gpgme zlib)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+_commit=a35070fb41df57dfc98d9c0e2e687cbb9851bca9  # master
+source=("git+https://git.gnome.org/browse/gmime#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gmime
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gmime
+  git tag -f 3.0.3 a35070fb41df57dfc98d9c0e2e687cbb9851bca9
+  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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-29 15:38:39 UTC (rev 308592)
+++ extra-x86_64/PKGBUILD	2017-10-29 15:39:33 UTC (rev 308593)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-pkgname=gmime3
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Glorious MIME Utility Library"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://spruce.sourceforge.net/gmime/"
-depends=(glib2 gpgme zlib)
-makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=36649c37b163adc75a7229f799afd186edebe9bd  # master
-source=("git+https://git.gnome.org/browse/gmime#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gmime
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gmime
-  git tag -f 3.0.2 36649c37b163adc75a7229f799afd186edebe9bd 
-  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 308592, gmime3/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-29 15:39:33 UTC (rev 308593)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=gmime3
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Glorious MIME Utility Library"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://spruce.sourceforge.net/gmime/"
+depends=(glib2 gpgme zlib)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+_commit=a35070fb41df57dfc98d9c0e2e687cbb9851bca9  # master
+source=("git+https://git.gnome.org/browse/gmime#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gmime
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gmime
+  git tag -f 3.0.3 a35070fb41df57dfc98d9c0e2e687cbb9851bca9
+  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