summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/obconf/obconf-2.0.3_p20110314.ebuild')
-rw-r--r--x11-misc/obconf/obconf-2.0.3_p20110314.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild b/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild
deleted file mode 100644
index c4f895ff0c74..000000000000
--- a/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild,v 1.10 2012/05/16 18:34:12 hwoarang Exp $
-
-EAPI=2
-inherit autotools fdo-mime
-
-DESCRIPTION="ObConf is a tool for configuring the Openbox window manager."
-HOMEPAGE="http://openbox.org/wiki/ObConf:About"
-SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="lxde nls"
-
-RDEPEND="gnome-base/libglade:2.0
- x11-libs/gtk+:2
- x11-libs/startup-notification
- >=x11-wm/openbox-3.5.0_pre20110313"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}
-
-src_prepare() {
- # need --config-file switch when used on LXDE environment
- if use lxde; then
- sed -i -e "/^Exec/s:obconf.*$:obconf-lxde:" ${PN}.desktop || die
- fi
- eautopoint
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- # add wrapper for lxde environment. Bug #369555
- if use lxde; then
- dobin "${FILESDIR}"/${PN}-lxde || die
- fi
- dodoc AUTHORS CHANGELOG README || die "dodoc failed"
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}