diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-23 14:30:45 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-23 15:03:27 +0100 |
| commit | fd0f3d08194e7952ffad769f7f94ce7dd15bf243 (patch) | |
| tree | f21d1b5109a7e281135dba80eaedab9827222239 /community/gedit-plugins | |
| parent | 2447665b459b366477b3b9a80d8dfb771bb2305a (diff) | |
| download | aports-fd0f3d08194e7952ffad769f7f94ce7dd15bf243.tar.bz2 aports-fd0f3d08194e7952ffad769f7f94ce7dd15bf243.tar.xz | |
community/gedit-plugins: add missing dep on libpeas-python3
It's required for some plugins, e.g. the embedded terminal plugin.
Diffstat (limited to 'community/gedit-plugins')
| -rw-r--r-- | community/gedit-plugins/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gedit-plugins/APKBUILD b/community/gedit-plugins/APKBUILD index c931b5fbb2..aa90ff9d5f 100644 --- a/community/gedit-plugins/APKBUILD +++ b/community/gedit-plugins/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gedit-plugins pkgver=3.34.1 -pkgrel=0 +pkgrel=1 pkgdesc="Plugins for gedit, the GNOME text editor" url="https://wiki.gnome.org/Apps/Gedit/PluginsLists" arch="all !s390x" # Limited by gedit-dev and gtksourceview4-dev license="GPL-2.0-only" -depends="python3 py3-gobject3 vte3 gucharmap py3-dbus" +depends="python3 py3-gobject3 vte3 gucharmap py3-dbus libpeas-python3" makedepends="glib-dev gtk+3.0-dev gtksourceview4-dev libpeas-dev gedit-dev vala libgit2-glib-dev itstool vte3-dev gucharmap-dev py-dbus-dev meson" subpackages="$pkgname-lang $pkgname-doc" |
