<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — [Hyperbola package] tblock-gui]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=1020&amp;type=atom" />
	<updated>2024-02-25T00:33:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=1020</id>
		<entry>
			<title type="html"><![CDATA[[Hyperbola package] tblock-gui]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=7704#p7704" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2024-02-25T00:33:20Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=7704#p7704</id>
		</entry>
</feed>
