app-cdr/lightscribe-simplelabeler: downgrade

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@558 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2008-11-14 17:47:22 +00:00
parent cc812421f7
commit a3f7326ea3
4 changed files with 17 additions and 91 deletions

View File

@@ -5,7 +5,7 @@
inherit eutils rpm multilib
DESCRIPTION="LightScribe Simple Labeler by HP (binary only GUI)"
HOMEPAGE="http://www.lightscribe.com/"
HOMEPAGE="http://www.lightscribe.com/downloadSection/linux/index.aspx"
SRC_URI="http://download.lightscribe.com/ls/lightscribeApplications-${PV}-linux-2.6-intel.rpm"
LICENSE="lightscribe"
@@ -18,7 +18,7 @@ DEPEND=""
RDEPEND="virtual/libc
sys-libs/libstdc++-v3
>=app-cdr/liblightscribe-1.4.113.1
x86? ( >=media-libs/fontconfig-2.3.2
x86? ( >=media-libs/fontconfig-2.3.2
>=media-libs/freetype-2.1.10
>=media-libs/libpng-1.2.8
>=x11-libs/qt-4.2.2
@@ -32,7 +32,7 @@ RDEPEND="virtual/libc
sys-devel/gcc
sys-libs/zlib"
RESTRICT="mirror strip"
RESTRICT="mirror strip fetch"
pkg_setup() {
if use x86; then
@@ -75,3 +75,10 @@ src_install() {
newicon "${WORKDIR}"/opt/lightscribeApplications/SimpleLabeler/content/images/LabelWizardIcon.png ${PN}.png
make_desktop_entry SimpleLabeler "LightScribe Simple Labeler" ${PN}.png "Application;AudioVideo;DiscBurning;Recorder;"
}
pkg_nofetch() {
einfo "Please download the appropriate Lightscribe Simple Labeler archive"
einfo "( lightscribeApplications-${PV}-linux-2.6-intel.rpm )"
einfo "from ${HOMEPAGE} (requires to accept license)"
einfo
einfo "Then put the file in ${DISTDIR}"
}