Skip to content

Commit

Permalink
x11-themes/numix-icon-theme: fix eclass usage
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
epsilon-0 authored and a17r committed Mar 12, 2021
1 parent 13c67f5 commit 9b1b3d1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 32 deletions.
15 changes: 11 additions & 4 deletions x11-themes/numix-icon-theme/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">numixproject/numix-icon-theme</remote-id>
</upstream>
<maintainer type="person">
<email>[email protected]</email>
<name>Aisha Tammy</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">numixproject/numix-icon-theme</remote-id>
</upstream>
</pkgmetadata>
10 changes: 3 additions & 7 deletions x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit gnome2-utils
inherit xdg

DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
Expand All @@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }
10 changes: 3 additions & 7 deletions x11-themes/numix-icon-theme/numix-icon-theme-19.09.20.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit gnome2-utils
inherit xdg

DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
Expand All @@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }
10 changes: 3 additions & 7 deletions x11-themes/numix-icon-theme/numix-icon-theme-20.03.20.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit gnome2-utils
inherit xdg

DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
Expand All @@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }
10 changes: 3 additions & 7 deletions x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit gnome2-utils
inherit xdg

DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
Expand All @@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }

0 comments on commit 9b1b3d1

Please sign in to comment.