mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
clutter-gst: remove package
Long unmaintained, replaced with the now unmaintained clutter-gst3. Only dependency is snappy, which is also long unmaintained with plenty of alternatives.
This commit is contained in:
parent
464ee026a8
commit
84076103d7
5 changed files with 2 additions and 35 deletions
|
@ -1166,7 +1166,6 @@ libzeitgeist-1.0.so.1 libzeitgeist-0.3.18_1
|
|||
libcolord-gtk.so.1 colord-gtk-0.1.23_1
|
||||
libcolord-gtk4.so.1 colord-gtk-0.3.0_1
|
||||
libgdm.so.1 libgdm-3.6.0_1
|
||||
libclutter-gst-2.0.so.0 clutter-gst-1.9.92_1
|
||||
libcheese.so.8 libcheese-3.17.90_1
|
||||
libcheese-gtk.so.25 libcheese-3.17.90_1
|
||||
libSoundTouch.so.1 soundtouch-1.9.2_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
clutter-gst
|
|
@ -1,32 +0,0 @@
|
|||
# Template file for 'clutter-gst'
|
||||
pkgname=clutter-gst
|
||||
version=2.0.18
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-debug $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="clutter-devel gst-plugins-bad1-devel"
|
||||
short_desc="GStreamer bindings for the Clutter Toolkit"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.gtk.org/"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=8d82bebf01b65d433bfb0f8da7bf7a8da42289f58b66bc4dfa775df0385bf8b5
|
||||
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
clutter-gst-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
vmove "usr/lib/*.so"
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ignore="2.99.* 3.*"
|
|
@ -78,6 +78,8 @@ replaces="
|
|||
clang-tools-extra15<=15.0.7_4
|
||||
clang15<=15.0.7_4
|
||||
clementine-spotify<=1.4.0rc1-343-gb49afcc5b
|
||||
clutter-gst-devel<=2.0.18_2
|
||||
clutter-gst<=2.0.18_2
|
||||
cointop<=1.6.10_1
|
||||
composer8.0<=2.5.8_1
|
||||
compton-conf<=0.15.0_1
|
||||
|
|
Loading…
Add table
Reference in a new issue