[arch-commits] Commit in gitg/repos (8 files)
Eric Bélanger
eric at nymeria.archlinux.org
Fri Oct 25 20:50:04 UTC 2013
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 <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-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 <eric at 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 <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-x86_64/PKGBUILD (from rev 99214, gitg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-25 20:50:04 UTC (rev 99215)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at 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-x86_64/gitg.install
===================================================================
--- community-x86_64/gitg.install 2013-10-25 20:49:19 UTC (rev 99214)
+++ community-x86_64/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-x86_64/gitg.install (from rev 99214, gitg/trunk/gitg.install)
===================================================================
--- community-x86_64/gitg.install (rev 0)
+++ community-x86_64/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
+}
More information about the arch-commits
mailing list