Skip to content

Commit

Permalink
Merge pull request #121 from serpent-os/add-texinfo-trigger
Browse files Browse the repository at this point in the history
texinfo: Add trigger for info dir
  • Loading branch information
der-eismann authored Jan 27, 2024
2 parents 6edfb05 + e715c37 commit d08f547
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Binary file modified t/texinfo/manifest.x86_64.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion t/texinfo/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"/usr/share/man/man1/texindex.1",
"/usr/share/man/man5/info.5",
"/usr/share/man/man5/texinfo.5",
"/usr/share/moss/triggers/pre.d/texinfo.yaml",
"/usr/share/texinfo/DebugTexinfo/DebugTree.pm",
"/usr/share/texinfo/Pod-Simple-Texinfo/Pod/Simple/Texinfo.pm",
"/usr/share/texinfo/Texinfo/Commands.pm",
Expand Down Expand Up @@ -577,6 +578,6 @@
}
},
"source-name": "texinfo",
"source-release": "5",
"source-release": "6",
"source-version": "7.1"
}
13 changes: 13 additions & 0 deletions t/texinfo/pkg/trigger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: texinfo
description: |
Triggers for texinfo
handlers:
install_info:
run: /bin/install-info
args: ["/usr/share/info/$(item)", "/usr/share/info/dir"]

paths:
"/usr/share/info/(item:*.info*)" :
handlers:
- install_info
4 changes: 3 additions & 1 deletion t/texinfo/stone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : texinfo
version : '7.1'
release : 5
release : 6
summary : GNU software documentation system
license : GPL-3.0-or-later
homepage : https://www.gnu.org/software/texinfo
Expand All @@ -22,3 +22,5 @@ build : |
%make
install : |
%make_install
%install_file %(pkgdir)/trigger.yaml %(installroot)/usr/share/moss/triggers/pre.d/texinfo.yaml

0 comments on commit d08f547

Please sign in to comment.