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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:38:27
  Author: bisson
Revision: 245217

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

Added:
  gitg/repos/extra-i686/PKGBUILD
(from rev 245215, gitg/repos/testing-i686/PKGBUILD)
  gitg/repos/extra-i686/gitg.install
(from rev 245215, gitg/repos/testing-i686/gitg.install)
  gitg/repos/extra-x86_64/PKGBUILD
(from rev 245215, gitg/repos/testing-x86_64/PKGBUILD)
  gitg/repos/extra-x86_64/gitg.install
(from rev 245215, gitg/repos/testing-x86_64/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
  gitg/repos/testing-i686/
  gitg/repos/testing-x86_64/

---+
 /PKGBUILD |   66 
 /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, 92 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-03 05:38:25 UTC (rev 245216)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:27 UTC (rev 245217)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-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
-}

Copied: gitg/repos/extra-i686/PKGBUILD (from rev 245215, 
gitg/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-03 05:38:27 UTC (rev 245217)
@@ -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
+}

Deleted: extra-i686/gitg.install
===
--- extra-i686/gitg.install 2015-09-03 05:38:25 UTC (rev 245216)
+++ extra-i686/gitg.install 2015-09-03 05:38:27 UTC (rev 245217)
@@ -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 245215, 
gitg/repos/testing-i686/gitg.install)
===
--- extra-i686/gitg.install (rev 0)
+++ extra-i686/gitg.install 2015-09-03 05:38:27 UTC (rev 245217)
@@ -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_insta

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

2015-03-04 Thread Jan de Groot
Date: Wednesday, March 4, 2015 @ 09:40:10
  Author: jgc
Revision: 232537

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

Added:
  gitg/repos/extra-i686/PKGBUILD
(from rev 232536, gitg/trunk/PKGBUILD)
  gitg/repos/extra-i686/gitg.install
(from rev 232536, gitg/trunk/gitg.install)
  gitg/repos/extra-x86_64/PKGBUILD
(from rev 232536, gitg/trunk/PKGBUILD)
  gitg/repos/extra-x86_64/gitg.install
(from rev 232536, gitg/trunk/gitg.install)
Deleted:
  gitg/repos/extra-i686/PKGBUILD
  gitg/repos/extra-i686/gitg.install
  gitg/repos/extra-i686/webkit2gtk-4.0.patch
  gitg/repos/extra-x86_64/PKGBUILD
  gitg/repos/extra-x86_64/gitg.install
  gitg/repos/extra-x86_64/webkit2gtk-4.0.patch

---+
 /PKGBUILD |   62 
 /gitg.install |   26 +++
 extra-i686/PKGBUILD   |   39 --
 extra-i686/gitg.install   |   13 ---
 extra-i686/webkit2gtk-4.0.patch   |   12 --
 extra-x86_64/PKGBUILD |   39 --
 extra-x86_64/gitg.install |   13 ---
 extra-x86_64/webkit2gtk-4.0.patch |   12 --
 8 files changed, 88 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-04 08:40:03 UTC (rev 232536)
