[arch-commits] Commit in libtiger/repos/extra-x86_64 (2 files)

Jelle van der Waa jelle at archlinux.org
Wed May 30 20:14:11 UTC 2018


    Date: Wednesday, May 30, 2018 @ 20:14:11
  Author: jelle
Revision: 325210

archrelease: copy trunk to extra-x86_64

Added:
  libtiger/repos/extra-x86_64/0001-Fix-automake.patch
    (from rev 325208, libtiger/trunk/0001-Fix-automake.patch)
Deleted:
  libtiger/repos/extra-x86_64/PKGBUILD

-------------------------+
 0001-Fix-automake.patch |   49 ++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD                |   31 -----------------------------
 2 files changed, 49 insertions(+), 31 deletions(-)

Copied: libtiger/repos/extra-x86_64/0001-Fix-automake.patch (from rev 325208, libtiger/trunk/0001-Fix-automake.patch)
===================================================================
--- 0001-Fix-automake.patch	                        (rev 0)
+++ 0001-Fix-automake.patch	2018-05-30 20:14:11 UTC (rev 325210)
@@ -0,0 +1,49 @@
+From b1f7c2dafaab5ed57d28ad241ffc93d55043e849 Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa <j.vanderwaa at kopano.com>
+Date: Wed, 21 Jun 2017 13:57:18 +0200
+Subject: [PATCH] Fix automake
+
+---
+ Makefile.am     | 2 --
+ configure.ac    | 1 +
+ doc/Makefile.am | 2 --
+ 3 files changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index c5d6b6e..644a1a9 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -11,8 +11,6 @@ tigerinc_HEADERS=include/tiger/tiger.h include/tiger/tiger_config.h
+ tigerpc_DATA=misc/pkgconfig/tiger.pc
+ noinst_DATA=misc/pkgconfig/tiger-uninstalled.pc
+ 
+-LIBTOOLFLAGS=--silent
+-
+ AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include
+ 
+ lib_libtiger_la_SOURCES=\
+diff --git a/configure.ac b/configure.ac
+index 2f63684..ae5f971 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -26,6 +26,7 @@ dnl     then set AGE to 0.
+ 
+ LIBTIGER_SHARED_VERSION="5:2:0"
+ 
++AM_PROG_AR
+ AC_PROG_CC_C_O
+ AC_PROG_LIBTOOL
+ AC_PROG_GREP
+diff --git a/doc/Makefile.am b/doc/Makefile.am
+index 70d48c5..d5aff38 100644
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -1,5 +1,3 @@
+-LIBTOOLFLAGS=--silent
+-
+ # dependency to get doc to be built
+ noinst_DATA = .doc-dummy-target
+ 
+-- 
+2.13.1
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 20:13:49 UTC (rev 325209)
+++ PKGBUILD	2018-05-30 20:14:11 UTC (rev 325210)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
-
-pkgname=libtiger
-pkgver=0.3.4
-pkgrel=4
-pkgdesc="A rendering library for Kate streams using Pango and Cairo"
-url="http://libtiger.googlecode.com/"
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('pango' 'libkate')
-makedepends=('pkg-config')
-source=("http://libtiger.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=("dc1dbeb658c95485ba10b9b2897b4ae2")
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --enable-static=no \
-              --disable-doc
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}



More information about the arch-commits mailing list