Сравнение wmii-3.9.2-r7 с wmii-3.9.2-r8
/usr/portage/x11-wm/wmii/wmii-3.9.2-r8.ebuild 2023-10-09 14:52:36.004368514 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
75 | 75 |
src_install() { |
76 | 76 |
emake "${mywmiiconf[@]}" DESTDIR="${D}" install |
77 | 77 | |
78 |
echo ${PN} > "${T}"/${PN} || die |
|
79 | 78 |
exeinto /etc/X11/Sessions |
80 |
doexe "${T}"/${PN} |
|
79 |
newexe - ${PN} <<-EOF |
|
80 |
#!/bin/sh |
|
81 |
${PN} |
|
82 |
EOF |
|
81 | 83 | |
82 | 84 |
insinto /usr/share/xsessions |
83 | 85 |
doins "${FILESDIR}"/${PN}.desktop |