diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-04-13 06:03:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-04-13 06:03:11 +0200 |
commit | b44632ee41705d53f7c493495607401d5846d245 (patch) | |
tree | 586b6df3e7e6b936075eb72aa1ac908ae4ccac21 /emacs-gtk2 | |
parent | almost there (diff) | |
download | aur-packages-b44632ee41705d53f7c493495607401d5846d245.tar.gz aur-packages-b44632ee41705d53f7c493495607401d5846d245.tar.bz2 aur-packages-b44632ee41705d53f7c493495607401d5846d245.tar.xz |
update emacs-gtk2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'emacs-gtk2')
-rw-r--r-- | emacs-gtk2/PKGBUILD | 4 | ||||
-rw-r--r-- | emacs-gtk2/emacs-gtk2.install | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/emacs-gtk2/PKGBUILD b/emacs-gtk2/PKGBUILD index ce12859..0a9a185 100644 --- a/emacs-gtk2/PKGBUILD +++ b/emacs-gtk2/PKGBUILD @@ -5,12 +5,12 @@ _pkgname=emacs pkgname=$_pkgname-gtk2 pkgver=24.3 -pkgrel=3 +pkgrel=4 pkgdesc="The extensible, customizable, self-documenting real-time display editor. GTK2 version" arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/emacs.html" license=('GPL3') -depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk2' 'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick') +depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk2' 'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick>=6.8.4.7') install=emacs-gtk2.install source=(ftp://ftp.gnu.org/gnu/emacs/$_pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('70aa2942e9ae689ed17eddedfca5027c364ffbcc8b59968b1645e935f4c7058d' '6c258b159c921006eee4b1a1aeb1be75a79ad8ed92b36b1b08b262d41a091093') diff --git a/emacs-gtk2/emacs-gtk2.install b/emacs-gtk2/emacs-gtk2.install index fa9ffee..d68916e 100644 --- a/emacs-gtk2/emacs-gtk2.install +++ b/emacs-gtk2/emacs-gtk2.install @@ -1,11 +1,12 @@ ICON_PATH=usr/share/icons/hicolor INFO_DIR=usr/share/info -INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse +INFO_FILES=(ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert eshell eudc flymake -forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode +forms gnus htmlfontify idlwave mairix-el message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail -speedbar tramp url vip viper widget woman) +speedbar srecode tramp url vip viper widget wisent woman) + post_install() { gtk-update-icon-cache -q -t -f ${ICON_PATH} |