x11-misc/appmenu-gtk-module: drop 0.7.3-r2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2022-08-26 08:57:46 +02:00
parent 8c4440ad22
commit 9a3a97024d
2 changed files with 0 additions and 51 deletions

View File

@@ -1,2 +1 @@
DIST appmenu-gtk-module-0.7.3.tar.xz 48460 BLAKE2B b7008aa618e643a95445aad25bc19eed5b887810891318a891f088284f8f128e6392671226742a8b0c70699a9455739ee61ed56aec32129532ba53dc69809913 SHA512 d7df7e3cea3ccb66d013b23ae8796b8cbb0e0787f37f54078715c4863797c28d44ff38d7ac965b6eb0fd5cb327c1a4b891c74c66ba95b9b9a06e2c06ba5b2ad8
DIST appmenu-gtk-module-0.7.6.tar.xz 41212 BLAKE2B 7d37107e36502e44a38a1dc4e7ab02a761ec368b791182b223a4ae2631bad2eb52d9fec913ae0274f95f15a1cfbefb47f4807f1e83e8e3985fd4af7c6f0d075b SHA512 6efad2a13a04ae0a2a5e87fdc62eb7a37c8c85051339a3774fd8b579eea97b4633b10e064325205b3f10597530bab003deae24986c3175429a899c292e8786d5

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake gnome2-utils systemd
DESCRIPTION="Application menu module for GTK"
HOMEPAGE="https://gitlab.com/vala-panel-project/vala-panel-appmenu"
SRC_URI="https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/570a2d1a65e77d42cb19e5972d0d1b84/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE="wayland"
RDEPEND="
dev-libs/glib[dbus]
>=x11-libs/gtk+-2.24.0:2
>=x11-libs/gtk+-3.22.0:3[wayland=]
"
DEPEND="${RDEPEND}
dev-libs/wayland
"
src_prepare() {
cmake_src_prepare
sed -i -e "/^pkg_check_modules(SYSTEMD/d" data/CMakeLists.txt || die
}
src_configure() {
local mycmakeargs=(
-DGSETTINGS_COMPILE=OFF
-DCMAKE_DISABLE_FIND_PACKAGE_VCM=ON
)
cmake_src_configure
}
src_install() {
cmake_src_install
exeinto /etc/X11/xinit/xinitrc.d
newexe "${FILESDIR}"/${PN} 85-${PN}
systemd_dounit "${BUILD_DIR}"/data/appmenu-gtk-module.service
}
pkg_postinst() {
gnome2_schemas_update
}