User Details
- User Since
- Aug 3 2016, 1:21 AM (355 w, 5 d)
May 2 2018
Apr 29 2018
Oct 9 2017
Aug 25 2017
Jul 7 2017
Jun 14 2017
Jun 10 2017
WARNING **: com.github.cybre.budgie-haste-applet was of type addon but had no extends
That's fine. It will work despite that warning.
Jun 9 2017
Jun 7 2017
May 31 2017
May 11 2017
May 10 2017
May 9 2017
May 7 2017
May 6 2017
Mar 20 2017
Feb 17 2017
@JoshStrobl damn it :P
@DataDrake is working on a solution for that IIRC
Feb 16 2017
Jan 30 2017
- Drop the component.xml file. That format has been replaced with the component key in the package.yml.
- Use pkgconfig for build dependencies when possible:
- pkgconfig(Qt5Core)
- pkgconfig(libavcodec)
Jan 8 2017
Nov 27 2016
Nov 25 2016
Nov 20 2016
The patch has been updated to use the new meson macros.
Nov 11 2016
It's a perl script. Still no build (install) system, though.
Nov 6 2016
Sorry, I haven't had the time to investigate as it takes really long to build on my laptop. I will look into it in the future.
Nov 5 2016
I could've sworn I've already done this.
Nov 4 2016
Oct 29 2016
Well, that was stupid of me.
Fixed now. Thanks :)
Oct 25 2016
Sep 20 2016
Sep 17 2016
Sep 13 2016
Sep 10 2016
Sep 4 2016
The open-source version does not support extensions.
Install the proprietary version if you wish to use the extensions.
Sep 1 2016
Aug 30 2016
Started with the quick start guide and moved on to the full packaging guide. After I got comfortable with the stuff packaging became a trivial process for me.
Aug 29 2016
Aug 27 2016
Apparently there is a problem with webkitgtk3 when compiled with gcc 6.1.
https://bugzilla.redhat.com/show_bug.cgi?id=1349856
Aug 26 2016
There is no need to use curl as you can list multiple sources. Only the first one gets automatically extracted and the other ones can be then found in "$sources/".
Icons shouldn't be installed in /usr/share/icons/Moka.
Install them in /usr/share/icons/hicolor so they're available no matter what icon theme is currently in use.
Aug 23 2016
Ah, sorry. Somehow I missed its existence :P
Aug 22 2016
Aug 20 2016
Aug 17 2016
Aug 16 2016
The reason /opt/brlcad is set as the prefix because BRL-CAD ships with some older versions of libraries and a build in /usr might overwrite important libraries and break the system.
The cmake script warns about this and even waits 15 seconds to proceed.