<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — [dhcpcd-ui] Bugfix for missing icons]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=320</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=320&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [dhcpcd-ui] Bugfix for missing icons.]]></description>
		<lastBuildDate>Fri, 27 Dec 2019 19:38:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[[dhcpcd-ui] Bugfix for missing icons]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=1580#p1580</link>
			<description><![CDATA[<p>When using <strong>dhcpcd-ui</strong> with wireless connections icons are missing. So I&#039;ve modified the PKGBUILD a little as with installed <strong>network-manager-applet</strong> this problem doesn&#039;t occur:</p><div class="codebox"><pre><code># Maintainer (Arch): Brian Bidulock &lt;bidulock@openss7.org&gt;
# Contributor (Arch): lth &lt;manuelung@gmail.com&gt;
# Contributor (Arch): nizox &lt;nizzox@gmail.com&gt;
# Contributor (Arch): Ilya Fedin &lt;ilya-fedin@outlook.com&gt;
# Maintainer: André Silva &lt;emulatorman@hyperbola.info&gt;

pkgname=dhcpcd-ui
pkgver=0.7.6
pkgrel=1.hyperbola5
pkgdesc=&#039;GTK+ monitor and configuration GUI for dhcpcd, with gtk3 and libappindicator-gtk3 support&#039;
url=&#039;https://roy.marples.name/projects/dhcpcd-ui&#039;
license=(&#039;Simplified-BSD&#039;)
depends=(&#039;gtk3&#039; &#039;libappindicator-gtk3&#039; &#039;libnotify&#039; &#039;dhcpcd&#039; &#039;hicolor-icon-theme&#039;)
optdepends=(&#039;wpa_supplicant: for connections to wireless access points&#039;)
install=dhcpcd-ui.install
_commit=582194699e34b9a2f7d0ea19e07f888c099ad966  # network-manager-applet tags/1.4.6^0
source=(https://roy.marples.name/downloads/dhcpcd/$pkgname-$pkgver.tar.xz
        git+https://git.gnome.org/browse/network-manager-applet#commit=$_commit
        add-appindicator-support.patch)
arch=(i686 x86_64)
sha512sums=(&#039;e3d457c8793176286197086232306129254f54c5e533eee6be3ff317f7a5004e67ae3caa3e34b5409a8f1ac38975cc7c9ba046bc7d759770ba9db31a1e812f72&#039;
            &#039;SKIP&#039;
            &#039;60771a3dd5b20704fea17260182ab3dab864d8415caa841e4b61d9358a34cdff6aa30531df409fbd14c87d2c3f5d31213cd5b11d4e3b501c9c0ed7f308fc35f4&#039;)

prepare() {
  cd $srcdir/$pkgname-$pkgver
  patch -p1 -i &quot;$srcdir/add-appindicator-support.patch&quot;
}

build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr --sysconfdir=/etc --icondir=/usr/share/icons --with-gtk=gtk+-3.0 --without-qt
  make
}

package() {
  cd $srcdir/$pkgname-$pkgver
  make DESTDIR=&quot;$pkgdir/&quot; AUTOSTARTDIR=/etc/xdg/autostart install

  install -d &quot;$pkgdir/usr/share/licenses/$pkgname&quot;
  sed -n &#039;1,/^$/p&#039; src/dhcpcd-gtk/main.c \
    &gt;&quot;$pkgdir/usr/share/licenses/$pkgname/license.txt&quot;

  cp $srcdir/network-manager-applet/icons/22/nm-{adhoc,mb-roam,wwan-tower}.png $pkgdir/usr/share/icons/hicolor/22x22/apps/
  cp $srcdir/network-manager-applet/icons/22/nm-{secure,vpn-active}-lock.png $pkgdir/usr/share/icons/hicolor/22x22/apps/
  cp $srcdir/network-manager-applet/icons/22/nm-{signal,tech}-*.png $pkgdir/usr/share/icons/hicolor/22x22/apps/
  cp $srcdir/network-manager-applet/icons/22/nm-*connecting*.png $pkgdir/usr/share/icons/hicolor/22x22/apps/
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Fri, 27 Dec 2019 19:38:46 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=1580#p1580</guid>
		</item>
	</channel>
</rss>
