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

2016-05-05 Thread Antonio Rojas
Date: Friday, May 6, 2016 @ 00:35:37
  Author: arojas
Revision: 267003

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

Added:
  gitg/repos/extra-i686/PKGBUILD
(from rev 267002, gitg/trunk/PKGBUILD)
  gitg/repos/extra-x86_64/PKGBUILD
(from rev 267002, gitg/trunk/PKGBUILD)
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 |   60 
 extra-i686/PKGBUILD   |   31 --
 extra-i686/gitg.install   |   13 -
 extra-x86_64/PKGBUILD |   31 --
 extra-x86_64/gitg.install |   13 -
 5 files changed, 60 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-05 22:35:05 UTC (rev 267002)
+++ extra-i686/PKGBUILD 2016-05-05 22:35:37 UTC (rev 267003)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gitg
-pkgver=3.20.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'
- 'python-gobject')
-makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
-groups=('gnome-extra')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-glade-catalog
-
-  # Don't overlink
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/extra-i686/PKGBUILD (from rev 267002, gitg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-05 22:35:37 UTC (rev 267003)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.20.0
+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' 
'webkit2gtk' 'libpeas' 'gtkspell3'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
+groups=('gnome-extra')
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gitg.install
===
--- extra-i686/gitg.install 2016-05-05 22:35:05 UTC (rev 267002)
+++ extra-i686/gitg.install 2016-05-05 22:35:37 UTC (rev 267003)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-05 22:35:05 UTC (rev 267002)
+++ extra-x86_64/PKGBUILD   2016-05-05 22:35:37 UTC (rev 267003)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gitg
-pkgver=3.20.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'
- 'python-gobject')
-makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
-groups=('gnome-extra')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-glade-catalog
-
-  # Don't overlink
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/extra-x86_64/PKGBUILD (from rev 267002, gitg/trunk/PKGBUILD)

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 13:17:45
  Author: jgc
Revision: 263484

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

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

+
 gnome-unstable-i686/PKGBUILD   |   31 +++
 gnome-unstable-i686/gitg.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD |   31 +++
 gnome-unstable-x86_64/gitg.install |   13 +
 4 files changed, 88 insertions(+)

