diff options
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wlsunset/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/wlsunset/metadata.xml | 7 | ||||
-rw-r--r-- | gui-apps/wlsunset/wlsunset-0.3.0.ebuild | 38 | ||||
-rw-r--r-- | gui-apps/wob/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/wob/metadata.xml | 18 | ||||
-rw-r--r-- | gui-apps/wob/wob-0.14.2.ebuild | 34 |
6 files changed, 0 insertions, 99 deletions
diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest deleted file mode 100644 index dc36999..0000000 --- a/gui-apps/wlsunset/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wlsunset-0.3.0.tar.gz 16533 BLAKE2B 930635e82963d14fae9f95e2219574c962adbf32406bd184d35b79848dce2f2edaa526aaaf21c2dfdde9f4d4f9fe04011d592955867c3b01b5de4778ef9915f1 SHA512 0685989ec99d7066d5d1efacfbb4676d2df235d33d64cfe3d41c762ccc2ff5c292e03430414b43d719c35ddc0ad8267b765764c15afd1b3177ed1e0bb6f449c1 diff --git a/gui-apps/wlsunset/metadata.xml b/gui-apps/wlsunset/metadata.xml deleted file mode 100644 index ec5cc1f..0000000 --- a/gui-apps/wlsunset/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="sourcehut">~kennylevinsen/wlsunset</remote-id> - </upstream> -</pkgmetadata> diff --git a/gui-apps/wlsunset/wlsunset-0.3.0.ebuild b/gui-apps/wlsunset/wlsunset-0.3.0.ebuild deleted file mode 100644 index 3a80af2..0000000 --- a/gui-apps/wlsunset/wlsunset-0.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -if [[ "${PV}" == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset" -else - KEYWORDS="~amd64" - SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="Day/night gamma adjustments for Wayland" -HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/" -LICENSE="MIT" -SLOT="0" - -BDEPEND=" - app-text/scdoc - dev-util/wayland-scanner -" -RDEPEND="dev-libs/wayland" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" - -src_configure() { - local emesonargs=( - -Dwerror=false - -Dman-pages=enabled - ) - - meson_src_configure -} diff --git a/gui-apps/wob/Manifest b/gui-apps/wob/Manifest deleted file mode 100644 index aab291a..0000000 --- a/gui-apps/wob/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wob-0.14.2.tar.gz 21848 BLAKE2B 10dffa9a168ae9b17ec3aed651029100c35050d65fc392dcd6775a321d1ced46b085376c8b74b789c6712577f380ec97d7141d44429acf1a2def2443b20ca3b5 SHA512 933d6bb0469f3b446f8998738ebe7045a1d707a814345961848a025e53cd9bd367cf138c8c6deafe8906c887e783bef85f669e9f107c51c51d357f087aaad6b8 diff --git a/gui-apps/wob/metadata.xml b/gui-apps/wob/metadata.xml deleted file mode 100644 index 78784e3..0000000 --- a/gui-apps/wob/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - A lightweight overlay volume/backlight/progress/anything bar - for wlroots based Wayland compositors (requrires support for - wlr_layer_shell_unstable_v1). This project is inspired by - xob - X Overlay Bar - </longdescription> - <upstream> - <remote-id type="github">francma/wob</remote-id> - <bugs-to>https://github.com/francma/wob/issues</bugs-to> - </upstream> - <use> - <flag name="man">Install man page</flag> - <flag name="seccomp">Linux kernel syscall filtering</flag> - </use> -</pkgmetadata> diff --git a/gui-apps/wob/wob-0.14.2.ebuild b/gui-apps/wob/wob-0.14.2.ebuild deleted file mode 100644 index bf8f34d..0000000 --- a/gui-apps/wob/wob-0.14.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="Lightweight overlay volume/backlight/progress/anything bar for Wayland" -HOMEPAGE="https://github.com/francma/wob" -SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+man +seccomp" - -RDEPEND="dev-libs/wayland" -DEPEND="${RDEPEND} - dev-libs/inih - dev-libs/wayland-protocols - seccomp? ( sys-libs/libseccomp ) -" -BDEPEND=" - dev-util/wayland-scanner - man? ( app-text/scdoc ) -" - -src_configure() { - local emesonargs=( - $(meson_feature man man-pages) - $(meson_feature seccomp) - ) - meson_src_configure -} |