Date: Friday, July 17, 2015 @ 04:42:18 Author: fyan Revision: 242298 archrelease: copy trunk to extra-i686, extra-x86_64
Added: ibus/repos/extra-i686/PKGBUILD (from rev 242297, ibus/trunk/PKGBUILD) ibus/repos/extra-i686/ibus.install (from rev 242297, ibus/trunk/ibus.install) ibus/repos/extra-x86_64/PKGBUILD (from rev 242297, ibus/trunk/PKGBUILD) ibus/repos/extra-x86_64/ibus.install (from rev 242297, 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 | 112 ++++++++++++++++++++++++++++++++++++++++++++ /ibus.install | 40 +++++++++++++++ extra-i686/PKGBUILD | 56 ---------------------- extra-i686/ibus.install | 20 ------- extra-x86_64/PKGBUILD | 56 ---------------------- extra-x86_64/ibus.install | 20 ------- 6 files changed, 152 insertions(+), 152 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2015-07-17 02:41:39 UTC (rev 242297) +++ extra-i686/PKGBUILD 2015-07-17 02:42:18 UTC (rev 242298) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgbase=ibus -pkgname=(ibus libibus) -pkgver=1.5.10 -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' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 'librsvg') -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 - rm -r "$pkgdir/usr/lib/python2.7/site-packages/gi" # compiled pyc/pyo files were not cleaned - 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 242297, ibus/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-07-17 02:42:18 UTC (rev 242298) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgbase=ibus +pkgname=(ibus libibus) +pkgver=1.5.11 +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' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 'librsvg') +makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 'gtk-doc' 'gconf' 'qt5-base') +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 + rm -r "$pkgdir/usr/lib/python2.7/site-packages/gi" # compiled pyc/pyo files were not cleaned + 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 2015-07-17 02:41:39 UTC (rev 242297) +++ extra-i686/ibus.install 2015-07-17 02:42:18 UTC (rev 242298) @@ -1,20 +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 - - dconf update -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install - - rm -f etc/dconf/db/ibus -} Copied: ibus/repos/extra-i686/ibus.install (from rev 242297, ibus/trunk/ibus.install) =================================================================== --- extra-i686/ibus.install (rev 0) +++ extra-i686/ibus.install 2015-07-17 02:42:18 UTC (rev 242298) @@ -0,0 +1,20 @@ +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 + + dconf update +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install + + rm -f etc/dconf/db/ibus +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2015-07-17 02:41:39 UTC (rev 242297) +++ extra-x86_64/PKGBUILD 2015-07-17 02:42:18 UTC (rev 242298) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgbase=ibus -pkgname=(ibus libibus) -pkgver=1.5.10 -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' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 'librsvg') -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 - rm -r "$pkgdir/usr/lib/python2.7/site-packages/gi" # compiled pyc/pyo files were not cleaned - 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 242297, ibus/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2015-07-17 02:42:18 UTC (rev 242298) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgbase=ibus +pkgname=(ibus libibus) +pkgver=1.5.11 +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' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 'librsvg') +makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 'gtk-doc' 'gconf' 'qt5-base') +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 + rm -r "$pkgdir/usr/lib/python2.7/site-packages/gi" # compiled pyc/pyo files were not cleaned + 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 2015-07-17 02:41:39 UTC (rev 242297) +++ extra-x86_64/ibus.install 2015-07-17 02:42:18 UTC (rev 242298) @@ -1,20 +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 - - dconf update -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install - - rm -f etc/dconf/db/ibus -} Copied: ibus/repos/extra-x86_64/ibus.install (from rev 242297, ibus/trunk/ibus.install) =================================================================== --- extra-x86_64/ibus.install (rev 0) +++ extra-x86_64/ibus.install 2015-07-17 02:42:18 UTC (rev 242298) @@ -0,0 +1,20 @@ +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 + + dconf update +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install + + rm -f etc/dconf/db/ibus +}