1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Improved arch packaging

No need to bundle a .desktop file with arch source packages anymore.
dupeGuru's source package takes care of that.
This commit is contained in:
Virgil Dupras
2014-04-19 17:48:48 -04:00
parent ca709a60cf
commit 903d2f9183
17 changed files with 39 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Name={longname}
Comment=Find duplicate files.
Exec={execname}
Icon={iconpath}
Terminal=false
Type=Application
Categories=Utility;

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

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

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

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

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

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