mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
Sync
This commit is contained in:
parent
ee730d01ff
commit
510c7cc1b2
@ -6,7 +6,7 @@
|
|||||||
pkgname=lib32-dbus-core
|
pkgname=lib32-dbus-core
|
||||||
_pkgbasename=dbus-core
|
_pkgbasename=dbus-core
|
||||||
pkgver=1.6.4
|
pkgver=1.6.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Freedesktop.org message bus system (32-bit)"
|
pkgdesc="Freedesktop.org message bus system (32-bit)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.freedesktop.org/Software/dbus"
|
url="http://www.freedesktop.org/Software/dbus"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
_pkgbasename=expat
|
_pkgbasename=expat
|
||||||
pkgname=lib32-$_pkgbasename
|
pkgname=lib32-$_pkgbasename
|
||||||
pkgver=2.0.1
|
pkgver=2.0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="An XML Parser library written in C (32 bit)"
|
pkgdesc="An XML Parser library written in C (32 bit)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://expat.sourceforge.net/"
|
url="http://expat.sourceforge.net/"
|
||||||
|
@ -1,14 +1,16 @@
|
|||||||
# 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>
|
||||||
|
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
pkgver=1.5.19
|
pkgver=1.5.19
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
|
|
||||||
_pkgbasever=${pkgver/rc/-rc}
|
_pkgbasever=${pkgver/rc/-rc}
|
||||||
|
|
||||||
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2)
|
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2)
|
||||||
md5sums=('713ad4e383abf4288c48c3cf9743a503')
|
md5sums=('713ad4e383abf4288c48c3cf9743a503')
|
||||||
|
|
||||||
pkgdesc="A compatibility layer for running Windows programs"
|
pkgdesc="A compatibility layer for running Windows programs"
|
||||||
url="http://www.winehq.com"
|
url="http://www.winehq.com"
|
||||||
categories=('system')
|
categories=('system')
|
||||||
@ -20,6 +22,7 @@ install=wine.install
|
|||||||
depends=(
|
depends=(
|
||||||
fontconfig lib32-fontconfig
|
fontconfig lib32-fontconfig
|
||||||
mesa lib32-mesa
|
mesa lib32-mesa
|
||||||
|
libglapi lib32-libglapi
|
||||||
libxcursor lib32-libxcursor
|
libxcursor lib32-libxcursor
|
||||||
libxrandr lib32-libxrandr
|
libxrandr lib32-libxrandr
|
||||||
libxdamage lib32-libxdamage
|
libxdamage lib32-libxdamage
|
||||||
@ -32,6 +35,7 @@ depends=(
|
|||||||
libxi lib32-libxi
|
libxi lib32-libxi
|
||||||
gettext lib32-gettext
|
gettext lib32-gettext
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
|
gstreamer0.10-base lib32-gstreamer0.10-base
|
||||||
)
|
)
|
||||||
|
|
||||||
makedepends=(autoconf ncurses bison perl fontforge flex prelink
|
makedepends=(autoconf ncurses bison perl fontforge flex prelink
|
||||||
@ -112,8 +116,8 @@ build() {
|
|||||||
--with-x \
|
--with-x \
|
||||||
"${_wine32opts[@]}"
|
"${_wine32opts[@]}"
|
||||||
|
|
||||||
# These additional CFLAGS solve FS#27560
|
# These additional CFLAGS solve FS#27560 and FS#23277
|
||||||
make CFLAGS+="-mstackrealign" CXXFLAGS+="-mstackrealign"
|
make CFLAGS+="-mstackrealign -mincoming-stack-boundary=2" CXXFLAGS+="-mstackrealign -mincoming-stack-boundary=2"
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user