mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 11:27:15 +08:00
emacs: update to 25.1
This commit is contained in:
parent
67b9b3a275
commit
fada26e4ce
@ -1,15 +1,16 @@
|
||||
pkgname=emacs
|
||||
pkgver=24.5
|
||||
pkgrel=3
|
||||
pkgver=25.1
|
||||
pkgrel=1
|
||||
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
|
||||
arch=('x86_64')
|
||||
url="http://www.gnu.org/software/emacs/emacs.html"
|
||||
license=('GPL3')
|
||||
depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 'gnutls')
|
||||
depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 'hicolor-icon-theme' 'desktop-file-utils'
|
||||
'alsa-lib' 'imagemagick' 'gnutls')
|
||||
conflicts=('emacs-nox')
|
||||
install=emacs.install
|
||||
source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz)
|
||||
md5sums=('50560ee00bac9bb9cf0e822764cd0832')
|
||||
md5sums=('4f3d42fb22823a659e16bfa89078a74c')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user