mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
lib32-gtk2 rebuild, added dependency lib32-mesa
This commit is contained in:
parent
1a47271b2a
commit
189a18c5e1
@ -1,28 +1,27 @@
|
|||||||
# Lib32 Packages for Chakra, part of chakra-project.org
|
# 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>
|
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||||
|
|
||||||
_pkgbasename=gtk2
|
_pkgbasename=gtk2
|
||||||
pkgname=lib32-$_pkgbasename
|
pkgname=lib32-$_pkgbasename
|
||||||
pkgver=2.24.12
|
pkgver=2.24.17
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="The GTK+ Toolkit (v2) (32-bit)"
|
pkgdesc="The GTK+ Toolkit (v2) (32-bit)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.gtk.org/"
|
url="http://www.gtk.org/"
|
||||||
install=gtk2.install
|
install=gtk2.install
|
||||||
depends=(lib32-{'atk>=1.30.0','pango>=1.28.0','cairo>=1.10.0','krb5','gnutls>=2.8.6','gdk-pixbuf2>=2.22.0'}
|
depends=(lib32-{'atk>=1.30.0','pango>=1.28.0','cairo>=1.10.0','krb5','gnutls>=2.8.6','gdk-pixbuf2>=2.22.0'}
|
||||||
lib32-lib{'cups>=1.4.4',xcursor,'xrandr>=1.3','xi>=1.3',xinerama,xcomposite,xdamage}
|
lib32-lib{'cups>=1.4.4',xcursor,'xrandr>=1.3','xi>=1.3',xinerama,xcomposite,xdamage}
|
||||||
$_pkgbasename)
|
'lib32-mesa')
|
||||||
|
md5sums=('a10cc43fad8d64f8893d779b1f8322ff'
|
||||||
|
'22355df723f6ca358e30e6b8f0baace5'
|
||||||
|
'7cf132946e97d12d396f413f7f0a2876')
|
||||||
makedepends=('pkgconfig' 'gcc-multilib')
|
makedepends=('pkgconfig' 'gcc-multilib')
|
||||||
options=('!libtool' '!docs')
|
options=('!libtool' '!docs')
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
|
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
|
||||||
xid-collision-debug.patch
|
xid-collision-debug.patch
|
||||||
gtk-modules-32.patch)
|
gtk-modules-32.patch)
|
||||||
sha256sums=('c5eba3b9259e4bf7554e9dc9db5d72038aa8b1bdd40fa0364b3705c226d11808'
|
|
||||||
'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
|
|
||||||
'2effb13404442ae266d4c663347e88cd1ca19e9a83b452da1743bac16af9c7b0')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CC="gcc -m32"
|
export CC="gcc -m32"
|
||||||
@ -38,6 +37,10 @@ build() {
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--libdir=/usr/lib32 \
|
--libdir=/usr/lib32 \
|
||||||
--with-xinput=yes
|
--with-xinput=yes
|
||||||
|
|
||||||
|
#https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||||
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user