Package Details: pluma-plugins 1.28.0-1

Git Clone URL: https://aur.archlinux.org/pluma-plugins.git (read-only, click to copy)
Package Base: pluma-plugins
Description: A set of plugins for Pluma
Upstream URL: https://github.com/mate-desktop/pluma-plugins
Keywords: extensions plugins pluma
Licenses: GPL2
Submitter: adlerweb
Maintainer: None
Last Packager: jzapiola
Votes: 9
Popularity: 0.028347
First Submitted: 2014-06-18 15:57 (UTC)
Last Updated: 2025-03-07 01:25 (UTC)

Dependencies (11)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

jzapiola commented on 2025-07-07 15:31 (UTC)

Hi atleeit. xed does look like a neat alternative but one of the main reasons I've been hanging on to pluma is the snippets plugin, which xed no longer provides :(

atleeit commented on 2025-07-06 06:06 (UTC) (edited on 2025-07-06 06:10 (UTC) by atleeit)

Hey jzapiola, i only just switched because its very light on dependencies and works well with hypr, wonder what cinnamon's text edit is like on dependencies. Might switch to xed, light on deps as well.

jzapiola commented on 2025-04-12 23:01 (UTC) (edited on 2025-04-12 23:04 (UTC) by jzapiola)

Package still works but downstream changes are currently causing a need for dependency downgrades: python-gobject (3.50.0-2), libpeas (1.36.0-6)

python-gobject 3.52 breaks multiple apps: https://gitlab.archlinux.org/archlinux/packaging/packages/pygobject/-/issues/3

libpeas is not compatible with python-gobject >= 3.52: https://gitlab.archlinux.org/archlinux/packaging/packages/libpeas/-/issues/3

Seems pluma would have to be adapted to libpeas-2 or plugins rewritten in C as gedit has done. Package disowned in case someone wants to work on a clever solution but I think it's time for me to finally move on from pluma.

FreaxMATE commented on 2021-08-20 08:31 (UTC)

replaced with the official MATE pluma-plugins (https://github.com/mate-desktop/pluma-plugins)

  • bookmarks - Easy document navigation with bookmarks.
  • bracketcompletion - Automatically adds closing brackets.
  • codecomment - Comment and uncomment blocks of code.
  • smartspaces - Forget you’re not using tabulations.
  • synctex - SyncTeX synchronization of TeX files and PDF output.
  • terminal - Embed a terminal in the bottom pane.
  • wordcompletion - Word completion using the completion framework.
  • sourcecodebrowser - View and navigate functions, variables and namespaces.

3ED_0 commented on 2017-04-30 17:12 (UTC) (edited on 2017-04-30 17:13 (UTC) by 3ED_0)

Facts: - plugins works only with 1.16.x version - python plugins works only with gtk2 version more info: https://github.com/yselkowitz/pluma-plugins/issues/6

3ED_0 commented on 2015-09-21 13:17 (UTC)

In the future, please, use the flags or make comment if package dosn't work. I use latest Gnome with vim/sublime-text/light-table on my PC and laptop + one headless. Dunno if its dead again. Even if, this isn't something that I going to compile every day to check... :S

simob commented on 2014-12-04 21:47 (UTC)

here is the PKGBUILD for the 1.8.0 pkgname=pluma-plugins pkgver=1.8.0 pkgrel=1 arch=('i686' 'x86_64') url="https://github.com/cygwinports/pluma-plugins/" license=('GPL') depends=('pluma' 'mate-common') pkghash=8ed08930ff80081a4ed8e7beb92c0a5554ae4e8e reponame=pluma-plugins source=(https://github.com/cygwinports/${reponame}/archive/${pkghash}.zip) md5sums=('2489f12eac744f72ef885cbb574f485f') build() { cd $startdir/src/${reponame}-${pkghash} PYTHON=/usr/bin/python2 ./autogen.sh \ --prefix=/usr \ --with-plugins=all \ --libexecdir=/usr/lib/${pkgname} \ --with-gtk=2.0 \ --enable-gtk-doc \ --enable-python \ || return 1 make || return 1 } package() { cd $startdir/src/${reponame}-${pkghash} make DESTDIR="${startdir}/pkg/${pkgname}" install || return 1 }

glaville commented on 2014-07-10 21:47 (UTC)

This package seems to require mate-conf m4 macros: configure.ac:76: warning: macro 'AM_MATECONF_SOURCE_2' not found in library autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability configure.ac:76: error: possibly undefined macro: AM_MATECONF_SOURCE_2 If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 Do you have some specific package installed? Thanks for this package, regards.

ino commented on 2014-06-18 16:16 (UTC)

https://github.com/rezso/pluma-plugins/commits/master