Revert "libnotify: removed"
This reverts commit 4c3100e4c3eaff421d91bd4feeb39fba3760e30b.
This commit is contained in:
parent
c6737f735f
commit
0cbf160181
16
libnotify/.footprint
Normal file
16
libnotify/.footprint
Normal 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
1
libnotify/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
472e2c1f808848365572a9b024d9e8f5 libnotify-0.4.5.tar.gz
|
18
libnotify/Pkgfile
Normal file
18
libnotify/Pkgfile
Normal 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 crux dot nu
|
||||
# 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user