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

Jan Steffens heftig at archlinux.org
Mon Feb 13 21:26:49 UTC 2017


    Date: Monday, February 13, 2017 @ 21:26:48
  Author: heftig
Revision: 288908

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-13 21:24:05 UTC (rev 288907)
+++ extra-i686/PKGBUILD	2017-02-13 21:26:48 UTC (rev 288908)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-calculator
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-url="https://wiki.gnome.org/Apps/Calculator"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 dconf gtksourceview3 mpfr libsoup)
-makedepends=(intltool yelp-tools vala git)
-groups=(gnome)
-options=(!emptydirs)
-_commit=e45f623976a3ba66ef7b1802a82bac412309d8be  # tags/3.22.2^0
-source=("git://git.gnome.org/gnome-calculator#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 --disable-schemas-compile \
-      --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-calculator/repos/extra-i686/PKGBUILD (from rev 288907, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-13 21:26:48 UTC (rev 288908)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview3 mpfr libsoup)
+makedepends=(intltool yelp-tools vala git)
+groups=(gnome)
+options=(!emptydirs)
+_commit=725e510a6142ecda5d2b866c1ff680feafc03d5f  # tags/3.22.3^0
+source=("git+https://git.gnome.org/browse/gnome-calculator#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 --disable-schemas-compile \
+      --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
+  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-02-13 21:24:05 UTC (rev 288907)
+++ extra-x86_64/PKGBUILD	2017-02-13 21:26:48 UTC (rev 288908)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-calculator
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-url="https://wiki.gnome.org/Apps/Calculator"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 dconf gtksourceview3 mpfr libsoup)
-makedepends=(intltool yelp-tools vala git)
-groups=(gnome)
-options=(!emptydirs)
-_commit=e45f623976a3ba66ef7b1802a82bac412309d8be  # tags/3.22.2^0
-source=("git://git.gnome.org/gnome-calculator#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 --disable-schemas-compile \
-      --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-calculator/repos/extra-x86_64/PKGBUILD (from rev 288907, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-13 21:26:48 UTC (rev 288908)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=3.22.3
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview3 mpfr libsoup)
+makedepends=(intltool yelp-tools vala git)
+groups=(gnome)
+options=(!emptydirs)
+_commit=725e510a6142ecda5d2b866c1ff680feafc03d5f  # tags/3.22.3^0
+source=("git+https://git.gnome.org/browse/gnome-calculator#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 --disable-schemas-compile \
+      --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
+  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