libnotify: cleanup rundeps, bumprev.
This commit is contained in:
parent
9f67ec5627
commit
50920de94b
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libnotify'
|
# Template file for 'libnotify'
|
||||||
pkgname=libnotify
|
pkgname=libnotify
|
||||||
version=0.4.5
|
version=0.4.5
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Desktop notification library"
|
short_desc="Desktop notification library"
|
||||||
|
@ -12,16 +12,20 @@ long_desc="
|
||||||
notification specification."
|
notification specification."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run gtk+
|
|
||||||
Add_dependency run atk
|
Add_dependency run atk
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
Add_dependency run pango
|
Add_dependency run pango
|
||||||
Add_dependency run cairo
|
Add_dependency run cairo
|
||||||
Add_dependency run freetype
|
Add_dependency run freetype
|
||||||
Add_dependency run fontconfig
|
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-glib
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency build atk-devel
|
Add_dependency build atk-devel
|
||||||
|
|
Loading…
Reference in a new issue