[arch-general] Pacman, adding comments to the packages

2012-08-16 Thread Joker-jar
Hello, I propose to add the ability to add comments to the packages in pacman. For example, sometimes you need to install packages as a optional or makedepend. I always do it with --as-deps key. Later, when you run pacman -Qdt to see and cleanup orphan packages you can't distinguish really orphan

Re: [arch-general] Pacman, adding comments to the packages

2012-08-16 Thread Joker-jar
Blazewicz karol.blazew...@gmail.com wrote: On Thu, Aug 16, 2012 at 4:27 PM, Joker-jar joker...@gmail.com wrote: Hello, I propose to add the ability to add comments to the packages in pacman. For example, sometimes you need to install packages as a optional or makedepend. I always do

[arch-general] Move psi-plus to community?

2012-04-07 Thread Joker-jar
Hello! I am psi-plus package ( https://aur.archlinux.org/packages.php?ID=40365) maintainer. Psi+ is very powerfull jabber client written in Qt (Psi fork). Psi+ is in the Ubuntu repos: http://packages.ubuntu.com/oneiric/psi-plus . Are there any plans to add Psi+ to community? I made split-package

[arch-general] Deprecated things in the mkinitcpio's man

2012-01-12 Thread Joker-jar
Hello, i think that examples section in mkinitcpio's manual is deprecated: mkinitcpio -p kernel26 Create an initial ramdisk based on the kernel26 preset. And other... It would be better to use linux instead of kernel26

[arch-general] May be add /etc/rc.d/vboxtun to Virtualbox package?

2011-08-09 Thread Joker-jar
What you think about it? Or create additional package with this script, that depend from uml_utilities

Re: [arch-general] May be add /etc/rc.d/vboxtun to Virtualbox package?

2011-08-09 Thread Joker-jar
Waa je...@vdwaa.nl On 08/09/2011 11:10 AM, Joker-jar wrote: What you think about it? Or create additional package with this script, that depend from uml_utilities What does that script do? Just open a feature request on the bugtracker, with info about the script. -- Jelle van der Waa

[arch-general] Makepkg. Disabling automatically aborting on any errors during packaging

2011-06-26 Thread Joker-jar
Hello. As you know makepkg since 3.4.0 has feature automatically aborting on any errors during packaging. Sometimes this feature makes me cry, for example, if build() function has: rm [non-existent file] 2 /dev/null This problem is not critical if you are author of the build()'s code (you can

Re: [arch-general] Makepkg. Disabling automatically aborting on any errors during packaging

2011-06-26 Thread Joker-jar
i use libpsibuild.sh so: . ./libpsibuild.sh function_from_libpsibuild other_function_from_libpsibuild so, i can do: function_from_libpsibuild || true other_function_from_libpsibuild || true and it will be work fine?

Re: [arch-general] Anybody else have problems with the new Nvidia drivers (275.09.07-1)

2011-06-17 Thread Joker-jar
I have nvidia 9800GT. After update nvidia driver KDE's desktop effects are chrash and disable :(

Re: [arch-general] [arch-dev-public] [signoff] coreutils-8.12-2, initscripts-2011.06.3-1, net-tools-1.60-16, udev-171-2, yp-tools-2.12-2, ypbind-mt-1.33-2, iproute2-2.6.38-3

2011-06-10 Thread Joker-jar
/etc/conf.d/bridges (bridge-utils) still has old rc.conf example: # example: # # in /etc/rc.conf: # eth0=eth0 up # eth1=eth1 up # br0=br0 192.168.0.2 netmask 255.255.255.0 up # INTERFACES=(lo eth0 eth1 br0) # # in /etc/conf.d/bridges # bridge_br0=eth0 eth1 # BRIDGE_INTERFACES=(br0) # In addition

[arch-general] Apcupsd configs

2011-03-12 Thread Joker-jar
Hello! Today i was surprised to find my 'onbattery' and 'offbattery' configs are overwritten... Files changeme, commfailure, commok, offbattery and onbattery should be placed in 'backup' array

[arch-general] makepkg --source makes empty folder src

2011-01-15 Thread Joker-jar
Why makepkg --source makes empty folder src? Is it necessary?

[arch-general] kdebase-keditbookmarks is optional dep for...

2011-01-04 Thread Joker-jar
1. Krusader Optional Deps : kdebase-konqueror: to edit bookmarks edit to: Optional Deps : kdebase-keditbookmarks: to edit bookmarks 2. kdenetwork-krdc add: Optional Deps : kdebase-keditbookmarks: to edit bookmarks Who know anything else?