[arch-commits] Commit in ibus/repos (8 files)

Eric Bélanger eric at nymeria.archlinux.org
Sat Sep 21 02:17:58 UTC 2013


    Date: Saturday, September 21, 2013 @ 04:17:57
  Author: eric
Revision: 194672

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

Added:
  ibus/repos/extra-i686/PKGBUILD
    (from rev 194671, ibus/trunk/PKGBUILD)
  ibus/repos/extra-i686/ibus.install
    (from rev 194671, ibus/trunk/ibus.install)
  ibus/repos/extra-x86_64/PKGBUILD
    (from rev 194671, ibus/trunk/PKGBUILD)
  ibus/repos/extra-x86_64/ibus.install
    (from rev 194671, ibus/trunk/ibus.install)
Deleted:
  ibus/repos/extra-i686/PKGBUILD
  ibus/repos/extra-i686/ibus.install
  ibus/repos/extra-x86_64/PKGBUILD
  ibus/repos/extra-x86_64/ibus.install

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 /ibus.install             |   32 +++++++++++++++++++
 extra-i686/PKGBUILD       |   39 -----------------------
 extra-i686/ibus.install   |   16 ---------
 extra-x86_64/PKGBUILD     |   39 -----------------------
 extra-x86_64/ibus.install |   16 ---------
 6 files changed, 104 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-09-21 02:17:20 UTC (rev 194671)
+++ extra-i686/PKGBUILD	2013-09-21 02:17:57 UTC (rev 194672)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Rainy <rainylau(at)gmail(dot)com>
-# Contributor: Lee.MaRS <leemars at gmail dot com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=ibus
-pkgver=1.5.3
-pkgrel=2
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com"
-license=('LGPL')
-depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-gobject' 'libnotify')
-makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
-options=('!libtool')
-install=ibus.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('51ba186cbf5e1e194ba0cd22b81f00d9d40ec521')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/ibus \
-    --sysconfdir=/etc \
-    --disable-gconf \
-    --enable-dconf \
-    --disable-memconf \
-    --enable-ui \
-    --enable-python-library
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 194671, ibus/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-09-21 02:17:57 UTC (rev 194672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+
+pkgname=ibus
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com"
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-gobject' 'libnotify')
+makedepends=('gobject-introspection' 'vala' 'dconf' 'gconf' 'iso-codes' 'intltool')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/ibus \
+    --sysconfdir=/etc \
+    --disable-gconf \
+    --enable-dconf \
+    --disable-memconf \
+    --enable-ui \
+    --enable-python-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/ibus.install
===================================================================
--- extra-i686/ibus.install	2013-09-21 02:17:20 UTC (rev 194671)
+++ extra-i686/ibus.install	2013-09-21 02:17:57 UTC (rev 194672)
@@ -1,16 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  gtk-query-immodules-3.0 --update-cache
-
-  gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
-
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ibus/repos/extra-i686/ibus.install (from rev 194671, ibus/trunk/ibus.install)
===================================================================
--- extra-i686/ibus.install	                        (rev 0)
+++ extra-i686/ibus.install	2013-09-21 02:17:57 UTC (rev 194672)
@@ -0,0 +1,16 @@
+post_install() {
+  gtk-query-immodules-2.0 --update-cache
+  gtk-query-immodules-3.0 --update-cache
+
+  gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
+
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-09-21 02:17:20 UTC (rev 194671)
+++ extra-x86_64/PKGBUILD	2013-09-21 02:17:57 UTC (rev 194672)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Rainy <rainylau(at)gmail(dot)com>
-# Contributor: Lee.MaRS <leemars at gmail dot com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Maintainer: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=ibus
-pkgver=1.5.3
-pkgrel=2
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com"
-license=('LGPL')
-depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-gobject' 'libnotify')
-makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
-options=('!libtool')
-install=ibus.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('51ba186cbf5e1e194ba0cd22b81f00d9d40ec521')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/ibus \
-    --sysconfdir=/etc \
-    --disable-gconf \
-    --enable-dconf \
-    --disable-memconf \
-    --enable-ui \
-    --enable-python-library
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus/repos/extra-x86_64/PKGBUILD (from rev 194671, ibus/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-09-21 02:17:57 UTC (rev 194672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+
+pkgname=ibus
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com"
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-gobject' 'libnotify')
+makedepends=('gobject-introspection' 'vala' 'dconf' 'gconf' 'iso-codes' 'intltool')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/ibus \
+    --sysconfdir=/etc \
+    --disable-gconf \
+    --enable-dconf \
+    --disable-memconf \
+    --enable-ui \
+    --enable-python-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/ibus.install
===================================================================
--- extra-x86_64/ibus.install	2013-09-21 02:17:20 UTC (rev 194671)
+++ extra-x86_64/ibus.install	2013-09-21 02:17:57 UTC (rev 194672)
@@ -1,16 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  gtk-query-immodules-3.0 --update-cache
-
-  gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
-
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ibus/repos/extra-x86_64/ibus.install (from rev 194671, ibus/trunk/ibus.install)
===================================================================
--- extra-x86_64/ibus.install	                        (rev 0)
+++ extra-x86_64/ibus.install	2013-09-21 02:17:57 UTC (rev 194672)
@@ -0,0 +1,16 @@
+post_install() {
+  gtk-query-immodules-2.0 --update-cache
+  gtk-query-immodules-3.0 --update-cache
+
+  gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
+
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list