<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — [Hyperbola package] tblock-gui]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=1020</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=1020&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [Hyperbola package] tblock-gui.]]></description>
		<lastBuildDate>Sun, 25 Feb 2024 00:33:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[[Hyperbola package] tblock-gui]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=7704#p7704</link>
			<description><![CDATA[<div class="codebox"><pre><code># Maintainer: Twann &lt;tw4nn at disroot.org&gt;

# Warning: this is a version of TBlock GUI without its dependency on polkit.
# If you are looking for the official package, please install tblock-gui from the AUR.

pkgname=tblock-gui
_bin_ver=1.3.4
_build_type=nopolkit.0
pkgver=${_bin_ver}.${_build_type}
pkgrel=1
provides=(&quot;$pkgname&quot;)
pkgdesc=&quot;Official graphical user interface for the TBlock content blocker&quot;
url=&quot;https://tblock.me&quot;
arch=(&quot;any&quot;)
license=(&quot;GPL3&quot;)
makedepends=(
        &quot;make&quot;
        &quot;python&gt;=3&quot;
        &quot;python-setuptools&quot;
        &quot;git&quot;
    &quot;gettext&quot;
)
depends=(
        &quot;gtk3&quot;
    &quot;glib2&quot;
        &quot;python-gobject&quot;
        &quot;hicolor-icon-theme&quot;
        &quot;coreutils&quot;
        &quot;tblock&quot;
)
source=(
        &quot;${pkgname}-${_bin_ver}.tar.gz::https://codeberg.org/tblock/tblock-gui/archive/${_bin_ver}.tar.gz&quot;
)
sha512sums=(
    &quot;f0f6a0d5ea09da188cd3a2dfe432e63f6a614eae94155f0da39c8d0fdd92eff604b100222c369a308eb1d4b923d5214b5026e6ae67518d8697c9c27f3078d528&quot;
)

prepare()
{
    cd &quot;$srcdir/$pkgname&quot;
    patch -p1 -i data/patch/no-polkit.patch
}

build()
{
        cd &quot;$srcdir/$pkgname&quot;
        make
}

package()
{
        cd &quot;$srcdir/$pkgname&quot;
        # Install the package
        make install ROOT=&quot;$pkgdir&quot;
        rm -vr &quot;$pkgdir/usr/share/polkit-1/&quot;
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Sun, 25 Feb 2024 00:33:20 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=7704#p7704</guid>
		</item>
	</channel>
</rss>
