[arch-commits] Commit in gedit/trunk (PKGBUILD gedit.install)

Ionut Biru ibiru at archlinux.org
Tue Apr 17 17:46:51 UTC 2012


    Date: Tuesday, April 17, 2012 @ 13:46:51
  Author: ibiru
Revision: 156360

update to 3.4.1

Modified:
  gedit/trunk/PKGBUILD
  gedit/trunk/gedit.install

---------------+
 PKGBUILD      |    4 ++--
 gedit.install |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-17 17:39:39 UTC (rev 156359)
+++ PKGBUILD	2012-04-17 17:46:51 UTC (rev 156360)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gedit
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="A text editor for GNOME"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 url="http://www.gnome.org"
 install=gedit.install
 source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a51bb8d60bfd9b37edf04228c7493d256e73a6b5f025f8b4900431673ac34e3f')
+sha256sums=('9b1f0164d6c6bc08e391efde7e6a2aa9290a65bda543fe3a7adc6ef73b722a64')
 
 build() {
   cd $pkgname-$pkgver

Modified: gedit.install
===================================================================
--- gedit.install	2012-04-17 17:39:39 UTC (rev 156359)
+++ gedit.install	2012-04-17 17:46:51 UTC (rev 156360)
@@ -1,11 +1,11 @@
 post_install() {
-    glib-compile-schemas usr/share/glib-2.0/schemas
+    glib-compile-schemas /usr/share/glib-2.0/schemas
     update-desktop-database -q
 }
 
 pre_upgrade() {
-    if [ -f usr/share/gconf/schemas/gedit.schemas ]; then
-        usr/sbin/gconfpkg --uninstall gedit
+    if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+        gconfpkg --uninstall gedit
     fi
 }
 




More information about the arch-commits mailing list