Void Linux discussion
 help / color / mirror / Atom feed
* Anyway to install pkgs from AUR in Void ??
@ 2015-03-14 21:15 delphys
  2015-03-14 23:08 ` Stefan Mühlinghaus
  2015-03-15 22:33 ` JD Robinson
  0 siblings, 2 replies; 4+ messages in thread
From: delphys @ 2015-03-14 21:15 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 330 bytes --]

Hello Group ..

So this is the only forum I could find for Void..

Anywho, I am coming from Arch & would Really like to install 2 pkgs from 
AUR in Void..

 gconf-gtk2  & libudev.so.0


Nither of these are avbl from the Void Repo..


If anyone tried this, I would like that some pointers ..

Thank you & Cheers !!

[-- Attachment #1.2: Type: text/html, Size: 543 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Anyway to install pkgs from AUR in Void ??
  2015-03-14 21:15 Anyway to install pkgs from AUR in Void ?? delphys
@ 2015-03-14 23:08 ` Stefan Mühlinghaus
  2015-03-15 22:33 ` JD Robinson
  1 sibling, 0 replies; 4+ messages in thread
From: Stefan Mühlinghaus @ 2015-03-14 23:08 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 602 bytes --]

Difficult. You cannot install AUR packages in void since there is simply no 
mechanism to process that format. You could however check what the AUR 
package does to install the software and try to reproduce that in void. You 
could even create a corresponding xbps package. That takes of course much 
more effort than just installing an already existing package.

As far as libudev.so.0 is concerned you can probably get away with just 
softlinking it to libudev.so.1:

cd /usr/lib
ln -s libudev.so.1 libudev.so.0

That is pretty hacky though and might not work for your specific usecase.

[-- Attachment #1.2: Type: text/html, Size: 1849 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Anyway to install pkgs from AUR in Void ??
  2015-03-14 21:15 Anyway to install pkgs from AUR in Void ?? delphys
  2015-03-14 23:08 ` Stefan Mühlinghaus
@ 2015-03-15 22:33 ` JD Robinson
  2015-03-17  1:14   ` delphys
  1 sibling, 1 reply; 4+ messages in thread
From: JD Robinson @ 2015-03-15 22:33 UTC (permalink / raw)
  To: voidlinux

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

xbps-query -Rs gtk2

This might help. The query tool is fair, not as bloated as synaptic.

xbps-query -Rs udev

You'll need to add your user to the storage and disk groups.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Anyway to install pkgs from AUR in Void ??
  2015-03-15 22:33 ` JD Robinson
@ 2015-03-17  1:14   ` delphys
  0 siblings, 0 replies; 4+ messages in thread
From: delphys @ 2015-03-17  1:14 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 1198 bytes --]



On Sunday, March 15, 2015 at 10:33:54 PM UTC, JD Robinson wrote:
>
> xbps-query -Rs gtk2 
>
> This might help. The query tool is fair, not as bloated as synaptic. 
>
> xbps-query -Rs udev 
>
> You'll need to add your user to the storage and disk groups.



Yeah, looks like I am out of luck .. Thnx anyways..

=============================
[vblive@voidbang ~]$ sudo xbps-query -Rs conf|grep gtk
[-] dhcpcd-gtk-0.7.4_1             GTK+ monitor and configuration GUI for 
dh...
[-] gtk-theme-config-20140605_1    Utility to set GTK Theme Preferences
[-] kde-gtk-config-2.2.1_1         GTK2 and GTK3 Configurator for KDE

[vblive@voidbang ~]$ sudo xbps-query -Rs udev|grep -i lib
[*] eudev-libgudev-2.1.1_6        Gentoo's fork of systemd-udev (enhanced 
us...
[-] eudev-libgudev-devel-2.1.1_6  Gentoo's fork of systemd-udev (enhanced 
us...
[*] eudev-libudev-2.1.1_6         Gentoo's fork of systemd-udev (enhanced 
us...
[-] eudev-libudev-devel-2.1.1_6   Gentoo's fork of systemd-udev (enhanced 
us...
[-] libgphoto2-udev-rules-2.5.7_1 Digital camera access library - udev rules
[vblive@voidbang ~]$ sudo xbps-query -Rs udev|grep -i lua
[vblive@voidbang ~]$ 
 

[-- Attachment #1.2: Type: text/html, Size: 1659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-17  1:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-14 21:15 Anyway to install pkgs from AUR in Void ?? delphys
2015-03-14 23:08 ` Stefan Mühlinghaus
2015-03-15 22:33 ` JD Robinson
2015-03-17  1:14   ` delphys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).