Gentoo Archives: gentoo-commits

From: "Jason Zaman (perfinion)" <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfwm4: xfwm4-4.12.3-r1.ebuild ChangeLog
Date: Sat, 04 Jul 2015 15:03:05
Message-Id: 20150704150254.73740753@oystercatcher.gentoo.org
1 perfinion 15/07/04 15:02:54
2
3 Modified: ChangeLog
4 Added: xfwm4-4.12.3-r1.ebuild
5 Log:
6 fix bug 527662, respond to touchscreen
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
9
10 Revision Changes Path
11 1.239 xfce-base/xfwm4/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.239&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.239&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?r1=1.238&r2=1.239
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v
20 retrieving revision 1.238
21 retrieving revision 1.239
22 diff -u -r1.238 -r1.239
23 --- ChangeLog 4 Jul 2015 14:22:19 -0000 1.238
24 +++ ChangeLog 4 Jul 2015 15:02:54 -0000 1.239
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-base/xfwm4
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.238 2015/07/04 14:22:19 perfinion Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.239 2015/07/04 15:02:54 perfinion Exp $
30 +
31 +*xfwm4-4.12.3-r1 (04 Jul 2015)
32 +
33 + 04 Jul 2015; Jason Zaman <perfinion@g.o>
34 + +files/xfwm4-4.12-touchscreen-subwindow-fix.patch, +xfwm4-4.12.3-r1.ebuild:
35 + fix bug 527662, respond to touchscreen
36
37 04 Jul 2015; Jason Zaman <perfinion@g.o> xfwm4-4.12.3.ebuild:
38 bug 553816, libxfce4ui dep was not specific enough
39
40
41
42 1.1 xfce-base/xfwm4/xfwm4-4.12.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/xfwm4-4.12.3-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/xfwm4-4.12.3-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfwm4-4.12.3-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.12.3-r1.ebuild,v 1.1 2015/07/04 15:02:54 perfinion Exp $
52
53 EAPI=5
54 inherit xfconf
55
56 DESCRIPTION="Window manager for the Xfce desktop environment"
57 HOMEPAGE="http://www.xfce.org/projects/"
58 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
63 IUSE="debug dri startup-notification +xcomposite"
64
65 RDEPEND="dev-libs/dbus-glib:=
66 >=dev-libs/glib-2.20:=
67 >=x11-libs/gtk+-2.24:2=
68 x11-libs/libX11:=
69 x11-libs/libXext:=
70 x11-libs/libXrandr:=
71 x11-libs/libXrender:=
72 x11-libs/pango:=
73 >=x11-libs/libwnck-2.30:1=
74 >=xfce-base/libxfce4util-4.10:=
75 >=xfce-base/libxfce4ui-4.11:=
76 >=xfce-base/xfconf-4.10:=
77 startup-notification? ( x11-libs/startup-notification:= )
78 xcomposite? (
79 x11-libs/libXcomposite:=
80 x11-libs/libXdamage:=
81 x11-libs/libXfixes:=
82 )"
83 # libdrm: only headers are used
84 # libICE/liBSM: not really used anywhere but checked by configure
85 # https://bugzilla.xfce.org/show_bug.cgi?id=11914
86 DEPEND="${RDEPEND}
87 dev-util/intltool
88 sys-devel/gettext
89 x11-libs/libICE
90 x11-libs/libSM
91 xfce-base/exo
92 virtual/pkgconfig
93 dri? ( >=x11-libs/libdrm-2.4 )"
94
95 pkg_setup() {
96 XFCONF=(
97 --docdir="${EPREFIX}"/usr/share/doc/${PF}
98 $(use_enable dri libdrm)
99 $(use_enable startup-notification)
100 --enable-xsync
101 --enable-render
102 --enable-randr
103 $(use_enable xcomposite compositor)
104 $(xfconf_use_debug)
105 )
106
107 DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO )
108
109 PATCHES=(
110 "${FILESDIR}/xfwm4-4.12-touchscreen-subwindow-fix.patch"
111 )
112 }