summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2014-11-13 16:18:01 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2014-11-13 16:18:01 +0000
commit91565f52beacebf15d32b74ee4b6900a42c4a8bf (patch)
tree7765cdf452c668362804586e5ec10a9357a10eb7 /x11-plugins/wmlife
parentStable for amd64, wrt bug #515700 (diff)
downloadgentoo-2-91565f52beacebf15d32b74ee4b6900a42c4a8bf.tar.gz
gentoo-2-91565f52beacebf15d32b74ee4b6900a42c4a8bf.tar.bz2
gentoo-2-91565f52beacebf15d32b74ee4b6900a42c4a8bf.zip
Restore with correct dependencies (gnome2 deps were not needed)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmlife')
-rw-r--r--x11-plugins/wmlife/ChangeLog41
-rw-r--r--x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch11
-rw-r--r--x11-plugins/wmlife/files/wmlife-1.0.1-configure.patch11
-rw-r--r--x11-plugins/wmlife/metadata.xml5
-rw-r--r--x11-plugins/wmlife/wmlife-1.0.1.ebuild39
5 files changed, 107 insertions, 0 deletions
diff --git a/x11-plugins/wmlife/ChangeLog b/x11-plugins/wmlife/ChangeLog
new file mode 100644
index 000000000000..d992af54a18f
--- /dev/null
+++ b/x11-plugins/wmlife/ChangeLog
@@ -0,0 +1,41 @@
+# ChangeLog for x11-plugins/wmlife
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v 1.10 2014/11/13 16:18:01 voyageur Exp $
+
+ 13 Nov 2014; Bernard Cafarelli <voyageur@gentoo.org> +wmlife-1.0.1.ebuild,
+ +files/wmlife-1.0.0-stringh.patch, +files/wmlife-1.0.1-configure.patch,
+ +metadata.xml:
+ Restore with correct dependencies (gnome2 deps were not needed)
+
+ 19 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org> -wmlife-1.0.0.ebuild,
+ wmlife-1.0.1.ebuild, +files/wmlife-1.0.1-configure.patch:
+ Fix compilation, bug #515916. Remove old
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wmlife-1.0.0.ebuild,
+ wmlife-1.0.1.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
+
+ 07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> wmlife-1.0.0.ebuild,
+ wmlife-1.0.1.ebuild:
+ Use EAPI5 instead of EAPI1.
+
+*wmlife-1.0.1 (27 Aug 2012)
+
+ 27 Aug 2012; Bernard Cafarelli <voyageur@gentoo.org> +wmlife-1.0.1.ebuild:
+ Version bump and ebuild cleanup. Add sticky option, fix regression causing
+ second window and disable GDK client-side rendering
+
+ 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmlife-1.0.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> wmlife-1.0.0.ebuild:
+ Fix slot-dep on gtk+
+
+ 12 Jan 2008; Markus Meier <maekke@gentoo.org> wmlife-1.0.0.ebuild:
+ add ~x86
+
+*wmlife-1.0.0 (12 Jan 2008)
+
+ 12 Jan 2008; Samuli Suominen <drac@gentoo.org>
+ +files/wmlife-1.0.0-stringh.patch, +wmlife-1.0.0.ebuild:
+ Initial commit.
diff --git a/x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch b/x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch
new file mode 100644
index 000000000000..8994827d63eb
--- /dev/null
+++ b/x11-plugins/wmlife/files/wmlife-1.0.0-stringh.patch
@@ -0,0 +1,11 @@
+diff -ur wmlife-1.0.0.orig/src/session.c wmlife-1.0.0/src/session.c
+--- wmlife-1.0.0.orig/src/session.c 2005-09-23 00:18:09.000000000 +0300
++++ wmlife-1.0.0/src/session.c 2008-01-12 14:39:52.000000000 +0200
+@@ -21,6 +21,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>
++#include <string.h>
+ #include <sys/types.h>
+ #include <pwd.h>
+
diff --git a/x11-plugins/wmlife/files/wmlife-1.0.1-configure.patch b/x11-plugins/wmlife/files/wmlife-1.0.1-configure.patch
new file mode 100644
index 000000000000..35ba4029554f
--- /dev/null
+++ b/x11-plugins/wmlife/files/wmlife-1.0.1-configure.patch
@@ -0,0 +1,11 @@
+diff -Naur wmlife-1.0.0-orig/configure.in wmlife-1.0.0/configure.in
+--- wmlife-1.0.0-orig/configure.in 2005-09-23 00:18:09.000000000 +0300
++++ wmlife-1.0.0/configure.in 2014-04-28 23:52:09.701103219 +0300
+@@ -38,6 +38,6 @@
+ AC_CACHE_CHECK([for gdk2 libs], GDKLIBS, [GDKLIBS=`$config --libs gtk+-2.0 | sed -e "s/-lgtk-x11-2.0//g" -e "s/-latk-1.0//g"`])
+
+ CFLAGS="$CFLAGS $GDKINCS"
+-LDFLAGS="$LDFLAGS $GDKLIBS"
++LDFLAGS="$LDFLAGS $GDKLIBS -lm"
+
+ AC_OUTPUT(Makefile src/Makefile)
diff --git a/x11-plugins/wmlife/metadata.xml b/x11-plugins/wmlife/metadata.xml
new file mode 100644
index 000000000000..b1a9efc4f2f0
--- /dev/null
+++ b/x11-plugins/wmlife/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/wmlife/wmlife-1.0.1.ebuild b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
new file mode 100644
index 000000000000..589ae326700a
--- /dev/null
+++ b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild,v 1.6 2014/11/13 16:18:01 voyageur Exp $
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)"
+HOMEPAGE="http://www.swanson.ukfsn.org/#wmlife"
+SRC_URI="http://www.swanson.ukfsn.org/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXext"
+EPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.0.0-stringh.patch
+ "${FILESDIR}"/${P}-configure.patch )
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch
+ epatch "${FILESDIR}"/${P}-configure.patch
+
+ eautoreconf
+}
+
+src_configure() {
+ econf --enable-session
+}