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:
8
pkg/arch/dupeguru.desktop
Normal file
8
pkg/arch/dupeguru.desktop
Normal 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
7
pkg/arch/me.json
Normal 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
7
pkg/arch/pe.json
Normal 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
7
pkg/arch/se.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"pkgname": "dupeguru-se",
|
||||
"longname": "dupeGuru",
|
||||
"execname": "dupeguru-se",
|
||||
"arch": "all",
|
||||
"iconpath": "/usr/share/dupeguru-se/dgse_logo_128.png"
|
||||
}
|
||||
Reference in New Issue
Block a user