mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
lib32-gdk-pixbuf2: update with gdk-pixbuf2
This commit is contained in:
parent
88b175c6ea
commit
d1b2298558
@ -1,24 +1,19 @@
|
|||||||
# Lib32 Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
|
||||||
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
|
||||||
|
|
||||||
_pkgbasename=gdk-pixbuf2
|
_pkgbasename=gdk-pixbuf2
|
||||||
pkgname=lib32-$_pkgbasename
|
pkgname=lib32-$_pkgbasename
|
||||||
pkgver=2.26.4
|
pkgver=2.36.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="An image loading library for gtk2 (32-bit)"
|
pkgdesc="An image loading library for gtk2 (32-bit)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.gtk.org/"
|
url="http://www.gtk.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('lib32-glib2'
|
depends=('lib32-glib2'
|
||||||
lib32-lib{'png','tiff','jpeg','ffi','x11'}
|
lib32-lib{'png','tiff','jpeg','ffi','x11'}
|
||||||
$_pkgbasename)
|
$_pkgbasename)
|
||||||
makedepends=(gcc-multilib)
|
makedepends=('gcc' 'lib32-gcc-libs')
|
||||||
options=('!libtool' '!docs')
|
options=('!docs')
|
||||||
install=gdk-pixbuf2.install
|
install=gdk-pixbuf2.install
|
||||||
source=(http://download.gnome.org/sources/gdk-pixbuf/2.26/gdk-pixbuf-${pkgver}.tar.xz)
|
source=(https://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-${pkgver}.tar.xz)
|
||||||
sha256sums=('a91458645f078debf204fef8bb06b30f356fcb5d48f65395132a5dba2b3510be')
|
sha256sums=('5223138f7d31afc6b356a049930304ec0abd6ac1113a5d3d1dba5cd4a4d639ec')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CC="gcc -m32"
|
export CC="gcc -m32"
|
||||||
|
Loading…
Reference in New Issue
Block a user