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

Felix Yan fyan at nymeria.archlinux.org
Wed Apr 30 10:34:45 UTC 2014


    Date: Wednesday, April 30, 2014 @ 12:34:44
  Author: fyan
Revision: 211917

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

Added:
  ibus/repos/extra-i686/PKGBUILD
    (from rev 211916, ibus/trunk/PKGBUILD)
  ibus/repos/extra-i686/ibus.install
    (from rev 211916, ibus/trunk/ibus.install)
  ibus/repos/extra-x86_64/PKGBUILD
    (from rev 211916, ibus/trunk/PKGBUILD)
  ibus/repos/extra-x86_64/ibus.install
    (from rev 211916, 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                 |  110 ++++++++++++++++++++++++++++++++++++++++++++
 /ibus.install             |   32 ++++++++++++
 extra-i686/PKGBUILD       |   55 ----------------------
 extra-i686/ibus.install   |   16 ------
 extra-x86_64/PKGBUILD     |   55 ----------------------
 extra-x86_64/ibus.install |   16 ------
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-04-30 10:32:50 UTC (rev 211916)
+++ extra-i686/PKGBUILD	2014-04-30 10:34:44 UTC (rev 211917)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.6
-pkgrel=2
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com"
-license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 'python-gobject' 'iso-codes')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 'gtk-doc' 'gconf')
-options=('!emptydirs')
-source=("git+https://github.com/ibus/ibus.git#tag=$pkgver")
-
-build() {
-  cd ${pkgbase}
-  ./autogen.sh \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/ibus \
-    --sysconfdir=/etc \
-    --disable-gconf \
-    --enable-dconf \
-    --enable-wayland \
-    --enable-gtk-doc \
-    --disable-memconf \
-    --enable-ui \
-    --enable-python-library \
-    --with-python=python3
-  make
-}
-
-package_ibus() {
-  depends+=("libibus=$pkgver")
-  install=ibus.install
-
-  cd ${pkgbase}
-  make DESTDIR="${pkgdir}" install
-  make -C src DESTDIR="${pkgdir}" uninstall
-  make -C bindings DESTDIR="${pkgdir}" uninstall
-  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc="IBus support library"
-  depends=('glib2')
-
-  cd ${pkgbase}
-  make -C src DESTDIR="${pkgdir}" install
-  make -C bindings DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-pkgconfigDATA
-}
-
-sha512sums=('SKIP')

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 211916, ibus/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-04-30 10:34:44 UTC (rev 211917)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.7
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com"
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 'python-gobject' 'iso-codes')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 'gtk-doc' 'gconf')
+options=('!emptydirs')
+source=("git+https://github.com/ibus/ibus.git#tag=$pkgver")
+
+build() {
+  cd ${pkgbase}
+  ./autogen.sh \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/ibus \
+    --sysconfdir=/etc \
+    --disable-gconf \
+    --enable-dconf \
+    --enable-wayland \
+    --enable-gtk-doc \
+    --disable-memconf \
+    --enable-ui \
+    --enable-python-library \
+    --with-python=python3
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+  install=ibus.install
+
+  cd ${pkgbase}
+  make DESTDIR="${pkgdir}" install
+  make -C src DESTDIR="${pkgdir}" uninstall
+  make -C bindings DESTDIR="${pkgdir}" uninstall
+  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ${pkgbase}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C bindings DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-pkgconfigDATA
+}
+
+sha512sums=('SKIP')

Deleted: extra-i686/ibus.install
===================================================================
--- extra-i686/ibus.install	2014-04-30 10:32:50 UTC (rev 211916)
+++ extra-i686/ibus.install	2014-04-30 10:34:44 UTC (rev 211917)
@@ -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 211916, ibus/trunk/ibus.install)
===================================================================
--- extra-i686/ibus.install	                        (rev 0)
+++ extra-i686/ibus.install	2014-04-30 10:34:44 UTC (rev 211917)
@@ -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	2014-04-30 10:32:50 UTC (rev 211916)
+++ extra-x86_64/PKGBUILD	2014-04-30 10:34:44 UTC (rev 211917)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.6
-pkgrel=2
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com"
-license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 'python-gobject' 'iso-codes')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 'gtk-doc' 'gconf')
-options=('!emptydirs')
-source=("git+https://github.com/ibus/ibus.git#tag=$pkgver")
-
-build() {
-  cd ${pkgbase}
-  ./autogen.sh \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/ibus \
-    --sysconfdir=/etc \
-    --disable-gconf \
-    --enable-dconf \
-    --enable-wayland \
-    --enable-gtk-doc \
-    --disable-memconf \
-    --enable-ui \
-    --enable-python-library \
-    --with-python=python3
-  make
-}
-
-package_ibus() {
-  depends+=("libibus=$pkgver")
-  install=ibus.install
-
-  cd ${pkgbase}
-  make DESTDIR="${pkgdir}" install
-  make -C src DESTDIR="${pkgdir}" uninstall
-  make -C bindings DESTDIR="${pkgdir}" uninstall
-  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc="IBus support library"
-  depends=('glib2')
-
-  cd ${pkgbase}
-  make -C src DESTDIR="${pkgdir}" install
-  make -C bindings DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-pkgconfigDATA
-}
-
-sha512sums=('SKIP')

Copied: ibus/repos/extra-x86_64/PKGBUILD (from rev 211916, ibus/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-04-30 10:34:44 UTC (rev 211917)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.7
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com"
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 'python-gobject' 'iso-codes')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 'gtk-doc' 'gconf')
+options=('!emptydirs')
+source=("git+https://github.com/ibus/ibus.git#tag=$pkgver")
+
+build() {
+  cd ${pkgbase}
+  ./autogen.sh \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/ibus \
+    --sysconfdir=/etc \
+    --disable-gconf \
+    --enable-dconf \
+    --enable-wayland \
+    --enable-gtk-doc \
+    --disable-memconf \
+    --enable-ui \
+    --enable-python-library \
+    --with-python=python3
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+  install=ibus.install
+
+  cd ${pkgbase}
+  make DESTDIR="${pkgdir}" install
+  make -C src DESTDIR="${pkgdir}" uninstall
+  make -C bindings DESTDIR="${pkgdir}" uninstall
+  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ${pkgbase}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C bindings DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-pkgconfigDATA
+}
+
+sha512sums=('SKIP')

Deleted: extra-x86_64/ibus.install
===================================================================
--- extra-x86_64/ibus.install	2014-04-30 10:32:50 UTC (rev 211916)
+++ extra-x86_64/ibus.install	2014-04-30 10:34:44 UTC (rev 211917)
@@ -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 211916, ibus/trunk/ibus.install)
===================================================================
--- extra-x86_64/ibus.install	                        (rev 0)
+++ extra-x86_64/ibus.install	2014-04-30 10:34:44 UTC (rev 211917)
@@ -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