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

Jan Steffens heftig at nymeria.archlinux.org
Sun Apr 21 22:17:08 UTC 2013


    Date: Monday, April 22, 2013 @ 00:17:07
  Author: heftig
Revision: 88690

db-move: moved gitg from [community-testing] to [community] (i686, x86_64)

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

-------------------------------+
 /PKGBUILD                     |   56 ++++++++++++++++++++++++++++++++++++++++
 /gitg.install                 |   26 ++++++++++++++++++
 community-i686/PKGBUILD       |   36 -------------------------
 community-i686/gitg.install   |   19 -------------
 community-x86_64/PKGBUILD     |   36 -------------------------
 community-x86_64/gitg.install |   19 -------------
 6 files changed, 82 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-21 22:17:06 UTC (rev 88689)
+++ community-i686/PKGBUILD	2013-04-21 22:17:07 UTC (rev 88690)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Blaž Tomžič <blaz.tomazic at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-# Contributor: M Rawash <mrawash at gmail.com>
-# Contributor: DonVla <donvla at users.sourceforge.net>
-
-pkgname=gitg
-pkgver=0.2.5
-pkgrel=1
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='http://trac.novowork.com/gitg/'
-license=('GPL')
-depends=('dconf' 'gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas' \
-         'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install="${pkgname}.install"
-source=("ftp://ftp.gnome.org/pub/GNOME/sources/gitg/0.2/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('d3dfff65834d8371d43b2e91926af1421f8ec2128580dfeceb6925b6b1ce6d8c')
-
-build() {
-  	cd "${srcdir}/${pkgname}-${pkgver}"
-
-  	./configure \
-    		--prefix=/usr
-  	make
-}
-
-package() {
-  	cd "${srcdir}/${pkgname}-${pkgver}"
-
-  	make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/community-i686/PKGBUILD (from rev 88672, gitg/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-21 22:17:07 UTC (rev 88690)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gitg
+pkgver=0.2.7
+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' \
+         'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/gitg.install
===================================================================
--- community-i686/gitg.install	2013-04-21 22:17:06 UTC (rev 88689)
+++ community-i686/gitg.install	2013-04-21 22:17:07 UTC (rev 88690)
@@ -1,19 +0,0 @@
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: DonVla <donvla at users.sourceforge.net>
-# gitg install file
-
-post_install() {
-	usr/bin/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() {
-	usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  	update-desktop-database -q
-	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gitg/repos/community-i686/gitg.install (from rev 88672, gitg/repos/community-testing-i686/gitg.install)
===================================================================
--- community-i686/gitg.install	                        (rev 0)
+++ community-i686/gitg.install	2013-04-21 22:17:07 UTC (rev 88690)
@@ -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	2013-04-21 22:17:06 UTC (rev 88689)
+++ community-x86_64/PKGBUILD	2013-04-21 22:17:07 UTC (rev 88690)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Blaž Tomžič <blaz.tomazic at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-# Contributor: M Rawash <mrawash at gmail.com>
-# Contributor: DonVla <donvla at users.sourceforge.net>
-
-pkgname=gitg
-pkgver=0.2.5
-pkgrel=1
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='http://trac.novowork.com/gitg/'
-license=('GPL')
-depends=('dconf' 'gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas' \
-         'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install="${pkgname}.install"
-source=("ftp://ftp.gnome.org/pub/GNOME/sources/gitg/0.2/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('d3dfff65834d8371d43b2e91926af1421f8ec2128580dfeceb6925b6b1ce6d8c')
-
-build() {
-  	cd "${srcdir}/${pkgname}-${pkgver}"
-
-  	./configure \
-    		--prefix=/usr
-  	make
-}
-
-package() {
-  	cd "${srcdir}/${pkgname}-${pkgver}"
-
-  	make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/community-x86_64/PKGBUILD (from rev 88672, gitg/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-21 22:17:07 UTC (rev 88690)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gitg
+pkgver=0.2.7
+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' \
+         'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/gitg.install
===================================================================
--- community-x86_64/gitg.install	2013-04-21 22:17:06 UTC (rev 88689)
+++ community-x86_64/gitg.install	2013-04-21 22:17:07 UTC (rev 88690)
@@ -1,19 +0,0 @@
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: DonVla <donvla at users.sourceforge.net>
-# gitg install file
-
-post_install() {
-	usr/bin/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() {
-	usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  	update-desktop-database -q
-	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gitg/repos/community-x86_64/gitg.install (from rev 88672, gitg/repos/community-testing-x86_64/gitg.install)
===================================================================
--- community-x86_64/gitg.install	                        (rev 0)
+++ community-x86_64/gitg.install	2013-04-21 22:17:07 UTC (rev 88690)
@@ -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