|
|
} | } |
| |
src_install () { | src_install () { |
make DESTDIR=${D} install || die |
make DESTDIR="${D}" install || die |
insinto /usr/share/applications ; doins ${FILESDIR}/poedit.desktop |
doicon "${S}"/src/icons/appicon/poedit.png |
insinto /usr/share/pixmaps ; doins ${S}/src/icons/appicon/poedit.svg |
insinto /usr/share/applications ; doins "${S}"/install/poedit.desktop |
dodoc AUTHORS COPYING NEWS README TODO |
dodoc AUTHORS NEWS README TODO |
} | } |