Package Details: emacs-git 30.0.50.169253-1

Git Clone URL: https://aur.archlinux.org/emacs-git.git (read-only, click to copy)
Package Base: emacs-git
Description: GNU Emacs. Development master branch.
Upstream URL: http://www.gnu.org/software/emacs/
Keywords: development editor IDE text
Licenses: GPL3
Conflicts: emacs
Provides: emacs
Submitter: toropisco
Maintainer: toropisco
Last Packager: toropisco
Votes: 107
Popularity: 1.93
First Submitted: 2014-01-05 02:05 (UTC)
Last Updated: 2023-10-14 18:36 (UTC)

Required by (313)

Sources (2)

Pinned Comments

toropisco commented on 2017-06-30 19:14 (UTC) (edited on 2022-05-15 13:26 (UTC) by toropisco)

This PKGBUILD is a work in progress. If you find PACKAGING bugs, please let me know ASAP.

Upstream bugs are to be reported upstream. Check out the emacs-devel archives to confirm if this is an already known bug. In fact... Why are you not subscribed to emacs-devel?. Also check the emacs-bug-tracker archives.

Reporting bugs: Write to the Emacs Bug Tracker and report it there. Or, better yet, use the debbugs client included with the text editor. You will find instructions at https://debbugs.gnu.org/. Good luck!

If you confirm it is a packaging bug, you are welcome to report it here.

Yaourt and other automated tools users BEWARE! This PKGBUILD is written with hand updating in mind and I won't fix bugs arising from such use. Besides, cloning the same repository time and time again from a non-profit such as the GNU Project/FSF gives out a very low image of you.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 39 Next › Last »

toropisco commented on 2022-05-28 16:48 (UTC)

This pkgbuild (and all the emacs variants) only need to provides and conflicts emacs, not provide, conflicts and replace every variant

Exactly. Your statement applies to a perfect world but I don't work with ideal monads.

FabioLolix commented on 2022-05-28 16:34 (UTC)

This pkgbuild (and all the emacs variants) only need to provides and conflicts emacs, not provide, conflicts and replace every variant

toropisco commented on 2022-05-15 22:04 (UTC)

Thaodan, why do you think you have the right answer?

Thaodan commented on 2022-05-15 21:55 (UTC)

Why is gsettings disabled in any case? It only requires glib and doesn't have any gnome dependency necessarily. GSettings is supposed to replace XRessources for pgtk.

toropisco commented on 2022-05-15 16:43 (UTC)

I've added a temporary fix to the PKGBUILD but it royally screws those who, like myself, do not like having the editor font depend on a desktop global setting. At least it works, for now.

snackattack commented on 2022-05-15 16:40 (UTC)

It looks like they are addressing this problem upstream now:

https://lists.gnu.org/archive/html/emacs-devel/2022-05/msg00713.html

Apologies for the noise of reporting it here -- this appears to be an upstream problem, not a packaging problem.

snackattack commented on 2022-05-15 13:31 (UTC)

@Rogach thanks, you're right -- I accidentally copy-pasted the most recent commit in my log instead of 526e9758, which was the most recent one to touch xsettings.c.

Rogach commented on 2022-05-15 06:53 (UTC)

@snackattack I've bisected the issue, and it seems it was introduced in commit 526e9758 (bd464297bd seems unrelated, it's just some lisp code tweaks).

snackattack commented on 2022-05-15 00:11 (UTC)

I'm getting an error in xsettings.c (error: 'font_options' undeclared) when trying to build this.

Pastebin: https://bpa.st/SKGQ

This may be related to the recent commit bd464297bd in the emacs master branch.

If I remove --without-gsettings from the PKGBUILD then the package builds successfully:

diff --git a/PKGBUILD b/PKGBUILD
index 89cece3..c6e4b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -239,7 +239,6 @@ build() {
 # If you insist you'll need to read that bug report in *full*.
 # Good luck!
    --without-gconf
-   --without-gsettings
   )

 ################################################################################