diff options
author | Tim Biermann <tbier@posteo.de> | 2022-05-08 23:17:38 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-05-08 23:17:38 +0200 |
commit | db32ff901e640b51bbe0feab2e7a723cbe803582 (patch) | |
tree | dc5eee8aa6ab74f9792cb97fceeab83537d1d60a /babl | |
parent | 518a298da1ae758ac23f6b0fff520b345a913923 (diff) | |
download | opt-db32ff901e640b51bbe0feab2e7a723cbe803582.tar.gz opt-db32ff901e640b51bbe0feab2e7a723cbe803582.tar.xz |
babl: fixed build
Diffstat (limited to 'babl')
-rw-r--r-- | babl/.signature | 4 | ||||
-rw-r--r-- | babl/Pkgfile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/babl/.signature b/babl/.signature index 6fde96b76..4fbdf4631 100644 --- a/babl/.signature +++ b/babl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/fuDnurrJohtw/nMUSmAVyIp3wq7qSi2YXQ9czxpUo1GJDTAk+IfikRogOQCoIlETeHDWGCyAEqrsh7iq4SaYwg= -SHA256 (Pkgfile) = 513174257b38fb2b2130b1a647c95d7ab25bdf79e353794f33ab3f292b9ff138 +RWSE3ohX2g5d/YWPtPBoYaW6W1VLcBuFgqZtOOxTuQFGseshdAjpVYTfKTAhjGFvMxDIiUE1eZDwegqdBa2niYxQsVZI0LuL3gk= +SHA256 (Pkgfile) = 80c0594c59acbe7a88b3a4fb640fddbb98194fdeb8f31073db6ef1f1fcc701ad SHA256 (.footprint) = 7ed9cf38df643954d2908027af58a6170ee2bbf98cff4feec94b5280686b8994 SHA256 (babl-0.1.92.tar.xz) = f667735028944b6375ad18f160a64ceb93f5c7dccaa9d8751de359777488a2c1 diff --git a/babl/Pkgfile b/babl/Pkgfile index 4442e648d..e703fc987 100644 --- a/babl/Pkgfile +++ b/babl/Pkgfile @@ -10,6 +10,9 @@ release=1 source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz) build() { + # fix wrong meson keyword + sed -i s/Description/description/ $name-$version/meson.build + meson setup build $name-$version \ --prefix=/usr \ --buildtype=plain \ |