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

Jan Steffens heftig at archlinux.org
Wed Apr 5 18:58:27 UTC 2017


    Date: Wednesday, April 5, 2017 @ 18:58:26
  Author: heftig
Revision: 292200

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gmime/repos/gnome-unstable-i686/
  gmime/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292199, gmime/trunk/PKGBUILD)
  gmime/repos/gnome-unstable-x86_64/
  gmime/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292199, gmime/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   50 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   50 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)

Copied: gmime/repos/gnome-unstable-i686/PKGBUILD (from rev 292199, gmime/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-05 18:58:26 UTC (rev 292200)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=gmime
+pkgver=2.6.23+4+g91dcee38
+pkgrel=1
+pkgdesc="Glorious MIME Utility Library"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://spruce.sourceforge.net/gmime/"
+depends=(glib2 gpgme zlib)
+makedepends=(gtk-sharp-2 gobject-introspection gtk-doc git vala docbook-utils)
+_commit=91dcee38ea301463fb9c6bc936f08b9fd1c0969f  # gmime-2-6
+source=("git+https://git.gnome.org/browse/gmime#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR="$srcdir/weird"
+  mkdir -p "$MONO_SHARED_DIR"
+
+  cd "$pkgname"
+
+  ./configure --prefix=/usr \
+    --program-prefix=$pkgname \
+    --enable-gtk-doc \
+    --enable-mono \
+    --enable-smime \
+    --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: gmime/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292199, gmime/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-05 18:58:26 UTC (rev 292200)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=gmime
+pkgver=2.6.23+4+g91dcee38
+pkgrel=1
+pkgdesc="Glorious MIME Utility Library"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://spruce.sourceforge.net/gmime/"
+depends=(glib2 gpgme zlib)
+makedepends=(gtk-sharp-2 gobject-introspection gtk-doc git vala docbook-utils)
+_commit=91dcee38ea301463fb9c6bc936f08b9fd1c0969f  # gmime-2-6
+source=("git+https://git.gnome.org/browse/gmime#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR="$srcdir/weird"
+  mkdir -p "$MONO_SHARED_DIR"
+
+  cd "$pkgname"
+
+  ./configure --prefix=/usr \
+    --program-prefix=$pkgname \
+    --enable-gtk-doc \
+    --enable-mono \
+    --enable-smime \
+    --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list