diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-12-05 00:58:32 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-12-05 00:58:32 +0000 |
commit | ff98d29c7724574995feb3cae9eb7211fdc95c4d (patch) | |
tree | 56643ac97f4fb9a3b559b50ebf7187cb7c2d63f7 /x11-misc/hsetroot | |
parent | Version bump for bug 73360. Updated HOMEPAGE and SRC_URI for both ebuilds. Up... (diff) | |
download | gentoo-2-ff98d29c7724574995feb3cae9eb7211fdc95c4d.tar.gz gentoo-2-ff98d29c7724574995feb3cae9eb7211fdc95c4d.tar.bz2 gentoo-2-ff98d29c7724574995feb3cae9eb7211fdc95c4d.zip |
Initial import.
Diffstat (limited to 'x11-misc/hsetroot')
-rw-r--r-- | x11-misc/hsetroot/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/hsetroot/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/hsetroot/files/digest-hsetroot-1.0.2 | 1 | ||||
-rw-r--r-- | x11-misc/hsetroot/hsetroot-1.0.2.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/hsetroot/metadata.xml | 10 |
5 files changed, 48 insertions, 0 deletions
diff --git a/x11-misc/hsetroot/ChangeLog b/x11-misc/hsetroot/ChangeLog new file mode 100644 index 000000000000..6a970f22354c --- /dev/null +++ b/x11-misc/hsetroot/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/hsetroot +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.1 2004/12/05 00:58:32 pyrania Exp $ + +*hsetroot-1.0.2 (05 Dec 2004) + + 05 Dec 2004; <pyrania@gentoo.org> +metadata.xml, +hsetroot-1.0.2.ebuild: + Initial import. + diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest new file mode 100644 index 000000000000..5b51fd3ddbf1 --- /dev/null +++ b/x11-misc/hsetroot/Manifest @@ -0,0 +1,4 @@ +MD5 4bb51c5acebc48e439f9d3d957eaf379 ChangeLog 243 +MD5 43e8748a21daa95db0b5e363158905cc metadata.xml 1083 +MD5 b9a8dc0ec23b0b839113cbe59718f052 hsetroot-1.0.2.ebuild 442 +MD5 81d3ac08e2e1dac5362971e4649949fa files/digest-hsetroot-1.0.2 66 diff --git a/x11-misc/hsetroot/files/digest-hsetroot-1.0.2 b/x11-misc/hsetroot/files/digest-hsetroot-1.0.2 new file mode 100644 index 000000000000..fbacb1abd6d6 --- /dev/null +++ b/x11-misc/hsetroot/files/digest-hsetroot-1.0.2 @@ -0,0 +1 @@ +MD5 f599770a6411dcfe216c37b280fad9bc hsetroot-1.0.2.tar.gz 125535 diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild new file mode 100644 index 000000000000..7c7580f9f15a --- /dev/null +++ b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.1 2004/12/05 00:58:32 pyrania Exp $ + +SRC_URI="http://thegraveyard.org/files/${P}.tar.gz" +HOMEPAGE="http://thegraveyard.org/hsetroot.php" + +DEPEND="virtual/x11 + >=imlib2-1.0.6.2003* + >=imlib2_loaders-1.0.4.2003*" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_compile() { + econf || die + emake all || die +} + +src_install () { + dobin src/hsetroot + dodoc README +} diff --git a/x11-misc/hsetroot/metadata.xml b/x11-misc/hsetroot/metadata.xml new file mode 100644 index 000000000000..33711544a676 --- /dev/null +++ b/x11-misc/hsetroot/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>desktop-misc</herd> +<longdesciption> + hsetroot is a tool which allows you to compose wallpapers ("root pixmaps") for X. It has a lot of options like rendering gradients, solids, images but it also allows you to perform manipulations on those things, or chain them together. You could use one standard background image for isntance, and using tint to make it fit your current theme. And yes, of course it is compatible with semi-translucent applications like aterm and xchat :) + + At this time, hsetroot can render: gradients (multi-color with variable distance), solids (rectangles) and images (centered, tiled, fullscreen, or maximum aspect). It supports the following manipulations: tinting (overlaying a color mask), blurring, sharpening, flipping (horizontally, diagonally, vertically) it also allows you to adjust brightness, contrast and gamma-level. hsetroot also supports alpha-channels when rendering things. +</longdesciption> +</pkgmetadata> |