diff options
author | Juergen Daubert <jue@jue.li> | 2020-12-22 13:06:39 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-12-22 13:06:39 +0100 |
commit | 612c5b9ce4fa8e492530795cbc9e2c97913f63ca (patch) | |
tree | 55c505235641783022b4b27f584846d1fcb699c7 /babl | |
parent | a6f282a48b72c22c1324fcacb76b10e02ebbfac0 (diff) | |
download | opt-612c5b9ce4fa8e492530795cbc9e2c97913f63ca.tar.gz opt-612c5b9ce4fa8e492530795cbc9e2c97913f63ca.tar.xz |
babl: update to 0.1.84
Diffstat (limited to 'babl')
-rw-r--r-- | babl/.footprint | 4 | ||||
-rw-r--r-- | babl/.signature | 8 | ||||
-rw-r--r-- | babl/Pkgfile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/babl/.footprint b/babl/.footprint index 54a1ae02f..7bd6bba6d 100644 --- a/babl/.footprint +++ b/babl/.footprint @@ -40,8 +40,8 @@ drwxr-xr-x root/root usr/lib/babl-0.1/ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/Babl-0.1.typelib lrwxrwxrwx root/root usr/lib/libbabl-0.1.so -> libbabl-0.1.so.0 -lrwxrwxrwx root/root usr/lib/libbabl-0.1.so.0 -> libbabl-0.1.so.0.181.1 --rwxr-xr-x root/root usr/lib/libbabl-0.1.so.0.181.1 +lrwxrwxrwx root/root usr/lib/libbabl-0.1.so.0 -> libbabl-0.1.so.0.183.1 +-rwxr-xr-x root/root usr/lib/libbabl-0.1.so.0.183.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/babl.pc drwxr-xr-x root/root usr/share/ diff --git a/babl/.signature b/babl/.signature index b9d4ea4f5..0cc4d3fc9 100644 --- a/babl/.signature +++ b/babl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/R121terJP6vGys+uLnmjHPBUMUMpr3QYWRtFBiyJqGsqK+arOzoSK0U5vWYsq0x0jsc2Tzhzm74iLTkLGPQvwY= -SHA256 (Pkgfile) = 29b57910d5e7907bd9c9366144c040b3a34a84fec60ef41c071f295df117a6c4 -SHA256 (.footprint) = 1e55e0c8c3c09aefd2a848a016992543d6c5f2d8c6bb0aba3525cfcb3c971ffe -SHA256 (babl-0.1.82.tar.xz) = c62d93d4ad6774cb8e3231bbbc7f2e61e551e7242d78640d757505ee1a9fadc5 +RWSE3ohX2g5d/VuXSzUNRJde5EwPwOyL7ugpU/5JNYbUzpc1LpNAu63RQB3La/qIPTb4CF3P+Eu3HntpA9TM3pNjGLhe61Y5Hww= +SHA256 (Pkgfile) = d2e157f7ef9c0157cee4f1cfb3f25ad366991aab58de6b5197b4a9d6492dbad1 +SHA256 (.footprint) = cfcd821cb523149ba8c9a41ea6de21ec180240543c22e256579fe2da9fc5c570 +SHA256 (babl-0.1.84.tar.xz) = e7e38b8441f77feb9dc8231cb434a86190a21f2f3692c281457e99d35e9c34ea diff --git a/babl/Pkgfile b/babl/Pkgfile index b4d2253b5..582fd32b5 100644 --- a/babl/Pkgfile +++ b/babl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gobject-introspection lcms2 name=babl -version=0.1.82 +version=0.1.84 release=1 source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz) @@ -12,7 +12,7 @@ build() { meson setup build $name-$version \ --prefix=/usr \ --buildtype=plain \ - -Denable-vapi=false + -D enable-vapi=false meson compile -C build -j ${JOBS:-1} DESTDIR=$PKG meson install -C build } |