Date: Sunday, December 6, 2015 @ 20:24:08
  Author: foutrelis
Revision: 252969

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

Added:
  scim/repos/staging-i686/
  scim/repos/staging-i686/PKGBUILD
    (from rev 252968, scim/trunk/PKGBUILD)
  scim/repos/staging-i686/install
    (from rev 252968, scim/trunk/install)
  scim/repos/staging-x86_64/
  scim/repos/staging-x86_64/PKGBUILD
    (from rev 252968, scim/trunk/PKGBUILD)
  scim/repos/staging-x86_64/install
    (from rev 252968, scim/trunk/install)

-------------------------+
 staging-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 staging-i686/install    |   13 +++++++++++++
 staging-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 staging-x86_64/install  |   13 +++++++++++++
 4 files changed, 102 insertions(+)

Copied: scim/repos/staging-i686/PKGBUILD (from rev 252968, scim/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-12-06 19:24:08 UTC (rev 252969)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: damir <[email protected]>
+# Contributor: Gan Lu <[email protected]>
+
+pkgname=scim
+pkgver=1.4.14
+pkgrel=6
+pkgdesc='Input method user interface and development platform'
+url='http://www.scim-im.org/projects/scim'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gtk2')
+optdepends=('qt4: qt4 immodule'
+            'gtk3: gtk3 immodule')
+makedepends=('intltool' 'qt4' 'gtk3' 'optipng')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b')
+
+backup=('etc/scim/config' 'etc/scim/global')
+install=install
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       find -name '*.png' -exec optipng -quiet -force -fix {} +
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --with-qt4-moc=/usr/bin/moc-qt4 \
+               --with-gtk-version=2 # no gtk3 support in scim-anthy
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Copied: scim/repos/staging-i686/install (from rev 252968, scim/trunk/install)
===================================================================
--- staging-i686/install                                (rev 0)
+++ staging-i686/install        2015-12-06 19:24:08 UTC (rev 252969)
@@ -0,0 +1,13 @@
+post_install() {
+       [[ -x usr/bin/gtk-query-immodules-2.0 ]] && gtk-query-immodules-2.0 
--update-cache
+       [[ -x usr/bin/gtk-query-immodules-3.0 ]] && gtk-query-immodules-3.0 
--update-cache
+       true
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: scim/repos/staging-x86_64/PKGBUILD (from rev 252968, 
scim/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-12-06 19:24:08 UTC (rev 252969)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: damir <[email protected]>
+# Contributor: Gan Lu <[email protected]>
+
+pkgname=scim
+pkgver=1.4.14
+pkgrel=6
+pkgdesc='Input method user interface and development platform'
+url='http://www.scim-im.org/projects/scim'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gtk2')
+optdepends=('qt4: qt4 immodule'
+            'gtk3: gtk3 immodule')
+makedepends=('intltool' 'qt4' 'gtk3' 'optipng')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b')
+
+backup=('etc/scim/config' 'etc/scim/global')
+install=install
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       find -name '*.png' -exec optipng -quiet -force -fix {} +
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --with-qt4-moc=/usr/bin/moc-qt4 \
+               --with-gtk-version=2 # no gtk3 support in scim-anthy
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Copied: scim/repos/staging-x86_64/install (from rev 252968, scim/trunk/install)
===================================================================
--- staging-x86_64/install                              (rev 0)
+++ staging-x86_64/install      2015-12-06 19:24:08 UTC (rev 252969)
@@ -0,0 +1,13 @@
+post_install() {
+       [[ -x usr/bin/gtk-query-immodules-2.0 ]] && gtk-query-immodules-2.0 
--update-cache
+       [[ -x usr/bin/gtk-query-immodules-3.0 ]] && gtk-query-immodules-3.0 
--update-cache
+       true
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to