diff --git a/libbobcat/PKGBUILD b/libbobcat/PKGBUILD index 63d1819d..d689fe87 100644 --- a/libbobcat/PKGBUILD +++ b/libbobcat/PKGBUILD @@ -2,8 +2,8 @@ pkgbase=libbobcat pkgname=('libbobcat' 'libbobcat-devel') -pkgver=5.05.00 -pkgrel=3 +pkgver=5.07.03 +pkgrel=1 pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library" arch=('i686' 'x86_64') url="https://fbb-git.gitlab.io/bobcat/" @@ -17,9 +17,9 @@ source=("${pkgname}::git+https://gitlab.com/fbb-git/bobcat.git#tag=${pkgver}" "fix-build.patch" "fix-light-build.patch" "0001-missing-header.patch") -sha256sums=('SKIP' - 'fe1bedf6bbe255128aeab37215164022a029f2343bc29229e03e943501f3f73a' - '5d34da873571c5f864bbee8549427fb569bd692fbd68eb9ce2691d476cf68b15' +sha256sums=('da1fa4d2c4649ab754dd9e94f753bd059f03eb92d3cbb7d5f4c2c7ada57e4ea9' + '875f0176b256897eb9e62656877255a909321c7268a6e0eedafc900ca04c0d55' + 'd710f99c90e351d9b8a9927f0a41686489355404fcaf19c745e38323396d93b6' 'b2f2773d4486d4b2b3c3f6c20042a7eb3b01e7e2a75d5bd3b28761283b891d9d' '5b043a14f152707df698a1aa4d5a4752613000f962f8002242f8620fba7aadb4') diff --git a/libbobcat/fix-build.patch b/libbobcat/fix-build.patch index ce939c48..5fa31323 100644 --- a/libbobcat/fix-build.patch +++ b/libbobcat/fix-build.patch @@ -80,7 +80,7 @@ diff -Naur bobcat-4.07.00-1-orig/bobcat/icmake/libraries bobcat-4.07.00-1/bobcat @@ -131,24 +131,23 @@ run(gxx + " " + setOpt(LDFLAGS, "LDFLAGS") + - " -shared -Wl,--as-needed," + " -pthread -shared -Wl,--as-needed," - "-soname," + - libsomajor + - " -o " + g_tmplibso + "/" + libsoshared + diff --git a/libbobcat/fix-g_errno.patch b/libbobcat/fix-g_errno.patch index 362b78e8..c0894c26 100644 --- a/libbobcat/fix-g_errno.patch +++ b/libbobcat/fix-g_errno.patch @@ -55,13 +55,12 @@ diff -Naur bobcat.org/bobcat/icmake/install bobcat/bobcat/icmake/install run("ln -sf iterator.3bobcat.gz reverseiterator.3bobcat.gz"); logZip("tmp/man/man7", "", base + MAN "/man7"); -diff -Naur bobcat.org/bobcat/icmake/libraries bobcat/bobcat/icmake/libraries ---- bobcat.org/bobcat/icmake/libraries 2017-05-20 12:01:57.000000000 +0800 -+++ bobcat/bobcat/icmake/libraries 2017-05-31 19:37:05.374003800 +0800 +--- libbobcat/bobcat/icmake/libraries.orig 2024-06-11 09:00:35.231050900 +0200 ++++ libbobcat/bobcat/icmake/libraries 2024-06-11 09:01:03.420832000 +0200 @@ -131,7 +131,7 @@ run(gxx + " " + setOpt(LDFLAGS, "LDFLAGS") + - " -shared -Wl,--as-needed," + " -pthread -shared -Wl,--as-needed," - "-z,defs,-soname," + + "-soname," + libsomajor + @@ -80,4 +79,4 @@ diff -Naur bobcat.org/bobcat/icmake/libraries bobcat/bobcat/icmake/libraries + run("ln -sf "+ g_cwd + g_tmplibso + "/" + libsomajor + " " + libso); chdir(g_cwd); - run("rm -f */os/*"); + // run("rm -f */os/*");