gnome-extra/cinnamon-menus: Version bump
authorPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 15:18:20 +0000 (17:18 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 16:26:26 +0000 (18:26 +0200)
Package-Manager: portage-2.3.0_rc1

gnome-extra/cinnamon-menus/Manifest
gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild [new file with mode: 0644]

index a42d126b83b2a98df3de2d0e8058c22b24f12366..2b77a6d98c16c1b1821c47250e0057a39ccafbb6 100644 (file)
@@ -1 +1,2 @@
 DIST cinnamon-menus-2.8.0.tar.gz 208853 SHA256 06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09 WHIRLPOOL a90f4f3a9f52fec607c082d4c713d4c601a4646d57844f0c372140bb83f98017698f4fdd7bcf5d5e2c96f3e864c5717cfedea5fb4c02f5a10618aeede8fedfb6
+DIST cinnamon-menus-3.0.2.tar.gz 211077 SHA256 e17494e65edb6ca8b36e05ca21316db8ce6864d4f9bfa9312a661d5c39054ad7 SHA512 a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f WHIRLPOOL 2bf6b26a40e45121c8adb40df0a3873aaf171beca14af8759adc725313b97fcce3ff150551bfe43d72e6caa835ebac9d1fe379852b280b967828486cd2951edf
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
new file mode 100644 (file)
index 0000000..4cc55fc
--- /dev/null
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools gnome2
+
+DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
+HOMEPAGE="http://cinnamon.linuxmint.com/"
+SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +introspection"
+
+RDEPEND="
+       >=dev-libs/glib-2.29.15:2
+       introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+DEPEND="${RDEPEND}
+       dev-libs/gobject-introspection-common
+       >=dev-util/intltool-0.40
+       gnome-base/gnome-common
+       sys-devel/gettext
+       virtual/pkgconfig
+"
+
+src_prepare() {
+       eautoreconf
+       gnome2_src_prepare
+}
+
+src_configure() {
+       gnome2_src_configure \
+               $(usex debug --enable-debug=yes ' ') \
+               $(use_enable introspection) \
+               --disable-static
+}