libwnck: update to 3.4.3.
This commit is contained in:
parent
2351c89b7e
commit
a145ddf853
2 changed files with 6 additions and 9 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'libwnck-devel'.
|
||||
#
|
||||
depends="gtk+3-devel startup-notification-devel libXres-devel libwnck>=3.4.2"
|
||||
depends="gtk+3-devel startup-notification-devel libXres-devel libwnck>=${version}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,18 +1,16 @@
|
|||
# Template build file for 'libwnck'.
|
||||
pkgname=libwnck
|
||||
version=3.4.2
|
||||
distfiles="${GNOME_SITE}/libwnck/3.4/$pkgname-$version.tar.xz"
|
||||
version=3.4.3
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool gobject-introspection startup-notification-devel gtk+3-devel libXres-devel"
|
||||
revision=1
|
||||
short_desc="Library for layout and rendering of text"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org/"
|
||||
license="LGPL-2.1"
|
||||
checksum=1d055d0d7bd1069d97416985d11241eaea48aedb4311a22ff0d3404871707051
|
||||
distfiles="${GNOME_SITE}/libwnck/3.4/$pkgname-$version.tar.xz"
|
||||
checksum=e468118927d50231df250d1f00106b32139aaad1ee9249a4ef316e5526d17d1d
|
||||
long_desc="
|
||||
libwnck is Window Navigator Construction Kit, i.e. a library to use
|
||||
for writing pagers and taskslists and stuff."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
|
Loading…
Reference in a new issue