Skip to content

Commit

Permalink
net-im/tencent-qq: drop appindicator useflag
Browse files Browse the repository at this point in the history
The blurry bug is resolved by upstream, no need workaround anymore
  • Loading branch information
st0nie authored and peeweep committed Jan 2, 2025
1 parent aa1279f commit 9fb513d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 1 addition & 4 deletions net-im/tencent-qq/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<name>WANG Xuerui</name>
</maintainer>
<maintainer type="person">
<email>ston.jia@qq.com</email>
<email>ston.jia@outlook.com</email>
<name>ston</name>
</maintainer>
<use>
Expand All @@ -17,9 +17,6 @@ pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
shipped libs.</flag>
<flag name="gnome">Supporting screenshot when using
GNOME</flag>
<flag name="appindicator">Build in support for
notifications using the libindicate or libappindicator
plugin</flag>
<flag name="liteloader">Add liteloader support</flag>
</use>
</pkgmetadata>
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ LICENSE="Tencent"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"

IUSE="+bwrap system-vips gnome appindicator liteloader"
IUSE="+bwrap system-vips gnome liteloader"

RESTRICT="strip mirror"

RDEPEND="
x11-libs/gtk+:3
x11-libs/libnotify
dev-libs/nss
appindicator? ( dev-libs/libayatana-appindicator )
x11-libs/libXScrnSaver
x11-libs/libXcomposite
x11-libs/libXdamage
Expand Down Expand Up @@ -114,11 +113,6 @@ src_install() {
dosym -r /opt/QQ/qq /usr/bin/qq
fi

# https://bugs.gentoo.org/898912
if use appindicator; then
dosym ../../usr/lib64/libayatana-appindicator3.so /opt/QQ/libappindicator3.so
fi

sed -i 's!/usr/share/icons/hicolor/512x512/apps/qq.png!qq!' "${D}"/usr/share/applications/qq.desktop || die
gzip -d "${D}"/usr/share/doc/linuxqq/changelog.gz || die
dodoc "${D}"/usr/share/doc/linuxqq/changelog
Expand Down

0 comments on commit 9fb513d

Please sign in to comment.