[arch-commits] Commit in gnome-calculator/repos (8 files)
Jan de Groot
jgc at archlinux.org
Thu Sep 18 21:05:17 UTC 2014
Date: Thursday, September 18, 2014 @ 23:05:17
Author: jgc
Revision: 222031
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gnome-calculator/repos/gnome-unstable-i686/PKGBUILD
(from rev 222030, gnome-calculator/trunk/PKGBUILD)
gnome-calculator/repos/gnome-unstable-i686/gnome-calculator.install
(from rev 222030, gnome-calculator/trunk/gnome-calculator.install)
gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222030, gnome-calculator/trunk/PKGBUILD)
gnome-calculator/repos/gnome-unstable-x86_64/gnome-calculator.install
(from rev 222030, gnome-calculator/trunk/gnome-calculator.install)
Deleted:
gnome-calculator/repos/gnome-unstable-i686/PKGBUILD
gnome-calculator/repos/gnome-unstable-i686/gnome-calculator.install
gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD
gnome-calculator/repos/gnome-unstable-x86_64/gnome-calculator.install
------------------------------------------------+
/PKGBUILD | 64 +++++++++++++++++++++++
/gnome-calculator.install | 22 +++++++
gnome-unstable-i686/PKGBUILD | 32 -----------
gnome-unstable-i686/gnome-calculator.install | 11 ---
gnome-unstable-x86_64/PKGBUILD | 32 -----------
gnome-unstable-x86_64/gnome-calculator.install | 11 ---
6 files changed, 86 insertions(+), 86 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2014-09-18 21:05:11 UTC (rev 222030)
+++ gnome-unstable-i686/PKGBUILD 2014-09-18 21:05:17 UTC (rev 222031)
@@ -1,32 +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.13.90
-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=('cc99ef24dd7ab46446e0e444c29d19d69635b08ba1a1b9479bc1d7461f4eee0d')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222030, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2014-09-18 21:05:17 UTC (rev 222031)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=3.13.92
+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=('558b6285301f46e15cde9a06a40885b562c90f60415ce428d9b48d21728bab82')
+
+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
+}
Deleted: gnome-unstable-i686/gnome-calculator.install
===================================================================
--- gnome-unstable-i686/gnome-calculator.install 2014-09-18 21:05:11 UTC (rev 222030)
+++ gnome-unstable-i686/gnome-calculator.install 2014-09-18 21:05:17 UTC (rev 222031)
@@ -1,11 +0,0 @@
-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/gnome-unstable-i686/gnome-calculator.install (from rev 222030, gnome-calculator/trunk/gnome-calculator.install)
===================================================================
--- gnome-unstable-i686/gnome-calculator.install (rev 0)
+++ gnome-unstable-i686/gnome-calculator.install 2014-09-18 21:05:17 UTC (rev 222031)
@@ -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
+}
Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2014-09-18 21:05:11 UTC (rev 222030)
+++ gnome-unstable-x86_64/PKGBUILD 2014-09-18 21:05:17 UTC (rev 222031)
@@ -1,32 +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.13.90
-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=('cc99ef24dd7ab46446e0e444c29d19d69635b08ba1a1b9479bc1d7461f4eee0d')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 222030, gnome-calculator/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2014-09-18 21:05:17 UTC (rev 222031)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calculator
+pkgver=3.13.92
+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=('558b6285301f46e15cde9a06a40885b562c90f60415ce428d9b48d21728bab82')
+
+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
+}
Deleted: gnome-unstable-x86_64/gnome-calculator.install
===================================================================
--- gnome-unstable-x86_64/gnome-calculator.install 2014-09-18 21:05:11 UTC (rev 222030)
+++ gnome-unstable-x86_64/gnome-calculator.install 2014-09-18 21:05:17 UTC (rev 222031)
@@ -1,11 +0,0 @@
-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/gnome-unstable-x86_64/gnome-calculator.install (from rev 222030, gnome-calculator/trunk/gnome-calculator.install)
===================================================================
--- gnome-unstable-x86_64/gnome-calculator.install (rev 0)
+++ gnome-unstable-x86_64/gnome-calculator.install 2014-09-18 21:05:17 UTC (rev 222031)
@@ -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
+}
More information about the arch-commits
mailing list