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
Search Criteria
Package Details: pluma-plugins 1:1.16.0-1
Git Clone URL: | https://aur.archlinux.org/pluma-plugins.git (read-only, click to copy) |
---|---|
Package Base: | pluma-plugins |
Description: | extra plugins for pluma text editor |
Upstream URL: | http://mate-desktop.org/ |
Licenses: | |
Conflicts: | |
Submitter: | adlerweb |
Maintainer: | None |
Last Packager: | 3ED_0 |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-18 15:57 |
Last Updated: | 2017-12-04 12:44 |
Latest Comments
3ED_0 commented on 2017-04-30 17:12
3ED_0 commented on 2015-09-21 13:17
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
3ED_0 commented on 2015-09-21 13:16
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 and 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
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
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
ino commented on 2014-06-18 16:15
bum in 1.8.0
https://github.com/rezso/pluma-plugins
Pinned Comments
3ED_0 commented on 2017-04-30 17:12
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