From ca560774a4f77df2eb1d2da49f5b1cf2ff6ab2ca Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 30 Jul 2016 21:23:12 +0200 Subject: xfce-extra/xfce4-datetime-plugin: Bump to 0.6.99, the GTK+3 pre-release --- xfce-extra/xfce4-datetime-plugin/Manifest | 1 + .../xfce4-datetime-plugin-0.6.99.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest b/xfce-extra/xfce4-datetime-plugin/Manifest index f0fb44eae1be..7bb9775666fd 100644 --- a/xfce-extra/xfce4-datetime-plugin/Manifest +++ b/xfce-extra/xfce4-datetime-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-datetime-plugin-0.6.2.tar.bz2 287129 SHA256 9734da671e8d1d7de5fae92093a05d653c9245b838542fb9aff3e10368cc9e2c SHA512 53d7b28c125bf74479d4788b2cb9462d3d5252bca9ab4c615fcd98e63b2dd4b30d2492214b447169e0f895449051f1f001323cb0435e41365fd5b992283c4e6d WHIRLPOOL a86415cc4f5c38581822985d4ea5a7e76bd6c007249c9dc2df45fd42c51006227fe65be032d03f0daddfedb1fec8c238059632cd873420fd93502516034aa6f6 +DIST xfce4-datetime-plugin-0.6.99.tar.bz2 291976 SHA256 4c736ef9db039e5d8edd69280dde40c8171296f326531b67064e40ffe4739f35 SHA512 5f19bf31b50bbb3c4f0cb8eaf1c690eabcb0316a2b49b6097ae7a4a4fd36735193a0c8c2e73c50fde0a75c3a21c755ba7e768fa4827cf4e9628fcd8c0620bcbe WHIRLPOOL 4eced2ef2ae74d393ac7c920f770b6c6d2560776c4f23009ae1dba5ca65de3dc468150aa386a32865d567f23144d0b48b66e64d27ba17aaf97e45e64df995786 diff --git a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild new file mode 100644 index 000000000000..646557c83859 --- /dev/null +++ b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xfconf + +DESCRIPTION="A panel plug-in with date, time and embedded calender" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/xfce4-panel-4.12:=" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS THANKS ) +} -- cgit v1.2.3-65-gdbad