-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from neatdecisions/v0.2.2
V0.2.2
- Loading branch information
Showing
33 changed files
with
200 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,5 @@ | |
build | ||
dist | ||
Debug | ||
DebugOptimized | ||
Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
rm -rf Debug | ||
rm -rf Release | ||
rm -rf DebugOptimized | ||
mkdir Debug | ||
mkdir DebugOptimized | ||
mkdir Release | ||
cd Debug | ||
#CC=clang CXX=clang++ meson .. --buildtype=debug | ||
meson .. --buildtype=debug | ||
cd ../Release | ||
#CC=clang CXX=clang++ meson .. --buildtype=release | ||
meson .. --buildtype=release | ||
cd ../DebugOptimized | ||
meson .. --buildtype=debugoptimized |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
<project_license>GPL-3.0+</project_license> | ||
<name>Detwinner</name> | ||
<summary>Find and remove duplicate files and similar images</summary> | ||
<developer_name>Neat Decisions</developer_name> | ||
<description> | ||
<p>Detwinner is a tool to search and remove exact file duplicates and similar images.</p> | ||
<p>You can search for either exact duplicates (100% byte-to-byte match is ensured by the special hash function) or similar images (Detwinner generates groups of images that look alike using similarity level specified by you). You can also narrow your search by specifying file size, attributes and regular expressions.</p> | ||
|
@@ -26,12 +27,23 @@ | |
</screenshots> | ||
<url type="homepage">https://neatdecisions.com/products/detwinner-linux/</url> | ||
<url type="bugtracker">https://github.com/neatdecisions/detwinner/issues</url> | ||
<url type="donation">https://neatdecisions.com/products/detwinner-linux/donate.php</url> | ||
<update_contact>[email protected]</update_contact> | ||
<translation type="gettext">com.neatdecisions.Detwinner</translation> | ||
<provides> | ||
<binary>detwinner</binary> | ||
</provides> | ||
<releases> | ||
<release version="0.2.2" date="2019-09-08"> | ||
<description> | ||
<p>Main changes in this version:</p> | ||
<ul> | ||
<li>Ignore symlinks when comparing files</li> | ||
<li>Properly resolve file deletion status</li> | ||
<li>Overall performance improvements</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.2.1" date="2019-09-03"> | ||
<description> | ||
<p>Minor release which only includes changes in the AppStream metadata.</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.