summaryrefslogtreecommitdiff
path: root/powerkit
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-07 08:22:58 -0400
committerB Stack <bgstack15@gmail.com>2020-04-07 08:22:58 -0400
commitea733a6d522867170f8b19150ab6dcbce90358d9 (patch)
treea1ec4e22e2c0c0f5189cca7be4d4e1c92b0fca10 /powerkit
parentadd powerkit 1.0.0 (diff)
downloadstackrpms-ea733a6d522867170f8b19150ab6dcbce90358d9.tar.gz
stackrpms-ea733a6d522867170f8b19150ab6dcbce90358d9.tar.bz2
stackrpms-ea733a6d522867170f8b19150ab6dcbce90358d9.zip
add qtbase5-dev
perhaps to appease OBS
Diffstat (limited to 'powerkit')
-rw-r--r--powerkit/debian/control3
-rw-r--r--powerkit/debian/powerkit+devuan.dsc2
2 files changed, 3 insertions, 2 deletions
diff --git a/powerkit/debian/control b/powerkit/debian/control
index 4e2f00f..0482b42 100644
--- a/powerkit/debian/control
+++ b/powerkit/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>=12~),
libx11-dev,
libxrandr-dev,
libxss-dev,
- qt5-qmake
+ qt5-qmake,
+ qtbase5-dev
Standards-Version: 4.1.4
Homepage: https://github.com/rodlie/powerkit
diff --git a/powerkit/debian/powerkit+devuan.dsc b/powerkit/debian/powerkit+devuan.dsc
index 92f13f7..abd5ea0 100644
--- a/powerkit/debian/powerkit+devuan.dsc
+++ b/powerkit/debian/powerkit+devuan.dsc
@@ -6,7 +6,7 @@ Version: 1.0.0-1+devuan
Maintainer: Ben Stack <bgstack15@gmail.com>
Homepage: https://github.com/rodlie/powerkit
Standards-Version: 4.1.4
-Build-Depends: debhelper (>= 12~), libqt5core5a | libqt5core5, libqt5dbus5, libqt5gui5, libx11-dev, libxrandr-dev, libxss-dev, qt5-qmake
+Build-Depends: debhelper (>= 12~), libqt5core5a | libqt5core5, libqt5dbus5, libqt5gui5, libx11-dev, libxrandr-dev, libxss-dev, qt5-qmake, qtbase5-dev
Package-List:
libpowerkit-dev deb libdevel optional arch=any
libpowerkit1 deb libs optional arch=any
bgstack15