automatic version update by autodist [release 3.44-1mamba;Sat Aug 25 2018]
This commit is contained in:
parent
ef7381d25d
commit
11c87123b9
11
highlight-3.33-termcap.patch
Normal file
11
highlight-3.33-termcap.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -Nru highlight-3.33.orig/src/gui-qt/highlight.pro highlight-3.33/src/gui-qt/highlight.pro
|
||||||
|
--- highlight-3.33.orig/src/gui-qt/highlight.pro 2016-12-16 11:12:44.694150984 +0100
|
||||||
|
+++ highlight-3.33/src/gui-qt/highlight.pro 2016-12-16 11:14:54.566710464 +0100
|
||||||
|
@@ -36,6 +36,7 @@
|
||||||
|
DESTDIR = ../
|
||||||
|
LIBS += -L.. -lhighlight
|
||||||
|
LIBS += -llua
|
||||||
|
+ LIBS += -ltermcap
|
||||||
|
CONFIG += link_pkgconfig
|
||||||
|
PKGCONFIG += lua
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: highlight
|
Name: highlight
|
||||||
Version: 3.25
|
Version: 3.44
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A universal source code to formatted text converter
|
Summary: A universal source code to formatted text converter
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -10,6 +10,7 @@ Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|||||||
URL: http://www.andre-simon.de/
|
URL: http://www.andre-simon.de/
|
||||||
Source: http://www.andre-simon.de/zip/highlight-%{version}.tar.bz2
|
Source: http://www.andre-simon.de/zip/highlight-%{version}.tar.bz2
|
||||||
Patch: highlight-2.15-doc_dir.patch
|
Patch: highlight-2.15-doc_dir.patch
|
||||||
|
Patch1: highlight-3.33-termcap.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -51,8 +52,8 @@ This package contains the Qt-based GUI.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{majver}
|
%setup -q -n %{name}-%{majver}
|
||||||
#%patch -p1
|
#%patch -p1
|
||||||
|
|
||||||
sed -i "s|\-llua5\.1||g" src/gui-qt/highlight.pro
|
sed -i "s|\-llua5\.1||g" src/gui-qt/highlight.pro
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
# Provides: exclude perl(highlight_pipe) from examples
|
# Provides: exclude perl(highlight_pipe) from examples
|
||||||
cat <<__EOF__ > %{name}-perl.prov
|
cat <<__EOF__ > %{name}-perl.prov
|
||||||
@ -110,6 +111,9 @@ rm -rf examples/plugins/movabletype
|
|||||||
#%doc ChangeLog README* TODO examples
|
#%doc ChangeLog README* TODO examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 25 2018 Automatic Build System <autodist@mambasoft.it> 3.44-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jan 21 2016 Automatic Build System <autodist@mambasoft.it> 3.25-1mamba
|
* Thu Jan 21 2016 Automatic Build System <autodist@mambasoft.it> 3.25-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user