diff --git a/srcpkgs/totem-mozilla-plugin b/srcpkgs/totem-mozilla-plugin deleted file mode 120000 index f252041718..0000000000 --- a/srcpkgs/totem-mozilla-plugin +++ /dev/null @@ -1 +0,0 @@ -totem \ No newline at end of file diff --git a/srcpkgs/totem/template b/srcpkgs/totem/template index d19607a5aa..b3dd6e6802 100644 --- a/srcpkgs/totem/template +++ b/srcpkgs/totem/template @@ -1,13 +1,13 @@ # Template file for 'totem' pkgname=totem -version=3.12.2 +version=3.14.1 revision=1 short_desc="A GNOME integrated movie player based on Gstreamer" maintainer="Juan RP " homepage="http://www.gnome.org" license="custom, GPL-2" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=76f9d8bb04813f5c19c0d09f946a2ba42647d10e174c27e8d848afcec7005cd1 +checksum=288150837fd2693a4b672210a1ffdd178d3e542df954af247dc04c666bf97536 build_style=gnu-configure configure_args="--disable-static --disable-schemas-compile @@ -23,7 +23,8 @@ makedepends=" clutter-gst-devel>=2.0.10 clutter-gtk-devel>=1.5.2 libSM-devel libpeas-devel>=1.9 libXtst-devel grilo-devel>=0.2.7 libepc-devel vala-devel>=0.24 gst-plugins-bad1-devel>=1:1.2.4 gsettings-desktop-schemas-devel>=3.12 - nautilus-devel>=3.12 gst-plugins-ugly1>=1:1.2.4 gst-plugins-good1>=1:1.2.4" + nautilus-devel>=3.14 gst-plugins-ugly1>=1:1.2.4 gst-plugins-good1>=1:1.2.4 + gnome-desktop-devel>=3.14" depends="grilo-plugins>=0.2.12 hicolor-icon-theme desktop-file-utils gst-libav>=1:1.2.4 gst-plugins-ugly1>=1:1.2.4 gst-plugins-good1>=1:1.2.4" @@ -51,10 +52,3 @@ totem-devel_package() { vmove "usr/lib/*.so" } } - -totem-mozilla-plugin_package() { - short_desc+=" - Mozilla plug-in" - pkg_install() { - vmove usr/lib/mozilla - } -}