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

archrelease: copy trunk to extra-x86_64

git-svn-id: file:///srv/repos/svn-packages/svn@394847 eb2447ed-0c53-47e4-bac8-5bc4a241df78
parent 7b498174
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
pkgname=emacs pkgname=emacs
pkgver=27.1 pkgver=27.1
pkgrel=2 pkgrel=3
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="https://www.gnu.org/software/emacs/emacs.html" url="https://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' 'gnutls' 'jansson') depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'gnutls' 'jansson' 'cairo' 'harfbuzz')
validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' '28D3BED851FDF3AB57FEF93C233587A47C207910') validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' '28D3BED851FDF3AB57FEF93C233587A47C207910')
source=(https://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}) source=(https://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
sha1sums=('d1b6b9efa666614c5628dda9ea78628796a73f7f' sha1sums=('d1b6b9efa666614c5628dda9ea78628796a73f7f'
...@@ -18,7 +18,7 @@ build() { ...@@ -18,7 +18,7 @@ build() {
cd "$srcdir"/$pkgname-$pkgver cd "$srcdir"/$pkgname-$pkgver
ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --with-x-toolkit=gtk3 --with-xft --with-wide-int \ --localstatedir=/var --with-x-toolkit=gtk3 --with-xft --with-wide-int \
--with-modules --with-modules --with-cairo --with-harfbuzz
make make
} }
......
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