mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-07 20:14:21 +02:00
main/gdk-pixbuf: move pixbuf loaders trigger from gtk+
This commit is contained in:
parent
b0710e94f1
commit
b5ab585eec
3 changed files with 10 additions and 3 deletions
main/gdk-pixbuf
|
@ -1,16 +1,17 @@
|
|||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gdk-pixbuf
|
||||
pkgver=2.22.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="GDK Pixbuf library"
|
||||
url="http://www.gtk.org/"
|
||||
license="LGPL"
|
||||
depends=
|
||||
depends_dev=
|
||||
makedepends="tiff-dev libpng-dev glib-dev jpeg-dev gobject-introspection"
|
||||
install=
|
||||
install="$pkgname.pre-deinstall"
|
||||
triggers="$pkgname.trigger:/usr/lib/gdk-pixbuf-2.0/*/loaders"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.22/gdk-pixbuf-$pkgver.tar.bz2"
|
||||
source="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.bz2"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
|
|
3
main/gdk-pixbuf/gdk-pixbuf.pre-deinstall
Normal file
3
main/gdk-pixbuf/gdk-pixbuf.pre-deinstall
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
3
main/gdk-pixbuf/gdk-pixbuf.trigger
Normal file
3
main/gdk-pixbuf/gdk-pixbuf.trigger
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
gdk-pixbuf-query-loaders --update-cache
|
Loading…
Add table
Add a link
Reference in a new issue