Skip to content

Commit

Permalink
Move logind library to Aurora
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini authored Oct 21, 2022
1 parent a3d6fa9 commit c069f00
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1,880 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ add_subdirectory(src/imports/dbusservice)
add_subdirectory(src/imports/device)
add_subdirectory(src/imports/notifications)
add_subdirectory(src/localdevice)
add_subdirectory(src/logind)
add_subdirectory(src/models)
add_subdirectory(src/notifications)
add_subdirectory(src/notify)
Expand All @@ -53,9 +52,6 @@ if(LIRI_BUILD_TESTING)
if(TARGET Liri::Models)
add_subdirectory(tests/auto/core)
endif()
if(TARGET Liri::Logind)
add_subdirectory(tests/auto/logind)
endif()
if(TARGET Liri::Xdg)
add_subdirectory(tests/auto/xdg)
endif()
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ libliri
[![GitHub issues](https://img.shields.io/github/issues/lirios/libliri.svg)](https://github.com/lirios/libliri/issues)
[![CI](https://github.com/lirios/libliri/workflows/CI/badge.svg?branch=develop)](https://github.com/lirios/libliri/actions?query=workflow%3ACI)

Library for Liri apps, including:

* Qt-style API for logind.
Library for Liri apps.

## Dependencies

Expand Down Expand Up @@ -45,7 +43,6 @@ to learn how to enable them.

Available categories:

* **liri.logind:** Logind wrapper
* **liri.localdevice.systemd:** systemd support for LiriLocalDevice
* **liri.xdg:** freedesktop.org desktop entry and menus

Expand Down
23 changes: 0 additions & 23 deletions src/logind/CMakeLists.txt

This file was deleted.

48 changes: 0 additions & 48 deletions src/logind/defaultlogind_p_p.h

This file was deleted.

33 changes: 0 additions & 33 deletions src/logind/lirilogindglobal.h

This file was deleted.

Loading

0 comments on commit c069f00

Please sign in to comment.