mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
gnome-base/gnome-menus: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST gnome-menus-3.10.1-patches.tar.xz 5708 BLAKE2B 0f6549744aa157f362ed6743b600e73d9897ca6c88c8f1d0bfcc2d7c96889e69624cc1f80b44c46bba6425f98379dd85e737885f079b6f15be47047922fd6da6 SHA512 bfdca2ba70525b71059262d4d19a2567c3d74c7f255ff823e5c24e631b764ab05be954ec16630729220a22f2425f8d2a8ecb1b22641346f53d5af9d9f90feebc
|
||||
DIST gnome-menus-3.10.1.tar.xz 423052 BLAKE2B 5ab0144d1a44db598746822accc11f528520ff4eb453f667352d1ce590f10c9a7956dc0e552b98e680fbe9809c5c32b4faf91c03230088675cffad965cd7abb4 SHA512 e6f0fe223e60f6c33a2ed2cd958035e5560d4063fbe7485263c4ad0eba82e18948d19f7dbe84dd0db5c339e94366759a0f98da533e2798c3ed9cc9a87f73c7e0
|
||||
DIST gnome-menus-3.13.3.tar.xz 404664 BLAKE2B 7772c817317b4af86e740aeea3095f51ff210f73e53160ca2359d45a017236c82fe787956c04a9e0001e2511671438d4955f0bf7947cdfa8649d78fe931d6d79 SHA512 d631eb17ddc1b33227d0e5862a9344a8605ee1e9ebc1f12ce4ac98895adaf8a82ef2a49415d99bc194a02f30f30c3d6d49759f280fbc246c9e482711fd5021d2
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
|
||||
inherit eutils gnome2
|
||||
|
||||
DESCRIPTION="Library for the Desktop Menu fd.o specification"
|
||||
HOMEPAGE="https://git.gnome.org/browse/gnome-menus"
|
||||
SRC_URI="${SRC_URI}
|
||||
https://dev.gentoo.org/~tetromino/distfiles/${PN}/${PN}-3.10.1-patches.tar.xz"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
SLOT="3"
|
||||
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
||||
|
||||
IUSE="debug +introspection test"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.29.15:2
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
|
||||
"
|
||||
# Older versions of slot 0 install the menu editor and the desktop directories
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!<gnome-base/gnome-menus-3.0.1-r1:0
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=dev-util/intltool-0.40
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
test? ( dev-libs/gjs )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# Don't show KDE standalone settings desktop files in GNOME others menu
|
||||
epatch "${FILESDIR}/${PN}-3.8.0-ignore_kde_standalone.patch"
|
||||
|
||||
# Fixes for crashes and memory leaks from upstream git master
|
||||
epatch ../"${PN}-3.10.1-patches"/*.patch
|
||||
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
DOCS="AUTHORS ChangeLog HACKING NEWS README"
|
||||
|
||||
# Do NOT compile with --disable-debug/--enable-debug=no
|
||||
# It disables api usage checks
|
||||
gnome2_src_configure \
|
||||
$(usex debug --enable-debug=yes --enable-debug=minimum) \
|
||||
$(use_enable introspection) \
|
||||
--disable-static
|
||||
}
|
||||
@@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="yes"
|
||||
|
||||
inherit eutils gnome2
|
||||
|
||||
DESCRIPTION="Library for the Desktop Menu fd.o specification"
|
||||
HOMEPAGE="https://git.gnome.org/browse/gnome-menus"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
SLOT="3"
|
||||
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
||||
|
||||
IUSE="+introspection test"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.29.15:2
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
|
||||
"
|
||||
# Older versions of slot 0 install the menu editor and the desktop directories
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!<gnome-base/gnome-menus-3.0.1-r1:0
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=dev-util/intltool-0.40
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
test? ( dev-libs/gjs )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# Don't show KDE standalone settings desktop files in GNOME others menu
|
||||
epatch "${FILESDIR}/${PN}-3.8.0-ignore_kde_standalone.patch"
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
DOCS="AUTHORS ChangeLog HACKING NEWS README"
|
||||
|
||||
# Do NOT compile with --disable-debug/--enable-debug=no
|
||||
# It disables api usage checks
|
||||
gnome2_src_configure \
|
||||
$(use_enable introspection) \
|
||||
--disable-static
|
||||
}
|
||||
Reference in New Issue
Block a user