diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-05-27 19:27:41 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-05-27 19:28:48 +1000 |
commit | ffd741fe3acd590f5a6bc604371a5560fee6c5ec (patch) | |
tree | 95e7fb2793254f0fed0430326d3ab7d9f12046b2 /babl | |
parent | 03e6421e070adae87120efc3b2c9bbe00de9f1d3 (diff) | |
download | opt-ffd741fe3acd590f5a6bc604371a5560fee6c5ec.tar.gz opt-ffd741fe3acd590f5a6bc604371a5560fee6c5ec.tar.xz |
babl: fix source
Diffstat (limited to 'babl')
-rw-r--r-- | babl/.signature | 4 | ||||
-rw-r--r-- | babl/Pkgfile | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/babl/.signature b/babl/.signature index 4f46676b8..56b748815 100644 --- a/babl/.signature +++ b/babl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/ZVASuGICY36aP3/owT5xsQPVTlNzjSn0JgMpm3xcBUjev/Ab2fE+TR2Vl1s3pymm8uw63RERKryw861IkYVLQ0= -SHA256 (Pkgfile) = df8d1485a3b21f818634a2c89c1cec78a11ddb46344f12b3a763c1c0a615877a +RWSE3ohX2g5d/UPgIgxD7q8h7CvItbeGyzmf0MB3JU2WVRDuZSGIVJexxv6DvclpjNZzkmEIUuJTZZaeloXG84lHih3qODOAlwc= +SHA256 (Pkgfile) = ad5f7c09c0917b0f93b3d77c241b50d682819555018aa229af501ab32e3ddf25 SHA256 (.footprint) = dec4b82a57b7cf431d1df27a7586c8890764e5672b3231295c500d47f782c37d SHA256 (babl-0.1.74.tar.xz) = 9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e diff --git a/babl/Pkgfile b/babl/Pkgfile index e91ed3f21..070152260 100644 --- a/babl/Pkgfile +++ b/babl/Pkgfile @@ -1,15 +1,14 @@ # Description: Dynamic, any to any, pixel format translation library -# URL: http://gegl.org/babl +# URL: http://gegl.org/babl # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: gobject-introspection lcms2 name=babl version=0.1.74 release=1 -source=(https://ftp.gtk.org/pub/babl/${version%.*}/$name-$version.tar.xz) +source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz) build() { - cd $name-$version - meson build --prefix=/usr + meson $name-$version build --prefix=/usr DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install } |