libnotify: new firefox dep.

This commit is contained in:
Fredrik Rinnestam 2010-01-21 21:01:43 +01:00
parent 20d3a52c58
commit 8ca414483c
3 changed files with 35 additions and 0 deletions

16
libnotify/.footprint Normal file
View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/notify-send
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libnotify/
-rw-r--r-- root/root usr/include/libnotify/notification.h
-rw-r--r-- root/root usr/include/libnotify/notify-enum-types.h
-rw-r--r-- root/root usr/include/libnotify/notify.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libnotify.a
-rwxr-xr-x root/root usr/lib/libnotify.la
lrwxrwxrwx root/root usr/lib/libnotify.so -> libnotify.so.1.1.3
lrwxrwxrwx root/root usr/lib/libnotify.so.1 -> libnotify.so.1.1.3
-rwxr-xr-x root/root usr/lib/libnotify.so.1.1.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libnotify.pc

1
libnotify/.md5sum Normal file
View File

@ -0,0 +1 @@
472e2c1f808848365572a9b024d9e8f5 libnotify-0.4.5.tar.gz

18
libnotify/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Notification library from the Galago project
# URL: http://www.galago-project.org/news/index.php
# Packager: Matt Housh, jaeger at morpheus dot net
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Depends on: dbus, gtk
name=libnotify
version=0.4.5
release=1
source=(http://www.galago-project.org/files/releases/source/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}