summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-10-01 11:13:56 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-10-01 11:13:56 +0000
commit655f693f696a6b8f54fde296e4c7d32b645af32f (patch)
treef07ece237e4cb569f2c38d21eea4bad437296072 /x11-misc
parentstable on amd64 wrt bug 107748 (diff)
downloadhistorical-655f693f696a6b8f54fde296e4c7d32b645af32f.tar.gz
historical-655f693f696a6b8f54fde296e4c7d32b645af32f.tar.bz2
historical-655f693f696a6b8f54fde296e4c7d32b645af32f.zip
New package.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/suxpanel/ChangeLog11
-rw-r--r--x11-misc/suxpanel/Manifest5
-rw-r--r--x11-misc/suxpanel/files/digest-suxpanel-0.4a1
-rw-r--r--x11-misc/suxpanel/files/suxpanel-0.4a-Makefile.in.patch20
-rw-r--r--x11-misc/suxpanel/metadata.xml5
-rw-r--r--x11-misc/suxpanel/suxpanel-0.4a.ebuild29
6 files changed, 71 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..ef66e8633ac2
--- /dev/null
+++ b/x11-misc/suxpanel/Manifest
@@ -0,0 +1,5 @@
+MD5 0b1e1c288030453d14a14cb69e85f1b6 suxpanel-0.4a.ebuild 759
+MD5 fe52e092930cadaf4c856ed73cf9da66 ChangeLog 430
+MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
+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
+}