diff options
author | 2004-07-17 22:07:32 +0000 | |
---|---|---|
committer | 2004-07-17 22:07:32 +0000 | |
commit | b1df5f15516db8973e45faaf044b628cc73d0a33 (patch) | |
tree | 32f146a7cc709343796f86aa6e7ee7beb033dcf9 /x11-plugins/wmcdplay/files | |
parent | stable on ppc64, bug #55805 (Manifest recommit) (diff) | |
download | gentoo-2-b1df5f15516db8973e45faaf044b628cc73d0a33.tar.gz gentoo-2-b1df5f15516db8973e45faaf044b628cc73d0a33.tar.bz2 gentoo-2-b1df5f15516db8973e45faaf044b628cc73d0a33.zip |
Initial import of x11-plugins/wmcdplay, version 1.0_beta1. Closes #54550
Diffstat (limited to 'x11-plugins/wmcdplay/files')
5 files changed, 39 insertions, 0 deletions
diff --git a/x11-plugins/wmcdplay/files/digest-wmcdplay-1.0_beta1 b/x11-plugins/wmcdplay/files/digest-wmcdplay-1.0_beta1 new file mode 100644 index 000000000000..e371ca973076 --- /dev/null +++ b/x11-plugins/wmcdplay/files/digest-wmcdplay-1.0_beta1 @@ -0,0 +1 @@ +MD5 3b84b902186ba65770c268841ca12ae2 wmcdplay-1.0-beta1.tgz 31919 diff --git a/x11-plugins/wmcdplay/files/wmcdplay-ComplexProgramTargetNoMan.patch b/x11-plugins/wmcdplay/files/wmcdplay-ComplexProgramTargetNoMan.patch new file mode 100644 index 000000000000..78aaf3022d19 --- /dev/null +++ b/x11-plugins/wmcdplay/files/wmcdplay-ComplexProgramTargetNoMan.patch @@ -0,0 +1,8 @@ +--- ./Imakefile.org Wed Nov 28 01:18:02 2001 ++++ ./Imakefile Wed Nov 28 01:19:28 2001 +@@ -7,4 +7,4 @@ + SRCS = wmcdplay.cc + OBJS = wmcdplay.o + +-ComplexProgramTarget(wmcdplay) ++ComplexProgramTargetNoMan(wmcdplay) diff --git a/x11-plugins/wmcdplay/files/wmcdplay-c++.patch b/x11-plugins/wmcdplay/files/wmcdplay-c++.patch new file mode 100644 index 000000000000..a0461c380b4e --- /dev/null +++ b/x11-plugins/wmcdplay/files/wmcdplay-c++.patch @@ -0,0 +1,11 @@ +diff -uNr wmcdplay.old/Imakefile wmcdplay/Imakefile +--- wmcdplay.old/Imakefile Sat Sep 5 10:11:26 1998 ++++ wmcdplay/Imakefile Mon Nov 16 18:27:37 1998 +@@ -1,5 +1,7 @@ + DEPLIBS = $(DEPXLIB) + ++CC = c++ ++ + LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) + + SRCS = wmcdplay.cc diff --git a/x11-plugins/wmcdplay/files/wmcdplay-xpmdir.patch b/x11-plugins/wmcdplay/files/wmcdplay-xpmdir.patch new file mode 100644 index 000000000000..084a4597d19a --- /dev/null +++ b/x11-plugins/wmcdplay/files/wmcdplay-xpmdir.patch @@ -0,0 +1,10 @@ +--- wmcdplay.cc ++++ wmcdplay.cc +@@ -20,6 +20,6 @@ + #define CLASS "WMCDPlay" + + // User defines - custom +-#define SYSARTDIR "/usr/X11R6/lib/X11/wmcdplay/" ++#define SYSARTDIR "/usr/share/WMcdplay/" + #define CDDEV "/dev/cdrom" + #define BACKCOLOR "#282828" diff --git a/x11-plugins/wmcdplay/files/wmcdplay.desktop b/x11-plugins/wmcdplay/files/wmcdplay.desktop new file mode 100644 index 000000000000..4fb10982675e --- /dev/null +++ b/x11-plugins/wmcdplay/files/wmcdplay.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=WmCDPlay +Comment=Dockable CD player applet +Comment[pl]=Dokowalny aplet CD playera +Exec=wmcdplay +Type=Application +Encoding=UTF-8 +Terminal=0 +Categories=Application;Audio; |