diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-18 06:08:24 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-18 06:08:24 +0000 |
commit | a43fa1120baf86cce945744a430225be4d8a88fe (patch) | |
tree | d7604a5e26477bd0b534194c571946d4295f4896 /x11-misc | |
parent | Add bug number for libGL.la fix. (diff) | |
download | gentoo-2-a43fa1120baf86cce945744a430225be4d8a88fe.tar.gz gentoo-2-a43fa1120baf86cce945744a430225be4d8a88fe.tar.bz2 gentoo-2-a43fa1120baf86cce945744a430225be4d8a88fe.zip |
Bump. Adds some translations and a .desktop file.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/driconf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/driconf/driconf-0.9.1.ebuild | 47 | ||||
-rw-r--r-- | x11-misc/driconf/files/digest-driconf-0.9.1 | 3 |
3 files changed, 57 insertions, 1 deletions
diff --git a/x11-misc/driconf/ChangeLog b/x11-misc/driconf/ChangeLog index 27d706b24d62..313b52a18e0f 100644 --- a/x11-misc/driconf/ChangeLog +++ b/x11-misc/driconf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/driconf # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/ChangeLog,v 1.7 2006/07/01 21:46:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/ChangeLog,v 1.8 2006/09/18 06:08:24 dberkholz Exp $ + +*driconf-0.9.1 (18 Sep 2006) + + 18 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + +driconf-0.9.1.ebuild: + Bump. Adds some translations and a .desktop file. 01 Jul 2006; Donnie Berkholz <spyderous@gentoo.org>; driconf-0.2.7.ebuild: x86 stable. diff --git a/x11-misc/driconf/driconf-0.9.1.ebuild b/x11-misc/driconf/driconf-0.9.1.ebuild new file mode 100644 index 000000000000..2ef1a6707c3a --- /dev/null +++ b/x11-misc/driconf/driconf-0.9.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.9.1.ebuild,v 1.1 2006/09/18 06:08:24 dberkholz Exp $ + +inherit distutils + +DESCRIPTION="driconf is a GTK+2 GUI configurator for DRI." +HOMEPAGE="http://dri.freedesktop.org/wiki/DriConf" +SRC_URI="http://freedesktop.org/~fxkuehl/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND=">=x11-libs/gtk+-2.4 + >=dev-lang/python-2.3 + >=dev-python/pygtk-2.4 + dev-python/pyxml + || ( + x11-apps/xdriinfo + virtual/x11 + )" + +DOCS="CHANGELOG COPYING PKG-INFO README TODO" + +src_unpack() { + unpack ${A} + cd "${S}" + + # Fix install locations which breaks location policy - Josh_B + sed -i \ + -e 's-/usr/local-/usr-g' \ + driconf \ + driconf.desktop \ + driconf.py \ + setup.cfg \ + setup.py \ + || die "Sed failed!" +} + +src_install() { + distutils_src_install + + insinto /usr/share/applications + doins driconf.desktop +} diff --git a/x11-misc/driconf/files/digest-driconf-0.9.1 b/x11-misc/driconf/files/digest-driconf-0.9.1 new file mode 100644 index 000000000000..8e32c5fec6b7 --- /dev/null +++ b/x11-misc/driconf/files/digest-driconf-0.9.1 @@ -0,0 +1,3 @@ +MD5 76d610bcd56aa5e8a489debb5081178a driconf-0.9.1.tar.gz 112529 +RMD160 eb600372ec2d406662b44c04b28a97f7562dd32c driconf-0.9.1.tar.gz 112529 +SHA256 4849a43f6324498e943c03777bce571229b5446985b1cec596b365505e76f73f driconf-0.9.1.tar.gz 112529 |