Package Details: wxmedit-git r1381.0ac05dc-1

Git Clone URL: https://aur.archlinux.org/wxmedit-git.git (read-only, click to copy)
Package Base: wxmedit-git
Description: Cross-platform Text/Hex Editor, a fork of MadEdit with bug fixes and improvements
Upstream URL: https://wxmedit.github.io/
Licenses: GPL
Conflicts: wxmedit
Submitter: yhfudev
Maintainer: None
Last Packager: marklove
Votes: 1
Popularity: 0.000000
First Submitted: 2015-01-20 03:31 (UTC)
Last Updated: 2022-05-15 18:36 (UTC)

Dependencies (8)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-06-14 20:48 (UTC)

Build misconfigured with gtk2 now.

But anyway it should be switched over to wxwidgets-gtk3, it is supported.

MarsSeed commented on 2022-05-16 08:39 (UTC)

What do you mean by "git log version is not set"? I don't understand.

marklove commented on 2022-05-15 17:13 (UTC) (edited on 2022-05-15 18:39 (UTC) by marklove)


It works normally, but the GIT log version is not set

MarsSeed commented on 2022-05-15 15:39 (UTC)

Though if you haven't done that yet, first you have to set up SSH authentication for your AUR account.

MarsSeed commented on 2022-05-15 15:34 (UTC)

You have to clone the repo with ssh:

git clone ssh://aur@aur.archlinux.org/wxmedit-git.git

And then you can make changes to the build files, add and commit the changed files (git add, git commit) and push your new commits (git push) to AUR.

marklove commented on 2022-05-15 15:08 (UTC) (edited on 2022-05-15 15:30 (UTC) by marklove)


patch
src/xm/encoding/multibyte.cpp
                        //FALSE
 ucnv_setFallback(m_ucnv, false);
PKGBUILD
add
provides=(wxMEdit)
conflicts=(wxMEdit)
patch
pkgname=wxmedit
  source
"${pkgname%-git}::git+https://github.com/hltj/wxMEdit.git"
  pkgver_git
cd "${srcdir}/${pkgname%-git}"
  prepare
#patch -p1 < "$srcdir/wxmedit-encdet-mozilla.patch"
  build
./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config

git log
0ac05dcc78987e64cf185784f5fcf3e97fe5476f

I don't know how to submit changes, and how to make patch files ! if you wish please ~

salviati commented on 2019-04-07 00:42 (UTC)

Build fails for two reasons: wxmedit-encdet-mozilla.patch no longer applies, and wx-config-2.8 should be wx-config.

haawda commented on 2016-05-21 22:22 (UTC)

... and the install file can go away.

haawda commented on 2016-05-21 22:21 (UTC)

wxgtk-2.8 ist needed now instead of wxgtk.

neoanima commented on 2016-02-24 13:18 (UTC)

yes, no patch is needed. i can compile it through. "wx-config" is ok, don't add version "2.8" at the end.