Package Details: kalu 4.5.2-2

Git Clone URL: https://aur.archlinux.org/kalu.git (read-only, click to copy)
Package Base: kalu
Description: Upgrade notifier w/ AUR support, watched (AUR) packages, news
Upstream URL: https://github.com/Thulinma/kalu
Licenses: GPL3+
Submitter: jjacky
Maintainer: Thulinma
Last Packager: Thulinma
Votes: 184
Popularity: 1.09
First Submitted: 2012-02-14 18:03 (UTC)
Last Updated: 2024-09-15 21:24 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 17 Next › Last »

naruto522ru commented on 2020-06-16 10:45 (UTC)

@Rhinoceros I personally have not seen alternatives to this software. Maybe you know? The point here is not that the developer is not showing any activity, but to repair this software. On GitHub, one user forked it, but why did I get an error during the build. Which will work with the new pacman. Repair and all for 3-5 years is enough until again some critical innovations are introduced.

Rhinoceros commented on 2020-06-15 10:32 (UTC)

@naruto522ru We could submit an orphan request in theory I guess, but there's no real point. If jjacky is unavailable, then upstream won't be providing updates any more, and this package is useless anyway; there's no much point maintaining it. I just checked upstream's GitHub and jjacky hasn't made a commit in 24 months, and replied 20 months ago, so I suppose it's probably time to consider alternatives.

naruto522ru commented on 2020-06-15 10:18 (UTC)

@Rhinoceros Can you handle the maintenance of this package? Since nothing has been heard from the author and maintainer of the program for a long time.

Rhinoceros commented on 2020-06-01 02:12 (UTC)

I'm not sure if the maintainer/upstream jjacky is still around. Hopefully everything is okay! In any case, there is a patch proposed in the issue that works. Alternatively there is kalu-kde that already incorporates this patch. (kalu-kde is otherwise identical to this, but incorporates statusnotifier so that, if requested, the tray icon can auto-hide in KDE, and probably other DEs too).

naruto522ru commented on 2020-05-31 15:33 (UTC)

@akovia Yeah, the same thing with me. We have to wait until they fix it.

akovia commented on 2020-05-17 13:12 (UTC) (edited on 2020-05-17 13:16 (UTC) by akovia)

@tpreissler

Build fails for me :/

collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:834: kalu] Error 1
make[2]: Leaving directory '/home/nuc/Downloads/kalu/src/kalu'
make[1]: *** [Makefile:1474: all-recursive] Error 1
make[1]: Leaving directory '/home/nuc/Downloads/kalu/src/kalu'
make: *** [Makefile:657: all] Error 2

==> ERROR: A failure occurred in build().

Aborting...

tpreissler commented on 2020-01-27 18:51 (UTC) (edited on 2020-01-27 18:52 (UTC) by tpreissler)

I managed to compile a fork supporting latest pacman. Here is the PKGBUILD:

pkgname=kalu
pkgver=4.3.0.r9.ga46975c
pkgrel=1
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news [GIT]"
arch=('i686' 'x86_64')
url="https://jjacky.com/$_pkgname"
license=('GPL3+')
depends=('dbus' 'polkit' 'gtk3' 'pacman>=5.2' 'curl' 'libnotify'
         'notification-daemon')
makedepends=('perl' 'groff' 'git' 'autoconf')
source=("git://github.com/deraffe/kalu.git#branch=pacman-5.2-next")
md5sums=('SKIP')
provides=($_pkgname)
conflicts=($_pkgname)

pkgver() {
  cd "$srcdir/$pkgname"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

build() {
  cd "$srcdir/$pkgname"
  ./autogen.sh
  ./configure --prefix=/usr --enable-git-version
  make
}

package() {
  cd "$srcdir/$pkgname"
  make DESTDIR="$pkgdir/" install
  chmod 750 "$pkgdir"/usr/share/polkit-1/rules.d
  chown 0:102 "$pkgdir"/usr/share/polkit-1/rules.d
}

# vim:set ts=2 sw=2 et:

Shikaku commented on 2019-11-06 23:35 (UTC) (edited on 2019-11-06 23:38 (UTC) by Shikaku)

Hope this gets updated for the latest pacman version. I made this bash script in the meantime if anyone cares (requires pacman-contrib, can't check AUR, change inside if statement if you don't use libnotify and replace username and maybe ID if it isn't 1000, I am releasing it as CC0 i.e public domain):

https://paste.dimdev.org/ukuvivoguz.bash

FredBezies commented on 2019-10-22 10:01 (UTC)

Kalu is broken with pacman 5.2.0: https://github.com/jjk-jacky/kalu/issues/73