Bump version to v0.4.2
This commit is contained in:
parent
ff8fd01eb1
commit
4c76ffd88b
|
@ -50,7 +50,7 @@ modules:
|
||||||
disable-shallow-clone: true
|
disable-shallow-clone: true
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
||||||
- name: libzen
|
- name: libzen
|
||||||
subdir: Project/GNU/Library
|
subdir: Project/GNU/Library
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -61,7 +61,7 @@ modules:
|
||||||
- /include
|
- /include
|
||||||
- /lib/pkgconfig
|
- /lib/pkgconfig
|
||||||
- /lib/*.la
|
- /lib/*.la
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://mediaarea.net/download/source/libzen/0.4.37/libzen_0.4.37.tar.xz
|
url: https://mediaarea.net/download/source/libzen/0.4.37/libzen_0.4.37.tar.xz
|
||||||
sha256: 38c0a68b715b55d6685d2759eecda040adf37bd066955d79a5d01f91977bd9a0
|
sha256: 38c0a68b715b55d6685d2759eecda040adf37bd066955d79a5d01f91977bd9a0
|
||||||
|
@ -85,12 +85,12 @@ modules:
|
||||||
# Python dependencies
|
# Python dependencies
|
||||||
- name: PLACEHOLDER PYTHON DEPENDENCIES
|
- name: PLACEHOLDER PYTHON DEPENDENCIES
|
||||||
|
|
||||||
# matrix-nio separate
|
# matrix-nio separate
|
||||||
- name: python3-matrix-nio
|
- name: python3-matrix-nio
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- pip3 install --prefix=${FLATPAK_DEST} .
|
- pip3 install --prefix=${FLATPAK_DEST} .
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/mirukana/matrix-nio.git
|
url: https://github.com/mirukana/matrix-nio.git
|
||||||
commit: ee2a90da2f1d7ce12df7153dd944fffdaf978787
|
commit: ee2a90da2f1d7ce12df7153dd944fffdaf978787
|
||||||
|
@ -110,4 +110,4 @@ modules:
|
||||||
# sources:
|
# sources:
|
||||||
# - type: git
|
# - type: git
|
||||||
# url: https://github.com/mirukana/mirage.git
|
# url: https://github.com/mirukana/mirage.git
|
||||||
# tag: v0.4.1
|
# tag: v0.4.2
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
__app_name__ = "mirage"
|
__app_name__ = "mirage"
|
||||||
__display_name__ = "Mirage"
|
__display_name__ = "Mirage"
|
||||||
__version__ = "0.4.1"
|
__version__ = "0.4.2"
|
||||||
|
|
|
@ -25,7 +25,7 @@ int main(int argc, char *argv[]) {
|
||||||
QApplication::setOrganizationName("mirage");
|
QApplication::setOrganizationName("mirage");
|
||||||
QApplication::setApplicationName("mirage");
|
QApplication::setApplicationName("mirage");
|
||||||
QApplication::setApplicationDisplayName("Mirage");
|
QApplication::setApplicationDisplayName("Mirage");
|
||||||
QApplication::setApplicationVersion("0.4.1");
|
QApplication::setApplicationVersion("0.4.2");
|
||||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user