Skip to content

Commit

Permalink
virt-manager: disable icon-theme.cache generation
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Nov 24, 2023
1 parent ca8714b commit fc0b3e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/setup.py 2023-11-23 22:03:54.832028783 -0800
+++ b/setup.py 2023-11-23 22:04:08.783500968 -0800
@@ -427,7 +427,7 @@
]

def __init__(self, *args, **kwargs):
- self.no_update_icon_cache = False
+ self.no_update_icon_cache = True
self.no_compile_schemas = False
setuptools.dist.Distribution.__init__(self, *args, **kwargs)

1 change: 1 addition & 0 deletions app-virtualization/virt-manager/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VER=4.1.0
REL=1
SRCS="tbl::https://releases.pagure.org/virt-manager/virt-manager-$VER.tar.gz"
CHKSUMS="sha256::950681d7b32dc61669278ad94ef31da33109bf6fcf0426ed82dfd7379aa590a2"
CHKUPDATE="anitya::id=8183"

0 comments on commit fc0b3e2

Please sign in to comment.