Page MenuHomeSolus

Initial version of gprename
ClosedPublic

Authored by kyrios123 on Jul 10 2017, 3:57 PM.
Referenced Files
F11008750: D577.diff
Wed, Aug 2, 5:58 AM
F10985673: D577.diff
Sun, Jul 23, 10:26 PM
F10896578: D577.diff
Jul 2 2023, 1:14 AM
F10895540: D577.id1363.diff
Jul 1 2023, 5:40 PM
F10854695: D577.id1376.diff
Jun 13 2023, 9:00 PM
F10774689: D577.diff
May 22 2023, 9:11 AM
F10753731: D577.id1250.diff
May 16 2023, 6:44 PM
Subscribers

Details

Summary

Initial commit of gprename.

Depends on D575, D576. Fixes T4032.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • gprename appears in the menu -> ok
  • run gprename -> ok
  • rename a couple of test files and a couple of directories -> ok

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
files/gprename-build.patch
16 ↗(On Diff #1250)

$(DESTDIR) should be changed to $(DESTDIR)$(PREFIX)

19–23 ↗(On Diff #1250)

$(DESTDIR) should be changed to $(DESTDIR)$(PREFIX)

29 ↗(On Diff #1250)

See my other comments.

30–36 ↗(On Diff #1250)

See my other comments.

39 ↗(On Diff #1250)

See my other comments.

package.yml
21

Wat. Our make_install macro already provided a correct DESTDIR, which is $installdir. This shouldn't be overwritten, gprename should be appropriately patched instead.

This revision now requires changes to proceed.Jul 16 2017, 9:46 AM
kyrios123 edited edge metadata.

replace patch to use $(DESTDIR) and $(PREFIX) correctly as requested by @JoshStrobl

Desktop file may require updating to have Icon= be Icon=gprename. Haven't taken a look.

files/0001-Fix-gprename-Makefile.patch
100

Should go to /usr/share/pixmaps/

package.yml
24

Should be correct as per comment re. pixmap installation.

This revision now requires changes to proceed.Jul 17 2017, 12:25 PM
files/0001-Fix-gprename-Makefile.patch
100

actually the path of the image files is set to /usr/share/icon everywhere except in 1 file, so if you agree I'd prefer keeping this path (I saw some other applications use this path as well).

the icon appears in the menu, so the .desktop file can locate it there.

I just have to update my sed command because the path for nautilus action icon is wrong.

kyrios123 edited edge metadata.

fix sed for nautilus action file

This revision is now accepted and ready to land.Jul 30 2017, 1:07 PM
This revision was automatically updated to reflect the committed changes.