Page MenuHomeSolus

D10065.id24538.diff
No OneTemporary

D10065.id24538.diff

diff --git a/files/0001-Reduce-installed-docs.patch b/files/0001-Reduce-installed-docs.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-Reduce-installed-docs.patch
@@ -0,0 +1,29 @@
+From d42a49b0a3aff39334ba36dc5eae5c39d126ffc1 Mon Sep 17 00:00:00 2001
+From: Silke Hofstra <silke@slxh.eu>
+Date: Wed, 23 Dec 2020 21:43:05 +0100
+Subject: [PATCH] Reduce installed docs
+
+---
+ CMakeLists.txt | 6 ------
+ 1 file changed, 6 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 33220739..240f49e4 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -403,12 +403,6 @@ set(uncrustify_headers
+ )
+
+ set(uncrustify_docs
+- "${PROJECT_SOURCE_DIR}/AUTHORS"
+- "${PROJECT_SOURCE_DIR}/BUGS"
+- "${PROJECT_SOURCE_DIR}/ChangeLog"
+- "${PROJECT_SOURCE_DIR}/COPYING"
+- "${PROJECT_SOURCE_DIR}/HELP"
+- "${PROJECT_SOURCE_DIR}/README.md"
+ )
+
+ add_executable(uncrustify ${uncrustify_sources} ${uncrustify_headers})
+--
+2.29.2
+
diff --git a/files/series b/files/series
new file mode 100644
--- /dev/null
+++ b/files/series
@@ -0,0 +1 @@
+0001-Reduce-installed-docs.patch
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : uncrustify
-version : 0.71.0
-release : 4
+version : 0.72.0
+release : 5
source :
- - https://github.com/uncrustify/uncrustify/archive/uncrustify-0.70.1.tar.gz : ad0a7b1f68aa3527d1b89d177d192385fe41b830d46167bde3c3b578e9b0ed06
+ - https://github.com/uncrustify/uncrustify/archive/uncrustify-0.72.0.tar.gz : d6fff70bc7823fac4c77013055333b79a4839909094e8eee8a14ee8f1777374e
license : GPL-2.0-or-later
component : programming.tools
summary : Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala
@@ -10,6 +10,7 @@
Source code beautifier for C, C++, CSharp, ObjectiveC, D, Java, Pawn and Vala.
The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier.
setup : |
+ %apply_patches
%cmake_ninja
build : |
%ninja_build
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -22,33 +22,33 @@
<PartOf>programming.tools</PartOf>
<Files>
<Path fileType="executable">/usr/bin/uncrustify</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/MS-calling_conventions.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/amxmodx.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/ben.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/ben2.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/d.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/defaults.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/freebsd.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/gnu-indent.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/klaus.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/kr-indent.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/linux-indent.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/linux.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/mono.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/msvc.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/objc.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/sun.cfg</Path>
+ <Path fileType="doc">/usr/share/doc/uncrustify/examples/xsupplicant.cfg</Path>
<Path fileType="man">/usr/share/man/man1/uncrustify.1</Path>
- <Path fileType="data">/usr/share/uncrustify/MS-calling_conventions.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/amxmodx.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/ben.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/ben2.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/d.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/defaults.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/freebsd.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/gnu-indent.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/klaus.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/kr-indent.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/linux-indent.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/linux.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/mono.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/msvc.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/objc.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/sun.cfg</Path>
- <Path fileType="data">/usr/share/uncrustify/xsupplicant.cfg</Path>
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2020-07-04</Date>
- <Version>0.71.0</Version>
+ <Update release="5">
+ <Date>2020-12-23</Date>
+ <Version>0.72.0</Version>
<Comment>Packaging update</Comment>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 24 2023, 4:41 PM (11 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5832703
Default Alt Text
D10065.id24538.diff (5 KB)

Event Timeline