diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-plugins/gkrellm-bluez | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-plugins/gkrellm-bluez')
-rw-r--r-- | x11-plugins/gkrellm-bluez/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/gkrellm-bluez/files/gkrellm-bluez-0.2-notheme.patch | 91 | ||||
-rw-r--r-- | x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild | 34 | ||||
-rw-r--r-- | x11-plugins/gkrellm-bluez/metadata.xml | 8 |
4 files changed, 134 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-bluez/Manifest b/x11-plugins/gkrellm-bluez/Manifest new file mode 100644 index 000000000000..ef36fdcc3947 --- /dev/null +++ b/x11-plugins/gkrellm-bluez/Manifest @@ -0,0 +1 @@ +DIST gkrellm-bluez-0.2.tar.gz 330247 SHA256 cfaeecb7f9d15d6a35a6faa60cab33e2fe6eb5ab05352f6ea343b063a5a6d476 diff --git a/x11-plugins/gkrellm-bluez/files/gkrellm-bluez-0.2-notheme.patch b/x11-plugins/gkrellm-bluez/files/gkrellm-bluez-0.2-notheme.patch new file mode 100644 index 000000000000..6a9841652dd2 --- /dev/null +++ b/x11-plugins/gkrellm-bluez/files/gkrellm-bluez-0.2-notheme.patch @@ -0,0 +1,91 @@ +diff -u --new-file gkrellm-bluez-0.2-orig/src/decal_net_leds.xpm gkrellm-bluez-0.2/src/decal_net_leds.xpm +--- gkrellm-bluez-0.2-orig/src/decal_net_leds.xpm 1969-12-31 18:00:00.000000000 -0600 ++++ gkrellm-bluez-0.2/src/decal_net_leds.xpm 2007-03-08 09:07:50.000000000 -0600 +@@ -0,0 +1,66 @@ ++/* XPM */ ++static char * decal_net_leds_xpm[] = { ++"10 12 51 1", ++" c None", ++". c #222323", ++"+ c #3A3A3A", ++"@ c #4C4F4F", ++"# c #3E3F3F", ++"$ c #262727", ++"% c #334735", ++"& c #335E4F", ++"* c #337568", ++"= c #2C857C", ++"- c #259790", ++"; c #1EA8A4", ++"> c #18B5B4", ++", c #20A39E", ++"' c #2A786D", ++") c #314E3E", ++"! c #526E55", ++"~ c #48846F", ++"{ c #3F9988", ++"] c #36B0A2", ++"^ c #2CC8BF", ++"/ c #22E0DA", ++"( c #1BF1EF", ++"_ c #25D8D2", ++": c #3AA595", ++"< c #4E765F", ++"[ c #141414", ++"} c #272929", ++"| c #3D3F3F", ++"1 c #2D2E2E", ++"2 c #171717", ++"3 c #5D421D", ++"4 c #84612F", ++"5 c #AD8643", ++"6 c #D0A456", ++"7 c #CDA255", ++"8 c #BA914B", ++"9 c #A68040", ++"0 c #936E37", ++"a c #805F2E", ++"b c #6E5125", ++"c c #7F643C", ++"d c #A48350", ++"e c #CDA666", ++"f c #F1C479", ++"g c #EEC277", ++"h c #DAB16D", ++"i c #C6A062", ++"j c #B39058", ++"k c #A0814F", ++"l c #8F7345", ++".+@@@@@@#$", ++".+@@@@@@#$", ++".+@@@@@@#$", ++"%&*=-;>,')", ++"!~{]^/(_:<", ++"%&*=-;>,')", ++"[}||||||12", ++"[}||||||12", ++"[}||||||12", ++"34567890ab", ++"cdefghijkl", ++"34567890ab"}; +diff -u --new-file gkrellm-bluez-0.2-orig/src/gkrellm-bluez-chart.c gkrellm-bluez-0.2/src/gkrellm-bluez-chart.c +--- gkrellm-bluez-0.2-orig/src/gkrellm-bluez-chart.c 2006-11-14 13:50:24.000000000 -0600 ++++ gkrellm-bluez-0.2/src/gkrellm-bluez-chart.c 2007-03-08 09:13:29.000000000 -0600 +@@ -22,6 +22,8 @@ + + #include "gkrellm-bluez-chart.h" + ++#include "decal_net_leds.xpm" ++ + #define DECAL_NET_LEDS "decal_net_leds" + + #define GRID_RESOLUTION_MIN 0 +@@ -237,7 +239,7 @@ + + /* Check for theme_dir/net/decal_net_leds.png. + */ +- gkrellm_load_piximage(DECAL_NET_LEDS, NULL, ++ gkrellm_load_piximage(DECAL_NET_LEDS, decal_net_leds_xpm, + &decal_net_led_piximage, NET_STYLE_NAME); + + w = gdk_pixbuf_get_width(decal_net_led_piximage->pixbuf); diff --git a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild new file mode 100644 index 000000000000..c26ca7c99359 --- /dev/null +++ b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit gkrellm-plugin + +DESCRIPTION="GKrellm plugin for monitoring bluetooth (Linux BlueZ) adapters" +SRC_URI="mirror://sourceforge/gkrellm-bluez/${P}.tar.gz" +HOMEPAGE="http://gkrellm-bluez.sourceforge.net" + +RDEPEND="net-wireless/bluez" + +LICENSE="GPL-2" +KEYWORDS="amd64 x86" +IUSE="" +SLOT="0" + +PLUGIN_SO="src/.libs/gkrellmbluez.so" +PLUGIN_DOCS="THEMING NEWS" + +src_unpack() { + unpack ${A} + cd "${S}" + + # Be a bit more future proof, bug #260948 + sed "s/-Werror//" -i src/Makefile.am src/Makefile.in || die "sed failed" + + epatch "${FILESDIR}"/${P}-notheme.patch || die "Patch failed" +} + +src_compile() { + econf --disable-static || die "Config failed" + emake || die "Make failed" +} diff --git a/x11-plugins/gkrellm-bluez/metadata.xml b/x11-plugins/gkrellm-bluez/metadata.xml new file mode 100644 index 000000000000..81eae46a58f1 --- /dev/null +++ b/x11-plugins/gkrellm-bluez/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-dock</herd> + <upstream> + <remote-id type="sourceforge">gkrellm-bluez</remote-id> + </upstream> +</pkgmetadata> |