1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

x11-misc/plank: Port to EAPI 7

This commit is contained in:
2020-01-05 19:24:57 +01:00
parent f34ab44d5b
commit 18959c001f
2 changed files with 16 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
VALA_MIN_API_VERSION=0.26
VALA_USE_DEPEND=vapigen
inherit vala gnome2
inherit vala gnome2-utils xdg-utils
DESCRIPTION="Dock panel famious docky"
HOMEPAGE="https://launchpad.net/plank"
@@ -40,3 +40,15 @@ src_prepare() {
NOCONFIGURE=1 REQUIRED_PKG_CONFIG_VERSION=0.1 ./autogen.sh
vala_src_prepare
}
pkg_postinst() {
gnome2_schemas_update
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
gnome2_schemas_update
xdg_desktop_database_update
xdg_icon_cache_update
}