[arch-commits] Commit in at-spi2-atk/repos (6 files)
Jan Steffens
heftig at archlinux.org
Mon Oct 30 22:58:20 UTC 2017
Date: Monday, October 30, 2017 @ 22:58:12
Author: heftig
Revision: 308726
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
at-spi2-atk/repos/extra-i686/PKGBUILD
(from rev 308725, at-spi2-atk/trunk/PKGBUILD)
at-spi2-atk/repos/extra-x86_64/PKGBUILD
(from rev 308725, at-spi2-atk/trunk/PKGBUILD)
Deleted:
at-spi2-atk/repos/extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
at-spi2-atk/repos/extra-i686/PKGBUILD
at-spi2-atk/repos/extra-x86_64/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
at-spi2-atk/repos/extra-x86_64/PKGBUILD
------------------------------------------------------------------------+
/PKGBUILD | 76 ++++++++++
extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch | 28 ---
extra-i686/PKGBUILD | 42 -----
extra-x86_64/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch | 28 ---
extra-x86_64/PKGBUILD | 42 -----
5 files changed, 76 insertions(+), 140 deletions(-)
Deleted: extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
===================================================================
--- extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch 2017-10-30 22:57:25 UTC (rev 308725)
+++ extra-i686/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch 2017-10-30 22:58:12 UTC (rev 308726)
@@ -1,28 +0,0 @@
-From 9c6451833b7550b594c4a3f8082275dfcc81e5ae Mon Sep 17 00:00:00 2001
-Message-Id: <9c6451833b7550b594c4a3f8082275dfcc81e5ae.1505468187.git.jan.steffens at gmail.com>
-From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
-Date: Fri, 15 Sep 2017 07:36:15 +0200
-Subject: [PATCH] meson: Ensure paths written to .pc are absolute
-
----
- meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index a357a9798f89da3c..38d37019908376fa 100644
---- a/meson.build
-+++ b/meson.build
-@@ -53,8 +53,8 @@ import('gnome')
- pkg_conf = configuration_data()
- pkg_conf.set('prefix', get_option('prefix'))
- pkg_conf.set('exec_prefix', get_option('prefix'))
--pkg_conf.set('libdir', get_option('libdir'))
--pkg_conf.set('includedir', get_option('includedir'))
-+pkg_conf.set('libdir', join_paths(get_option('prefix'), get_option('libdir')))
-+pkg_conf.set('includedir', join_paths(get_option('prefix'), get_option('includedir')))
- pkg_conf.set('VERSION', meson.project_version())
-
- configure_file(input: 'atk-bridge-2.0.pc.in',
---
-2.14.1
-
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-10-30 22:57:25 UTC (rev 308725)
+++ extra-i686/PKGBUILD 2017-10-30 22:58:12 UTC (rev 308726)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-atk
-pkgver=2.26.0
-pkgrel=2
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-url="https://wiki.gnome.org/Accessibility"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(at-spi2-core libx11 libxml2 atk)
-makedepends=(git meson)
-_commit=6c1c9f343fda51780fc12ed1a1746832f070db85 # tags/AT_SPI2_ATK_2_26_0^0
-source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit"
- 0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch)
-sha256sums=('SKIP'
- 'a7aea6262a4159e5b50134171e52115688e4e2c90ff712f86031d9f9dab348be')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- mkdir build
- cd $pkgname
- patch -Np1 -i ../0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
-}
-
-build() {
- cd build
- meson setup --prefix=/usr --buildtype=release ../$pkgname \
- --sysconfdir=/etc
- ninja
-}
-
-package() {
- cd build
- DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: at-spi2-atk/repos/extra-i686/PKGBUILD (from rev 308725, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 22:58:12 UTC (rev 308726)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+url="https://wiki.gnome.org/Accessibility"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(at-spi2-core libx11 libxml2 atk)
+makedepends=(git meson)
+_commit=3ea01613fb9f10d67f45e931fa5664a68ac49a29 # tags/AT_SPI2_ATK_2_26_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ mkdir build
+ cd $pkgname
+}
+
+build() {
+ cd build
+ arch-meson ../$pkgname
+ ninja
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
===================================================================
--- extra-x86_64/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch 2017-10-30 22:57:25 UTC (rev 308725)
+++ extra-x86_64/0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch 2017-10-30 22:58:12 UTC (rev 308726)
@@ -1,28 +0,0 @@
-From 9c6451833b7550b594c4a3f8082275dfcc81e5ae Mon Sep 17 00:00:00 2001
-Message-Id: <9c6451833b7550b594c4a3f8082275dfcc81e5ae.1505468187.git.jan.steffens at gmail.com>
-From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
-Date: Fri, 15 Sep 2017 07:36:15 +0200
-Subject: [PATCH] meson: Ensure paths written to .pc are absolute
-
----
- meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index a357a9798f89da3c..38d37019908376fa 100644
---- a/meson.build
-+++ b/meson.build
-@@ -53,8 +53,8 @@ import('gnome')
- pkg_conf = configuration_data()
- pkg_conf.set('prefix', get_option('prefix'))
- pkg_conf.set('exec_prefix', get_option('prefix'))
--pkg_conf.set('libdir', get_option('libdir'))
--pkg_conf.set('includedir', get_option('includedir'))
-+pkg_conf.set('libdir', join_paths(get_option('prefix'), get_option('libdir')))
-+pkg_conf.set('includedir', join_paths(get_option('prefix'), get_option('includedir')))
- pkg_conf.set('VERSION', meson.project_version())
-
- configure_file(input: 'atk-bridge-2.0.pc.in',
---
-2.14.1
-
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-10-30 22:57:25 UTC (rev 308725)
+++ extra-x86_64/PKGBUILD 2017-10-30 22:58:12 UTC (rev 308726)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-atk
-pkgver=2.26.0
-pkgrel=2
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-url="https://wiki.gnome.org/Accessibility"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(at-spi2-core libx11 libxml2 atk)
-makedepends=(git meson)
-_commit=6c1c9f343fda51780fc12ed1a1746832f070db85 # tags/AT_SPI2_ATK_2_26_0^0
-source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit"
- 0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch)
-sha256sums=('SKIP'
- 'a7aea6262a4159e5b50134171e52115688e4e2c90ff712f86031d9f9dab348be')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- mkdir build
- cd $pkgname
- patch -Np1 -i ../0001-meson-Ensure-paths-written-to-.pc-are-absolute.patch
-}
-
-build() {
- cd build
- meson setup --prefix=/usr --buildtype=release ../$pkgname \
- --sysconfdir=/etc
- ninja
-}
-
-package() {
- cd build
- DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 308725, at-spi2-atk/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-10-30 22:58:12 UTC (rev 308726)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-atk
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+url="https://wiki.gnome.org/Accessibility"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(at-spi2-core libx11 libxml2 atk)
+makedepends=(git meson)
+_commit=3ea01613fb9f10d67f45e931fa5664a68ac49a29 # tags/AT_SPI2_ATK_2_26_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-atk#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ mkdir build
+ cd $pkgname
+}
+
+build() {
+ cd build
+ arch-meson ../$pkgname
+ ninja
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list