Package Details: medit-full 1.2.0-4

Git Clone URL: https://aur.archlinux.org/medit-full.git (read-only, click to copy)
Package Base: medit-full
Description: Medit with the python bindings restored
Upstream URL: http://mooedit.sourceforge.net
Licenses: GPL
Conflicts: medit
Provides: medit
Replaces: medit
Submitter: ConnorBehan
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 6
Popularity: 0.000000
First Submitted: 2010-04-25 20:59 (UTC)
Last Updated: 2024-10-23 02:49 (UTC)

Latest Comments

micwoj92 commented on 2024-10-20 02:58 (UTC)

Build fails due to gcc14 changes as well as splitting glib2 dev tools into glib2-devel. Additionally I don't think gcc-objc is needed in makedeps?

diff --git a/PKGBUILD b/PKGBUILD
index 44ccd66..f302d05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ options=('!emptydirs')
 license=('GPL')
 depends=('pygtk' 'libxml2' 'pcre' 'libsm' 'python2' 'gtk2' 'gcc-libs')
 optdepends=('ctags' 'vte: terminal emulator')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'gcc-objc' 'python')
+makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'glib2-devel')
 conflicts=('medit')
 replaces=('medit')
 provides=('medit')
@@ -20,6 +20,7 @@ source=(http://downloads.sourceforge.net/mooedit/medit-${pkgver}.tar.bz2)
 build() {
   cd "$srcdir"/medit-$pkgver
   export PYTHON=/usr/bin/python2
+  export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types"
   ./configure --prefix=/usr --with-python --enable-moo-module --enable-shared
   make
 }

ConnorBehan commented on 2023-12-16 21:33 (UTC)

Thanks. I have built and tested it by adding python to makedepends.

PlasticSoup commented on 2023-12-16 19:11 (UTC)

Package fails to build in a clean chroot.

make[2]: Entering directory '/build/medit-full/src/medit-1.2.0/moo'
  GEN    marshals.h
/usr/bin/env: ‘python3’: No such file or directory
make[2]: *** [Makefile:6330: marshals.h] Error 127

Adding "python" to depends allowed it to build, however I do not know enough about the software to say if it just needs to be a makedepends.

ConnorBehan commented on 2012-04-03 02:51 (UTC)

Thanks!

<deleted-account> commented on 2012-04-02 19:00 (UTC)

I had issues compiling this with gmodule and gthread, so I had to change this line in the PKGBUILD > gcc -L../.libs -lmoo `pkg-config --libs gtk+-2.0` -o medit main.o > gcc -L../.libs -lmoo `pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0` -o medit main.o After that it compiled fine.

ConnorBehan commented on 2011-05-15 01:36 (UTC)

No problem. It will be gone again soon since Muntyan went back to autoconf with medit 1.0.

markoer commented on 2011-05-10 14:37 (UTC)

please add cmake as dependecy