update icon location and bluez building

This commit is contained in:
2024-04-10 21:34:38 -04:00
parent 1995b62d46
commit bda6c6f98c
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
project(qiflora)
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5.0)
set(KF5_MIN_VERSION "5.44.0")
set(QT_MIN_VERSION "5.12.0")
@@ -40,7 +40,7 @@ set(CMAKE_CXX_STANDARD 11)
add_subdirectory(src)
install(PROGRAMS packaging/org.eyecreate.qiflora.desktop DESTINATION ${KDE_INSTALL_APPDIR})
install(FILES packaging/org.eyecreate.qiflora.svg DESTINATION ${KDE_INSTALL_ICONDIR})
install(FILES packaging/org.eyecreate.qiflora.svg DESTINATION ${KDE_INSTALL_ICONDIR}/hicolor/scalable/apps)
install(FILES packaging/org.eyecreate.qiflora.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)

View File

@@ -41,6 +41,7 @@
"config-opts": [
"--disable-datafiles",
"--disable-systemd",
"--disable-manpages",
"--enable-library",
"--prefix=/app",
"--sysconfdir=/app/etc",
@@ -49,8 +50,8 @@
"sources": [
{
"type": "archive",
"url": "https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.52.tar.xz",
"sha256": "f7144ce2039202cfac18ccb52426efea11c98e4f6e1bb8041bcb994b8378560a"
"url": "https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.69.tar.xz",
"sha256": "bc5a35ddc7c72d0d3999a0d7b2175c8b7d57ab670774f8b5b4900ff38a2627fc"
}
]
},