[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2020-03-22 Thread Jan Steffens via arch-commits
Date: Sunday, March 22, 2020 @ 16:20:13
  Author: heftig
Revision: 378338

3.2.7-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 16:19:26 UTC (rev 378337)
+++ PKGBUILD2020-03-22 16:20:13 UTC (rev 378338)
@@ -2,7 +2,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.6
+pkgver=3.2.7
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
 provides=(libgmime-3.0.so)
-_commit=6546ed5e2935e5f99e99e0311ea6cec6d6101aaf  # tags/3.2.6^0
+_commit=9749a44bae4bacbb59c06d9a62e5e87cb8be3081  # tags/3.2.7^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2020-02-15 Thread Jan Steffens via arch-commits
Date: Sunday, February 16, 2020 @ 01:09:11
  Author: heftig
Revision: 375658

3.2.6-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 01:08:02 UTC (rev 375657)
+++ PKGBUILD2020-02-16 01:09:11 UTC (rev 375658)
@@ -2,7 +2,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
@@ -10,7 +10,8 @@
 url="https://github.com/jstedfast/gmime;
 depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=004af142c2a3c4c4d7c32d76001769be0609e0b1  # master
+provides=(libgmime-3.0.so)
+_commit=6546ed5e2935e5f99e99e0311ea6cec6d6101aaf  # tags/3.2.6^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,7 +22,6 @@
 
 prepare() {
   cd gmime
-  git tag -f 3.2.5 004af142c2a3c4c4d7c32d76001769be0609e0b1  # Fixup missing 
tag
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2019-11-15 Thread Jan Steffens via arch-commits
Date: Friday, November 15, 2019 @ 21:42:21
  Author: heftig
Revision: 368945

3.2.5-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 21:42:16 UTC (rev 368944)
+++ PKGBUILD2019-11-15 21:42:21 UTC (rev 368945)
@@ -2,7 +2,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.4
+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)
@@ -10,7 +10,7 @@
 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
+_commit=004af142c2a3c4c4d7c32d76001769be0609e0b1  # master
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,6 +21,7 @@
 
 prepare() {
   cd gmime
+  git tag -f 3.2.5 004af142c2a3c4c4d7c32d76001769be0609e0b1  # Fixup missing 
tag
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2019-10-03 Thread Jan Steffens via arch-commits
Date: Thursday, October 3, 2019 @ 16:23:39
  Author: heftig
Revision: 363703

3.2.4-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 16:20:40 UTC (rev 363702)
+++ PKGBUILD2019-10-03 16:23:39 UTC (rev 363703)
@@ -2,8 +2,8 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.3
-pkgrel=3
+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)
@@ -10,7 +10,7 @@
 url="https://github.com/jstedfast/gmime;
 depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=01be60574ccf95b9fe971a586292a275af8e2c8b  # tags/3.2.3^0
+_commit=2bc7717628a7bfb03f0e9a675c09b5be3daa083b  # tags/3.2.4^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,15 +26,12 @@
 
 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
 }
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2019-02-09 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 10, 2019 @ 02:58:08
  Author: foutrelis
Revision: 345816

libidn2 2.1.1 rebuild

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 02:57:46 UTC (rev 345815)
+++ PKGBUILD2019-02-10 02:58:08 UTC (rev 345816)
@@ -3,7 +3,7 @@
 
 pkgname=gmime3
 pkgver=3.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
 license=(GPL)


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:16:22
  Author: foutrelis
Revision: 344017

libidn2 2.1.0 rebuild

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:15:53 UTC (rev 344016)
+++ PKGBUILD2019-01-13 21:16:22 UTC (rev 344017)
@@ -3,7 +3,7 @@
 
 pkgname=gmime3
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
 license=(GPL)


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2018-11-27 Thread Jan Steffens via arch-commits
Date: Tuesday, November 27, 2018 @ 09:14:56
  Author: heftig
Revision: 340423

3.2.3-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-27 09:14:01 UTC (rev 340422)
+++ PKGBUILD2018-11-27 09:14:56 UTC (rev 340423)
@@ -2,7 +2,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 url="https://github.com/jstedfast/gmime;
 depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=866d2c4717f33ac6fef0ca7b2cddd3589001e294  # tags/3.2.2^0
+_commit=01be60574ccf95b9fe971a586292a275af8e2c8b  # tags/3.2.3^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2018-10-31 Thread Jan Steffens via arch-commits
Date: Wednesday, October 31, 2018 @ 21:23:46
  Author: heftig
Revision: 337659

