1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-25 07:32:30 +01:00

Removing flameshot. It's on portage now.

This commit is contained in:
2022-06-26 11:31:38 +02:00
parent 615cb314f6
commit f8b01f24a5
4 changed files with 0 additions and 193 deletions

View File

@@ -1,6 +0,0 @@
DIST flameshot-0.6.0.tar.gz 641561 BLAKE2B f9e87373d84c1a841f70cd9c13b504865a0ef23d0fb29848f2270171459afe9c6852e12c712ebdc7cf3cfc62214d7b7507b85cf21838d0ebed33bee1e39f4aad SHA512 194127032ab0f62a6ba2698688e11b2d4e6f0e04a282144f5fbb6c232eeebc71371af2d55abbb6e98b8649dee036e6f0a6ef55710e4321a60fd5ac6e453ab975
DIST flameshot-0.6.0_p20190812.tar.gz 650597 BLAKE2B 555f97f3191a39c07d27d9486686da6656c08242ebb04c0d41349aa3bd196522943b3d304c2c0c4ea379f280055b223601fea9ef3f9e42d73146062b79b05107 SHA512 9f30e611bd82fdf3c2879bcd09fa7f1ab1249d2c4d083e571955fcdb9d0d77203cf41b2fe9fe4abc8ee107a5d308369e15130489e17f45b13fbeb73f8266af16
DIST flameshot-0.8.5.tar.gz 2335439 BLAKE2B 81e685a8bbb43e1c21719f0cba82b9284fcd011921dcc156564141a01c2841a686385c6ea5c9ece79573017ec94374fc5ec1ac9d73eb99eb6e3b8293c3cf8228 SHA512 792c4b10325e35d6001def93e967afe1d1b97eafd20015dc670722f936ddd1bba5ed0311426139a36bdbb007c993c2ed78d5bf028fc44def1db7770e181a0a93
EBUILD flameshot-0.6.0.ebuild 1425 BLAKE2B e957f63af37da51409ec656592017608c285f0cf83aa2e09bfb693cea1e83c1194f276b9e91c82e2f284dac2ee293e9623d3316bb4e080f9fe7f49e76bae5e07 SHA512 e93a01849d90ea934fa03c37140c7f17485daa354ef0083f5241d0afa5f1fee88d7c321bbb8b80e2c9bb1a65fa6fb466a33dbbad89e782c21ade7c570bd84c79
EBUILD flameshot-0.6.0_p20190812.ebuild 1506 BLAKE2B 3b510e0ffc2a3e61307f018916a75872133f6105661b5fc45b0489ecd9299e8c85713f8feb48b09e7848f218ef69cfe2ed583cc339c73280fd020f2a32c36627 SHA512 31d3dd8b68eae2a8b754eb0face90f966108a6422f8508a881173a714f4f66977a17b2d8854bdce375e9ad7470dde71f6e04a6b223da4f3ca9b7ab9911191942
EBUILD flameshot-0.8.5.ebuild 1385 BLAKE2B 9cd1cf13ed4c9d634be01ac6f3a69c6546254de6dde8627ffeb28f0000b42221068336dfeb5293907d045fe7203c63817e9598281e5c7247e9778740345f6872 SHA512 d875f3eb3375f873304a977f6ebd92abb932a99aadc1e66783c33095fd8fe27642c60b5050c4c214bddc7d7ce0904ffd708742c6b0e099ff91531fc22a5754ad

View File

@@ -1,62 +0,0 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit qmake-utils toolchain-funcs xdg-utils
DESCRIPTION="Powerful yet simple to use screenshot software for GNU/Linux"
HOMEPAGE="https://flameshot.js.org"
SRC_URI="https://github.com/lupoDharkael/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
LICENSE="FreeArt GPL-3+ Apache-2.0"
SLOT="0"
IUSE="kde"
DEPEND="
>=dev-qt/qtsvg-5.3.0:5
>=dev-qt/qtcore-5.3.0:5
>=dev-qt/qtdbus-5.3.0:5
>=dev-qt/qtnetwork-5.3.0:5
>=dev-qt/qtwidgets-5.3.0:5
>=dev-qt/linguist-tools-5.3.0:5
"
RDEPEND="${DEPEND}
kde? (
kde-plasma/plasma-desktop:5
kde-frameworks/kglobalaccel:5
)
"
src_prepare(){
sed -i "s|TAG_VERSION = .*|TAG_VERSION = v${PV}|" ${PN}.pro
sed -i "s#icons#pixmaps#" ${PN}.pro
sed -i "s#^Icon=.*#Icon=${PN}#" "docs/desktopEntry/package/${PN}.desktop" \
"snap/gui/${PN}.desktop" \
"snap/gui/${PN}-init.desktop"
default_src_prepare
}
src_configure(){
if tc-is-gcc && ver_test "$(gcc-version)" -lt 4.9.2 ;then
die "You need at least GCC 4.9.2 to build this package"
fi
eqmake5 CONFIG+=packaging
}
src_install(){
INSTALL_ROOT="${D}" default_src_install
if use kde; then
insinto /usr/share/config
newins docs/shortcuts-config/${PN}-shortcuts-kde ${PN}rc
fi
}
pkg_postinst(){
xdg_desktop_database_update
}
pkg_postrm(){
xdg_desktop_database_update
}

