[arch-commits] Commit in graphite/repos (8 files)

Pierre Schmitz pierre at archlinux.org
Sat Sep 10 14:59:36 UTC 2011


    Date: Saturday, September 10, 2011 @ 10:59:36
  Author: pierre
Revision: 137743

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

Added:
  graphite/repos/extra-i686/PKGBUILD
    (from rev 137742, graphite/trunk/PKGBUILD)
  graphite/repos/extra-i686/pango-graphite.install
    (from rev 137742, graphite/trunk/pango-graphite.install)
  graphite/repos/extra-x86_64/PKGBUILD
    (from rev 137742, graphite/trunk/PKGBUILD)
  graphite/repos/extra-x86_64/pango-graphite.install
    (from rev 137742, graphite/trunk/pango-graphite.install)
Deleted:
  graphite/repos/extra-i686/PKGBUILD
  graphite/repos/extra-i686/pango-graphite.install
  graphite/repos/extra-x86_64/PKGBUILD
  graphite/repos/extra-x86_64/pango-graphite.install

-------------------------------------+
 extra-i686/PKGBUILD                 |   93 +++++++++++++++-------------------
 extra-i686/pango-graphite.install   |   24 ++++----
 extra-x86_64/PKGBUILD               |   93 +++++++++++++++-------------------
 extra-x86_64/pango-graphite.install |   24 ++++----
 4 files changed, 108 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-09-10 14:58:39 UTC (rev 137742)
