gui-apps/nwg-launchers: Version bump 0.3.3

+ Version bump
+ Changed style to be proxy-maint compliant
+ Added RESTRICT=mirror

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
This commit is contained in:
Matthias Coppens
2020-09-13 11:43:41 +02:00
parent 2dedbba9aa
commit 096b6e1951
5 changed files with 34 additions and 64 deletions

View File

@@ -1,3 +1,2 @@
DIST nwg-launchers-0.3.0.tar.gz 42750 BLAKE2B ef745b20b884d5bb9281017d2cf6f19f3dc3125489e5d1c1c0e4909209119902f0da1982f09154111ad4a269948d2f2a4e851efaa8ae5dfe992a4c30c601fb64 SHA512 3dc1a49d72dfa2d5cfd8254b6e0d48af4b86dce86171a44813c2d89f9a450bed0ab88bd2afbc2152a3608c89ab27d434a62f21589ef7f9519b5f5e669f78e324
DIST nwg-launchers-0.3.1.tar.gz 43257 BLAKE2B ef033fe253099eaa8b7151ebccec81a6a3a1ed8cc90dce48a7c236c305ece1fac2c47b615e40366d877878494af9924d83369a655199b85fcf26aea3feaa46de SHA512 91e72c24899d01172075141102e714a0c0264a1dc68a550a6b64eb66201f85605781c0beaa631d8bc7f40bc93cf9dea26d6eab698077941ac3f8120f666f85f7
DIST nwg-launchers-0.3.2.tar.gz 44880 BLAKE2B f4050fd4bcbe26fe5c8cd533654cd8d9b40a02265510fe06da93232eeeb4566ca5c9ca4c0267b4b5447d35ea7fbba432ce3103cd78065f87bdb4e9973fd9ad7f SHA512 c5acfe0977e771a251d074a1185039991034354d5f5f5a9e49a8f1349397a87ac072d8b4510685f022bfd9f28f02cb81b08d62557c36cde482798a1cb244ea46
DIST nwg-launchers-0.3.3.tar.gz 46793 BLAKE2B 49c85a5ef05a5c403d264a96b3c750a4f41b264523329899c99889301a47bff44f1d179d457621fd63d83060a44321a17121a252c45b02c040dc5c3aaeffd871 SHA512 500cade39af681bb29095a3802542da2b6863ffc1270daeb18463e677ccc8bd1d444891c94bb6dab62bae8602539724a972969992b9af0188d4eab1ea8cd3bfb

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
case "${PV}" in
9999)
inherit git-r3
;;
*)
SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
esac
inherit meson
DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
HOMEPAGE="${EGIT_REPO_URI}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
x11-libs/gtk+:3
dev-cpp/gtkmm:3.0
dev-cpp/nlohmann_json"
DEPEND="${RDEPEND}"
IUSE="+bar +dmenu +grid"
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
}

View File

@@ -3,22 +3,21 @@
EAPI=7
EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
case "${PV}" in
9999)
inherit git-r3
;;
*)
SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
esac
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-launchers.git"
else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
inherit meson
DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
HOMEPAGE="${EGIT_REPO_URI}"
HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
x11-libs/gtk+:3
@@ -28,6 +27,8 @@ DEPEND="${RDEPEND}"
IUSE="+bar +dmenu +grid"
RESTRICT="mirror"
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
}

View File

@@ -3,22 +3,21 @@
EAPI=7
EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
case "${PV}" in
9999)
inherit git-r3
;;
*)
SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
esac
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-launchers.git"
else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
inherit meson
DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
HOMEPAGE="${EGIT_REPO_URI}"
HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
x11-libs/gtk+:3
@@ -28,6 +27,8 @@ DEPEND="${RDEPEND}"
IUSE="+bar +dmenu +grid"
RESTRICT="mirror"
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
}

View File

@@ -3,18 +3,18 @@
EAPI=7
EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
case "${PV}" in
9999)
inherit git-r3
;;
*)
SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
esac
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-launchers.git"
else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
inherit meson
DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
HOMEPAGE="${EGIT_REPO_URI}"
HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3"
SLOT="0"
@@ -27,6 +27,8 @@ DEPEND="${RDEPEND}"
IUSE="+bar +dmenu +grid"
RESTRICT="mirror"
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
}