summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b09dba7ac9..ddf150b9c272 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
pkgbase = pluma-plugins
pkgdesc = A set of plugins for Pluma
pkgver = 1.26.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mate-desktop/pluma-plugins
arch = any
license = GPL2
makedepends = autoconf-archive
makedepends = gtksourceview4
+ makedepends = gobject-introspection
makedepends = make
makedepends = mate-common
makedepends = yelp-tools
depends = pluma>=1.26.0
- optdepends = vte3: to use the embedded terminal
- optdepends = dbus-python: to use the synctex plugin with atril
optdepends = atril: to use the synctex plugin with atril
+ optdepends = dbus-python: to use the synctex plugin with atril
+ optdepends = ctags: to use the sourcecode browser
+ optdepends = vte3: to use the embedded terminal
source = pluma-plugins-1.26.0.tar.gz::https://github.com/mate-desktop/pluma-plugins/archive/refs/tags/v1.26.0.tar.gz
sha512sums = d9075281121fedce74eeda752d012f8b86407a5e1c89b25b4c370bb07c50f5dc30e74e11b6aa5333fcc401d45d220b801eb8dedf0650ae9aa16d9af271cac80e
diff --git a/PKGBUILD b/PKGBUILD
index 0348ae7ca2a0..1fc003a0f6a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Konstantin Unruh <freaxmate@protonmail.com>
pkgname=pluma-plugins
pkgver=1.26.0
-pkgrel=1
+pkgrel=2
pkgdesc="A set of plugins for Pluma"
arch=('any')
url="https://github.com/mate-desktop/$pkgname"
license=('GPL2')
depends=('pluma>=1.26.0')
-makedepends=('autoconf-archive' 'gtksourceview4' 'make' 'mate-common' 'yelp-tools')
-optdepends=('vte3: to use the embedded terminal'
+makedepends=('autoconf-archive' 'gtksourceview4' 'gobject-introspection' 'make' 'mate-common' 'yelp-tools')
+optdepends=('atril: to use the synctex plugin with atril'
'dbus-python: to use the synctex plugin with atril'
- 'atril: to use the synctex plugin with atril')
+ 'ctags: to use the sourcecode browser'
+ 'vte3: to use the embedded terminal'
+)
source=("$pkgname-$pkgver.tar.gz::https://github.com/mate-desktop/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=('d9075281121fedce74eeda752d012f8b86407a5e1c89b25b4c370bb07c50f5dc30e74e11b6aa5333fcc401d45d220b801eb8dedf0650ae9aa16d9af271cac80e')