mutter: update to 3.6.0.
This commit is contained in:
parent
20ad6630c8
commit
3243cebf3a
|
@ -1,12 +1,12 @@
|
|||
# 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"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
libcogl.so.11
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libglib-2.0.so.0
|
||||
|
@ -14,13 +15,11 @@ libpangocairo-1.0.so.0
|
|||
libcogl-pango.so.0
|
||||
libjson-glib-1.0.so.0
|
||||
libXi.so.6
|
||||
libdrm.so.2
|
||||
libXext.so.6
|
||||
libXdamage.so.1
|
||||
libXcomposite.so.1
|
||||
libgio-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libXfixes.so.3
|
||||
libstartup-notification-1.so.0
|
||||
|
@ -28,7 +27,6 @@ libcanberra-gtk3.so.0
|
|||
libcanberra.so.0
|
||||
libXrender.so.1
|
||||
libgirepository-1.0.so.1
|
||||
libffi.so.5
|
||||
libXcursor.so.1
|
||||
libXrandr.so.2
|
||||
libSM.so.6
|
||||
|
@ -36,4 +34,3 @@ libICE.so.6
|
|||
libXinerama.so.1
|
||||
libm.so.6
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.9
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
# Template file for 'mutter'
|
||||
pkgname=mutter
|
||||
version=3.4.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
subpackages="mutter-devel"
|
||||
build_style=gnu-configure
|
||||
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"
|
||||
fulldepends="zenity desktop-file-utils gsettings-desktop-schemas>=3.3.92_1"
|
||||
revision=2
|
||||
makedepends="pkg-config intltool gnome-doc-utils gobject-introspection
|
||||
gtk+3-devel>=3.6.0_2 startup-notification-devel libcanberra-devel
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=dbf08b014179980ab3d0cce645c5391c83b0ce070c73504feea8eec0ad000449
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=002a7b6f0cbe054c6701cf9fcbff744494dbf49db9cbea5f8df75dbf1b752c07
|
||||
long_desc="
|
||||
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,
|
||||
is a 'Boring window manager for the adult in you. Many window managers are
|
||||
like Marshmallow Froot Loops; Metacity is like Cheerios.'"
|
||||
|
||||
subpackages="mutter-devel"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue