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

Felix Yan fyan at archlinux.org
Tue Sep 22 04:15:15 UTC 2015


    Date: Tuesday, September 22, 2015 @ 06:15:15
  Author: fyan
Revision: 247055

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

Added:
  gedit/repos/staging-i686/
  gedit/repos/staging-i686/PKGBUILD
    (from rev 247054, gedit/trunk/PKGBUILD)
  gedit/repos/staging-i686/gedit.install
    (from rev 247054, gedit/trunk/gedit.install)
  gedit/repos/staging-x86_64/
  gedit/repos/staging-x86_64/PKGBUILD
    (from rev 247054, gedit/trunk/PKGBUILD)
  gedit/repos/staging-x86_64/gedit.install
    (from rev 247054, gedit/trunk/gedit.install)

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

Copied: gedit/repos/staging-i686/PKGBUILD (from rev 247054, gedit/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-09-22 04:15:15 UTC (rev 247055)
@@ -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.16.3
+pkgrel=2
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection)
+groups=(gnome-extra)
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c28df44a29ee5707441f89e94b513079d709111afec4bd4b079a1dff0242cdb2')
+
+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/staging-i686/gedit.install (from rev 247054, gedit/trunk/gedit.install)
===================================================================
--- staging-i686/gedit.install	                        (rev 0)
+++ staging-i686/gedit.install	2015-09-22 04:15:15 UTC (rev 247055)
@@ -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/staging-x86_64/PKGBUILD (from rev 247054, gedit/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-09-22 04:15:15 UTC (rev 247055)
@@ -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.16.3
+pkgrel=2
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection)
+groups=(gnome-extra)
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c28df44a29ee5707441f89e94b513079d709111afec4bd4b079a1dff0242cdb2')
+
+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/staging-x86_64/gedit.install (from rev 247054, gedit/trunk/gedit.install)
===================================================================
--- staging-x86_64/gedit.install	                        (rev 0)
+++ staging-x86_64/gedit.install	2015-09-22 04:15:15 UTC (rev 247055)
@@ -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