Fixed incorrect ebuild.
This commit is contained in:
parent
2228f109b3
commit
acfa260820
3 changed files with 5 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
BDEPEND=X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings )
|
||||
DEFINED_PHASES=install nofetch postinst postrm prepare setup
|
||||
DEFINED_PHASES=install postinst postrm prepare setup
|
||||
DEPEND=
|
||||
DESCRIPTION=Free Download Manager allows you to adjust traffic usage, organize downloads, control file priorities for torrents, efficiently download large files and resume broken downloads.
|
||||
EAPI=7
|
||||
|
@ -13,4 +13,4 @@ RESTRICT=strip
|
|||
SLOT=0
|
||||
SRC_URI=https://files2.freedownloadmanager.org/6/latest/freedownloadmanager.deb
|
||||
_eclasses_=xdg-utils baea6080dd821f5562d715887954c9d3 font aa113a3df9cd0a9693a1c1ee7c34a6eb edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils 8f942ebdcf04334697649d4a0bf65a32
|
||||
_md5_=8b3fcebf279d4013c5f38b9c9d3812d0
|
||||
_md5_=f3a98e754e118d9a9dd1d75c9820384d
|
||||
|
|
|
@ -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…
Reference in a new issue