Date: Monday, January 2, 2023 @ 23:16:59
Author: kgizdov
Revision: 1374086
archrelease: copy trunk to community-x86_64
Added:
libbobcat/repos/community-x86_64/PKGBUILD
(from rev 1374085, libbobcat/trunk/PKGBUILD)
Deleted:
libbobcat/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-02 23:16:52 UTC (rev 1374085)
+++ PKGBUILD 2023-01-02 23:16:59 UTC (rev 1374086)
@@ -1,39 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-# Contributor: Kevin Brodsky <corax26 at gmail dot com>
-# Contributor: Anton Jongsma <[email protected]>
-
-_pkgname=bobcat
-pkgname="lib${_pkgname}"
-pkgver=5.11.00
-pkgrel=3
-pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
-arch=('x86_64')
-url="https://fbb-git.gitlab.io/bobcat/"
-license=('GPL')
-depends=('openssl' 'libx11' 'readline')
-makedepends=('icmake>=9.03.01' 'libmilter' 'yodl' 'openssl-1.1')
-source=("https://gitlab.com/fbb-git/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-b2sums=('3e862cd1da60440608c02ffb17923d29c53893dadb25dcabee0172338bdc3a95c54106c11fcec50179e15b1116cfe48ea4f42ea2f9a4e7c8220d738548e772fb')
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
-
- # Since makepkg always defines CXXFLAGS, it overrides the default value
- # defined in the build system, which is problematic because it needs a
- # specific C++ version. Add it back here.
- export CXXFLAGS="${CXXFLAGS} -std=c++20"
-
- ./build libraries all
- ./build man
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
-
- # Since 4.01.02, first argument to install is <what to install> (x = all),
- # and second is the base directory (absolute path, unlike 4.01.00)
- ./build install x "${pkgdir}"
-
- # fix paths
- ln -s /usr/share/doc/libbobcat5-dev "${pkgdir}/usr/share/doc/${pkgname}"
-}
Copied: libbobcat/repos/community-x86_64/PKGBUILD (from rev 1374085,
libbobcat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-02 23:16:59 UTC (rev 1374086)
@@ -0,0 +1,39 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Kevin Brodsky <corax26 at gmail dot com>
+# Contributor: Anton Jongsma <[email protected]>
+
+_pkgname=bobcat
+pkgname="lib${_pkgname}"
+pkgver=6.02.02
+pkgrel=1
+pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
+arch=('x86_64')
+url="https://fbb-git.gitlab.io/bobcat/"
+license=('GPL')
+depends=('openssl' 'libx11' 'readline')
+makedepends=('icmake>=9.03.01' 'libmilter' 'yodl')
+source=("https://gitlab.com/fbb-git/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
+b2sums=('4908fef5685e5402795000fafee7fcb3c42c4cf94571121df7e1afd977961f3d3036393f7140867abb9a019713ddb886053e4900172ef1072944b77444d2b11d')
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
+
+ # Since makepkg always defines CXXFLAGS, it overrides the default value
+ # defined in the build system, which is problematic because it needs a
+ # specific C++ version. Add it back here.
+ export CXXFLAGS="${CXXFLAGS} -std=c++20"
+
+ ./build libraries all
+ ./build man
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
+
+ # Since 4.01.02, first argument to install is <what to install> (x = all),
+ # and second is the base directory (absolute path, unlike 4.01.00)
+ ./build install x "${pkgdir}"
+
+ # fix paths
+ ln -s /usr/share/doc/libbobcat5-dev "${pkgdir}/usr/share/doc/${pkgname}"
+}