diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 02:13:46 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 02:13:46 +0000 |
commit | bc397e9fcb52f09ca22599aeaeed02a28661425e (patch) | |
tree | 4fd6d92d27649dde41f0ff4d0eebf20a0146626a /xfce-extra/terminal | |
parent | Version bump. (diff) | |
download | gentoo-2-bc397e9fcb52f09ca22599aeaeed02a28661425e.tar.gz gentoo-2-bc397e9fcb52f09ca22599aeaeed02a28661425e.tar.bz2 gentoo-2-bc397e9fcb52f09ca22599aeaeed02a28661425e.zip |
Version bump.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'xfce-extra/terminal')
-rw-r--r-- | xfce-extra/terminal/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/terminal/files/digest-terminal-0.2.6 | 3 | ||||
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.6.ebuild | 48 |
3 files changed, 58 insertions, 2 deletions
diff --git a/xfce-extra/terminal/ChangeLog b/xfce-extra/terminal/ChangeLog index 058ac39cc119..f62e0a0da942 100644 --- a/xfce-extra/terminal/ChangeLog +++ b/xfce-extra/terminal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/terminal -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.20 2006/12/20 16:26:46 welp Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.21 2007/01/22 02:13:46 nichoj Exp $ + +*terminal-0.2.6 (22 Jan 2007) + + 22 Jan 2007; Joshua Nichols <nichoj@gentoo.org> +terminal-0.2.6.ebuild: + Version bump. 20 Dec 2006; Peter Weller <welp@gentoo.org> terminal-0.2.5.8_rc2.ebuild: Change xslt to doc wrt bug #158654 diff --git a/xfce-extra/terminal/files/digest-terminal-0.2.6 b/xfce-extra/terminal/files/digest-terminal-0.2.6 new file mode 100644 index 000000000000..a50ca59fb2d7 --- /dev/null +++ b/xfce-extra/terminal/files/digest-terminal-0.2.6 @@ -0,0 +1,3 @@ +MD5 ed091c02e002e2402e3203a2ab2f7c9a Terminal-0.2.6.tar.bz2 1582076 +RMD160 0e1bcb66b83a92044eae891c35cc3750918ca83e Terminal-0.2.6.tar.bz2 1582076 +SHA256 a1dcb1a86e79780acb1f3548466eba1fb03a9d9e9bd31e6ff3496b07504e53d8 Terminal-0.2.6.tar.bz2 1582076 diff --git a/xfce-extra/terminal/terminal-0.2.6.ebuild b/xfce-extra/terminal/terminal-0.2.6.ebuild new file mode 100644 index 000000000000..267f071a167d --- /dev/null +++ b/xfce-extra/terminal/terminal-0.2.6.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.6.ebuild,v 1.1 2007/01/22 02:13:46 nichoj Exp $ + +inherit gnome2 xfce44 + +xfce44 + +MY_P="${P/t/T}" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="Terminal for Xfce4" +SRC_URI="http://www.xfce.org/archive/xfce-${XFCE_MASTER_VERSION}/src/${MY_P}${COMPRESS}" +HOMEPAGE="http://www.xfce.org" +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +IUSE="dbus startup-notification doc" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/gtk+-2.6 + media-libs/fontconfig + media-libs/freetype + media-libs/libpng + dbus? ( || ( >=dev-libs/dbus-glib-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) + ) + || ( ( x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXft + x11-libs/libXrender ) + virtual/x11 ) + startup-notification? ( >=x11-libs/startup-notification-0.5 ) + >=x11-libs/vte-0.11.11 + doc? ( dev-libs/libxslt ) + >=xfce-extra/exo-0.3.2" + +XFCE_CONFIG="$(use_enable startup-notification) $(use_enable dbus) \ + $(use_enable doc xsltproc)" + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |