Package Details: klogg-bin 22.06-2

Git Clone URL: https://aur.archlinux.org/klogg-bin.git (read-only, click to copy)
Package Base: klogg-bin
Description: A multi-platform GUI application that helps browse and search through long and complex log files. It is designed with programmers and system administrators in mind and can be seen as a graphical, interactive combination of grep, less, and tail
Upstream URL: https://klogg.filimonov.dev
Licenses: GPL3
Provides: klogg
Submitter: ragouel
Maintainer: variar
Last Packager: variar
Votes: 4
Popularity: 0.000002
First Submitted: 2020-06-22 13:58 (UTC)
Last Updated: 2023-06-13 00:14 (UTC)

Latest Comments

variar commented on 2023-06-07 21:01 (UTC)

I'm the developer of klogg. Binary version from CI should not be used as they might be pretty unstable. Can someone add me as a maitainer/co-maintainer? I can help with keeping bin version up to date and pointing to something I consider 'stable'.

SoftExpert commented on 2023-05-22 09:03 (UTC)

Hello,

Can I commit the required change? On my machine I successfully built the package using the continuous release (klogg-23.04.0.1344).

Here is the relevant part of the package on my side:

pkgname=klogg-bin
pkgver=23.04
_subversion=0.1344
pkgrel=1
pkgdesc="A multi-platform GUI application that helps browse and search through long and complex log files. It is designed with programmers and system administrators in mind and can be seen as a graphical, interactive combination of grep, less, and tail"
arch=('x86_64')
url='https://klogg.filimonov.dev'
license=('GPL3')
provides=('klogg')
depends=('qt5-base' 'hicolor-icon-theme')
makedepends=('tar')
source=("${pkgname%-bin}-${pkgver}.${_subversion}.deb::https://github.com/variar/klogg/releases/download/continuous-linux/klogg-${pkgver}.${_subversion}-focal.deb")
sha256sums=('57f0796fb62ad1536292870718d63b61d9abba6fde4d6fa6e54eb2527c5c41e6')

package() {
  tar xvf data.tar.gz -C "${pkgdir}/"
  find "${pkgdir}/usr" -type d -exec chmod 755 {} +
}

archlinuxauruser commented on 2022-06-21 02:38 (UTC) (edited on 2022-06-21 02:39 (UTC) by archlinuxauruser)

Perhaps read these pages for guidance. You need to update the .SRCINFO file also otherwise no update will be registered.

https://wiki.archlinux.org/title/AUR_submission_guidelines#Publishing_new_package_content

https://wiki.archlinux.org/title/.SRCINFO

rprice commented on 2022-06-21 02:15 (UTC)

I just updated the PKGBUILD, but not sure what happens next.

variar commented on 2022-06-19 12:14 (UTC)

Hi, I've added sourced based package https://aur.archlinux.org/packages/klogg.

rprice commented on 2022-04-17 17:04 (UTC)

I hope to start maintaining this package because I use it constantly, any help appreciated.

archlinuxauruser commented on 2021-04-14 09:05 (UTC)

Is this package still being maintained by Dimitris Kiziridis <ragouel at outlook dot com>? It is coming up as orphaned because the Maintainer field is empty.

boredpanda commented on 2020-12-24 22:27 (UTC)

https://github.com/variar/klogg/releases/download/v20.12/klogg-20.12.0.810-Linux.deb is a dead/removed link and installing from AUR will give an error. The correct package should be https://github.com/variar/klogg/releases/download/v20.12/klogg-20.12.0.813-Linux.deb.

Thanks! :)