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

Jan Steffens heftig at archlinux.org
Wed Sep 24 21:11:53 UTC 2014


    Date: Wednesday, September 24, 2014 @ 23:11:52
  Author: heftig
Revision: 222952

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gitg/repos/gnome-unstable-i686/PKGBUILD
    (from rev 222951, gitg/trunk/PKGBUILD)
  gitg/repos/gnome-unstable-i686/gitg.install
    (from rev 222951, gitg/trunk/gitg.install)
  gitg/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 222951, gitg/trunk/PKGBUILD)
  gitg/repos/gnome-unstable-x86_64/gitg.install
    (from rev 222951, gitg/trunk/gitg.install)
Deleted:
  gitg/repos/gnome-unstable-i686/PKGBUILD
  gitg/repos/gnome-unstable-i686/gitg.install
  gitg/repos/gnome-unstable-x86_64/PKGBUILD
  gitg/repos/gnome-unstable-x86_64/gitg.install

------------------------------------+
 /PKGBUILD                          |   54 +++++++++++++++++++++++++++++++++++
 /gitg.install                      |   26 ++++++++++++++++
 gnome-unstable-i686/PKGBUILD       |   27 -----------------
 gnome-unstable-i686/gitg.install   |   13 --------
 gnome-unstable-x86_64/PKGBUILD     |   27 -----------------
 gnome-unstable-x86_64/gitg.install |   13 --------
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2014-09-24 21:10:57 UTC (rev 222951)
+++ gnome-unstable-i686/PKGBUILD	2014-09-24 21:11:52 UTC (rev 222952)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 117732 2014-08-22 00:35:31Z eric $
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gitg
-pkgver=3.13.91
-pkgrel=2
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='https://git.gnome.org/browse/gitg/'
-license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 'webkitgtk' 'libpeas' 'gtkspell3')
-makedepends=('intltool' 'vala' 'gobject-introspection' 'python2')
-groups=('gnome-extra')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('67ec4c1281024e63df36f9e74554609aae5cd0672acf5ee870e5bd9d9f0940b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make WARN_CFLAGS="-Wall"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/gnome-unstable-i686/PKGBUILD (from rev 222951, gitg/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-24 21:11:52 UTC (rev 222952)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gitg
+pkgver=3.14.0
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 'webkitgtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'python2')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8e45a7198896eedd829a20ff8de437a08869d30005638114ca87abd42ffea11b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS="-Wall"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-i686/gitg.install
===================================================================
--- gnome-unstable-i686/gitg.install	2014-09-24 21:10:57 UTC (rev 222951)
+++ gnome-unstable-i686/gitg.install	2014-09-24 21:11:52 UTC (rev 222952)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gitg/repos/gnome-unstable-i686/gitg.install (from rev 222951, gitg/trunk/gitg.install)
===================================================================
--- gnome-unstable-i686/gitg.install	                        (rev 0)
+++ gnome-unstable-i686/gitg.install	2014-09-24 21:11:52 UTC (rev 222952)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2014-09-24 21:10:57 UTC (rev 222951)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-24 21:11:52 UTC (rev 222952)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 117732 2014-08-22 00:35:31Z eric $
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gitg
-pkgver=3.13.91
-pkgrel=2
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='https://git.gnome.org/browse/gitg/'
-license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 'webkitgtk' 'libpeas' 'gtkspell3')
-makedepends=('intltool' 'vala' 'gobject-introspection' 'python2')
-groups=('gnome-extra')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('67ec4c1281024e63df36f9e74554609aae5cd0672acf5ee870e5bd9d9f0940b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make WARN_CFLAGS="-Wall"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222951, gitg/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-24 21:11:52 UTC (rev 222952)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gitg
+pkgver=3.14.0
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 'webkitgtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'python2')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8e45a7198896eedd829a20ff8de437a08869d30005638114ca87abd42ffea11b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS="-Wall"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/gitg.install
===================================================================
--- gnome-unstable-x86_64/gitg.install	2014-09-24 21:10:57 UTC (rev 222951)
+++ gnome-unstable-x86_64/gitg.install	2014-09-24 21:11:52 UTC (rev 222952)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gitg/repos/gnome-unstable-x86_64/gitg.install (from rev 222951, gitg/trunk/gitg.install)
===================================================================
--- gnome-unstable-x86_64/gitg.install	                        (rev 0)
+++ gnome-unstable-x86_64/gitg.install	2014-09-24 21:11:52 UTC (rev 222952)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list