diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-04 12:09:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-04 12:09:40 +0100 |
commit | f91e0ea142f7688b8e963f4cae1211e4b8ecdcc2 (patch) | |
tree | 7b8fc2f8ca722241932feb55099b23cfdfe74c87 /package/gdk-pixbuf/Makefile | |
parent | 04b73c418608b5e3c9c21ae176999882e481d578 (diff) | |
parent | f9ecf651725c10debca0a466de2012bc362d887c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gdk-pixbuf/Makefile')
-rw-r--r-- | package/gdk-pixbuf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/gdk-pixbuf/Makefile b/package/gdk-pixbuf/Makefile index 2ca5ff920..f1eedeeb1 100644 --- a/package/gdk-pixbuf/Makefile +++ b/package/gdk-pixbuf/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= gdk-pixbuf PKG_VERSION:= 2.23.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= a7d6c5f2fe2d481149ed3ba807b5c043 PKG_DESCR:= GDK pixbuf library PKG_SECTION:= libs @@ -23,5 +23,7 @@ post-install: $(IDIR_GDK_PIXBUF)/usr/lib $(CP) $(WRKINST)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-*.so \ $(IDIR_GDK_PIXBUF)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/ + $(CP) ./files/loaders.cache \ + $(IDIR_GDK_PIXBUF)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache include ${TOPDIR}/mk/pkg-bottom.mk |