[arch-commits] Commit in gtk3/repos (10 files)

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:35:13 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:35:12
  Author: jgc
Revision: 234827

db-move: moved gtk3 from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gtk3/repos/testing-i686/
  gtk3/repos/testing-i686/PKGBUILD
    (from rev 234786, gtk3/repos/gnome-unstable-i686/PKGBUILD)
  gtk3/repos/testing-i686/gtk3.install
    (from rev 234786, gtk3/repos/gnome-unstable-i686/gtk3.install)
  gtk3/repos/testing-i686/settings.ini
    (from rev 234786, gtk3/repos/gnome-unstable-i686/settings.ini)
  gtk3/repos/testing-x86_64/
  gtk3/repos/testing-x86_64/PKGBUILD
    (from rev 234786, gtk3/repos/gnome-unstable-x86_64/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk3.install
    (from rev 234786, gtk3/repos/gnome-unstable-x86_64/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
    (from rev 234786, gtk3/repos/gnome-unstable-x86_64/settings.ini)
Deleted:
  gtk3/repos/gnome-unstable-i686/
  gtk3/repos/gnome-unstable-x86_64/

-----------------------------+
 testing-i686/PKGBUILD       |   45 ++++++++++++++++++++++++++++++++++++++++++
 testing-i686/gtk3.install   |   18 ++++++++++++++++
 testing-i686/settings.ini   |    4 +++
 testing-x86_64/PKGBUILD     |   45 ++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/gtk3.install |   18 ++++++++++++++++
 testing-x86_64/settings.ini |    4 +++
 6 files changed, 134 insertions(+)

Copied: gtk3/repos/testing-i686/PKGBUILD (from rev 234786, gtk3/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:35:12 UTC (rev 234827)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gtk3
+pkgver=3.16.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 libepoxy
+         libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk wayland libxkbcommon
+         adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection)
+license=(LGPL)
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('ce617318fe18092383cf6ed5d8c688a95a97f2d4c68481317a6a531e288c26ea')
+
+prepare() {
+    cd gtk+-$pkgver
+}
+
+build() {
+    cd "gtk+-$pkgver"
+
+    CXX=/bin/false ./configure --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --disable-schemas-compile \
+        --enable-x11-backend \
+        --enable-broadway-backend \
+        --enable-wayland-backend
+
+    #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
+    rm -f "$pkgdir/usr/bin/gtk-update-icon-cache"
+}

Copied: gtk3/repos/testing-i686/gtk3.install (from rev 234786, gtk3/repos/gnome-unstable-i686/gtk3.install)
===================================================================
--- testing-i686/gtk3.install	                        (rev 0)
+++ testing-i686/gtk3.install	2015-03-25 15:35:12 UTC (rev 234827)
@@ -0,0 +1,18 @@
+post_install() {
+    /usr/bin/gtk-query-immodules-3.0 --update-cache
+    /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+    /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+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
+    /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: gtk3/repos/testing-i686/settings.ini (from rev 234786, gtk3/repos/gnome-unstable-i686/settings.ini)
===================================================================
--- testing-i686/settings.ini	                        (rev 0)
+++ testing-i686/settings.ini	2015-03-25 15:35:12 UTC (rev 234827)
@@ -0,0 +1,4 @@
+[Settings]
+gtk-icon-theme-name = gnome
+gtk-theme-name = Adwaita
+gtk-font-name = Cantarell 11

Copied: gtk3/repos/testing-x86_64/PKGBUILD (from rev 234786, gtk3/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:35:12 UTC (rev 234827)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gtk3
+pkgver=3.16.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 libepoxy
+         libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk wayland libxkbcommon
+         adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection)
+license=(LGPL)
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('ce617318fe18092383cf6ed5d8c688a95a97f2d4c68481317a6a531e288c26ea')
+
+prepare() {
+    cd gtk+-$pkgver
+}
+
+build() {
+    cd "gtk+-$pkgver"
+
+    CXX=/bin/false ./configure --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --disable-schemas-compile \
+        --enable-x11-backend \
+        --enable-broadway-backend \
+        --enable-wayland-backend
+
+    #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
+    rm -f "$pkgdir/usr/bin/gtk-update-icon-cache"
+}

Copied: gtk3/repos/testing-x86_64/gtk3.install (from rev 234786, gtk3/repos/gnome-unstable-x86_64/gtk3.install)
===================================================================
--- testing-x86_64/gtk3.install	                        (rev 0)
+++ testing-x86_64/gtk3.install	2015-03-25 15:35:12 UTC (rev 234827)
@@ -0,0 +1,18 @@
+post_install() {
+    /usr/bin/gtk-query-immodules-3.0 --update-cache
+    /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+    /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+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
+    /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: gtk3/repos/testing-x86_64/settings.ini (from rev 234786, gtk3/repos/gnome-unstable-x86_64/settings.ini)
===================================================================
--- testing-x86_64/settings.ini	                        (rev 0)
+++ testing-x86_64/settings.ini	2015-03-25 15:35:12 UTC (rev 234827)
@@ -0,0 +1,4 @@
+[Settings]
+gtk-icon-theme-name = gnome
+gtk-theme-name = Adwaita
+gtk-font-name = Cantarell 11



More information about the arch-commits mailing list