Package Details: pluma-plugins 1.26.0-2

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: FreaxMATE
Votes: 8
Popularity: 0.000514
First Submitted: 2014-06-18 15:57 (UTC)
Last Updated: 2021-08-25 13:34 (UTC)

Dependencies (11)

Required by (0)

Sources (1)

Pinned Comments

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.

Latest Comments

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

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

bum in 1.8.0 https://github.com/rezso/pluma-plugins