[arch-commits] Commit in gtk3/repos (8 files)
Ionut Biru
ibiru at archlinux.org
Sat Nov 12 09:55:51 UTC 2011
Date: Saturday, November 12, 2011 @ 04:55:51
Author: ibiru
Revision: 142569
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gtk3/repos/testing-i686/
gtk3/repos/testing-i686/PKGBUILD
(from rev 142568, gtk3/trunk/PKGBUILD)
gtk3/repos/testing-i686/gtk3.install
(from rev 142568, gtk3/trunk/gtk3.install)
gtk3/repos/testing-i686/settings.ini
(from rev 142568, gtk3/trunk/settings.ini)
gtk3/repos/testing-x86_64/
gtk3/repos/testing-x86_64/PKGBUILD
(from rev 142568, gtk3/trunk/PKGBUILD)
gtk3/repos/testing-x86_64/gtk3.install
(from rev 142568, gtk3/trunk/gtk3.install)
gtk3/repos/testing-x86_64/settings.ini
(from rev 142568, gtk3/trunk/settings.ini)
-----------------------------+
testing-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
testing-i686/gtk3.install | 15 +++++++++++++++
testing-i686/settings.ini | 2 ++
testing-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
testing-x86_64/gtk3.install | 15 +++++++++++++++
testing-x86_64/settings.ini | 2 ++
6 files changed, 110 insertions(+)
Copied: gtk3/repos/testing-i686/PKGBUILD (from rev 142568, gtk3/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-11-12 09:55:51 UTC (rev 142569)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtk3
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="GTK+ is a multi-platform toolkit (v3)"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/"
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 'shared-mime-info' 'colord')
+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.2/gtk+-$pkgver.tar.xz
+ settings.ini)
+sha256sums=('f7ec82de393cd7ae2aa45022576400941704709d1f0f35fb0b17f3be1f2e7d84'
+ 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+
+build() {
+ cd "$srcdir/gtk+-$pkgver"
+ CXX=/bin/false ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-gtk2-dependency \
+ --disable-schemas-compile
+ #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd "$srcdir/gtk+-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini"
+}
Copied: gtk3/repos/testing-i686/gtk3.install (from rev 142568, gtk3/trunk/gtk3.install)
===================================================================
--- testing-i686/gtk3.install (rev 0)
+++ testing-i686/gtk3.install 2011-11-12 09:55:51 UTC (rev 142569)
@@ -0,0 +1,15 @@
+post_install() {
+ usr/bin/gtk-query-immodules-3.0 --update-cache
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ rm -f usr/lib/gtk-3.0/3.0.0/immodules.cache
+}
+post_remove() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
Copied: gtk3/repos/testing-i686/settings.ini (from rev 142568, gtk3/trunk/settings.ini)
===================================================================
--- testing-i686/settings.ini (rev 0)
+++ testing-i686/settings.ini 2011-11-12 09:55:51 UTC (rev 142569)
@@ -0,0 +1,2 @@
+[Settings]
+gtk-fallback-icon-theme = gnome
Copied: gtk3/repos/testing-x86_64/PKGBUILD (from rev 142568, gtk3/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-12 09:55:51 UTC (rev 142569)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtk3
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="GTK+ is a multi-platform toolkit (v3)"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/"
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 'shared-mime-info' 'colord')
+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.2/gtk+-$pkgver.tar.xz
+ settings.ini)
+sha256sums=('f7ec82de393cd7ae2aa45022576400941704709d1f0f35fb0b17f3be1f2e7d84'
+ 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+
+build() {
+ cd "$srcdir/gtk+-$pkgver"
+ CXX=/bin/false ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-gtk2-dependency \
+ --disable-schemas-compile
+ #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd "$srcdir/gtk+-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini"
+}
Copied: gtk3/repos/testing-x86_64/gtk3.install (from rev 142568, gtk3/trunk/gtk3.install)
===================================================================
--- testing-x86_64/gtk3.install (rev 0)
+++ testing-x86_64/gtk3.install 2011-11-12 09:55:51 UTC (rev 142569)
@@ -0,0 +1,15 @@
+post_install() {
+ usr/bin/gtk-query-immodules-3.0 --update-cache
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ rm -f usr/lib/gtk-3.0/3.0.0/immodules.cache
+}
+post_remove() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
Copied: gtk3/repos/testing-x86_64/settings.ini (from rev 142568, gtk3/trunk/settings.ini)
===================================================================
--- testing-x86_64/settings.ini (rev 0)
+++ testing-x86_64/settings.ini 2011-11-12 09:55:51 UTC (rev 142569)
@@ -0,0 +1,2 @@
+[Settings]
+gtk-fallback-icon-theme = gnome
More information about the arch-commits
mailing list