Date: Saturday, March 28, 2015 @ 16:59:39
  Author: heftig
Revision: 235223

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

Added:
  gedit-plugins/repos/extra-i686/
  gedit-plugins/repos/extra-i686/PKGBUILD
    (from rev 235222, gedit-plugins/trunk/PKGBUILD)
  gedit-plugins/repos/extra-i686/gedit-plugins.install
    (from rev 235222, gedit-plugins/trunk/gedit-plugins.install)
  gedit-plugins/repos/extra-x86_64/
  gedit-plugins/repos/extra-x86_64/PKGBUILD
    (from rev 235222, gedit-plugins/trunk/PKGBUILD)
  gedit-plugins/repos/extra-x86_64/gedit-plugins.install
    (from rev 235222, gedit-plugins/trunk/gedit-plugins.install)

------------------------------------+
 extra-i686/PKGBUILD                |   38 +++++++++++++++++++++++++++++++++++
 extra-i686/gedit-plugins.install   |   23 +++++++++++++++++++++
 extra-x86_64/PKGBUILD              |   38 +++++++++++++++++++++++++++++++++++
 extra-x86_64/gedit-plugins.install |   23 +++++++++++++++++++++
 4 files changed, 122 insertions(+)

Copied: gedit-plugins/repos/extra-i686/PKGBUILD (from rev 235222, 
gedit-plugins/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2015-03-28 15:59:39 UTC (rev 235223)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Ionut Biru <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Hugo Doria <[email protected]>
+# Contributor: Sergej Chodarev <[email protected]>
+# Contributor: zhuqin <[email protected]>
+
+pkgname=gedit-plugins
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Plugins for gedit"
+arch=(x86_64 i686)
+license=(GPL)
+url="http://live.gnome.org/GeditPlugins";
+depends=(gedit python-dbus)
+makedepends=(intltool gnome-doc-utils vte3 libgit2-glib itstool zeitgeist 
gucharmap)
+optdepends=('gucharmap: for charmap plugin'
+            'vte3: for embedded terminal'
+            'libgit2-glib: for git plugin'
+            'zeitgeist: for dashboard plugin'
+            'gucharmap: embedded character map')
+options=('!emptydirs')
+install=gedit-plugins.install
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('d0f4b8282e91dc3f77698aa4c8a6bd09df057b4df77fb86594c402fe7347b881')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/extra-i686/gedit-plugins.install (from rev 235222, 
gedit-plugins/trunk/gedit-plugins.install)
===================================================================
--- extra-i686/gedit-plugins.install                            (rev 0)
+++ extra-i686/gedit-plugins.install    2015-03-28 15:59:39 UTC (rev 235223)
@@ -0,0 +1,23 @@
+pkgname=gedit-plugins
+
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+    usr/sbin/gconfpkg --uninstall ${pkgname}
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}
+
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/extra-x86_64/PKGBUILD (from rev 235222, 
gedit-plugins/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2015-03-28 15:59:39 UTC (rev 235223)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Ionut Biru <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Hugo Doria <[email protected]>
+# Contributor: Sergej Chodarev <[email protected]>
+# Contributor: zhuqin <[email protected]>
+
+pkgname=gedit-plugins
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Plugins for gedit"
+arch=(x86_64 i686)
+license=(GPL)
+url="http://live.gnome.org/GeditPlugins";
+depends=(gedit python-dbus)
+makedepends=(intltool gnome-doc-utils vte3 libgit2-glib itstool zeitgeist 
gucharmap)
+optdepends=('gucharmap: for charmap plugin'
+            'vte3: for embedded terminal'
+            'libgit2-glib: for git plugin'
+            'zeitgeist: for dashboard plugin'
+            'gucharmap: embedded character map')
+options=('!emptydirs')
+install=gedit-plugins.install
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('d0f4b8282e91dc3f77698aa4c8a6bd09df057b4df77fb86594c402fe7347b881')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/extra-x86_64/gedit-plugins.install (from rev 
235222, gedit-plugins/trunk/gedit-plugins.install)
===================================================================
--- extra-x86_64/gedit-plugins.install                          (rev 0)
+++ extra-x86_64/gedit-plugins.install  2015-03-28 15:59:39 UTC (rev 235223)
@@ -0,0 +1,23 @@
+pkgname=gedit-plugins
+
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+    usr/sbin/gconfpkg --uninstall ${pkgname}
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}
+
+
+# vim:set ts=2 sw=2 et:

Reply via email to