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

Gaetan Bisson bisson at archlinux.org
Fri Apr 20 01:10:53 UTC 2012


    Date: Thursday, April 19, 2012 @ 21:10:53
  Author: bisson
Revision: 156512

archrelease: copy trunk to extra-i686

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-20 01:10:08 UTC (rev 156511)
+++ PKGBUILD	2012-04-20 01:10:53 UTC (rev 156512)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Gan Lu <rhythm.gan at 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-i686/PKGBUILD (from rev 156511, scim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-04-20 01:10:53 UTC (rev 156512)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Gan Lu <rhythm.gan at 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:08 UTC (rev 156511)
+++ install	2012-04-20 01:10:53 UTC (rev 156512)
@@ -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-i686/install (from rev 156511, scim/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2012-04-20 01:10:53 UTC (rev 156512)
@@ -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
+}




More information about the arch-commits mailing list