Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
adt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ALT Linux Team
adt
Commits
0da416db
Commit
0da416db
authored
3 months ago
by
Aleksey Saprunov
Browse files
Options
Downloads
Patches
Plain Diff
0.1.7-alt1
parent
79a1aac6
No related branches found
Branches containing commit
Tags
0.1.7-alt1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gear/adt.spec
+13
-3
13 additions, 3 deletions
.gear/adt.spec
src/CMakeLists.txt
+2
-1
2 additions, 1 deletion
src/CMakeLists.txt
with
15 additions
and
4 deletions
.gear/adt.spec
+
13
−
3
View file @
0da416db
%define _unpackaged_files_terminate_build 1
Name: adt
Version: 0.1.
6
Version: 0.1.
7
Release: alt1
Summary: ALT Diagnostic tool
...
...
@@ -20,13 +20,16 @@ BuildRequires: qt5-declarative-devel
BuildRequires: qt5-tools-devel
BuildRequires: qt5-base-common
BuildRequires: boost-devel-headers
BuildRequires: libtomlplusplus-devel
BuildRequires: doxygen
BuildRequires: desktop-file-utils ImageMagick-tools
Requires: alterator-manager >= 0.1.2
3
Requires: alterator-module-executor >= 0.1.1
3
Requires: alterator-manager >= 0.1.2
5
Requires: alterator-module-executor >= 0.1.1
4
Requires: alterator-interface-diag >= 0.1.4
Requires: libtomlplusplus
Requires: icon-theme-adwaita-legacy
Source0: %name-%version.tar
...
...
@@ -60,6 +63,13 @@ install -p -D man/ru/%name.man %buildroot%_mandir/ru/man1/%name.1
%_man1dir/%name.1*
%changelog
* Wed Dec 11 2024 Aleksey Saprunov <sav@altlinux.org> 0.1.7-alt1
- add journal save button
- add stop dialog
- add messages to status bar
- update translation
- move to toml
* Mon Oct 21 2024 Aleksey Saprunov <sav@altlinux.org> 0.1.6-alt1
- change prefix from ru.basealt to org.altlinux
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
2
−
1
View file @
0da416db
...
...
@@ -36,6 +36,7 @@ macro(add_adt_executable name)
COMMENT
"Copy
${
name
}
to
${
CMAKE_BINARY_DIR
}
/bin"
)
endmacro
()
find_package
(
tomlplusplus REQUIRED
)
find_package
(
Qt5 COMPONENTS Widgets Core Gui DBus Xml LinguistTools REQUIRED
)
configure_file
(
app/version.h.in version.h
)
...
...
@@ -144,5 +145,5 @@ install(FILES ${CMAKE_SOURCE_DIR}/setup/adt.backend
)
target_link_libraries
(
adt
Qt5::Widgets Qt5::Core Qt5::DBus Qt5::Xml Qt5::Gui
Qt5::Widgets Qt5::Core Qt5::DBus Qt5::Xml Qt5::Gui
tomlplusplus
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment