community/git-annex: sync with aports
This commit is contained in:
parent
4f32bea3af
commit
c8e0701739
3 changed files with 7 additions and 300 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
pkgname=git-annex
|
pkgname=git-annex
|
||||||
pkgver=10.20230828
|
pkgver=10.20230926
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Manage files with git, without checking their contents into git"
|
pkgdesc="Manage files with git, without checking their contents into git"
|
||||||
url="http://git-annex.branchable.com"
|
url="http://git-annex.branchable.com"
|
||||||
# upgrade needed
|
arch="x86_64 aarch64" # limited by ghc
|
||||||
#arch="x86_64 aarch64" # limited by ghc
|
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later"
|
||||||
options="net"
|
options="net"
|
||||||
depends="
|
depends="
|
||||||
|
@ -31,8 +30,7 @@ makedepends="
|
||||||
"
|
"
|
||||||
source="
|
source="
|
||||||
https://git.joeyh.name/index.cgi/git-annex.git/snapshot/git-annex-$pkgver.tar.gz
|
https://git.joeyh.name/index.cgi/git-annex.git/snapshot/git-annex-$pkgver.tar.gz
|
||||||
git-annex.config
|
https://lab.ilot.io/mirrors/git-annex/-/releases/$pkgver/downloads/config/git-annex-$pkgver-edge.config
|
||||||
git-annex-block-crypton.patch
|
|
||||||
fix-makefile.patch
|
fix-makefile.patch
|
||||||
"
|
"
|
||||||
subpackages="$pkgname-doc $pkgname-bash-completion $pkgname-fish-completion $pkgname-zsh-completion"
|
subpackages="$pkgname-doc $pkgname-bash-completion $pkgname-fish-completion $pkgname-zsh-completion"
|
||||||
|
@ -63,10 +61,7 @@ cabal_update() {
|
||||||
cd "$srcdir/git-annex"*
|
cd "$srcdir/git-annex"*
|
||||||
HOME="$_cabal_home" cabal v1-freeze --shadow-installed-packages
|
HOME="$_cabal_home" cabal v1-freeze --shadow-installed-packages
|
||||||
|
|
||||||
# Add version tag at the first line.
|
mv "cabal.config" "$startdir/git-annex-$pkgver.config"
|
||||||
sed -i "1i--$pkgver" "cabal.config"
|
|
||||||
|
|
||||||
mv "cabal.config" "$startdir/git-annex.config"
|
|
||||||
cd "$startdir"
|
cd "$startdir"
|
||||||
|
|
||||||
if ! abuild checksum; then
|
if ! abuild checksum; then
|
||||||
|
@ -77,11 +72,7 @@ cabal_update() {
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
if [ "$(head -n 1 "$srcdir/git-annex.config")" != "--$pkgver" ]; then
|
ln -sf "$srcdir"/git-annex-*.config cabal.config
|
||||||
die "Requirements file is outdated, run 'abuild cabal_update'"
|
|
||||||
fi
|
|
||||||
|
|
||||||
ln -sf "$srcdir/git-annex.config" cabal.config
|
|
||||||
|
|
||||||
# ghc version path
|
# ghc version path
|
||||||
export PATH="$PATH:/usr/lib/llvm14/bin"
|
export PATH="$PATH:/usr/lib/llvm14/bin"
|
||||||
|
@ -115,8 +106,7 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
a25e57f0cb632934c521ab34dd2b71bf3c98de768b817cb6fc4af76fb00ea281bb0f1e9a33f347ed69ddded71018562ac8061debd7189d12d067408cec5282b5 git-annex-10.20230828.tar.gz
|
e59f41485d30cd824c4405bb8b73f2f2f1a3b6b10fcd5af1ad504093fce22ebb2f9280fc559e19a92c6247222cce137937143e72b9abf8c2b480d728518f02b5 git-annex-10.20230926.tar.gz
|
||||||
f5d535f9012dd3a67d61b8404883154cfebeb0d36a98f63c65896326b6a3893678c81926535afa0e862498a7ec11ee0b65be5e004aa93506b87d74995f4f9ae1 git-annex.config
|
6842f63a97b60317690fcc9561cd05c262faa7bd02193c58d55ca2028095f34c8dabcb8601b2944dcbee6e8c3a01038b274c490aaf19ce368b56e188f7713acb git-annex-10.20230926-edge.config
|
||||||
700e561b79e186839dfb8c63b185ce5f83745f8c43473e0fd99df3cdae2165073a8fe4b1cfb2798b3ad852e22e3eea84a05b884ef10b89f80f9881e0921aab2f git-annex-block-crypton.patch
|
|
||||||
9300f883746d8726f47be6d194b5ac9550e2894669097f3202eca944221665bd3087a81b3f97b21f013eccaa6b5b1fb050e253ac18999c136db20056fadf2ed8 fix-makefile.patch
|
9300f883746d8726f47be6d194b5ac9550e2894669097f3202eca944221665bd3087a81b3f97b21f013eccaa6b5b1fb050e253ac18999c136db20056fadf2ed8 fix-makefile.patch
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
diff --git a/git-annex.cabal.orig b/git-annex.cabal
|
|
||||||
index e916003..cddc2d6 100644
|
|
||||||
--- a/git-annex.cabal.orig
|
|
||||||
+++ b/git-annex.cabal
|
|
||||||
@@ -381,7 +381,9 @@ Executable git-annex
|
|
||||||
aws (>= 0.20),
|
|
||||||
DAV (>= 1.0),
|
|
||||||
network (>= 3.0.0.0),
|
|
||||||
- network-bsd
|
|
||||||
+ network-bsd,
|
|
||||||
+ warp (< 3.3.26),
|
|
||||||
+ http-client-tls ( <0.3.6.2)
|
|
||||||
CC-Options: -Wall
|
|
||||||
GHC-Options: -Wall -fno-warn-tabs -Wincomplete-uni-patterns
|
|
||||||
Default-Language: Haskell2010
|
|
|
@ -1,268 +0,0 @@
|
||||||
--10.20230828
|
|
||||||
constraints: Cabal ==3.8.1.0,
|
|
||||||
Cabal-syntax ==3.8.1.0,
|
|
||||||
DAV ==1.3.4,
|
|
||||||
Glob ==0.10.2,
|
|
||||||
HUnit ==1.6.2.0,
|
|
||||||
IfElse ==0.85,
|
|
||||||
OneTuple ==0.4.1.1,
|
|
||||||
Only ==0.1,
|
|
||||||
QuickCheck ==2.14.3,
|
|
||||||
SafeSemaphore ==0.10.1,
|
|
||||||
StateVar ==1.2.2,
|
|
||||||
adjunctions ==4.4.2,
|
|
||||||
aeson ==2.1.2.1,
|
|
||||||
alex ==3.4.0.0,
|
|
||||||
ansi-terminal ==1.0,
|
|
||||||
ansi-terminal-types ==0.11.5,
|
|
||||||
appar ==0.1.8,
|
|
||||||
array ==0.5.4.0,
|
|
||||||
asn1-encoding ==0.9.6,
|
|
||||||
asn1-parse ==0.9.5,
|
|
||||||
asn1-types ==0.3.4,
|
|
||||||
assoc ==1.1,
|
|
||||||
async ==2.2.4,
|
|
||||||
attoparsec ==0.14.4,
|
|
||||||
attoparsec-aeson ==2.1.0.0,
|
|
||||||
auto-update ==0.1.6,
|
|
||||||
aws ==0.24.1,
|
|
||||||
base ==4.17.2.0,
|
|
||||||
base-compat ==0.13.0,
|
|
||||||
base-compat-batteries ==0.13.0,
|
|
||||||
base-orphans ==0.9.0,
|
|
||||||
base16-bytestring ==1.0.2.0,
|
|
||||||
base64-bytestring ==1.2.1.0,
|
|
||||||
basement ==0.0.16,
|
|
||||||
bencode ==0.6.1.1,
|
|
||||||
bifunctors ==5.6.1,
|
|
||||||
binary ==0.8.9.1,
|
|
||||||
binary-orphans ==1.0.4.1,
|
|
||||||
bitvec ==1.1.5.0,
|
|
||||||
blaze-builder ==0.4.2.3,
|
|
||||||
blaze-html ==0.9.1.2,
|
|
||||||
blaze-markup ==0.8.2.8,
|
|
||||||
bloomfilter ==2.0.1.2,
|
|
||||||
bsb-http-chunked ==0.0.0.4,
|
|
||||||
byteable ==0.1.1,
|
|
||||||
byteorder ==1.0.4,
|
|
||||||
bytestring ==0.11.5.1,
|
|
||||||
cabal-doctest ==1.0.9,
|
|
||||||
call-stack ==0.4.0,
|
|
||||||
case-insensitive ==1.2.1.0,
|
|
||||||
cassava ==0.5.3.0,
|
|
||||||
cereal ==0.5.8.3,
|
|
||||||
clientsession ==0.9.2.0,
|
|
||||||
clock ==0.8.4,
|
|
||||||
code-page ==0.2.1,
|
|
||||||
colour ==2.3.6,
|
|
||||||
comonad ==5.0.8,
|
|
||||||
concurrent-output ==1.10.18,
|
|
||||||
conduit ==1.3.5,
|
|
||||||
conduit-extra ==1.3.6,
|
|
||||||
connection ==0.3.1,
|
|
||||||
containers ==0.6.7,
|
|
||||||
contravariant ==1.5.5,
|
|
||||||
cookie ==0.4.6,
|
|
||||||
criterion ==1.6.3.0,
|
|
||||||
criterion-measurement ==0.2.1.0,
|
|
||||||
crypto-api ==0.13.3,
|
|
||||||
cryptohash-md5 ==0.11.101.0,
|
|
||||||
cryptohash-sha1 ==0.11.101.0,
|
|
||||||
cryptonite ==0.30,
|
|
||||||
cryptonite-conduit ==0.2.2,
|
|
||||||
css-text ==0.1.3.0,
|
|
||||||
data-default ==0.7.1.1,
|
|
||||||
data-default-class ==0.1.2.0,
|
|
||||||
data-default-instances-containers ==0.0.1,
|
|
||||||
data-default-instances-dlist ==0.0.1,
|
|
||||||
data-default-instances-old-locale ==0.0.1,
|
|
||||||
data-fix ==0.3.2,
|
|
||||||
dbus ==1.3.0,
|
|
||||||
deepseq ==1.4.8.0,
|
|
||||||
dense-linear-algebra ==0.1.0.0,
|
|
||||||
directory ==1.3.7.1,
|
|
||||||
disk-free-space ==0.1.0.1,
|
|
||||||
distributive ==0.6.2.1,
|
|
||||||
dlist ==1.0,
|
|
||||||
easy-file ==0.2.5,
|
|
||||||
edit-distance ==0.2.2.1,
|
|
||||||
email-validate ==2.3.2.19,
|
|
||||||
entropy ==0.4.1.10,
|
|
||||||
exceptions ==0.10.5,
|
|
||||||
fast-logger ==3.2.2,
|
|
||||||
fdo-notify ==0.3.1,
|
|
||||||
feed ==1.3.2.1,
|
|
||||||
file-embed ==0.0.15.0,
|
|
||||||
filepath ==1.4.2.2,
|
|
||||||
filepath-bytestring ==1.4.2.1.13,
|
|
||||||
foldable1-classes-compat ==0.1,
|
|
||||||
free ==5.2,
|
|
||||||
generically ==0.1.1,
|
|
||||||
ghc-bignum ==1.3,
|
|
||||||
ghc-boot-th ==9.4.6,
|
|
||||||
ghc-prim ==0.9.1,
|
|
||||||
git-lfs ==1.2.1,
|
|
||||||
happy ==1.20.1.1,
|
|
||||||
hashable ==1.4.3.0,
|
|
||||||
haskeline ==0.8.2,
|
|
||||||
hinotify ==0.4.1,
|
|
||||||
hjsmin ==0.2.1,
|
|
||||||
hourglass ==0.2.12,
|
|
||||||
hsc2hs ==0.68.9,
|
|
||||||
http-api-data ==0.6,
|
|
||||||
http-client ==0.7.14,
|
|
||||||
http-client-restricted ==0.0.5,
|
|
||||||
http-client-tls ==0.3.6.1,
|
|
||||||
http-conduit ==2.3.8.3,
|
|
||||||
http-date ==0.0.11,
|
|
||||||
http-types ==0.12.3,
|
|
||||||
http2 ==4.1.4,
|
|
||||||
indexed-traversable ==0.1.2.1,
|
|
||||||
indexed-traversable-instances ==0.1.1.2,
|
|
||||||
integer-conversion ==0.1,
|
|
||||||
integer-gmp ==1.1,
|
|
||||||
integer-logarithms ==1.0.3.1,
|
|
||||||
invariant ==0.6.2,
|
|
||||||
iproute ==1.7.12,
|
|
||||||
js-chart ==2.9.4.1,
|
|
||||||
kan-extensions ==5.2.5,
|
|
||||||
language-javascript ==0.7.1.0,
|
|
||||||
lens ==5.2.3,
|
|
||||||
libyaml ==0.1.2,
|
|
||||||
lift-type ==0.1.1.1,
|
|
||||||
lifted-base ==0.2.3.12,
|
|
||||||
magic ==1.1,
|
|
||||||
math-functions ==0.3.4.2,
|
|
||||||
memory ==0.18.0,
|
|
||||||
microlens ==0.4.13.1,
|
|
||||||
microlens-th ==0.4.3.13,
|
|
||||||
microstache ==1.0.2.3,
|
|
||||||
mime-types ==0.1.1.0,
|
|
||||||
monad-control ==1.0.3.1,
|
|
||||||
monad-logger ==0.3.40,
|
|
||||||
monad-loops ==0.4.3,
|
|
||||||
mono-traversable ==1.0.15.3,
|
|
||||||
mountpoints ==1.0.2,
|
|
||||||
mtl ==2.2.2,
|
|
||||||
mwc-random ==0.15.0.2,
|
|
||||||
network ==3.1.4.0,
|
|
||||||
network-bsd ==2.8.1.0,
|
|
||||||
network-byte-order ==0.1.6,
|
|
||||||
network-info ==0.2.1,
|
|
||||||
network-multicast ==0.3.2,
|
|
||||||
network-uri ==2.6.4.2,
|
|
||||||
old-locale ==1.0.0.7,
|
|
||||||
old-time ==1.1.0.3,
|
|
||||||
optparse-applicative ==0.18.1.0,
|
|
||||||
parallel ==3.2.2.0,
|
|
||||||
parsec ==3.1.16.1,
|
|
||||||
path-pieces ==0.2.1,
|
|
||||||
pem ==0.2.4,
|
|
||||||
persistent ==2.14.5.1,
|
|
||||||
persistent-sqlite ==2.13.1.1,
|
|
||||||
persistent-template ==2.12.0.0,
|
|
||||||
pretty ==1.1.3.6,
|
|
||||||
prettyprinter ==1.7.1,
|
|
||||||
prettyprinter-ansi-terminal ==1.1.3,
|
|
||||||
primitive ==0.8.0.0,
|
|
||||||
process ==1.6.17.0,
|
|
||||||
profunctors ==5.6.2,
|
|
||||||
psqueues ==0.2.7.3,
|
|
||||||
random ==1.2.1.1,
|
|
||||||
recv ==0.1.0,
|
|
||||||
reflection ==2.1.7,
|
|
||||||
regex-base ==0.94.0.2,
|
|
||||||
regex-tdfa ==1.3.2.2,
|
|
||||||
resource-pool ==0.4.0.0,
|
|
||||||
resourcet ==1.3.0,
|
|
||||||
rts ==1.0.2,
|
|
||||||
safe ==0.3.19,
|
|
||||||
safe-exceptions ==0.1.7.4,
|
|
||||||
sandi ==0.5,
|
|
||||||
scientific ==0.3.7.0,
|
|
||||||
securemem ==0.1.10,
|
|
||||||
semialign ==1.3,
|
|
||||||
semigroupoids ==6.0.0.1,
|
|
||||||
semigroups ==0.20,
|
|
||||||
setenv ==0.1.1.3,
|
|
||||||
shakespeare ==2.1.0,
|
|
||||||
silently ==1.2.5.3,
|
|
||||||
simple-sendfile ==0.2.32,
|
|
||||||
skein ==1.0.9.4,
|
|
||||||
socks ==0.6.1,
|
|
||||||
split ==0.2.3.5,
|
|
||||||
splitmix ==0.1.0.4,
|
|
||||||
statistics ==0.16.2.0,
|
|
||||||
stm ==2.5.1.0,
|
|
||||||
stm-chans ==3.0.0.9,
|
|
||||||
streaming-commons ==0.2.2.6,
|
|
||||||
strict ==0.5,
|
|
||||||
syb ==0.7.2.4,
|
|
||||||
tagged ==0.8.8,
|
|
||||||
tagsoup ==0.14.8,
|
|
||||||
tasty ==1.4.3,
|
|
||||||
tasty-hunit ==0.10.0.3,
|
|
||||||
tasty-quickcheck ==0.10.2,
|
|
||||||
tasty-rerun ==1.1.18,
|
|
||||||
template-haskell ==2.19.0.0,
|
|
||||||
terminal-size ==0.3.4,
|
|
||||||
terminfo ==0.4.1.5,
|
|
||||||
text ==2.0.2,
|
|
||||||
text-iso8601 ==0.1,
|
|
||||||
text-short ==0.1.5,
|
|
||||||
th-abstraction ==0.5.0.0,
|
|
||||||
th-compat ==0.1.4,
|
|
||||||
th-lift ==0.8.4,
|
|
||||||
th-lift-instances ==0.1.20,
|
|
||||||
these ==1.2,
|
|
||||||
time ==1.12.2,
|
|
||||||
time-compat ==1.9.6.1,
|
|
||||||
time-locale-compat ==0.1.1.5,
|
|
||||||
time-manager ==0.0.1,
|
|
||||||
tls ==1.6.0,
|
|
||||||
tls-session-manager ==0.0.4,
|
|
||||||
torrent ==10000.1.3,
|
|
||||||
transformers ==0.5.6.2,
|
|
||||||
transformers-base ==0.4.6,
|
|
||||||
transformers-compat ==0.7.2,
|
|
||||||
typed-process ==0.2.11.0,
|
|
||||||
unix ==2.7.3,
|
|
||||||
unix-compat ==0.7,
|
|
||||||
unix-time ==0.4.10,
|
|
||||||
unliftio ==0.2.25.0,
|
|
||||||
unliftio-core ==0.2.1.0,
|
|
||||||
unordered-containers ==0.2.19.1,
|
|
||||||
utf8-string ==1.0.2,
|
|
||||||
uuid ==1.3.15,
|
|
||||||
uuid-types ==1.0.5,
|
|
||||||
vault ==0.3.1.5,
|
|
||||||
vector ==0.13.0.0,
|
|
||||||
vector-algorithms ==0.9.0.1,
|
|
||||||
vector-binary-instances ==0.2.5.2,
|
|
||||||
vector-stream ==0.1.0.0,
|
|
||||||
vector-th-unbox ==0.2.2,
|
|
||||||
void ==0.7.3,
|
|
||||||
wai ==3.2.3,
|
|
||||||
wai-app-static ==3.1.7.4,
|
|
||||||
wai-extra ==3.1.13.0,
|
|
||||||
wai-logger ==2.4.0,
|
|
||||||
warp ==3.3.25,
|
|
||||||
warp-tls ==3.3.6,
|
|
||||||
witherable ==0.4.2,
|
|
||||||
word8 ==0.1.3,
|
|
||||||
x509 ==1.7.7,
|
|
||||||
x509-store ==1.6.9,
|
|
||||||
x509-system ==1.6.7,
|
|
||||||
x509-validation ==1.6.12,
|
|
||||||
xml-conduit ==1.9.1.3,
|
|
||||||
xml-hamlet ==0.5.0.2,
|
|
||||||
xml-types ==0.3.8,
|
|
||||||
xss-sanitize ==0.3.7.2,
|
|
||||||
yaml ==0.11.11.2,
|
|
||||||
yesod ==1.6.2.1,
|
|
||||||
yesod-core ==1.6.24.4,
|
|
||||||
yesod-form ==1.7.4,
|
|
||||||
yesod-persistent ==1.6.0.8,
|
|
||||||
yesod-static ==1.6.1.0,
|
|
||||||
zlib ==0.6.3.0
|
|
||||||
nix: disable
|
|
Loading…
Reference in a new issue