Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed May 2, 2024
1 parent b2d04e8 commit a320cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- run: sudo apt install build-essential debhelper meson gettext pkg-config libglib2.0-dev gjs appstream
- run: sudo apt install build-essential debhelper meson gettext gjs appstream
- run: dpkg-buildpackage -us -uc -nc
- run: mv ../*.deb .
- uses: actions/upload-artifact@v2
Expand Down
9 changes: 1 addition & 8 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ Source: foliate
Section: gnome
Priority: optional
Maintainer: John Factotum <[email protected]>
Build-Depends: debhelper-compat(>=13),
Build-Depends: debhelper-compat(=13),
gettext,
meson (>= 0.59),
pkg-config,
libglib2.0-dev (>= 2.54),
libgjs-dev,
libgtk-4-dev,
libadwaita-1-dev,
libwebkitgtk-6.0-dev,
desktop-file-utils,
appstream
Standards-Version: 4.5.0
Rules-Requires-Root: no
Expand Down

0 comments on commit a320cc8

Please sign in to comment.