[arch-commits] Commit in pangox-compat/repos (6 files)

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:23:03 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:23:02
  Author: jgc
Revision: 169162

db-move: moved pangox-compat from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  pangox-compat/repos/testing-i686/
  pangox-compat/repos/testing-i686/PKGBUILD
    (from rev 169138, pangox-compat/repos/gnome-unstable-i686/PKGBUILD)
  pangox-compat/repos/testing-x86_64/
  pangox-compat/repos/testing-x86_64/PKGBUILD
    (from rev 169138, pangox-compat/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  pangox-compat/repos/gnome-unstable-i686/
  pangox-compat/repos/gnome-unstable-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: pangox-compat/repos/testing-i686/PKGBUILD (from rev 169138, pangox-compat/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:23:02 UTC (rev 169162)
@@ -0,0 +1,27 @@
+# $Id$ 
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=pangox-compat
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="X Window System font support for Pango"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+}

Copied: pangox-compat/repos/testing-x86_64/PKGBUILD (from rev 169138, pangox-compat/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:23:02 UTC (rev 169162)
@@ -0,0 +1,27 @@
+# $Id$ 
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=pangox-compat
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="X Window System font support for Pango"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/"
+sha256sums=('552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list