diff --git a/app-admin/ananicy/Manifest b/app-admin/ananicy/Manifest new file mode 100644 index 0000000000..f0c5c784bb --- /dev/null +++ b/app-admin/ananicy/Manifest @@ -0,0 +1 @@ +DIST ananicy-2.2.1.tar.gz 43197 BLAKE2B 5fc1fb201c50d7b93b62d089bf341c105b2e931349966e97b2becd0744f24ebd8900ea54e113bc3fc7a2648f4e088a2215b669861a311f2c92f30a8583ad95ad SHA512 858bbfbf196a2b8f512e4f09d8a0f176ef33fbbf610c8de437dc7889830a6f8a302c4d864faa8e28c71d4c1229c112e56b7fd84918d85786153228217aaec7ef diff --git a/app-admin/ananicy/ananicy-2.2.1.ebuild b/app-admin/ananicy/ananicy-2.2.1.ebuild new file mode 100644 index 0000000000..ad97cebe7a --- /dev/null +++ b/app-admin/ananicy/ananicy-2.2.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) + +inherit python-any-r1 + +DESCRIPTION="ANother Auto NICe daemon" +HOMEPAGE="https://github.com/Nefelim4ag/Ananicy" +SRC_URI="https://github.com/Nefelim4ag/Ananicy/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +RDEPEND="sys-apps/systemd" +S="${WORKDIR}/${P^}" +DOCS=( README.md ) + +src_prepare(){ + sed -e 's|\/sbin\/sysctl|\/usr\/sbin\/sysctl|g' -i ananicy.service || die + default +} + +src_compile() { + return +} + +src_install() { + emake PREFIX="${ED}" install + python_fix_shebang "${ED}/usr/bin/ananicy" + einstalldocs +} diff --git a/app-admin/ananicy/metadata.xml b/app-admin/ananicy/metadata.xml new file mode 100644 index 0000000000..097975e3ad --- /dev/null +++ b/app-admin/ananicy/metadata.xml @@ -0,0 +1,4 @@ + + + + diff --git a/app-shells/fish-agnoster-theme/Manifest b/app-shells/fish-agnoster-theme/Manifest new file mode 100644 index 0000000000..36ea6e669e --- /dev/null +++ b/app-shells/fish-agnoster-theme/Manifest @@ -0,0 +1 @@ +DIST fish-agnoster-theme-0.1.0_p20200415.tar.gz 119414 BLAKE2B c3b0ddcbca6366c342841ecc41a0e610e0d084d7018a637ae12a4dd86e1f7d69a277840a95c71b1f605376d0f10f72c4a3f54350ce4064ab853d6a120edf6f93 SHA512 03207eab23cb3cef4357733f937c918e6c4343a17b185ced99026f0dd4d9ca950566d4accbe5798ab78d77af20e32c4a534218b82524f5d9b2d432b5fbd23431 diff --git a/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild new file mode 100644 index 0000000000..d1497eaeab --- /dev/null +++ b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +COMMIT="1ae9625e27ef47d2e6abc60156cd154cd1c37f46" +DESCRIPTION="Fancy, colorful theme with support for Powerline fonts" +HOMEPAGE="https://github.com/hauleth/agnoster" +SRC_URI="https://github.com/hauleth/agnoster/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +DEPEND="" +RDEPEND="app-shells/fish" +S="${WORKDIR}/agnoster-${COMMIT}" +DOCS=( README.md ) + +src_install() { + dodir "/usr/share/fish/vendor_conf.d" + insinto "/usr/share/fish/vendor_conf.d" + doins -r agnoster + doins -r *.fish + einstalldocs +} diff --git a/app-shells/fish-agnoster-theme/metadata.xml b/app-shells/fish-agnoster-theme/metadata.xml new file mode 100644 index 0000000000..7654084d77 --- /dev/null +++ b/app-shells/fish-agnoster-theme/metadata.xml @@ -0,0 +1,11 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + hauleth/agnoster + + diff --git a/dev-python/bitbox02/Manifest b/dev-python/bitbox02/Manifest index b3a3bb3679..f90182aba4 100644 --- a/dev-python/bitbox02/Manifest +++ b/dev-python/bitbox02/Manifest @@ -1 +1 @@ -DIST bitbox02-5.2.0.tar.gz 53182 BLAKE2B 6794c5c6c8b269316f6ec851b0dfa3646a39bd53e5be8e1364f4e2d8706ff545f43793734cd96339f6761120f3ceb813c871c6e7b847439c2669cc2a4bf89970 SHA512 8c804c3ad09308f599cc45ba62a9db43e16f5f4a5a7de848b5e67f8f8f224832792da038ccdb7f91a4fac159c774080df3b44c9ab21ff9525cf9dec231d8ec3f +DIST bitbox02-5.3.0.tar.gz 54294 BLAKE2B acb2188b272787a86643b1884b87441d4753ef3d792a3a400046984a9272635aa8ceac874193e7b85fb73583da2b71a7450802f34a32d529ccd182bcd82d4e4c SHA512 4be284b431ddc5dcf2b774286b7383523f6dc2fda32f95c9676bb2f1ef3f88f692966b31d906e0fa272a92c4e1d3314a2f2e09adca6dab66b75487e0e0b2206f diff --git a/dev-python/bitbox02/bitbox02-5.2.0.ebuild b/dev-python/bitbox02/bitbox02-5.3.0.ebuild similarity index 95% rename from dev-python/bitbox02/bitbox02-5.2.0.ebuild rename to dev-python/bitbox02/bitbox02-5.3.0.ebuild index 789b578c6b..7590b04e73 100644 --- a/dev-python/bitbox02/bitbox02-5.2.0.ebuild +++ b/dev-python/bitbox02/bitbox02-5.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="Python API for communicating with the BitBox02 device" diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest index 3d73b1d376..ea291aea0a 100644 --- a/dev-python/libusb1/Manifest +++ b/dev-python/libusb1/Manifest @@ -1 +1 @@ -DIST libusb1-1.9.1.tar.gz 79646 BLAKE2B c960efe5b14d5440944842f40d2783528dbdd899631aaa5ada0da575687051930f706e58fc0582e6ae68bebb8d26eaa49b6a5982e4b53ba088596740f4165ad8 SHA512 11559b963a958ccfa7ce957b65eb20af70ff2fcfe6b81f7939744d49df295a5f02ed8a80d2b67df61f945bca553f4424c98115c102bbacd4a0609d1e2e7fbf34 +DIST libusb1-1.9.2.tar.gz 80139 BLAKE2B 954fb72165e1bb94c5bad5b116e96272f3d8bd07215463a53a0f15f1c98e568dc2a710b23d46829ec870f2baec6184450d68ca280ac3c12af806cb1dde94e33a SHA512 cae50daa7abf367941bc136295adaac33996db5811d6fa302802b3a97d643c7145f0faa370d130d72bc356999e60003b0420700143739fee7c8ba8ddca264788 diff --git a/dev-python/libusb1/libusb1-1.9.1.ebuild b/dev-python/libusb1/libusb1-1.9.2.ebuild similarity index 92% rename from dev-python/libusb1/libusb1-1.9.1.ebuild rename to dev-python/libusb1/libusb1-1.9.2.ebuild index 5a65f4538f..f8ea69f473 100644 --- a/dev-python/libusb1/libusb1-1.9.1.ebuild +++ b/dev-python/libusb1/libusb1-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/media-gfx/glimpse/files/glimpse-0.2.0_fix_autoconf-2.70.patch b/media-gfx/glimpse/files/glimpse-0.2.0_fix_autoconf-2.70.patch new file mode 100644 index 0000000000..732cd9381a --- /dev/null +++ b/media-gfx/glimpse/files/glimpse-0.2.0_fix_autoconf-2.70.patch @@ -0,0 +1,58 @@ +From cebeb90a87105cd6e35bcb357d53cc04c828ca21 Mon Sep 17 00:00:00 2001 +From: Sergei Trofimovich +Date: Sun, 25 Oct 2020 18:09:21 +0000 +Subject: [PATCH] configure.ac: fix `--with-linux-input` handling with upcoming + autoconf-2.70 + +Upcoming autoconf-2.70 exposes deficiency in configure.ac: + +``` +$ autoconf-2.70_beta2 && ./configure --host=x86_64-pc-linux-gnu +./configure: line 1430: 5: Bad file descriptor +checking whether is declared... ./configure: line 1432: ${+y}: bad +``` + +It happens because macros are called with parameters using insufficient quoting. + +More details at https://lists.gnu.org/archive/html/bug-autoconf/2020-10/msg00027.html + +The fix only amends `--with-linux-input`. Other cases of underquoting +will need to be handled separately. + +Fix-by: Zack Weinberg +Signed-off-by: Sergei Trofimovich +--- + configure.ac | 17 ++++++++--------- + 1 file changed, 8 insertions(+), 9 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 96312f706e..63b85be07a 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -2135,15 +2135,14 @@ fi + AC_ARG_WITH(linux-input, [ --without-linux-input don't build linux input event controller module]) + + have_linux_input="no (linux input support disabled)" +-if test "x$with_linux_input" != "xno"; then +- AC_CHECK_HEADER(linux/input.h, +- AC_CHECK_DECL(KEY_OK, +- have_linux_input=yes, +- have_linux_input="no (needs Linux 2.6)", +- [#include ])) +-fi +- +-AM_CONDITIONAL(HAVE_LINUX_INPUT, test "x$have_linux_input" = xyes) ++AS_IF([test "x$with_linux_input" != "xno"], ++ [AC_CHECK_HEADER([linux/input.h], ++ [AC_CHECK_DECL([KEY_OK], ++ [have_linux_input=yes], ++ [have_linux_input="no (needs Linux 2.6)"], ++ [#include ])])]) ++ ++AM_CONDITIONAL([HAVE_LINUX_INPUT], [test "x$have_linux_input" = xyes]) + + + ############################### +-- +GitLab + diff --git a/media-gfx/glimpse/files/glimpse-0.2_fix_test-appdata.patch b/media-gfx/glimpse/files/glimpse-0.2.0_fix_test-appdata.patch similarity index 100% rename from media-gfx/glimpse/files/glimpse-0.2_fix_test-appdata.patch rename to media-gfx/glimpse/files/glimpse-0.2.0_fix_test-appdata.patch diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild b/media-gfx/glimpse/glimpse-0.2.0.ebuild index 0057314ee0..856d85e706 100644 --- a/media-gfx/glimpse/glimpse-0.2.0.ebuild +++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild @@ -91,9 +91,9 @@ BDEPEND=" DOCS=( "AUTHORS" "HACKING.md" "NEWS" "README.md" ) -# Bug 685210 (and duplicate bug #691070) PATCHES=( - "${FILESDIR}/${PN}-0.2_fix_test-appdata.patch" + "${FILESDIR}/${PN}-0.2.0_fix_test-appdata.patch" # Bug 685210, bug #691070 + "${FILESDIR}/${PN}-0.2.0_fix_autoconf-2.70.patch" # Bug #776679 ) src_prepare() { diff --git a/media-plugins/qt-jpegxl-image-plugin/metadata.xml b/media-plugins/qt-jpegxl-image-plugin/metadata.xml new file mode 100644 index 0000000000..d9a1e3c6ef --- /dev/null +++ b/media-plugins/qt-jpegxl-image-plugin/metadata.xml @@ -0,0 +1,8 @@ + + + + + dnovomesky@gmail.com + Daniel Novomesky + + diff --git a/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild b/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild new file mode 100644 index 0000000000..706f0f53b4 --- /dev/null +++ b/media-plugins/qt-jpegxl-image-plugin/qt-jpegxl-image-plugin-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit git-r3 cmake + +DESCRIPTION="Qt plug-in to allow Qt and KDE based applications to read/write JXL images." +HOMEPAGE="https://github.com/novomesk/qt-jpegxl-image-plugin" + +EGIT_REPO_URI="https://github.com/novomesk/qt-jpegxl-image-plugin.git" + +KEYWORDS="" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=">=dev-qt/qtgui-5.14.0:5 + media-libs/jpeg-xl +" + +BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5" + +RDEPEND="${DEPEND}" diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest index ef57fce118..bdd171fe59 100644 --- a/x11-terms/terminus/Manifest +++ b/x11-terms/terminus/Manifest @@ -1,2 +1,2 @@ -DIST terminus-1.0.134-linux.tar.gz 99631157 BLAKE2B 32aef7110b2d201ae9efe5131cf8d9661476e47f05c296db709a907e78b7394db560ab9998f9dc0fbddbf17af5b5098d92da050bd5a190b423a46ff106585afa SHA512 7a6abf79ef23bcd6b948c398cddc6e4b3ec40609ac108508c296d4dd1c4fe6c7645bd6908ae73b135a6825360f572d34483a153e731d29a1dd20a78e1c60907d +DIST terminus-1.0.135-linux.tar.gz 98751022 BLAKE2B 956a664b70918e0774caa0590a05acc689d9814507969568de8b468a3fad6784f1d2b19c29131d9cf13fde39db0b815e669fe4a6a29a6d78e212c098aeb58bbf SHA512 00957d136c16d12b1e5c0b8422cd743a8084305543f7c9e017ee1b19c57383d47c41da06004482ac4d2c97708aeea2e861f2e580f48cf13f8eb2afeac7ea047d DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26 diff --git a/x11-terms/terminus/terminus-1.0.134.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild similarity index 89% rename from x11-terms/terminus/terminus-1.0.134.ebuild rename to x11-terms/terminus/terminus-1.0.135.ebuild index 8e075ce45f..eb205f3215 100644 --- a/x11-terms/terminus/terminus-1.0.134.ebuild +++ b/x11-terms/terminus/terminus-1.0.135.ebuild @@ -4,9 +4,9 @@ EAPI=7 DESCRIPTION="A terminal for a more modern age" + HOMEPAGE="https://eugeny.github.io/terminus/" -SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz -https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz" +SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz" LICENSE="MIT" SLOT="0"