[arch-commits] Commit in gtk3/repos (12 files)
Ionut Biru
ibiru at archlinux.org
Sat Apr 14 11:12:53 UTC 2012
Date: Saturday, April 14, 2012 @ 07:12:53
Author: ibiru
Revision: 156135
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gtk3/repos/testing-i686/PKGBUILD
(from rev 156134, gtk3/trunk/PKGBUILD)
gtk3/repos/testing-i686/gtk3.install
(from rev 156134, gtk3/trunk/gtk3.install)
gtk3/repos/testing-i686/settings.ini
(from rev 156134, gtk3/trunk/settings.ini)
gtk3/repos/testing-x86_64/PKGBUILD
(from rev 156134, gtk3/trunk/PKGBUILD)
gtk3/repos/testing-x86_64/gtk3.install
(from rev 156134, gtk3/trunk/gtk3.install)
gtk3/repos/testing-x86_64/settings.ini
(from rev 156134, gtk3/trunk/settings.ini)
Deleted:
gtk3/repos/testing-i686/PKGBUILD
gtk3/repos/testing-i686/gtk3.install
gtk3/repos/testing-i686/settings.ini
gtk3/repos/testing-x86_64/PKGBUILD
gtk3/repos/testing-x86_64/gtk3.install
gtk3/repos/testing-x86_64/settings.ini
-----------------------------+
testing-i686/PKGBUILD | 75 ++++++++++++++++++++----------------------
testing-i686/gtk3.install | 32 ++++++++---------
testing-i686/settings.ini | 4 +-
testing-x86_64/PKGBUILD | 75 ++++++++++++++++++++----------------------
testing-x86_64/gtk3.install | 32 ++++++++---------
testing-x86_64/settings.ini | 4 +-
6 files changed, 110 insertions(+), 112 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2012-04-14 11:11:31 UTC (rev 156134)
+++ testing-i686/PKGBUILD 2012-04-14 11:12:53 UTC (rev 156135)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gtk3
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI 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')
-backup=(etc/gtk-3.0/settings.ini)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
- settings.ini)
-sha256sums=('00af8be8bc60355e08a8f57e3e7503c916cec5cd5c6acb3eaedb01330b81f3e0'
- 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
-build() {
- cd "gtk+-$pkgver"
- export CFLAGS+=" -g -O0"
- 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 "gtk+-$pkgver"
- make DESTDIR="$pkgdir" install
-
- install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini"
-}
Copied: gtk3/repos/testing-i686/PKGBUILD (from rev 156134, gtk3/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-14 11:12:53 UTC (rev 156135)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtk3
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI 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')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+ settings.ini)
+sha256sums=('0716b533de0ff2ffdec1076bb85c7a95e2b7b6ac9ece71e84625043ae3eb25f7'
+ 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+build() {
+ cd "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 "gtk+-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini"
+}
Deleted: testing-i686/gtk3.install
===================================================================
--- testing-i686/gtk3.install 2012-04-14 11:11:31 UTC (rev 156134)
+++ testing-i686/gtk3.install 2012-04-14 11:12:53 UTC (rev 156135)
@@ -1,16 +0,0 @@
-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/gtk3.install (from rev 156134, gtk3/trunk/gtk3.install)
===================================================================
--- testing-i686/gtk3.install (rev 0)
+++ testing-i686/gtk3.install 2012-04-14 11:12:53 UTC (rev 156135)
@@ -0,0 +1,16 @@
+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
+}
Deleted: testing-i686/settings.ini
===================================================================
--- testing-i686/settings.ini 2012-04-14 11:11:31 UTC (rev 156134)
+++ testing-i686/settings.ini 2012-04-14 11:12:53 UTC (rev 156135)
@@ -1,2 +0,0 @@
-[Settings]
-gtk-fallback-icon-theme = gnome
Copied: gtk3/repos/testing-i686/settings.ini (from rev 156134, gtk3/trunk/settings.ini)
===================================================================
--- testing-i686/settings.ini (rev 0)
+++ testing-i686/settings.ini 2012-04-14 11:12:53 UTC (rev 156135)
@@ -0,0 +1,2 @@
+[Settings]
+gtk-fallback-icon-theme = gnome
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2012-04-14 11:11:31 UTC (rev 156134)
+++ testing-x86_64/PKGBUILD 2012-04-14 11:12:53 UTC (rev 156135)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gtk3
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI 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')
-backup=(etc/gtk-3.0/settings.ini)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
- settings.ini)
-sha256sums=('00af8be8bc60355e08a8f57e3e7503c916cec5cd5c6acb3eaedb01330b81f3e0'
- 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
-build() {
- cd "gtk+-$pkgver"
- export CFLAGS+=" -g -O0"
- 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 "gtk+-$pkgver"
- make DESTDIR="$pkgdir" install
-
- install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini"
-}
Copied: gtk3/repos/testing-x86_64/PKGBUILD (from rev 156134, gtk3/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-14 11:12:53 UTC (rev 156135)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtk3
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI 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')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+ settings.ini)
+sha256sums=('0716b533de0ff2ffdec1076bb85c7a95e2b7b6ac9ece71e84625043ae3eb25f7'
+ 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+build() {
+ cd "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 "gtk+-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini"
+}
Deleted: testing-x86_64/gtk3.install
===================================================================
--- testing-x86_64/gtk3.install 2012-04-14 11:11:31 UTC (rev 156134)
+++ testing-x86_64/gtk3.install 2012-04-14 11:12:53 UTC (rev 156135)
@@ -1,16 +0,0 @@
-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/gtk3.install (from rev 156134, gtk3/trunk/gtk3.install)
===================================================================
--- testing-x86_64/gtk3.install (rev 0)
+++ testing-x86_64/gtk3.install 2012-04-14 11:12:53 UTC (rev 156135)
@@ -0,0 +1,16 @@
+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
+}
Deleted: testing-x86_64/settings.ini
===================================================================
--- testing-x86_64/settings.ini 2012-04-14 11:11:31 UTC (rev 156134)
+++ testing-x86_64/settings.ini 2012-04-14 11:12:53 UTC (rev 156135)
@@ -1,2 +0,0 @@
-[Settings]
-gtk-fallback-icon-theme = gnome
Copied: gtk3/repos/testing-x86_64/settings.ini (from rev 156134, gtk3/trunk/settings.ini)
===================================================================
--- testing-x86_64/settings.ini (rev 0)
+++ testing-x86_64/settings.ini 2012-04-14 11:12:53 UTC (rev 156135)
@@ -0,0 +1,2 @@
+[Settings]
+gtk-fallback-icon-theme = gnome
More information about the arch-commits
mailing list