Skip to content

Commit

Permalink
xfce-base/garcon: Bump to 0.6.0 (bugfixes), EAPI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Apr 16, 2017
1 parent ec0be6c commit b59c0b1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions xfce-base/garcon/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST garcon-0.5.0.tar.bz2 456940 SHA256 4cc933bb773e3194a0cce188c7a38da8a72e33871635113917eff81bfc98f9c9 SHA512 9e360e71ae12dbfb5e948fd86c2ec3d6993e6ec68379adb588492386a4fe492480c365bd33f811c5cc7c8bf80044eff8bd942690b4dd4e0a9d4fc0c58dd29cf5 WHIRLPOOL 9761fbf8a48e483b60bc84d3a1a6cc7b7af270e067a15d5f9b7c801f864467163c4ec02c88c9a81fa67e80d0adaa2439b95e30164dac8f785e769db25ccdbfd3
DIST garcon-0.6.0.tar.bz2 511249 SHA256 e825036b874ad856378a61e2360b19b0a6e32cbda5df64060674a215e1427796 SHA512 4ab5787ca39bd75772312e46036438f8b253ae2f2e9ce4de1303db8e42aa0fde144cadf631b57c9164e47aae75e5ee1609e315e0c114a298a9ec536e29f76c1b WHIRLPOOL 0db9aca455423c21b9049aac7a30cae3341f41b7359e8af6bd82bee517878af4176f8ed10849a3694536e84614e8e807f9d2a3ae3c2346d3ab7ecb5a632f5602
26 changes: 26 additions & 0 deletions xfce-base/garcon/garcon-0.6.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library"
HOMEPAGE="http://www.xfce.org/projects/libraries/"
SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="LGPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""

RDEPEND=">=dev-libs/glib-2.30:=
>=x11-libs/gtk+-2.24:2=
>=x11-libs/gtk+-3.14:3=
>=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
>=xfce-base/libxfce4util-4.11:="
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"

DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )

0 comments on commit b59c0b1

Please sign in to comment.