You are not logged in.

#1 2004-05-19 00:19:05

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

hsetroot

Standalone tool for changing background wallpapers in X from command line. Good for writing scripts. It can also modify lots of parameters of the  background image - see it's homepage for more information.

pkgname=hsetroot
pkgver=1.0.2
pkgrel=1
pkgdesc="Simple but powerfull tool for changing wallpapers in X"
url="http://thegraveyard.org/hsetroot.php"
depends=('imlib2')
source=(http://thegraveyard.org/files/$pkgname-$pkgver.tar.gz)
md5sums=('f599770a6411dcfe216c37b280fad9bc')

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

Offline

Board footer

Powered by FluxBB