Skip to content

Commit

Permalink
*/*: pkgcheck fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Misbakh-Soloviov <[email protected]>
  • Loading branch information
msva committed Aug 10, 2024
1 parent 9be0718 commit 651f63b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dev-db/pgcli/pgcli-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{8..12} )
PYTHON_COMPAT=( python3_{8..13} )

DISTUTILS_USE_PEP517=setuptools

Expand Down
2 changes: 1 addition & 1 deletion dev-python/python-axolotl/python-axolotl-9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{8..12} )
PYTHON_COMPAT=( python3_{8..13} )

DISTUTILS_USE_PEP517=setuptools

Expand Down
1 change: 1 addition & 0 deletions media-libs/tg_owt/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
</use>
<upstream>
<remote-id type="github">desktop-app/tg_owt</remote-id>
<remote-id type="gitlab">chromiumsrc/libyuv</remote-id>
</upstream>
</pkgmetadata>
2 changes: 1 addition & 1 deletion metadata/pkgcheck.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[mva]
checks = -UnstableOnlyCheck,-RedundantVersionCheck

keywords = -VisibleVcsPkg,-NonsolvableDepsInDev,-PotentialStable,-TotalSizeViolation,-VirtualKeywordsUpdate
keywords = -VisibleVcsPkg,-NonsolvableDepsInDev,-PotentialStable,-TotalSizeViolation,-VirtualKeywordsUpdate,-NonsolvableDepsInStable
#,-UnknownCategoryDirs
#,-UnderscoreInUseFlag
#,-EmptyGlobalAssignment
Expand Down
2 changes: 1 addition & 1 deletion net-im/swift/swift-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

LUA_COMPAT=( lua5-{1..4} luajit )
PYTHON_COMPAT=( python3_{8..12} pypy3 )
PYTHON_COMPAT=( python3_{8..13} pypy3 )

inherit lua-single python-any-r1 scons-utils toolchain-funcs
inherit xdg patches git-r3
Expand Down
2 changes: 1 addition & 1 deletion profiles/desc/tdesktop_patches.desc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ hide-banned - Apply custom patch to hide messages from users in your blacklist
hide-sponsored-messages - Apply custom patch to hide sponsored messages in channels
increase-limits - Apply custom patch to ignore (run-time, not server-side) limits on accounts, folders, and so on)
ignore-restrictions - Apply custom patch to ignore copy restrictions on text and/or media

allow-disable-stories - Allow users to disable viewing "new stories" nottifications in sidebar
14 changes: 9 additions & 5 deletions www-client/chromium-gost/chromium-gost-126.0.6478.126-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DESCRIPTION="The web browser from Yandex"
LICENSE="EULA"
SLOT="0"
IUSE="+ffmpeg-codecs"
HOMEPAGE="https://github.com/deemru/Chromium-Gost"
SRC_URI="
amd64? ( https://github.com/deemru/Chromium-Gost/releases/download/${PV}/${P}-linux-amd64.deb )
"
Expand All @@ -22,7 +23,6 @@ FFMPEG_PV="$(ver_cut 1)"
BROWSER_HOME="opt/${PN}"
MY_PN="${PN}-stable"


RDEPEND="
dev-libs/expat
dev-libs/glib:2
Expand Down Expand Up @@ -110,10 +110,14 @@ src_prepare() {
# -e 's|-stable||g' \
# -i usr/share/applications/${DESKTOP_FILE_NAME}.desktop || die

patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome-sandbox" || die "Failed to fix library rpath (sandbox)"
patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome" || die "Failed to fix library rpath (browser, chrome)"
patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome-management-service" || die "Failed to fix library rpath (management-service)"
patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome_crashpad_handler" || die "Failed to fix library rpath (chrome_crashpad_handler)"
patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome-sandbox" ||
die "Failed to fix library rpath (sandbox)"
patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome" ||
die "Failed to fix library rpath (browser, chrome)"
patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome-management-service" ||
die "Failed to fix library rpath (management-service)"
patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome_crashpad_handler" ||
die "Failed to fix library rpath (chrome_crashpad_handler)"
}

src_install() {
Expand Down
3 changes: 3 additions & 0 deletions www-client/chromium-gost/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
<use>
<flag name="ffmpeg-codecs">Use <pkg>media-video/ffmpeg-chromium</pkg> for multi-threaded ffmpeg codecs for the HTML5 &lt;audio&gt; and &lt;video&gt; tags</flag>
</use>
<upstream>
<remote-id type="github">deemru/Chromium-Gost</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 651f63b

Please sign in to comment.