You are not logged in.

#1 2004-11-20 23:39:49

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Some GAIM plugins

I've just put together some packages for useful GAIM plugins:  Bangexec and smartear.  Here's what they do:

Bangexec:  it's kind of like /exec from IRC/Xchat, but with ! and !!.  ! = public !! = private.  It's very useful

Smartear: (Straight from the site): Tired of rushing to the computer when you hear an IM noise, expecting an urgent message, only to find out it's your jerk cousin with news about his driveway basketball game victory? Sick of being interrupted by people you don't want to talk to? You need this plugin. With it, you can assign different sounds to play for different buddies or whole groups of buddies. SmartEar allows you to opt to play sounds when a buddy sends you an IM, signs on, returns from away or idle, or any combination of these, so you'll know by the sound what the important people are doing. You'll never have to talk to your relatives-in-law again.

Here's the PKGBUILDs:

# Maintainer:  Lukas Sabota <punkrockguy318@comcast.net>
# Contributor: Lukas Sabota <punkrockguy318@comcast.net>
pkgname=bangexec
pkgver=1.0.4
pkgrel=1
pkgdesc="Bangexec is a command interpreter plugin for Gaim.  You can execute commands but placing a ! or a !! in and IM window."
url="http://bard.sytes.net/bangexec/"
license=""
depends=('gaim')
_gaimver=1.0.3
source=(http://bard.sytes.net/bangexec/$pkgname-$pkgver.tar.bz2 http://dl.sourceforge.net/sourceforge/gaim/gaim-$_gaimver.tar.bz2)
md5sums=('6dc4e2206636d0bdd769b8a2f3451be1' 'd0c40cbb57a80813fd495d3ffc6259df')

build() {
  cd $startdir/src/gaim-$_gaimver/
  cp ../$pkgname-$pkgver/bangexec.c plugins/
  ./configure --prefix=/usr
  cd plugins
  make bangexec.so
  install -m664 -D bangexec.so $startdir/pkg/usr/lib/gaim/bangexec.so
}
# Maintainer:  Lukas Sabota <punkrockguy318@comcast.net>
# Contributor: Lukas Sabota <punkrockguy318@comcast.net>
pkgname=smartear
pkgver=1.0.0
pkgrel=1
pkgdesc="Smartear is a gaim plin that allows you to assign different sounds to play for different buddies."
url="http://somewhere.fscked.org/smartear/"
license=""
depends=('gaim')
_gaimver=1.0.3
source=(http://somewhere.fscked.org/smartear/$pkgname-$pkgver.tar.gz http://dl.sourceforge.net/sourceforge/gaim/gaim-$_gaimver.tar.bz2)
md5sums=('914ea53e55e85d039877a660585b5544' 'd0c40cbb57a80813fd495d3ffc6259df')

build() {
  cd $startdir/src/gaim-$_gaimver/
  cp ../$pkgname-$pkgver/smartear.c ../$pkgname-$pkgver/smartear-interface.c plugins/
  ./configure --prefix=/usr
  cd plugins
  make smartear.so
  install -m664 -D smartear.so $startdir/pkg/usr/lib/gaim/smartear.so
}

They will move to my TUR when xentac.net revives.


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

Board footer

Powered by FluxBB