Skip to content

Commit

Permalink
Fix #354 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored May 21, 2024
1 parent fe74eb8 commit c05672a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion applications/system-service/wpa_supplicant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file was generated by qdbusxml2cpp version 0.8
* Command line was: qdbusxml2cpp -N -p wpa_supplicant.h:wpa_supplicant.cpp fi.w1.wpa_supplicant1.xml
*
* qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd.
* qdbusxml2cpp is Copyright (C) 2020 The Qt Company Ltd.
*
* This is an auto-generated file.
* This file may have been hand-edited. Look for HAND-EDIT comments
Expand Down
2 changes: 1 addition & 1 deletion applications/system-service/wpa_supplicant.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file was generated by qdbusxml2cpp version 0.8
* Command line was: qdbusxml2cpp -N -p wpa_supplicant.h:wpa_supplicant.cpp fi.w1.wpa_supplicant1.xml
*
* qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd.
* qdbusxml2cpp is Copyright (C) 2020 The Qt Company Ltd.
*
* This is an auto-generated file.
* Do not edit! All changes made to it will be lost.
Expand Down
2 changes: 2 additions & 0 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ sha256sums=(SKIP)
build() {
find . -name "*.pro" -type f -print0 \
| xargs -r -0 sed -i 's/linux-oe-g++/linux-arm-remarkable-g++/g'
find . -name "*.pri" -type f -print0 \
| xargs -r -0 sed -i 's/linux-oe-g++/linux-arm-remarkable-g++/g'
CMAKE_TOOLCHAIN_FILE="/usr/share/cmake/$CHOST.cmake" make FEATURES=sentry release
}

Expand Down
2 changes: 1 addition & 1 deletion qmake/common.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.8.1
VERSION = 2.8.2

!contains(DEFINES, QT_DEPRECATED_WARNINGS){
DEFINES += QT_DEPRECATED_WARNINGS
Expand Down
2 changes: 1 addition & 1 deletion shared/liboxide/meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* \def OXIDE_VERSION
* \brief Version of Tarnish and liboxide
*/
#define OXIDE_VERSION "2.8"
#define OXIDE_VERSION "2.8.2"
/*!
* \def OXIDE_INTERFACE_VERSION
* \brief Version of Tarnish and liboxide for dbus
Expand Down

0 comments on commit c05672a

Please sign in to comment.