Compare commits
2 commits
10bdb7a4c7
...
37e67f426c
Author | SHA1 | Date | |
---|---|---|---|
37e67f426c | |||
44ad9e7e00 |
4 changed files with 38 additions and 0 deletions
1
gui-apps/wofi-emoji/Manifest
Normal file
1
gui-apps/wofi-emoji/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST wofi-emoji 90394 BLAKE2B 82e7feb79aeccc71c7c4a909ea26230fd0eba8a0019de8175c56a84fddf237b8e0cf677137794833a2199e29433da0b473cab31cb98637cf6a8cd09ab22ffc37 SHA512 41f91bda2919a93ea6f2fde8623ccf18b580f67d97ece562cedbb332a55b67f02e233b60578e7266e6674d6c209fc76d0ecccd249047008824f4f04885a60ef3
|
35
gui-apps/wofi-emoji/wofi-emoji-9999.ebuild
Normal file
35
gui-apps/wofi-emoji/wofi-emoji-9999.ebuild
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
SRC_URI="https://raw.githubusercontent.com/Zeioth/wofi-emoji/master/wofi-emoji"
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
DESCRIPTION="Emoji picker for Wayland using wofi, wtype, and wl-clipboard"
|
||||
HOMEPAGE="https://github.com/Zeioth/wofi-emoji"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
DEPEND="gui-apps/wofi
|
||||
gui-apps/wtype"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
mkdir $WORKDIR/wofi-emoji-${PV}
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
true
|
||||
}
|
||||
|
||||
#src_install() {
|
||||
#fperms +x $DESTDIR/wofi-emoji
|
||||
# mv $DISTDIR/wofi-emoji $D/usr/bin/wofi-emoji
|
||||
#}
|
|
@ -1 +1,2 @@
|
|||
DIST discord-0.0.39.tar.gz 92977064 BLAKE2B 95f30148782de35e5c5798867f4433163d53ede9538e3c3e6198c20c754a6ffc8f012cd2b85ad47344664ebfbab2ef59f9cf6ebf520daa656d8f05f300ae8789 SHA512 9f18aea5d82f5db4efa9db9babbc440b24e47dc80df18df5cc58d99d677f1c0863df21ed96d69896785f8fbe0dc0ff1f7317398b8f39606289da79f5a38074f1
|
||||
DIST discord-0.0.40.tar.gz 92976929 BLAKE2B 4b3b4af371c7839c8ee89f42ef88a413e8c629df47f855ef4cad8fba95df811709af3bd73837111760bfaa8b329fae663b655ad4ccdaeee09751d880ac0716ff SHA512 64fd9cf5c8ebb55cd5cd7c1fc0ae04a7e7cb9df6cc18a7c992f1156f46dac5415d87003622078e5d4aa0e48234c3d69d0d12633a57d55291e359cbb40511ca3a
|
||||
|
|
1
net-im/discord/discord-0.0.40.ebuild
Symbolic link
1
net-im/discord/discord-0.0.40.ebuild
Symbolic link
|
@ -0,0 +1 @@
|
|||
discord-0.0.39.ebuild
|
Loading…
Reference in a new issue