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

Jan Steffens heftig at archlinux.org
Tue Oct 31 17:59:47 UTC 2017


    Date: Tuesday, October 31, 2017 @ 17:59:46
  Author: heftig
Revision: 308783

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

Added:
  gnome-desktop/repos/extra-i686/PKGBUILD
    (from rev 308782, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/extra-x86_64/PKGBUILD
    (from rev 308782, gnome-desktop/trunk/PKGBUILD)
Deleted:
  gnome-desktop/repos/extra-i686/PKGBUILD
  gnome-desktop/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   80 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   40 ------------------------
 extra-x86_64/PKGBUILD |   40 ------------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-31 17:59:11 UTC (rev 308782)
+++ extra-i686/PKGBUILD	2017-10-31 17:59:46 UTC (rev 308783)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot <jan at archlinux.org>
-
-pkgname=gnome-desktop
-pkgver=3.26.1
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://git.gnome.org/browse/gnome-desktop"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes libseccomp bubblewrap)
-makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
-_commit=8fe92470af3dab7027a8689a889a0e1032e4411d  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
-    --with-gnome-distributor="Arch Linux"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/extra-i686/PKGBUILD (from rev 308782, gnome-desktop/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-31 17:59:46 UTC (rev 308783)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-desktop
+pkgver=3.26.2
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://git.gnome.org/browse/gnome-desktop"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes libseccomp bubblewrap)
+makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
+_commit=0815eb8084da82526d1ab0aaf4ed7dd412234a4f  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+    --with-gnome-distributor="Arch Linux"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-31 17:59:11 UTC (rev 308782)
+++ extra-x86_64/PKGBUILD	2017-10-31 17:59:46 UTC (rev 308783)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot <jan at archlinux.org>
-
-pkgname=gnome-desktop
-pkgver=3.26.1
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://git.gnome.org/browse/gnome-desktop"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes libseccomp bubblewrap)
-makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
-_commit=8fe92470af3dab7027a8689a889a0e1032e4411d  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
-    --with-gnome-distributor="Arch Linux"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 308782, gnome-desktop/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-31 17:59:46 UTC (rev 308783)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-desktop
+pkgver=3.26.2
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://git.gnome.org/browse/gnome-desktop"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes libseccomp bubblewrap)
+makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
+_commit=0815eb8084da82526d1ab0aaf4ed7dd412234a4f  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+    --with-gnome-distributor="Arch Linux"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list