Fixed incorrect ebuild.
This commit is contained in:
parent
2228f109b3
commit
acfa260820
3 changed files with 5 additions and 16 deletions
|
@ -1,2 +1,2 @@
|
|||
DIST freedownloadmanager.deb 36200104 BLAKE2B a20a454396b2af3b566a872dc9316ddc69bcff323f4a5f70e8194fb40460c98fbb627a309fdcea3e65d06ebd2e60f65b2a26fca391f79063ff49bfbd3ddacf88 SHA512 3b4bb85897f70d140b53aced6dab4a067ab2f042a796b90540cfa1d1442ef7c7b3736c26392f324ffc9dee89d693693d8b84b73768483d6133a0a940dc4cd7a9
|
||||
EBUILD freedownloadmanager-6.19.0.5156.ebuild 1361 BLAKE2B ee77b504b135d2b51dd9222b862e1615cedebd645db37317832fe5980d211df7f2725668ac93386fc8c704434d33da293774811a6a87dd6967652617af09fb60 SHA512 2b0158465b985817dbbd99d42a58bf59c0b84d75a26ef9e920447bf19661583f58ebeed93d0e8d0261061a7198fc99ac9c797be899f6a132b4b58dff6f50ef06
|
||||
EBUILD freedownloadmanager-6.19.0.5156.ebuild 910 BLAKE2B 8310b69929fe471ea85b3c1c0c2ea4c6708d70af6290f98808b0ee0a984f09158392a385843cc26c32cc281f01d770163556afac18af91a61e6ba0d69149fac6 SHA512 39b571f5ee2192686fa5e3412b0e3e1ec7595c31a67ce82269d61703c6c76496265234dafb7cbd5e8a29132fac622c87a43bee0a9fe87d36a7c8dd57c5921fe4
|
||||
|
|
|
@ -30,12 +30,6 @@ DEPEND="
|
|||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download"
|
||||
einfo " - overgrive_${PV}_all.deb -> ${PN}_${PV}.deb"
|
||||
einfo "from ${HOMEPAGE} and place them in your DISTDIR directory."
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
unpack ./control.tar.gz
|
||||
unpack ./data.tar.gz
|
||||
|
@ -47,17 +41,12 @@ src_prepare() {
|
|||
src_install() {
|
||||
doins -r opt
|
||||
doins -r usr
|
||||
dosym /opt/thefanclub/overgrive/__pycache__/overgrive.cpython-36.pyc /opt/thefanclub/overgrive/overgrive
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
fdo-mime_desktop_database_update
|
||||
fdo-mime_mime_database_update
|
||||
/usr/bin/gtk-update-icon-cache
|
||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
|
||||
xdg_icon_cahce_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
fdo-mime_desktop_database_update
|
||||
/usr/bin/gtk-update-icon-cache
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue