Compare commits
No commits in common. "8afdf1a050da4f5a2c43794f31381c4d1434239a" and "38b43d7d12fdb3f73ba2c731c0d7a75490608889" have entirely different histories.
8afdf1a050
...
38b43d7d12
1
app-admin/grub-customizer/Manifest
Normal file
1
app-admin/grub-customizer/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST grub-customizer_5.1.0.tar.gz 578046 BLAKE2B 3d32db2523e70968786bd2d6b620ee3a42a312d0b892e38121b8869a155c23aa5ead9219e56e0a84109c0bcf84a4c1f00130a3565c8d28c77b1e23bbf669a2c4 SHA512 d79c7996afd8486483d4460432207dc19315d7377dcfd2fd6a4594e64c6750bbae36f96c395c4a9748d0ff43c6095399d822fc6a23beedbc8769802818dfa11f
|
42
app-admin/grub-customizer/grub-customizer-5.1.0.ebuild
Normal file
42
app-admin/grub-customizer/grub-customizer-5.1.0.ebuild
Normal file
@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A graphical grub2 settings manager"
|
||||
HOMEPAGE="https://launchpad.net/grub-customizer"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.launchpad.net/${PN}"
|
||||
else
|
||||
PB="$(ver_cut 1-2)"
|
||||
SRC_URI="https://launchpad.net/${PN}/${PB}/${PV}/+download/${PN}_${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-cpp/gtkmm:3.0
|
||||
x11-themes/hicolor-icon-theme
|
||||
sys-boot/grub:2
|
||||
app-arch/libarchive
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
42
app-admin/grub-customizer/grub-customizer-9999.ebuild
Normal file
42
app-admin/grub-customizer/grub-customizer-9999.ebuild
Normal file
@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A graphical grub2 settings manager"
|
||||
HOMEPAGE="https://launchpad.net/grub-customizer"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.launchpad.net/${PN}"
|
||||
else
|
||||
PB="$(ver_cut 1-2)"
|
||||
SRC_URI="https://launchpad.net/${PN}/${PB}/${PV}/+download/${PN}_${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-cpp/gtkmm:3.0
|
||||
x11-themes/hicolor-icon-theme
|
||||
sys-boot/grub:2
|
||||
app-arch/libarchive
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
7
app-admin/grub-customizer/metadata.xml
Normal file
7
app-admin/grub-customizer/metadata.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="launchpad">grub-customizer</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
1
app-editors/rehex/Manifest
Normal file
1
app-editors/rehex/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST rehex-0.3.0.tar.gz 2658263 BLAKE2B cd46ca89ed2c8c5c47e0e88f8342749634d172a4a8d1ce45f7f94049601f53f9a95d0724c6da6e9e05718daf8ca17ff859f396ff67d922bbcb1a5618d8c63b49 SHA512 f3f580b32e23280a4033c49ac5ba5d09ebcc7de305af4553a745dd53c015e92601d7018f9e07127298051f3435f1e90c21bdf3ba23809a2f90c4995e0a6d0fab
|
11
app-editors/rehex/metadata.xml
Normal file
11
app-editors/rehex/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@protonmail.com</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">solemnwarning/rehex</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
47
app-editors/rehex/rehex-0.3.0.ebuild
Normal file
47
app-editors/rehex/rehex-0.3.0.ebuild
Normal file
@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
WX_GTK_VER="3.0-gtk3"
|
||||
|
||||
inherit wxwidgets xdg
|
||||
|
||||
DESCRIPTION="Reverse Engineers' Hex Editor"
|
||||
HOMEPAGE="https://github.com/solemnwarning/rehex"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/solemnwarning/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/solemnwarning/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="
|
||||
mirror
|
||||
!test? ( test )
|
||||
"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/capstone
|
||||
dev-libs/jansson
|
||||
x11-libs/wxGTK:${WX_GTK_VER}[X]
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-cpp/gtest
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
setup-wxwidgets
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake prefix="${D}"/usr install
|
||||
}
|
47
app-editors/rehex/rehex-9999.ebuild
Normal file
47
app-editors/rehex/rehex-9999.ebuild
Normal file
@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
WX_GTK_VER="3.0-gtk3"
|
||||
|
||||
inherit wxwidgets xdg
|
||||
|
||||
DESCRIPTION="Reverse Engineers' Hex Editor"
|
||||
HOMEPAGE="https://github.com/solemnwarning/rehex"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/solemnwarning/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/solemnwarning/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="
|
||||
mirror
|
||||
!test? ( test )
|
||||
"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/capstone
|
||||
dev-libs/jansson
|
||||
x11-libs/wxGTK:${WX_GTK_VER}[X]
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-cpp/gtest
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
setup-wxwidgets
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake prefix="${D}"/usr install
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
DIST windows95_2.3.0_amd64.deb 243307192 BLAKE2B 29050fda1d98a6ee4551f4b4049e800877588041b2df57a81050d78ab87dcf18b26079463b2e10d4ecac01a62f35c00e4fe389078fc8dac6216805c7773298be SHA512 99655bd7829cb6ae0e253d30848d5ddf1012d6d10a1f44fba594f8551f69f7dbfc9aeef1f31a84ff0d7c76009967e5dd6de3ee983bb5f92230366e5d1adfd4e0
|
||||
DIST windows95_3.1.1_amd64.deb 256272160 BLAKE2B b80af926afd7a38f21f83bd1e9f2ba811c39037ea47ec4f3ed44b067ba22ff11ecf8be29a4f0148cde141aa7c335bde21fa163bf4574f63387daaba77759cbc9 SHA512 a2d9c8392cf35df117874998393e2dc824566bbc89b05819893ce7bc1a1f29f13c8e9c47e60dbf508bd919cc652da654108d7e4ad2ffc6bc67a94295c5b12edc
|
||||
DIST windows95_3.1.1_arm64.deb 250797112 BLAKE2B 878e07f4edde735c4f757b52de52ef4a2cc6bdf4c338ec4d06a8648bd1d21014783ef7be5374881d1a924ae50a34c3e75501adaef3f632391f6b53f8fcaca021 SHA512 eeecfb449d996dab7f0062cecdce0e5df9ede6b54869b08a4ac2f7e8b86930162cb775174cc383a383272cbaf260307011447e1aa98dbfa8cfa09b8078cdf0a6
|
||||
DIST windows95_3.1.1_armhf.deb 248658660 BLAKE2B 439fbef10c70cf79ad58055cd1ce95f6451dd51810936f1237ac5c6b4db073b180a5377fb601d8af10b62f75df3eda4827402245396d7d7eece3a5b36626230c SHA512 0dd862bfe5d26c54df13b95da3f6d74a1882cb5869e05ab0560bdb59332bcb142f6ac535bc6f1208c1eec6d2e8256503e329b8201160cf9b634d1872d9f8b8f7
|
||||
|
22
app-emulation/windows95/windows95-2.3.0.ebuild
Normal file
22
app-emulation/windows95/windows95-2.3.0.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop unpacker bintron
|
||||
|
||||
DESCRIPTION="Windows 95, running in an Electron app"
|
||||
HOMEPAGE="https://github.com/felixrieseberg/windows95"
|
||||
SRC_URI="https://github.com/felixrieseberg/${PN}/releases/download/v${PV}/${PN}_${PV}_amd64.deb"
|
||||
S="${WORKDIR}/usr/lib/${PN}"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
src_install() {
|
||||
domenu ../../share/applications/${PN}.desktop
|
||||
doicon ../../share/pixmaps/${PN}.png
|
||||
|
||||
bintron_src_install
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
DIST beekeeper-studio_2.1.4_amd64.deb 70856006 BLAKE2B ae721c0311ded284a04f56ae594d45e32e5618e40bbae6196bd3875a105e4c7494349d84165ed2ce9620e847ebed889e5df67a6f04fb646cf1c2ae339b5fec17 SHA512 97da29b9a060ec6da871fdb6fcf6fdf2f96903ab964ca5d9cd0f0faf81f57c2c1637fae6f8a0c781121ba9e1ae8218565d18f962866975fa9b59a336d3833fc5
|
||||
DIST beekeeper-studio_4.1.13_amd64.deb 74990132 BLAKE2B 61481c3f2c0c06811b975617be5b5967a265d42b40b5bf92be7c32b8e452eeaa2acdcb3b2b6fa555e4c7ddcbe3c46212b7005c898f10ec28c4a1b07467f2a81d SHA512 fe67036b09af144dcf564e46f246c8e76ce54664e2183652904104bc9902d9995bdd004c0f3c4de187a222072f908201172b7c323921bf9616c96ba03eaed937
|
||||
DIST beekeeper-studio_4.1.13_arm64.deb 79468928 BLAKE2B 44e19ea948e9c8166da6246d607075feaf5988a96c44ad785d6b5d8a90ce59ae9a3f4ca3d1f290beae67873e559612fecf5e0429c7b5d4f2443fb2cbc55a142f SHA512 057207aadce6e5f1bf14f98a09e428b93d198b9435c5d7a0f408061f3c90e61015587fa748e6296c46b0f6faf76778e994e4bd55c4bd47196dfeeb73f29788cc
|
||||
|
26
dev-util/beekeeper-studio/beekeeper-studio-2.1.4.ebuild
Normal file
26
dev-util/beekeeper-studio/beekeeper-studio-2.1.4.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop unpacker bintron
|
||||
|
||||
DESCRIPTION="Modern and easy to use SQL client"
|
||||
HOMEPAGE="https://www.beekeeperstudio.io/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}_${PV}_amd64.deb"
|
||||
S="${WORKDIR}/opt/Beekeeper Studio"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
src_install() {
|
||||
local size
|
||||
for size in 16 24 32 48 64 96 128 256 512; do
|
||||
doicon --size ${size} \
|
||||
../../usr/share/icons/hicolor/${size}x${size}/apps/${PN}.png
|
||||
done
|
||||
make_desktop_entry ${PN} "Beekeeper Studio" ${PN} "Development;"
|
||||
|
||||
bintron_src_install
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
DIST GitHubDesktop-linux-amd64-3.3.6-linux3.deb 94619536 BLAKE2B e32a937d86f5730844ada3410c7ab9a0aeef06ffc2db9864dc9bd44676733f8c333a3411f61dd624f9ec3cac1a91c38cfff03f09eb341520ad6b69579f1d9e13 SHA512 c988df1afd7cf07b13aa5f08484fa3f2885629a2b2edb8412195d173df51ff7179ac5a075d2b2c506e13ec33d9814250c7f5c17a0aa1344f9d293286f4cd56f1
|
||||
DIST GitHubDesktop-linux-arm64-3.3.6-linux3.deb 88504356 BLAKE2B a87e55f529d43e7c9b38ca327356a52286485fc67679654cb70f823170226c05beea652d1c6bea86e18c77d063c0d284d79b65d00f9e78851c939031a402c65a SHA512 731712fe935f3dfed3c26146c3caaf32b9e3bb9f1c44b89bd810cb6afd6879ad8754952c90a680e8958deed2d8c00a9d08b0535c6cd26f3a59ab119b4836557b
|
||||
DIST GitHubDesktop-linux-armhf-3.3.6-linux3.deb 85987760 BLAKE2B 5b23ac1b56679970f88027f3fbb621fb72abd81fe4e0ed50022665166045d7eb58242215773cc99207319e348fe4bd74ae645672d782bc6f132b39e02a648883 SHA512 68ebd6318e0be330e48cb5f759b38a518d0ffbd5803f705ec61f9317343f550ca0336bc9b943e12742eed173dac4e1c29c4e1d22d51aad1947c8e42f40804914
|
||||
DIST github-desktop-2.9.3.deb 71379536 BLAKE2B 945c956e4c58fc89f00c5589ac6c88f0e8be88a611e095c160181000c404d70640bcc67699d13d35a47baf2ca0f8d14165363f3958ca5e9187d2683515f927fa SHA512 0e7157880af102b6a9c69de81a29a3da2e7c96a85fa1c42a6e0316467df762af4d904894e82f9d63fb9b769d8acee81cba87445b3a72fefe912d133847f86dee
|
||||
|
29
dev-util/github-desktop/github-desktop-2.9.3-r1.ebuild
Normal file
29
dev-util/github-desktop/github-desktop-2.9.3-r1.ebuild
Normal file
@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop unpacker bintron
|
||||
|
||||
DESCRIPTION="GitHub Desktop for Linux"
|
||||
HOMEPAGE="https://github.com/shiftkey/desktop"
|
||||
SRC_URI="https://github.com/shiftkey/desktop/releases/download/release-${PV}-linux3/GitHubDesktop-linux-${PV}-linux3.deb -> ${P}.deb"
|
||||
S="${WORKDIR}/usr/lib/github-desktop"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
RDEPEND="dev-libs/openssl-compat:1.1.1"
|
||||
|
||||
src_install() {
|
||||
domenu ../../share/applications/github-desktop.desktop
|
||||
|
||||
local size
|
||||
for size in 32 64 128 256 512; do
|
||||
doicon --size ${size} \
|
||||
../../share/icons/hicolor/${size}x${size}/apps/github-desktop.png
|
||||
done
|
||||
|
||||
bintron_src_install
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
DIST mindustry-bin-135.jar 60093826 BLAKE2B b2c92865ff6404b8c58778f9d54d5f7a7c42e3c1d20a25ac256d7712131ee366f1a3bdacf13138da88d3902d7bc62e24ef94b7b5cd3845781fa15be1ba702e2d SHA512 e1da89be60802cc8dfeafafa4d37e00f81de8aa7d98a97890251ed0f4622a6e46defe94df9dcd21aed18e1ed66e4271e93110f14482eab7c3dfa16eaaf57bad1
|
||||
DIST mindustry-bin-146.jar 72939318 BLAKE2B 33f22a4a46908b9b94999eb168c5a1f31076559f6b4fec9a164687fd9de79910e28120c574bdef5706b14ee30826c8a280c0648cc983752aef9435d9e3f183c2 SHA512 0ea3ee2e967bcc890fcb894b570f9df09497de7b49c0b8331210c96260dd94f2df60819359c47b9c661382e1c57a1da9841b8d0f3ad538b0582cbfc5edb15dd3
|
||||
DIST mindustry-bin-d0ff0307f5ce717ee7622e2029785bb1d76e3d18-icon_64.png 13869 BLAKE2B bf9a0e43c8155ccf4daf337e820fdd274fda9c0a5d07ae26d2ee9c1a9e06c9930cb3f8210bca24babca9b145dc0317dc8669ee39f19d5f737ab4edc8f3811ccb SHA512 66b34ac02c33e24d164976a6f927d38b145ff2cd8d25851d77c2c654cf5b8481f49041559f3dc4f128ca732a734ea25a155ce7604e876e1d3f53f9478b492207
|
||||
|
36
games-strategy/mindustry-bin/mindustry-bin-135.ebuild
Normal file
36
games-strategy/mindustry-bin/mindustry-bin-135.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="${PN/-bin/}"
|
||||
|
||||
inherit wrapper desktop xdg
|
||||
|
||||
DESCRIPTION="A sandbox tower defense game"
|
||||
HOMEPAGE="https://mindustrygame.github.io"
|
||||
SRC_URI="https://github.com/Anuken/${MY_PN^}/releases/download/v${PV}/${MY_PN^}.jar -> ${P}.jar"
|
||||
|
||||
RESTRICT="bindist mirror strip test"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/jre-1.7:*
|
||||
"
|
||||
|
||||
S="${DISTDIR}"
|
||||
|
||||
src_unpack() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/opt/${PN}"
|
||||
newins "${P}.jar" "${PN}.jar"
|
||||
|
||||
make_wrapper "${PN}" "java -jar /opt/${PN}/${PN}.jar"
|
||||
# FIXME: don't relay on 3rd party icons
|
||||
make_desktop_entry "${PN}" "${PN^}" "${MY_PN}" "Game;StrategyGame;"
|
||||
}
|
@ -1,2 +1,4 @@
|
||||
DIST figma-bin-0.8.1-amd64.zip 145418083 BLAKE2B 7fbab84a192a0f1a9b9c63ae8d54083692b4551a5fe79126c66092a6ec83ebf193c02e025d5f256794ffcb08712fbe6b2027abecdcc05885c40a75920fd93760 SHA512 9bef661eca3b59f91dea13ea99f72b1c35c4b826b558265bbe5c987801d0eb165083bd06c40ecb7b36b3ddd93b5d91afd2d5a189357ec0a951b8246195b20158
|
||||
DIST figma-bin-0.8.1-arm64.zip 144496746 BLAKE2B 667fcfa4424ecf155ccc6c8e793f01f73cf173533088c9d6be09ffa0018d48218e3bc42c19b6c5be2df08e62dbd7d1105db604de5bfb7744271d92e06b2901e0 SHA512 f038abfe45c927580e20e21f1d92f33a72595d6c7365f0064ede26291b42ff55849566c9d30f03e6217d687d6bcc9319700dcbbe38831496f0dc842cb096d075
|
||||
DIST figma-linux_0.11.3_linux_amd64.deb 74099774 BLAKE2B d5bb3d2a8198f0c2fda380ee7f4d708ceff55289e4442504585f299a2eb43888f2a11d2e27153d1427827ffb003742919edb0f4bc83115049910b65ce1c3b153 SHA512 2ebf850e2b1c5ffcb73571158ea6a5e6724120497afe4d3cd758e2a99d2c5e4399cf0fef1c07b2952a7554b5fcbe5fd95c28904ea05baaf3b379bd630e50b5f9
|
||||
DIST figma-linux_0.11.3_linux_arm64.deb 71294542 BLAKE2B 961bc65e170fd182480899abf26cc315ad3cf3254821d2a67377bfbd6abd3f81de62179cea21dd5cf4ab9ae4a408af8f4f063f09e00d521bfe7d2cb5c83e8f5b SHA512 b044577ceab83840a0b69aeb17c125053a92242e33eef094afdd05d9c73c3e88de970dbf6ae0ef2a67f64354dac32cd05f304e21f1d7578b9956b7c279806ced
|
||||
|
48
media-gfx/figma-bin/figma-bin-0.8.1.ebuild
Normal file
48
media-gfx/figma-bin/figma-bin-0.8.1.ebuild
Normal file
@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit wrapper desktop xdg
|
||||
|
||||
DESCRIPTION="Unofficial desktop client for Figma - collaborative interface design tool"
|
||||
HOMEPAGE="https://github.com/Figma-Linux/figma-linux"
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/Figma-Linux/figma-linux/releases/download/v${PV}/figma-linux_${PV}_linux_amd64.zip -> ${P}-amd64.zip )
|
||||
arm64? ( https://github.com/Figma-Linux/figma-linux/releases/download/v${PV}/figma-linux_${PV}_linux_arm64.zip -> ${P}-arm64.zip )
|
||||
"
|
||||
S="${WORKDIR}"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~arm64"
|
||||
IUSE="test"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
RDEPEND="
|
||||
app-accessibility/at-spi2-atk
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
media-libs/libpng:0/16
|
||||
x11-libs/cairo
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libnotify
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/libxkbfile
|
||||
x11-libs/libXScrnSaver
|
||||
x11-libs/libXtst
|
||||
x11-libs/pango
|
||||
"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
local pnopt="/opt/${PN}"
|
||||
|
||||
mkdir -p "${D}/${pnopt}" || die
|
||||
cp -R * "${D}/${pnopt}" || die
|
||||
|
||||
make_wrapper "${PN}" "${EROOT}/${pnopt}/figma-linux"
|
||||
make_desktop_entry "${PN}" "${PN^}" "${EROOT}/${pnopt}/figma-linux.png"
|
||||
}
|
1
media-gfx/fondo/Manifest
Normal file
1
media-gfx/fondo/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST fondo-1.6.1.tar.gz 3356374 BLAKE2B 310b62d9602baafb0f60d0af8089191cd9c27b162118148126430279f8519f735635d5655c87dd5c0bab990100bbfce0d627b9a38d0f4ecfb25b67e0e5d26277 SHA512 373ab22051201ebca336eb8403be360ab1f6481a5d354e3a944a44fd6d4cfa82c1fa1e5ab5a072910e7938f806fcc239b9fc6b442173d5758f5724459c1bc563
|
54
media-gfx/fondo/fondo-1.6.1.ebuild
Normal file
54
media-gfx/fondo/fondo-1.6.1.ebuild
Normal file
@ -0,0 +1,54 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="Wallpaper App for Linux "
|
||||
HOMEPAGE="https://github.com/calo001/fondo"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/calo001/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/calo001/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
# no tests
|
||||
RESTRICT="test"
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/granite:=
|
||||
dev-libs/json-glib
|
||||
>=gui-libs/libhandy-0.91.0:1
|
||||
net-libs/libsoup:2.4
|
||||
x11-libs/gtk+:3
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
xdg_pkg_preinst
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_savelist
|
||||
}
|
54
media-gfx/fondo/fondo-9999.ebuild
Normal file
54
media-gfx/fondo/fondo-9999.ebuild
Normal file
@ -0,0 +1,54 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="Wallpaper App for Linux "
|
||||
HOMEPAGE="https://github.com/calo001/fondo"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/calo001/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/calo001/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
# no tests
|
||||
RESTRICT="test"
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/granite:=
|
||||
dev-libs/json-glib
|
||||
>=gui-libs/libhandy-0.91.0:1
|
||||
net-libs/libsoup:2.4
|
||||
x11-libs/gtk+:3
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
xdg_pkg_preinst
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_savelist
|
||||
}
|
7
media-gfx/fondo/metadata.xml
Normal file
7
media-gfx/fondo/metadata.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="github">calo001/fondo</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
media-gfx/koko/Manifest
Normal file
3
media-gfx/koko/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST koko-9999-admin1CodesASCII.txt 140325 BLAKE2B 5f2e0bbf988107b051e2704c87a0e6575f2c509c7794d04964da3bc49638707d265f36fca4cfbd955b5fb575c37f2e4364f9816698d3534a8fb92b3d29da3810 SHA512 9db0bcef193d3912d74aed573e96df1385ab23502b7c44d40b6af1211c2837bdc0510bc2e7e69080b9eafab411df6cdea89a02d04336f46a56436464192fb563
|
||||
DIST koko-9999-admin2Codes.txt 2261531 BLAKE2B 07a3ed6a0ba8984a4701e412b79af97b26ccb52000f377b9140fe7a3354f64491468f4ce964bcfbbb6c005f464679f9130b70bac0ee619026e898215e51e5e33 SHA512 a197067d947d9846b0ed416798af4f7f80c4f682acffe00879659419062162e05d0d476e61a013eda95ed34d188a887dd6da7cb8ab57fc2d8ff6e292c6eec313
|
||||
DIST koko-9999-cities1000.zip 8443789 BLAKE2B e537d11e7eefe205d3fcbb6342af3ecd2ece0fd16cb955c1565ed986a3f7e583929158b86a1222e26b63787434739798a3599235ede834f6f13fb92ef689755a SHA512 23ce59684216e3494c05dae144281ccdb2620a1763e1744dd69816bfef3c1b4c318615edc34ac80d7c3e1ddbe2dcd22578e369cbccf5313f97736e51e2333460
|
80
media-gfx/koko/koko-9999.ebuild
Normal file
80
media-gfx/koko/koko-9999.ebuild
Normal file
@ -0,0 +1,80 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="true"
|
||||
ECM_TEST="true"
|
||||
KFMIN=5.240
|
||||
QTMIN=6.4
|
||||
|
||||
GEONAMES_DATA=(
|
||||
"admin1CodesASCII.txt"
|
||||
"admin2Codes.txt"
|
||||
"cities1000.zip"
|
||||
)
|
||||
|
||||
geonames-src_uri() {
|
||||
for file in ${GEONAMES_DATA[@]}; do
|
||||
SRC_URI+=" https://download.geonames.org/export/dump/${file} -> ${P}-${file}"
|
||||
done
|
||||
}
|
||||
|
||||
inherit ecm gear.kde.org git-r3
|
||||
|
||||
DESCRIPTION="Image gallery application by KDE designed for desktop and touch devices"
|
||||
HOMEPAGE="https://apps.kde.org/koko/"
|
||||
|
||||
LICENSE="|| ( LGPL-2.1 LGPL-3 ) CC-BY-4.0"
|
||||
SLOT="0"
|
||||
IUSE="X"
|
||||
|
||||
geonames-src_uri
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:6
|
||||
>=dev-qt/qtpositioning-${QTMIN}:6
|
||||
>=dev-qt/qtsvg-${QTMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kdeclarative-${KFMIN}:6
|
||||
>=kde-frameworks/kfilemetadata-${KFMIN}:6
|
||||
>=kde-frameworks/kguiaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/knotifications-${KFMIN}:6
|
||||
>=media-gfx/exiv2-0.21:=
|
||||
>=media-libs/kquickimageeditor-1.0
|
||||
X? ( x11-libs/libxcb:= )
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-libs/kirigami-addons:6
|
||||
>=kde-frameworks/kirigami-${KFMIN}:6
|
||||
>=kde-frameworks/purpose-${KFMIN}:6
|
||||
"
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
"
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
# Expects files to installed, and you can't install the files before you test.
|
||||
"reversegeocodertest"
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
|
||||
for file in ${GEONAMES_DATA[@]}; do
|
||||
cp "${DISTDIR}/${P}-${file}" "${S}/src/${file}" || die
|
||||
done
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package X XCB)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
11
media-gfx/koko/metadata.xml
Normal file
11
media-gfx/koko/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@protonmail.com</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="kde-invent">graphics/koko</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
1
net-analyzer/nutty/Manifest
Normal file
1
net-analyzer/nutty/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST nutty-1.1.1.tar.gz 174476 BLAKE2B 4a251e4cdc4efc24f9ec2c620e5630e382b6af6fad57068e2ebb0d2a0853f15d780f1884fb6d3e6ef2d8bc2e6244940e25f609ee118a3f2ac8516a9c473ff1c3 SHA512 dfae697eb4379af7c4f77a03fca608cfed64dbb92ef21a33f442dd43fc00249da9a80294dc8fcd710e2c38f441a7d8045f3e3f81daca83e7d0b643f824c56b0f
|
15
net-analyzer/nutty/metadata.xml
Normal file
15
net-analyzer/nutty/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@protonmail.com</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">babluboy/nutty</remote-id>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
A simple application made for elementary OS to provide essential information on network related aspects.
|
||||
The information presented in as the following tabs.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
70
net-analyzer/nutty/nutty-1.1.1-r1.ebuild
Normal file
70
net-analyzer/nutty/nutty-1.1.1-r1.ebuild
Normal file
@ -0,0 +1,70 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="A simple application to provide essential information on network related aspects"
|
||||
HOMEPAGE="https://github.com/babluboy/nutty"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/babluboy/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/babluboy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# tests are just data file validation
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
>=dev-db/sqlite-3.5.9:3
|
||||
>=dev-libs/granite-0.5:=
|
||||
>=dev-libs/libgee-0.8:=
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libnotify
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
net-analyzer/nethogs
|
||||
net-analyzer/nmap
|
||||
net-analyzer/traceroute
|
||||
net-analyzer/vnstat
|
||||
net-misc/curl
|
||||
net-wireless/wireless-tools
|
||||
sys-apps/iproute2
|
||||
sys-apps/net-tools
|
||||
sys-apps/pciutils
|
||||
"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS README.md )
|
||||
|
||||
pkg_setup() {
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
xdg_pkg_preinst
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
70
net-analyzer/nutty/nutty-9999.ebuild
Normal file
70
net-analyzer/nutty/nutty-9999.ebuild
Normal file
@ -0,0 +1,70 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="A simple application to provide essential information on network related aspects"
|
||||
HOMEPAGE="https://github.com/babluboy/nutty"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/babluboy/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/babluboy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# tests are just data file validation
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
>=dev-db/sqlite-3.5.9:3
|
||||
>=dev-libs/granite-0.5:=
|
||||
>=dev-libs/libgee-0.8:=
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libnotify
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
net-analyzer/nethogs
|
||||
net-analyzer/nmap
|
||||
net-analyzer/traceroute
|
||||
net-analyzer/vnstat
|
||||
net-misc/curl
|
||||
net-wireless/wireless-tools
|
||||
sys-apps/iproute2
|
||||
sys-apps/net-tools
|
||||
sys-apps/pciutils
|
||||
"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS README.md )
|
||||
|
||||
pkg_setup() {
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
xdg_pkg_preinst
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
@ -4,6 +4,26 @@ acct-group/sensu
|
||||
acct-user/sensu
|
||||
net-analyzer/sensu
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2024-02-13)
|
||||
# Not maintained actively in this repository.
|
||||
# Use ::pentoo instead.
|
||||
app-editors/rehex
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2024-02-12)
|
||||
# Not maintained actively in this repository.
|
||||
# Use ::guru instead.
|
||||
app-admin/grub-customizer
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2024-01-21)
|
||||
# Requires dependencies which are in still in staging in the kde overlay.
|
||||
media-gfx/koko
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2023-11-23)
|
||||
# Gtk applications that are broken at runtime, most likely due to
|
||||
# lack maintenance to work with updated dependencies (libsoup:3 et al).
|
||||
media-gfx/fondo
|
||||
net-analyzer/nutty
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2023-08-31)
|
||||
# Indiscriminate mask of packages with NonsolvableDepsInStable
|
||||
# Fix or remove
|
||||
|
Loading…
Reference in New Issue
Block a user