%global repo dde-launchpad Name: deepin-launchpad Version: 2.0.23 Release: %autorelease Summary: The "launcher" or "start menu" component for DDE License: GPL-3.0-or-later URL: https://github.com/linuxdeepin/dde-launchpad Source0: %{url}/archive/%{version}/%{repo}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Gui) BuildRequires: cmake(Qt6Concurrent) BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6Svg) BuildRequires: cmake(Qt6Quick) BuildRequires: cmake(Qt6QuickControls2) BuildRequires: cmake(Qt6LinguistTools) BuildRequires: cmake(Qt6Test) BuildRequires: cmake(Qt6GuiPrivate) BuildRequires: cmake(Qt6CorePrivate) BuildRequires: cmake(Qt6WaylandClient) BuildRequires: cmake(Qt6WaylandClientPrivate) BuildRequires: wayland-devel BuildRequires: cmake(Dtk6Core) BuildRequires: cmake(Dtk6Gui) BuildRequires: cmake(AppStreamQt) BuildRequires: cmake(DDEShell) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) %description The "launcher" or "start menu" component for DDE. %prep %autosetup -p1 -n %{repo}-%{version} %build %cmake %cmake_build %install %cmake_install %check %ctest %files %doc README.md %license LICENSES/* %{_libdir}/launchpadcommon.so %{_libdir}/dde-shell/org.deepin.ds.dock.launcherapplet.so %{_datadir}/dde-shell/org.deepin.ds.dock.launcherapplet/ %{_datadir}/deepin-debug-config/deepin-debug-config.d/org.deepin.dde.launchpad.json %{_datadir}/deepin-log-viewer/deepin-log.conf.d/org.deepin.dde.launchpad.json %dir %{_datadir}/dsg/configs/dde-launchpad %{_datadir}/dsg/configs/dde-launchpad/org.deepin.dde.launchpad.appsmodel.json %{_datadir}/dsg/configs/org.deepin.dde.shell/org.deepin.ds.launchpad.json %{_datadir}/metainfo/org.deepin.dde.shell.launchpad.appdata.xml %changelog %autochangelog