Search Criteria
Package Details: stacer-bin 1.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/stacer-bin.git (read-only, click to copy) |
---|---|
Package Base: | stacer-bin |
Description: | Linux System Optimizer and Monitoring |
Upstream URL: | https://github.com/QuentiumYT/Stacer |
Keywords: | monitoring optimizer |
Licenses: | GPL-3.0-only |
Conflicts: | stacer, stacer-git |
Submitter: | liberodark |
Maintainer: | Dominiquini |
Last Packager: | Dominiquini |
Votes: | 23 |
Popularity: | 0.24 |
First Submitted: | 2018-08-27 06:52 (UTC) |
Last Updated: | 2025-04-13 19:08 (UTC) |
Dependencies (14)
- e2fsprogs (e2fsprogs-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gmp (gmp-hgAUR)
- harfbuzz (harfbuzz-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libice
- libsm
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Latest Comments
« First ‹ Previous 1 2
geekborg commented on 2020-05-11 09:11 (UTC) (edited on 2020-05-11 09:11 (UTC) by geekborg)
cd /usr/share/stacer/
./stacer
result:
Erreur de segmentation (core dumped)
FredBezies commented on 2020-03-19 17:00 (UTC)
Just report a bug on github project. Thanks.
joperfi commented on 2020-03-19 16:40 (UTC)
v1.1.0-2 does not launch:
systemd-coredump[1547]: Process 1545 (stacer) of user 1000 dumped core.
Endeavour OS
<deleted-account> commented on 2020-03-17 16:04 (UTC)
Could you consider adding a line to the pkgbuild in order for pacman to recognize the conflict and offer what to do - the user chooses Y or N
conflicts=('stacer')
tnilzon commented on 2020-03-14 14:29 (UTC)
v1.1.0-1 does not launch:
"Segmentation fault (core dumped)"
Manjaro 19
StuckUpCreations commented on 2019-08-01 07:52 (UTC)
There is a new version available, update please?
liberodark commented on 2019-07-11 09:37 (UTC)
yes im go to make update
waasl commented on 2019-07-03 22:56 (UTC)
please update
pkgname=stacer-bin pkgver=1.1.0 pkgrel=1 pkgdesc="Linux System Optimizer and Monitoring" arch=('x86_64') url="https://github.com/oguzhaninan/Stacer" license=('MIT') depends=('curl' 'systemd') source_x86_64=("https://github.com/oguzhaninan/Stacer/releases/download/v${pkgver}/stacer_${pkgver}_amd64.deb") source=($pkgname.desktop) sha512sums=('c1935570166c402295d92dad30fe7b4e8189a869561d56bd8d5244138de11d4fa16145ad017f9e7b22733fb7de8a6b79708aba595a80bce7bbe0a037da63260f') sha512sums_x86_64=('19bcb87f3d99ce090ab1fb917f65f7dd74f0b1e4fc19272eae0ad8d5c66d3dbe53cbdb50841bbd9a0e16f03201cd6cc5f0bc1a57eda41fd096ed275cf762d84a')
package() { cd $srcdir tar xvf data.tar.xz cp -r usr $pkgdir rm $pkgdir/usr/share/applications/stacer.desktop install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop }
« First ‹ Previous 1 2