[arch-commits] Commit in lib32-gtk3/repos/multilib-x86_64 (6 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Aug 14 14:26:51 UTC 2020
Date: Friday, August 14, 2020 @ 14:26:51
Author: alucryd
Revision: 679151
archrelease: copy trunk to multilib-x86_64
Added:
lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 679150, lib32-gtk3/trunk/PKGBUILD)
lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 679150, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 679150, lib32-gtk3/trunk/lib32-gtk3.install)
Deleted:
lib32-gtk3/repos/multilib-x86_64/PKGBUILD
lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
---------------------------------+
PKGBUILD | 194 +++++++++++++++++++-------------------
gtk-query-immodules-3.0-32.hook | 22 ++--
lib32-gtk3.install | 6 -
3 files changed, 111 insertions(+), 111 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-14 14:26:44 UTC (rev 679150)
+++ PKGBUILD 2020-08-14 14:26:51 UTC (rev 679151)
@@ -1,97 +0,0 @@
-# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-# Contributor: GordonGR <ntheo1979 at gmail.com>
-
-pkgname=lib32-gtk3
-pkgver=3.24.21
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit'
-arch=(x86_64)
-license=(LGPL)
-url=https://www.gtk.org/
-depends=(
- gtk3
- lib32-at-spi2-atk
- lib32-colord
- lib32-dbus
- lib32-mesa
- lib32-gdk-pixbuf2
- lib32-json-glib
- lib32-libcups
- lib32-libepoxy
- lib32-librsvg
- lib32-libxcomposite
- lib32-libxcursor
- lib32-libxinerama
- lib32-libxkbcommon
- lib32-libxrandr
- lib32-pango
- lib32-rest
- lib32-libcanberra
- lib32-wayland
- lib32-libxdamage
-)
-makedepends=(
- gobject-introspection
- gtk-doc
- git
- glib2-docs
- sassc
-)
-install=lib32-gtk3.install
-_tag=ab4b85f88cf822d6dbb9cda9c4d71fd10a5d3d99
-source=(
- git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${_tag}
- gtk-query-immodules-3.0-32.hook
-)
-sha256sums=(
- SKIP
- 04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989
-)
-
-pkgver() {
- cd gtk
-
- git describe --tags
-}
-
-prepare() {
- cd gtk
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd gtk
-
- export CC='gcc -m32'
- export CXX=/bin/false
- export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libdir=/usr/lib32 \
- --localstatedir=/var \
- --disable-schemas-compile \
- --enable-{broadway,wayland,x11}-backend \
- --disable-gtk-doc
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd gtk
-
- make DESTDIR="${pkgdir}" install
-
- rm -r "${pkgdir}"/{etc,usr/{include,share}}
- find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
- mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-
- install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t "${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 679150, lib32-gtk3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-14 14:26:51 UTC (rev 679151)
@@ -0,0 +1,97 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+# Contributor: GordonGR <ntheo1979 at gmail.com>
+
+pkgname=lib32-gtk3
+pkgver=3.24.22
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit'
+arch=(x86_64)
+license=(LGPL)
+url=https://www.gtk.org/
+depends=(
+ gtk3
+ lib32-at-spi2-atk
+ lib32-colord
+ lib32-dbus
+ lib32-mesa
+ lib32-gdk-pixbuf2
+ lib32-json-glib
+ lib32-libcups
+ lib32-libepoxy
+ lib32-librsvg
+ lib32-libxcomposite
+ lib32-libxcursor
+ lib32-libxinerama
+ lib32-libxkbcommon
+ lib32-libxrandr
+ lib32-pango
+ lib32-rest
+ lib32-libcanberra
+ lib32-wayland
+ lib32-libxdamage
+)
+makedepends=(
+ gobject-introspection
+ gtk-doc
+ git
+ glib2-docs
+ sassc
+)
+install=lib32-gtk3.install
+_tag=0d30d36326ade257b6309d23bbbeb844a1119338
+source=(
+ git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${_tag}
+ gtk-query-immodules-3.0-32.hook
+)
+sha256sums=(
+ SKIP
+ 04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989
+)
+
+pkgver() {
+ cd gtk
+
+ git describe --tags
+}
+
+prepare() {
+ cd gtk
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd gtk
+
+ export CC='gcc -m32'
+ export CXX=/bin/false
+ export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libdir=/usr/lib32 \
+ --localstatedir=/var \
+ --disable-schemas-compile \
+ --enable-{broadway,wayland,x11}-backend \
+ --disable-gtk-doc
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd gtk
+
+ make DESTDIR="${pkgdir}" install
+
+ rm -r "${pkgdir}"/{etc,usr/{include,share}}
+ find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
+ mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
+
+ install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t "${pkgdir}"/usr/share/libalpm/hooks/
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: gtk-query-immodules-3.0-32.hook
===================================================================
--- gtk-query-immodules-3.0-32.hook 2020-08-14 14:26:44 UTC (rev 679150)
+++ gtk-query-immodules-3.0-32.hook 2020-08-14 14:26:51 UTC (rev 679151)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib32/gtk-3.0/3.0.0/immodules/*.so
-
-[Action]
-Description = Probing 32-bit GTK3 input method modules...
-When = PostTransaction
-Exec = /usr/bin/gtk-query-immodules-3.0-32 --update-cache
Copied: lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook (from rev 679150, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
===================================================================
--- gtk-query-immodules-3.0-32.hook (rev 0)
+++ gtk-query-immodules-3.0-32.hook 2020-08-14 14:26:51 UTC (rev 679151)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib32/gtk-3.0/3.0.0/immodules/*.so
+
+[Action]
+Description = Probing 32-bit GTK3 input method modules...
+When = PostTransaction
+Exec = /usr/bin/gtk-query-immodules-3.0-32 --update-cache
Deleted: lib32-gtk3.install
===================================================================
--- lib32-gtk3.install 2020-08-14 14:26:44 UTC (rev 679150)
+++ lib32-gtk3.install 2020-08-14 14:26:51 UTC (rev 679151)
@@ -1,3 +0,0 @@
-pre_remove() {
- rm -f /usr/lib32/gtk-3.0/3.0.0/immodules.cache
-}
Copied: lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install (from rev 679150, lib32-gtk3/trunk/lib32-gtk3.install)
===================================================================
--- lib32-gtk3.install (rev 0)
+++ lib32-gtk3.install 2020-08-14 14:26:51 UTC (rev 679151)
@@ -0,0 +1,3 @@
+pre_remove() {
+ rm -f /usr/lib32/gtk-3.0/3.0.0/immodules.cache
+}
More information about the arch-commits
mailing list