Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-gtk-module/
Date: Fri, 26 Aug 2022 07:09:36
Message-Id: 1661497766.9a3a97024def2425013f4f15791075d353e35955.asturm@gentoo
1 commit: 9a3a97024def2425013f4f15791075d353e35955
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 06:57:46 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 07:09:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3a9702
7
8 x11-misc/appmenu-gtk-module: drop 0.7.3-r2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 x11-misc/appmenu-gtk-module/Manifest | 1 -
13 .../appmenu-gtk-module-0.7.3-r2.ebuild | 50 ----------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/x11-misc/appmenu-gtk-module/Manifest b/x11-misc/appmenu-gtk-module/Manifest
17 index 1efeacc99c80..a2be37478ac4 100644
18 --- a/x11-misc/appmenu-gtk-module/Manifest
19 +++ b/x11-misc/appmenu-gtk-module/Manifest
20 @@ -1,2 +1 @@
21 -DIST appmenu-gtk-module-0.7.3.tar.xz 48460 BLAKE2B b7008aa618e643a95445aad25bc19eed5b887810891318a891f088284f8f128e6392671226742a8b0c70699a9455739ee61ed56aec32129532ba53dc69809913 SHA512 d7df7e3cea3ccb66d013b23ae8796b8cbb0e0787f37f54078715c4863797c28d44ff38d7ac965b6eb0fd5cb327c1a4b891c74c66ba95b9b9a06e2c06ba5b2ad8
22 DIST appmenu-gtk-module-0.7.6.tar.xz 41212 BLAKE2B 7d37107e36502e44a38a1dc4e7ab02a761ec368b791182b223a4ae2631bad2eb52d9fec913ae0274f95f15a1cfbefb47f4807f1e83e8e3985fd4af7c6f0d075b SHA512 6efad2a13a04ae0a2a5e87fdc62eb7a37c8c85051339a3774fd8b579eea97b4633b10e064325205b3f10597530bab003deae24986c3175429a899c292e8786d5
23
24 diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild
25 deleted file mode 100644
26 index 46a05319bac6..000000000000
27 --- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild
28 +++ /dev/null
29 @@ -1,50 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit cmake gnome2-utils systemd
36 -
37 -DESCRIPTION="Application menu module for GTK"
38 -HOMEPAGE="https://gitlab.com/vala-panel-project/vala-panel-appmenu"
39 -SRC_URI="https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/570a2d1a65e77d42cb19e5972d0d1b84/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2 LGPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
44 -IUSE="wayland"
45 -
46 -RDEPEND="
47 - dev-libs/glib[dbus]
48 - >=x11-libs/gtk+-2.24.0:2
49 - >=x11-libs/gtk+-3.22.0:3[wayland=]
50 -"
51 -DEPEND="${RDEPEND}
52 - dev-libs/wayland
53 -"
54 -
55 -src_prepare() {
56 - cmake_src_prepare
57 - sed -i -e "/^pkg_check_modules(SYSTEMD/d" data/CMakeLists.txt || die
58 -}
59 -
60 -src_configure() {
61 - local mycmakeargs=(
62 - -DGSETTINGS_COMPILE=OFF
63 - -DCMAKE_DISABLE_FIND_PACKAGE_VCM=ON
64 - )
65 - cmake_src_configure
66 -}
67 -
68 -src_install() {
69 - cmake_src_install
70 -
71 - exeinto /etc/X11/xinit/xinitrc.d
72 - newexe "${FILESDIR}"/${PN} 85-${PN}
73 -
74 - systemd_dounit "${BUILD_DIR}"/data/appmenu-gtk-module.service
75 -}
76 -
77 -pkg_postinst() {
78 - gnome2_schemas_update
79 -}