Commit Graph

8 Commits

Author SHA1 Message Date
0be5f09c4d
net-im/nheko: Fix build-time dependencies 2022-01-18 15:09:36 +01:00
d95e859c59
net-im/nheko: Fix dependencies.
Forgot to add the dependencies of mtxclient and coeurl.
2022-01-07 07:42:56 +01:00
37b37a3403
net-im/nheko: Don't rebuild if there's no update.
I unpacked all URIs from EGIT_REPO_URI. That is not how it was designed
so it broke a bit: The commit ID of coeurl (local) was compared to the
commit ID of nheko (remote).

The commit ID of coeurl was stored because it was used in the last call
to git-r3_src_unpack and it was compared to the commit ID of nheko
because it was the first in EGIT_REPO_URI.

I now unpack the dependencies first from a dedicated variable and then
unpack nheko like normal.
2021-12-31 03:52:04 +01:00
ff72b6d10d
net-im/nheko: Remove pkg_preinst() 2021-12-30 03:17:29 +01:00
22e1c7a065
net-im/nheko: Make fetching and unpacking less hacky.
The usage of git-r3_src_unpack should cover more eventualities and
prevent future headaches. 😊
2021-12-30 02:27:53 +01:00
a2f9874f02
net-im/nheko: Don't hardcode library dir 🤦 2021-12-30 00:24:09 +01:00
33f2b5f139
net-im/nheko: Move dependencies to build dir in src_prepare() 2021-12-30 00:09:09 +01:00
373ccd0ebc
net-im/nheko: Add live package. 2021-12-29 23:52:45 +01:00