| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 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 | # $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.20 2010/11/03 17:43:13 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.44 2012/09/27 16:35:42 axs Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: xfconf.eclass |
5 | # @ECLASS: xfconf.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # XFCE maintainers <xfce@gentoo.org> |
7 | # XFCE maintainers <xfce@gentoo.org> |
| 8 | # @BLURB: Default XFCE ebuild layout |
8 | # @BLURB: Default XFCE ebuild layout |
| 9 | # @DESCRIPTION: |
9 | # @DESCRIPTION: |
| 10 | # Default XFCE ebuild layout |
10 | # Default XFCE ebuild layout |
| 11 | |
11 | |
| 12 | # @ECLASS-VARIABLE: EAUTORECONF |
12 | # @ECLASS-VARIABLE: EAUTORECONF |
| 13 | # @DESCRIPTION: |
13 | # @DESCRIPTION: |
| 14 | # Run eautoreconf instead of elibtoolize if set "yes" |
14 | # Run eautoreconf instead of elibtoolize if the variable is set |
| 15 | |
|
|
| 16 | # @ECLASS-VARIABLE: EINTLTOOLIZE |
|
|
| 17 | # @DESCRIPTION: |
|
|
| 18 | # Run intltoolize --force --copy --automake if set "yes" |
|
|
| 19 | |
|
|
| 20 | # @ECLASS-VARIABLE: DOCS |
|
|
| 21 | # @DESCRIPTION: |
|
|
| 22 | # Define documentation to install |
|
|
| 23 | |
|
|
| 24 | # @ECLASS-VARIABLE: PATCHES |
|
|
| 25 | # @DESCRIPTION: |
|
|
| 26 | # Define patches to apply |
|
|
| 27 | |
15 | |
| 28 | # @ECLASS-VARIABLE: XFCONF |
16 | # @ECLASS-VARIABLE: XFCONF |
| 29 | # @DESCRIPTION: |
17 | # @DESCRIPTION: |
| 30 | # Define options for econf |
18 | # This should be an array defining arguments for econf |
| 31 | |
19 | |
| 32 | inherit autotools base eutils fdo-mime gnome2-utils libtool |
20 | AUTOTOOLS_AUTO_DEPEND=no |
| 33 | |
21 | |
| 34 | if ! [[ ${MY_P} ]]; then |
22 | unset _xfconf_live |
| 35 | MY_P=${P} |
23 | [[ $PV == *9999* ]] && _xfconf_live=git-2 |
| 36 | else |
|
|
| 37 | S=${WORKDIR}/${MY_P} |
|
|
| 38 | fi |
|
|
| 39 | |
24 | |
| 40 | SRC_URI="mirror://xfce/xfce/${PV}/src/${MY_P}.tar.bz2" |
25 | inherit ${_xfconf_live} autotools base eutils fdo-mime gnome2-utils libtool |
| 41 | |
26 | |
| 42 | if [[ "${EINTLTOOLIZE}" == "yes" ]]; then |
27 | EGIT_BOOTSTRAP=autogen.sh |
| 43 | _xfce4_intltool="dev-util/intltool" |
28 | EGIT_REPO_URI="git://git.xfce.org/xfce/${MY_PN:-${PN}}" |
| 44 | fi |
|
|
| 45 | |
29 | |
| 46 | if [[ "${EAUTORECONF}" == "yes" ]]; then |
30 | _xfconf_deps="" |
| 47 | _xfce4_m4=">=dev-util/xfce4-dev-tools-4.7.0" |
31 | _xfconf_m4=">=dev-util/xfce4-dev-tools-4.10 ${AUTOTOOLS_DEPEND}" |
| 48 | fi |
32 | |
|
|
33 | [[ -n $_xfconf_live ]] && _xfconf_deps+=" dev-util/gtk-doc ${_xfconf_m4}" |
|
|
34 | [[ -n $EAUTORECONF ]] && _xfconf_deps+=" ${_xfconf_m4}" |
| 49 | |
35 | |
| 50 | RDEPEND="" |
36 | RDEPEND="" |
| 51 | DEPEND="${_xfce4_intltool} |
37 | DEPEND="${_xfconf_deps}" |
| 52 | ${_xfce4_m4}" |
|
|
| 53 | |
38 | |
| 54 | unset _xfce4_intltool |
39 | unset _xfconf_deps |
| 55 | unset _xfce4_m4 |
40 | unset _xfconf_m4 |
| 56 | |
41 | |
| 57 | XFCONF_EXPF="src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm" |
|
|
| 58 | case ${EAPI:-0} in |
42 | case ${EAPI:-0} in |
| 59 | 3|2) XFCONF_EXPF="${XFCONF_EXPF} src_prepare src_configure" ;; |
|
|
| 60 | 1|0) ;; |
43 | 4|5) ;; |
| 61 | *) die "Unknown EAPI." ;; |
44 | *) die "Unknown EAPI." ;; |
| 62 | esac |
45 | esac |
| 63 | EXPORT_FUNCTIONS ${XFCONF_EXPF} |
46 | |
|
|
47 | [[ -n $_xfconf_live ]] && _xfconf_live=src_unpack |
|
|
48 | |
|
|
49 | EXPORT_FUNCTIONS ${_xfconf_live} src_prepare src_configure src_install pkg_preinst pkg_postinst pkg_postrm |
| 64 | |
50 | |
| 65 | # @FUNCTION: xfconf_use_debug |
51 | # @FUNCTION: xfconf_use_debug |
| 66 | # @DESCRIPTION: |
52 | # @DESCRIPTION: |
| 67 | # Return --enable-debug, null, --enable-debug=full or --disable-debug based on |
53 | # If IUSE has debug, return --enable-debug=minimum. |
| 68 | # XFCONF_FULL_DEBUG variable and USE debug |
54 | # If USE debug is enabled, return --enable-debug which is the same as --enable-debug=yes. |
|
|
55 | # If USE debug is enabled and the XFCONF_FULL_DEBUG variable is set, return --enable-debug=full. |
| 69 | xfconf_use_debug() { |
56 | xfconf_use_debug() { |
| 70 | if has debug ${IUSE}; then |
57 | if has debug ${IUSE}; then |
| 71 | if use debug; then |
58 | if use debug; then |
| 72 | if [[ -n $XFCONF_FULL_DEBUG ]]; then |
59 | if [[ -n $XFCONF_FULL_DEBUG ]]; then |
| 73 | echo "--enable-debug=full" |
60 | echo "--enable-debug=full" |
| 74 | else |
61 | else |
| 75 | echo "--enable-debug" |
62 | echo "--enable-debug" |
| 76 | fi |
63 | fi |
| 77 | else |
64 | else |
| 78 | if [[ -n $XFCONF_FULL_DEBUG ]]; then |
|
|
| 79 | echo "--disable-debug" |
65 | echo "--enable-debug=minimum" |
| 80 | fi |
|
|
| 81 | fi |
66 | fi |
|
|
67 | else |
|
|
68 | ewarn "${FUNCNAME} called without debug in IUSE" |
| 82 | fi |
69 | fi |
| 83 | } |
70 | } |
| 84 | |
71 | |
| 85 | # @FUNCTION: xfconf_src_unpack |
72 | # @FUNCTION: xfconf_src_unpack |
| 86 | # @DESCRIPTION: |
73 | # @DESCRIPTION: |
| 87 | # Run base_src_util autopatch and eautoreconf or elibtoolize |
74 | # Run git-2_src_unpack if required |
| 88 | xfconf_src_unpack() { |
75 | xfconf_src_unpack() { |
| 89 | debug-print-function ${FUNCNAME} "$@" |
76 | NOCONFIGURE=1 git-2_src_unpack |
| 90 | unpack ${A} |
|
|
| 91 | cd "${S}" |
|
|
| 92 | has src_prepare ${XFCONF_EXPF} || xfconf_src_prepare |
|
|
| 93 | } |
77 | } |
| 94 | |
78 | |
| 95 | # @FUNCTION: xfconf_src_prepare |
79 | # @FUNCTION: xfconf_src_prepare |
| 96 | # @DESCRIPTION: |
80 | # @DESCRIPTION: |
| 97 | # Run base_src_util autopatch and eautoreconf or elibtoolize |
81 | # Run base_src_prepare and eautoreconf or elibtoolize |
| 98 | xfconf_src_prepare() { |
82 | xfconf_src_prepare() { |
| 99 | debug-print-function ${FUNCNAME} "$@" |
83 | debug-print-function ${FUNCNAME} "$@" |
| 100 | base_src_prepare |
84 | base_src_prepare |
| 101 | |
85 | |
| 102 | if [[ "${EINTLTOOLIZE}" == "yes" ]]; then |
|
|
| 103 | intltoolize --force --copy --automake || die "intltoolize failed" |
|
|
| 104 | fi |
|
|
| 105 | |
|
|
| 106 | if [[ "${EAUTORECONF}" == "yes" ]]; then |
86 | if [[ -n $EAUTORECONF ]]; then |
| 107 | has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX= |
|
|
| 108 | AT_M4DIR="${EPREFIX}/usr/share/xfce4/dev-tools/m4macros" eautoreconf |
87 | AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf |
| 109 | else |
88 | else |
| 110 | elibtoolize |
89 | elibtoolize |
| 111 | fi |
90 | fi |
| 112 | } |
91 | } |
| 113 | |
92 | |
| 114 | # @FUNCTION: xfconf_src_configure |
93 | # @FUNCTION: xfconf_src_configure |
| 115 | # @DESCRIPTION: |
94 | # @DESCRIPTION: |
| 116 | # Run econf with opts in XFCONF array |
95 | # Run econf with opts from the XFCONF array |
| 117 | xfconf_src_configure() { |
96 | xfconf_src_configure() { |
| 118 | debug-print-function ${FUNCNAME} "$@" |
97 | debug-print-function ${FUNCNAME} "$@" |
| 119 | |
98 | [[ -n $_xfconf_live ]] && XFCONF+=( --enable-maintainer-mode ) |
| 120 | # Convert XFCONF to an array, see base.eclass for original code |
|
|
| 121 | if [[ "$(declare -p XFCONF 2>/dev/null 2>&1)" != "declare -a"* ]]; then |
|
|
| 122 | XFCONF=( ${XFCONF} ) |
|
|
| 123 | fi |
|
|
| 124 | |
|
|
| 125 | econf ${XFCONF[@]} |
99 | econf "${XFCONF[@]}" |
| 126 | } |
|
|
| 127 | |
|
|
| 128 | # @FUNCTION: xfconf_src_compile |
|
|
| 129 | # @DESCRIPTION: |
|
|
| 130 | # Run econf with opts in XFCONF variable |
|
|
| 131 | xfconf_src_compile() { |
|
|
| 132 | debug-print-function ${FUNCNAME} "$@" |
|
|
| 133 | has src_configure ${XFCONF_EXPF} || xfconf_src_configure |
|
|
| 134 | emake || die "emake failed" |
|
|
| 135 | } |
100 | } |
| 136 | |
101 | |
| 137 | # @FUNCTION: xfconf_src_install |
102 | # @FUNCTION: xfconf_src_install |
| 138 | # @DESCRIPTION: |
103 | # @DESCRIPTION: |
| 139 | # Run emake install and install documentation in DOCS variable |
104 | # Run emake install and install documentation in the DOCS array |
| 140 | xfconf_src_install() { |
105 | xfconf_src_install() { |
| 141 | debug-print-function ${FUNCNAME} "$@" |
106 | debug-print-function ${FUNCNAME} "$@" |
| 142 | emake DESTDIR="${D}" "$@" install || die "emake install failed" |
|
|
| 143 | |
107 | |
| 144 | if [[ -n ${DOCS} ]]; then |
108 | # FIXME |
| 145 | dodoc ${DOCS} || die "dodoc failed" |
109 | if [[ -n $_xfconf_live ]] && ! [[ -e ChangeLog ]]; then |
|
|
110 | touch ChangeLog |
| 146 | fi |
111 | fi |
| 147 | |
112 | |
| 148 | has "${EAPI:-0}" 0 1 2 && ! use prefix && ED="${D}" |
113 | base_src_install "$@" || die |
| 149 | find "${ED}" -name '*.la' -exec rm -f {} + |
|
|
| 150 | |
114 | |
| 151 | validate_desktop_entries |
115 | prune_libtool_files --all |
| 152 | } |
116 | } |
| 153 | |
117 | |
| 154 | # @FUNCTION: xfconf_pkg_preinst |
118 | # @FUNCTION: xfconf_pkg_preinst |
| 155 | # @DESCRIPTION: |
119 | # @DESCRIPTION: |
| 156 | # Run gnome2_icon_savelist |
120 | # Run gnome2_icon_savelist |