emacs-common: depend on texinfo
Else the info dir is not updated and it's hard to read Emacs manuals.
This commit is contained in:
parent
db2ebdf1da
commit
453be75cbf
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'emacs'
|
# Template file for 'emacs'
|
||||||
pkgname=emacs
|
pkgname=emacs
|
||||||
version=24.3
|
version=24.3
|
||||||
revision=5
|
revision=6
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel libXaw-devel gtk+-devel"
|
makedepends="ncurses-devel libXaw-devel gtk+-devel"
|
||||||
depends="emacs-common-${version}_${revision}"
|
depends="emacs-common-${version}_${revision}"
|
||||||
|
@ -128,6 +128,7 @@ do_install() {
|
||||||
|
|
||||||
emacs-common_package() {
|
emacs-common_package() {
|
||||||
short_desc+=" - common files"
|
short_desc+=" - common files"
|
||||||
|
depends="texinfo"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/emacs
|
vmove usr/share/emacs
|
||||||
|
|
Loading…
Reference in New Issue