summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-26 08:57:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-26 09:09:26 +0200
commit9a3a97024def2425013f4f15791075d353e35955 (patch)
tree11f52303df1892a8d7dba3043ced127e03aa6315
parentsys-apps/xdg-desktop-portal: drop 1.14.4, 1.14.5 (diff)
downloadgentoo-9a3a9702.tar.gz
gentoo-9a3a9702.tar.bz2
gentoo-9a3a9702.zip
x11-misc/appmenu-gtk-module: drop 0.7.3-r2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--x11-misc/appmenu-gtk-module/Manifest1
-rw-r--r--x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/x11-misc/appmenu-gtk-module/Manifest b/x11-misc/appmenu-gtk-module/Manifest
index 1efeacc99c80..a2be37478ac4 100644
--- a/x11-misc/appmenu-gtk-module/Manifest
+++ b/x11-misc/appmenu-gtk-module/Manifest
@@ -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
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
deleted file mode 100644
index 46a05319bac6..000000000000
--- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r2.ebuild
+++ /dev/null
@@ -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
-}