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

Eric Bélanger eric at archlinux.org
Wed Sep 24 23:28:19 UTC 2014


    Date: Thursday, September 25, 2014 @ 01:28:18
  Author: eric
Revision: 119546

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

Added:
  gitg/repos/community-i686/PKGBUILD
    (from rev 119545, gitg/trunk/PKGBUILD)
  gitg/repos/community-i686/gitg.install
    (from rev 119545, gitg/trunk/gitg.install)
  gitg/repos/community-x86_64/PKGBUILD
    (from rev 119545, gitg/trunk/PKGBUILD)
  gitg/repos/community-x86_64/gitg.install
    (from rev 119545, 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       |   27 --------------------
 community-i686/gitg.install   |   13 ---------
 community-x86_64/PKGBUILD     |   27 --------------------
 community-x86_64/gitg.install |   13 ---------
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-24 23:25:58 UTC (rev 119545)
+++ community-i686/PKGBUILD	2014-09-24 23:28:18 UTC (rev 119546)
@@ -1,27 +0,0 @@
-# $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
-}

Copied: gitg/repos/community-i686/PKGBUILD (from rev 119545, gitg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-24 23:28:18 UTC (rev 119546)
@@ -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')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('8a8cc11f4e83cd35e8dae5d969f63a5fdc16049f')
+
+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-09-24 23:25:58 UTC (rev 119545)
+++ community-i686/gitg.install	2014-09-24 23:28:18 UTC (rev 119546)
@@ -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 119545, gitg/trunk/gitg.install)
===================================================================
--- community-i686/gitg.install	                        (rev 0)
+++ community-i686/gitg.install	2014-09-24 23:28:18 UTC (rev 119546)
@@ -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-09-24 23:25:58 UTC (rev 119545)
+++ community-x86_64/PKGBUILD	2014-09-24 23:28:18 UTC (rev 119546)
@@ -1,27 +0,0 @@
-# $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
-}

Copied: gitg/repos/community-x86_64/PKGBUILD (from rev 119545, gitg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-24 23:28:18 UTC (rev 119546)
@@ -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')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('8a8cc11f4e83cd35e8dae5d969f63a5fdc16049f')
+
+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-09-24 23:25:58 UTC (rev 119545)
+++ community-x86_64/gitg.install	2014-09-24 23:28:18 UTC (rev 119546)
@@ -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 119545, gitg/trunk/gitg.install)
===================================================================
--- community-x86_64/gitg.install	                        (rev 0)
+++ community-x86_64/gitg.install	2014-09-24 23:28:18 UTC (rev 119546)
@@ -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