[arch-commits] Commit in at-spi2-core/repos (6 files)
Jan Steffens
heftig at archlinux.org
Mon Oct 30 18:51:31 UTC 2017
Date: Monday, October 30, 2017 @ 18:51:30
Author: heftig
Revision: 308681
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
at-spi2-core/repos/extra-i686/PKGBUILD
(from rev 308680, at-spi2-core/trunk/PKGBUILD)
at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 308680, at-spi2-core/trunk/PKGBUILD)
Deleted:
at-spi2-core/repos/extra-i686/0001-meson-Actually-use-the-soversion.patch
at-spi2-core/repos/extra-i686/PKGBUILD
at-spi2-core/repos/extra-x86_64/0001-meson-Actually-use-the-soversion.patch
at-spi2-core/repos/extra-x86_64/PKGBUILD
----------------------------------------------------------+
/PKGBUILD | 76 +++++++++++++
extra-i686/0001-meson-Actually-use-the-soversion.patch | 26 ----
extra-i686/PKGBUILD | 44 -------
extra-x86_64/0001-meson-Actually-use-the-soversion.patch | 26 ----
extra-x86_64/PKGBUILD | 44 -------
5 files changed, 76 insertions(+), 140 deletions(-)
Deleted: extra-i686/0001-meson-Actually-use-the-soversion.patch
===================================================================
--- extra-i686/0001-meson-Actually-use-the-soversion.patch 2017-10-30 18:48:23 UTC (rev 308680)
+++ extra-i686/0001-meson-Actually-use-the-soversion.patch 2017-10-30 18:51:30 UTC (rev 308681)
@@ -1,26 +0,0 @@
-From 7b62f2cb1e363ac4a0c907856c983b195997ccd2 Mon Sep 17 00:00:00 2001
-Message-Id: <7b62f2cb1e363ac4a0c907856c983b195997ccd2.1505028215.git.jan.steffens at gmail.com>
-From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
-Date: Sun, 10 Sep 2017 09:23:13 +0200
-Subject: [PATCH] meson: Actually use the soversion
-
----
- atspi/meson.build | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/atspi/meson.build b/atspi/meson.build
-index 1ec3ecd63e6b5fac..5aeba49ba9c27079 100644
---- a/atspi/meson.build
-+++ b/atspi/meson.build
-@@ -68,6 +68,8 @@ atspi_enums = gnome.mkenums('atspi-enum-types',
- atspi_enum_h = atspi_enums[1]
-
- atspi = shared_library('atspi', atspi_sources + atspi_enums,
-+ version: soversion.split('.')[0],
-+ soversion: soversion,
- include_directories: [ root_inc, registryd_inc ],
- dependencies: [ libdbus_dep, gobject_dep, dbind_dep ],
- install: true)
---
-2.14.1
-
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-10-30 18:48:23 UTC (rev 308680)
+++ extra-i686/PKGBUILD 2017-10-30 18:51:30 UTC (rev 308681)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-core
-pkgver=2.26.0+4+g7070583
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-url="https://git.gnome.org/browse/at-spi2-core"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dbus glib2 libxtst)
-makedepends=(intltool gobject-introspection git gtk-doc meson)
-_commit=70705839990f8eb5112b0262bb0960e806c62fbc # master
-source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit"
- 0001-meson-Actually-use-the-soversion.patch)
-sha256sums=('SKIP'
- '36f67a3a20bdb63f3ee2199634962a7e93f323d481f8da5801f3ad2a533a9d8e')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- mkdir build
- cd $pkgname
- git apply -3 ../0001-meson-Actually-use-the-soversion.patch
-}
-
-build() {
- cd build
- meson setup --prefix=/usr --buildtype=release ../$pkgname \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/$pkgname \
- -Denable_docs=true
- ninja
-}
-
-package() {
- cd build
- DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: at-spi2-core/repos/extra-i686/PKGBUILD (from rev 308680, at-spi2-core/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 18:51:30 UTC (rev 308681)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+url="https://git.gnome.org/browse/at-spi2-core"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dbus glib2 libxtst)
+makedepends=(intltool gobject-introspection git gtk-doc meson)
+_commit=832febae6759636ce7abf98a93738d60a9726a3b # tags/AT_SPI2_CORE_2_26_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ mkdir build
+ cd $pkgname
+}
+
+build() {
+ cd build
+ arch-meson ../$pkgname -Denable_docs=true
+ ninja
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/0001-meson-Actually-use-the-soversion.patch
===================================================================
--- extra-x86_64/0001-meson-Actually-use-the-soversion.patch 2017-10-30 18:48:23 UTC (rev 308680)
+++ extra-x86_64/0001-meson-Actually-use-the-soversion.patch 2017-10-30 18:51:30 UTC (rev 308681)
@@ -1,26 +0,0 @@
-From 7b62f2cb1e363ac4a0c907856c983b195997ccd2 Mon Sep 17 00:00:00 2001
-Message-Id: <7b62f2cb1e363ac4a0c907856c983b195997ccd2.1505028215.git.jan.steffens at gmail.com>
-From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
-Date: Sun, 10 Sep 2017 09:23:13 +0200
-Subject: [PATCH] meson: Actually use the soversion
-
----
- atspi/meson.build | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/atspi/meson.build b/atspi/meson.build
-index 1ec3ecd63e6b5fac..5aeba49ba9c27079 100644
---- a/atspi/meson.build
-+++ b/atspi/meson.build
-@@ -68,6 +68,8 @@ atspi_enums = gnome.mkenums('atspi-enum-types',
- atspi_enum_h = atspi_enums[1]
-
- atspi = shared_library('atspi', atspi_sources + atspi_enums,
-+ version: soversion.split('.')[0],
-+ soversion: soversion,
- include_directories: [ root_inc, registryd_inc ],
- dependencies: [ libdbus_dep, gobject_dep, dbind_dep ],
- install: true)
---
-2.14.1
-
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-10-30 18:48:23 UTC (rev 308680)
+++ extra-x86_64/PKGBUILD 2017-10-30 18:51:30 UTC (rev 308681)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-core
-pkgver=2.26.0+4+g7070583
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-url="https://git.gnome.org/browse/at-spi2-core"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dbus glib2 libxtst)
-makedepends=(intltool gobject-introspection git gtk-doc meson)
-_commit=70705839990f8eb5112b0262bb0960e806c62fbc # master
-source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit"
- 0001-meson-Actually-use-the-soversion.patch)
-sha256sums=('SKIP'
- '36f67a3a20bdb63f3ee2199634962a7e93f323d481f8da5801f3ad2a533a9d8e')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- mkdir build
- cd $pkgname
- git apply -3 ../0001-meson-Actually-use-the-soversion.patch
-}
-
-build() {
- cd build
- meson setup --prefix=/usr --buildtype=release ../$pkgname \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/$pkgname \
- -Denable_docs=true
- ninja
-}
-
-package() {
- cd build
- DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 308680, at-spi2-core/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-10-30 18:51:30 UTC (rev 308681)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.26.1
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+url="https://git.gnome.org/browse/at-spi2-core"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dbus glib2 libxtst)
+makedepends=(intltool gobject-introspection git gtk-doc meson)
+_commit=832febae6759636ce7abf98a93738d60a9726a3b # tags/AT_SPI2_CORE_2_26_1^0
+source=("git+https://git.gnome.org/browse/at-spi2-core#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ mkdir build
+ cd $pkgname
+}
+
+build() {
+ cd build
+ arch-meson ../$pkgname -Denable_docs=true
+ ninja
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list