You are not logged in.

#1 2008-03-29 12:29:15

purete
Member
Registered: 2007-03-02
Posts: 19

[REQUEST] lxappearance

Hello!

Can someone please make a lxappearance (http://lxde.sourceforge.net/) PKGBUILD, because I my PKGBUILD fails at the 'make install' step. Lxappearance is a better alternative to gtk-chtheme.

Thanks in advance!

Offline

#2 2008-03-29 19:12:08

Shaika-Dzari
Member
From: Québec, Canada
Registered: 2006-04-14
Posts: 436
Website

Re: [REQUEST] lxappearance

Hello!

Maybe you should post your current PKGBUILD and we can help you to correct and improve it.

@+

Offline

#3 2008-03-29 20:01:04

tami
Member
From: Norway, Oslo
Registered: 2007-11-10
Posts: 58
Website

Re: [REQUEST] lxappearance

...hmmm - I just made my first PKGBUILD - and by a chance it's lxappearance.
It works on my system (I installed from the PKGBUILD using pacman without a problem) but I would be grateful if somebody more experienced would check it and made needed corrections. Anyway - here it goes:

#LXappearance
#tami (tamibzyk.at.gmail.com)
pkgname=lxappearance
pkgver=0.1
pkgrel=1
pkgdesc="LXAppearance is a new GTK+ theme switcher able to change GTK+ themes, icon themes, and fonts used by applications"
url="http://downloads.sourceforge.net/lxde/"
arch=('i686')
license=('GPL')

source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
md5sums=('f2214617af03a8b8fa577dcb068426b6')

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

}

tami

EDIT: Cleaned-up PKGBUILD according to Snowman's advices below - unfortunately DESTDIR line did not work, so, I kept my old line which is working).

Last edited by tami (2008-03-30 06:00:07)


"Possession means worries and luggage bags one has to drag along." Little My wink

Offline

#4 2008-03-30 00:16:38

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

Re: [REQUEST] lxappearance

tami wrote:

...hmmm - I just made my first PKGBUILD - and by a chance it's lxappearance.
It works on my system (I installed from the PKGBUILD using pacman without a problem) but I would be grateful if somebody more experienced would check it and made needed corrections. Anyway - here it goes:

tami

For license, use:
license=('GPL')

For make install line, try to use:
  make DESTDIR=$startdir/pkg install
If that doesn't work, change it back to what you currently have.

You can also remove the unused fields to get a cleaner PKGBUILD. Also, the description could be more descriptive.

Offline

#5 2008-03-30 05:09:43

tami
Member
From: Norway, Oslo
Registered: 2007-11-10
Posts: 58
Website

Re: [REQUEST] lxappearance

@Snowman: Thank you very much. I will make the necessary changes ASAP. Then I will edit the PKGBUILD above, so perhaps it will be more usable for others. Thank you once again for your time.
tami


"Possession means worries and luggage bags one has to drag along." Little My wink

Offline

#6 2008-03-30 07:14:11

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

Re: [REQUEST] lxappearance

The best would be to submit the PKGBUILD to AUR.

Offline

#7 2008-03-30 07:18:41

tami
Member
From: Norway, Oslo
Registered: 2007-11-10
Posts: 58
Website

Re: [REQUEST] lxappearance

Snowman wrote:

The best would be to submit the PKGBUILD to AUR.

Will be done ASAP. wink
tami

EDIT: Done! It's here:
http://aur.archlinux.org/packages.php?ID=16047

Last edited by tami (2008-03-30 07:55:19)


"Possession means worries and luggage bags one has to drag along." Little My wink

Offline

#8 2008-03-31 01:13:36

jason_f
Member
Registered: 2006-08-18
Posts: 78

Re: [REQUEST] lxappearance

Thanks for the package!! Working great cool

Offline

#9 2008-03-31 06:33:39

tami
Member
From: Norway, Oslo
Registered: 2007-11-10
Posts: 58
Website

Re: [REQUEST] lxappearance

jason_f wrote:

Thanks for the package!! Working great cool

I'm very happy you like it - my pleasure to be of a little help smile

tami


"Possession means worries and luggage bags one has to drag along." Little My wink

Offline

#10 2008-03-31 13:09:17

purete
Member
Registered: 2007-03-02
Posts: 19

Re: [REQUEST] lxappearance

Thank you:)

Offline

#11 2008-03-31 13:17:46

tami
Member
From: Norway, Oslo
Registered: 2007-11-10
Posts: 58
Website

Re: [REQUEST] lxappearance

@purete: You're welcome! smile


"Possession means worries and luggage bags one has to drag along." Little My wink

Offline

#12 2008-06-17 15:16:48

chm0d
Member
Registered: 2008-04-05
Posts: 19

Re: [REQUEST] lxappearance

what dir is lxappearnce looking at themes and icons?  Everything works great except I have double themes in the available list.  In /usr/share/themes everything looks fine.


Chm0d

Offline

#13 2008-06-17 23:12:24

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: [REQUEST] lxappearance

Upstream bug.

Offline

Board footer

Powered by FluxBB