summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD9
3 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a62e3690a3..43234ce89c1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Feb 29 23:56:05 UTC 2016
pkgbase = emacs25-git
pkgdesc = GNU Emacs. Version 25 development and maintenance branch.
- pkgver = 25.0.91.r124491
+ pkgver = 25.0.92.r124559
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs25-git.install
@@ -10,18 +8,13 @@ pkgbase = emacs25-git
arch = x86_64
license = GPL
makedepends = git
- depends = librsvg
+ depends = gtk3
depends = gpm
depends = giflib
- depends = libxpm
- depends = libotf
depends = m17n-lib
- depends = gtk3
- depends = hicolor-icon-theme
depends = desktop-file-utils
depends = alsa-lib
depends = imagemagick
- depends = gnutls
provides = emacs
conflicts = emacs
source = emacs25-git::git://git.savannah.gnu.org/emacs.git#branch=emacs-25
diff --git a/.gitignore b/.gitignore
index eabed041ea63..81a906f6f6d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*~
+*.log
pkg/
src/
*.gz
diff --git a/PKGBUILD b/PKGBUILD
index ceeb5c4cd937..3f7733f38ecd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,13 @@
#
pkgname=emacs25-git
-pkgver=25.0.91.r124491
+pkgver=25.0.92.r124559
pkgrel=1
pkgdesc="GNU Emacs. Version 25 development and maintenance branch."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
license=('GPL')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib'
- 'gtk3' 'hicolor-icon-theme' 'desktop-file-utils'
- 'alsa-lib' 'imagemagick' 'gnutls')
+depends=('gtk3' 'gpm' 'giflib' 'm17n-lib' 'desktop-file-utils' 'alsa-lib' 'imagemagick')
makedepends=('git')
conflicts=('emacs')
provides=('emacs')
@@ -54,7 +52,8 @@ build() {
--with-sound=alsa
--without-gconf
--with-x-toolkit=gtk3
- --with-xft)
+ --with-xft
+ --with-modules)
./configure ${_conf[@]}