User Details
- User Since
- Mar 5 2019, 5:55 AM (104 w, 5 d)
Today
If we want to keep python2 bindings then we have to remove this line --with-python=python%python3_version% .
Remove unnecessary flags
In the package.yml file, you have to fix the description too, from:
description: ProtonMail Bridge enable...
to:
description: | ProtonMail Bridge enable...
Yesterday
Thu, Mar 4
Wed, Mar 3
Sat, Feb 27
Fri, Feb 26
@Staudey you can simply run pip3 check. @moop did report the issue first in Solus forum: https://discuss.getsol.us/d/6417-anki-package-missing-python-dependencies
Wed, Feb 24
Hey @drakovyrn, you have to fix your MAINTAINERS.md file.
- Fix indentation, it should be 2 not 4.
- Remove matrix and leave only Name, IRC and email.
Tue, Feb 23
Mon, Feb 22
Version 3.3.5 just released.
Fri, Feb 19
Tue, Feb 16
Hi @peterreisz! Looks like this is your first patch.
package.yml file is fine, but I think you have edited manually pspec_x86_64.xml which in fact you should not do it. Also with our new yabi tool there should be the abi_used_symbols file.
In this case to fix this diff you have to rebuild this package.
make
make clean
git add *
git commit --amend
arc diff
Sun, Feb 14
Alphabetise pkgconfigs
Sat, Feb 13
Updated the source.
source has been changed
Fri, Feb 12
There is some progress here, 7 more packages done:
- chrome-gnome-shell
- cycler
- evemu
- matplotlib
- python-kiwisolver
- python-wrapt
- scipy
Thu, Feb 11
I don't know why but whith Opera it isn't working. The old one in python2 or the new one with python3, it doesn't matter.
Tue, Feb 9
Mon, Feb 8
libgmp.so is a file from gmp-devel and libmpfr.so is from mpfr-devel. Yout don't need the whole system.devel component installed.
Sun, Feb 7
Sat, Feb 6
Feb 5 2021
It doesn't seem to be completely dead. There was a new release. https://git.savannah.gnu.org/cgit/xbindkeys.git/log/
Feb 1 2021
This task can be closed per https://dev.getsol.us/D10321
Jan 31 2021
I don't think you are missing something. From google searches gzclose, gzeof and gzgets are zlib functions and zlib-devel is already installed when compiling weechat, because zlib-devel is a dependency of tcl-devel which is pkgconfig(tcl) in package.yml file.
Update to 3.3.4
Add new abi_ files
Add new abi_ files
Add new abi_ files
Jan 30 2021
I think the version should be 2.4.1 not 2.4.1.0 and component maybe it is better programming.library.
You can add the homepage too. https://www.libvolk.org/.
Jan 28 2021
I don't know how to do this...
That is easy. Edit your SUMMARY: and add a new line Depends on D10452.
Since you updated also python-importlib-resources you can add it as stack for qutebrowser update.
You can remove python-markupsafe because it is a dependency for python-jinja.
Jan 27 2021
I suggest two minor things in the package.yml file: replace python3-devel with pkgconfig(python3) and move patterns: before builddeps:. If you want to add the homepage: too, then it is this: https://www.postgresql.org/
Jan 26 2021
Move component before summary
Jan 25 2021
i3lock was rebuilt two weeks ago against libasan 14bc608c5ac0.
Have you done a full update? Launch terminal and run sudo eopkg up.
Jan 24 2021
Jan 23 2021
Remove /usr/share/doc
Jan 22 2021
Clean deps
Hey @amirhosseinak20 This packages has already been accepted for inclusion here https://dev.getsol.us/T6265. Just needs a maintainer to package it.
@xulongwu4 Just add back python2 for pyflakes in D9621.