mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/libfossil: upgrade to 0.20240902.0305
This commit is contained in:
parent
5f60a8a3ba
commit
cc24b90538
@ -1,8 +1,8 @@
|
||||
# Contributor: Celeste <cielesti@protonmail.com>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=libfossil
|
||||
pkgver=0.20240816.2000
|
||||
_fslhash=6ece2a8500
|
||||
pkgver=0.20240902.0305
|
||||
_fslhash=20e4e80b87
|
||||
pkgrel=0
|
||||
pkgdesc="Unofficial Fossil SCM library"
|
||||
url="https://fossil.wanderinghorse.net/r/libfossil"
|
||||
@ -11,9 +11,7 @@ license="BSD-2-Clause"
|
||||
depends_dev="$pkgname=$pkgver-r$pkgrel"
|
||||
makedepends="bash tcl zlib-dev"
|
||||
subpackages="$pkgname-apps $pkgname-dev"
|
||||
source="https://fossil.wanderinghorse.net/r/libfossil/tarball/$_fslhash/libfossil-$_fslhash.tar.gz
|
||||
extsrc-directory-change.patch
|
||||
"
|
||||
source="https://fossil.wanderinghorse.net/r/libfossil/tarball/$_fslhash/libfossil-$_fslhash.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$_fslhash"
|
||||
options="!check" # no tests provided
|
||||
|
||||
@ -46,6 +44,5 @@ apps() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
5d99b7977810eb918b103940179c784fcd5ce2ad754d92b9ee401662f8e363c74a22f8d4b2e51d743794c3f10d189e0bd5bad6dbb76a722d19aa5b38482c4e39 libfossil-6ece2a8500.tar.gz
|
||||
4e20ebc02ecf890fdd8cdee07356d023a8d19b9bc7ca8c0780f99f7782e889ef4a5358e82dd6e9a9d7a49518426acbea639c67854297bc8177bcbc8189df4536 extsrc-directory-change.patch
|
||||
ee07b5becdb445db5065edf7550bcee2222853c3a1fcd8a370719cd526336cc389cb334662a313321a8d7fab73f2e07c3f8725cf6f5c7dc0e84064e15e08cc09 libfossil-20e4e80b87.tar.gz
|
||||
"
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- a/config.make.in
|
||||
+++ b/config.make.in
|
||||
@@ -41,8 +41,8 @@
|
||||
# DIR.src := $(TOP_SRCDIR_REL)/src
|
||||
|
||||
# Project-specific CFLAGS
|
||||
-CPPFLAGS += -I$(DIR.include) -Isrc
|
||||
-# ^^^ src is for in-tree sqlite3.h
|
||||
+CPPFLAGS += -I$(DIR.include) -Iextsrc
|
||||
+# ^^^ extsrc is for in-tree sqlite3.h
|
||||
# -I$(DIR.top)
|
||||
# -I$(COMPAT_DIR)/javavm/export -I$(COMPAT_DIR)/tcl-8.6/generic
|
||||
ifneq (,$(wildcard $(HOME)/include/*))
|
Loading…
Reference in New Issue
Block a user