diff options
author | B Stack <bgstack15@gmail.com> | 2020-04-10 13:26:33 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-04-10 13:26:33 +0000 |
commit | f06d1fb002b08c354d304c5b0cb8c318463e0e37 (patch) | |
tree | 701c1c13a618d18d26434d2cad562c79f9849235 /powerkit/debian/control | |
parent | Merge branch 'logout-manager-bump' into 'master' (diff) | |
parent | bump version in dsc (diff) | |
download | stackrpms-f06d1fb002b08c354d304c5b0cb8c318463e0e37.tar.gz stackrpms-f06d1fb002b08c354d304c5b0cb8c318463e0e37.tar.bz2 stackrpms-f06d1fb002b08c354d304c5b0cb8c318463e0e37.zip |
Merge branch 'powerkit-bump' into 'master'
Add powerkit 1.0.0
See merge request bgstack15/stackrpms!148
Diffstat (limited to 'powerkit/debian/control')
-rw-r--r-- | powerkit/debian/control | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/powerkit/debian/control b/powerkit/debian/control new file mode 100644 index 0000000..fba335b --- /dev/null +++ b/powerkit/debian/control @@ -0,0 +1,47 @@ +Source: powerkit +Section: admin +Priority: optional +Maintainer: Ben Stack <bgstack15@gmail.com> +Build-Depends: debhelper (>=12~), + libqt5core5a | libqt5core5, + libqt5dbus5, + libqt5gui5 | libqt5gui5-gles, + libx11-dev, + libxrandr-dev, + libxss-dev, + qt5-qmake, + qtbase5-dev +Standards-Version: 4.1.4 +Homepage: https://github.com/rodlie/powerkit + +Package: powerkit +Architecture: any +Multi-Arch: foreign +Depends: libpowerkit1, ${misc:Depends}, ${shlibs:Depends}, + upower (>= 0.9.23~), + adwaita-icon-theme | hicolor-icon-theme, + elogind | consolekit +Recommends: hicolor-icon-theme +Description: desktop-independent power manager + powerkit is an lightweight desktop independent full + featured power manager, originally created for Slackware + for use with alternative desktop environments and window + managers, like Fluxbox, Blackbox, FVWM, WindowMaker, + Openbox, Lumina, Draco and others. + +Package: libpowerkit1 +Section: libs +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: lib for powerkit + Shared library for powerkit. + +Package: libpowerkit-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends}, libpowerkit1 (= ${binary:Version}) +Description: PowerKit library (development headers) + Development headers for the library found in libpowerkit1. + Non-developers likely have little use for this package. |