diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-17 16:17:38 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-17 16:17:38 +0000 |
commit | 1c957798cb7a2d3f51251a84b9268be640aaa6c5 (patch) | |
tree | 57458ffba1f2b238c75cd90e3215b8454c7148c6 /x11-plugins/wmlpq | |
parent | stable on ppc64 bug #55518 (diff) | |
download | historical-1c957798cb7a2d3f51251a84b9268be640aaa6c5.tar.gz historical-1c957798cb7a2d3f51251a84b9268be640aaa6c5.tar.bz2 historical-1c957798cb7a2d3f51251a84b9268be640aaa6c5.zip |
Initial import of x11-plugins/wmlpq, version 0.2.1. Closes #54553
Diffstat (limited to 'x11-plugins/wmlpq')
-rw-r--r-- | x11-plugins/wmlpq/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmlpq/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/wmlpq/files/digest-wmlpq-0.2.1 | 1 | ||||
-rw-r--r-- | x11-plugins/wmlpq/files/wmlpq-makefile.patch | 26 | ||||
-rw-r--r-- | x11-plugins/wmlpq/files/wmlpq.desktop | 9 | ||||
-rw-r--r-- | x11-plugins/wmlpq/metadata.xml | 5 | ||||
-rw-r--r-- | x11-plugins/wmlpq/wmlpq-0.2.1.ebuild | 39 |
7 files changed, 94 insertions, 0 deletions
diff --git a/x11-plugins/wmlpq/ChangeLog b/x11-plugins/wmlpq/ChangeLog new file mode 100644 index 000000000000..52cd2432af27 --- /dev/null +++ b/x11-plugins/wmlpq/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/wmlpq +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/ChangeLog,v 1.1 2004/07/17 16:17:37 s4t4n Exp $ + +*wmlpq-0.2.1 (17 Jul 2004) + + 17 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmlpq-0.2.1.ebuild: + Initial import. Thanks to Przemyslaw Maciag. Closes #54553. diff --git a/x11-plugins/wmlpq/Manifest b/x11-plugins/wmlpq/Manifest new file mode 100644 index 000000000000..192d1efd1993 --- /dev/null +++ b/x11-plugins/wmlpq/Manifest @@ -0,0 +1,6 @@ +MD5 c3bfd51870bd536d41a33920dbb38906 ChangeLog 368 +MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 +MD5 35ee79d6ca0a1bbeecac960fd8a442b6 wmlpq-0.2.1.ebuild 853 +MD5 252e5c37fbfd0eac7b99916e103969c7 files/digest-wmlpq-0.2.1 62 +MD5 8ea4c603864c79bb5e2fe53fd8ea8ecc files/wmlpq.desktop 177 +MD5 e17f31b733e83d2e340ba8273889b0e8 files/wmlpq-makefile.patch 740 diff --git a/x11-plugins/wmlpq/files/digest-wmlpq-0.2.1 b/x11-plugins/wmlpq/files/digest-wmlpq-0.2.1 new file mode 100644 index 000000000000..f8f50b2442aa --- /dev/null +++ b/x11-plugins/wmlpq/files/digest-wmlpq-0.2.1 @@ -0,0 +1 @@ +MD5 9ac9b52ea1394ab39b1b3320ce726b75 wmlpq_0.2.1.tar.gz 15180 diff --git a/x11-plugins/wmlpq/files/wmlpq-makefile.patch b/x11-plugins/wmlpq/files/wmlpq-makefile.patch new file mode 100644 index 000000000000..953d18ff4798 --- /dev/null +++ b/x11-plugins/wmlpq/files/wmlpq-makefile.patch @@ -0,0 +1,26 @@ +--- Makefile.orig 2001-03-27 22:19:12.000000000 +0000 ++++ Makefile 2004-06-20 18:52:17.513090584 +0000 +@@ -2,8 +2,9 @@ + CPPFLAGS = -I/usr/X11R6/include -I/usr/local/include + LIBS = -lXpm -lX11 -ldockapp + LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib +-CFLAGS = -O2 -Wall ++CFLAGS = -Wall + DFLAGS = -ggdb3 -Wall ++DESTDIR = /usr/bin/ + + wmlpq: wmlpq.c wmlpq-master.xpm + cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c +@@ -18,10 +19,8 @@ + rm -f wmlpq + + install: wmlpq +- cp -f wmlpq /usr/local/bin/ +- chmod 755 /usr/local/bin/wmlpq +- cp -f wmlpq.1x /usr/local/man/man1/ +- chmod 644 /usr/local/man/man1/wmlpq.1x ++ cp -f wmlpq ${DESTDIR} ++ chmod 755 ${DESTDIR}/wmlpq + + install-debian: wmlpq + cp -f wmlpq $(prefix)/usr/X11R6/bin/ diff --git a/x11-plugins/wmlpq/files/wmlpq.desktop b/x11-plugins/wmlpq/files/wmlpq.desktop new file mode 100644 index 000000000000..6f6f31a8ade6 --- /dev/null +++ b/x11-plugins/wmlpq/files/wmlpq.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=WmLpq +Comment=Printqueues monitor +Comment[pl]=Monitor kolejki drukarek +Exec=wmlpq +Type=Application +Encoding=UTF-8 +Terminal=0 +Categories=Application;System; diff --git a/x11-plugins/wmlpq/metadata.xml b/x11-plugins/wmlpq/metadata.xml new file mode 100644 index 000000000000..b1a9efc4f2f0 --- /dev/null +++ b/x11-plugins/wmlpq/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/wmlpq/wmlpq-0.2.1.ebuild b/x11-plugins/wmlpq/wmlpq-0.2.1.ebuild new file mode 100644 index 000000000000..0447feaa5cba --- /dev/null +++ b/x11-plugins/wmlpq/wmlpq-0.2.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlpq/wmlpq-0.2.1.ebuild,v 1.1 2004/07/17 16:17:37 s4t4n Exp $ + +inherit eutils + +IUSE="" + +DESCRIPTION="Windowmaker dockapp which monitors up to 5 printqueues" +SRC_URI="http://www.ur.uklinux.net/wmlpq/dl/wmlpq_0.2.1.tar.gz" +HOMEPAGE="http://www.ur.uklinux.net/wmlpq/" + +DEPEND="virtual/x11 + >=x11-libs/libdockapp-0.4.0-r1" + +RDEPEND="" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_unpack() +{ + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-makefile.patch +} + +src_install() +{ + dodir /usr/bin/ + einstall DESTDIR=${D}/usr/bin/ CFLAGS="${CFLAGS} -Wall" || die "Installation failed" + + dodoc README sample.wmlpqrc + newman wmlpq.1x wmlpq.1 + + insinto /usr/share/applications + doins ${FILESDIR}/${PN}.desktop +} |