Compare commits
No commits in common. "1241baffa3a2583fefe4e5abacf21ec23ac1d450" and "50a8cb24f072e7c384d3aaeed071b90741836a88" have entirely different histories.
1241baffa3
...
50a8cb24f0
@ -1,2 +1 @@
|
||||
DIST pypresence-4.2.1.gh.tar.gz 375948 BLAKE2B be3f654bc9666b1fcc2ea4bbb7fc337b1acf41754750407f0f2a6a29bab39e3a5fa1d3c4076fe68dd31994c8713234aab88b085248e05196e3683e0b0c72c5a5 SHA512 b01714fe33bc470aed7ed0ff501ffdb50706e2d9a5610d594e55bb2938c670a55fb42312e67b0126bffa0bc9e04a3c1aeda445769764c2fefc8888945209cb2c
|
||||
DIST pypresence-4.3.0.gh.tar.gz 376791 BLAKE2B 27cbbaee11145e01610b515344dcefec62adc6dc1071ff744bce03029ba447ddc400806f3bc3f1bce87c6a1efa3f2b76b7f5414a72b70852a2fb6fc3c9722861 SHA512 865f4017732967b64213608c2bd9c8aa95bea4a326ef907a798e4cc18f8b0b5fe7160ee5774f2fa00a18c68e333d17dcb24485be1a27ef4d883d694d78ca0517
|
||||
|
@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/qwertyquerty/pypresence.git"
|
||||
else
|
||||
SRC_URI="https://github.com/qwertyquerty/pypresence/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Discord IPC and Rich Presence wrapper for Python"
|
||||
HOMEPAGE="https://qwertyquerty.github.io/pypresence/html/index.html"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..12} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/qwertyquerty/pypresence.git"
|
||||
else
|
||||
SRC_URI="https://github.com/qwertyquerty/pypresence/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
SRC_URI="https://github.com/qwertyquerty/pypresence/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
DIST airwindows-lv2-20.0.tar.gz 225994 BLAKE2B cbd0a842bca190d07d785c7ed9a961987ba9a661d4545c1e464df41ba2cff900fe5ff98ecb2faa8d8c2963845f09dce51ed06e28eb4230e3064ffe59b23c9c4d SHA512 c8ecab8edd116c4678d6bf31cd157c2ea9c88cbb791ea4520cb73a51ccc4d10c221add6818338e9279abf62089131d96ff6fe1b75cb56d242d8e15ed308aab2e
|
||||
DIST airwindows-lv2-16.0.tar.gz 202469 BLAKE2B da84babc3204e4ea75ffcfb8909100db20959317983b7fcceb014a603ae808c7141b1753fe4db93ba9155af11e81102e249e0f080f389024e2a208c05310c96c SHA512 68adf12134b1efc5d16d7e197cd79ac1ef1027e414f85d4a3075b18774e49df96dbcd6b5c3d3acf994be361ad428a7ce5dcebe7def252e0d26ebb78aeff48ecc
|
||||
DIST airwindows-lv2-18.0.tar.gz 203359 BLAKE2B 1fe4c132161cbbe1deff35cce96ecfa3455e7371a14ceb9b8f490f3ce56d980edfb214947d3024e8f4abc85a2c09c708bcbd95633cd3e671095e8d843efbac53 SHA512 78ab51fd741bb4a3c7dbcefbb0de7ad523282466d7783a3cc10abd316891ae0806de897976f2f72ad27d9d4c59d1c1f8a7fe8629d1e5a4adfba1450492f45639
|
||||
|
26
media-plugins/airwindows-lv2/airwindows-lv2-18.0.ebuild
Normal file
26
media-plugins/airwindows-lv2/airwindows-lv2-18.0.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-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/~hannes/airwindows-lv2"
|
||||
else
|
||||
SRC_URI="https://git.sr.ht/~hannes/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
MY_PV="v${PV}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A port of Airwindows plugins to LV2"
|
||||
HOMEPAGE="https://sr.ht/~hannes/airwindows-lv2/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="media-libs/lv2"
|
@ -1 +0,0 @@
|
||||
DIST tuba-0.4.0.tar.gz 434483 BLAKE2B a7606c99524cd3e555aca38ef94f343a36e928f8e8fd46811bdbe60feb1385363c53c7f57aebc0710f89e234e0238d01912d24e8c8f167ded8d5ef386e08d405 SHA512 d3612d988605d3c2d20249a091e0b2580aaf6a7c289646f23c6aac9552b9466d8a32621498d8c8f77509bd932326304f4f9657d1a2c7d3ed538cc7e40efa96ce
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">GeopJr/Tuba</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,56 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/GeopJr/Tuba.git"
|
||||
else
|
||||
MY_PN="Tuba"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
SRC_URI="https://github.com/GeopJr/Tuba/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Mastodon client, previously known as Tooth"
|
||||
HOMEPAGE="https://tuba.geopjr.dev/"
|
||||
LICENSE="CC-BY-3.0 GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
>=app-crypt/libsecret-0.20
|
||||
>=dev-libs/glib-2.71.2
|
||||
>=dev-libs/json-glib-1.4.4
|
||||
>=dev-libs/libxml2-2.9.10
|
||||
>=dev-libs/libgee-0.8.5
|
||||
>=gui-libs/gtk-4.3:4
|
||||
>=gui-libs/libadwaita-1.2
|
||||
>=net-libs/libsoup-3
|
||||
gui-libs/gtksourceview:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
VALA_MIN_API_VERSION=0.48
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_schemas_update
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_schemas_update
|
||||
xdg_pkg_postrm
|
||||
}
|
@ -1,56 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/GeopJr/Tuba.git"
|
||||
else
|
||||
MY_PN="Tuba"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
SRC_URI="https://github.com/GeopJr/Tuba/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Mastodon client, previously known as Tooth"
|
||||
HOMEPAGE="https://tuba.geopjr.dev/"
|
||||
LICENSE="CC-BY-3.0 GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
>=app-crypt/libsecret-0.20
|
||||
>=dev-libs/glib-2.71.2
|
||||
>=dev-libs/json-glib-1.4.4
|
||||
>=dev-libs/libxml2-2.9.10
|
||||
>=dev-libs/libgee-0.8.5
|
||||
>=gui-libs/gtk-4.3:4
|
||||
>=gui-libs/libadwaita-1.2
|
||||
>=net-libs/libsoup-3
|
||||
gui-libs/gtksourceview:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
VALA_MIN_API_VERSION=0.48
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_schemas_update
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_schemas_update
|
||||
xdg_pkg_postrm
|
||||
}
|
Loading…
Reference in New Issue
Block a user