mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
libnotify: update to 0.7.4.
This commit is contained in:
parent
509f55e43a
commit
db1dbec5ba
2 changed files with 9 additions and 13 deletions
|
@ -6,16 +6,13 @@ long_desc="${long_desc}
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run glib-devel
|
Add_dependency run gtk+3-devel
|
||||||
Add_dependency run libpng-devel
|
|
||||||
Add_dependency run gdk-pixbuf-devel
|
|
||||||
Add_dependency run gobject-introspection
|
|
||||||
Add_dependency run libnotify
|
Add_dependency run libnotify
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove usr/include usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
vmove usr/share usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'libnotify'
|
# Template file for 'libnotify'
|
||||||
pkgname=libnotify
|
pkgname=libnotify
|
||||||
version=0.7.3
|
version=0.7.4
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Desktop notification library"
|
short_desc="Desktop notification library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88
|
homepage="http://library.gnome.org/devel/notification-spec/"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
checksum=fd204a6491d826174863f16e289a2069504d9ca109e4acd7ba88cd42869b9fc6
|
||||||
long_desc="
|
long_desc="
|
||||||
libnotify is an implementation of the freedesktop.org desktop
|
libnotify is an implementation of the freedesktop.org desktop
|
||||||
notification specification."
|
notification specification."
|
||||||
|
@ -18,8 +20,5 @@ Add_dependency run libpng
|
||||||
Add_dependency run gdk-pixbuf
|
Add_dependency run gdk-pixbuf
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glib-devel
|
|
||||||
Add_dependency build libpng-devel
|
|
||||||
Add_dependency build gdk-pixbuf-devel
|
|
||||||
Add_dependency build gtk+3-devel
|
Add_dependency build gtk+3-devel
|
||||||
Add_dependency build gobject-introspection
|
Add_dependency build gobject-introspection
|
||||||
|
|
Loading…
Add table
Reference in a new issue