mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
Merge updates from master
This commit is contained in:
1
app-misc/hollywood/Manifest
Normal file
1
app-misc/hollywood/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hollywood-0_pre20200822.tar.gz 16721081 BLAKE2B 9e55bb6734c9f26ada954af69c3da5d83da161ea2c2f2c7483c3a8dcfb42a2a842696d2a8faf736a93a77789c5b181e556dc86da4db3ccacb03906c150131105 SHA512 1b18f7895315f8cfc71642adccc171a45ef15a9f355a4b4cb5d5b094e5d850dd7c2898f495d332279e5b87bbf6104540f101f4c94ce00fc75d30db7b6089ab57
|
||||
@@ -0,0 +1,35 @@
|
||||
--- a/bin/hollywood
|
||||
+++ b/bin/hollywood
|
||||
@@ -18,7 +18,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
PKG="hollywood"
|
||||
-trap "pkill -f -9 lib/hollywood/ >/dev/null 2>&1; exit 0" INT
|
||||
+trap "pkill -f -9 libexec/hollywood/ >/dev/null 2>&1; exit 0" INT
|
||||
|
||||
spin_up() {
|
||||
local w=
|
||||
@@ -43,7 +43,7 @@
|
||||
done
|
||||
}
|
||||
|
||||
-WIDGET_DIR="$(dirname $0)/../lib/$PKG"
|
||||
+WIDGET_DIR="$(dirname $0)/../libexec/$PKG"
|
||||
SPLITS=$(ls "$WIDGET_DIR" | wc -l)
|
||||
DELAY=10
|
||||
while [ ! -z "$1" ]; do
|
||||
--- a/bin/wallstreet
|
||||
+++ b/bin/wallstreet
|
||||
@@ -19,10 +19,10 @@
|
||||
|
||||
PKG="wallstreet"
|
||||
[ -n "$TMDIR" ] || export TMPDIR=$(mktemp -d /dev/shm/$PKG.XXXXXXXXX)
|
||||
-trap "rm -rf $TMPDIR; pkill -f -9 lib/$PKG/ >/dev/null 2>&1; exit 0" EXIT HUP INT QUIT TERM
|
||||
+trap "rm -rf $TMPDIR; pkill -f -9 libexec/$PKG/ >/dev/null 2>&1; exit 0" EXIT HUP INT QUIT TERM
|
||||
|
||||
dir="-v"
|
||||
-widget_dir="$(dirname $0)/../lib/$PKG"
|
||||
+widget_dir="$(dirname $0)/../libexec/$PKG"
|
||||
widget1=$(ls "$widget_dir/" | sort -R | head -n1)
|
||||
|
||||
if [ -n "$1" ]; then
|
||||
73
app-misc/hollywood/hollywood-0_pre20200822.ebuild
Normal file
73
app-misc/hollywood/hollywood-0_pre20200822.ebuild
Normal file
@@ -0,0 +1,73 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit optfeature
|
||||
|
||||
COMMIT="35275a68c37bbc39d8b2b0e4664a0c2f5451e5f6"
|
||||
|
||||
DESCRIPTION="Fill your console with Hollywood melodrama technobabble"
|
||||
HOMEPAGE="
|
||||
https://hollywood.computer
|
||||
https://github.com/dustinkirkland/hollywood
|
||||
"
|
||||
SRC_URI="https://github.com/dustinkirkland/hollywood/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
app-misc/byobu
|
||||
app-misc/tmux
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-use-libexec.patch" )
|
||||
|
||||
src_install() {
|
||||
dobin bin/*
|
||||
insinto /usr/share
|
||||
doins -r share/hollywood
|
||||
doins -r share/wallstreet
|
||||
doman share/man/man1/hollywood.1
|
||||
doman share/man/man1/wallstreet.1
|
||||
exeinto /usr/libexec/hollywood
|
||||
doexe lib/hollywood/*
|
||||
exeinto /usr/libexec/wallstreet
|
||||
doexe lib/wallstreet/*
|
||||
dodoc README
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "supported programs" \
|
||||
"sys-process/atop \
|
||||
net-analyzer/bmon \
|
||||
app-misc/cmatrix \
|
||||
net-dns/dnstop \
|
||||
sys-process/glances \
|
||||
sys-process/htop \
|
||||
net-analyzer/ifstat \
|
||||
sys-process/iotop \
|
||||
net-analyzer/iptraf-ng \
|
||||
net-analyzer/jnettop \
|
||||
sys-process/latencytop \
|
||||
net-analyzer/nload \
|
||||
sys-process/nmon \
|
||||
sys-power/powertop \
|
||||
app-admin/sagan \
|
||||
net-analyzer/slurm \
|
||||
sys-process/tiptop \
|
||||
net-analyzer/vnstat \
|
||||
app-admin/ccze \
|
||||
media-gfx/jp2a \
|
||||
sys-apps/mlocate \
|
||||
app-text/tree \
|
||||
sys-apps/moreutils \
|
||||
app-admin/apg \
|
||||
net-misc/openssh \
|
||||
net-news/newsboat \
|
||||
net-news/rsstail \
|
||||
net-misc/wget \
|
||||
virtual/w3m"
|
||||
}
|
||||
25
app-misc/hollywood/metadata.xml
Normal file
25
app-misc/hollywood/metadata.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">dustinkirkland/hollywood</remote-id>
|
||||
</upstream>
|
||||
<longdescription lang="en">
|
||||
fill your console with Hollywood melodrama technobabble
|
||||
This utility will split your console into a multiple panes of genuine
|
||||
technobabble, perfectly suitable for any Hollywood geek melodrama.
|
||||
It is particularly suitable on any number of computer consoles in the
|
||||
background of any excellent schlock technothriller.
|
||||
|
||||
fill your console with Wall Street-like news and stats
|
||||
This utility will split your console into a multiple panes of news
|
||||
and statistics, like any good computer screen on Wall Street.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
|
||||
|
||||
1
app-misc/nonsense/Manifest
Normal file
1
app-misc/nonsense/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST nonsense-0.6.tar.gz 125943 BLAKE2B 6037d8c052e3ff58ff29a7c5e9b31129020acf85f73724be82932b519069a04c0fc0a6e5773a304734dcd51c042acf00a1c6ad7c9afb4c9eb7bba19a6f460ffc SHA512 022d3d4c5535da7bc67b28259f95a99ca52cf71dd3cca36993f77d3175f37384caa3f387e4ddd3d3c27ee5000c86f574680365e8249d74375688508f64228d67
|
||||
23
app-misc/nonsense/metadata.xml
Normal file
23
app-misc/nonsense/metadata.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Nonsense generates random (and sometimes humorous) text from datafiles and
|
||||
templates using a very simple, recursive grammar. It's like having a million
|
||||
monkeys sitting in front of a million typewriters, without having to feed or
|
||||
clean up after them. From fake Slashdot headlines to absurd college courses to
|
||||
buzzword bingo cards, Nonsense is a good way to waste time.
|
||||
|
||||
Whether this program has any practical applications is open to debate. I use it
|
||||
to produce the names for characters and places in the fake news articles I
|
||||
write for Humorix. You might be able to use it as an alternative to fortune(6)
|
||||
or as a way to add random content to your website.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">nonsense</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
app-misc/nonsense/nonsense-0.6.ebuild
Normal file
19
app-misc/nonsense/nonsense-0.6.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Generates random text from datafiles and templates"
|
||||
HOMEPAGE="https://nonsense.sourceforge.net"
|
||||
SRC_URI="mirror://sourceforge/nonsense/nonsense-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_install() {
|
||||
dobin nonsense
|
||||
dodoc README CHANGELOG
|
||||
insinto /usr/share/nonsense
|
||||
doins *.data *.html *.template
|
||||
}
|
||||
@@ -15,10 +15,8 @@ DESCRIPTION="An RFC2629 (XML2RFC) backend for Thomas Leitner's kramdown markdown
|
||||
HOMEPAGE="https://github.com/cabo/kramdown-rfc2629"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/kramdown-2.3.0
|
||||
|
||||
@@ -9,7 +9,7 @@ inherit R-packages
|
||||
|
||||
DESCRIPTION='Sparse and Dense Matrix Classes and Methods'
|
||||
KEYWORDS="~amd64"
|
||||
SRC_URI="https://cran.r-project.org/src/contrib/${PN}_${MYPV}.tar.gz"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
|
||||
LICENSE='GPL-2+'
|
||||
|
||||
DEPEND="
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST dotnet-sdk-5.0.202-linux-arm.tar.gz 136556882 BLAKE2B b56fd9e28fae720ebc3e667820f7cb37afdf7353688a3595f3f42ad9f2980c7bc0cbfe886efa66da25c6bbf7f69d5401880ac589669ab4576e32b4fb61bdbc61 SHA512 ac363bbc163100e49b2ad43dfded9bdd3444980d9dca1b51bcd65d6fab73a5fc2251f094fd5e6fa1c1c877251b2f26c684023c0e1b09d1956b9bb543f72c4f0b
|
||||
DIST dotnet-sdk-5.0.202-linux-arm64.tar.gz 134677034 BLAKE2B 059cf0db945d801c17563f72adc22c8f9ed68e510f43995ac4c36b1e28239a90eccf45d467c4d7ab0587b76f12794d241aa32174ba7fe626a0d003d446007dd8 SHA512 26ec125a0637e71acad20386474df89a101e9ae948921b5de0cd343f4bc0e84b4e7b2318e15978723eb3b9d321e89b790c3f0424a43c29b0015fc6f2b9e3e9d9
|
||||
DIST dotnet-sdk-5.0.202-linux-x64.tar.gz 140180468 BLAKE2B cbdc6ff24baff47dead2f6e2cc46b11527630a4481dbea2241c205bfd065032a97e9367678d1f0520ea2858f87f2f1f0f5d4872e8c442b375b1c09efae6cc596 SHA512 01ed59f236184987405673d24940d55ce29d830e7dbbc19556fdc03893039e6046712de6f901dc9911047a0dee4fd15319b7e94f8a31df6b981fa35bd93d9838
|
||||
DIST dotnet-sdk-5.0.301-linux-arm.tar.gz 138735656 BLAKE2B c23732749f67bd2ca63cadba9bcb3f5abd4e10d00fed441825e6a59f9d3a3e663101502e5557dd94e737443cc9bbab0d5dbe8f7ebdbde54586596ec5c520a64f SHA512 89663ffb22299ad626d3f1d5129e493fb8784e6ed854b128a364407a060eec2979cd7d3c9e4f3df8e47ccb72b98ff8b18e8d53c7fb65b3455faa7344f67417a2
|
||||
DIST dotnet-sdk-5.0.301-linux-arm64.tar.gz 136933875 BLAKE2B 6c48c8a2d47ba5bed47e6176d10e273ec996686cb5a4d5b3239098ff23d44526091f7eae1ce762a2eb2f6f31420cafda84471b936082469eadc8c62aa0dcd8bf SHA512 56e233b8f35abe80984bc8a60028f4f8dbc8543313a0711045ef13c693e11e706ee4809574518f57910ec2c93bed896da32760c8143a298556dc25478caca90f
|
||||
DIST dotnet-sdk-5.0.301-linux-x64.tar.gz 142255332 BLAKE2B 172888e2eb78d2f768cff6a7e99d6473b469b7cbde74a4eab63e601d85bad118be374f330a413a9b6b3e6773340bdaef8ead4ed54a194189a50cac6b61fac556 SHA512 81cd7a3550a262d5c907030677429fa9a1cb515071274931ab760bd8bb2a14f40c9384c8757e1c1aa681b1de22035f16bf20b41ed208becd054cc9bb1f620322
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
DIST dotnet-sdk-5.0.202-linux-arm.tar.gz 136556882 BLAKE2B b56fd9e28fae720ebc3e667820f7cb37afdf7353688a3595f3f42ad9f2980c7bc0cbfe886efa66da25c6bbf7f69d5401880ac589669ab4576e32b4fb61bdbc61 SHA512 ac363bbc163100e49b2ad43dfded9bdd3444980d9dca1b51bcd65d6fab73a5fc2251f094fd5e6fa1c1c877251b2f26c684023c0e1b09d1956b9bb543f72c4f0b
|
||||
DIST dotnet-sdk-5.0.202-linux-arm64.tar.gz 134677034 BLAKE2B 059cf0db945d801c17563f72adc22c8f9ed68e510f43995ac4c36b1e28239a90eccf45d467c4d7ab0587b76f12794d241aa32174ba7fe626a0d003d446007dd8 SHA512 26ec125a0637e71acad20386474df89a101e9ae948921b5de0cd343f4bc0e84b4e7b2318e15978723eb3b9d321e89b790c3f0424a43c29b0015fc6f2b9e3e9d9
|
||||
DIST dotnet-sdk-5.0.202-linux-x64.tar.gz 140180468 BLAKE2B cbdc6ff24baff47dead2f6e2cc46b11527630a4481dbea2241c205bfd065032a97e9367678d1f0520ea2858f87f2f1f0f5d4872e8c442b375b1c09efae6cc596 SHA512 01ed59f236184987405673d24940d55ce29d830e7dbbc19556fdc03893039e6046712de6f901dc9911047a0dee4fd15319b7e94f8a31df6b981fa35bd93d9838
|
||||
@@ -1,65 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION=".NET SDK (includes runtime + aspnet)"
|
||||
HOMEPAGE="https://dotnet.microsoft.com/"
|
||||
SRC_URI="
|
||||
amd64? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-x64.tar.gz )
|
||||
arm? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-arm.tar.gz )
|
||||
arm64? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-arm64.tar.gz )
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="5.0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64"
|
||||
|
||||
# The SDK includes dotnet-runtime-bin and dotnet-aspnet-bin,
|
||||
# so prevent installing them at the same time
|
||||
RDEPEND="
|
||||
app-crypt/mit-krb5
|
||||
!dev-dotnet/dotnet-aspnet-bin
|
||||
!dev-dotnet/dotnet-runtime-bin
|
||||
~dev-dotnet/dotnet-sdk-bin-common-${PV}
|
||||
dev-libs/icu
|
||||
dev-util/lldb
|
||||
dev-util/lttng-ust
|
||||
net-misc/curl
|
||||
sys-apps/lsb-release
|
||||
sys-devel/llvm
|
||||
sys-libs/zlib
|
||||
|| (
|
||||
dev-libs/openssl
|
||||
dev-libs/openssl-compat
|
||||
)
|
||||
|| (
|
||||
sys-libs/libunwind
|
||||
sys-libs/llvm-libunwind
|
||||
)
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
# For current .NET versions, all the directories contain versioned files,
|
||||
# but the top-level files (the dotnet binary for example) are shared between versions,
|
||||
# and those are backward-compatible.
|
||||
# The exception from this above rule is packs/NETStandard.Library.Ref which is shared between >=3.0 versions.
|
||||
# These common files are installed by the non-slotted dev-dotnet/dotnet-sdk-bin-common
|
||||
# package, while the directories are installed by dev-dotnet/dotnet-sdk-bin which uses
|
||||
# slots depending on major .NET version.
|
||||
# This makes it possible to install multiple major versions at the same time.
|
||||
default
|
||||
|
||||
# Skip the common files
|
||||
find . -maxdepth 1 -type f -exec rm -f {} \; || die
|
||||
rm -rf ./packs/NETStandard.Library.Ref || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /opt/dotnet
|
||||
doins -r "${S}/."
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>telans@posteo.de</email>
|
||||
<name>James Beddek</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Independent BSON codec for Python that doesn’t depend on MongoDB"
|
||||
DESCRIPTION="Independent BSON codec for Python that doesn't depend on MongoDB"
|
||||
HOMEPAGE="https://github.com/py-bson/bson"
|
||||
SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
|
||||
|
||||
python_test() {
|
||||
#it want a git repo
|
||||
#it want a git repo
|
||||
git init || die
|
||||
git config --global user.email "you@example.com" || die
|
||||
git config --global user.name "Your Name" || die
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST GlyphsInfo-0fe81a08dee6e7614c0f196e6668a9aafaad0d3e.tar.gz 629268 BLAKE2B 0997002383bcbff740c71bb70a80e9ddd72c25898d37febb37858fa2cfaa23c26880c107d7827baee0eaa96f01aabc904e3fcf347efbe8af6dff0d5394426474 SHA512 f55dd62edddee2ed2e015db5b5efdab49ce3323b4a09282b7260d2d201337fd71346fb735a7d78a79a969fa167ddf9bef5cc2f1eec61a1c68ba001be97ec208c
|
||||
DIST gftools-0.6.2.tar.gz 4855429 BLAKE2B 7b71089eef885a576298e9900f1d2ed0d3b23d2a95bca3b1916bb111b9001408af561b40c2dc78be669335522efb7a74593322d6babd42c96c3d03baae06e757 SHA512 6f8a32733e2c37e1a3300f8c8ef446c90958b908eaba5366b4a80061ba3b090ae3589640062ccbb206901331c97b088c8d78661f793ef4ea7a684cfe97695e26
|
||||
DIST GlyphsInfo-e33ccf3515cc5b8005a3a50b4163663623649d20.tar.gz 576525 BLAKE2B 306146533d15e412e8e18f072a1fd55770310fd7a85e0a8cb956f1262622e40776b60c1bb729701b419c155970870a55a398cf01257e0b4f4a338c8714232c79 SHA512 7481f524273e73cbb7827ee6ddf9ae63852b44440e9ef5097c6fea643e99912195f0257e9140ca17738a208559c36d8dbec51ec9ec5f24cd9510d5989378be13
|
||||
DIST gftools-0.7.2.tar.gz 5558945 BLAKE2B 4021f6a09b401b94e048c88f1a744153f830ad550edb14ba5c4c83f6deda9089e27c449a85d643ea167e31d1697c3eb404f49c9bd1a9f2322746aa06a2655c5d SHA512 34336e6fa69722f3e7a317f09c2be15f8f74505dea673dea68d6c51c0289f448d77849cc92f3b47bc6bdb2f86ad525a82a4c24e9a4e08fc215cfd6e2e401d818
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
EAPI=7
|
||||
|
||||
COMMIT="e33ccf3515cc5b8005a3a50b4163663623649d20"
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05
|
||||
DIST libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 46481 BLAKE2B 7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf SHA512 368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05
|
||||
DIST phosh-v0.11.0.tar.gz 447909 BLAKE2B e5e269a1c0d84000ba956b2f03e29079f53eceb03b83829f10f9aeea3e45668d7e275769f244d67e74e448deecd37abd0a0e3c4eefb945c9dce397e618911073 SHA512 77bb2898a63d3a4438d55775a55af852a90815f090bdb07889ea1743cbda7749cde2fef38ece073352303804852c9bcd1d296492a02a1334d4b5a00619b6ff0f
|
||||
|
||||
@@ -6,13 +6,15 @@ EAPI=7
|
||||
inherit desktop gnome2-utils meson pam readme.gentoo-r1 vala systemd xdg
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
MY_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b"
|
||||
|
||||
DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices"
|
||||
HOMEPAGE="https://source.puri.sm/Librem5/phosh"
|
||||
SRC_URI="
|
||||
https://source.puri.sm/Librem5/phosh/-/archive/v0.11.0/${MY_P}.tar.gz
|
||||
https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz
|
||||
https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/${MY_COMMIT}.tar.gz -> libgnome-volume-control-${MY_COMMIT}.tar.gz
|
||||
"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
LICENSE="GPL-3"
|
||||
@@ -47,10 +49,6 @@ PATCHES=(
|
||||
"${FILESDIR}"/0006-calls-manager.patch
|
||||
)
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
MY_COMMIT="c5ab6037f460406ac9799b1e5765de3ce0097a8b"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eapply_user
|
||||
|
||||
0
sys-boot/osk-sdl/files/osk-sdl.sh
Executable file → Normal file
0
sys-boot/osk-sdl/files/osk-sdl.sh
Executable file → Normal file
Reference in New Issue
Block a user