forked from pool/xfce4-screenshooter
Accepting request 159182 from X11:xfce
- builds with automake 1.13 * automake-1.13.patch (forwarded request 159061 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/159182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-screenshooter?expand=0&rev=22
This commit is contained in:
commit
b57a49a024
13
xfce4-screenshooter-automake-1.13.patch
Normal file
13
xfce4-screenshooter-automake-1.13.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: xfce4-screenshooter-1.8.1/configure.ac
|
||||
===================================================================
|
||||
--- xfce4-screenshooter-1.8.1.orig/configure.ac
|
||||
+++ xfce4-screenshooter-1.8.1/configure.ac
|
||||
@@ -23,7 +23,7 @@ dnl ***************************
|
||||
dnl *** Initialize automake ***
|
||||
dnl ***************************
|
||||
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
|
||||
-AM_CONFIG_HEADER([config.h])
|
||||
+AC_CONFIG_HEADERS([config.h])
|
||||
AM_MAINTAINER_MODE()
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 11:35:46 CET 2013 - pgajdos@suse.cz
|
||||
|
||||
- builds with automake 1.13
|
||||
* automake-1.13.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 7 12:47:08 UTC 2012 - gber@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xfce4-screenshooter
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Guido Berhoerster.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -31,6 +31,8 @@ Source: http://archive.xfce.org/src/apps/xfce4-screenshooter/1.8/%{name}
|
||||
Patch0: xfce4-screenshooter-use-docdir.patch
|
||||
# PATCH-FIX-UPSTREAM xfce4-screenshooter-fix-plugin-linking.patch gber@opensuse.org -- Link the plugin module correctly
|
||||
Patch1: xfce4-screenshooter-fix-plugin-linking.patch
|
||||
# PATCH-FIX-UPSTREAM xfce4-screenshooter-automake-1.13.patch pgajdos@suse.cz
|
||||
Patch2: xfce4-screenshooter-automake-1.13.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: update-desktop-files
|
||||
@ -82,6 +84,7 @@ This package contains the HTML documentation for xfce4-screenshooter.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
xdt-autogen
|
||||
|
Loading…
Reference in New Issue
Block a user