[arch-commits] Commit in gitg/repos (6 files)
Eric Bélanger
eric at nymeria.archlinux.org
Thu Apr 11 22:26:45 UTC 2013
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 <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
+}
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 <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
+}
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
+}
More information about the arch-commits
mailing list