mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:37:12 +08:00
2nd pf group for glib2 pangomm, gtk2, gtk3, gtkmm, gconf
This commit is contained in:
parent
682fa89c0c
commit
c3238ab253
@ -1,12 +1,11 @@
|
||||
#
|
||||
# Chakra 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>
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=gconf
|
||||
pkgver=2.32.0
|
||||
pkgrel=3
|
||||
pkgver=2.32.4
|
||||
pkgrel=1
|
||||
pkgdesc="A configuration database system"
|
||||
arch=(i686 x86_64)
|
||||
license=('LGPL')
|
||||
@ -20,7 +19,7 @@ source=(http://ftp.gnome.org/pub/gnome/sources/GConf/2.32/GConf-${pkgver}.tar.bz
|
||||
gconfpkg
|
||||
gconf-reload.patch
|
||||
01_xml-gettext-domain.patch)
|
||||
md5sums=('b161da6a1ab090b649aed3111003b0bb'
|
||||
md5sums=('b4475bb58c51ca59c7781cd95b302c13'
|
||||
'240b473fa17b748fc9020caf372d936c'
|
||||
'b745f04b4121d8724c002b14a4c110b6'
|
||||
'cfcc8e15be7b8a48de4aa34336ff6090'
|
||||
@ -38,8 +37,7 @@ build() {
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --libexecdir=/usr/lib/GConf \
|
||||
--disable-static --enable-defaults-service --with-gtk=3.0 \
|
||||
--disable-orbit
|
||||
--disable-static --enable-defaults-service
|
||||
|
||||
make pkglibdir=/usr/lib/GConf
|
||||
}
|
||||
|
@ -1,59 +1,57 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
pkgbase=gtk2
|
||||
pkgname=('gtk2' 'gtk-update-icon-cache')
|
||||
pkgver=2.24.5
|
||||
pkgrel=4
|
||||
pkgdesc="The GTK+ Toolkit (v2)"
|
||||
pkgver=2.24.10
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gtk.org/"
|
||||
makedepends=('atk>=1.32.0' 'pango>=1.28.0' 'libxcursor' 'libxinerama' 'libxrandr>=1.3.0' 'libxi>=1.3' 'libxcomposite' 'libxdamage' 'krb5' 'gnutls>=2.8.6' 'shared-mime-info' 'cairo>=1.10.0' 'libtiff>=3.9.2-2' 'libcups>=1.4.4' 'gdk-pixbuf2>=2.21.7' 'pkgconfig' 'gobject-introspection')
|
||||
makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage'
|
||||
'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 'gobject-introspection')
|
||||
options=('!libtool' '!docs')
|
||||
license=('LGPL')
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
|
||||
xid-collision-debug.patch
|
||||
gdk_Make_background_changes_queue_a_repaint.patch)
|
||||
sha256sums=('d6b30889efbb9fab9aa598092d08887826a7b2a3069b3bd5155dede28d9866f3'
|
||||
'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
|
||||
'3573af25e8db2fb490b264f80cb9e617ee1a36e767e36e7bb1d830c0b715db93')
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
|
||||
xid-collision-debug.patch)
|
||||
sha256sums=('ea56e31bb9d6e19ed2e8911f4c7ac493cb804431caa21cdcadae625d375a0e89'
|
||||
'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gtk+-${pkgver}"
|
||||
patch -Np1 -i "${srcdir}/xid-collision-debug.patch"
|
||||
patch -NRp1 -i "${srcdir}/gdk_Make_background_changes_queue_a_repaint.patch"
|
||||
cd "$srcdir/gtk+-$pkgver"
|
||||
patch -Np1 -i "$srcdir/xid-collision-debug.patch"
|
||||
|
||||
CXX=/bin/false ./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--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
|
||||
}
|
||||
|
||||
package_gtk2() {
|
||||
pkgdesc="The GTK+ Toolkit (v2)"
|
||||
pkgdesc="GTK+ is a multi-platform toolkit (v2)"
|
||||
install=gtk2.install
|
||||
depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'krb5' 'gnutls' 'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache')
|
||||
depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache')
|
||||
backup=(etc/gtk-2.0/gtkrc)
|
||||
|
||||
cd "${srcdir}/gtk+-${pkgver}"
|
||||
cd "$srcdir/gtk+-$pkgver"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
make DESTDIR="$pkgdir" install
|
||||
sed -i "s#env python#env python2#" $pkgdir/usr/bin/gtk-builder-convert
|
||||
echo 'gtk-fallback-icon-theme = "gnome"' > "${pkgdir}/etc/gtk-2.0/gtkrc"
|
||||
echo 'gtk-fallback-icon-theme = "gnome"' > "$pkgdir/etc/gtk-2.0/gtkrc"
|
||||
#split this out to use with gtk3 too
|
||||
rm ${pkgdir}/usr/bin/gtk-update-icon-cache
|
||||
rm $pkgdir/usr/bin/gtk-update-icon-cache
|
||||
}
|
||||
package_gtk-update-icon-cache() {
|
||||
pkgdesc="The GTK+ update icon cache tool"
|
||||
depends=('gdk-pixbuf2')
|
||||
|
||||
cd "${srcdir}/gtk+-${pkgver}/gtk"
|
||||
cd "$srcdir/gtk+-$pkgver/gtk"
|
||||
|
||||
install -D -m755 gtk-update-icon-cache ${pkgdir}/usr/bin/gtk-update-icon-cache
|
||||
}
|
||||
install -D -m755 gtk-update-icon-cache $pkgdir/usr/bin/gtk-update-icon-cache
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
pkgname=gtk3
|
||||
pkgver=3.0.12
|
||||
pkgver=3.4.1
|
||||
pkgrel=1
|
||||
pkgdesc="The GTK+ Toolkit (v3)"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -10,9 +10,9 @@ makedepends=('gobject-introspection')
|
||||
options=('!libtool' '!docs')
|
||||
backup=(etc/gtk-3.0/settings.ini)
|
||||
license=('LGPL')
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.0/gtk+-${pkgver}.tar.xz
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.4/gtk+-${pkgver}.tar.xz
|
||||
settings.ini)
|
||||
sha256sums=('219fdea120897981840e909fac40d4d433fe061a37b12b9402e215c819ebeae9'
|
||||
sha256sums=('0716b533de0ff2ffdec1076bb85c7a95e2b7b6ac9ece71e84625043ae3eb25f7'
|
||||
'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
|
||||
|
||||
build() {
|
||||
|
@ -3,13 +3,10 @@
|
||||
#
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgbase=gtkmm
|
||||
pkgname=('gtkmm' 'gtkmm-docs')
|
||||
pkgver=2.24.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=('gtk2' 'pangomm' 'atkmm' 'glibmm-docs')
|
||||
license=('LGPL')
|
||||
|
@ -2,20 +2,17 @@
|
||||
#
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgbase=pangomm
|
||||
pkgname=('pangomm' 'pangomm-docs')
|
||||
pkgver=2.28.2
|
||||
pkgrel=2
|
||||
pkgver=2.28.4
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.xz)
|
||||
options=('!libtool')
|
||||
url="http://gtkmm.sourceforge.net/"
|
||||
sha256sums=('ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f')
|
||||
sha256sums=('778dcb66a793cbfd52a9f92ee5a71b888c3603a913fc1ddc48a30204de6d6c82')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user