summaryrefslogtreecommitdiff
path: root/libre/hardinfo/PKGBUILD
AgeCommit message (Collapse)Author
2020-06-12Remove hardinfo as it's no longer brandedDenis 'GNUtoo' Carikli
Before, hardinfo had to be branded, however since the following commit: ca33695c5 hardinfo-0.5.1.816.g877ea2b-1.par1: updating version it's not branded anymore, and the PKGBUILD is now functionally similar to the one in Arch Linux community repository. Beside comments, here's the differences between the Arch Linux PKGBUILD and the Parabola one: +pkgrel+=.par6 pkgdesc="A system information and benchmark tool." +pkgdesc+="(Parabola rebranded)" arch=('x86_64') +arch+=('i686' 'armv7h') url="https://github.com/lpereira/hardinfo" license=('GPL2') depends=('gtk2') makedepends=('cmake' 'git') +depends+=(libicudata.so) The additional depends is not required if we use the Arch Linux package: it was meant to handle better the ICU transition in the cases where the upstream distribution updated the icu package, but we didn't manage to recompile all our package against it in time. If we use Arch Linux, Arch Linux 32, and Arch Linux ARM packages, this issue goes away as the package will be kept in sync by the upstream distributions. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-06-11hardinfo: don't depend on a specific version of libicudata.soDenis 'GNUtoo' Carikli
At build time, a specific version of libicudata.so will be picked, and depends will be adjusted accordingly with the specific version that was used during the build. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-06-11libre: hardinfo: don't depend on icu-parabolaDenis 'GNUtoo' Carikli
There is no need to depend on a specific provider of libicudata.so Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-05-13[hardinfo]: rebuild against new icubill-auger
2019-11-14Rebuild [libre/hardinfo] x86_64 against new icu.Freemor
2019-04-08Rebuild [libre/hardinfo] against ICU 64.Freemor
2018-10-31hardinfo-0.5.1.816.g877ea2b-1.par1: updating versionOmar Vega Ramos
2018-08-13hardinfo-0.5.1-8.parabola1: icu 62.1 rebuildOmar Vega Ramos
2018-04-17libre/hardinfo: rebuilt against icu-61Andreas Grapentin
2018-01-05hardinfo-0.5.1-6.parabola2: rebuildOmar Vega Ramos
2017-09-12Updated Emulatorman's and Coadde's email addressesDavid P
2015-10-04hardinfo: armv7h portOmar Vega Ramos
2014-09-02remove parabola suffix and add complex pkgrel on the packagesAndré Fabian Silva Delgado
2014-08-26add parabola suffix on some packagesAndré Fabian Silva Delgado
2014-07-05hardinfo-0.5.1-6: mtree rebuild and update urlsAndré Fabian Silva Delgado
2014-05-16fix "Maintainer:"/"Contributor:" style, add "(Arch)" for Maintainers and ↵André Fabian Silva Delgado
Contributors from Arch and remove (Parabola) for us
2014-03-25change coadde@lavabit.com to coadde@parabola.nucoadde [Márcio Alexandre Silva Delgado]
2014-02-04repackage to fix trouble installing because was discovered that our ↵André Fabian Silva Delgado
rebranded packages on [libre] were the official Arch packages from [core], maybe a db-sync bug
2012-12-26(scripted) fix file permission breakage introduced in commit d62bd1Luke Shumaker
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output.
2012-09-12adding owncloud-client!!Shackra Sislock
2012-07-20hardinfo: updating packageMárcio Alexandre Silva Delgado
2012-04-11hardinfo-0.5.1-4: updating PKGBUILDAndré Fabian Silva Delgado
2011-06-09hardinfo-0.5.1-2.1Nicolás Reynolds