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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:57:01 UTC 2014


    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 <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' '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 <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' '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
+}




More information about the arch-commits mailing list