Commit Graph

16 Commits

Author SHA1 Message Date
tastytea df1391abad
net-im/nheko: fix deps
continuous-integration/drone/push Build is passing Details
2022-07-23 18:15:20 +02:00
tastytea 9afb76ca3f
net-im/nheko: rebuild if libfmt is updated
continuous-integration/drone/push Build is passing Details
2022-07-08 12:33:18 +02:00
tastytea e1589f21d7
net-im/nheko: remove dbus USE-flag, add notification daemon dep
continuous-integration/drone/push Build is passing Details
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-07-01 19:41:06 +02:00
tastytea 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
tastytea 8f9e3f2f63
net-im/nheko: Add dbus USE-flag
Signed-off-by: tastytea <tastytea@tastytea.de>
2022-04-14 22:57:34 +02:00
tastytea 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
tastytea 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
tastytea 4b4549a11d
net-im/nheko: Add AsciiDoc dependency 2022-03-10 11:50:01 +01:00
tastytea 0be5f09c4d
net-im/nheko: Fix build-time dependencies
continuous-integration/drone/push Build is passing Details
2022-01-18 15:09:36 +01:00
tastytea d95e859c59
net-im/nheko: Fix dependencies.
continuous-integration/drone/push Build is passing Details
Forgot to add the dependencies of mtxclient and coeurl.
2022-01-07 07:42:56 +01:00
tastytea 37b37a3403
net-im/nheko: Don't rebuild if there's no update.
continuous-integration/drone/push Build is passing Details
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
tastytea ff72b6d10d
net-im/nheko: Remove pkg_preinst()
continuous-integration/drone/push Build is passing Details
2021-12-30 03:17:29 +01:00
tastytea 22e1c7a065
net-im/nheko: Make fetching and unpacking less hacky.
continuous-integration/drone/push Build is passing Details
The usage of git-r3_src_unpack should cover more eventualities and
prevent future headaches. 😊
2021-12-30 02:27:53 +01:00
tastytea a2f9874f02
net-im/nheko: Don't hardcode library dir 🤦
continuous-integration/drone/push Build is passing Details
2021-12-30 00:24:09 +01:00
tastytea 33f2b5f139
net-im/nheko: Move dependencies to build dir in src_prepare()
continuous-integration/drone/push Build is passing Details
2021-12-30 00:09:09 +01:00
tastytea 373ccd0ebc
net-im/nheko: Add live package.
continuous-integration/drone/push Build is passing Details
2021-12-29 23:52:45 +01:00