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

Eric Bélanger eric at archlinux.org
Fri Aug 22 00:38:08 UTC 2014


    Date: Friday, August 22, 2014 @ 02:38:07
  Author: eric
Revision: 117733

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

Added:
  gitg/repos/community-i686/PKGBUILD
    (from rev 117732, gitg/trunk/PKGBUILD)
  gitg/repos/community-i686/gitg.install
    (from rev 117732, gitg/trunk/gitg.install)
  gitg/repos/community-x86_64/PKGBUILD
    (from rev 117732, gitg/trunk/PKGBUILD)
  gitg/repos/community-x86_64/gitg.install
    (from rev 117732, gitg/trunk/gitg.install)
Deleted:
  gitg/repos/community-i686/PKGBUILD
  gitg/repos/community-i686/gitg.install
  gitg/repos/community-x86_64/PKGBUILD
  gitg/repos/community-x86_64/gitg.install

-------------------------------+
 /PKGBUILD                     |   54 ++++++++++++++++++++++++++++++++++++++++
 /gitg.install                 |   26 +++++++++++++++++++
 community-i686/PKGBUILD       |   28 --------------------
 community-i686/gitg.install   |   13 ---------
 community-x86_64/PKGBUILD     |   28 --------------------
 community-x86_64/gitg.install |   13 ---------
 6 files changed, 80 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-22 00:35:31 UTC (rev 117732)
+++ community-i686/PKGBUILD	2014-08-22 00:38:07 UTC (rev 117733)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gitg
-pkgver=0.3.3
-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' 'gsettings-desktop-schemas'
-         'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 'webkitgtk'
-         'libpeas' 'gtkspell3')
-makedepends=('intltool' 'vala')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('8cccbf071a57c8f213111625100889451aa87103')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make WARN_CFLAGS="-Wall"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/community-i686/PKGBUILD (from rev 117732, gitg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-22 00:38:07 UTC (rev 117733)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gitg
+pkgver=3.13.91
+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')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('9ba1852be6d75bca10de7394ec1a931815c3b2d2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS="-Wall"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/gitg.install
===================================================================
--- community-i686/gitg.install	2014-08-22 00:35:31 UTC (rev 117732)
+++ community-i686/gitg.install	2014-08-22 00:38:07 UTC (rev 117733)
@@ -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/community-i686/gitg.install (from rev 117732, gitg/trunk/gitg.install)
===================================================================
--- community-i686/gitg.install	                        (rev 0)
+++ community-i686/gitg.install	2014-08-22 00:38:07 UTC (rev 117733)
@@ -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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-22 00:35:31 UTC (rev 117732)
+++ community-x86_64/PKGBUILD	2014-08-22 00:38:07 UTC (rev 117733)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gitg
-pkgver=0.3.3
-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' 'gsettings-desktop-schemas'
-         'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 'webkitgtk'
-         'libpeas' 'gtkspell3')
-makedepends=('intltool' 'vala')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('8cccbf071a57c8f213111625100889451aa87103')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make WARN_CFLAGS="-Wall"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/community-x86_64/PKGBUILD (from rev 117732, gitg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-22 00:38:07 UTC (rev 117733)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gitg
+pkgver=3.13.91
+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')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('9ba1852be6d75bca10de7394ec1a931815c3b2d2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS="-Wall"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/gitg.install
===================================================================
--- community-x86_64/gitg.install	2014-08-22 00:35:31 UTC (rev 117732)
+++ community-x86_64/gitg.install	2014-08-22 00:38:07 UTC (rev 117733)
@@ -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/community-x86_64/gitg.install (from rev 117732, gitg/trunk/gitg.install)
===================================================================
--- community-x86_64/gitg.install	                        (rev 0)
+++ community-x86_64/gitg.install	2014-08-22 00:38:07 UTC (rev 117733)
@@ -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