+++ extra-i686/PKGBUILD 2015-03-04 08:40:10 UTC (rev 232537)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gitg
-pkgver=3.14.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' 'python2' 
'gnome-common')
-groups=('gnome-extra')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-webkit2gtk-4.0.patch)
-sha256sums=('8e485b35d918fddc255c3bf5d5c139d0a8b684bd922a8913153b1b7781357057'
-'3488adb8ea4ab40c1a8faa09d7c79e1933aa7667e3e6df2d644de750dc47d0d8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../webkit2gtk-4.0.patch
-  AUTOPOINT='intltoolize --automake --copy' autoreconf -fi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./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 WARN_CFLAGS="-Wall"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/extra-i686/PKGBUILD (from rev 232536, gitg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-04 08:40:10 UTC (rev 232537)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.15.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' 'python2' 
'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=('feec5c8ef4f7134900305539ad4f087927497015191f26fd9f0cacfc7379cff3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./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 WARN_CFLAGS="-Wall"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gitg.install
===
--- extra-i686/gitg.install 2015-03-04 08:40:03 UTC (rev 232536)
+++ extra-i686/gitg.install 2015-03-04 08:40:10 UTC (rev 232537)
@@ -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 232536, 
gitg/trunk/gitg.install)
===
--- extra-i686/gitg.install (rev 0)
+++ extra-i686/gitg.inst

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

2014-10-08 Thread Jan Steffens
Date: Wednesday, October 8, 2014 @ 20:17:30
  Author: heftig
Revision: 224111

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

Added:
  gitg/repos/testing-i686/PKGBUILD
(from rev 224110, gitg/trunk/PKGBUILD)
  gitg/repos/testing-i686/gitg.install
(from rev 224110, gitg/trunk/gitg.install)
  gitg/repos/testing-i686/webkit2gtk-4.0.patch
(from rev 224110, gitg/trunk/webkit2gtk-4.0.patch)
  gitg/repos/testing-x86_64/PKGBUILD
(from rev 224110, gitg/trunk/PKGBUILD)
  gitg/repos/testing-x86_64/gitg.install
(from rev 224110, gitg/trunk/gitg.install)
  gitg/repos/testing-x86_64/webkit2gtk-4.0.patch
(from rev 224110, gitg/trunk/webkit2gtk-4.0.patch)
Deleted:
  gitg/repos/testing-i686/PKGBUILD
  gitg/repos/testing-i686/gitg.install
  gitg/repos/testing-x86_64/PKGBUILD
  gitg/repos/testing-x86_64/gitg.install

-+
 /PKGBUILD   |   78 ++
 /gitg.install   |   26 +++
 testing-i686/PKGBUILD   |   27 ---
 testing-i686/gitg.install   |   13 -
 testing-i686/webkit2gtk-4.0.patch   |   12 +
 testing-x86_64/PKGBUILD |   27 ---
 testing-x86_64/gitg.install |   13 -
 testing-x86_64/webkit2gtk-4.0.patch |   12 +
 8 files changed, 128 insertions(+), 80 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-08 18:16:28 UTC (rev 224110)
+++ testing-i686/PKGBUILD   2014-10-08 18:17:30 UTC (rev 224111)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-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/PKGBUILD (from rev 224110, gitg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-08 18:17:30 UTC (rev 224111)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.14.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')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'python2' 
'gnome-common')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+webkit2gtk-4.0.patch)
+sha256sums=('8e45a7198896eedd829a20ff8de437a08869d30005638114ca87abd42ffea11b'
+'3488adb8ea4ab40c1a8faa09d7c79e1933aa7667e3e6df2d644de750dc47d0d8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../webkit2gtk-4.0.patch
+  AUTOPOINT='intltoolize --automake --copy' autoreconf -fi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./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 WARN_CFLAGS="-Wall"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/gitg.install
===
--- testing-i686/gitg.install   2014-10-08 18:16:28 UTC (rev 224110)
+++ testing-i686/gitg.install   2014-10-08 18:17:30 UTC (rev 224111)
@@ -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/testing-i686/gitg.install (from rev 224110, 
gitg/trunk/gitg.install)
===
--- testing-i686/gitg.install   (rev 0)
+++ testing-i686/gitg.install   2014-10-08 18:17:30 UTC (rev 224111)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-da

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:17:07
  Author: heftig
Revision: 88690

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

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

---+
 /PKGBUILD |   56 
 /gitg.install |   26 ++
 community-i686/PKGBUILD   |   36 -
 community-i686/gitg.install   |   19 -
 community-x86_64/PKGBUILD |   36 -
 community-x86_64/gitg.install |   19 -
 6 files changed, 82 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 22:17:06 UTC (rev 88689)
+++ community-i686/PKGBUILD 2013-04-21 22:17:07 UTC (rev 88690)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Brad Fanella 
-# Contributor: Blaž Tomžič 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christoph Zeiler 
-# Contributor: M Rawash 
-# Contributor: DonVla 
-
-pkgname=gitg
-pkgver=0.2.5
-pkgrel=1
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='http://trac.novowork.com/gitg/'
-license=('GPL')
-depends=('dconf' 'gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas' \
- 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install="${pkgname}.install"
-source=("ftp://ftp.gnome.org/pub/GNOME/sources/gitg/0.2/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('d3dfff65834d8371d43b2e91926af1421f8ec2128580dfeceb6925b6b1ce6d8c')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: gitg/repos/community-i686/PKGBUILD (from rev 88672, 
gitg/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 22:17:07 UTC (rev 88690)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+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
+}

Deleted: community-i686/gitg.install
===
--- community-i686/gitg.install 2013-04-21 22:17:06 UTC (rev 88689)
+++ community-i686/gitg.install 2013-04-21 22:17:07 UTC (rev 88690)
@@ -1,19 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: DonVla 
-# gitg install file
-
-post_install() {
-   usr/bin/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() {
-   usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gitg/repos/community-i686/gitg.install (from rev 88672, 
gitg/repos/community-testing-i686/gitg.install)
===
--- community-i686/gitg.install (rev 0)
+++ community-i686/gitg.install 2013-04-21 22:17:07 UTC (rev 88690)
@@ -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