Search Criteria
Package Details: gedit2 2.30.4-9
Git Clone URL: | https://aur.archlinux.org/gedit2.git (read-only) |
---|---|
Package Base: | gedit2 |
Description: | A text editor for GNOME |
Upstream URL: | http://www.gnome.org |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | WhyNotHugo |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2011-05-23 23:39 |
Last Updated: | 2018-03-19 00:45 |
Dependencies (10)
- desktop-file-utils (desktop-file-utils-git)
- enchant1.6
- gconf-gtk2
- iso-codes
- libsm
- pygtksourceview2 (python2-gtksourceview2)
- python2 (pypy19, stackless-python2)
- intltool (make)
- python (python-dbg) (make)
- gnome-doc-utils>=0.20.2 (make)
Required by (26)
- avpnc (requires gedit)
- editorconfig-gedit (requires gedit)
- editorconfig-gedit-git (requires gedit)
- gedit-autotab-git (requires gedit)
- gedit-cut-line (requires gedit)
- gedit-dark-variant (requires gedit)
- gedit-duplicate-line (requires gedit)
- gedit-latex (requires gedit)
- gedit-markdownpreview-git (requires gedit)
- gedit-open-uri-context-menu-git (requires gedit)
- gedit-panel-toggler (requires gedit)
- gedit-scroll-past (requires gedit)
- gedit-smart-home (requires gedit)
- gedit-solarized-git (requires gedit)
- gedit-source-code-browser-git (requires gedit)
- gedit-strip-whitespace (requires gedit)
- gedit-trailsave (requires gedit)
- gedit-trailsave-git (requires gedit)
- gnome-meta (requires gedit)
- imitation-gedit-plugin-git (requires gedit)
- mymencoder (requires gedit) (optional)
- nautilus-admin (requires gedit) (optional)
- nord-gedit (requires gedit)
- supercollider-git (requires gedit) (optional)
- supercollider-portaudio (requires gedit) (optional)
- tomorrow-theme-gedit-git (requires gedit) (optional)
Latest Comments
1 2 3 Next › Last »
bidulock commented on 2019-11-25 07:42
Gedit sources are just where sources=() say they are: also, 2.30.4 is the last version that supports gtk2, which is what this package builds.
Cody_Learner commented on 2018-03-03 16:56
Can't build
configure: error: Enchant library not found or too old. Use --disable-spell to build without spell plugin. ==> ERROR: A failure occurred in build(). Aborting...
Ulin commented on 2017-03-30 19:52
Thank You.
Огромное спасибо.
nfat commented on 2014-08-21 23:02
Great still works, thanks @ondoho, @lf88, @svg1234.
For more plugins (draw space, color picker..) go Linux Mint Quina Packages page ( http://packages.linuxmint.com/list.php?release=Qiana ) and download gedit-plugins. Extract .deb archive after copy files your system
nfat commented on 2014-08-21 23:01
Still works, thanks @ondoho, @lf88, @svg1234.
For more plugins (draw space, color picker..) go Linux Mint Quina Packages page ( http://packages.linuxmint.com/list.php?release=Qiana ) and download gedit-plugins. And extract file and copy files.
ondoho commented on 2014-03-30 10:05
this still works. i hope it will continue to do so.
iirc, i had to install gconf-gtk2 first to avoid gtk3 stuff being pulled in.
follow both lf88's and svg1234's additions to the dot.
i also hacked the source thus:
http://askubuntu.com/questions/75671/why-does-gedit-keep-randomly-opening-new-instances-when-opening-files-from-nauti
ondoho commented on 2013-05-20 19:41
this still works. i hope it will continue to do so.
iirc, i had to install gconf-gtk2 first to avoid gtk3 stuff being pulled in. (still keeping up a completely gtk3-free environment).
and, follow both lf88's and svg1234's additions to the dot.
because i didn't, at first.
thanks & respect.
ondoho commented on 2013-05-20 18:30
this still works. i hope it will continue to do so.
iirc, i had to install gconf-gtk2 first to avoid all the gtk3 stuff being pulled in. i guess this could be changed in PKGBUILD, too?
and, follow both lf88's and svg1234's patches to the dot.
thanks & respect.
ondoho commented on 2013-05-20 18:28
this still works.
i hope it will continue to do so.
iirc, i had to install gconf-gtk2 first to avoid all the gtk3 stuff being pulled in.
and, follow both lf88's and svg1234's patches to the dot.
thanks & respect.
lf88 commented on 2012-07-18 19:31
To get it compiling I had to add:
export LIBS="-lgmodule-2.0"
just before the ./configure line in the PKGBUILD. The workaround posted by svg1234 is still needed.