summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorFlorian Franzmann2019-09-04 22:00:53 +0200
committerFlorian Franzmann2019-09-07 09:39:39 +0200
commit0fd26f856644a4ea290b1671ce88f2b3d1073cfe (patch)
tree685060dfd390d22685b63158b74fdb40fe267e62 /utils
parent11570aa6b5573aa60d19945b76f7129fa399f211 (diff)
utils/libnotify: add dependency on pygments
Diffstat (limited to 'utils')
-rwxr-xr-xutils/libnotify/DEPENDS1
-rw-r--r--utils/libnotify/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/utils/libnotify/DEPENDS b/utils/libnotify/DEPENDS
index ea8dccf697..71f66fd99c 100755
--- a/utils/libnotify/DEPENDS
+++ b/utils/libnotify/DEPENDS
@@ -3,6 +3,7 @@ depends dbus-glib &&
depends gdk-pixbuf2 &&
depends glib2 &&
depends libpng &&
+depends pygments &&
optional_depends gobject-introspection \
"--enable-introspection=yes" \
diff --git a/utils/libnotify/HISTORY b/utils/libnotify/HISTORY
index 3cbb446c8c..cc20e48412 100644
--- a/utils/libnotify/HISTORY
+++ b/utils/libnotify/HISTORY
@@ -1,3 +1,6 @@
+2019-09-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: add dependency on pygments
+
2019-08-25 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 0.7.8
* DEPENDS, DETAILS, CONFIGURE: switched to meson build system