Skip to content

Commit

Permalink
gnome-extra/gnome-clocks: 3.24.0 → 3.26.1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <[email protected]>
  • Loading branch information
EvaSDK committed Nov 19, 2018
1 parent 2819042 commit 21c4197
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnome-extra/gnome-clocks/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST gnome-clocks-3.24.0.tar.xz 954576 BLAKE2B 848303243391bfbc5ae2fcd8bfb4f3320ccb8465098d95379aaecf856341f05171964eda1a0a8637e04b5330cee6343003ec25063157f6d8ba0abcc22aa3f6ef SHA512 f29a61ac9634008fa918f9f08c6e24c93816c0077687bd2feff3ef2c62c0db475076de5dbc1e223027627e985c4e4362f0cdf1a47821356c0a9ef9c4cd672de1
DIST gnome-clocks-3.26.1.tar.xz 800056 BLAKE2B 3ab9d611c9ef9f5b09ae3c5bd257a38582363e73da76f64784382d16c287fcd06524cd4d024a606328073c46604862a249f9ae5bbf5dbb31acd786a512bc2537 SHA512 226e0e253b5168aec8113da3018371dbf29716e4c0ba49c856333d66f6572a2bb846cca64cfc24dff55da577d0f60dce4eadfeb256eaa737d4040ee13fc62f85
50 changes: 50 additions & 0 deletions gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
VALA_MIN_API_VERSION="0.26"

inherit gnome.org gnome2-utils meson vala xdg

DESCRIPTION="Clocks application for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Clocks"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
>=app-misc/geoclue-2.3.1:2.0
>=dev-libs/glib-2.44:2
>=dev-libs/libgweather-3.14:2=[vala]
>=gnome-base/gnome-desktop-3.8:3=
>=media-libs/gsound-0.98[vala]
>=sci-geosciences/geocode-glib-1
>=app-misc/geoclue-2.4
>=x11-libs/gtk+-3.20:3
"
DEPEND="${RDEPEND}
$(vala_depend)
dev-util/itstool
>=dev-util/meson-0.41.0
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"

src_prepare() {
xdg_src_prepare
vala_src_prepare
}

pkg_postinst() {
xdg_pkg_postinst
gnome2_icon_cache_update
gnome2_schemas_update
}

pkg_postrm() {
xdg_pkg_postrm
gnome2_icon_cache_update
gnome2_schemas_update
}

0 comments on commit 21c4197

Please sign in to comment.