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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:56:39
  Author: bisson
Revision: 245114

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/gitg.install   |   13 +
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/gitg.install |   13 +
 4 files changed, 92 insertions(+)

Copied: gitg/repos/testing-i686/PKGBUILD (from rev 245112, 
gitg/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-31 19:56:39 UTC (rev 245114)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.17.1
+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' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/testing-i686/gitg.install (from rev 245112, 
gitg/repos/staging-i686/gitg.install)
===
--- testing-i686/gitg.install   (rev 0)
+++ testing-i686/gitg.install   2015-08-31 19:56:39 UTC (rev 245114)
@@ -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
+}

Copied: gitg/repos/testing-x86_64/PKGBUILD (from rev 245112, 
gitg/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-31 19:56:39 UTC (rev 245114)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.17.1
+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' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/testing-x86_64/gitg.install (from rev 245112, 
gitg/repos/staging-x86_64/gitg.install)
===
--- testing-x86_64/gitg.install (rev 0)
+++ testing-x86_64/gitg.install 2015-08-31 19:56:39 UTC (rev 245114)
@@ -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
+}


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

2015-05-01 Thread Eric Bélanger
Date: Saturday, May 2, 2015 @ 05:03:48
  Author: eric
Revision: 238333

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

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

---+
 /PKGBUILD |   68 
 /gitg.install |   26 
 extra-i686/PKGBUILD   |   34 --
 extra-i686/gitg.install   |   13 
 extra-x86_64/PKGBUILD |   34 --
 extra-x86_64/gitg.install |   13 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-02 03:01:16 UTC (rev 238332)
+++ extra-i686/PKGBUILD 2015-05-02 03:03:48 UTC (rev 238333)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gitg
-pkgver=3.16.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' 
'webkit2gtk' 'libpeas' 'gtkspell3')
-makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
-groups=('gnome-extra')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e5b1da6f3234b497c7c418f5efc5bd9c29257864a67687dea1a0efe74f29cf89')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  rm -f *.gir
-  NOCONFIGURE=1  ./autogen.sh
-  ./configure --prefix=/usr
-
-  # Don't overlink
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make Gitg-1.0.gir
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gitg/repos/extra-i686/PKGBUILD (from rev 238332, gitg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-02 03:03:48 UTC (rev 238333)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.16.1
+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' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('914e964402dadda152c7e034906d84e266c474603f58bc1a300f2a1659615569')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  NOCONFIGURE=1  ./autogen.sh
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gitg.install
===
--- extra-i686/gitg.install 2015-05-02 03:01:16 UTC (rev 238332)
+++ extra-i686/gitg.install 2015-05-02 03:03:48 UTC (rev 238333)
@@ -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/extra-i686/gitg.install (from rev 238332, 
gitg/trunk/gitg.install)
===
--- extra-i686/gitg.install (rev 0)
+++ extra-i686/gitg.install 2015-05-02 03:03:48 UTC (rev 238333)
@@ -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: extra-x86_64/PKGBUILD
===
--- 

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

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:37:09
  Author: jgc
Revision: 234880

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

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

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/gitg.install   |   13 +
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/gitg.install |   13 +
 4 files changed, 94 insertions(+)

Copied: gitg/repos/testing-i686/PKGBUILD (from rev 234786, 
gitg/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:37:09 UTC (rev 234880)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.16.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' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e5b1da6f3234b497c7c418f5efc5bd9c29257864a67687dea1a0efe74f29cf89')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  NOCONFIGURE=1  ./autogen.sh
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/testing-i686/gitg.install (from rev 234786, 
gitg/repos/gnome-unstable-i686/gitg.install)
===
--- testing-i686/gitg.install   (rev 0)
+++ testing-i686/gitg.install   2015-03-25 15:37:09 UTC (rev 234880)
@@ -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
+}

