You are not logged in.

#1 2004-10-03 19:47:36

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

[X11] GTK-mist-engine

As far as i can see the gtk2 mist theme is included in Arch but the mist engine is not.  Here is the package build for the mist engine and themes - it will CONFLICT with the current installation of the mist themes, unless you use the option in the PKGBUILD.

Generally speaking the installation and management of gtk and gtk2 engines is completely random at the mo - why can't all the engines that have been added to TURs etc be added to extra and POSSIBLY given their own group - it is v confusing and very untidy!

# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=GTK-mist-engine
pkgver=0.8
pkgrel=1
pkgdesc="The mist theme and engine for gtk1 and gtk2"
depends=('gtk')
source=(http://www.ibiblio.org/pub/mirrors/gnome/teams/art.gnome.org/themes/gtk2/$pkgname-$pkgver.tar.gz)
build() {
  cd $startdir/src/gtk-mist-engine-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
# Option to prevent conflicts WILL NOT INSTALL GTK2 THEME just engine
# rm -r $startdir/pkg/usr/share/themes/Mist/gtk-2
}

Offline

Board footer

Powered by FluxBB