[arch-commits] Commit in gedit-plugins/repos (8 files)
Jan Steffens
heftig at nymeria.archlinux.org
Sun May 26 21:49:55 UTC 2013
Date: Sunday, May 26, 2013 @ 23:49:55
Author: heftig
Revision: 91737
archrelease: copy trunk to community-x86_64, community-i686
Added:
gedit-plugins/repos/community-i686/PKGBUILD
(from rev 91736, gedit-plugins/trunk/PKGBUILD)
gedit-plugins/repos/community-i686/gedit-plugins.install
(from rev 91736, gedit-plugins/trunk/gedit-plugins.install)
gedit-plugins/repos/community-x86_64/PKGBUILD
(from rev 91736, gedit-plugins/trunk/PKGBUILD)
gedit-plugins/repos/community-x86_64/gedit-plugins.install
(from rev 91736, gedit-plugins/trunk/gedit-plugins.install)
Deleted:
gedit-plugins/repos/community-i686/PKGBUILD
gedit-plugins/repos/community-i686/gedit-plugins.install
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-05-26 21:48:56 UTC (rev 91736)
+++ community-i686/PKGBUILD 2013-05-26 21:49:55 UTC (rev 91737)
@@ -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.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:
Copied: gedit-plugins/repos/community-i686/PKGBUILD (from rev 91736, gedit-plugins/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-26 21:49:55 UTC (rev 91737)
@@ -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.2
+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=('ee6efad1222b0f74208b5280dbad84d16400f3fc39c227b12c8695999aa2b502')
+
+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-05-26 21:48:56 UTC (rev 91736)
+++ community-i686/gedit-plugins.install 2013-05-26 21:49:55 UTC (rev 91737)
@@ -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 91736, gedit-plugins/trunk/gedit-plugins.install)
===================================================================
--- community-i686/gedit-plugins.install (rev 0)
+++ community-i686/gedit-plugins.install 2013-05-26 21:49:55 UTC (rev 91737)
@@ -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-05-26 21:48:56 UTC (rev 91736)
+++ community-x86_64/PKGBUILD 2013-05-26 21:49:55 UTC (rev 91737)
@@ -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.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:
Copied: gedit-plugins/repos/community-x86_64/PKGBUILD (from rev 91736, gedit-plugins/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-05-26 21:49:55 UTC (rev 91737)
@@ -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.2
+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=('ee6efad1222b0f74208b5280dbad84d16400f3fc39c227b12c8695999aa2b502')
+
+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-05-26 21:48:56 UTC (rev 91736)
+++ community-x86_64/gedit-plugins.install 2013-05-26 21:49:55 UTC (rev 91737)
@@ -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 91736, gedit-plugins/trunk/gedit-plugins.install)
===================================================================
--- community-x86_64/gedit-plugins.install (rev 0)
+++ community-x86_64/gedit-plugins.install 2013-05-26 21:49:55 UTC (rev 91737)
@@ -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