Merge pull request #11030 from 4fury-c3440d8/b1

clamtk.
This commit is contained in:
Rmys
2022-11-21 20:24:45 +03:00
committed by GitHub
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ def install():
pisitools.dopixmaps("images/*")
pisitools.doman("clamtk.1.gz")
pisitools.insinto("/usr/share/appdata", "com.github.davetheunsub.clamtk.appdata.xml")
pisitools.insinto("/usr/share/metainfo", "com.github.davetheunsub.clamtk.appdata.xml")
@@ -0,0 +1,13 @@
diff --git a/lib/Prefs.pm b/lib/Prefs.pm
index 95cf815..f69c446 100644
--- a/lib/Prefs.pm
+++ b/lib/Prefs.pm
@@ -198,7 +198,7 @@ sub custom_prefs {
for my $p ( qw{GUICheck TruncateLog DupeDB } ) {
# on by default
if ( !exists $pkg{ $p } ) {
- $pkg{ $p } = 1;
+ $pkg{ $p } = 0;
}
}
+1 -1
View File
@@ -21,7 +21,7 @@
<!-- <Dependency></Dependency> -->
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
<Patch level='1'>guicheck_disable_by_default.patch</Patch>
</Patches>
</Source>