Commit Graph

15 Commits

Author SHA1 Message Date
9afb76ca3f
net-im/nheko: rebuild if libfmt is updated
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-08 12:33:18 +02:00
e1589f21d7
net-im/nheko: remove dbus USE-flag, add notification daemon dep
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-07-01 19:41:06 +02:00
3060dc849a
net-im/nheko: add kde-frameworks/kimageformats as optfeature
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-05-07 23:06:28 +02:00
8f9e3f2f63
net-im/nheko: Add dbus USE-flag
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-04-14 22:57:34 +02:00
88131a6c28
net-im/nheko: Fix dependency: asciidoc{,tor} RDEPEND -> BDEPEND
asciidoc{,tor} is used to generate the manpage.
2022-03-29 01:50:31 +02:00
9d19fb13b6
net-im/nheko: Remove pipewire USE-flag
Was never really needed

Signed-off-by: tastytea <tastytea@tastytea.de>
2022-03-27 14:27:47 +02:00
4b4549a11d
net-im/nheko: Add AsciiDoc dependency 2022-03-10 11:50:01 +01:00
0be5f09c4d
net-im/nheko: Fix build-time dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-18 15:09:36 +01:00
d95e859c59
net-im/nheko: Fix dependencies.
All checks were successful
continuous-integration/drone/push Build is passing
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.
All checks were successful
continuous-integration/drone/push Build is passing
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()
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-30 03:17:29 +01:00
22e1c7a065
net-im/nheko: Make fetching and unpacking less hacky.
All checks were successful
continuous-integration/drone/push Build is passing
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 🤦
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-30 00:24:09 +01:00
33f2b5f139
net-im/nheko: Move dependencies to build dir in src_prepare()
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-30 00:09:09 +01:00
373ccd0ebc
net-im/nheko: Add live package.
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-29 23:52:45 +01:00