diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-01 11:13:56 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-01 11:13:56 +0000 |
commit | c645b34f69c999eb198e1138264b998b896bb5c2 (patch) | |
tree | fa18a56e3c8360239b8507cc4bada02d14209d23 /x11-misc/suxpanel | |
parent | stable on amd64 wrt bug 107748 (diff) | |
download | gentoo-2-c645b34f69c999eb198e1138264b998b896bb5c2.tar.gz gentoo-2-c645b34f69c999eb198e1138264b998b896bb5c2.tar.bz2 gentoo-2-c645b34f69c999eb198e1138264b998b896bb5c2.zip |
New package.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-misc/suxpanel')
-rw-r--r-- | x11-misc/suxpanel/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/suxpanel/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/suxpanel/files/digest-suxpanel-0.4a | 1 | ||||
-rw-r--r-- | x11-misc/suxpanel/files/suxpanel-0.4a-Makefile.in.patch | 20 | ||||
-rw-r--r-- | x11-misc/suxpanel/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/suxpanel/suxpanel-0.4a.ebuild | 29 |
6 files changed, 69 insertions, 0 deletions
diff --git a/x11-misc/suxpanel/ChangeLog b/x11-misc/suxpanel/ChangeLog new file mode 100644 index 000000000000..faffe98cf711 --- /dev/null +++ b/x11-misc/suxpanel/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-misc/suxpanel +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.1 2005/10/01 11:13:56 nelchael Exp $ + +*suxpanel-0.4a (01 Oct 2005) + + 01 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> + +files/suxpanel-0.4a-Makefile.in.patch, +metadata.xml, + +suxpanel-0.4a.ebuild: + New package. Thanks to Przemyslaw Maciag. Bug 94009. + diff --git a/x11-misc/suxpanel/Manifest b/x11-misc/suxpanel/Manifest new file mode 100644 index 000000000000..948072a4b748 --- /dev/null +++ b/x11-misc/suxpanel/Manifest @@ -0,0 +1,3 @@ +MD5 089da0674fe29bd5215c57ce68aa2ae9 suxpanel-0.4a.ebuild 952 +MD5 0ad9da1ac14a3677d48697e442c4f9b6 files/digest-suxpanel-0.4a 65 +MD5 ad06f4819c00a115ee14ef95cd81416d files/suxpanel-0.4a-Makefile.in.patch 717 diff --git a/x11-misc/suxpanel/files/digest-suxpanel-0.4a b/x11-misc/suxpanel/files/digest-suxpanel-0.4a new file mode 100644 index 000000000000..2c1547cea3d3 --- /dev/null +++ b/x11-misc/suxpanel/files/digest-suxpanel-0.4a @@ -0,0 +1 @@ +MD5 83f47c6d355b6ee5cc9f2343e18d23ff suxpanel-0.4a.tar.bz2 86321 diff --git a/x11-misc/suxpanel/files/suxpanel-0.4a-Makefile.in.patch b/x11-misc/suxpanel/files/suxpanel-0.4a-Makefile.in.patch new file mode 100644 index 000000000000..80c8aa917dc3 --- /dev/null +++ b/x11-misc/suxpanel/files/suxpanel-0.4a-Makefile.in.patch @@ -0,0 +1,20 @@ +diff -Nru suxpanel-0.4a/Makefile.in suxpanel-0.4a.patched/Makefile.in +--- suxpanel-0.4a/Makefile.in 2005-10-01 12:59:53.000000000 +0200 ++++ suxpanel-0.4a.patched/Makefile.in 2005-10-01 13:03:19.000000000 +0200 +@@ -1,7 +1,7 @@ + # ---------------------------------------------------------------------------- + + CC = gcc +-CFLAGS = -Wall $(GTK_CFLAGS) -O2 -g ++CFLAGS := -Wall $(GTK_CFLAGS) $(CFLAGS) + + # ---------------------------------------------------------------------------- + +@@ -22,6 +22,7 @@ + rm -rf *~ *.o *.so suxpanel + + install: all ++ mkdir -p ${DESTDIR}/usr/bin + cp suxpanel ${DESTDIR}/usr/bin/suxpanel + mkdir -p ${DESTDIR}/usr/share/suxpanel/plugins + cp -rv *.so ${DESTDIR}/usr/share/suxpanel/plugins diff --git a/x11-misc/suxpanel/metadata.xml b/x11-misc/suxpanel/metadata.xml new file mode 100644 index 000000000000..731225048652 --- /dev/null +++ b/x11-misc/suxpanel/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-misc</herd> +</pkgmetadata> diff --git a/x11-misc/suxpanel/suxpanel-0.4a.ebuild b/x11-misc/suxpanel/suxpanel-0.4a.ebuild new file mode 100644 index 000000000000..11838c020001 --- /dev/null +++ b/x11-misc/suxpanel/suxpanel-0.4a.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4a.ebuild,v 1.1 2005/10/01 11:13:56 nelchael Exp $ + +inherit eutils + +DESCRIPTION="SuxPanel is a complete rewrite of MacOS Style Panel, a light-weight X11 desktop panel" +SRC_URI="http://vivid.dat.pl/suxpanel/${P}.tar.bz2" +HOMEPAGE="http://www.gnomefiles.org/app.php?soft_id=84" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2 + >=sys-apps/sed-4 + x11-libs/libwnck" + +src_unpack() { + unpack ${A} + epatch "${FILESDIR}/${P}-Makefile.in.patch" +} + +src_install () { + make DESTDIR="${D}" install || die "Make install failed." + dobin suxpanel-install.sh + dodoc README +} |