summaryrefslogtreecommitdiff
path: root/dev-libs/libdbusmenu
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-libs/libdbusmenu
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-libs/libdbusmenu')
-rw-r--r--dev-libs/libdbusmenu/Manifest2
-rw-r--r--dev-libs/libdbusmenu/libdbusmenu-16.04.0-r1.ebuild (renamed from dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild)15
2 files changed, 5 insertions, 12 deletions
diff --git a/dev-libs/libdbusmenu/Manifest b/dev-libs/libdbusmenu/Manifest
index 426aaaa95609..5935a81ba620 100644
--- a/dev-libs/libdbusmenu/Manifest
+++ b/dev-libs/libdbusmenu/Manifest
@@ -1,5 +1,5 @@
AUX libdbusmenu-16.04.0-configure-fix.patch 1268 BLAKE2B 9b7c045b46b9b8ad6af069d4d95c0e867e4cdd7c5edba1412483a7b11424d24d757bd04c7f64fdd0ae36107befe26b54e589d658739438f331bf82277a79e391 SHA512 e872017556eb7e6b23a9c80e478b9e25be604bd2500be94879bad6634150265bb7b2979fc3cbe05a06dc9f3ca115ab57457853b37c6db622b5ec4bb23abff2bd
AUX libdbusmenu-16.04.0-werror.patch 1131 BLAKE2B 0f08e797095a8f9358abe1784b64f8f4126f6ba6c271991a4cf95781485e6ddda30cc98db8c50c7f3cae61f398cec6d236fbccc7063073f041337832fa132536 SHA512 ba1144695110cd8ecf89deaea28e0aacc40b00a500a1dc86c28e67754599117e0a2217c4d6066c1061fa009af82e463dd303ba78c479053857ef6e793959068e
DIST libdbusmenu-16.04.0.tar.gz 760376 BLAKE2B 6996ce09bc2b81a8f415a46490ecb3189a064a64f1716919bb1495dccefa220ab058af06f4b3391c954ec76ec38e62db9c092b620cb69cacffb064e590ec1297 SHA512 ee9654ac4ed94bdebc94a6db83b126784273a417a645b2881b2ba676a5f67d7fc95dd2bb37bfb0890aa47299ed73cb21ed7de8b75f3fed6b69bfd39065062241
-EBUILD libdbusmenu-16.04.0.ebuild 4050 BLAKE2B 7dd433075ca01b118a6c9540f6283db8cba309d93d06092563746338282e11c716a9d142656be3165b8db4edd6808952853947a8aa633a43c3a9b73e96eedbbe SHA512 239eb435509708f61103ac561b34d8f2b355ed3b234a93e68914aa50e86c09f49533a80bdf5b25561a6102b37c312256a106f474995b8b1c4a5d37ebbaa61aaa
+EBUILD libdbusmenu-16.04.0-r1.ebuild 3891 BLAKE2B 2eedacd0431a016f6b34acdf7ba180af4beb01e053cad27e350cec93059fc18acdf29e9581b4567191d2730392705ff7d34cb55d6d90c0e9508ca128b2644ebe SHA512 9a93356a0524f9c6d75cb9ce117be3b675c96256f1c0b6c4b968e3659e5a94c1e4942f26bea7d52c0e03d086253f4194e54cec81ab03db288757cd995e766fc0
MISC metadata.xml 361 BLAKE2B 93f09713c694acddbfa9011a7a8c688341336d641ac74e49e914e2e099865fa6f7755a645dcee37014f5251b1577b980cb2b62e06d17f3d74ef5f0c02b0e769c SHA512 65033c817aacc6bf81e47970baca8feb6dacfcc74ed788806f65dc49e48178419b300edac867688f1be36d2ffc9291366274832912fa61cee48c328ca8f55efd
diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild b/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r1.ebuild
index d2da6965ec8f..e5b1db2075e5 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r1.ebuild
@@ -5,32 +5,27 @@ EAPI=6
VALA_MIN_API_VERSION=0.16
VALA_USE_DEPEND=vapigen
-PYTHON_COMPAT=( python2_7 )
VIRTUALX_REQUIRED=manual
-inherit autotools flag-o-matic multilib-minimal python-single-r1 vala \
- virtualx xdg-utils
+inherit autotools flag-o-matic multilib-minimal vala virtualx xdg-utils
DESCRIPTION="Library to pass menu structure across DBus"
-HOMEPAGE="https://launchpad.net/dbusmenu"
+HOMEPAGE="https://launchpad.net/libdbusmenu"
SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1 LGPL-3"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86"
IUSE="debug gtk gtk3 +introspection test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/dbus-glib-0.100[${MULTILIB_USEDEP}]
>=dev-libs/glib-2.35.4[${MULTILIB_USEDEP}]
dev-libs/libxml2[${MULTILIB_USEDEP}]
- ${PYTHON_DEPS}
gtk? ( x11-libs/gtk+:2[introspection?,${MULTILIB_USEDEP}] )
gtk3? ( >=x11-libs/gtk+-3.2:3[introspection?,${MULTILIB_USEDEP}] )
- introspection? ( >=dev-libs/gobject-introspection-1 )
- !<${CATEGORY}/${PN}-0.5.1-r200"
+ introspection? ( >=dev-libs/gobject-introspection-1 )"
# tests also have optional dep on valgrind which we do not enforce
DEPEND="${RDEPEND}
app-text/gnome-doc-utils
@@ -48,7 +43,6 @@ DEPEND="${RDEPEND}
pkg_setup() {
xdg_environment_reset
- python-single-r1_pkg_setup
}
src_prepare() {
@@ -56,7 +50,6 @@ src_prepare() {
vala_src_prepare
export VALA_API_GEN="${VAPIGEN}"
fi
- python_fix_shebang tools
eapply "${FILESDIR}/${P}-configure-fix.patch"
eapply "${FILESDIR}/${P}-werror.patch"