You are not logged in.

#1 2007-03-18 00:14:46

borgcube
Member
From: Slovakia
Registered: 2007-03-11
Posts: 13
Website

PKGBUILD for xchm

hi, this is my first PKGBUILD. It is for xchm.

#$Id: PKGBUILD $
#Maintainer: Martin Mancuska <borg@borg.sk>
#Contributor:
pkgname=xchm
pkgver=1.10
pkgrel=1
pkgdesc="xCHM is a cross-platform GUI front-end to chmlib."
arch=(i686)
url="http://xchm.sourceforge.net/index.html"
groups=()
provides=()
depends=('chmlib' 'wxgtk')
makedepend=()
conflicts=()
replace=()
backup=()
install=
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sum=('df4d42e3bb11187139f4475b89c4ab96')

build() {
                cd $startdir/src/$pkgname-$pkgver
                ./configure --prefix=/usr
                make || return 1
                make prefix=$startdir/pkg/usr install
}

Offline

#2 2007-03-18 02:39:22

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: PKGBUILD for xchm

Okay.

But it's already there:
http://aur.archlinux.org/packages.php?K=xchm
(or /var/abs/community/office/xchm/PKGBUILD)


1000

Offline

#3 2007-03-18 10:44:14

borgcube
Member
From: Slovakia
Registered: 2007-03-11
Posts: 13
Website

Re: PKGBUILD for xchm

thanks for link.
I did not find package for xchm (pacman -Ss xchm, search engine for forum returns nothing). so please ignore my pkgbuild.

Offline

#4 2007-03-18 11:00:31

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: PKGBUILD for xchm

The search from the main page search only in current,extra,testing,unstable. If you want to search packages from community or aur you need to go on the aur page http://aur.archlinux.org. If you want pacman to search in community you need to edit pacman.conf and uncomment [community]:

Last edited by wonder (2007-03-18 11:49:53)


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2007-03-18 15:03:33

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: PKGBUILD for xchm

borgcube wrote:

thanks for link.
I did not find package for xchm (pacman -Ss xchm, search engine for forum returns nothing). so please ignore my pkgbuild.

[stalwart@naga ~]$ pacman -Ss xchm
community/xchm 1.10-2
    A cross-platform GUI front-end to chmlib

Uncomment community repo in /etc/pacman.conf


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#6 2007-03-18 19:59:16

borgcube
Member
From: Slovakia
Registered: 2007-03-11
Posts: 13
Website

Re: PKGBUILD for xchm

i will, thanks

Offline

#7 2007-03-18 21:23:49

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: PKGBUILD for xchm

Where does one go about posting a request to add a desktop entry to this, primarily if not exclusively, X-related package?

*Borromini wonders why some of Arch's graphical packages do not include any desktop files at all

Last edited by B (2007-03-18 21:24:10)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#8 2007-03-18 23:31:56

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: PKGBUILD for xchm

B wrote:

Where does one go about posting a request to add a desktop entry to this, primarily if not exclusively, X-related package?

For community packages like xchm, contact the TU who maintains it. For packages in the official repo, add a feature request on the bug tracker. 

B wrote:

*Borromini wonders why some of Arch's graphical packages do not include any desktop files at all

Probably the TU/dev don't think to add it when it's not provided by the upstream author. Some WM don't use them.

Offline

#9 2007-03-18 23:51:35

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: PKGBUILD for xchm

Okay smile. Thanks for the pointers wink.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB