mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
gnome-themes-standard: do not depend on gtk-engines (unused).
This commit is contained in:
parent
e7723c0712
commit
b339ce386b
2 changed files with 2 additions and 9 deletions
|
@ -1,14 +1,7 @@
|
||||||
libgtk-3.so.0
|
libgtk-3.so.0
|
||||||
libgdk-3.so.0
|
libgdk-3.so.0
|
||||||
libatk-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
|
||||||
libcairo-gobject.so.2
|
libcairo-gobject.so.2
|
||||||
libpango-1.0.so.0
|
|
||||||
librsvg-2.so.2
|
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libgio-2.0.so.0
|
|
||||||
libgdk_pixbuf-2.0.so.0
|
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libglib-2.0.so.0
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template build file for 'gnome-themes-standard'.
|
# Template build file for 'gnome-themes-standard'.
|
||||||
pkgname=gnome-themes-standard
|
pkgname=gnome-themes-standard
|
||||||
version=3.6.0.2
|
version=3.6.0.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config intltool gtk+3-devel>=3.6.0_2 librsvg-devel"
|
makedepends="pkg-config intltool gtk+3-devel>=3.6.0_2 librsvg-devel"
|
||||||
fulldepends="gtk-engines gtk2-engines"
|
depends="gtk2-engines"
|
||||||
short_desc="Standard gnome themes"
|
short_desc="Standard gnome themes"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue