Package Details: wemed 0.7-1

Git Clone URL: https://aur.archlinux.org/wemed.git (read-only, click to copy)
Package Base: wemed
Description: Multipart MIME (eml,mhtml,rf822) editor
Upstream URL: http://wemed.ohwg.net
Licenses: GPL3
Submitter: ohwg
Maintainer: ohwg
Last Packager: ohwg
Votes: 4
Popularity: 0.96
First Submitted: 2013-09-02 12:58 (UTC)
Last Updated: 2025-03-05 20:56 (UTC)

Latest Comments

1 2 Next › Last »

uffe commented on 2026-09-03 17:02 (UTC)

@ohwg webkit2gtk-4.0 is now webkit2gtk-4.1

Fails during cmake "configure" pass

diff --git CMakeLists.txt CMakeLists.txt
index 609a645..15fa92d 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -12,7 +12,7 @@ set(WEMED_WEBEXT_DIR "lib/wemed" CACHE STRING "Where to install and load the web
 # Dependencies
 find_package(PkgConfig REQUIRED)
 pkg_check_modules(GTK3 REQUIRED gtk+-3.0)
-pkg_check_modules(WEBKITGTK3 REQUIRED webkit2gtk-4.0)
+pkg_check_modules(WEBKITGTK3 REQUIRED webkit2gtk-4.1)
 pkg_check_modules(GMIME3 REQUIRED gmime-3.0)
 pkg_check_modules(GTKSOURCEVIEW4 REQUIRED gtksourceview-4)

micwoj92 commented on 2025-03-05 22:28 (UTC)

Thanks, it now also needs to change gtksourceview3 to gtksourceview4.

micwoj92 commented on 2025-03-03 21:32 (UTC)

@ohwg latest version on git already has this change, but it's not in any stable release: https://github.com/ohwgiles/wemed/commit/0c2a182a29d9df0100e60ac958274a939af01465

ohwg commented on 2025-03-01 20:38 (UTC)

@micwoj92 unfortunately I don't have time to work on this project at the moment, but PRs are welcome

micwoj92 commented on 2025-02-26 22:02 (UTC)

@ohwg, is it possible to release new version for gmime3 compatibility?

ohwg commented on 2018-12-05 18:43 (UTC)

@Wenir done

Wenir commented on 2018-12-04 19:28 (UTC)

Please add gtksourceview3 as a dependency

ohwg commented on 2017-10-21 06:38 (UTC)

I've finished the port to webkit2gtk and released version 0.5 which includes several other minor improvements.

ohwg commented on 2017-09-28 04:56 (UTC)

@mocambo I think there is really no alternative other than upgrading wemed to a newer web library. I'll try to get it done over the next few weeks