You are not logged in.

#1 2005-03-01 16:09:03

thegnu
Member
From: Brooklyn, NY
Registered: 2004-05-04
Posts: 280
Website

[new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

No icons, but I use lush icons anyway. Gotta go.  Enjoy  smile

# $Id: PKGBUILD,v 1.3 2004/07/23 23:46:02 damir Exp $
# Contributor: Nathan Curry <thegnu@gmail.com>

pkgname=gtk-clearlooks-engine
pkgver=0.3
pkgrel=3
pkgdesc="The clearlooks-engine for gtk"
depends=('gtk2' 'gtk' 'gdk-pixbuf')
url=(http://www.gnomefiles.org/app.php?soft_id=810)
source=(http://easynews.dl.sourceforge.net/sourceforge/clearlooks/clearlooks-0.3.tar.bz2)

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

fffft!

Offline

#2 2005-03-01 17:20:27

Searinox
Member
Registered: 2004-09-14
Posts: 44

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

This is already in my repos wink

Offline

#3 2005-03-01 20:13:22

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

Thanks for the package.

With the instruction make prefix=$startdir/pkg/usr install the system refuse to build the package with a non-root user, but if you change it to:

make DESTDIR=$startdir/pkg install

, then it compiles fine.  Again this only happens when using a normal user account to build the package.

Offline

#4 2005-03-01 23:36:54

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

Since all developers use a normal account to build with...
The make prefix thingy is wrong, it f*cks up programs and should only be used as last hope if DESTDIR isn't working. Also, when building as root, many packages using make prefix touch your system.

Offline

#5 2005-03-04 06:14:49

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

if this is already in someones repo...

Offline

#6 2005-03-04 10:40:36

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

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

Searinox wrote:

This is already in my repos wink

No, it's not.
You have gtk-engines-clearice, this is gtk-engines-clearlooks.

# $Id: PKGBUILD,v 1.3 2004/07/23 23:46:02 damir Exp $
# Contributor: Nathan Curry <thegnu@gmail.com>

pkgname=gtk-clearlooks-engine
pkgver=0.4
pkgrel=1
pkgdesc="The clearlooks-engine for gtk"
depends=('gtk2' 'gtk' 'gdk-pixbuf')
url=(http://www.gnomefiles.org/app.php?soft_id=810)
source=(http://belnet.dl.sourceforge.net/sourceforge/clearlooks/clearlooks-0.4.tar.bz2)

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

The new version introduces animated progressbars and new looks on tabs.


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

Offline

#7 2005-03-04 11:19:34

corky
Member
From: Norway
Registered: 2004-12-17
Posts: 76

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

oscar wrote:
Searinox wrote:

This is already in my repos wink

No, it's not.
You have gtk-engines-clearice, this is gtk-engines-clearlooks.

# $Id: PKGBUILD,v 1.3 2004/07/23 23:46:02 damir Exp $
# Contributor: Nathan Curry <thegnu@gmail.com>

pkgname=gtk-clearlooks-engine
pkgver=0.4
pkgrel=1
pkgdesc="The clearlooks-engine for gtk"
depends=('gtk2' 'gtk' 'gdk-pixbuf')
url=(http://www.gnomefiles.org/app.php?soft_id=810)
source=(http://belnet.dl.sourceforge.net/sourceforge/clearlooks/clearlooks-0.4.tar.bz2)

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

The new version introduces animated progressbars and new looks on tabs.

Don't you need to use the configure option --enable-animation to get the animated progressbars?


mov ah, 0
int 16h

Offline

#8 2005-03-04 11:50:55

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

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

corky wrote:

Don't you need to use the configure option --enable-animation to get the animated progressbars?

I didn't use it, and my progressbars are animated smile


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

Offline

#9 2005-03-04 12:31:21

corky
Member
From: Norway
Registered: 2004-12-17
Posts: 76

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

oscar wrote:
corky wrote:

Don't you need to use the configure option --enable-animation to get the animated progressbars?

I didn't use it, and my progressbars are animated smile

Fair enough, It was just taken from the authors notes, mine didnt work until I used it although I didnt use the other options you did, ah well different ways same result  big_smile


mov ah, 0
int 16h

Offline

#10 2005-03-04 13:22:12

nggalai
Member
From: Switzerland
Registered: 2004-08-01
Posts: 215
Website

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

Correct me if I'm wrong, but isn't ClearLooks in the extra repo?

http://www.archlinux.org/packages.php?id=6225

Or is that the theme only?

93,
-Sascha.rb

Offline

#11 2005-03-04 14:43:22

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

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

*doh*


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

Offline

#12 2005-03-04 20:05:29

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

nggalai wrote:

Correct me if I'm wrong, but isn't ClearLooks in the extra repo?

http://www.archlinux.org/packages.php?id=6225

Or is that the theme only?

93,
-Sascha.rb

Yup, I like the theme, it was on my todo list and when I was finished packaging it, I couldn't keep myself from running "cvs add clearlooks-gtk2 && cvs add clearlooks-gtk2/PKGBUILD && cd clearlooks-gtk2 && extrapkg" tongue

Offline

#13 2005-03-04 23:23:14

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

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

JGC wrote:

Yup, I like the theme, it was on my todo list and when I was finished packaging it, I couldn't keep myself from running "cvs add clearlooks-gtk2 && cvs add clearlooks-gtk2/PKGBUILD && cd clearlooks-gtk2 && extrapkg" tongue

You evil wench! sad


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

Offline

#14 2005-03-18 04:24:59

thegnu
Member
From: Brooklyn, NY
Registered: 2004-05-04
Posts: 280
Website

Re: [new] gtk-clearlooks-engine (proposed as gnome 2.12 default)

nggalai wrote:

Correct me if I'm wrong, but isn't ClearLooks in the extra repo?

You're right.  I beat the bastards to it by a few days, though.  big_smile


fffft!

Offline

Board footer

Powered by FluxBB