View File

@@ -1,63 +0,0 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit qmake-utils toolchain-funcs xdg-utils
DESCRIPTION="Powerful yet simple to use screenshot software for GNU/Linux"
HOMEPAGE="https://flameshot.js.org"
COMMIT="665f3090183387c1b271948c294c6f6b770c318b"
# actually, this is latest commit on the GH from 2019-08-12
SRC_URI="https://github.com/lupoDharkael/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
LICENSE="FreeArt GPL-3+ Apache-2.0"
SLOT="0"
IUSE="kde"
DEPEND="
>=dev-qt/qtsvg-5.3.0:5
>=dev-qt/qtcore-5.3.0:5
>=dev-qt/qtdbus-5.3.0:5
>=dev-qt/qtnetwork-5.3.0:5
>=dev-qt/qtwidgets-5.3.0:5
>=dev-qt/linguist-tools-5.3.0:5
"
RDEPEND="${DEPEND}
kde? (
kde-plasma/plasma-desktop:5
kde-frameworks/kglobalaccel:5
)
"
S="${WORKDIR}/${PN}-${COMMIT}"
src_prepare(){
sed -i "s|TAG_VERSION = .*|TAG_VERSION = v0.6.0|" ${PN}.pro
sed -i "s#icons#pixmaps#" ${PN}.pro
sed -i "s#^Icon=.*#Icon=${PN}#" "docs/desktopEntry/package/${PN}.desktop"
default_src_prepare
}
src_configure(){
if tc-is-gcc && ver_test "$(gcc-version)" -lt 4.9.2 ;then
die "You need at least GCC 4.9.2 to build this package"
fi
eqmake5 CONFIG+=packaging
}
src_install(){
INSTALL_ROOT="${D}" default_src_install
if use kde; then
insinto /usr/share/config
newins docs/shortcuts-config/${PN}-shortcuts-kde ${PN}rc
fi
}
pkg_postinst(){
xdg_desktop_database_update
}
pkg_postrm(){
xdg_desktop_database_update
}

View File

@@ -1,62 +0,0 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake qmake-utils toolchain-funcs xdg-utils
DESCRIPTION="Powerful yet simple to use screenshot software for GNU/Linux"
HOMEPAGE="https://flameshot.org"
SRC_URI="https://github.com/flameshot-org/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
LICENSE="FreeArt GPL-3+ Apache-2.0"
SLOT="0"
IUSE="kde"
DEPEND="
>=dev-qt/qtsvg-5.9.0:5
>=dev-qt/qtcore-5.9.0:5
>=dev-qt/qtdbus-5.9.0:5
>=dev-qt/qtnetwork-5.9.0:5
>=dev-qt/qtwidgets-5.9.0:5
>=dev-qt/linguist-tools-5.9.0:5
>=dev-util/cmake-3.13
"
RDEPEND="${DEPEND}
kde? (
kde-plasma/plasma-desktop:5
kde-frameworks/kglobalaccel:5
)
"
src_prepare(){
cmake_src_prepare
# sed -i "s#icons#pixmaps#" ${PN}.pro
# sed -i "s#^Icon=.*#Icon=${PN}#" "docs/desktopEntry/package/${PN}.desktop"
# default_src_prepare
}
src_configure(){
if tc-is-gcc && ver_test "$(gcc-version)" -lt 7.4.0 ;then
die "You need at least GCC 7.4 to build this package"
fi
# eqmake5 CONFIG+=packaging
cmake_src_configure
}
# src_install(){
# INSTALL_ROOT="${D}" default_src_install
# if use kde; then
# insinto /usr/share/config
# newins docs/shortcuts-config/${PN}-shortcuts-kde ${PN}rc
# fi
# }
pkg_postinst(){
xdg_desktop_database_update
}
pkg_postrm(){
xdg_desktop_database_update
}