[arch-commits] Commit in atk/repos (4 files)

Jan Steffens heftig at archlinux.org
Fri Mar 17 15:28:46 UTC 2017


    Date: Friday, March 17, 2017 @ 15:28:45
  Author: heftig
Revision: 291001

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

Added:
  atk/repos/extra-i686/PKGBUILD
    (from rev 291000, atk/trunk/PKGBUILD)
  atk/repos/extra-x86_64/PKGBUILD
    (from rev 291000, atk/trunk/PKGBUILD)
Deleted:
  atk/repos/extra-i686/PKGBUILD
  atk/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   72 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   35 -----------------------
 extra-x86_64/PKGBUILD |   35 -----------------------
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-03-17 15:28:08 UTC (rev 291000)
+++ extra-i686/PKGBUILD	2017-03-17 15:28:45 UTC (rev 291001)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=atk
-pkgver=2.22+1+gd57f97d
-pkgrel=1
-pkgdesc="A library providing a set of interfaces for accessibility"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection' 'git' 'gtk-doc')
-url='https://developer.gnome.org/atk/'
-_commit=d57f97d831b02071e3a17d8376e5d27c52a523de
-source=("git://git.gnome.org/atk#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/ATK_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: atk/repos/extra-i686/PKGBUILD (from rev 291000, atk/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-03-17 15:28:45 UTC (rev 291001)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.24.0
+pkgrel=1
+pkgdesc="The interface definitions of accessibility infrastructure"
+url="https://git.gnome.org/browse/atk"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2)
+makedepends=(gobject-introspection git gtk-doc)
+_commit=7d1f9a6fcf4654c41e64707d3684645ac037c239  # tags/ATK_2_24_0^0
+source=("git+https://git.gnome.org/browse/atk#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-03-17 15:28:08 UTC (rev 291000)
+++ extra-x86_64/PKGBUILD	2017-03-17 15:28:45 UTC (rev 291001)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=atk
-pkgver=2.22+1+gd57f97d
-pkgrel=1
-pkgdesc="A library providing a set of interfaces for accessibility"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection' 'git' 'gtk-doc')
-url='https://developer.gnome.org/atk/'
-_commit=d57f97d831b02071e3a17d8376e5d27c52a523de
-source=("git://git.gnome.org/atk#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/ATK_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: atk/repos/extra-x86_64/PKGBUILD (from rev 291000, atk/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-03-17 15:28:45 UTC (rev 291001)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.24.0
+pkgrel=1
+pkgdesc="The interface definitions of accessibility infrastructure"
+url="https://git.gnome.org/browse/atk"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2)
+makedepends=(gobject-introspection git gtk-doc)
+_commit=7d1f9a6fcf4654c41e64707d3684645ac037c239  # tags/ATK_2_24_0^0
+source=("git+https://git.gnome.org/browse/atk#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list