Skip to content

Commit

Permalink
Merge pull request #270 from seb128/gnome-42-libtool
Browse files Browse the repository at this point in the history
Use .deb libtool instead of savannah version
  • Loading branch information
seb128 authored Dec 12, 2024
2 parents 5f19ecb + 57b40df commit e3e5c8b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,13 @@ parts:
- python3-pip

libtool:
source: https://git.savannah.gnu.org/git/libtool.git
source-tag: 'v2.4.7'
plugin: autotools
plugin: nil
# ext:updatesnap
# version-format:
# ignore: true
autotools-configure-parameters: [ --prefix=/usr ]
build-environment: *buildenv
build-packages:
- help2man
- texinfo
stage-packages:
- libtool
- libtool-bin
override-stage: |
set -eux
craftctl default
Expand Down Expand Up @@ -969,6 +965,7 @@ parts:
- libtdb-dev
- libpulse-dev
- libgstreamer1.0-dev
- libltdl-dev

gsound:
after: [ libcanberra, meson-deps ]
Expand Down Expand Up @@ -1577,6 +1574,7 @@ parts:
- libjpeg-dev
- libkrb5-3
- liblcms2-dev
- libltdl-dev
- liblzo2-dev
- libmount-dev
- libmount1
Expand Down

0 comments on commit e3e5c8b

Please sign in to comment.