mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-wm/labwc: treeclean
Treeclean. Moved to ::gentoo. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
DIST labwc-0.8.4.tar.gz 492730 BLAKE2B b3ae88e047f889829c5f300a576b8ce41acce9f537fa98fd28d222c613970a598b87e17d645f2c59c5b62c0173dbbe600e59104ed43bde8b9ce71fb79fd37da0 SHA512 20e45bd274e93cc68b6645ec4dc368fcdc25cc31d0d7d4f35f7f141faec842e09f39e2d511128927fd8d9a6f005faf975d59f7503c64d52ef86d3ce652702279
|
||||
DIST labwc-0.9.1.tar.gz 509342 BLAKE2B 5ca1c1fd1d1b97a5a9cf9ae62cd25b6ac936904fbf641aac12deb2ec8a64ed29146a87c7c4492b69ef81f91c55a0c783c413abd4ef7cc00943e6b8ded212412a SHA512 27bc19e4106cba1ee40e9a8ded12f2f60ba4482c67d1e7fe550d30f68b233970079f6858d3b25ea7d5d1b3fc436269be3d5de44c725fe7f18c88b559babd8ec8
|
||||
DIST labwc-0.9.2.tar.gz 533516 BLAKE2B 2e771bcef5a05988d57c8bd6deef6392271bc68f1caf347de1d96e39c711b1519d0ec679ea730b3f8b8779e7a5bbd39950563fcd15d6ec4700e3e83bcbfe792c SHA512 4d58a7156886d80483eb16dcce4754de802910846cbfe640fae5048bf6a6c4a3803022f85e1e4fd4dd334f240cd91577b8be7563ed0f1a52e6369dd4ed2278b0
|
||||
@@ -1,9 +0,0 @@
|
||||
--- a/docs/meson.build 2024-07-19 23:06:14.000000000 +0200
|
||||
+++ b/docs/meson.build 2024-07-20 16:52:29.360804236 +0200
|
||||
@@ -35,5 +35,5 @@
|
||||
'rc.xml',
|
||||
'rc.xml.all'
|
||||
],
|
||||
- install_dir: get_option('datadir') / 'doc' / meson.project_name()
|
||||
+ install_dir: get_option('datadir') / 'doc' / meson.project_name() + '-' + meson.project_version()
|
||||
)
|
||||
@@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg-utils
|
||||
|
||||
DESCRIPTION="Openbox alternative for wayland"
|
||||
HOMEPAGE="https://github.com/labwc/labwc"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/labwc/labwc"
|
||||
else
|
||||
SRC_URI="https://github.com/labwc/labwc/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="X icons nls svg man static-analyzer test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/wayland-1.19
|
||||
dev-libs/glib:2
|
||||
>=dev-libs/libinput-1.14
|
||||
dev-libs/libxml2:2
|
||||
>=gui-libs/wlroots-0.18.1:0.18[X?]
|
||||
media-libs/libpng
|
||||
x11-libs/cairo[X?]
|
||||
x11-libs/libdrm:=
|
||||
x11-libs/libxkbcommon:=[X?]
|
||||
x11-libs/pango[X?]
|
||||
x11-libs/pixman
|
||||
nls? ( sys-devel/gettext )
|
||||
svg? ( >=gnome-base/librsvg-2.46 )
|
||||
X? ( x11-libs/libxcb:0= )
|
||||
X? ( x11-base/xwayland )
|
||||
icons? ( gui-libs/libsfdo )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-libs/wayland-protocols-1.35
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
man? ( app-text/scdoc )
|
||||
test? ( dev-util/cmocka )
|
||||
"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-meson_doc_path.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature X xwayland)
|
||||
$(meson_feature nls)
|
||||
$(meson_feature svg)
|
||||
$(meson_feature icons icon)
|
||||
$(meson_feature man man-pages)
|
||||
$(meson_feature test)
|
||||
$(meson_feature static-analyzer static_analyzer)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg-utils
|
||||
|
||||
DESCRIPTION="Openbox alternative for wayland"
|
||||
HOMEPAGE="https://github.com/labwc/labwc"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/labwc/labwc"
|
||||
else
|
||||
SRC_URI="https://github.com/labwc/labwc/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="X icons nls svg man static-analyzer test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/wayland-1.19
|
||||
dev-libs/glib:2
|
||||
>=dev-libs/libinput-1.14
|
||||
dev-libs/libxml2:2
|
||||
gui-libs/wlroots:0.19[X?]
|
||||
media-libs/libpng
|
||||
x11-libs/cairo[X?]
|
||||
x11-libs/libdrm:=
|
||||
x11-libs/libxkbcommon:=[X?]
|
||||
x11-libs/pango[X?]
|
||||
x11-libs/pixman
|
||||
nls? ( sys-devel/gettext )
|
||||
svg? ( >=gnome-base/librsvg-2.46 )
|
||||
X? ( x11-libs/libxcb:0= )
|
||||
X? ( x11-base/xwayland )
|
||||
icons? ( gui-libs/libsfdo )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-libs/wayland-protocols-1.35
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
man? ( app-text/scdoc )
|
||||
test? ( dev-util/cmocka )
|
||||
"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-meson_doc_path.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature X xwayland)
|
||||
$(meson_feature nls)
|
||||
$(meson_feature svg)
|
||||
$(meson_feature icons icon)
|
||||
$(meson_feature man man-pages)
|
||||
$(meson_feature test)
|
||||
$(meson_feature static-analyzer static_analyzer)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg-utils
|
||||
|
||||
DESCRIPTION="Openbox alternative for wayland"
|
||||
HOMEPAGE="https://github.com/labwc/labwc"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/labwc/labwc"
|
||||
else
|
||||
SRC_URI="https://github.com/labwc/labwc/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="X icons nls svg man static-analyzer test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/wayland-1.19
|
||||
dev-libs/glib:2
|
||||
>=dev-libs/libinput-1.14
|
||||
dev-libs/libxml2:2
|
||||
gui-libs/wlroots:0.19[X?]
|
||||
media-libs/libpng
|
||||
x11-libs/cairo[X?]
|
||||
x11-libs/libdrm:=
|
||||
x11-libs/libxkbcommon:=[X?]
|
||||
x11-libs/pango[X?]
|
||||
x11-libs/pixman
|
||||
nls? ( sys-devel/gettext )
|
||||
svg? ( >=gnome-base/librsvg-2.46 )
|
||||
X? ( x11-libs/libxcb:0= )
|
||||
X? ( x11-base/xwayland )
|
||||
icons? ( gui-libs/libsfdo )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-libs/wayland-protocols-1.35
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
man? ( app-text/scdoc )
|
||||
test? ( dev-util/cmocka )
|
||||
"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-meson_doc_path.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature X xwayland)
|
||||
$(meson_feature nls)
|
||||
$(meson_feature svg)
|
||||
$(meson_feature icons icon)
|
||||
$(meson_feature man man-pages)
|
||||
$(meson_feature test)
|
||||
$(meson_feature static-analyzer static_analyzer)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg-utils
|
||||
|
||||
DESCRIPTION="Openbox alternative for wayland"
|
||||
HOMEPAGE="https://github.com/labwc/labwc"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/labwc/labwc"
|
||||
else
|
||||
SRC_URI="https://github.com/labwc/labwc/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="X icons nls svg man static-analyzer test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/wayland-1.19
|
||||
dev-libs/glib:2
|
||||
>=dev-libs/libinput-1.14
|
||||
dev-libs/libxml2:2
|
||||
gui-libs/wlroots:0.19[X?]
|
||||
media-libs/libpng
|
||||
x11-libs/cairo[X?]
|
||||
x11-libs/libdrm:=
|
||||
x11-libs/libxkbcommon:=[X?]
|
||||
x11-libs/pango[X?]
|
||||
x11-libs/pixman
|
||||
nls? ( sys-devel/gettext )
|
||||
svg? ( >=gnome-base/librsvg-2.46 )
|
||||
X? ( x11-libs/libxcb:0= )
|
||||
X? ( x11-base/xwayland )
|
||||
icons? ( gui-libs/libsfdo )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-libs/wayland-protocols-1.35
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
man? ( app-text/scdoc )
|
||||
test? ( dev-util/cmocka )
|
||||
"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-meson_doc_path.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature X xwayland)
|
||||
$(meson_feature nls)
|
||||
$(meson_feature svg)
|
||||
$(meson_feature icons icon)
|
||||
$(meson_feature man man-pages)
|
||||
$(meson_feature test)
|
||||
$(meson_feature static-analyzer static_analyzer)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>vincentahluwalia@protonmail.com</email>
|
||||
<name>Vincent Ahluwalia</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">labwc/labwc</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="icons">Add support for window icons. Icons will only be displayed with USE=svg enabled</flag>
|
||||
<flag name="static-analyzer">Run gcc static analyzer</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user