Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 492300 - =x11-misc/xpad-4.2 version bump
Summary: =x11-misc/xpad-4.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on: gnome-3.10
Blocks:
  Show dependency tree
 
Reported: 2013-11-22 14:15 UTC by Jeroen Roovers (RETIRED)
Modified: 2014-02-24 00:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xpad-4.2.ebuild (xpad-4.2.ebuild,741 bytes, text/plain)
2013-12-28 13:41 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2013-11-22 14:15:09 UTC
This requires a newer dev-libs/glib which is presumably part of GNOME 3.10. Oddly enough it still wants GTK+-2, though.

checking for GLIB... no
configure: error: Package requirements (glib-2.0 >= 2.38) were not met:
Requested 'glib-2.0 >= 2.38' but version of GLib is 2.32.4
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-28 13:41:06 UTC
Created attachment 366372 [details]
xpad-4.2.ebuild

--- xpad-4.1.ebuild     2013-11-22 14:49:55.000000000 +0100
+++ xpad-4.2.ebuild     2013-12-28 14:38:21.132898410 +0100
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-4.1.ebuild,v 1.9 2013/11/22 13:49:55 jer Exp $
 
-EAPI=4
+EAPI=5
 inherit eutils
 
 DESCRIPTION="a sticky note application for jotting down things to remember"
@@ -11,12 +11,12 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="
        >=x11-libs/gtk+-2.12:2
-       dev-libs/glib:2
+       >=dev-libs/glib-2.38:2
        x11-libs/libICE
        x11-libs/libSM
        x11-libs/pango
@@ -29,7 +29,3 @@
 "
 
 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-glib_includes.patch
-}
Comment 2 Pacho Ramos gentoo-dev 2014-02-23 15:37:35 UTC
glib-2.38 is already in the tree