@AlexTalker This package is no longer maintained, use aarchup instead.
Search Criteria
Package Details: archup 1.3-4
Package Actions
| Package Base: | archup |
|---|---|
| Description: | Small and lightweight update-notifier for archlinux. |
| Upstream URL: | http://www.nongnu.org/archup |
| Category: | system |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 58 |
| First Submitted: | 2010-03-20 20:55 |
| Last Updated: | 2013-04-06 22:00 |
Required by (0)
Sources
- http://download.savannah.nongnu.org/releases/archup/1.3/archup-1.3.tar.gz
- libnotify-0.7.4.patch
Latest Comments
Comment by aericson
Comment by AlexTalker
Hey
Can smb update it and add package()?
Else my `aura` and makepkg too get error:
Missing package() function in /var/cache/pacman/pkg/archup3653/archup/PKGBUILD
Comment by toni
You're right!
Comment by fukawi2
This should depend on 'gtk2'
Anonymous comment
I get this error:
archup.c:201:3: error: too many arguments to function ‘notify_notification_new’
/usr/include/libnotify/notification.h:114:21: note: declared here
make: *** [archup-bin] Error 1
Libnotify has been updated, and I wrote a little patch to fix that which I attached here: https://savannah.nongnu.org/bugs/?34871
Comment by aericson
This package is dead as Rorschach said you can move to aarchup
Comment by innn
any idea why it does not build here, when I issue the command make it gives:
gcc -g -O2 -Wall -DVERSION=\"@VERSION@\" `pkg-config --cflags --libs gtk+-2.0` archup.c -o archup -lnotify
archup.c: In function ‘main’:
archup.c:201:3: error: too many arguments to function ‘notify_notification_new’
/usr/include/libnotify/notification.h:114:21: note: declared here
make: *** [archup-bin] Error 1
Anonymous comment
Hi,
I didn't work any further on this project and I don't plan to in future, thus you can see it as abandoned..
I use the fork aarchup (https://aur.archlinux.org/packages.php?ID=49100) myself.
Comment by aericson
Fork in https://aur.archlinux.org/packages.php?ID=49100 with a few more features if anyone is interested.
Anonymous comment
That did it. I didn't have to use md5sum. I tried Mektub's solution, but I'm a newbie, so I probably didn't understand the C sintax very well. I still got the too many arguments error. Thank you very very much, though. I was very excited to try this package. =]
Comment by aericson
PKGBUILD: http://pastebin.com/j8j368A1
and the patch: http://pastebin.com/1y0dL8j7 name it 'libnotify.patch'
If you get any error with md5 use md5sum at libnotify.patch and change it into PKGBUILD.
EDIT: Sorry, haven't seen the post above by Mektub. Thats the same as he said.
Comment by Mektub
changing:
my_notify = notify_notification_new("New updates for Archlinux available!",output_string,NULL,NULL);
to:
my_notify = notify_notification_new("New updates for Archlinux available!",output_string,NULL);
fixes it.
Anonymous comment
I'm having the same problem as cecilyen. Are we doing something wrong?
Anonymous comment
Can't build it.
Error msg as follow:
archup.c: In function ‘main’:
archup.c:201:3: error: too many arguments to function ‘notify_notification_new’
/usr/include/libnotify/notification.h:114:21: note: declared here
make: *** [archup-bin] Error 1
Anonymous comment
After the update to version 1.7.1 libnonify, archup an error archup: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
Comment by rnestler
Hello Rorschach
archup crashes on my box if i run it without any arguments: http://aur.pastebin.com/tdxJi8Xq
doesn't bother me too much since it works in the cronjob, but it doesn't feel right ;)
Comment by msx
Hello Rorschach, is there any way I can contribute with spanish translation? Thanks!
Anonymous comment
Updated to version 1.3.
Changelog:
archup-1.3
* some code cleanup, updated docs, ...
* added --uid|-i flag to allow dropping the rights if executed as root-cronjob
* added --command|-c flag to allow a custom updatelist retrival command
* added --urgency|-u flag to choose the urgencylevel and thus the color of the notification
@lucke: with the -c Flag you can now execute your own script, filtering out the IgnorePkgs.
Anonymous comment
Thanks for the hint ;) I'll take a look at it and filter IgnorePkgs out. But I will make a commandline-option to not filter them out optionally.
Anonymous comment
It seems to inform about updates of packages in IgnorePkg. Is it a bug or a feature?