+++ extra-i686/PKGBUILD	2011-09-10 14:59:36 UTC (rev 137743)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-# build twice that pango-graphite can pickup the new libgraphite dependency - take care when .so names happen!
-
-pkgbase=graphite
-pkgname=('libgraphite' 'pango-graphite')
-pkgver=2.3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://graphite.sil.org/"
-makedepends=('pango' 'gcc-libs')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/silgraphite/${pkgver}/silgraphite-${pkgver}.tar.gz)
-md5sums=('d35724900f6a4105550293686688bbb3')
-
-build() {
-  cd "${srcdir}/silgraphite-${pkgver}"
-  pushd engine
-    ./configure --prefix=/usr --disable-static
-  make || return 1
-  popd
-  
-  pushd wrappers/pangographite
-  ./configure --prefix=/usr --disable-static
-  make || return 1
-  popd  
-}
-
-package_libgraphite() {
- pkgdesc="SILGraphite - a \"smart font\" rendering engine - the libs and headers"
- license=('custom_SIL Dual license')
- depends=('gcc-libs')
-
-  cd "${srcdir}/silgraphite-${pkgver}"/engine
-  make DESTDIR="$pkgdir/" install || return 1
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 license/*.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_pango-graphite() {
- pkgdesc="SILGraphite support for pango"
- license=('LGPL')
- depends=('pango' 'libgraphite')
- install=pango-graphite.install
- 
-  cd "${srcdir}/silgraphite-${pkgver}"/wrappers/pangographite
-  make DESTDIR="$pkgdir/" install || return 1
-}
\ No newline at end of file

Copied: graphite/repos/extra-i686/PKGBUILD (from rev 137742, graphite/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-09-10 14:59:36 UTC (rev 137743)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgbase=graphite
+pkgname=('libgraphite' 'pango-graphite')
+pkgver=2.3.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://graphite.sil.org/"
+makedepends=('pango' 'gcc-libs')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/silgraphite/silgraphite/${pkgver}/silgraphite-${pkgver}.tar.gz")
+md5sums=('d35724900f6a4105550293686688bbb3')
+
+build() {
+  cd "${srcdir}/silgraphite-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package_libgraphite() {
+  pkgdesc='SILGraphite - a "smart font" rendering engine - the libs and headers'
+  license=('custom_SIL Dual license')
+  depends=('gcc-libs')
+
+  cd "${srcdir}/silgraphite-${pkgver}"/engine
+  make DESTDIR="$pkgdir/" install
+
+  # licenses
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 license/*.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+package_pango-graphite() {
+  pkgdesc="SILGraphite support for pango"
+  license=('LGPL')
+  depends=('pango' 'libgraphite')
+  install=pango-graphite.install
+ 
+  cd "${srcdir}/silgraphite-${pkgver}"/wrappers/pangographite
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-i686/pango-graphite.install
===================================================================
--- extra-i686/pango-graphite.install	2011-09-10 14:58:39 UTC (rev 137742)
+++ extra-i686/pango-graphite.install	2011-09-10 14:59:36 UTC (rev 137743)
@@ -1,12 +0,0 @@
-post_install() {
-	usr/bin/pango-querymodules >etc/pango/pango.modules
-}
-
-post_upgrade() {
-	post_install $1
-}
-
-pre_remove() {
-        post_install $1
-}
-

Copied: graphite/repos/extra-i686/pango-graphite.install (from rev 137742, graphite/trunk/pango-graphite.install)
===================================================================
--- extra-i686/pango-graphite.install	                        (rev 0)
+++ extra-i686/pango-graphite.install	2011-09-10 14:59:36 UTC (rev 137743)
@@ -0,0 +1,12 @@
+post_install() {
+	usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+post_upgrade() {
+	post_install $1
+}
+
+pre_remove() {
+        post_install $1
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-09-10 14:58:39 UTC (rev 137742)
+++ extra-x86_64/PKGBUILD	2011-09-10 14:59:36 UTC (rev 137743)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-# build twice that pango-graphite can pickup the new libgraphite dependency - take care when .so names happen!
-
-pkgbase=graphite
-pkgname=('libgraphite' 'pango-graphite')
-pkgver=2.3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://graphite.sil.org/"
-makedepends=('pango' 'gcc-libs')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/silgraphite/${pkgver}/silgraphite-${pkgver}.tar.gz)
-md5sums=('d35724900f6a4105550293686688bbb3')
-
-build() {
-  cd "${srcdir}/silgraphite-${pkgver}"
-  pushd engine
-    ./configure --prefix=/usr --disable-static
-  make || return 1
-  popd
-  
-  pushd wrappers/pangographite
-  ./configure --prefix=/usr --disable-static
-  make || return 1
-  popd  
-}
-
-package_libgraphite() {
- pkgdesc="SILGraphite - a \"smart font\" rendering engine - the libs and headers"
- license=('custom_SIL Dual license')
- depends=('gcc-libs')
-
-  cd "${srcdir}/silgraphite-${pkgver}"/engine
-  make DESTDIR="$pkgdir/" install || return 1
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 license/*.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-package_pango-graphite() {
- pkgdesc="SILGraphite support for pango"
- license=('LGPL')
- depends=('pango' 'libgraphite')
- install=pango-graphite.install
- 
-  cd "${srcdir}/silgraphite-${pkgver}"/wrappers/pangographite
-  make DESTDIR="$pkgdir/" install || return 1
-}
\ No newline at end of file

Copied: graphite/repos/extra-x86_64/PKGBUILD (from rev 137742, graphite/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-09-10 14:59:36 UTC (rev 137743)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgbase=graphite
+pkgname=('libgraphite' 'pango-graphite')
+pkgver=2.3.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://graphite.sil.org/"
+makedepends=('pango' 'gcc-libs')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/silgraphite/silgraphite/${pkgver}/silgraphite-${pkgver}.tar.gz")
+md5sums=('d35724900f6a4105550293686688bbb3')
+
+build() {
+  cd "${srcdir}/silgraphite-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package_libgraphite() {
+  pkgdesc='SILGraphite - a "smart font" rendering engine - the libs and headers'
+  license=('custom_SIL Dual license')
+  depends=('gcc-libs')
+
+  cd "${srcdir}/silgraphite-${pkgver}"/engine
+  make DESTDIR="$pkgdir/" install
+
+  # licenses
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 license/*.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+package_pango-graphite() {
+  pkgdesc="SILGraphite support for pango"
+  license=('LGPL')
+  depends=('pango' 'libgraphite')
+  install=pango-graphite.install
+ 
+  cd "${srcdir}/silgraphite-${pkgver}"/wrappers/pangographite
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-x86_64/pango-graphite.install
===================================================================
--- extra-x86_64/pango-graphite.install	2011-09-10 14:58:39 UTC (rev 137742)
+++ extra-x86_64/pango-graphite.install	2011-09-10 14:59:36 UTC (rev 137743)
@@ -1,12 +0,0 @@
-post_install() {
-	usr/bin/pango-querymodules >etc/pango/pango.modules
-}
-
-post_upgrade() {
-	post_install $1
-}
-
-pre_remove() {
-        post_install $1
-}
-

Copied: graphite/repos/extra-x86_64/pango-graphite.install (from rev 137742, graphite/trunk/pango-graphite.install)
===================================================================
--- extra-x86_64/pango-graphite.install	                        (rev 0)
+++ extra-x86_64/pango-graphite.install	2011-09-10 14:59:36 UTC (rev 137743)
@@ -0,0 +1,12 @@
+post_install() {
+	usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+post_upgrade() {
+	post_install $1
+}
+
+pre_remove() {
+        post_install $1
+}
+




More information about the arch-commits mailing list