Copied: gitg/repos/gnome-unstable-i686/PKGBUILD (from rev 263483, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-31 11:17:45 UTC (rev 263484)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.20.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'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/gnome-unstable-i686/gitg.install (from rev 263483, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-i686/gitg.install(rev 0)
+++ gnome-unstable-i686/gitg.install2016-03-31 11:17:45 UTC (rev 263484)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 263483, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-31 11:17:45 UTC (rev 263484)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.20.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'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/gnome-unstable-x86_64/gitg.install (from rev 263483, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-x86_64/gitg.install  (rev 0)
+++ gnome-unstable-x86_64/gitg.install  2016-03-31 11:17:45 UTC (rev 263484)
@@ -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 (6 files)

2015-09-25 Thread Jan Steffens
Date: Friday, September 25, 2015 @ 13:58:43
  Author: heftig
Revision: 247379

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

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

+
 gnome-unstable-i686/PKGBUILD   |   32 
 gnome-unstable-i686/gitg.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD |   32 
 gnome-unstable-x86_64/gitg.install |   13 +
 4 files changed, 90 insertions(+)

Copied: gitg/repos/gnome-unstable-i686/PKGBUILD (from rev 247378, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-25 11:58:43 UTC (rev 247379)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.18.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'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('fa4b7b9c492f13f5f1d864af1281ea377ac8c7619c856e05f533b18989edf421')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # 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
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/gnome-unstable-i686/gitg.install (from rev 247378, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-i686/gitg.install(rev 0)
+++ gnome-unstable-i686/gitg.install2015-09-25 11:58:43 UTC (rev 247379)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 247378, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-25 11:58:43 UTC (rev 247379)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.18.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'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('fa4b7b9c492f13f5f1d864af1281ea377ac8c7619c856e05f533b18989edf421')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # 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
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/gnome-unstable-x86_64/gitg.install (from rev 247378, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-x86_64/gitg.install  (rev 0)
+++ gnome-unstable-x86_64/gitg.install  2015-09-25 11:58:43 UTC (rev 247379)
@@ -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

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

2015-08-28 Thread Eric Bélanger
Date: Saturday, August 29, 2015 @ 05:10:27
  Author: eric
Revision: 244991

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

Added:
  gitg/repos/staging-i686/
  gitg/repos/staging-i686/PKGBUILD
(from rev 244990, gitg/trunk/PKGBUILD)
  gitg/repos/staging-i686/gitg.install
(from rev 244990, gitg/trunk/gitg.install)
  gitg/repos/staging-x86_64/
  gitg/repos/staging-x86_64/PKGBUILD
(from rev 244990, gitg/trunk/PKGBUILD)
  gitg/repos/staging-x86_64/gitg.install
(from rev 244990, gitg/trunk/gitg.install)

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

Copied: gitg/repos/staging-i686/PKGBUILD (from rev 244990, gitg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-29 03:10:27 UTC (rev 244991)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+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/staging-i686/gitg.install (from rev 244990, 
gitg/trunk/gitg.install)
===
--- staging-i686/gitg.install   (rev 0)
+++ staging-i686/gitg.install   2015-08-29 03:10:27 UTC (rev 244991)
@@ -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/staging-x86_64/PKGBUILD (from rev 244990, 
gitg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-29 03:10:27 UTC (rev 244991)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+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/staging-x86_64/gitg.install (from rev 244990, 
gitg/trunk/gitg.install)
===
--- staging-x86_64/gitg.install (rev 0)
+++ staging-x86_64/gitg.install 2015-08-29 03:10:27 UTC (rev 244991)
@@ -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 (6 files)

2015-03-24 Thread Jan de Groot
Date: Tuesday, March 24, 2015 @ 11:01:17
  Author: jgc
Revision: 234601

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

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

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

Copied: gitg/repos/gnome-unstable-i686/PKGBUILD (from rev 234600, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-24 10:01:17 UTC (rev 234601)
@@ -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/gnome-unstable-i686/gitg.install (from rev 234600, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-i686/gitg.install(rev 0)
+++ gnome-unstable-i686/gitg.install2015-03-24 10:01:17 UTC (rev 234601)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 234600, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-24 10:01:17 UTC (rev 234601)
@@ -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/gnome-unstable-x86_64/gitg.install (from rev 234600, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-x86_64/gitg.install  (rev 0)
+++ gnome-unstable-x86_64/gitg.install  2015-03-24 10:01:17 UTC (rev 234601)
@@ -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
+}
+

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

2014-07-05 Thread Daniel Micay
Date: Saturday, July 5, 2014 @ 19:21:52
  Author: thestinger
Revision: 115119

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

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

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-i686/gitg.install   |   13 +
 community-staging-x86_64/PKGBUILD |   28 
 community-staging-x86_64/gitg.install |   13 +
 4 files changed, 82 insertions(+)

Copied: gitg/repos/community-staging-i686/PKGBUILD (from rev 115118, 
gitg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-05 17:21:52 UTC (rev 115119)
@@ -0,0 +1,28 @@
+# $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-staging-i686/gitg.install (from rev 115118, 
gitg/trunk/gitg.install)
===
--- community-staging-i686/gitg.install (rev 0)
+++ community-staging-i686/gitg.install 2014-07-05 17:21:52 UTC (rev 115119)
@@ -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/community-staging-x86_64/PKGBUILD (from rev 115118, 
gitg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-05 17:21:52 UTC (rev 115119)
@@ -0,0 +1,28 @@
+# $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-staging-x86_64/gitg.install (from rev 115118, 
gitg/trunk/gitg.install)
===
--- community-staging-x86_64/gitg.install   (rev 0)
+++ community-staging-x86_64/gitg.install   2014-07-05 17:21:52 UTC (rev 
115119)
@@ -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 (6 files)

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:38:18
  Author: bpiotrowski
Revision: 106224

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

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

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-i686/gitg.install   |   13 +
 community-testing-x86_64/PKGBUILD |   28 
 community-testing-x86_64/gitg.install |   13 +
 4 files changed, 82 insertions(+)

Copied: gitg/repos/community-testing-i686/PKGBUILD (from rev 106223, 
gitg/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-25 15:38:18 UTC (rev 106224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=0.3.2
+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=('01dc89fab5b66a6917755ae9ded20e923290353f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/community-testing-i686/gitg.install (from rev 106223, 
gitg/trunk/gitg.install)
===
--- community-testing-i686/gitg.install (rev 0)
+++ community-testing-i686/gitg.install 2014-02-25 15:38:18 UTC (rev 106224)
@@ -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/community-testing-x86_64/PKGBUILD (from rev 106223, 
gitg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-25 15:38:18 UTC (rev 106224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=0.3.2
+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=('01dc89fab5b66a6917755ae9ded20e923290353f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/community-testing-x86_64/gitg.install (from rev 106223, 
gitg/trunk/gitg.install)
===
--- community-testing-x86_64/gitg.install   (rev 0)
+++ community-testing-x86_64/gitg.install   2014-02-25 15:38:18 UTC (rev 
106224)
@@ -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 (6 files)

2013-04-11 Thread Eric Bélanger
Date: Friday, April 12, 2013 @ 00:26:45
  Author: eric
Revision: 88110

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

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

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-i686/gitg.install   |   13 +
 community-testing-x86_64/PKGBUILD |   28 
 community-testing-x86_64/gitg.install |   13 +
 4 files changed, 82 insertions(+)

Copied: gitg/repos/community-testing-i686/PKGBUILD (from rev 88109, 
gitg/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-11 22:26:45 UTC (rev 88110)
@@ -0,0 +1,28 @@
+# $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-testing-i686/gitg.install (from rev 88109, 
gitg/trunk/gitg.install)
===
--- community-testing-i686/gitg.install (rev 0)
+++ community-testing-i686/gitg.install 2013-04-11 22:26:45 UTC (rev 88110)
@@ -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/community-testing-x86_64/PKGBUILD (from rev 88109, 
gitg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-11 22:26:45 UTC (rev 88110)
@@ -0,0 +1,28 @@
+# $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-testing-x86_64/gitg.install (from rev 88109, 
gitg/trunk/gitg.install)
===
--- community-testing-x86_64/gitg.install   (rev 0)
+++ community-testing-x86_64/gitg.install   2013-04-11 22:26:45 UTC (rev 
88110)
@@ -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
+}