3.2.2-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-31 20:40:05 UTC (rev 337658)
+++ PKGBUILD2018-10-31 21:23:46 UTC (rev 337659)
@@ -2,7 +2,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 url="https://github.com/jstedfast/gmime;
 depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=e5151d4b10d3d5d1420db13450c729f2f1cdc368  # tags/3.2.1^0
+_commit=866d2c4717f33ac6fef0ca7b2cddd3589001e294  # tags/3.2.2^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:15:09
  Author: heftig
Revision: 337389

3.2.1-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:13:25 UTC (rev 337388)
+++ PKGBUILD2018-10-27 16:15:09 UTC (rev 337389)
@@ -2,15 +2,15 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.2.1
+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 libidn)
+depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=7bae7f1dddf5e017548841a9803f8b0f505caa9f  # tags/3.2.0^0
+_commit=e5151d4b10d3d5d1420db13450c729f2f1cdc368  # tags/3.2.1^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2018-09-19 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 19, 2018 @ 11:45:25
  Author: arojas
Revision: 335008

Add missing libidn dependency

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-19 11:25:29 UTC (rev 335007)
+++ PKGBUILD2018-09-19 11:45:25 UTC (rev 335008)
@@ -3,12 +3,12 @@
 
 pkgname=gmime3
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 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)
+depends=(glib2 gpgme zlib libidn)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
 _commit=7bae7f1dddf5e017548841a9803f8b0f505caa9f  # tags/3.2.0^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2018-09-10 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 22:49:40
  Author: foutrelis
Revision: 334346

libidn 1.35 rebuild

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 22:48:58 UTC (rev 334345)
+++ PKGBUILD2018-09-10 22:49:40 UTC (rev 334346)
@@ -4,7 +4,7 @@
 
 pkgname=gmime3
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
 license=(GPL)


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2017-12-20 Thread Jan Steffens via arch-commits
Date: Wednesday, December 20, 2017 @ 18:54:06
  Author: heftig
Revision: 313401

3.2.0-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-20 18:14:56 UTC (rev 313400)
+++ PKGBUILD2017-12-20 18:54:06 UTC (rev 313401)
@@ -3,7 +3,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.0.5
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 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
+_commit=7bae7f1dddf5e017548841a9803f8b0f505caa9f  # tags/3.2.0^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 22:44:55
  Author: jgc
Revision: 311587

upgpkg: gmime3 3.0.5-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 22:41:16 UTC (rev 311586)
+++ PKGBUILD2017-12-03 22:44:55 UTC (rev 311587)
@@ -3,7 +3,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.0.4
+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)
@@ -11,7 +11,7 @@
 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
+_commit=5f7abc964c5e166d58cfa345b3bca58f3d2e88f4  # tags/3.0.5^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2017-11-24 Thread Jan Steffens
Date: Friday, November 24, 2017 @ 11:04:26
  Author: heftig
Revision: 310777

3.0.4-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-24 10:48:04 UTC (rev 310776)
+++ PKGBUILD2017-11-24 11:04:26 UTC (rev 310777)
@@ -3,16 +3,16 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
-pkgdesc="Glorious MIME Utility Library"
+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="http://spruce.sourceforge.net/gmime/;
+url="https://github.com/jstedfast/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;)
+_commit=a2ccb7b8d0f9e3a772139b8d2371e47e2c352a04  # tags/3.0.4^0
+source=("git+https://github.com/jstedfast/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -22,7 +22,6 @@
 
 prepare() {
   cd gmime
-  git tag -f 3.0.3 a35070fb41df57dfc98d9c0e2e687cbb9851bca9
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in gmime3/trunk (PKGBUILD)

2017-10-29 Thread Jan Steffens
Date: Sunday, October 29, 2017 @ 15:38:39
  Author: heftig
Revision: 308592

3.0.3-1

Modified:
  gmime3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-29 15:28:39 UTC (rev 308591)
+++ PKGBUILD2017-10-29 15:38:39 UTC (rev 308592)
@@ -3,7 +3,7 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="Glorious MIME Utility Library"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 url="http://spruce.sourceforge.net/gmime/;
 depends=(glib2 gpgme zlib)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=36649c37b163adc75a7229f799afd186edebe9bd  # master
+_commit=a35070fb41df57dfc98d9c0e2e687cbb9851bca9  # master
 source=("git+https://git.gnome.org/browse/gmime#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,7 +22,7 @@
 
 prepare() {
   cd gmime
-  git tag -f 3.0.2 36649c37b163adc75a7229f799afd186edebe9bd 
+  git tag -f 3.0.3 a35070fb41df57dfc98d9c0e2e687cbb9851bca9
   NOCONFIGURE=1 ./autogen.sh
 }