hardinfo: version bump to 0.6_pre20201223 #42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "kapsh/hasufell-repository:hardinfo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -23,4 +0,0 @@
x11-libs/pango
"
REMOTE_IDS="github:lpereira/${PN}"
Provided by github.exlib.
@ -1,34 +0,0 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
Falls under git's threshold? Diff view works in
git show -M.4
.Current version failed to build (multiple declaration of something, looked like missing
extern
declarations required for gcc-10). Surprisingly, software is still developed and they just lagging with official release. Tracking https://github.com/lpereira/hardinfo/issues/530 for it.Maybe just make it scm until proper release?
@ -0,0 +12,4 @@
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS="gtk3"
Could be also
gtk2 vs gtk3
, though I think this is fine too.GTK3 support is considered experimental, but it builds and works for me in general.
@hasufell hi, care to review this?
@ -27,4 +0,0 @@
src_prepare() {
edo sed -i \
-e '/PREFIX/s:@CMAKE_INSTALL_PREFIX@/share:@CMAKE_INSTALL_DATAROOTDIR@:' \
This and more went into patch merged while I was writing previous comments.
@ -0,0 +1,43 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
GITHUB_REVISION=f6a4f52868c2404f3ad58ef04e513ffe5fa090c7
This is unreliable. It would be better to have a static tarball. But you can't have everything in life, I guess.
Also add the link to the upstream release discussion here.
I believe this is reliable until relevant commit exists, any other caveats?
Note with link added.
it's scm, so the tarball cannot be cached
It is cached with
rev
exparam (untilforce_git_clone
given):-rw-r--r-- 1 paludisbuild paludisbuild 1.3M Dec 29 21:38 /var/cache/paludis/distfiles/hardinfo-f6a4f52868c2404f3ad58ef04e513ffe5fa090c7.tar.gz
@ -0,0 +12,4 @@
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS="gtk3"
Gtk2 is old, let's remove this flag and force gtk3.
Sure, should be fine judging by https://github.com/lpereira/hardinfo/issues/112
Deprecation warnings triggered for both builds and I personally couldn't find guibench in gtk2 interface anyway.
@ -0,0 +28,4 @@
x11-libs/gtk+:3
x11-libs/libX11
x11-libs/pango
suggestion:
Source: https://github.com/lpereira/hardinfo/issues/243
Intentionally ommited from that list:
Also I have nothing to test ups and samba rn, and fwupd could use openrc service to run.
lgtm
Nice, thanks for directions. I'll merge it then.