diff --git a/packages/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.exheres-0 b/packages/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.exheres-0 deleted file mode 100644 index 4033104..0000000 --- a/packages/app-admin/hardinfo/hardinfo-0.5.2_pre20130823.exheres-0 +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2016 Julian Ospald -# Distributed under the terms of the GNU General Public License v2 - -require cmake [ api=2 ] - -SUMMARY="A system information and benchmark tool for Linux systems" -HOMEPAGE="http://hardinfo.org/" -DOWNLOADS="https://dev.gentoo.org/~hasufell/distfiles/${PNV}.tar.xz" - -LICENCES="GPL-2" -SLOT="0" -PLATFORMS="~amd64 ~x86" -MYOPTIONS="" - -DEPENDENCIES=" - build: - virtual/pkg-config - build+run: - dev-libs/glib:2 - gnome-desktop/libsoup - x11-libs/gdk-pixbuf - x11-libs/gtk+:2 - x11-libs/pango -" - -REMOTE_IDS="github:lpereira/${PN}" - -src_prepare() { - edo sed -i \ - -e '/PREFIX/s:@CMAKE_INSTALL_PREFIX@/share:@CMAKE_INSTALL_DATAROOTDIR@:' \ - "${CMAKE_SOURCE}"/config.h.cmake - cmake_src_prepare -} - diff --git a/packages/app-admin/hardinfo/hardinfo-0.6_pre20201229.exheres-0 b/packages/app-admin/hardinfo/hardinfo-0.6_pre20201229.exheres-0 new file mode 100644 index 0000000..96ccf80 --- /dev/null +++ b/packages/app-admin/hardinfo/hardinfo-0.6_pre20201229.exheres-0 @@ -0,0 +1,41 @@ +# Copyright 2016 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +# Snapshot until release work in progress: https://github.com/lpereira/hardinfo/issues/530 +GITHUB_REVISION=f6a4f52868c2404f3ad58ef04e513ffe5fa090c7 +require github [ user=lpereira ] +require cmake +require gtk-icon-cache + +SUMMARY="A system information and benchmark tool for Linux systems" +HOMEPAGE="http://hardinfo.org/" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build: + sys-devel/gettext + virtual/pkg-config + build+run: + core/json-glib + dev-libs/glib:2 + gnome-desktop/libsoup + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/pango + suggestion: + app-benchmarks/sysbench [[ description = [ additional cpu/memory benchmarks ] ]] + sys-apps/fwupd [[ description = [ read firmware details ] ]] + sys-apps/udisks [[ description = [ read nvme storage information ] ]] + x11-dri/mesa-demos [[ description = [ show GLX info ] ]] +" + +CMAKE_SRC_CONFIGURE_PARAMS=( + -DHARDINFO_GTK3:BOOL=TRUE +) +