summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-19 08:13:38 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-19 08:13:38 +0000
commit39c37c09c3cd8b5504d01853abd5c9e3811f5c91 (patch)
tree2c5d68cbd0d54db0c2224e3391c0230b77b21ff7 /x11-plugins/wmrecord
parentInitial import of x11-plugins/wmgrabimage, version 0.72. Closes #54945 (Manif... (diff)
downloadgentoo-2-39c37c09c3cd8b5504d01853abd5c9e3811f5c91.tar.gz
gentoo-2-39c37c09c3cd8b5504d01853abd5c9e3811f5c91.tar.bz2
gentoo-2-39c37c09c3cd8b5504d01853abd5c9e3811f5c91.zip
Initial import of x11-plugins/wmrecord, version 1.0.5.3. Closes #54946
Diffstat (limited to 'x11-plugins/wmrecord')
-rw-r--r--x11-plugins/wmrecord/ChangeLog8
-rw-r--r--x11-plugins/wmrecord/Manifest5
-rw-r--r--x11-plugins/wmrecord/files/digest-wmrecord-1.0.5.31
-rw-r--r--x11-plugins/wmrecord/files/wmrecord.desktop9
-rw-r--r--x11-plugins/wmrecord/metadata.xml5
-rw-r--r--x11-plugins/wmrecord/wmrecord-1.0.5.3.ebuild35
6 files changed, 63 insertions, 0 deletions
diff --git a/x11-plugins/wmrecord/ChangeLog b/x11-plugins/wmrecord/ChangeLog
new file mode 100644
index 000000000000..b2f698f06b61
--- /dev/null
+++ b/x11-plugins/wmrecord/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-plugins/wmrecord
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.1 2004/07/19 08:13:38 s4t4n Exp $
+
+*wmrecord-1.0.5.3 (19 Jul 2004)
+
+ 19 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmrecord-1.0.5.3.ebuild:
+ Initial import. Thanks to Przemyslaw Maciag. Closes #54946.
diff --git a/x11-plugins/wmrecord/Manifest b/x11-plugins/wmrecord/Manifest
new file mode 100644
index 000000000000..6e15f3bde52a
--- /dev/null
+++ b/x11-plugins/wmrecord/Manifest
@@ -0,0 +1,5 @@
+MD5 877aea0f62a0c67ef83859c5700f1732 wmrecord-1.0.5.3.ebuild 697
+MD5 87722bba1e1f9b4cdebd3b2f16052451 ChangeLog 456
+MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
+MD5 6a432086c96f663c66d6c88c74c2acc0 files/wmrecord.desktop 207
+MD5 1c822fc717f6fa493a76d5b9a0b7eea2 files/digest-wmrecord-1.0.5.3 76
diff --git a/x11-plugins/wmrecord/files/digest-wmrecord-1.0.5.3 b/x11-plugins/wmrecord/files/digest-wmrecord-1.0.5.3
new file mode 100644
index 000000000000..601b585b6a0a
--- /dev/null
+++ b/x11-plugins/wmrecord/files/digest-wmrecord-1.0.5.3
@@ -0,0 +1 @@
+MD5 60a87268cd4de9486df934fb42ac3b71 wmrecord-1.0.5_20040218_0029.tgz 38594
diff --git a/x11-plugins/wmrecord/files/wmrecord.desktop b/x11-plugins/wmrecord/files/wmrecord.desktop
new file mode 100644
index 000000000000..acdb3fcc860f
--- /dev/null
+++ b/x11-plugins/wmrecord/files/wmrecord.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=WmRecord
+Comment=Audio recorder for WindowMaker
+Comment[pl]=Rekorder dźwięku dla WindowMakera
+Exec=wmrecord
+Type=Application
+Encoding=UTF-8
+Terminal=0
+Categories=Application;Recorder;
diff --git a/x11-plugins/wmrecord/metadata.xml b/x11-plugins/wmrecord/metadata.xml
new file mode 100644
index 000000000000..b1a9efc4f2f0
--- /dev/null
+++ b/x11-plugins/wmrecord/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-dock</herd>
+</pkgmetadata>
diff --git a/x11-plugins/wmrecord/wmrecord-1.0.5.3.ebuild b/x11-plugins/wmrecord/wmrecord-1.0.5.3.ebuild
new file mode 100644
index 000000000000..ade1b2680b6e
--- /dev/null
+++ b/x11-plugins/wmrecord/wmrecord-1.0.5.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3.ebuild,v 1.1 2004/07/19 08:13:38 s4t4n Exp $
+
+IUSE=""
+
+DESCRIPTION="A Dockable General Purpose Recording Utility"
+SRC_URI="http://ret009t0.eresmas.net/other_software/wmrecord/${PN}-1.0.5_20040218_0029.tgz"
+HOMEPAGE="http://ret009t0.eresmas.net/other_software/wmrecord/"
+
+DEPEND="virtual/x11"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+S=${WORKDIR}/${PN}-1.0.5
+
+src_compile()
+{
+ emake CFLAGS="${CFLAGS} -Wall" || die "make failed"
+}
+
+src_install()
+{
+ dodir /usr/bin
+ dodir /usr/share/man
+ einstall BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man" || die "make install failed"
+ prepallman
+
+ dodoc Changelog README TODO
+
+ insinto /usr/share/applications
+ doins ${FILESDIR}/${PN}.desktop
+}