Update bpm hook
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: gdk-pixbuf
|
name: gdk-pixbuf
|
||||||
description: An image loading library
|
description: An image loading library
|
||||||
version: 2.44.6
|
version: 2.44.6
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://wiki.gnome.org/Projects/GdkPixbuf
|
url: https://wiki.gnome.org/Projects/GdkPixbuf
|
||||||
license: LGPL2-or-later
|
license: LGPL2-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -14,9 +14,9 @@ depends:
|
|||||||
- glycin
|
- glycin
|
||||||
- shared-mime-info
|
- shared-mime-info
|
||||||
optional_depends:
|
optional_depends:
|
||||||
- libheif
|
- libheif:For .avif, .heic and .heif support
|
||||||
- libopenraw
|
- libopenraw:For .arw, .cr2, .crw, .dng, .erf, .mrw, .nef, .orf, .pef and .raf support
|
||||||
- libwmf
|
- libwmf:For .apm and .wmf support
|
||||||
make_depends:
|
make_depends:
|
||||||
- gi-docgen
|
- gi-docgen
|
||||||
- glib
|
- glib
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
trigger_operations: ["install", "upgrade", "remove"]
|
trigger_actions: ["install", "upgrade", "remove"]
|
||||||
target_type: "path"
|
|
||||||
targets: ["usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so"]
|
targets: ["usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so"]
|
||||||
depends: ["gdk-pixbuf"]
|
|
||||||
run: "/usr/bin/gdk-pixbuf-query-loaders --update-cache"
|
run: "/usr/bin/gdk-pixbuf-query-loaders --update-cache"
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ build() {
|
|||||||
--wrap-mode=nofallback \
|
--wrap-mode=nofallback \
|
||||||
-Ddocumentation=true \
|
-Ddocumentation=true \
|
||||||
-Dinstalled_tests=false \
|
-Dinstalled_tests=false \
|
||||||
-Dgtk_doc=true \
|
|
||||||
-Dman=true \
|
-Dman=true \
|
||||||
-Dintrospection=enabled \
|
-Dintrospection=enabled \
|
||||||
-Dbuiltin_loaders=all \
|
-Dbuiltin_loaders=all \
|
||||||
|
|||||||
Reference in New Issue
Block a user