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: marklove
Last Packager: marklove
Votes: 1
Popularity: 0.000000
First Submitted: 2015-01-20 03:31 (UTC)
Last Updated: 2022-05-15 18:36 (UTC)

Latest Comments

1 2 Next › Last »

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.

Coldbird commented on 2016-02-05 22:51 (UTC)

You can remove the patch from the PKGBUILD file, it is no longer required, nor is it applicable anymore. Built just fine after removing the patch and the resulting package works without any issues.