[arch-commits] Commit in at-spi2-core/repos (6 files)

Jan Steffens heftig at archlinux.org
Sat Sep 30 23:45:13 UTC 2017


    Date: Saturday, September 30, 2017 @ 23:45:12
  Author: heftig
Revision: 306500

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  at-spi2-core/repos/testing-i686/0001-meson-Actually-use-the-soversion.patch
    (from rev 306499, at-spi2-core/trunk/0001-meson-Actually-use-the-soversion.patch)
  at-spi2-core/repos/testing-i686/PKGBUILD
    (from rev 306499, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/testing-x86_64/0001-meson-Actually-use-the-soversion.patch
    (from rev 306499, at-spi2-core/trunk/0001-meson-Actually-use-the-soversion.patch)
  at-spi2-core/repos/testing-x86_64/PKGBUILD
    (from rev 306499, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/testing-i686/PKGBUILD
  at-spi2-core/repos/testing-x86_64/PKGBUILD

------------------------------------------------------------+
 /PKGBUILD                                                  |   88 +++++++++++
 testing-i686/0001-meson-Actually-use-the-soversion.patch   |   26 +++
 testing-i686/PKGBUILD                                      |   44 -----
 testing-x86_64/0001-meson-Actually-use-the-soversion.patch |   26 +++
 testing-x86_64/PKGBUILD                                    |   44 -----
 5 files changed, 140 insertions(+), 88 deletions(-)

Copied: at-spi2-core/repos/testing-i686/0001-meson-Actually-use-the-soversion.patch (from rev 306499, at-spi2-core/trunk/0001-meson-Actually-use-the-soversion.patch)
===================================================================
--- testing-i686/0001-meson-Actually-use-the-soversion.patch	                        (rev 0)
+++ testing-i686/0001-meson-Actually-use-the-soversion.patch	2017-09-30 23:45:12 UTC (rev 306500)
@@ -0,0 +1,26 @@
+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: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-09-30 23:44:26 UTC (rev 306499)
+++ testing-i686/PKGBUILD	2017-09-30 23:45:12 UTC (rev 306500)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-core
-pkgver=2.26.0
-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=ff911c5dcb5553605b7fa83cae5494de1407ce33  # tags/AT_SPI2_CORE_2_26_0^0
-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/testing-i686/PKGBUILD (from rev 306499, at-spi2-core/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-09-30 23:45:12 UTC (rev 306500)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.26.0
+pkgrel=2
+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=ff911c5dcb5553605b7fa83cae5494de1407ce33  # tags/AT_SPI2_CORE_2_26_0^0
+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/testing-x86_64/0001-meson-Actually-use-the-soversion.patch (from rev 306499, at-spi2-core/trunk/0001-meson-Actually-use-the-soversion.patch)
===================================================================
--- testing-x86_64/0001-meson-Actually-use-the-soversion.patch	                        (rev 0)
+++ testing-x86_64/0001-meson-Actually-use-the-soversion.patch	2017-09-30 23:45:12 UTC (rev 306500)
@@ -0,0 +1,26 @@
+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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-09-30 23:44:26 UTC (rev 306499)
+++ testing-x86_64/PKGBUILD	2017-09-30 23:45:12 UTC (rev 306500)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=at-spi2-core
-pkgver=2.26.0
-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=ff911c5dcb5553605b7fa83cae5494de1407ce33  # tags/AT_SPI2_CORE_2_26_0^0
-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/testing-x86_64/PKGBUILD (from rev 306499, at-spi2-core/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-09-30 23:45:12 UTC (rev 306500)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=at-spi2-core
+pkgver=2.26.0
+pkgrel=2
+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=ff911c5dcb5553605b7fa83cae5494de1407ce33  # tags/AT_SPI2_CORE_2_26_0^0
+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:



More information about the arch-commits mailing list