[arch-commits] Commit in appstream-glib/repos (4 files)
Jan Steffens
heftig at archlinux.org
Fri Feb 6 02:44:26 UTC 2015
Date: Friday, February 6, 2015 @ 03:44:25
Author: heftig
Revision: 230888
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
appstream-glib/repos/extra-i686/PKGBUILD
(from rev 230887, appstream-glib/trunk/PKGBUILD)
appstream-glib/repos/extra-x86_64/PKGBUILD
(from rev 230887, appstream-glib/trunk/PKGBUILD)
Deleted:
appstream-glib/repos/extra-i686/PKGBUILD
appstream-glib/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 25 ----------------
extra-x86_64/PKGBUILD | 25 ----------------
3 files changed, 74 insertions(+), 50 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-02-06 02:43:17 UTC (rev 230887)
+++ extra-i686/PKGBUILD 2015-02-06 02:44:25 UTC (rev 230888)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=appstream-glib
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Provides GObjects and helper methods to make it easy to read and write AppStream metadata."
-arch=('i686' 'x86_64')
-url="http://people.freedesktop.org/~hughsient/appstream-glib/"
-license=('LGPL')
-depends=('glib2' 'libsoup' 'gdk-pixbuf2' 'libarchive' 'gtk3' 'libyaml')
-makedepends=('intltool')
-source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('f4be91093be4d43856258766684e7744')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: appstream-glib/repos/extra-i686/PKGBUILD (from rev 230887, appstream-glib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-06 02:44:25 UTC (rev 230888)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Provides GObjects and helper methods to make it easy to read and write AppStream metadata"
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/"
+license=('LGPL')
+depends=('gtk3' 'libyaml' 'pacman')
+makedepends=('intltool')
+provides=('appdata-tools')
+conflicts=('appdata-tools')
+replaces=('appdata-tools')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('b3652e289d5fade9efbc07b9eabff488')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --enable-alpm
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make -k check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-02-06 02:43:17 UTC (rev 230887)
+++ extra-x86_64/PKGBUILD 2015-02-06 02:44:25 UTC (rev 230888)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=appstream-glib
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Provides GObjects and helper methods to make it easy to read and write AppStream metadata."
-arch=('i686' 'x86_64')
-url="http://people.freedesktop.org/~hughsient/appstream-glib/"
-license=('LGPL')
-depends=('glib2' 'libsoup' 'gdk-pixbuf2' 'libarchive' 'gtk3' 'libyaml')
-makedepends=('intltool')
-source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('f4be91093be4d43856258766684e7744')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 230887, appstream-glib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-02-06 02:44:25 UTC (rev 230888)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Provides GObjects and helper methods to make it easy to read and write AppStream metadata"
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/"
+license=('LGPL')
+depends=('gtk3' 'libyaml' 'pacman')
+makedepends=('intltool')
+provides=('appdata-tools')
+conflicts=('appdata-tools')
+replaces=('appdata-tools')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('b3652e289d5fade9efbc07b9eabff488')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --enable-alpm
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make -k check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list