Search Criteria
Package Details: statusnotifier 1.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/statusnotifier.git (read-only, click to copy) |
---|---|
Package Base: | statusnotifier |
Description: | Library to use KDE's StatusNotifierItem via GObject |
Upstream URL: | https://jjacky.com/statusnotifier |
Licenses: | GPL3+ |
Submitter: | jjacky |
Maintainer: | None |
Last Packager: | Rhinoceros |
Votes: | 20 |
Popularity: | 0.000968 |
First Submitted: | 2014-06-10 16:59 (UTC) |
Last Updated: | 2024-10-06 00:33 (UTC) |
Dependencies (4)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- gobject-introspection (gobject-introspection-gitAUR) (make)
Latest Comments
BluePyTheDeer251 commented on 2024-10-06 00:35 (UTC)
RIP statusnotifier 2016-2024?
You will be missed.
Rhinoceros commented on 2024-10-06 00:34 (UTC)
Fixed. Should build fine now.
(Also disowned as I have no intention of maintaining this in the longer term.)
BluePyTheDeer251 commented on 2024-10-05 17:00 (UTC) (edited on 2024-10-07 01:05 (UTC) by BluePyTheDeer251)
OUTDATED, PKGBUILD FIXED
FOR ANYONE HAVING ISSUES WITH BUILD: (statusnotifier 1.0.0-1)
The easy way:
Install gobject-introspection
Install kalu-kde as usual
The "hard" way:
Clone the repo
Edit the PKGBUILD
Add under the depends= line:
makedepends=('gobject-introspection')
Save the PKGBUILD file
Run makepkg -si --asdeps
Install kalu-kde as usual
If followed correctly statusnotifier should install and kalu-kde can build.
Credits to @Aerion for the instructions.
core-problem commented on 2024-03-20 07:42 (UTC)
Hey, getting the error:
make[2]: *** No rule to make target '/usr/bin/g-ir-scanner', needed by 'StatusNotifier-1.0.gir'. Stop.
while building.Apparently,
gobject-introspection
is a build dependency.jjacky commented on 2017-03-11 16:36 (UTC)
maxkaspar commented on 2017-03-11 15:08 (UTC)