mutter: update to 3.6.0.

This commit is contained in:
Juan RP 2012-09-26 02:06:05 +02:00
parent 20ad6630c8
commit 3243cebf3a
3 changed files with 13 additions and 16 deletions

View file

@ -1,12 +1,12 @@
# Template file for 'mutter-devel'. # Template file for 'mutter-devel'.
# #
depends="gsettings-desktop-schemas gtk+3-devel clutter-devel libX11-devel mutter>=3.4.1" depends="gsettings-desktop-schemas>=3.6.0 gtk+3-devel>=3.6.0
clutter-devel>=1.12 libX11-devel mutter>=${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 noarch=yes
do_install() { do_install() {

View file

@ -1,3 +1,4 @@
libcogl.so.11
libgtk-3.so.0 libgtk-3.so.0
libgdk-3.so.0 libgdk-3.so.0
libglib-2.0.so.0 libglib-2.0.so.0
@ -14,13 +15,11 @@ libpangocairo-1.0.so.0
libcogl-pango.so.0 libcogl-pango.so.0
libjson-glib-1.0.so.0 libjson-glib-1.0.so.0
libXi.so.6 libXi.so.6
libdrm.so.2
libXext.so.6 libXext.so.6
libXdamage.so.1 libXdamage.so.1
libXcomposite.so.1 libXcomposite.so.1
libgio-2.0.so.0 libgio-2.0.so.0
libgmodule-2.0.so.0 libgmodule-2.0.so.0
libgthread-2.0.so.0
librt.so.1 librt.so.1
libXfixes.so.3 libXfixes.so.3
libstartup-notification-1.so.0 libstartup-notification-1.so.0
@ -28,7 +27,6 @@ libcanberra-gtk3.so.0
libcanberra.so.0 libcanberra.so.0
libXrender.so.1 libXrender.so.1
libgirepository-1.0.so.1 libgirepository-1.0.so.1
libffi.so.5
libXcursor.so.1 libXcursor.so.1
libXrandr.so.2 libXrandr.so.2
libSM.so.6 libSM.so.6
@ -36,4 +34,3 @@ libICE.so.6
libXinerama.so.1 libXinerama.so.1
libm.so.6 libm.so.6
libclutter-1.0.so.0 libclutter-1.0.so.0
libcogl.so.9

View file

@ -1,22 +1,22 @@
# Template file for 'mutter' # Template file for 'mutter'
pkgname=mutter pkgname=mutter
version=3.4.1 version=3.6.0
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz" revision=1
subpackages="mutter-devel"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-scrollkeeper --disable-schemas-compile --disable-static" configure_args="--disable-scrollkeeper --disable-schemas-compile --disable-static"
makedepends="pkg-config intltool gnome-doc-utils gobject-introspection gtk+3-devel startup-notification-devel libcanberra-devel clutter-devel libgirepository-devel json-glib-devel libffi-devel" makedepends="pkg-config intltool gnome-doc-utils gobject-introspection
fulldepends="zenity desktop-file-utils gsettings-desktop-schemas>=3.3.92_1" gtk+3-devel>=3.6.0_2 startup-notification-devel libcanberra-devel
revision=2 clutter-devel>=1.12 libgirepository-devel json-glib-devel libffi-devel
gsettings-desktop-schemas-devel>=3.6.0"
fulldepends="zenity>=3.6.0 desktop-file-utils gsettings-desktop-schemas>=3.6.0"
short_desc="Lightweight GTK+3 window manager" short_desc="Lightweight GTK+3 window manager"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=dbf08b014179980ab3d0cce645c5391c83b0ce070c73504feea8eec0ad000449 distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
checksum=002a7b6f0cbe054c6701cf9fcbff744494dbf49db9cbea5f8df75dbf1b752c07
long_desc=" long_desc="
Mutter is a small window manager, using GTK+ and Clutter to do everything. Mutter is a small window manager, using GTK+ and Clutter to do everything.
Mutter is the clutter-based evolution of Metacity, which, as the author says, Mutter is the clutter-based evolution of Metacity, which, as the author says,
is a 'Boring window manager for the adult in you. Many window managers are is a 'Boring window manager for the adult in you. Many window managers are
like Marshmallow Froot Loops; Metacity is like Cheerios.'" like Marshmallow Froot Loops; Metacity is like Cheerios.'"
subpackages="mutter-devel"