-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1430d55
commit ff14160
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DIST tofi-0.9.1.tar.gz 430699 BLAKE2B cf5fa6b9cfcdbd8ad880ac94b0d465d1688f8877f9e3b02a7d6414c6f3e49d509633796b0fd74f517c2d67e956c5b19d557b626c7b5816d1499a1e17187d4bec SHA512 a14ab5ecf2c6e1ecb0ec3366c436140aa422995d464de513e81e454df0f303fc9661b534a3f40df4f14897629cd0cc299bb449482b676fbf254002731ac02231 | ||
EBUILD tofi-0.9.1.ebuild 777 BLAKE2B d333e907fe8dea9f5e1f66ba42333c961d78b2eba7bcb82ad033a21707c712a4a913ce7ab528ef09c13f474a8d7166ec71fca236b89d29bb948ec8fdc720505f SHA512 67ad983155bcbe8cb4117041805c6130b75e1854a9939a7a932d1ba22106d03507ffad5a91628f718781474eb26527995c6fba10f2d306cbe2f4363fd2bc47b5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# SPDX-License-Identifier: GPL-2.0 OR ISC | ||
# Copyright 2020-2024 Jason André Charles Gantner | ||
# Distributed under the terms of the ISC License | ||
|
||
EAPI=8 | ||
|
||
inherit meson | ||
|
||
DESCRIPTION="A lancher/menu program for wlroots based compositors" | ||
HOMEPAGE="https://github.com/philj56/tofi" | ||
SRC_URI="https://github.com/philj56/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="+man" | ||
|
||
DEPEND=" | ||
dev-libs/glib:2 | ||
dev-libs/gtk:2 | ||
dev-libs/wayland:= | ||
media-libs/freetype | ||
media-libs/harfbuzz | ||
x11-libs/cairo | ||
x11-libs/libxkbcommon | ||
x11-libs/pango | ||
" | ||
RDEPEND="${DEPEND}" | ||
BDEPEND=" | ||
dev-build/meson | ||
dev-libs/wayland-protocols | ||
dev-util/wayland-scanner | ||
virtual/pkgconfig | ||
" | ||
|
||
src_configure(){ | ||
meson_src_configure $(meson_feature man man-pages) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
BDEPEND=dev-build/meson dev-libs/wayland-protocols dev-util/wayland-scanner virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array | ||
DEFINED_PHASES=compile configure install test | ||
DEPEND=dev-libs/glib:2 dev-libs/gtk:2 dev-libs/wayland:= media-libs/freetype media-libs/harfbuzz x11-libs/cairo x11-libs/libxkbcommon x11-libs/pango | ||
DESCRIPTION=A lancher/menu program for wlroots based compositors | ||
EAPI=8 | ||
HOMEPAGE=https://github.com/philj56/tofi | ||
INHERIT=meson | ||
IUSE=+man | ||
KEYWORDS=~amd64 | ||
LICENSE=MIT | ||
RDEPEND=dev-libs/glib:2 dev-libs/gtk:2 dev-libs/wayland:= media-libs/freetype media-libs/harfbuzz x11-libs/cairo x11-libs/libxkbcommon x11-libs/pango | ||
SLOT=0 | ||
SRC_URI=https://github.com/philj56/tofi/archive/refs/tags/v0.9.1.tar.gz -> tofi-0.9.1.tar.gz | ||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 | ||
_md5_=e99bd6c77807c9bb2256a1a1e729a3f4 |