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

Jan de Groot jgc at archlinux.org
Sat Feb 18 12:25:55 UTC 2017


    Date: Saturday, February 18, 2017 @ 12:25:54
  Author: jgc
Revision: 289176

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

Added:
  pangox-compat/repos/extra-i686/PKGBUILD
    (from rev 289175, pangox-compat/trunk/PKGBUILD)
  pangox-compat/repos/extra-x86_64/PKGBUILD
    (from rev 289175, pangox-compat/trunk/PKGBUILD)
Deleted:
  pangox-compat/repos/extra-i686/PKGBUILD
  pangox-compat/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   78 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   26 ----------------
 extra-x86_64/PKGBUILD |   26 ----------------
 3 files changed, 78 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-18 12:25:45 UTC (rev 289175)
+++ extra-i686/PKGBUILD	2017-02-18 12:25:54 UTC (rev 289176)
@@ -1,26 +0,0 @@
-# $Id$ 
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=pangox-compat
-pkgver=0.0.2
-pkgrel=2
-pkgdesc="X Window System font support for Pango"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango')
-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/extra-i686/PKGBUILD (from rev 289175, pangox-compat/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-18 12:25:54 UTC (rev 289176)
@@ -0,0 +1,39 @@
+# $Id$ 
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=pangox-compat
+pkgver=0.0.2+2+gedb9e09
+pkgrel=1
+pkgdesc="X Window System font support for Pango"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango')
+makedepends=(git)
+_commit=edb9e0904d04d1da02bba7b78601a2aba05aaa47  # master
+source=("git+https://git.gnome.org/browse/pangox-compat#commit=$_commit")
+url="http://www.pango.org/"
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-18 12:25:45 UTC (rev 289175)
+++ extra-x86_64/PKGBUILD	2017-02-18 12:25:54 UTC (rev 289176)
@@ -1,26 +0,0 @@
-# $Id$ 
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=pangox-compat
-pkgver=0.0.2
-pkgrel=2
-pkgdesc="X Window System font support for Pango"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango')
-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/extra-x86_64/PKGBUILD (from rev 289175, pangox-compat/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-18 12:25:54 UTC (rev 289176)
@@ -0,0 +1,39 @@
+# $Id$ 
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=pangox-compat
+pkgver=0.0.2+2+gedb9e09
+pkgrel=1
+pkgdesc="X Window System font support for Pango"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango')
+makedepends=(git)
+_commit=edb9e0904d04d1da02bba7b78601a2aba05aaa47  # master
+source=("git+https://git.gnome.org/browse/pangox-compat#commit=$_commit")
+url="http://www.pango.org/"
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make -j1 DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list