mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-12-21 10:59:03 +00:00
Make icon path relative
* Removes the hardcoded path to the icon in the .desktop file * Allows themes to override the default application icon (icons are searched for in theme paths first) * Debian: create symbolic link in /usr/share/pixmaps that points to the icon file * Arch: the same thing is done by PKGBUILD maintainers downstream
This commit is contained in:
parent
1d05f8910d
commit
452d1604bd
@ -3,5 +3,5 @@
|
||||
"longname": "dupeGuru",
|
||||
"execname": "dupeguru",
|
||||
"arch": "any",
|
||||
"iconpath": "/usr/share/dupeguru/dgse_logo_128.png"
|
||||
"iconpath": "dupeguru"
|
||||
}
|
||||
|
@ -8,4 +8,5 @@ all:
|
||||
chmod +x src/run.py
|
||||
cp -R src/ "$(CURDIR)/debian/{pkgname}/usr/share/{execname}"
|
||||
cp "$(CURDIR)/debian/{execname}.desktop" "$(CURDIR)/debian/{pkgname}/usr/share/applications"
|
||||
ln -s "/usr/share/{execname}/dgse_logo_128.png" "$(CURDIR)/debian/{pkgname}/usr/pixmaps/{execname}.png"
|
||||
ln -s "/usr/share/{execname}/run.py" "$(CURDIR)/debian/{pkgname}/usr/bin/{execname}"
|
||||
|
@ -3,5 +3,5 @@
|
||||
"longname": "dupeGuru",
|
||||
"execname": "dupeguru",
|
||||
"arch": "any",
|
||||
"iconpath": "/usr/share/dupeguru/dgse_logo_128.png"
|
||||
"iconpath": "dupeguru"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user