[arch-commits] Commit in gedit/repos (6 files)

Jan Steffens heftig at archlinux.org
Sun Mar 11 07:54:23 UTC 2012


    Date: Sunday, March 11, 2012 @ 03:54:23
  Author: heftig
Revision: 153014

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gedit/repos/gnome-unstable-i686/
  gedit/repos/gnome-unstable-i686/PKGBUILD
    (from rev 153013, gedit/trunk/PKGBUILD)
  gedit/repos/gnome-unstable-i686/gedit.install
    (from rev 153013, gedit/trunk/gedit.install)
  gedit/repos/gnome-unstable-x86_64/
  gedit/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 153013, gedit/trunk/PKGBUILD)
  gedit/repos/gnome-unstable-x86_64/gedit.install
    (from rev 153013, gedit/trunk/gedit.install)

-------------------------------------+
 gnome-unstable-i686/PKGBUILD        |   32 ++++++++++++++++++++++++++++++++
 gnome-unstable-i686/gedit.install   |   18 ++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD      |   32 ++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/gedit.install |   18 ++++++++++++++++++
 4 files changed, 100 insertions(+)

Copied: gedit/repos/gnome-unstable-i686/PKGBUILD (from rev 153013, gedit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-11 07:54:23 UTC (rev 153014)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 'iso-codes' 'libsm' 'desktop-file-utils' 'python2-gobject' 'dconf')
+makedepends=('yelp-tools' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dddd7f2028fa1241ea5d842653fbad299ac9bb31de1ffcf5a1b8912f4e315149')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+      --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+      --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gedit/repos/gnome-unstable-i686/gedit.install (from rev 153013, gedit/trunk/gedit.install)
===================================================================
--- gnome-unstable-i686/gedit.install	                        (rev 0)
+++ gnome-unstable-i686/gedit.install	2012-03-11 07:54:23 UTC (rev 153014)
@@ -0,0 +1,18 @@
+post_install() {
+    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
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}

Copied: gedit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 153013, gedit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-11 07:54:23 UTC (rev 153014)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 'iso-codes' 'libsm' 'desktop-file-utils' 'python2-gobject' 'dconf')
+makedepends=('yelp-tools' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dddd7f2028fa1241ea5d842653fbad299ac9bb31de1ffcf5a1b8912f4e315149')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+      --sysconfdir=/etc --localstatedir=/var \
+      --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+      --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gedit/repos/gnome-unstable-x86_64/gedit.install (from rev 153013, gedit/trunk/gedit.install)
===================================================================
--- gnome-unstable-x86_64/gedit.install	                        (rev 0)
+++ gnome-unstable-x86_64/gedit.install	2012-03-11 07:54:23 UTC (rev 153014)
@@ -0,0 +1,18 @@
+post_install() {
+    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
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}




More information about the arch-commits mailing list