1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-21 03:31:38 +00:00

Cleanup packaging after editions unification and "runtime packaging" (install)

* Requires "Add runtime packaging parameter for package.py" in hscommon
This commit is contained in:
Eugene San (eugenesan)
2016-06-22 12:56:55 -04:00
parent bdd404ce0e
commit 5d4bf175ac
9 changed files with 45 additions and 44 deletions

7
pkg/arch/dupe.json Normal file
View File

@@ -0,0 +1,7 @@
{
"pkgname": "dupeguru-",
"longname": "dupeGuru",
"execname": "dupeguru",
"arch": "all",
"iconpath": "/usr/share/dupeguru/dgse_logo_128.png"
}

View File

@@ -1,7 +0,0 @@
{
"pkgname": "dupeguru-me",
"longname": "dupeGuru Music Edition",
"execname": "dupeguru-me",
"arch": "all",
"iconpath": "/usr/share/dupeguru-me/dgme_logo_128.png"
}

View File

@@ -1,7 +0,0 @@
{
"pkgname": "dupeguru-pe",
"longname": "dupeGuru Picture Edition",
"execname": "dupeguru-pe",
"arch": "any",
"iconpath": "/usr/share/dupeguru-pe/dgpe_logo_128.png"
}

View File

@@ -1,7 +0,0 @@
{
"pkgname": "dupeguru-se",
"longname": "dupeGuru",
"execname": "dupeguru-se",
"arch": "all",
"iconpath": "/usr/share/dupeguru-se/dgse_logo_128.png"
}