mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 11:28:49 +03:00
Jdenticon update
This commit is contained in:
parent
26db90b29b
commit
1eb2814fe0
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ public:
|
||||||
virtual QString generate(const QString &message, uint16_t size) = 0;
|
virtual QString generate(const QString &message, uint16_t size) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define JdenticonInterface_iid "redsky17.Qt.JdenticonInterface"
|
#define JdenticonInterface_iid "im.nheko.JdenticonInterface"
|
||||||
|
|
||||||
Q_DECLARE_INTERFACE(JdenticonInterface, JdenticonInterface_iid)
|
Q_DECLARE_INTERFACE(JdenticonInterface, JdenticonInterface_iid)
|
||||||
|
|
||||||
|
|
|
@ -166,8 +166,8 @@ modules:
|
||||||
- mkdir -p /app/bin/
|
- mkdir -p /app/bin/
|
||||||
- cp libqtjdenticon.so /app/bin/
|
- cp libqtjdenticon.so /app/bin/
|
||||||
sources:
|
sources:
|
||||||
- commit: e58c14369dfbf008c63f43a4556b2e52232e0265
|
- commit: 1f92fd655510414f7828bc3aa97bdd04ccb28fcb
|
||||||
tag: v0.1.0
|
tag: v0.2.0
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/Nheko-Reborn/qt-jdenticon.git
|
url: https://github.com/Nheko-Reborn/qt-jdenticon.git
|
||||||
- buildsystem: meson
|
- buildsystem: meson
|
||||||
|
|
Loading…
Reference in a new issue