metacity: update to 2.34.5.
This commit is contained in:
parent
8c44c38a5c
commit
3b941f18f6
2 changed files with 12 additions and 12 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'metacity-devel'.
|
# Template file for 'metacity-devel'.
|
||||||
#
|
#
|
||||||
depends="gtk+-devel metacity>=2.34.3"
|
noarch=yes
|
||||||
|
depends="gtk+-devel metacity>=${version}"
|
||||||
short_desc="${sourcepkg} -- development files"
|
short_desc="${sourcepkg} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'metacity'
|
# Template file for 'metacity'
|
||||||
pkgname=metacity
|
pkgname=metacity
|
||||||
version=2.34.3
|
version=2.34.5
|
||||||
revision=4
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.xz"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile --disable-scrollkeeper"
|
configure_args="--disable-static --disable-schemas-compile --disable-scrollkeeper"
|
||||||
makedepends="pkg-config intltool which gnome-doc-utils libXcomposite-devel libXrandr-devel libXcursor-devel libXinerama-devel libcanberra-devel startup-notification-devel libgtop-devel"
|
makedepends="pkg-config intltool which gnome-doc-utils libXcomposite-devel
|
||||||
|
libXrandr-devel libXcursor-devel libXinerama-devel libcanberra-devel
|
||||||
|
startup-notification-devel libgtop-devel"
|
||||||
fulldepends="zenity gnome-icon-theme"
|
fulldepends="zenity gnome-icon-theme"
|
||||||
short_desc="GNOME-compliant window manager"
|
short_desc="GNOME-compliant window manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=aeac2548b62a98375fb5c832ee26ab4cb6d59f0dd96edcefb5f7bef2416576e7
|
homepage="http://www.gnome.org"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.xz"
|
||||||
|
checksum=8e0712d4e3a4402b6b818348019dd864999585dda624a6ac0d44bf6a37ed2534
|
||||||
long_desc="
|
long_desc="
|
||||||
Metacity is not a meta-City as in an urban center, but rather Meta-ness as in
|
Metacity is not a meta-City as in an urban center, but rather Meta-ness as in
|
||||||
the state of being meta. i.e. metacity : meta as opacity : opaque. Also
|
the state of being meta. i.e. metacity : meta as opacity : opaque. Also
|
||||||
it may have something to do with the Meta key on UNIX keyboards."
|
it may have something to do with the Meta key on UNIX keyboards."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue