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

Jan Steffens heftig at nymeria.archlinux.org
Sun Apr 21 22:17:03 UTC 2013


    Date: Monday, April 22, 2013 @ 00:17:03
  Author: heftig
Revision: 88687

db-move: moved gedit-plugins from [community-testing] to [community] (i686, x86_64)

Added:
  gedit-plugins/repos/community-i686/PKGBUILD
    (from rev 88672, gedit-plugins/repos/community-testing-i686/PKGBUILD)
  gedit-plugins/repos/community-i686/gedit-plugins.install
    (from rev 88672, gedit-plugins/repos/community-testing-i686/gedit-plugins.install)
  gedit-plugins/repos/community-x86_64/PKGBUILD
    (from rev 88672, gedit-plugins/repos/community-testing-x86_64/PKGBUILD)
  gedit-plugins/repos/community-x86_64/gedit-plugins.install
    (from rev 88672, gedit-plugins/repos/community-testing-x86_64/gedit-plugins.install)
Deleted:
  gedit-plugins/repos/community-i686/PKGBUILD
  gedit-plugins/repos/community-i686/gedit-plugins.install
  gedit-plugins/repos/community-testing-i686/
  gedit-plugins/repos/community-testing-x86_64/
  gedit-plugins/repos/community-x86_64/PKGBUILD
  gedit-plugins/repos/community-x86_64/gedit-plugins.install

----------------------------------------+
 /PKGBUILD                              |   72 +++++++++++++++++++++++++++++++
 /gedit-plugins.install                 |   46 +++++++++++++++++++
 community-i686/PKGBUILD                |   36 ---------------
 community-i686/gedit-plugins.install   |   23 ---------
 community-x86_64/PKGBUILD              |   36 ---------------
 community-x86_64/gedit-plugins.install |   23 ---------
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-21 22:17:01 UTC (rev 88686)
+++ community-i686/PKGBUILD	2013-04-21 22:17:03 UTC (rev 88687)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru <ibiru at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-# Contributor: Sergej Chodarev <sergejx at centrum.sk>
-# Contributor: zhuqin <zhuqin83 at gmail.com>
-
-pkgname=gedit-plugins
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="Plugins for gedit"
-arch=('x86_64' 'i686')
-license=('GPL')
-url="http://live.gnome.org/GeditPlugins"
-depends=('gedit' 'dbus-python')
-optdepends=('gucharmap: for charmap plugin'
-            'vte3: for embedded terminal')
-makedepends=('intltool' 'gnome-doc-utils' 'vte3')
-options=('!libtool' '!emptydirs')
-install=gedit-plugins.install
-source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz")
-sha256sums=('c5e92830e6029110bf1117bd9f31b23a9ad907210b8cb37039772f5bfcf6d174')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \
-      --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/community-i686/PKGBUILD (from rev 88672, gedit-plugins/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-21 22:17:03 UTC (rev 88687)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sergej Chodarev <sergejx at centrum.sk>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+
+pkgname=gedit-plugins
+pkgver=3.8.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)
+optdepends=('gucharmap: for charmap plugin'
+            'vte3: for embedded terminal')
+options=('!libtool' '!emptydirs')
+install=gedit-plugins.install
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz")
+sha256sums=('659d379f9edfbba2db37522991c734c5d50e03eb1f70985e978d93a718273141')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gedit-plugins.install
===================================================================
--- community-i686/gedit-plugins.install	2013-04-21 22:17:01 UTC (rev 88686)
+++ community-i686/gedit-plugins.install	2013-04-21 22:17:03 UTC (rev 88687)
@@ -1,23 +0,0 @@
-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/community-i686/gedit-plugins.install (from rev 88672, gedit-plugins/repos/community-testing-i686/gedit-plugins.install)
===================================================================
--- community-i686/gedit-plugins.install	                        (rev 0)
+++ community-i686/gedit-plugins.install	2013-04-21 22:17:03 UTC (rev 88687)
@@ -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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-21 22:17:01 UTC (rev 88686)
+++ community-x86_64/PKGBUILD	2013-04-21 22:17:03 UTC (rev 88687)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru <ibiru at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-# Contributor: Sergej Chodarev <sergejx at centrum.sk>
-# Contributor: zhuqin <zhuqin83 at gmail.com>
-
-pkgname=gedit-plugins
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="Plugins for gedit"
-arch=('x86_64' 'i686')
-license=('GPL')
-url="http://live.gnome.org/GeditPlugins"
-depends=('gedit' 'dbus-python')
-optdepends=('gucharmap: for charmap plugin'
-            'vte3: for embedded terminal')
-makedepends=('intltool' 'gnome-doc-utils' 'vte3')
-options=('!libtool' '!emptydirs')
-install=gedit-plugins.install
-source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz")
-sha256sums=('c5e92830e6029110bf1117bd9f31b23a9ad907210b8cb37039772f5bfcf6d174')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \
-      --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/community-x86_64/PKGBUILD (from rev 88672, gedit-plugins/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-21 22:17:03 UTC (rev 88687)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sergej Chodarev <sergejx at centrum.sk>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+
+pkgname=gedit-plugins
+pkgver=3.8.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)
+optdepends=('gucharmap: for charmap plugin'
+            'vte3: for embedded terminal')
+options=('!libtool' '!emptydirs')
+install=gedit-plugins.install
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz")
+sha256sums=('659d379f9edfbba2db37522991c734c5d50e03eb1f70985e978d93a718273141')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/gedit-plugins.install
===================================================================
--- community-x86_64/gedit-plugins.install	2013-04-21 22:17:01 UTC (rev 88686)
+++ community-x86_64/gedit-plugins.install	2013-04-21 22:17:03 UTC (rev 88687)
@@ -1,23 +0,0 @@
-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/community-x86_64/gedit-plugins.install (from rev 88672, gedit-plugins/repos/community-testing-x86_64/gedit-plugins.install)
===================================================================
--- community-x86_64/gedit-plugins.install	                        (rev 0)
+++ community-x86_64/gedit-plugins.install	2013-04-21 22:17:03 UTC (rev 88687)
@@ -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:




More information about the arch-commits mailing list