mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:57:17 +08:00
pf glib2 updates atk, gdkpixbuf2, glibmm first group
This commit is contained in:
parent
8554a14a48
commit
8fd8c2d04d
13
atk/PKGBUILD
13
atk/PKGBUILD
@ -1,23 +1,20 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=atk
|
||||
pkgver=2.0.1
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="A library providing a set of interfaces for accessibility"
|
||||
arch=(i686 x86_64)
|
||||
license=('LGPL')
|
||||
depends=('glib2')
|
||||
makedepends=('pkgconfig' 'gobject-introspection')
|
||||
makedepends=('gobject-introspection')
|
||||
options=('!libtool')
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
|
||||
url='http://www.gtk.org/'
|
||||
sha256sums=('4588867bb9eb788b2cf3399d3a2d5e4898193a9027436f6cffc9c18a627452a1')
|
||||
sha256sums=('8b22f0e7803dd3734c676ccd68ea999ff1156ca49d99c3de5c1d269ad0c3739d')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -1,13 +1,9 @@
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=gdk-pixbuf2
|
||||
pkgver=2.24.0
|
||||
pkgver=2.26.1
|
||||
pkgrel=1
|
||||
pkgdesc="An image loading library"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -17,21 +13,21 @@ depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
|
||||
makedepends=('gobject-introspection')
|
||||
options=('!libtool')
|
||||
install=gdk-pixbuf2.install
|
||||
source=(http://download.gnome.org/sources/gdk-pixbuf/2.24/gdk-pixbuf-${pkgver}.tar.xz)
|
||||
sha256sums=('67c11d3aa40441c1cea42c365bf2d6a9a9dd52fae2d359a707ad5e8abb4d28a7')
|
||||
source=(http://download.gnome.org/sources/gdk-pixbuf/2.26/gdk-pixbuf-${pkgver}.tar.xz)
|
||||
sha256sums=('a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gdk-pixbuf-${pkgver}"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--without-libjasper \
|
||||
--with-x11 \
|
||||
--with-included-loaders=png
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/gdk-pixbuf-${pkgver}"
|
||||
cd "gdk-pixbuf-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
|
@ -3,20 +3,17 @@
|
||||
#
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgbase=glibmm
|
||||
pkgname=('glibmm' 'glibmm-docs')
|
||||
pkgver=2.28.2
|
||||
pkgrel=2
|
||||
pkgver=2.32.0
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
|
||||
options=('!libtool')
|
||||
url="http://gtkmm.sourceforge.net/"
|
||||
sha256sums=('f84e99858d9674705316ec40cb3f03c34129293ebd370a7d63df6d959644cbe3')
|
||||
sha256sums=('e1806f884c6e9f904ee2af0d39dd8d4de3f91a039f897f54333b0890de06f94b')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user