[arch-commits] Commit in scim/repos/extra-x86_64 (PKGBUILD PKGBUILD install install)

2019-05-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 1, 2019 @ 09:52:06
  Author: arojas
Revision: 352349

archrelease: copy trunk to extra-x86_64

Added:
  scim/repos/extra-x86_64/PKGBUILD
(from rev 352348, scim/trunk/PKGBUILD)
  scim/repos/extra-x86_64/install
(from rev 352348, scim/trunk/install)
Deleted:
  scim/repos/extra-x86_64/PKGBUILD
  scim/repos/extra-x86_64/install

--+
 PKGBUILD |   81 +
 install  |   26 +--
 2 files changed, 52 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-01 09:51:42 UTC (rev 352348)
+++ PKGBUILD2019-05-01 09:52:06 UTC (rev 352349)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-# Contributor: Gan Lu 
-
-pkgname=scim
-pkgver=1.4.18
-pkgrel=1
-pkgdesc='Input method user interface and development platform'
-url='https://github.com/scim-im/scim'
-license=('LGPL')
-arch=('x86_64')
-depends=('libltdl' 'gtk2')
-optdepends=('qt4: qt4 immodule'
-'gtk3: gtk3 immodule')
-makedepends=('intltool' 'qt4' 'gtk3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scim-im/scim/archive/$pkgver.tar.gz;)
-sha512sums=('9a6090fc1ab950905a9c54d6678ce3d2a44297d1a992a3e933b0466688638e6cf470c1682daa58a6fbb6de3216b649273faf7edff1ac0ecca1c2c77fc19108fb')
-
-backup=('etc/scim/config' 'etc/scim/global')
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./bootstrap
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./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/extra-x86_64/PKGBUILD (from rev 352348, scim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-01 09:52:06 UTC (rev 352349)
@@ -0,0 +1,39 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+# Contributor: Gan Lu 
+
+pkgname=scim
+pkgver=1.4.18
+pkgrel=2
+pkgdesc='Input method user interface and development platform'
+url='https://github.com/scim-im/scim'
+license=('LGPL')
+arch=('x86_64')
+depends=('libltdl' 'gtk2')
+optdepends=('gtk3: gtk3 immodule')
+makedepends=('intltool' 'gtk3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scim-im/scim/archive/$pkgver.tar.gz;)
+sha512sums=('9a6090fc1ab950905a9c54d6678ce3d2a44297d1a992a3e933b0466688638e6cf470c1682daa58a6fbb6de3216b649273faf7edff1ac0ecca1c2c77fc19108fb')
+
+backup=('etc/scim/config' 'etc/scim/global')
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./bootstrap
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --with-gtk-version=2 # no gtk3 support in scim-anthy
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: install
===
--- install 2019-05-01 09:51:42 UTC (rev 352348)
+++ install 2019-05-01 09:52:06 UTC (rev 352349)
@@ -1,13 +0,0 @@
-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/extra-x86_64/install (from rev 352348, scim/trunk/install)
===
--- install (rev 0)
+++ install 2019-05-01 09:52:06 UTC (rev 352349)
@@ -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
+}


[arch-commits] Commit in scim/repos/extra-x86_64 (PKGBUILD PKGBUILD install install)

2018-06-07 Thread Felix Yan via arch-commits
Date: Thursday, June 7, 2018 @ 07:11:41
  Author: felixonmars
Revision: 326174

archrelease: copy trunk to extra-x86_64

Added:
  scim/repos/extra-x86_64/PKGBUILD
(from rev 326173, scim/trunk/PKGBUILD)
  scim/repos/extra-x86_64/install
(from rev 326173, scim/trunk/install)
Deleted:
  scim/repos/extra-x86_64/PKGBUILD
  scim/repos/extra-x86_64/install

--+
 PKGBUILD |   84 ++---
 install  |   26 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-07 07:11:22 UTC (rev 326173)
+++ PKGBUILD2018-06-07 07:11:41 UTC (rev 326174)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-# Contributor: Gan Lu 
-
-pkgname=scim
-pkgver=1.4.17
-pkgrel=1
-pkgdesc='Input method user interface and development platform'
-url='http://sourceforge.net/projects/scim/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gtk2')
-optdepends=('qt4: qt4 immodule'
-'gtk3: gtk3 immodule')
-makedepends=('intltool' 'qt4' 'gtk3')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('fd5a1078cb6c8d67f8bbf79969b8c5db033a0cda')
-
-backup=('etc/scim/config' 'etc/scim/global')
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./bootstrap
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./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/extra-x86_64/PKGBUILD (from rev 326173, scim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-07 07:11:41 UTC (rev 326174)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+# Contributor: Gan Lu 
+
+pkgname=scim
+pkgver=1.4.18
+pkgrel=1
+pkgdesc='Input method user interface and development platform'
+url='https://github.com/scim-im/scim'
+license=('LGPL')
+arch=('x86_64')
+depends=('libltdl' 'gtk2')
+optdepends=('qt4: qt4 immodule'
+'gtk3: gtk3 immodule')
+makedepends=('intltool' 'qt4' 'gtk3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scim-im/scim/archive/$pkgver.tar.gz;)
+sha512sums=('9a6090fc1ab950905a9c54d6678ce3d2a44297d1a992a3e933b0466688638e6cf470c1682daa58a6fbb6de3216b649273faf7edff1ac0ecca1c2c77fc19108fb')
+
+backup=('etc/scim/config' 'etc/scim/global')
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./bootstrap
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./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
+}

Deleted: install
===
--- install 2018-06-07 07:11:22 UTC (rev 326173)
+++ install 2018-06-07 07:11:41 UTC (rev 326174)
@@ -1,13 +0,0 @@
-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/extra-x86_64/install (from rev 326173, scim/trunk/install)
===
--- install (rev 0)
+++ install 2018-06-07 07:11:41 UTC (rev 326174)
@@ -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
+}


[arch-commits] Commit in scim/repos/extra-x86_64 (PKGBUILD PKGBUILD install install)

2012-04-19 Thread Gaetan Bisson
Date: Thursday, April 19, 2012 @ 21:11:09
  Author: bisson
Revision: 156513

archrelease: copy trunk to extra-x86_64

Added:
  scim/repos/extra-x86_64/PKGBUILD
(from rev 156512, scim/trunk/PKGBUILD)
  scim/repos/extra-x86_64/install
(from rev 156512, scim/trunk/install)
Deleted:
  scim/repos/extra-x86_64/PKGBUILD
  scim/repos/extra-x86_64/install

--+
 PKGBUILD |   94 ++---
 install  |   22 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-20 01:10:53 UTC (rev 156512)
+++ PKGBUILD2012-04-20 01:11:09 UTC (rev 156513)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Gan Lu rhythm@gmail.com
-
-pkgname=scim
-pkgver=1.4.12
-pkgrel=1
-pkgdesc='Input method user interface and development platform'
-url='http://www.scim-im.org/projects/scim'
-license=('LGPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-makedepends=('intltool')
-depends=('libltdl' 'gtk2')
-backup=('etc/scim/config' 'etc/scim/global')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'ftp://ftp.archlinux.org/other/scim-docs-20120420.tar.xz')
-sha1sums=('948180ec0af18e435a95edbdb840cf41f3b24d32'
-  'b2cccb43673e1760abf6825768bc4354a981a0ad')
-
-# Docs tarball temporarily generated with:
-#  svn co https://scim.svn.sourceforge.net/svnroot/scim/scim/trunk/docs 
docs
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   mv ../docs .
-   ./bootstrap
-   sed 's/\$nls_cv_use_gnu_gettext/yes/' -i configure
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --disable-static \
-   --with-gtk-version=2 # still a couple issues with 3
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: scim/repos/extra-x86_64/PKGBUILD (from rev 156512, scim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-20 01:11:09 UTC (rev 156513)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Gan Lu rhythm@gmail.com
+
+pkgname=scim
+pkgver=1.4.12
+pkgrel=1
+pkgdesc='Input method user interface and development platform'
+url='http://www.scim-im.org/projects/scim'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+makedepends=('intltool')
+depends=('libltdl' 'gtk2')
+backup=('etc/scim/config' 'etc/scim/global')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'ftp://ftp.archlinux.org/other/scim/scim-docs-20120420.tar.xz')
+sha1sums=('948180ec0af18e435a95edbdb840cf41f3b24d32'
+  'b2cccb43673e1760abf6825768bc4354a981a0ad')
+
+# Docs tarball temporarily generated with:
+#  svn co https://scim.svn.sourceforge.net/svnroot/scim/scim/trunk/docs 
docs
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   mv ../docs .
+   ./bootstrap
+   sed 's/\$nls_cv_use_gnu_gettext/yes/' -i configure
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --disable-static \
+   --with-gtk-version=2 # still a couple issues with 3
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: install
===
--- install 2012-04-20 01:10:53 UTC (rev 156512)
+++ install 2012-04-20 01:11:09 UTC (rev 156513)
@@ -1,11 +0,0 @@
-post_install() {
-   /usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: scim/repos/extra-x86_64/install (from rev 156512, scim/trunk/install)
===
--- install (rev 0)
+++ install 2012-04-20 01:11:09 UTC (rev 156513)
@@ -0,0 +1,11 @@
+post_install() {
+   /usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in scim/repos (extra-x86_64)

2011-08-07 Thread Gaetan Bisson
Date: Sunday, August 7, 2011 @ 23:29:01
  Author: bisson
Revision: 134856

archrelease: remove extra-x86_64

Deleted:
  scim/repos/extra-x86_64/



[arch-commits] Commit in scim/repos (extra-x86_64)

2011-08-07 Thread Gaetan Bisson
Date: Sunday, August 7, 2011 @ 23:29:07
  Author: bisson
Revision: 134857

archrelease: copy trunk to extra-x86_64

Added:
  scim/repos/extra-x86_64/



[arch-commits] Commit in scim/repos (extra-x86_64)

2011-05-26 Thread Gaetan Bisson
Date: Thursday, May 26, 2011 @ 05:23:47
  Author: bisson
Revision: 125362

archrelease: remove extra-x86_64

Deleted:
  scim/repos/extra-x86_64/



[arch-commits] Commit in scim/repos (extra-x86_64)

2011-05-26 Thread Gaetan Bisson
Date: Thursday, May 26, 2011 @ 05:23:53
  Author: bisson
Revision: 125363

archrelease: copy trunk to extra-x86_64

Added:
  scim/repos/extra-x86_64/



[arch-commits] Commit in scim/repos (extra-x86_64)

2010-07-03 Thread Ionut Biru
Date: Saturday, July 3, 2010 @ 15:30:16
  Author: ibiru
Revision: 84728

archrelease: remove extra-x86_64

Deleted:
  scim/repos/extra-x86_64/