Skip to content

Commit

Permalink
chore(mtr): Rename gtk to mtr-gtk, withdraw gtk (#30726)
Browse files Browse the repository at this point in the history
This is the interface for mtr and not gtk itself, rename to mtr-gtk to
avoid any confusion

Signed-off-by: RJ Sampson <[email protected]>
  • Loading branch information
EyeCantCU authored Oct 13, 2024
1 parent f60f97d commit e707da3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mtr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: mtr
version: 0.95
epoch: 1
epoch: 2
description: Full screen ncurses traceroute tool
copyright:
- license: GPL-2.0-only
Expand Down Expand Up @@ -57,14 +57,14 @@ pipeline:
"${{targets.destdir}}"/usr/share/pixmaps/mtr_icon.xpm
subpackages:
- name: "mtr-doc"
description: "mtr documentation"
- name: "${{package.name}}-doc"
description: "${{package.name}} documentation"
pipeline:
- uses: split/manpages
- uses: split/infodir

- name: "gtk"
description: "The GTK+ interface for mtr"
- name: "${{package.name}}-gtk"
description: "The GTK+ interface for ${{package.name}}"
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/sbin "${{targets.subpkgdir}}"/usr/share
Expand All @@ -79,8 +79,8 @@ subpackages:
mtr-packet-gtk --version
mtr-packet-gtk --help
- name: "mtr-bash-completion"
description: "bash completion for mtr"
- name: "${{package.name}}-bash-completion"
description: "bash completion for ${{package.name}}"
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/share/bash-completion
Expand Down
1 change: 1 addition & 0 deletions withdrawn-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ py3.10-rich-13.9.1-r1.apk
py3.11-rich-13.9.1-r1.apk
py3.12-rich-13.9.1-r1.apk
py3.13-rich-13.9.1-r1.apk
gtk-0.95-r1.apk

0 comments on commit e707da3

Please sign in to comment.