gnome-themes-standard: update to 3.3.92.
This commit is contained in:
parent
f86493ecda
commit
18c5efc5c0
2 changed files with 9 additions and 8 deletions
|
@ -1,12 +1,9 @@
|
|||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
librsvg-2.so.2
|
||||
libm.so.6
|
||||
libgio-2.0.so.0
|
||||
|
@ -14,7 +11,6 @@ libgdk_pixbuf-2.0.so.0
|
|||
libcairo.so.2
|
||||
libgmodule-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Template build file for 'gnome-themes-standard'.
|
||||
pkgname=gnome-themes-standard
|
||||
version=3.2.1
|
||||
revision=3
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
version=3.3.92
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="Standard gnome themes"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ab9e7f6001f4f18420df6a66407ace4340ee815b31e571bc55de7983370e26f3
|
||||
checksum=bfcb95952e63a07b9c157b16530f19eea4f773e604e79986fb06d8c00edcc776
|
||||
long_desc="
|
||||
This package contains a set of standard gnome themes."
|
||||
|
||||
|
@ -22,3 +21,9 @@ Add_dependency build librsvg-devel
|
|||
|
||||
Add_dependency full gtk-engines
|
||||
Add_dependency full gtk2-engines
|
||||
|
||||
post_install() {
|
||||
for f in ${gtk_iconcache_dirs}; do
|
||||
rm -f ${DESTDIR}/${f}/*.cache
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue