From 1ead3ce527caa94ca20332fa979dda2b78cc1df3 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Fri, 11 Feb 2022 22:07:14 +0100
Subject: [PATCH] Rebuild packages after imagemagick update

---
 components/games/freeciv/Makefile            |    1 +
 components/desktop/awesome/Makefile          |    2 +-
 components/desktop/rss-glx/Makefile          |    2 +-
 components/desktop/tango-icon-theme/Makefile |    3 ++-
 components/image/inkscape/Makefile           |    2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/components/desktop/awesome/Makefile b/components/desktop/awesome/Makefile
index 404687a..96a5a58 100644
--- a/components/desktop/awesome/Makefile
+++ b/components/desktop/awesome/Makefile
@@ -21,7 +21,7 @@
 
 COMPONENT_NAME=         awesome
 COMPONENT_VERSION=      4.3
-COMPONENT_REVISION=	1
+COMPONENT_REVISION=	2
 COMPONENT_PROJECT_URL=  https://awesomewm.org
 COMPONENT_SUMMARY=      A highly configurable, next generation framework window manager for X.
 COMPONENT_FMRI=         desktop/window-manager/$(COMPONENT_NAME)
diff --git a/components/desktop/rss-glx/Makefile b/components/desktop/rss-glx/Makefile
index 6e99500..e5c05fa 100644
--- a/components/desktop/rss-glx/Makefile
+++ b/components/desktop/rss-glx/Makefile
@@ -17,7 +17,7 @@
 COMPONENT_NAME=		rss-glx
 COMPONENT_VERSION= 	0.91
 HUMAN_VERSION=		0.9.1
-COMPONENT_REVISION=	1
+COMPONENT_REVISION=	2
 COMPONENT_SUMMARY=	XScreenSaver - Really Slick ScreenSaver OpenGL display modules
 COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/rss-glx/
 COMPONENT_CLASSIFICATION = System/X11
diff --git a/components/desktop/tango-icon-theme/Makefile b/components/desktop/tango-icon-theme/Makefile
index ba92b13..7cb59eb 100644
--- a/components/desktop/tango-icon-theme/Makefile
+++ b/components/desktop/tango-icon-theme/Makefile
@@ -18,7 +18,7 @@
 
 COMPONENT_NAME=         tango-icon-theme
 COMPONENT_VERSION=      0.8.90
-COMPONENT_REVISION=     2
+COMPONENT_REVISION=     3
 COMPONENT_PROJECT_URL=  http://tango.freedesktop.org/
 COMPONENT_SUMMARY=      Tango icon theme
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -40,3 +40,4 @@
 
 # Manually added dependency
 REQUIRED_PACKAGES+= image/imagemagick
+REQUIRED_PACKAGES += library/desktop/xdg/icon-naming-utils
diff --git a/components/games/freeciv/Makefile b/components/games/freeciv/Makefile
index a2d855e..aafe6b3 100644
--- a/components/games/freeciv/Makefile
+++ b/components/games/freeciv/Makefile
@@ -18,6 +18,7 @@
 
 COMPONENT_NAME=		freeciv
 COMPONENT_VERSION=	2.6.6
+COMPONENT_REVISION=	1
 COMPONENT_SUMMARY=	Free and Open Source empire-building strategy game inspired by the history of human civilization.
 COMPONENT_PROJECT_URL=	http://www.freeciv.org
 COMPONENT_FMRI=		games/freeciv
diff --git a/components/image/inkscape/Makefile b/components/image/inkscape/Makefile
index db6140f..f2a33db 100644
--- a/components/image/inkscape/Makefile
+++ b/components/image/inkscape/Makefile
@@ -20,7 +20,7 @@
 
 COMPONENT_NAME=		inkscape
 COMPONENT_VERSION=	0.92.4
-COMPONENT_REVISION=	2
+COMPONENT_REVISION=	3
 COMPONENT_FMRI=		image/editor/inkscape
 COMPONENT_CLASSIFICATION=	Applications/Graphics and Imaging
 COMPONENT_SUMMARY=	Opensource professional vector graphics editor

--
Gitblit v1.9.3