diff options
Diffstat (limited to 'xfce-overlay/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild')
-rw-r--r-- | xfce-overlay/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xfce-overlay/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild b/xfce-overlay/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild new file mode 100644 index 0000000..8848d40 --- /dev/null +++ b/xfce-overlay/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit xfce44 + +xfce44_beta +xfce44_gzipped +xfce44_goodies_panel_plugin + +DESCRIPTION="A panel item for showing information about cpufreq settings" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" +SRC_URI="http://goodies.xfce.org/_media/projects/panel-plugins/xfce4-cpu-freq-plugin-0.0.1.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=" >=xfce-base/libxfce4util-4.3.90 + >=xfce-base/libxfcegui4-4.3.90" + +DEPEND="${RDEPEND}" + |