Gentoo Archives: gentoo-commits

From: Gerben Jan Dijkman <gjdijkman@××××××××××××.nl>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/phoc/
Date: Mon, 04 Apr 2022 12:34:23
Message-Id: 1649075655.7f95347bd90d97e665d47a949daca6dfe1bf0b34.gjdijkman@gentoo
1 commit: 7f95347bd90d97e665d47a949daca6dfe1bf0b34
2 Author: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
3 AuthorDate: Mon Apr 4 12:34:15 2022 +0000
4 Commit: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
5 CommitDate: Mon Apr 4 12:34:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f95347b
7
8 x11-wm/phoc: Version Bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver.nl>
12
13 x11-wm/phoc/Manifest | 5 +-
14 x11-wm/phoc/phoc-0.11.0.ebuild | 85 ----------------------
15 .../{phoc-0.12.0.ebuild => phoc-0.13.1.ebuild} | 4 +-
16 3 files changed, 4 insertions(+), 90 deletions(-)
17
18 diff --git a/x11-wm/phoc/Manifest b/x11-wm/phoc/Manifest
19 index fb3617b8c..a33a4d1f5 100644
20 --- a/x11-wm/phoc/Manifest
21 +++ b/x11-wm/phoc/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST phoc-v0.11.0.tar.gz 161198 BLAKE2B 1121dead62dc1088043843e3816d11b9ee0231566eccd78add1ed6e75a2d158e8bc844dd4831a05b0a3ff1c5a3d8181c46c3163ba105285a0833b246e50dc386 SHA512 0ed455a9216ec1fb8100cf8422d771c56e37067f8c1a809b1cde0e424d48622780fd0ffd6b164e1217218c56a016e448a23d7acb03559c5b7058d6b359e56e14
24 -DIST phoc-v0.12.0.tar.gz 164086 BLAKE2B 64db3b0ee6994e53e0270cd721fc89452f85c7852e92e97e087dd584dd9c1bb8b6449b14c2cb738e5cfb1917829d2b823a4e3568b5ecd8d1fd0e46c64e2e017e SHA512 4eea728f576da1b4e70ac4b697a685077b8053045f5bb5dced0a327ee59dfca7df9c94f68f1a2dd4de852e9787a64a045e04edd814293820a623c910a75ed630
25 -DIST wlroots-2fce64d30d378d7009a5770b2472231a0e535ada.tar.gz 506577 BLAKE2B 4ea1bfa90e6b6e00c68ab29c04519876c5fefc229d3affde035cfb4b7355f7119cf2bca3d5337aca297741e4795a22739b3a8d627ffe5fbc37bcf24fa91bc3d2 SHA512 cecf7427bdcb231516d665e47cd2508fabda0ba03b2e0f8f3279197c0403c9d8f07f7a00906179e80e53fe9e0a1a226bda99f94d398ba278803b98b76574a2b4
26 +DIST phoc-v0.13.1.tar.gz 166867 BLAKE2B 6606855efe7099d12c8be3ee16c401bbcc618aaed2f264abe982cc4a49ccbc0e65fac1b7d8da62de4261bdf3a322f4313a15723c7b7cb7a9ce279957dbf89c78 SHA512 0da68ac4d0601e91ed5f59eeb0beea64180b546f58b300631495084d366fe515c26fe9d58d0ca20687032f6824ae98dcc82edd8a6c80caa95178d24d27ee2650
27 +DIST wlroots-c9cd3502ba6113070020de50e41f0af72e0f5031.tar.gz 506612 BLAKE2B 70589e63cf223aa5b3634e057cc8c9d1f52d0f6c0fd3bbf66739bc1c934036bab0e8fc8337f51b1d4bb0d73c008b16421c354194cf215741e84ad88345465870 SHA512 af610233ec2343a3baefbb30db4b9a3f30dac4f8656293849be603fbcad0cdd65e91d80702c35e4aaf47437e8c301229c4933b7c8b5df3a7128979c94bcfcddc
28
29 diff --git a/x11-wm/phoc/phoc-0.11.0.ebuild b/x11-wm/phoc/phoc-0.11.0.ebuild
30 deleted file mode 100644
31 index bad337bad..000000000
32 --- a/x11-wm/phoc/phoc-0.11.0.ebuild
33 +++ /dev/null
34 @@ -1,85 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit meson vala xdg gnome2-utils
41 -
42 -MY_PV="v${PV}"
43 -MY_P="${PN}-${MY_PV}"
44 -
45 -WL_COMMIT="2fce64d30d378d7009a5770b2472231a0e535ada"
46 -WL_P="wlroots-${WL_COMMIT}"
47 -
48 -DESCRIPTION="Wlroots based Phone compositor"
49 -HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
50 -
51 -# we don't use the version on gentoo because it breaks
52 -# the phoc installation. we follow method used in archlinuxarm
53 -SRC_URI="
54 - https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
55 - https://source.puri.sm/Librem5/wlroots/-/archive/${WL_COMMIT}/${WL_P}.tar.gz
56 -"
57 -
58 -LICENSE="GPL-3"
59 -SLOT="0"
60 -KEYWORDS="~amd64 ~arm64"
61 -IUSE="+introspection +systemd test"
62 -RESTRICT="!test? ( test )"
63 -
64 -RDEPEND="
65 - dev-libs/glib
66 - dev-libs/gobject-introspection
67 - dev-libs/libinput
68 - dev-libs/wayland
69 - dev-libs/wayland-protocols
70 - gnome-base/gnome-desktop
71 - systemd? (
72 - !sys-apps/openrc
73 - sys-apps/systemd
74 - )
75 - x11-libs/libdrm
76 - x11-libs/pixman
77 - x11-libs/xcb-util
78 - x11-libs/xcb-util-wm
79 - x11-wm/mutter
80 - sys-auth/seatd
81 - !gui-libs/wlroots
82 -"
83 -
84 -BDEPEND="
85 - dev-util/ctags
86 - dev-util/meson
87 - virtual/pkgconfig
88 - x11-base/xorg-server
89 -"
90 -
91 -S="${WORKDIR}/${MY_P}"
92 -
93 -src_prepare() {
94 - default
95 - rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots"
96 - cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots"
97 -}
98 -
99 -src_configure() {
100 - local emesonargs=(
101 - -Ddefault_library=shared
102 - -Dtests=false
103 - )
104 - meson_src_configure
105 -}
106 -
107 -src_install() {
108 - DESTDIR="${D}" meson_src_install
109 - dobin "${S}"/helpers/scale-to-fit
110 -}
111 -
112 -pkg_postinst() {
113 - xdg_pkg_postinst
114 - gnome2_schemas_update
115 -}
116 -
117 -pkg_postrm() {
118 - xdg_pkg_postrm
119 -}
120
121 diff --git a/x11-wm/phoc/phoc-0.12.0.ebuild b/x11-wm/phoc/phoc-0.13.1.ebuild
122 similarity index 94%
123 rename from x11-wm/phoc/phoc-0.12.0.ebuild
124 rename to x11-wm/phoc/phoc-0.13.1.ebuild
125 index 1b8747b84..5186898e1 100644
126 --- a/x11-wm/phoc/phoc-0.12.0.ebuild
127 +++ b/x11-wm/phoc/phoc-0.13.1.ebuild
128 @@ -3,12 +3,12 @@
129
130 EAPI=7
131
132 -inherit meson vala xdg gnome2-utils
133 +inherit meson xdg gnome2-utils
134
135 MY_PV="v${PV}"
136 MY_P="${PN}-${MY_PV}"
137
138 -WL_COMMIT="2fce64d30d378d7009a5770b2472231a0e535ada"
139 +WL_COMMIT="c9cd3502ba6113070020de50e41f0af72e0f5031"
140 WL_P="wlroots-${WL_COMMIT}"
141
142 DESCRIPTION="Wlroots based Phone compositor"