Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 997 | Differences between
and this patch

Collapse All | Expand All

(-)blackbox-0.62.1-r1.ebuild (-14 / +15 lines)
Lines 16-24 Link Here
16
16
17
HOMEPAGE="http://blackboxwm.sf.net/"
17
HOMEPAGE="http://blackboxwm.sf.net/"
18
18
19
20
DEPEND=">=x11-base/xfree-4.0"
19
DEPEND=">=x11-base/xfree-4.0"
21
20
21
PROVIDE="virtual/blackbox"
22
22
src_compile() {
23
src_compile() {
23
    local myconf
24
    local myconf
24
    use nls || myconf="$myconf --disable-nls"
25
    use nls || myconf="$myconf --disable-nls"
Lines 46-64 Link Here
46
    #notify user about the new share dir
47
    #notify user about the new share dir
47
    if [ -d /usr/share/Blackbox ]
48
    if [ -d /usr/share/Blackbox ]
48
    then
49
    then
49
        echo
50
        einfo
50
        echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
51
        einfo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
51
        echo "! Blackbox no longer uses /usr/share/Blackbox as the    !"
52
        einfo "! Blackbox no longer uses /usr/share/Blackbox as the    !"
52
        echo "! default share directory to contain styles and menus.  !"
53
        einfo "! default share directory to contain styles and menus.  !"
53
        echo "! The default directory is now /usr/share/blackbox      !"
54
        einfo "! The default directory is now /usr/share/blackbox      !"
54
        echo "! Please move any files in /usr/share/Blackbox that you !"
55
        einfo "! Please move any files in /usr/share/Blackbox that you !"
55
        echo "! wish to keep (personal styles and your menu) into the !"
56
        einfo "! wish to keep (personal styles and your menu) into the !"
56
        echo "! new directory and modify your menu files to point all !"
57
        einfo "! new directory and modify your menu files to point all !"
57
        echo "! listed paths to the new directory.                    !"
58
        einfo "! listed paths to the new directory.                    !"
58
        echo "! Also, be sure to update the paths in each user's      !"
59
        einfo "! Also, be sure to update the paths in each user's      !"
59
        echo "! .blackboxrc file found in their home directory.       !"
60
        einfo "! .blackboxrc file found in their home directory.       !"
60
        echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
61
        einfo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
61
        echo
62
        einfo
62
    fi
63
    fi
63
}
64
}
64
65

Return to bug 997