grknight    15/06/09 19:43:10

  Modified:             matchbox-desktop-0.9.1.ebuild ChangeLog
  Log:
  Non-maintainer commit: Fix build missing link to dlopen; Patch by me; wrt bug 
512476
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  Changes    Path
1.10                 x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild?r1=1.9&r2=1.10

Index: matchbox-desktop-0.9.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- matchbox-desktop-0.9.1.ebuild       4 Jun 2012 00:31:01 -0000       1.9
+++ matchbox-desktop-0.9.1.ebuild       9 Jun 2015 19:43:10 -0000       1.10
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild,v 
1.9 2012/06/04 00:31:01 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/matchbox-desktop-0.9.1.ebuild,v 
1.10 2015/06/09 19:43:10 grknight Exp $
 
-inherit versionator
+inherit versionator autotools eutils
 
 DESCRIPTION="The Matchbox Desktop"
 HOMEPAGE="http://matchbox-project.org/";
@@ -19,6 +19,13 @@
 RDEPEND="${DEPEND}
        x11-wm/matchbox-common"
 
+src_unpack() {
+       unpack ${A} || die "Failed to unpack"
+       cd "${S}" || die
+       epatch "${FILESDIR}/${P}-dlopen.patch" || die "Patch failed"
+       eautoreconf || die
+}
+
 src_compile() {
        econf   $(use_enable debug) \
                $(use_enable startup-notification) \



1.12                 x11-wm/matchbox-desktop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   4 Jun 2012 00:31:01 -0000       1.11
+++ ChangeLog   9 Jun 2015 19:43:10 -0000       1.12
@@ -1,6 +1,11 @@
 # ChangeLog for x11-wm/matchbox-desktop
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog,v 1.11 
2012/06/04 00:31:01 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-desktop/ChangeLog,v 1.12 
2015/06/09 19:43:10 grknight Exp $
+
+  09 Jun 2015; Brian Evans <[email protected]>
+  +files/matchbox-desktop-0.9.1-dlopen.patch, matchbox-desktop-0.9.1.ebuild:
+  Non-maintainer commit: Fix build missing link to dlopen; Patch by me; wrt bug
+  512476
 
   04 Jun 2012; Michael Weber <[email protected]> matchbox-desktop-0.9.1.ebuild:
   ppc stable (bug 309407)
@@ -42,4 +47,3 @@
   +matchbox-desktop-0.9.1.ebuild:
   - Initial import. Original ebuild by Priit Laes, modifications by Björn
   Ruberg and Yuri Vasilevski.
-




Reply via email to