Skip to content
Snippets Groups Projects
Commit 061f7009 authored by juergen's avatar juergen Committed by svntogit
Browse files

update to 26.2-1

git-svn-id: file:///srv/repos/svn-packages/svn@350647 eb2447ed-0c53-47e4-bac8-5bc4a241df78
parent 62c4a226
No related branches found
No related tags found
No related merge requests found
...@@ -2,30 +2,17 @@ ...@@ -2,30 +2,17 @@
# Contributor: Renchi Raju <renchi@green.tam.uiuc.edu> # Contributor: Renchi Raju <renchi@green.tam.uiuc.edu>
pkgname=emacs pkgname=emacs
pkgver=26.1 pkgver=26.2
pkgrel=3 pkgrel=1
pkgdesc="The extensible, customizable, self-documenting real-time display editor" pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch=('x86_64') arch=('x86_64')
url="http://www.gnu.org/software/emacs/emacs.html" url="http://www.gnu.org/software/emacs/emacs.html"
license=('GPL3') license=('GPL3')
depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'libmagick6' 'gnutls') depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'libmagick6' 'gnutls')
validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' '28D3BED851FDF3AB57FEF93C233587A47C207910') validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' '28D3BED851FDF3AB57FEF93C233587A47C207910')
source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig} source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
0001-Ignore-color-fonts-when-using-Xft.patch sha1sums=('61eda5bd1ce42e34c04e33c9e0d977d105ec4fc4'
0001-Port-FC_COLOR-change-to-older-fontconfig.patch 'SKIP')
0001-src-ftfont.c-ftfont_spec_pattern-Fix-whitespace.patch)
sha1sums=('53c01d987b2613701f42d9f941c2d5225a5874c4'
'SKIP'
'e6b77aadf6c60dfdc1ec6b61d5968e64d959257d'
'6b40ad3d8936bfd068398c8d46cb8e0b9501fe64'
'51b3e6a2c32be315c9a15c55ca2e97e84d204f32')
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i "${srcdir}/0001-Ignore-color-fonts-when-using-Xft.patch"
patch -Np1 -i "${srcdir}/0001-Port-FC_COLOR-change-to-older-fontconfig.patch"
patch -Np1 -i "${srcdir}/0001-src-ftfont.c-ftfont_spec_pattern-Fix-whitespace.patch"
}
build() { build() {
cd "$srcdir"/$pkgname-$pkgver cd "$srcdir"/$pkgname-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment