Skip to content

Commit c05672a

Browse files
authored
Fix #354 (#355)
1 parent fe74eb8 commit c05672a

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

applications/system-service/wpa_supplicant.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file was generated by qdbusxml2cpp version 0.8
33
* Command line was: qdbusxml2cpp -N -p wpa_supplicant.h:wpa_supplicant.cpp fi.w1.wpa_supplicant1.xml
44
*
5-
* qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd.
5+
* qdbusxml2cpp is Copyright (C) 2020 The Qt Company Ltd.
66
*
77
* This is an auto-generated file.
88
* This file may have been hand-edited. Look for HAND-EDIT comments

applications/system-service/wpa_supplicant.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file was generated by qdbusxml2cpp version 0.8
33
* Command line was: qdbusxml2cpp -N -p wpa_supplicant.h:wpa_supplicant.cpp fi.w1.wpa_supplicant1.xml
44
*
5-
* qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd.
5+
* qdbusxml2cpp is Copyright (C) 2020 The Qt Company Ltd.
66
*
77
* This is an auto-generated file.
88
* Do not edit! All changes made to it will be lost.

package

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ sha256sums=(SKIP)
1818
build() {
1919
find . -name "*.pro" -type f -print0 \
2020
| xargs -r -0 sed -i 's/linux-oe-g++/linux-arm-remarkable-g++/g'
21+
find . -name "*.pri" -type f -print0 \
22+
| xargs -r -0 sed -i 's/linux-oe-g++/linux-arm-remarkable-g++/g'
2123
CMAKE_TOOLCHAIN_FILE="/usr/share/cmake/$CHOST.cmake" make FEATURES=sentry release
2224
}
2325

qmake/common.pri

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 2.8.1
1+
VERSION = 2.8.2
22

33
!contains(DEFINES, QT_DEPRECATED_WARNINGS){
44
DEFINES += QT_DEPRECATED_WARNINGS

shared/liboxide/meta.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* \def OXIDE_VERSION
3131
* \brief Version of Tarnish and liboxide
3232
*/
33-
#define OXIDE_VERSION "2.8"
33+
#define OXIDE_VERSION "2.8.2"
3434
/*!
3535
* \def OXIDE_INTERFACE_VERSION
3636
* \brief Version of Tarnish and liboxide for dbus

0 commit comments

Comments
 (0)