diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-06 17:22:51 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-06 17:22:51 +0000 |
commit | e7b94113903c049b39a8f86081556645edb2dfa6 (patch) | |
tree | 07b7bda2eb9e174f72cb0b920fd0c510b56ae80b /app-cdr/cdrdao | |
parent | fixums (diff) | |
download | historical-e7b94113903c049b39a8f86081556645edb2dfa6.tar.gz historical-e7b94113903c049b39a8f86081556645edb2dfa6.tar.bz2 historical-e7b94113903c049b39a8f86081556645edb2dfa6.zip |
gnome to /usr changes, NOTE: i might have missed a few DEPENDs, and when hallski come back, he can still move stuff around
Diffstat (limited to 'app-cdr/cdrdao')
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild (renamed from app-cdr/cdrdao/cdrdao-1.1.5.ebuild) | 22 | ||||
-rw-r--r-- | app-cdr/cdrdao/files/digest-cdrdao-1.1.5-r1 (renamed from app-cdr/cdrdao/files/digest-cdrdao-1.1.5) | 0 |
2 files changed, 11 insertions, 11 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.1.5.ebuild b/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild index c98cc2ea8766..171548246360 100644 --- a/app-cdr/cdrdao/cdrdao-1.1.5.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Peter Kadau <peter.kadau@web.de> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.5.ebuild,v 1.1 2001/08/23 13:38:21 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild,v 1.1 2001/10/06 17:22:51 azarah Exp $ A=${P}.src.tar.gz S=${WORKDIR}/cdrdao-1.1.5 @@ -13,9 +13,9 @@ DEPEND=">=dev-util/pccts-1.33.24-r1" if [ "`use gnome`" ] then - RDEPEND=">=gnome-base/gnome-libs-1.2.3 - >=x11-libs/gtkmm-1.2.5 - >=gnome-libs/gnomemm-1.1.17" + RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 + >=x11-libs/gtkmm-1.2.5-r1 + >=gnome-extra/gnomemm-1.1.17" else RDEPEND="" fi @@ -64,10 +64,10 @@ src_install() { then # binary - into /opt/gnome + into /usr dobin xdao/gcdmaster - # pixmaps for gcdmaster in /opt/gnome/share/pixmaps/gcdmaster - insinto /opt/gnome/share/pixmaps/gcdmaster + # pixmaps for gcdmaster in /usr/share/pixmaps/gcdmaster + insinto /usr/share/pixmaps/gcdmaster doins xdao/pixmap_copycd.png doins xdao/pixmap_audiocd.png doins xdao/pixmap_datacd.png @@ -78,11 +78,11 @@ src_install() { doins xdao/pixmap_dumpcd.png doins xdao/gcdmaster.png # application links - # gcdmaster.desktop in /opt/gnome/share/gnome/apps/Applications - insinto /opt/gnome/share/gnome/apps/Applications + # gcdmaster.desktop in /usr/share/gnome/apps/Applications + insinto /usr/share/gnome/apps/Applications doins xdao/gcdmaster.desktop - # xcdrdao.1 renamed to gcdmaster.1 in /opt/gnome/share/man/man1/ - into /opt/gnome + # xcdrdao.1 renamed to gcdmaster.1 in /usr/share/man/man1/ + into /usr newman xdao/xcdrdao.man gcdmaster.1 fi } diff --git a/app-cdr/cdrdao/files/digest-cdrdao-1.1.5 b/app-cdr/cdrdao/files/digest-cdrdao-1.1.5-r1 index cd12f4f1fea3..cd12f4f1fea3 100644 --- a/app-cdr/cdrdao/files/digest-cdrdao-1.1.5 +++ b/app-cdr/cdrdao/files/digest-cdrdao-1.1.5-r1 |