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

Jan de Groot jgc at nymeria.archlinux.org
Mon Sep 23 22:55:03 UTC 2013


    Date: Tuesday, September 24, 2013 @ 00:55:03
  Author: jgc
Revision: 194888

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 194887, gedit/trunk/PKGBUILD)
  gedit/repos/gnome-unstable-i686/gedit.install
    (from rev 194887, gedit/trunk/gedit.install)
  gedit/repos/gnome-unstable-x86_64/
  gedit/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 194887, gedit/trunk/PKGBUILD)
  gedit/repos/gnome-unstable-x86_64/gedit.install
    (from rev 194887, gedit/trunk/gedit.install)

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

Copied: gedit/repos/gnome-unstable-i686/PKGBUILD (from rev 194887, gedit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-09-23 22:55:03 UTC (rev 194888)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.10.0
+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 python-gobject dconf)
+makedepends=(yelp-tools intltool zeitgeist)
+optdepends=('zeitgeist: Zeitgeist plugin')
+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=('4c20049ccee2198468edaf20fba9dbd44e3baf50bd304700b4f24257571cdca5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./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 194887, gedit/trunk/gedit.install)
===================================================================
--- gnome-unstable-i686/gedit.install	                        (rev 0)
+++ gnome-unstable-i686/gedit.install	2013-09-23 22:55:03 UTC (rev 194888)
@@ -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
+        gconfpkg --uninstall gedit
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}

Copied: gedit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194887, gedit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-23 22:55:03 UTC (rev 194888)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.10.0
+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 python-gobject dconf)
+makedepends=(yelp-tools intltool zeitgeist)
+optdepends=('zeitgeist: Zeitgeist plugin')
+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=('4c20049ccee2198468edaf20fba9dbd44e3baf50bd304700b4f24257571cdca5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./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 194887, gedit/trunk/gedit.install)
===================================================================
--- gnome-unstable-x86_64/gedit.install	                        (rev 0)
+++ gnome-unstable-x86_64/gedit.install	2013-09-23 22:55:03 UTC (rev 194888)
@@ -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
+        gconfpkg --uninstall gedit
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}




More information about the arch-commits mailing list