mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/sfwbar: version bump, remove old
Signed-off-by: Lev Babiev <harley@hosers.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST sfwbar-1.0_beta6.tar.gz 256121 BLAKE2B b10352c54340c36b03befa4b4f97391d0d688388b626f534d590e71d903f8f80b7aa0b8dd6345b2e72c8a1cc017ff60fc8a312e6473398faa0eebc8788742626 SHA512 fedebc219284ef4cc1188fc6f7c0c11560541ab33d10c22da52213bbba2f3acf9c6d7305d8a08a283b42c7f1928e9bd7b24fba966606745b6d292f7202128324
|
||||
DIST sfwbar-1.0_beta8.tar.gz 273381 BLAKE2B a27b3342e9e5116f3f599ab48d99020c16f28f5253453f693ebecebf37b2bc59f6d2db839d3acd282af9f0294c4963ea903ba691079845ca3d3459b31b116e19 SHA512 fa7849bbcb706b5dca56ffd9c560ac93283b02ed0eea7ca8da5cfd217005f976597cd78e5929180abddb59c6bf9f8d76ca506bb8ccddef2e6e737a5760b2bbc0
|
||||
DIST sfwbar-1.0_beta10.tar.gz 328768 BLAKE2B 9e3530bdb51de0baa997429dcaa5799db34827ccd412872c8f145ba7aef8a02776146e4a28c251968c8d9643a563201c7aa1ab8fbbbafb290c677526c9dfa5ac SHA512 d3671564a228419bca9a8cfa94939efd4c4455b7b80e7e06de023fb694366a267b012ad8167719cf8863bb1841cfba50b269924c4b23b447089ca587616d613f
|
||||
DIST sfwbar-1.0_beta9.tar.gz 290432 BLAKE2B 7d83ef6781b0d75c078cc12d9472bae094c428066a47aa000d9bc0ab9beee41f2ce9495a8eee3669e6fc59bf6f615d04b740bdf9548467c581e6fec13424226f SHA512 673c703de28ac3185e96f264a27c038204f9d6a7724a21f813d699f1bb6253da9ede379060d9a1d86217753584ddbcc51beb7401eacdb898862b1400863e2de3
|
||||
|
||||
@@ -1,27 +1,41 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Sway Floating Window Bar"
|
||||
DESCRIPTION="S* Floating Window Bar"
|
||||
HOMEPAGE="https://github.com/LBCrion/sfwbar"
|
||||
SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
IUSE="+mpd +pulse +net +xkb"
|
||||
|
||||
DEPEND="
|
||||
mpd? ( media-libs/libmpdclient )
|
||||
pulse? ( media-libs/libpulse )
|
||||
xkb? ( x11-libs/libxkbcommon )
|
||||
>=x11-libs/gtk+-3.22.0:3[introspection,wayland]
|
||||
gui-libs/gtk-layer-shell
|
||||
dev-libs/json-c
|
||||
dev-util/wayland-scanner
|
||||
virtual/freedesktop-icon-theme
|
||||
>=dev-libs/wayland-protocols-1.17
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature mpd)
|
||||
$(meson_feature pulse)
|
||||
$(meson_feature net network)
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Sway Floating Window Bar"
|
||||
HOMEPAGE="https://github.com/LBCrion/sfwbar"
|
||||
SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=x11-libs/gtk+-3.22.0:3[introspection,wayland]
|
||||
gui-libs/gtk-layer-shell
|
||||
dev-libs/json-c
|
||||
dev-util/wayland-scanner
|
||||
>=dev-libs/wayland-protocols-1.17
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
Reference in New Issue
Block a user