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

Jan Steffens heftig at archlinux.org
Sun Nov 18 06:59:59 UTC 2018


    Date: Sunday, November 18, 2018 @ 06:59:59
  Author: heftig
Revision: 340077

2.0.26-3: FS#60821 fix soname

Modified:
  sdl_gfx/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-18 06:40:36 UTC (rev 340076)
+++ PKGBUILD	2018-11-18 06:59:59 UTC (rev 340077)
@@ -4,7 +4,7 @@
 
 pkgname=sdl_gfx
 pkgver=2.0.26
-pkgrel=2
+pkgrel=3
 pkgdesc="SDL graphics drawing primitives and other support functions"
 url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
 arch=(x86_64)
@@ -13,6 +13,14 @@
 source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
 sha256sums=('7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446')
 
+prepare() {
+  cd SDL_gfx-$pkgver
+
+  # shipped configure was not regenerated since 2.0.25, resulting in bad soname
+  # https://bugs.archlinux.org/task/60821
+  autoreconf -fvi
+}
+
 build() {
   cd SDL_gfx-$pkgver
   ./configure --prefix=/usr \



More information about the arch-commits mailing list