You are not logged in.

#1 2005-02-24 19:59:04

SleepyDog
Member
Registered: 2004-10-15
Posts: 114

emacs-cvs

Here's a PKGBUILD for the cvs version of emacs, which includes a GTK2 frontend  tongue

(Just started making packages so there's probably something wrong with it)

pkgname=emacs-cvs
pkgver=cvs
pkgrel=1
pkgdesc="Emacs from CVS"
url="http://www.gnu.org/software/emacs/emacs.html"
license="GPL"
depends=('gtk2' 'x-server')
makedepends=('openssh' 'texinfo')

build() {
        export CVS_RSH="ssh"
        cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs
        cd $startdir/src/emacs
        ./configure --prefix=/usr 
                        --with-xpm 
                        --with-jpeg 
                        --with-tiff 
                        --with-gif 
                        --with-png 
                        --with-gtk 
                        --without-toolkit-scroll-bars 
                        --with-x
        make bootstrap
        make || return 1
        make DESTDIR=$startdir/pkg install
}

Offline

#2 2005-02-24 19:59:38

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: emacs-cvs

Thanks m8! big_smile


To err is human... to really foul up requires the root password.

Offline

#3 2005-04-24 03:10:19

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: emacs-cvs

Just an FYI.

Texinfo should be a makedepends.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#4 2005-05-22 12:38:37

rafal
Member
From: Poland
Registered: 2005-05-18
Posts: 49

Re: emacs-cvs

miqorz wrote:

Texinfo should be a makedepends.

as well as "openssh"

Offline

#5 2006-03-13 15:16:33

sebcactus
Member
From: Germany
Registered: 2005-01-27
Posts: 277

Re: emacs-cvs

Hi!

Is there a package built somewhere ? Because I don't have access to CVS...

Offline

#6 2006-03-15 11:56:07

sebcactus
Member
From: Germany
Registered: 2005-01-27
Posts: 277

Re: emacs-cvs

I saw a emacs-snapshot package for debian/ubuntu. Do you know if there is a simple way to convert it to a arch package ?
I would really like to have anti aliased fonts in emacs.

Offline

#7 2006-03-15 11:59:40

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Re: emacs-cvs

emacs-cvs do not give aa-font, but just a gtk2-gui.

Offline

#8 2006-03-15 13:41:38

sebcactus
Member
From: Germany
Registered: 2005-01-27
Posts: 277

Re: emacs-cvs

It can be possible according to this:

http://times.usefulinc.com/2005/12/02-emacs-xft

Offline

#9 2006-03-15 16:14:24

sebcactus
Member
From: Germany
Registered: 2005-01-27
Posts: 277

Re: emacs-cvs

If someone can give me a snapshot of emacs-cvs, I could try to make a emacs-xft package...

Edit: Well maybe it is not necessary since there is already a XFT branch according to
http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs

Offline

Board footer

Powered by FluxBB