summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-12-08 18:26:26 +0100
committerhaawda2018-12-08 18:26:26 +0100
commit76383d39b13429f695df489553ca39f82741a3c1 (patch)
tree93c0c5837355909d13b2ee54b327836adeaa2518
parent773394295e6a11a815338c0cd8de7ca119051388 (diff)
downloadaur-76383d39b13429f695df489553ca39f82741a3c1.tar.gz
fix dependencies, add configure-flag --disable-build-details
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a025eef7b93..9770cf3803d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-lucid-git
pkgdesc = GNU Emacs. Official git master.
- pkgver = 27.0.50.r134090
+ pkgver = 27.0.50.r134774
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = i686
@@ -13,6 +13,7 @@ pkgbase = emacs-lucid-git
depends = hicolor-icon-theme
depends = m17n-lib
depends = libxrandr
+ depends = acl
depends = libxinerama
depends = librsvg
depends = gnutls
@@ -21,6 +22,7 @@ pkgbase = emacs-lucid-git
depends = libxfixes
depends = jansson
depends = libmagick6
+ depends = desktop-file-utils
provides = emacs
conflicts = emacs
options = docs
diff --git a/PKGBUILD b/PKGBUILD
index 72e64e39f645..c957793a5cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-lucid-git
-pkgver=27.0.50.r134090
+pkgver=27.0.50.r134774
pkgrel=1
pkgdesc="GNU Emacs. Official git master."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
license=('GPL')
-depends=('alsa-lib' 'gpm' 'hicolor-icon-theme' 'm17n-lib' 'libxrandr'
+depends=('alsa-lib' 'gpm' 'hicolor-icon-theme' 'm17n-lib' 'libxrandr' 'acl'
'libxinerama' 'librsvg' 'gnutls' 'xaw3d' 'libdbus' 'libxfixes'
- 'jansson' 'libmagick6')
+ 'jansson' 'libmagick6' 'desktop-file-utils')
makedepends=('git' 'texlive-core')
conflicts=('emacs')
options=('docs' '!emptydirs')
@@ -42,7 +42,8 @@ build() {
--with-imagemagick \
--without-xwidgets \
--without-pop \
- --with-gameuser=:games
+ --with-gameuser=:games \
+ --disable-build-details
make
make pdf
}