summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiliuya2022-12-01 23:30:35 +0800
committerxiliuya2022-12-01 23:30:35 +0800
commit0acd2618c08ea40cb8d183491538ce5dbf40f66b (patch)
tree6d2c8adeee6b1fd6ff322363c726e2e28911174b
parent80fbd58b3d3893de586ae9485a187e2995c0c87b (diff)
downloadaur-0acd2618c08ea40cb8d183491538ce5dbf40f66b.tar.gz
use emacs29 branch
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e8e9e7dc94e..b9b83ef73445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = emacs-git
+pkgbase = emacs29-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 30.0.50.162621
+ pkgver = 29.0.0.1
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
@@ -25,14 +25,14 @@ pkgbase = emacs-git
depends = libwebp
depends = libtiff
depends = libxpm
- depends = cairo
depends = tree-sitter
provides = emacs
+ conflicts = emacs
replaces = emacs
options = !strip
- source = emacs-git::git+https://git.savannah.gnu.org/git/emacs.git
+ source = emacs-git::git+https://git.savannah.gnu.org/git/emacs.git#branch=emacs-29
source = nemacs
b2sums = SKIP
b2sums = 58e028b439d3c7cf03ea0be617b429a2c54e7aa1b8ca32b5ed489214daaa71e22c323de9662761ad2ce4de58e21dbe45ce6ce198f402686828574f8043d053d0
-pkgname = emacs-git
+pkgname = emacs29-git
diff --git a/PKGBUILD b/PKGBUILD
index b07216db0197..03cf6bc04169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Pedro A. López-Valencia <https://aur.archlinux.org/users/vorbote>
+# Maintainer: xiliuya <xiliuya@163.com
+# Contributor: Pedro A. López-Valencia <https://aur.archlinux.org/users/vorbote>
################################################################################
# CAVEAT LECTOR: This PKGBUILD is highly opinionated. I give you
@@ -49,11 +50,11 @@ GPM= # Mouse support in Linux console using gpmd.
NOTKIT= # Use no toolkit widgets. Like B&W Twm (001d sk00l).
# Bitmap fonts only, 1337!
-PGTK= # Use native GTK3 build. Supports Wayland, yay! Still
+PGTK="YES" # Use native GTK3 build. Supports Wayland, yay! Still
# has some problems if running under Xorg. Remember,
# this is my personal build file!
-GTK3="YES" # GTK3 old windowing interface.
+GTK3= # GTK3 old windowing interface.
LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta.
#
@@ -87,9 +88,9 @@ NOGZ="YES" # Don't compress .el files. (Gain is neglible, IMHO)
if [[ $CLI == "YES" ]] ; then
pkgname="emacs-nox-git"
else
- pkgname="emacs-git"
+ pkgname="emacs29-git"
fi
-pkgver=30.0.50.162621
+pkgver=29.0.0.1
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -100,7 +101,8 @@ depends=("${depends_nox[@]}" 'harfbuzz')
makedepends=('git')
provides=('emacs')
replaces=('emacs')
-source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git"
+conflicts=('emacs')
+source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git#branch=emacs-29"
"nemacs")
options=(!strip)
install=emacs-git.install