Compare commits
2 Commits
32bae3d2c5
...
847dd2421e
Author | SHA1 | Date | |
---|---|---|---|
847dd2421e | |||
785cc6bbbe |
@ -1 +1,2 @@
|
|||||||
DIST webapp-manager-1.2.9.tar.gz 92856 BLAKE2B 7fe20c948801360c9908f59d9c69c8c135ce1a92f1ee66ccab8c807218a0d577e333d406ba75f002f0e7eb7ec19a7055dd8a725408c1898af49992c2ea9e13ce SHA512 1ec81b934039a1dfe7b0515e8654247a8ebbc3209451ee63786b265be2a39001bb2d03993bef985ff852a8a12550c7065cc37d8731496ea613f3a32fe362417c
|
DIST webapp-manager-1.2.9.tar.gz 92856 BLAKE2B 7fe20c948801360c9908f59d9c69c8c135ce1a92f1ee66ccab8c807218a0d577e333d406ba75f002f0e7eb7ec19a7055dd8a725408c1898af49992c2ea9e13ce SHA512 1ec81b934039a1dfe7b0515e8654247a8ebbc3209451ee63786b265be2a39001bb2d03993bef985ff852a8a12550c7065cc37d8731496ea613f3a32fe362417c
|
||||||
|
DIST webapp-manager-1.3.2.tar.gz 94384 BLAKE2B 22a05253b1ffd88955b6e0f58e60a53d3bcd6bb5d26a72867d75168310aec4669084a64d7f2a50dec39d4dde73df1df3ab861aad546819e59cd8c6abc9b89867 SHA512 fd204979c893eefd4ea27b096312746c0e431c236fa92a6f22376c61273bde6111876d14159cf70da7021024154b2b30e33ba9935ce828fcc735824eb564c821
|
||||||
|
50
app-misc/webapp-manager/webapp-manager-1.3.2.ebuild
Normal file
50
app-misc/webapp-manager/webapp-manager-1.3.2.ebuild
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
inherit gnome2-utils xdg
|
||||||
|
|
||||||
|
DESCRIPTION="A Linux Mint application to run websites as if they were apps."
|
||||||
|
HOMEPAGE="https://github.com/linuxmint/webapp-manager"
|
||||||
|
SRC_URI="https://github.com/linuxmint/webapp-manager/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-python/setproctitle
|
||||||
|
dev-python/tldextract
|
||||||
|
dev-python/pillow
|
||||||
|
dev-python/beautifulsoup4
|
||||||
|
dev-python/configobj
|
||||||
|
x11-libs/xapp
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto /
|
||||||
|
doins -r etc
|
||||||
|
|
||||||
|
insinto /usr
|
||||||
|
doins -r usr/share
|
||||||
|
|
||||||
|
exeinto /usr/bin
|
||||||
|
doexe usr/bin/webapp-manager
|
||||||
|
|
||||||
|
exeinto /usr/lib/webapp-manager
|
||||||
|
doexe usr/lib/webapp-manager/common.py
|
||||||
|
doexe usr/lib/webapp-manager/webapp-manager.py
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
xdg_pkg_postinst
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_pkg_postrm
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
@ -10,5 +10,5 @@ LICENSE=GPL-3
|
|||||||
RDEPEND=dev-python/setproctitle dev-python/tldextract dev-python/pillow dev-python/beautifulsoup4 dev-python/configobj x11-libs/xapp
|
RDEPEND=dev-python/setproctitle dev-python/tldextract dev-python/pillow dev-python/beautifulsoup4 dev-python/configobj x11-libs/xapp
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/linuxmint/webapp-manager/archive/refs/tags/1.2.9.tar.gz -> webapp-manager-1.2.9.tar.gz
|
SRC_URI=https://github.com/linuxmint/webapp-manager/archive/refs/tags/1.2.9.tar.gz -> webapp-manager-1.2.9.tar.gz
|
||||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
_eclasses_=toolchain-funcs edeef89edaf21d30225d31702ab117ac multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||||
_md5_=d9bf2ce7cb56475d72d5ca18722c0d9f
|
_md5_=d9bf2ce7cb56475d72d5ca18722c0d9f
|
||||||
|
14
metadata/md5-cache/app-misc/webapp-manager-1.3.2
Normal file
14
metadata/md5-cache/app-misc/webapp-manager-1.3.2
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
DEFINED_PHASES=install postinst postrm preinst
|
||||||
|
DEPEND=dev-python/setproctitle dev-python/tldextract dev-python/pillow dev-python/beautifulsoup4 dev-python/configobj x11-libs/xapp
|
||||||
|
DESCRIPTION=A Linux Mint application to run websites as if they were apps.
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/linuxmint/webapp-manager
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=gnome2-utils xdg
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=dev-python/setproctitle dev-python/tldextract dev-python/pillow dev-python/beautifulsoup4 dev-python/configobj x11-libs/xapp
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/linuxmint/webapp-manager/archive/refs/tags/1.3.2.tar.gz -> webapp-manager-1.3.2.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs edeef89edaf21d30225d31702ab117ac multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||||
|
_md5_=d9bf2ce7cb56475d72d5ca18722c0d9f
|
Loading…
Reference in New Issue
Block a user