[arch-commits] Commit in ibus/repos (8 files)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jan 13 02:05:54 UTC 2014
Date: Monday, January 13, 2014 @ 03:05:53
Author: fyan
Revision: 203532
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
ibus/repos/extra-i686/PKGBUILD
(from rev 203531, ibus/trunk/PKGBUILD)
ibus/repos/extra-i686/ibus.install
(from rev 203531, ibus/trunk/ibus.install)
ibus/repos/extra-x86_64/PKGBUILD
(from rev 203531, ibus/trunk/PKGBUILD)
ibus/repos/extra-x86_64/ibus.install
(from rev 203531, 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 | 104 ++++++++++++++++++++++++++++++++++++++++++++
/ibus.install | 32 +++++++++++++
extra-i686/PKGBUILD | 52 ----------------------
extra-i686/ibus.install | 16 ------
extra-x86_64/PKGBUILD | 52 ----------------------
extra-x86_64/ibus.install | 16 ------
6 files changed, 136 insertions(+), 136 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-01-13 02:04:45 UTC (rev 203531)
+++ extra-i686/PKGBUILD 2014-01-13 02:05:53 UTC (rev 203532)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.4
-pkgrel=3
-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' 'pygtk' 'python2-dbus')
-makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 'python2-gobject')
-options=('!emptydirs')
-source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
-
-build() {
- cd ${pkgbase}-${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_ibus() {
- depends+=("libibus=$pkgver" 'python2-gobject')
- install=ibus.install
-
- cd ${pkgbase}-${pkgver}
- 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}-${pkgver}
- make -C src DESTDIR="${pkgdir}" install
- make -C bindings DESTDIR="${pkgdir}" install
- make DESTDIR="${pkgdir}" install-pkgconfigDATA
-}
Copied: ibus/repos/extra-i686/PKGBUILD (from rev 203531, ibus/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-13 02:05:53 UTC (rev 203532)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.4
+pkgrel=4
+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' 'pygtk' 'python2-dbus')
+makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 'python2-gobject')
+options=('!emptydirs')
+source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
+
+build() {
+ cd ${pkgbase}-${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_ibus() {
+ depends+=("libibus=$pkgver" 'python2-gobject' 'iso-codes')
+ install=ibus.install
+
+ cd ${pkgbase}-${pkgver}
+ 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}-${pkgver}
+ make -C src DESTDIR="${pkgdir}" install
+ make -C bindings DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" install-pkgconfigDATA
+}
Deleted: extra-i686/ibus.install
===================================================================
--- extra-i686/ibus.install 2014-01-13 02:04:45 UTC (rev 203531)
+++ extra-i686/ibus.install 2014-01-13 02:05:53 UTC (rev 203532)
@@ -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 203531, ibus/trunk/ibus.install)
===================================================================
--- extra-i686/ibus.install (rev 0)
+++ extra-i686/ibus.install 2014-01-13 02:05:53 UTC (rev 203532)
@@ -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-01-13 02:04:45 UTC (rev 203531)
+++ extra-x86_64/PKGBUILD 2014-01-13 02:05:53 UTC (rev 203532)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.4
-pkgrel=3
-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' 'pygtk' 'python2-dbus')
-makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 'python2-gobject')
-options=('!emptydirs')
-source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
-
-build() {
- cd ${pkgbase}-${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_ibus() {
- depends+=("libibus=$pkgver" 'python2-gobject')
- install=ibus.install
-
- cd ${pkgbase}-${pkgver}
- 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}-${pkgver}
- make -C src DESTDIR="${pkgdir}" install
- make -C bindings DESTDIR="${pkgdir}" install
- make DESTDIR="${pkgdir}" install-pkgconfigDATA
-}
Copied: ibus/repos/extra-x86_64/PKGBUILD (from rev 203531, ibus/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-01-13 02:05:53 UTC (rev 203532)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.4
+pkgrel=4
+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' 'pygtk' 'python2-dbus')
+makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 'python2-gobject')
+options=('!emptydirs')
+source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
+
+build() {
+ cd ${pkgbase}-${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_ibus() {
+ depends+=("libibus=$pkgver" 'python2-gobject' 'iso-codes')
+ install=ibus.install
+
+ cd ${pkgbase}-${pkgver}
+ 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}-${pkgver}
+ make -C src DESTDIR="${pkgdir}" install
+ make -C bindings DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" install-pkgconfigDATA
+}
Deleted: extra-x86_64/ibus.install
===================================================================
--- extra-x86_64/ibus.install 2014-01-13 02:04:45 UTC (rev 203531)
+++ extra-x86_64/ibus.install 2014-01-13 02:05:53 UTC (rev 203532)
@@ -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 203531, ibus/trunk/ibus.install)
===================================================================
--- extra-x86_64/ibus.install (rev 0)
+++ extra-x86_64/ibus.install 2014-01-13 02:05:53 UTC (rev 203532)
@@ -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