summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/geany-plugins/Manifest2
-rw-r--r--dev-util/geany-plugins/geany-plugins-9999.ebuild8
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/geany-plugins/Manifest b/dev-util/geany-plugins/Manifest
index a36dc09..9464c53 100644
--- a/dev-util/geany-plugins/Manifest
+++ b/dev-util/geany-plugins/Manifest
@@ -1 +1 @@
-EBUILD geany-plugins-9999.ebuild 1462 RMD160 381b563e5dd9ce45bae2496bd32c48bce5b19d69 SHA1 5771525c7d3cd0e4808d1c6e6b03402f450c6a43 SHA256 35558624168008e8c1f258d2b58c2d2d2dd396139e82c6cd2a8a39a5e1626df2
+EBUILD geany-plugins-9999.ebuild 1508 RMD160 70e097f8d2f64f130fce7413dfad9b74371ef7a3 SHA1 28424d27eb04ffe2488a4edfcf2cd50e2130bffe SHA256 3f0ac07fa81d46a742c2d05a04ade077bf28d150e20bd56e27a0b867e185d9c9
diff --git a/dev-util/geany-plugins/geany-plugins-9999.ebuild b/dev-util/geany-plugins/geany-plugins-9999.ebuild
index e0322ad..bb63119 100644
--- a/dev-util/geany-plugins/geany-plugins-9999.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-9999.ebuild
@@ -24,7 +24,11 @@ RDEPEND="
gendoc? ( >=dev-libs/ctpl-0.3 )
gtkspell? ( app-text/gtkspell )
lua? ( dev-lang/lua )
- webkit? ( net-libs/webkit-gtk:2 )
+ webkit? (
+ net-libs/webkit-gtk:2
+ x11-libs/gtk+:2
+ x11-libs/gdk-pixbuf:2
+ )
"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
@@ -55,6 +59,6 @@ src_configure() {
$(use_enable gendoc geanygendoc) \
$(use_enable gtkspell) \
$(use_enable lua geanylua) \
- $(use_enable webkit WebHelper) \
+ $(use_enable webkit webhelper) \
$(use_enable nls)
}