Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
Date: Sat, 06 Oct 2018 13:24:53
Message-Id: 1538832273.d33c53790cedcc04bf247223e40c95d4538d8bf5.leio@gentoo
1 commit: d33c53790cedcc04bf247223e40c95d4538d8bf5
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 13:11:33 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 13:24:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33c5379
7
8 x11-libs/vte: bump to 0.54.1
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 x11-libs/vte/Manifest | 2 +
14 x11-libs/vte/vte-0.54.1.ebuild | 88 ++++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 90 insertions(+)
16
17 diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
18 index c322719a48f..493df3d82e0 100644
19 --- a/x11-libs/vte/Manifest
20 +++ b/x11-libs/vte/Manifest
21 @@ -4,3 +4,5 @@ DIST vte-0.48.4-command-notify.patch.xz 5500 BLAKE2B 88b655403d2bef034604a283b17
22 DIST vte-0.48.4.tar.xz 1008296 BLAKE2B 9f946d6909d38896ec80db2a02666d809155997b27109724fb318d28200220f1514fb23e4cdc90263a756914b5db442c947578c8854a535cb960a06f7bc03a77 SHA512 4b75bd881e58b5043bc44e391ef3a826a2c25d0f1bb5ffb890367e11a60b1bcbce091575ede6972a89ae043b39c51897f91fca1faf6872664d602e503d8020fc
23 DIST vte-0.53.91-command-notify.patch.xz 3336 BLAKE2B f1eb7ce8ae5a975028474e0d31b14a35722cc32578dcb68905ec92b0ca048c8e1b7c903c7195248435db58a6cc60afce7376b38a3606b8ec88c8f28a7c127f71 SHA512 aab84dd050b5b9f59e9dc5e17a41a27f4650aecbd3fcb847b63b9bb79c84d3e544212e6cf6b4693424a44e14f8576c4f54eaea70a211dc0c40ae5887ca6114e8
24 DIST vte-0.54.0.tar.xz 1082032 BLAKE2B 6349a7d7d04df26be3fca3c414aecd00e8a25b912af39446a412cd86c8b0165977933945786e840e2ed39d0f2fa8d51f2fc8052f00f56e47b4f1d62ffa00b968 SHA512 69dd0caae4eacc179f84eccf98625a31140286beca4244a8f06420bd36ac62dcaddf9e9d8b114549ca97927e94b562df3e7daa9fad971484f05ebdd1c0f7b787
25 +DIST vte-0.54.1-command-notify.patch.xz 3428 BLAKE2B 75b0c22720276300be2e49e8444aa68fed77fb7a6cc6b0e93a5c2d41257626bd60ff1084d68579769cb3d85e7ec567927591746de48e860b138d0c1f24f64cc7 SHA512 a53da569f8168c8e9e21e186dcfc00bf9fdb78a0c767ba35033c1c1e4f836406b4d9bf70ee3e071f6c749fd6f72101a6960d201617bd0bc23021e1eeaac6fd0c
26 +DIST vte-0.54.1.tar.xz 1083552 BLAKE2B 1e52275c953b5fbf51a1cc727dfca0bde3cc8f51a18055cd0c65c949479d0b4d926466016fa7d6f6dbebc9117c1b6fbde9a4bde38c5d82bb44ecce8612290de6 SHA512 5cb866e75c35e1b5728d17b0433641ceb4837495d59185a04fde9dd8c9849ab905a6b2718a50b27cc70323c7a6c5db31a808816576c30d7f18ece889a329fb61
27
28 diff --git a/x11-libs/vte/vte-0.54.1.ebuild b/x11-libs/vte/vte-0.54.1.ebuild
29 new file mode 100644
30 index 00000000000..f8c6fcc8b2f
31 --- /dev/null
32 +++ b/x11-libs/vte/vte-0.54.1.ebuild
33 @@ -0,0 +1,88 @@
34 +# Copyright 1999-2018 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI="6"
38 +VALA_USE_DEPEND="vapigen"
39 +VALA_MIN_API_VERSION="0.32"
40 +
41 +inherit gnome2 vala
42 +
43 +DESCRIPTION="Library providing a virtual terminal emulator widget"
44 +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
45 +
46 +LICENSE="LGPL-2+"
47 +SLOT="2.91"
48 +IUSE="+crypt debug glade +introspection vala vanilla"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
50 +REQUIRED_USE="vala? ( introspection )"
51 +
52 +SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~leio/distfiles/${P}-command-notify.patch.xz )"
53 +
54 +RDEPEND="
55 + >=dev-libs/glib-2.40:2
56 + >=dev-libs/libpcre2-10.21
57 + >=x11-libs/gtk+-3.16:3[introspection?]
58 + >=x11-libs/pango-1.22.0
59 +
60 + sys-libs/ncurses:0=
61 + sys-libs/zlib
62 +
63 + crypt? ( >=net-libs/gnutls-3.2.7:0= )
64 + glade? ( >=dev-util/glade-3.9:3.10 )
65 + introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
66 +"
67 +DEPEND="${RDEPEND}
68 + dev-libs/libxml2:2
69 + dev-util/glib-utils
70 + >=dev-util/gtk-doc-am-1.13
71 + >=dev-util/intltool-0.35
72 + sys-devel/gettext
73 + virtual/pkgconfig
74 +
75 + vala? ( $(vala_depend) )
76 +"
77 +RDEPEND="${RDEPEND}
78 + !x11-libs/vte:2.90[glade]
79 +"
80 +
81 +src_prepare() {
82 + if ! use vanilla; then
83 + # First half of http://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/vte291-command-notify-scroll-speed.patch
84 + # Adds OSC 777 support for desktop notifications in gnome-terminal or elsewhere
85 + eapply "${WORKDIR}"/${P}-command-notify.patch
86 + fi
87 +
88 + use vala && vala_src_prepare
89 +
90 + # build fails because of -Werror with gcc-5.x
91 + sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
92 +
93 + gnome2_src_prepare
94 +}
95 +
96 +src_configure() {
97 + local myconf=""
98 +
99 + if [[ ${CHOST} == *-interix* ]]; then
100 + myconf="${myconf} --disable-Bsymbolic"
101 +
102 + # interix stropts.h is empty...
103 + export ac_cv_header_stropts_h=no
104 + fi
105 +
106 + gnome2_src_configure \
107 + --disable-static \
108 + --with-gtk=3.0 \
109 + --with-iconv \
110 + $(use_enable debug) \
111 + $(use_enable glade glade-catalogue) \
112 + $(use_with crypt gnutls) \
113 + $(use_enable introspection) \
114 + $(use_enable vala) \
115 + ${myconf}
116 +}
117 +
118 +src_install() {
119 + gnome2_src_install
120 + mv "${ED}"/etc/profile.d/vte{,-${SLOT}}.sh || die
121 +}