summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagnum082020-10-20 01:24:42 +0100
committervagnum082020-10-20 01:24:42 +0100
commit5ea7a59baee1052f1b5d2b063749cee69e4d9cd9 (patch)
treea56df94419c05908f24b6ab8be2a38f568071f4b
parent0203f06e45c13c42d9495c2bf72c29a31aa2a7f9 (diff)
downloadaur-5ea7a59baee1052f1b5d2b063749cee69e4d9cd9.tar.gz
Add build deps appstream-glib and desktop-file-utils
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afc32a32a5b8..6396406a7f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = cpupower-gui
arch = any
license = GPL
makedepends = meson
+ makedepends = desktop-file-utils
+ makedepends = appstream-glib
depends = python
depends = gtk3
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index f27cd25c42f5..8f44b1a6a28d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome'
'lxsession: needed for authentification in Xfce, LXDE etc.'
'libappindicator-gtk3: needed for tray icon')
-makedepends=('meson')
+makedepends=('meson' 'desktop-file-utils' 'appstream-glib')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${pkgname}_${pkgver}.orig.tar.gz"::"https://github.com/vagnum08/cpupower-gui/archive/v${pkgver}.tar.gz")