commit gnome-themes-extra for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-themes-extra for openSUSE:Factory checked in at 2018-04-01 17:26:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-themes-extra (Old) and /work/SRC/openSUSE:Factory/.gnome-themes-extra.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnome-themes-extra" Sun Apr 1 17:26:51 2018 rev:3 rq:592263 version:3.28 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-themes-extra/gnome-themes-extra.changes 2018-03-19 23:37:23.731480333 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-themes-extra.new/gnome-themes-extra.changes 2018-04-01 17:26:53.086741502 +0200 @@ -1,0 +2,7 @@ +Thu Mar 22 18:43:51 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.28: + + Fix HC index.theme generation. + + Fix typo. + +------------------------------------------------------------------- Old: ---- gnome-themes-extra-3.27.92.tar.xz New: ---- gnome-themes-extra-3.28.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-themes-extra.spec ++++++ --- /var/tmp/diff_new_pack.PB7UuI/_old 2018-04-01 17:26:53.714718773 +0200 +++ /var/tmp/diff_new_pack.PB7UuI/_new 2018-04-01 17:26:53.714718773 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gnome-themes-standard +# spec file for package gnome-themes-extra # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -17,13 +17,13 @@ Name: gnome-themes-extra -Version: 3.27.92 +Version: 3.28 Release: 0 Summary: Extra GNOME Themes License: LGPL-2.1-or-later Group: System/GUI/GNOME URL: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-themes-extra/3.27/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-themes-extra/3.28/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: fdupes ++++++ gnome-themes-extra-3.27.92.tar.xz -> gnome-themes-extra-3.28.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-themes-extra-3.27.92/ChangeLog new/gnome-themes-extra-3.28/ChangeLog --- old/gnome-themes-extra-3.27.92/ChangeLog 2018-03-02 21:31:04.000000000 +0100 +++ new/gnome-themes-extra-3.28/ChangeLog 2018-03-22 18:04:27.000000000 +0100 @@ -1,5 +1,58 @@ # Generated by Makefile. Do not edit. +commit e8d024a76d23aa0f88341bf81fd0d7d1942b2bda +Merge: 2b95910c 8b633d23 +Author: Juraj Fiala <jurf@riseup.net> +Date: Thu Mar 22 15:37:48 2018 +0100 + + Merge branch 'master' of gitlab.gnome.org:GNOME/gnome-themes-extra + +commit 2b95910ce14c3d421ca49dd709f3cf08b3b178f5 +Author: Juraj Fiala <jurf@riseup.net> +Date: Thu Mar 22 15:24:21 2018 +0100 + + HC: Simplify index.theme generation + + 9ac59e99 introduced a regression when building inside the tree, but + instead of trying to fix sed with more sed, let’s get rid of it. + + Heavy-lifting done by Simon McVittie (@smcv). + + Fixes #17. + + themes/HighContrast/icons/Makefile.am | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 8b633d23223e5d69687e14ff0f57a5f569fd8bda +Merge: 80f2c9a9 ac4502ce +Author: Juraj Fiala <jurf@riseup.net> +Date: Thu Mar 15 18:13:50 2018 +0000 + + Merge branch 'master' into 'master' + + Fix a typo + + See merge request GNOME/gnome-themes-extra!3 + +commit ac4502ce8840629a41eaf3a6c956d79797af21aa +Author: Alexander Mikhaylenko <exalm7659@gmail.com> +Date: Thu Mar 15 16:20:25 2018 +0000 + + Fix a typo + + README.md | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 80f2c9a9dc04c0577918d2a4ec740c951566265a +Author: Juraj Fiala <jurf@riseup.net> +Date: Fri Mar 2 21:38:14 2018 +0100 + + 3.27.92 + + NEWS | 4 ++++ + configure.ac | 2 +- + 2 files changed, 5 insertions(+), 1 deletion(-) + commit 3b4a900365bbead40e14fc707e459ecd560d5eb2 Author: Juraj Fiala <jurf@riseup.net> Date: Fri Mar 2 12:30:10 2018 +0000 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-themes-extra-3.27.92/NEWS new/gnome-themes-extra-3.28/NEWS --- old/gnome-themes-extra-3.27.92/NEWS 2018-03-02 21:29:26.000000000 +0100 +++ new/gnome-themes-extra-3.28/NEWS 2018-03-22 18:01:40.000000000 +0100 @@ -1,3 +1,8 @@ +3.28 +==== +- fix HC index.theme generation (#17) +- fix typo (!3) + 3.27.92 ======= - distribute README.md and LICENSE (again) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-themes-extra-3.27.92/README.md new/gnome-themes-extra-3.28/README.md --- old/gnome-themes-extra-3.27.92/README.md 2018-02-04 20:58:42.000000000 +0100 +++ new/gnome-themes-extra-3.28/README.md 2018-03-22 15:37:48.000000000 +0100 @@ -13,7 +13,7 @@ Once named `gnome-themes-standard`, this module used to contain various components of the default GNOME 3 theme. However, at this point, most it has moved elsewhere. The GTK+ 3 versions of the Adwaita and HighContrast themes are -now part of GTK+ 3 itself, and the HighContrastInverse and LowConstrast themes +now part of GTK+ 3 itself, and the HighContrastInverse and LowContrast themes have been discontinued. Not to be confused with `gnome-themes-extras`. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-themes-extra-3.27.92/configure new/gnome-themes-extra-3.28/configure --- old/gnome-themes-extra-3.27.92/configure 2018-03-02 21:30:01.000000000 +0100 +++ new/gnome-themes-extra-3.28/configure 2018-03-22 18:03:45.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gnome-themes-extra 3.27.92. +# Generated by GNU Autoconf 2.69 for gnome-themes-extra 3.28. # # Report bugs to <https://gitlab.gnome.org/GNOME/gnome-themes-extra/issues>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='gnome-themes-extra' PACKAGE_TARNAME='gnome-themes-extra' -PACKAGE_VERSION='3.27.92' -PACKAGE_STRING='gnome-themes-extra 3.27.92' +PACKAGE_VERSION='3.28' +PACKAGE_STRING='gnome-themes-extra 3.28' PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gnome-themes-extra/issues' PACKAGE_URL='' @@ -1386,7 +1386,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gnome-themes-extra 3.27.92 to adapt to many kinds of systems. +\`configure' configures gnome-themes-extra 3.28 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1457,7 +1457,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnome-themes-extra 3.27.92:";; + short | recursive ) echo "Configuration of gnome-themes-extra 3.28:";; esac cat <<\_ACEOF @@ -1588,7 +1588,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnome-themes-extra configure 3.27.92 +gnome-themes-extra configure 3.28 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1866,7 +1866,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnome-themes-extra $as_me 3.27.92, which was +It was created by gnome-themes-extra $as_me 3.28, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2732,7 +2732,7 @@ # Define the identity of the package. PACKAGE='gnome-themes-extra' - VERSION='3.27.92' + VERSION='3.28' cat >>confdefs.h <<_ACEOF @@ -14471,7 +14471,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnome-themes-extra $as_me 3.27.92, which was +This file was extended by gnome-themes-extra $as_me 3.28, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14528,7 +14528,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gnome-themes-extra config.status 3.27.92 +gnome-themes-extra config.status 3.28 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-themes-extra-3.27.92/configure.ac new/gnome-themes-extra-3.28/configure.ac --- old/gnome-themes-extra-3.27.92/configure.ac 2018-03-02 21:27:04.000000000 +0100 +++ new/gnome-themes-extra-3.28/configure.ac 2018-03-22 17:59:46.000000000 +0100 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([gnome-themes-extra], [3.27.92], +AC_INIT([gnome-themes-extra], [3.28], [https://gitlab.gnome.org/GNOME/gnome-themes-extra/issues]) AC_CONFIG_MACRO_DIR([m4]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-themes-extra-3.27.92/themes/HighContrast/icons/Makefile new/gnome-themes-extra-3.28/themes/HighContrast/icons/Makefile --- old/gnome-themes-extra-3.27.92/themes/HighContrast/icons/Makefile 2018-03-02 21:30:10.000000000 +0100 +++ new/gnome-themes-extra-3.28/themes/HighContrast/icons/Makefile 2018-03-22 18:03:49.000000000 +0100 @@ -168,7 +168,7 @@ CPP = gcc -E CPPFLAGS = CYGPATH_W = echo -DEFS = -DPACKAGE_NAME=\"gnome-themes-extra\" -DPACKAGE_TARNAME=\"gnome-themes-extra\" -DPACKAGE_VERSION=\"3.27.92\" -DPACKAGE_STRING=\"gnome-themes-extra\ 3.27.92\" -DPACKAGE_BUGREPORT=\"https://gitlab.gnome.org/GNOME/gnome-themes-extra/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-themes-extra\" -DVERSION=\"3.27.92\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" +DEFS = -DPACKAGE_NAME=\"gnome-themes-extra\" -DPACKAGE_TARNAME=\"gnome-themes-extra\" -DPACKAGE_VERSION=\"3.28\" -DPACKAGE_STRING=\"gnome-themes-extra\ 3.28\" -DPACKAGE_BUGREPORT=\"https://gitlab.gnome.org/GNOME/gnome-themes-extra/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-themes-extra\" -DVERSION=\"3.28\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" DEPDIR = .deps DLLTOOL = dlltool DSYMUTIL = @@ -233,10 +233,10 @@ PACKAGE = gnome-themes-extra PACKAGE_BUGREPORT = https://gitlab.gnome.org/GNOME/gnome-themes-extra/issues PACKAGE_NAME = gnome-themes-extra -PACKAGE_STRING = gnome-themes-extra 3.27.92 +PACKAGE_STRING = gnome-themes-extra 3.28 PACKAGE_TARNAME = gnome-themes-extra PACKAGE_URL = -PACKAGE_VERSION = 3.27.92 +PACKAGE_VERSION = 3.28 PATH_SEPARATOR = : PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = @@ -247,7 +247,7 @@ SHELL = /bin/sh STRIP = strip USE_NLS = yes -VERSION = 3.27.92 +VERSION = 3.28 XGETTEXT = /usr/bin/xgettext abs_builddir = /home/jurf/Projekty/gnome-themes-extra/themes/HighContrast/icons abs_srcdir = /home/jurf/Projekty/gnome-themes-extra/themes/HighContrast/icons @@ -306,7 +306,7 @@ themedir = $(datadir)/icons/HighContrast theme_DATA = index.theme render_sizes = "16x16" "22x22" "24x24" "32x32" "48x48" "256x256" "scalable" -THEME_DIRS = $(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$$size/* -type d`; do printf "$$dir,"; done; done;) +THEME_DIRS = $(shell set -e; cd "$(srcdir)"; SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $$size/* -type d`; do printf "$$dir,"; done; done;) gtk_update_icon_cache = $(GTK_UPDATE_ICON_CACHE) -f -t $(themedir) EXTRA_DIST = \ index.theme.in \ @@ -535,7 +535,7 @@ %.theme: %.theme.in Makefile - dirs="`echo $(THEME_DIRS) | sed -e \"s#$(srcdir)/*##g\"`"; \ + dirs="$(THEME_DIRS)"; \ sed -e "s|\@THEME_DIRS\@|$$dirs|g" < $< > $@; \ echo "" >> $@; \ for dir in `echo $$dirs | sed -e "s/,/ /g"`; do \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-themes-extra-3.27.92/themes/HighContrast/icons/Makefile.am new/gnome-themes-extra-3.28/themes/HighContrast/icons/Makefile.am --- old/gnome-themes-extra-3.27.92/themes/HighContrast/icons/Makefile.am 2018-01-24 17:24:06.000000000 +0100 +++ new/gnome-themes-extra-3.28/themes/HighContrast/icons/Makefile.am 2018-03-22 15:21:51.000000000 +0100 @@ -3,10 +3,10 @@ render_sizes = "16x16" "22x22" "24x24" "32x32" "48x48" "256x256" "scalable" -THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$$size/* -type d`; do printf "$$dir,"; done; done;) +THEME_DIRS=$(shell set -e; cd "$(srcdir)"; SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $$size/* -type d`; do printf "$$dir,"; done; done;) %.theme: %.theme.in Makefile - dirs="`echo $(THEME_DIRS) | sed -e \"s#$(srcdir)/*##g\"`"; \ + dirs="$(THEME_DIRS)"; \ sed -e "s|\@THEME_DIRS\@|$$dirs|g" < $< > $@; \ echo "" >> $@; \ for dir in `echo $$dirs | sed -e "s/,/ /g"`; do \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-themes-extra-3.27.92/themes/HighContrast/icons/Makefile.in new/gnome-themes-extra-3.28/themes/HighContrast/icons/Makefile.in --- old/gnome-themes-extra-3.27.92/themes/HighContrast/icons/Makefile.in 2018-03-02 21:30:02.000000000 +0100 +++ new/gnome-themes-extra-3.28/themes/HighContrast/icons/Makefile.in 2018-03-22 18:03:46.000000000 +0100 @@ -306,7 +306,7 @@ themedir = $(datadir)/icons/HighContrast theme_DATA = index.theme render_sizes = "16x16" "22x22" "24x24" "32x32" "48x48" "256x256" "scalable" -THEME_DIRS = $(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$$size/* -type d`; do printf "$$dir,"; done; done;) +THEME_DIRS = $(shell set -e; cd "$(srcdir)"; SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $$size/* -type d`; do printf "$$dir,"; done; done;) gtk_update_icon_cache = $(GTK_UPDATE_ICON_CACHE) -f -t $(themedir) EXTRA_DIST = \ index.theme.in \ @@ -535,7 +535,7 @@ %.theme: %.theme.in Makefile - dirs="`echo $(THEME_DIRS) | sed -e \"s#$(srcdir)/*##g\"`"; \ + dirs="$(THEME_DIRS)"; \ sed -e "s|\@THEME_DIRS\@|$$dirs|g" < $< > $@; \ echo "" >> $@; \ for dir in `echo $$dirs | sed -e "s/,/ /g"`; do \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-themes-extra-3.27.92/themes/HighContrast/icons/index.theme new/gnome-themes-extra-3.28/themes/HighContrast/icons/index.theme --- old/gnome-themes-extra-3.27.92/themes/HighContrast/icons/index.theme 2018-03-02 21:30:50.000000000 +0100 +++ new/gnome-themes-extra-3.28/themes/HighContrast/icons/index.theme 2018-03-22 18:04:04.000000000 +0100 @@ -4,5 +4,410 @@ Inherits=Adwaita Example=folder -Directories= +Directories=16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/mimetypes,16x16/places,16x16/status,16x16/stock,22x22/actions,22x22/apps,22x22/categories,22x22/devices,22x22/emblems,22x22/emotes,22x22/mimetypes,22x22/places,22x22/status,22x22/stock,24x24/actions,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/mimetypes,24x24/places,24x24/status,24x24/stock,32x32/actions,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/mimetypes,32x32/places,32x32/status,32x32/stock,48x48/actions,48x48/animations,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/emotes,48x48/mimetypes,48x48/places,48x48/status,48x48/stock,256x256/actions,256x256/apps,256x256/categories,256x256/devices,256x256/emblems,256x256/emotes,256x256/mimetypes,256x256/places,256x256/status,256x256/stock,scalable/actions,scalable/actions-extra,scalable/apps,scalable/apps-extra,scalable/categories,scalable/devices,scalable/emblems,scalable/mimetypes,scalable/places,scalable/places-extra,scalable/status,scalable/status-extra, + +[16x16/actions] +Context=Actions +Size=16 +Type=Fixed + +[16x16/apps] +Context=Applications +Size=16 +Type=Fixed + +[16x16/categories] +Context=Categories +Size=16 +Type=Fixed + +[16x16/devices] +Context=Devices +Size=16 +Type=Fixed + +[16x16/emblems] +Context=Emblems +Size=16 +Type=Fixed + +[16x16/emotes] +Context=Emotes +Size=16 +Type=Fixed + +[16x16/mimetypes] +Context=MimeTypes +Size=16 +Type=Fixed + +[16x16/places] +Context=Places +Size=16 +Type=Fixed + +[16x16/status] +Context=Status +Size=16 +Type=Fixed + +[16x16/stock] +Context=Stock +Size=16 +Type=Scalable + +[22x22/actions] +Context=Actions +Size=22 +Type=Fixed + +[22x22/apps] +Context=Applications +Size=22 +Type=Fixed + +[22x22/categories] +Context=Categories +Size=22 +Type=Fixed + +[22x22/devices] +Context=Devices +Size=22 +Type=Fixed + +[22x22/emblems] +Context=Emblems +Size=22 +Type=Fixed + +[22x22/emotes] +Context=Emotes +Size=22 +Type=Fixed + +[22x22/mimetypes] +Context=MimeTypes +Size=22 +Type=Fixed + +[22x22/places] +Context=Places +Size=22 +Type=Fixed + +[22x22/status] +Context=Status +Size=22 +Type=Fixed + +[22x22/stock] +Context=Stock +Size=22 +Type=Scalable + +[24x24/actions] +Context=Actions +Size=24 +Type=Fixed + +[24x24/apps] +Context=Applications +Size=24 +Type=Fixed + +[24x24/categories] +Context=Categories +Size=24 +Type=Fixed + +[24x24/devices] +Context=Devices +Size=24 +Type=Fixed + +[24x24/emblems] +Context=Emblems +Size=24 +Type=Fixed + +[24x24/emotes] +Context=Emotes +Size=24 +Type=Fixed + +[24x24/mimetypes] +Context=MimeTypes +Size=24 +Type=Fixed + +[24x24/places] +Context=Places +Size=24 +Type=Fixed + +[24x24/status] +Context=Status +Size=24 +Type=Fixed + +[24x24/stock] +Context=Stock +Size=24 +Type=Scalable + +[32x32/actions] +Context=Actions +Size=32 +Type=Fixed + +[32x32/apps] +Context=Applications +Size=32 +Type=Fixed + +[32x32/categories] +Context=Categories +Size=32 +Type=Fixed + +[32x32/devices] +Context=Devices +Size=32 +Type=Fixed + +[32x32/emblems] +Context=Emblems +Size=32 +Type=Fixed + +[32x32/emotes] +Context=Emotes +Size=32 +Type=Fixed + +[32x32/mimetypes] +Context=MimeTypes +Size=32 +Type=Fixed + +[32x32/places] +Context=Places +Size=32 +Type=Fixed + +[32x32/status] +Context=Status +Size=32 +Type=Fixed + +[32x32/stock] +Context=Stock +Size=32 +Type=Scalable + +[48x48/actions] +Context=Actions +Size=48 +Type=Fixed + +[48x48/animations] +Context=Animations +Size=48 +Type=Fixed + +[48x48/apps] +Context=Applications +Size=48 +Type=Fixed + +[48x48/categories] +Context=Categories +Size=48 +Type=Fixed + +[48x48/devices] +Context=Devices +Size=48 +Type=Fixed + +[48x48/emblems] +Context=Emblems +Size=48 +Type=Fixed + +[48x48/emotes] +Context=Emotes +Size=48 +Type=Fixed + +[48x48/mimetypes] +Context=MimeTypes +Size=48 +Type=Fixed + +[48x48/places] +Context=Places +Size=48 +Type=Fixed + +[48x48/status] +Context=Status +Size=48 +Type=Fixed + +[48x48/stock] +Context=Stock +Size=48 +Type=Scalable + +[256x256/actions] +Context=Actions +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[256x256/apps] +Context=Applications +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[256x256/categories] +Context=Categories +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[256x256/devices] +Context=Devices +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[256x256/emblems] +Context=Emblems +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[256x256/emotes] +Context=Emotes +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[256x256/mimetypes] +Context=MimeTypes +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[256x256/places] +Context=Places +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[256x256/status] +Context=Status +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[256x256/stock] +Context=Stock +Size=256 +MinSize=56 +MaxSize=512 +Type=Scalable + +[scalable/actions] +Context=Actions +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/actions-extra] +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/apps] +Context=Applications +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/apps-extra] +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/categories] +Context=Categories +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/devices] +Context=Devices +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/emblems] +Context=Emblems +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/mimetypes] +Context=MimeTypes +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/places] +Context=Places +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/places-extra] +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/status] +Context=Status +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[scalable/status-extra] +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable
participants (1)
-
root@hilbert.suse.de