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

Jan de Groot jgc at nymeria.archlinux.org
Wed Mar 13 14:34:30 UTC 2013


    Date: Wednesday, March 13, 2013 @ 15:34:29
  Author: jgc
Revision: 179965

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

Added:
  genius/repos/extra-i686/PKGBUILD
    (from rev 179964, genius/trunk/PKGBUILD)
  genius/repos/extra-i686/genius.install
    (from rev 179964, genius/trunk/genius.install)
  genius/repos/extra-x86_64/PKGBUILD
    (from rev 179964, genius/trunk/PKGBUILD)
  genius/repos/extra-x86_64/genius.install
    (from rev 179964, 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	2013-03-13 14:34:19 UTC (rev 179964)
+++ extra-i686/PKGBUILD	2013-03-13 14:34:29 UTC (rev 179965)
@@ -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.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
-}

Copied: genius/repos/extra-i686/PKGBUILD (from rev 179964, genius/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-03-13 14:34:29 UTC (rev 179965)
@@ -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.16
+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' 'gtksourceview2' 'mpfr' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!makeflags')
+install=genius.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('45ce3e0b02c109588ff9a4c74e7c3541b3de89ea93f20ab08178c51c6ab4fb78')
+
+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	2013-03-13 14:34:19 UTC (rev 179964)
+++ extra-i686/genius.install	2013-03-13 14:34:29 UTC (rev 179965)
@@ -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 179964, genius/trunk/genius.install)
===================================================================
--- extra-i686/genius.install	                        (rev 0)
+++ extra-i686/genius.install	2013-03-13 14:34:29 UTC (rev 179965)
@@ -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	2013-03-13 14:34:19 UTC (rev 179964)
+++ extra-x86_64/PKGBUILD	2013-03-13 14:34:29 UTC (rev 179965)
@@ -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.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
-}

Copied: genius/repos/extra-x86_64/PKGBUILD (from rev 179964, genius/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-03-13 14:34:29 UTC (rev 179965)
@@ -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.16
+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' 'gtksourceview2' 'mpfr' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!makeflags')
+install=genius.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('45ce3e0b02c109588ff9a4c74e7c3541b3de89ea93f20ab08178c51c6ab4fb78')
+
+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	2013-03-13 14:34:19 UTC (rev 179964)
+++ extra-x86_64/genius.install	2013-03-13 14:34:29 UTC (rev 179965)
@@ -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 179964, genius/trunk/genius.install)
===================================================================
--- extra-x86_64/genius.install	                        (rev 0)
+++ extra-x86_64/genius.install	2013-03-13 14:34:29 UTC (rev 179965)
@@ -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