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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user