[arch-commits] Commit in genius/repos (8 files)

Jan Steffens heftig at archlinux.org
Fri Mar 30 18:41:28 UTC 2012


    Date: Friday, March 30, 2012 @ 14:41:27
  Author: heftig
Revision: 154806

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

Added:
  genius/repos/extra-i686/PKGBUILD
    (from rev 154804, genius/trunk/PKGBUILD)
  genius/repos/extra-i686/genius.install
    (from rev 154804, genius/trunk/genius.install)
  genius/repos/extra-x86_64/PKGBUILD
    (from rev 154805, genius/trunk/PKGBUILD)
  genius/repos/extra-x86_64/genius.install
    (from rev 154805, genius/trunk/genius.install)
Deleted:
  genius/repos/extra-i686/PKGBUILD
  genius/repos/extra-i686/genius.install
  genius/repos/extra-x86_64/PKGBUILD
  genius/repos/extra-x86_64/genius.install

-----------------------------+
 extra-i686/PKGBUILD         |   64 +++++++++++++++++++++---------------------
 extra-i686/genius.install   |   26 ++++++++---------
 extra-x86_64/PKGBUILD       |   64 +++++++++++++++++++++---------------------
 extra-x86_64/genius.install |   26 ++++++++---------
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-03-30 18:41:12 UTC (rev 154805)
+++ extra-i686/PKGBUILD	2012-03-30 18:41:27 UTC (rev 154806)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Arjan Timmerman <arjan at soulfly.nl>
-
-pkgname=genius
-pkgver=1.0.14
-pkgrel=1
-pkgdesc="Advanced calculator including a mathematical programming language"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.jirka.org/genius.html"
-depends=('vte>=0.26.2' 'gtksourceview2>=2.10.5' 'mpfr>=3.0.0' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.20.0')
-options=('!libtool' '!makeflags')
-install=genius.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('90ed181e6bb0b4a8a5adcad1eb8273c55685345e7f322b3591b59be02e41bb5f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --libexecdir=/usr/lib/genius \
-      --localstatedir=/var --disable-static \
-      --enable-gtksourceview --disable-scrollkeeper \
-      --disable-update-mimedb
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: genius/repos/extra-i686/PKGBUILD (from rev 154804, genius/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-03-30 18:41:27 UTC (rev 154806)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soulfly.nl>
+
+pkgname=genius
+pkgver=1.0.15
+pkgrel=1
+pkgdesc="Advanced calculator including a mathematical programming language"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.jirka.org/genius.html"
+depends=('vte>=0.26.2' 'gtksourceview2>=2.10.5' 'mpfr>=3.0.0' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.20.0')
+options=('!libtool' '!makeflags')
+install=genius.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('941e9d09d9f151f3f36ae190bad3c4e2887a552a301dc99af5fd06f8c5c76377')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/genius \
+      --localstatedir=/var --disable-static \
+      --enable-gtksourceview --disable-scrollkeeper \
+      --disable-update-mimedb
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/genius.install
===================================================================
--- extra-i686/genius.install	2012-03-30 18:41:12 UTC (rev 154805)
+++ extra-i686/genius.install	2012-03-30 18:41:27 UTC (rev 154806)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: genius/repos/extra-i686/genius.install (from rev 154804, genius/trunk/genius.install)
===================================================================
--- extra-i686/genius.install	                        (rev 0)
+++ extra-i686/genius.install	2012-03-30 18:41:27 UTC (rev 154806)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-03-30 18:41:12 UTC (rev 154805)
+++ extra-x86_64/PKGBUILD	2012-03-30 18:41:27 UTC (rev 154806)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Arjan Timmerman <arjan at soulfly.nl>
-
-pkgname=genius
-pkgver=1.0.14
-pkgrel=1
-pkgdesc="Advanced calculator including a mathematical programming language"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.jirka.org/genius.html"
-depends=('vte>=0.26.2' 'gtksourceview2>=2.10.5' 'mpfr>=3.0.0' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.20.0')
-options=('!libtool' '!makeflags')
-install=genius.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('90ed181e6bb0b4a8a5adcad1eb8273c55685345e7f322b3591b59be02e41bb5f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --libexecdir=/usr/lib/genius \
-      --localstatedir=/var --disable-static \
-      --enable-gtksourceview --disable-scrollkeeper \
-      --disable-update-mimedb
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: genius/repos/extra-x86_64/PKGBUILD (from rev 154805, genius/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-03-30 18:41:27 UTC (rev 154806)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soulfly.nl>
+
+pkgname=genius
+pkgver=1.0.15
+pkgrel=1
+pkgdesc="Advanced calculator including a mathematical programming language"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.jirka.org/genius.html"
+depends=('vte>=0.26.2' 'gtksourceview2>=2.10.5' 'mpfr>=3.0.0' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.20.0')
+options=('!libtool' '!makeflags')
+install=genius.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('941e9d09d9f151f3f36ae190bad3c4e2887a552a301dc99af5fd06f8c5c76377')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/genius \
+      --localstatedir=/var --disable-static \
+      --enable-gtksourceview --disable-scrollkeeper \
+      --disable-update-mimedb
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/genius.install
===================================================================
--- extra-x86_64/genius.install	2012-03-30 18:41:12 UTC (rev 154805)
+++ extra-x86_64/genius.install	2012-03-30 18:41:27 UTC (rev 154806)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: genius/repos/extra-x86_64/genius.install (from rev 154805, genius/trunk/genius.install)
===================================================================
--- extra-x86_64/genius.install	                        (rev 0)
+++ extra-x86_64/genius.install	2012-03-30 18:41:27 UTC (rev 154806)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list