*/*: Bump copyright on files touched this year
[gentoo.git] / xfce-extra / xfce4-datetime-plugin / xfce4-datetime-plugin-0.8.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="A panel plug-in with date, time and embedded calender"
7 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
8 SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
9
10 LICENSE="GPL-2+"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
13 IUSE=""
14
15 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
16         >=xfce-base/xfce4-panel-4.12:="
17 DEPEND="${RDEPEND}
18         dev-util/intltool
19         sys-devel/gettext
20         virtual/pkgconfig"
21
22 src_install() {
23         default
24         find "${D}" -name '*.la' -delete || die
25 }