summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-01-31 01:04:31 +0000
committerJim Ramsay <lack@gentoo.org>2007-01-31 01:04:31 +0000
commit1561d7e69e17c5babb41a101cb0fb952318a8771 (patch)
tree5c63d04926ed296215410a1f8af0b88bec42071a /rox-extra
parentStable for HPPA (bug #153726). (diff)
downloadgentoo-2-1561d7e69e17c5babb41a101cb0fb952318a8771.tar.gz
gentoo-2-1561d7e69e17c5babb41a101cb0fb952318a8771.tar.bz2
gentoo-2-1561d7e69e17c5babb41a101cb0fb952318a8771.zip
Added APPCATEGORY so a .desktop file will be installed
(Portage version: 2.1.2-r4)
Diffstat (limited to 'rox-extra')
-rw-r--r--rox-extra/resolution/ChangeLog9
-rw-r--r--rox-extra/resolution/files/digest-resolution-0.2-r13
-rw-r--r--rox-extra/resolution/resolution-0.2-r1.ebuild26
3 files changed, 36 insertions, 2 deletions
diff --git a/rox-extra/resolution/ChangeLog b/rox-extra/resolution/ChangeLog
index 27deba8710aa..6cf3a862481f 100644
--- a/rox-extra/resolution/ChangeLog
+++ b/rox-extra/resolution/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for rox-extra/resolution
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/ChangeLog,v 1.6 2006/11/20 18:27:42 opfer Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/ChangeLog,v 1.7 2007/01/31 01:04:31 lack Exp $
+
+*resolution-0.2-r1 (31 Jan 2007)
+
+ 31 Jan 2007; Jim Ramsay <lack@gentoo.org> +resolution-0.2-r1.ebuild:
+ Added APPCATEGORY so a .desktop file will be installed
20 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
resolution-0.2.ebuild:
diff --git a/rox-extra/resolution/files/digest-resolution-0.2-r1 b/rox-extra/resolution/files/digest-resolution-0.2-r1
new file mode 100644
index 000000000000..99d4cbf0240f
--- /dev/null
+++ b/rox-extra/resolution/files/digest-resolution-0.2-r1
@@ -0,0 +1,3 @@
+MD5 c74b0566cc52f19fcc3df7e97008a97c resolution-0.2.tgz 14362
+RMD160 96a5273768197378dcefc54cb141d049fd1f669d resolution-0.2.tgz 14362
+SHA256 7212e823ea4a89ba2b457f62f453141e729f94d2c8e785db3f13b1df7cc823c4 resolution-0.2.tgz 14362
diff --git a/rox-extra/resolution/resolution-0.2-r1.ebuild b/rox-extra/resolution/resolution-0.2-r1.ebuild
new file mode 100644
index 000000000000..57d0407eec78
--- /dev/null
+++ b/rox-extra/resolution/resolution-0.2-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/resolution-0.2-r1.ebuild,v 1.1 2007/01/31 01:04:31 lack Exp $
+
+ROX_LIB_VER=1.9.3
+inherit rox
+
+DESCRIPTION="This rox program allows you to change the screen resolution at any time. It is non-permanent"
+HOMEPAGE="http://rox.sourceforge.net/"
+SRC_URI="http://rox.sourceforge.net/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| ( (
+ x11-apps/xrandr
+ )
+ virtual/x11
+ )
+ "
+
+APPNAME=Resolution
+APPCATEGORY="Settings;HardwareSettings"