Date: Friday, September 26, 2014 @ 12:56:48
  Author: jgc
Revision: 223127

db-move: moved gnome-calculator from [gnome-unstable] to [testing] (i686, 
x86_64)

Added:
  gnome-calculator/repos/testing-i686/
  gnome-calculator/repos/testing-i686/PKGBUILD
    (from rev 223030, gnome-calculator/repos/gnome-unstable-i686/PKGBUILD)
  gnome-calculator/repos/testing-i686/gnome-calculator.install
    (from rev 223030, 
gnome-calculator/repos/gnome-unstable-i686/gnome-calculator.install)
  gnome-calculator/repos/testing-x86_64/
  gnome-calculator/repos/testing-x86_64/PKGBUILD
    (from rev 223030, gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-calculator/repos/testing-x86_64/gnome-calculator.install
    (from rev 223030, 
gnome-calculator/repos/gnome-unstable-x86_64/gnome-calculator.install)
Deleted:
  gnome-calculator/repos/gnome-unstable-i686/
  gnome-calculator/repos/gnome-unstable-x86_64/

-----------------------------------------+
 testing-i686/PKGBUILD                   |   32 ++++++++++++++++++++++++++++++
 testing-i686/gnome-calculator.install   |   11 ++++++++++
 testing-x86_64/PKGBUILD                 |   32 ++++++++++++++++++++++++++++++
 testing-x86_64/gnome-calculator.install |   11 ++++++++++
 4 files changed, 86 insertions(+)

Copied: gnome-calculator/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-calculator/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2014-09-26 10:56:48 UTC (rev 223127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf' 'gtksourceview3')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url="http://www.gnome.org";
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('910e5b5728aa71af2302be3a5d394fc28bb16e1e085f272bfab6f0eb6fe528de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+      --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-calculator/repos/testing-i686/gnome-calculator.install (from rev 
223030, gnome-calculator/repos/gnome-unstable-i686/gnome-calculator.install)
===================================================================
--- testing-i686/gnome-calculator.install                               (rev 0)
+++ testing-i686/gnome-calculator.install       2014-09-26 10:56:48 UTC (rev 
223127)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gnome-calculator/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2014-09-26 10:56:48 UTC (rev 223127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf' 'gtksourceview3')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url="http://www.gnome.org";
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('910e5b5728aa71af2302be3a5d394fc28bb16e1e085f272bfab6f0eb6fe528de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+      --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-calculator/repos/testing-x86_64/gnome-calculator.install (from 
rev 223030, 
gnome-calculator/repos/gnome-unstable-x86_64/gnome-calculator.install)
===================================================================
--- testing-x86_64/gnome-calculator.install                             (rev 0)
+++ testing-x86_64/gnome-calculator.install     2014-09-26 10:56:48 UTC (rev 
223127)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Reply via email to