Copied: gitg/repos/testing-x86_64/PKGBUILD (from rev 234786, 
gitg/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:37:09 UTC (rev 234880)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.16.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' 
'webkit2gtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e5b1da6f3234b497c7c418f5efc5bd9c29257864a67687dea1a0efe74f29cf89')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -f *.gir
+  NOCONFIGURE=1  ./autogen.sh
+  ./configure --prefix=/usr
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make Gitg-1.0.gir
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/testing-x86_64/gitg.install (from rev 234786, 
gitg/repos/gnome-unstable-x86_64/gitg.install)
===
--- testing-x86_64/gitg.install (rev 0)
+++ testing-x86_64/gitg.install 2015-03-25 15:37:09 UTC (rev 234880)
@@ -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 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:57:00
  Author: jgc
Revision: 223134

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

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

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-i686/gitg.install   |   13 +
 testing-x86_64/PKGBUILD |   27 +++
 testing-x86_64/gitg.install |   13 +
 4 files changed, 80 insertions(+)

Copied: gitg/repos/testing-i686/PKGBUILD (from rev 223030, 
gitg/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:57:00 UTC (rev 223134)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@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
+}

Copied: gitg/repos/testing-i686/gitg.install (from rev 223030, 
gitg/repos/gnome-unstable-i686/gitg.install)
===
--- testing-i686/gitg.install   (rev 0)
+++ testing-i686/gitg.install   2014-09-26 10:57:00 UTC (rev 223134)
@@ -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
+}

Copied: gitg/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gitg/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:57:00 UTC (rev 223134)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@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
+}

Copied: gitg/repos/testing-x86_64/gitg.install (from rev 223030, 
gitg/repos/gnome-unstable-x86_64/gitg.install)
===
--- testing-x86_64/gitg.install (rev 0)
+++ testing-x86_64/gitg.install 2014-09-26 10:57:00 UTC (rev 223134)
@@ -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
+}



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

2014-09-24 Thread Jan Steffens
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/PKGBUILD2014-09-24 21:10:57 UTC (rev 222951)
+++ gnome-unstable-i686/PKGBUILD2014-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 e...@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/PKGBUILD2014-09-24 21:11:52 UTC (rev 222952)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@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.install2014-09-24 21:10:57 UTC (rev 222951)
+++ gnome-unstable-i686/gitg.install2014-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.install2014-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 e...@archlinux.org
-
-pkgname=gitg
-pkgver=3.13.91
-pkgrel=2
-pkgdesc='A GIT repository viewer based on 

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

2014-09-24 Thread Eric Bélanger
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 e...@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 e...@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 e...@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')

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

2014-08-21 Thread Eric Bélanger
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 e...@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 e...@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 e...@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

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

2013-10-25 Thread Eric Bélanger
Date: Friday, October 25, 2013 @ 22:50:04
  Author: eric
Revision: 99215

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

Added:
  gitg/repos/community-i686/PKGBUILD
(from rev 99214, gitg/trunk/PKGBUILD)
  gitg/repos/community-i686/gitg.install
(from rev 99214, gitg/trunk/gitg.install)
  gitg/repos/community-x86_64/PKGBUILD
(from rev 99214, gitg/trunk/PKGBUILD)
  gitg/repos/community-x86_64/gitg.install
(from rev 99214, 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 |   52 
 /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, 78 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 20:49:19 UTC (rev 99214)
+++ community-i686/PKGBUILD 2013-10-25 20:50:04 UTC (rev 99215)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@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
-}

Copied: gitg/repos/community-i686/PKGBUILD (from rev 99214, gitg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 20:50:04 UTC (rev 99215)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=0.2.7
+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' 
'gsettings-desktop-schemas')
+makedepends=('intltool')
+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 WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gitg.install
===
--- community-i686/gitg.install 2013-10-25 20:49:19 UTC (rev 99214)
+++ community-i686/gitg.install 2013-10-25 20:50:04 UTC (rev 99215)
@@ -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 99214, 
gitg/trunk/gitg.install)
===
--- community-i686/gitg.install (rev 0)
+++ community-i686/gitg.install 2013-10-25 20:50:04 UTC (rev 99215)
@@ -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-10-25 20:49:19 UTC (rev 99214)
+++ community-x86_64/PKGBUILD   2013-10-25 20:50:04 UTC (rev 99215)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@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