pacho       14/06/24 12:48:47

  Modified:             ChangeLog
  Added:                gpointing-device-settings-1.5.1-r3.ebuild
  Log:
  Disable gsd plugin as it's incompatible since 3.8 (#514672 by Berthold 
Humkamp), fix automake (#500984 by Juergen Rose and Joe Sapp)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.20                 gnome-extra/gpointing-device-settings/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   16 Feb 2013 12:40:31 -0000      1.19
+++ ChangeLog   24 Jun 2014 12:48:47 -0000      1.20
@@ -1,6 +1,14 @@
 # ChangeLog for gnome-extra/gpointing-device-settings
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.19 
2013/02/16 12:40:31 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.20 
2014/06/24 12:48:47 pacho Exp $
+
+*gpointing-device-settings-1.5.1-r3 (24 Jun 2014)
+
+  24 Jun 2014; Pacho Ramos <pa...@gentoo.org>
+  +files/gpointing-device-settings-1.5.1-fix-build.patch,
+  +gpointing-device-settings-1.5.1-r3.ebuild:
+  Disable gsd plugin as it's incompatible since 3.8 (#514672 by Berthold
+  Humkamp), fix automake (#500984 by Juergen Rose and Joe Sapp)
 
   16 Feb 2013; Pacho Ramos <pa...@gentoo.org> metadata.xml:
   Cleanup due bug #96436



1.1                  
gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r3.ebuild?rev=1.1&content-type=text/plain

Index: gpointing-device-settings-1.5.1-r3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r3.ebuild,v
 1.1 2014/06/24 12:48:47 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit autotools eutils gnome2

DESCRIPTION="A GTK+ based configuration utility for the synaptics driver"
HOMEPAGE="https://wiki.gnome.org/Attic/GPointingDeviceSettings";
SRC_URI="mirror://sourceforge.jp/gsynaptics/45812/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# recent enough x11-base/xorg-server required
RDEPEND="
        >=dev-libs/glib-2.10:2
        >=x11-libs/gtk+-2.14.0:2
        >=gnome-base/gconf-2.24:2
        >=gnome-base/gnome-settings-daemon-2.28
        >=x11-libs/libXi-1.2
        >=x11-libs/libX11-1.2.0
        !<=x11-base/xorg-server-1.6.0
        !gnome-extra/gsynaptics
"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        >=dev-util/intltool-0.35.5
"

src_prepare() {
        epatch \
                "${FILESDIR}/${P}-crash.patch" \
                "${FILESDIR}/${P}-plugin.patch" \
                "${FILESDIR}/${P}-reboot.patch" \
                "${FILESDIR}/${P}-gtk22.patch" \
                "${FILESDIR}/${P}-gsd-crash.patch" \
                "${FILESDIR}/${P}-gsd-3.2-fix.patch" \
                "${FILESDIR}/${P}-fix-build.patch"

        # Disable gsd plugin as it's incompatible since 3.8, bug #514672
        sed -i -e 's/ gnome-settings-daemon-plugins//' modules/Makefile.am || 
die

        eautoreconf
        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure --disable-static
}




Reply via email to