Lines 1-11
Link Here
|
1 |
# Copyright 1999-2024 Gentoo Authors |
1 |
# Copyright 1999-2024 Gentoo Authors |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI=8 |
4 |
EAPI=8 |
5 |
|
5 |
|
6 |
inherit cmake xdg multilib-minimal |
6 |
inherit cmake gnome2-utils xdg multilib-minimal |
7 |
|
7 |
|
8 |
if [[ ${PV} == *9999* ]] ; then |
8 |
if [[ ${PV} == *9999* ]] ; then |
9 |
EGIT_REPO_URI="https://github.com/strukturag/libheif.git" |
9 |
EGIT_REPO_URI="https://github.com/strukturag/libheif.git" |
10 |
inherit git-r3 |
10 |
inherit git-r3 |
11 |
else |
11 |
else |
Lines 98-102
Link Here
|
98 |
} |
98 |
} |
99 |
|
99 |
|
100 |
multilib_src_install_all() { |
100 |
multilib_src_install_all() { |
101 |
einstalldocs |
101 |
einstalldocs |
102 |
} |
102 |
} |
|
|
103 |
|
104 |
pkg_postinst() { |
105 |
xdg_pkg_postinst |
106 |
use gdk-pixbuf && multilib_foreach_abi gnome2_gdk_pixbuf_update |
107 |
} |
108 |
|
109 |
pkg_postrm() { |
110 |
xdg_pkg_postrm |
111 |
use gdk-pixbuf && multilib_foreach_abi gnome2_gdk_pixbuf_update |
112 |
} |