summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-16 08:36:22 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-16 08:56:23 +0200
commitb59c0b1acafa89ddb48c18b8a268ba1f05dd83d6 (patch)
tree738e85ff9ce04ce24db572f6b6b60b9bfbb94edd /xfce-base/garcon
parentdev-perl/Devel-NYTProf: Cleanup old (diff)
downloadgentoo-b59c0b1acafa89ddb48c18b8a268ba1f05dd83d6.tar.gz
gentoo-b59c0b1acafa89ddb48c18b8a268ba1f05dd83d6.tar.bz2
gentoo-b59c0b1acafa89ddb48c18b8a268ba1f05dd83d6.zip
xfce-base/garcon: Bump to 0.6.0 (bugfixes), EAPI 6
Diffstat (limited to 'xfce-base/garcon')
-rw-r--r--xfce-base/garcon/Manifest1
-rw-r--r--xfce-base/garcon/garcon-0.6.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index aa9c263c270f..2a35aeaa5ade 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -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
diff --git a/xfce-base/garcon/garcon-0.6.0.ebuild b/xfce-base/garcon/garcon-0.6.0.ebuild
new file mode 100644
index 000000000000..99503ce7c9f4
--- /dev/null
+++ b/xfce-base/garcon/garcon-0.6.0.ebuild
@@ -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 )