libnotify: update to 0.7.5.
This commit is contained in:
parent
f784de406c
commit
48e746a002
3 changed files with 8 additions and 14 deletions
|
@ -5,16 +5,14 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run gdk-pixbuf-devel
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run libnotify
|
||||
Add_dependency run libnotify ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/share usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'libnotify'
|
||||
pkgname=libnotify
|
||||
version=0.7.4
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
|
||||
version=0.7.5
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
revision=2
|
||||
configure_args="--disable-static"
|
||||
short_desc="Desktop notification library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://library.gnome.org/devel/notification-spec/"
|
||||
license="LGPL-2.1"
|
||||
checksum=fd204a6491d826174863f16e289a2069504d9ca109e4acd7ba88cd42869b9fc6
|
||||
checksum=4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652
|
||||
long_desc="
|
||||
libnotify is an implementation of the freedesktop.org desktop
|
||||
notification specification."
|
||||
|
|
Loading…
Reference in a new issue