libnotify: update to 0.7.1, bump abi_depends.
--HG-- branch : gnome3
This commit is contained in:
parent
3dc9068554
commit
a5de447179
5 changed files with 24 additions and 29 deletions
1
srcpkgs/gir-notify
Symbolic link
1
srcpkgs/gir-notify
Symbolic link
|
@ -0,0 +1 @@
|
|||
libnotify
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=0.4.5"
|
||||
abi_depends=">=0.7"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
12
srcpkgs/libnotify/gir-notify.template
Normal file
12
srcpkgs/libnotify/gir-notify.template
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Template file for 'gir-notify'.
|
||||
#
|
||||
short_desc="Introspection data for libnotify"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains small pieces of introspection data for the notify library."
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
|
||||
}
|
|
@ -6,15 +6,10 @@ long_desc="${long_desc}
|
|||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run gtk+-devel
|
||||
Add_dependency run atk-devel
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run pango-devel
|
||||
Add_dependency run cairo-devel
|
||||
Add_dependency run freetype-devel
|
||||
Add_dependency run fontconfig-devel
|
||||
Add_dependency run dbus-glib-devel
|
||||
Add_dependency run dbus-devel
|
||||
Add_dependency run libpng-devel
|
||||
Add_dependency run gdk-pixbuf-devel
|
||||
Add_dependency run gobject-introspection
|
||||
Add_dependency run libnotify
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -1,37 +1,24 @@
|
|||
# Template file for 'libnotify'
|
||||
pkgname=libnotify
|
||||
version=0.5.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.5/$pkgname-$version.tar.bz2"
|
||||
version=0.7.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Desktop notification library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=1f6f1a2d6a0e009997c7ed31f6197f9bf09e9b45fb9cd54acabceea951d99062
|
||||
checksum=84dc2a77defb25521d2f1cb7ac34b4d23b55254ba361442658430efb928536c8
|
||||
long_desc="
|
||||
libnotify is an implementation of the freedesktop.org desktop
|
||||
notification specification."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
subpackages="gir-notify $pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run atk
|
||||
Add_dependency run glib
|
||||
Add_dependency run pango
|
||||
Add_dependency run cairo
|
||||
Add_dependency run freetype
|
||||
Add_dependency run fontconfig
|
||||
Add_dependency run libpng
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run dbus-glib
|
||||
Add_dependency run dbus-libs
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build atk-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build pango-devel
|
||||
Add_dependency build cairo-devel
|
||||
Add_dependency build freetype-devel
|
||||
Add_dependency build fontconfig-devel
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build libpng-devel
|
||||
Add_dependency build gdk-pixbuf-devel
|
||||
Add_dependency build gobject-introspection
|
||||
|
|
Loading…
Reference in a new issue