diff options
Diffstat (limited to 'gui-apps/azote/azote-9999.ebuild')
-rw-r--r-- | gui-apps/azote/azote-9999.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gui-apps/azote/azote-9999.ebuild b/gui-apps/azote/azote-9999.ebuild index a14f31f7b..933b37146 100644 --- a/gui-apps/azote/azote-9999.ebuild +++ b/gui-apps/azote/azote-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/nwg-piotr/azote" else - SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/nwg-piotr/azote/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi @@ -30,9 +30,11 @@ RDEPEND=" " PATCHES=( - "${FILESDIR}"/${PN}-1.13.0-pyproject.patch + "${FILESDIR}"/${PN}-1.13.1-pyproject.patch ) +DOCS=( README.md ) + python_install_all() { distutils-r1_python_install_all @@ -40,10 +42,14 @@ python_install_all() { domenu dist/azote.desktop + insinto /usr/share/pixmaps + doins dist/azote.svg insinto /usr/share/azote - doins dist/azote.svg dist/indicator_{active,attention}.png + doins dist/indicator_*.png insinto /usr/share/licenses/azote doins LICENSE-COLORTHIEF + + einstalldocs } pkg_postinst() { |