Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
34f2c4c6
Kaydet (Commit)
34f2c4c6
authored
Kas 28, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
icons: Hide the Industrial theme again, fallback to it during Tango creation.
Change-Id: I37c2126d8b9170334042c7bf380d04c5885c4cb1
üst
d042bef3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
configure.ac
configure.ac
+2
-2
CustomTarget_images.mk
postprocess/CustomTarget_images.mk
+3
-0
No files found.
configure.ac
Dosyayı görüntüle @
34f2c4c6
...
@@ -1474,7 +1474,7 @@ AC_ARG_WITH(galleries,
...
@@ -1474,7 +1474,7 @@ AC_ARG_WITH(galleries,
AC_ARG_WITH(theme,
AC_ARG_WITH(theme,
AS_HELP_STRING([--with-theme="theme1 theme2..."],
AS_HELP_STRING([--with-theme="theme1 theme2..."],
[Choose which themes to include. By default those themes with an '*' are included.
[Choose which themes to include. By default those themes with an '*' are included.
Possible choices: *breeze, *crystal, *galaxy, *hicontrast, human,
*
industrial, *oxygen, *sifr, *tango, *tango_testing.]),
Possible choices: *breeze, *crystal, *galaxy, *hicontrast, human, industrial, *oxygen, *sifr, *tango, *tango_testing.]),
,)
,)
AC_ARG_WITH(helppack-integration,
AC_ARG_WITH(helppack-integration,
...
@@ -11376,7 +11376,7 @@ dnl ===================================================================
...
@@ -11376,7 +11376,7 @@ dnl ===================================================================
AC_MSG_CHECKING([which themes to include])
AC_MSG_CHECKING([which themes to include])
# if none given use default subset of available themes
# if none given use default subset of available themes
if test "x$with_theme" = "x" -o "x$with_theme" = "xyes"; then
if test "x$with_theme" = "x" -o "x$with_theme" = "xyes"; then
with_theme="breeze crystal galaxy hicontrast
industrial
oxygen sifr tango"
with_theme="breeze crystal galaxy hicontrast oxygen sifr tango"
test -z "$ENABLE_RELEASE_BUILD" && with_theme="$with_theme tango_testing"
test -z "$ENABLE_RELEASE_BUILD" && with_theme="$with_theme tango_testing"
fi
fi
...
...
postprocess/CustomTarget_images.mk
Dosyayı görüntüle @
34f2c4c6
...
@@ -21,6 +21,8 @@ $(eval $(call gb_CustomTarget_register_targets,postprocess/images,\
...
@@ -21,6 +21,8 @@ $(eval $(call gb_CustomTarget_register_targets,postprocess/images,\
$(packimages_DIR)/images.zip : DEFAULT_THEME := $(true)
$(packimages_DIR)/images.zip : DEFAULT_THEME := $(true)
$(packimages_DIR)/images_%.zip : DEFAULT_THEME :=
$(packimages_DIR)/images_%.zip : DEFAULT_THEME :=
$(packimages_DIR)/images_tango.zip : INDUSTRIAL_FALLBACK := -c $(SRCDIR)/icon-themes/industrial
$(packimages_DIR)/images%.zip : INDUSTRIAL_FALLBACK :=
$(packimages_DIR)/%.zip : \
$(packimages_DIR)/%.zip : \
$(packimages_DIR)/sorted.lst \
$(packimages_DIR)/sorted.lst \
...
@@ -36,6 +38,7 @@ $(packimages_DIR)/%.zip : \
...
@@ -36,6 +38,7 @@ $(packimages_DIR)/%.zip : \
-g $(packimages_DIR) -m $(packimages_DIR) -c $(packimages_DIR),\
-g $(packimages_DIR) -m $(packimages_DIR) -c $(packimages_DIR),\
-g $(SRCDIR)/icon-themes/$(subst images_,,$*) -m $(SRCDIR)/icon-themes/$(subst images_,,$*) -c $(SRCDIR)/icon-themes/$(subst images_,,$*) \
-g $(SRCDIR)/icon-themes/$(subst images_,,$*) -m $(SRCDIR)/icon-themes/$(subst images_,,$*) -c $(SRCDIR)/icon-themes/$(subst images_,,$*) \
) \
) \
$(INDUSTRIAL_FALLBACK) \
$(call gb_Helper_optional,HELP,-l $(helpimages_DIR) ) \
$(call gb_Helper_optional,HELP,-l $(helpimages_DIR) ) \
-l $(packimages_DIR) \
-l $(packimages_DIR) \
-l $(dir $(call gb_ResTarget_get_imagelist_target)) \
-l $(dir $(call gb_ResTarget_get_imagelist_target)) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment