View Issue Details

IDProjectCategoryView StatusLast Update
0014340ScribusBuild Systempublic2016-11-06 13:08
Reportermapreri Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.5.2 
Target Version1.5.3Fixed in Version1.5.3.svn 
Summary0014340: name the manpages after -DCUSTOM_VERSIONTAG
DescriptionFollowing 0014273 there is another part of scribus that doesn't respect -DCUSTOM_VERSIONTAG, which is the file name of the manpages.

Attached patch renames them.
Tagspatch
PatchYes

Activities

mapreri

2016-10-31 15:21

developer  

name-manpages-after-versiontag.patch (612 bytes)   
Description: rename the manpages after -DCUSTOM_VERSIONTAG
Author: Mattia Rizzolo <mattia@debian.org>
Last-Update: 2016-08-07
Forwarded: no

--- a/scribus/manpages/CMakeLists.txt
+++ b/scribus/manpages/CMakeLists.txt
@@ -5,16 +5,17 @@
 INSTALL(FILES
 scribus.1
   DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
+  RENAME scribus${TAG_VERSION}.1
 )
 
 INSTALL(FILES
 scribus.1.de
   DESTINATION ${CMAKE_INSTALL_MANDIR}/de/man1
-  RENAME scribus.1
+  RENAME scribus${TAG_VERSION}.1
 )
 
 INSTALL(FILES
 scribus.1.pl
   DESTINATION ${CMAKE_INSTALL_MANDIR}/pl/man1
-  RENAME scribus.1
+  RENAME scribus${TAG_VERSION}.1
 )

Kunda

2016-11-01 00:55

updater   ~0042260

@mapreri your patch was merged in r21484
Thanks!

Issue History

Date Modified Username Field Change
2016-10-31 15:21 mapreri New Issue
2016-10-31 15:21 mapreri File Added: name-manpages-after-versiontag.patch
2016-10-31 15:21 mapreri Tag Attached: patch
2016-10-31 18:50 cbradney Assigned To => cbradney
2016-10-31 18:50 cbradney Status new => resolved
2016-10-31 18:50 cbradney Resolution open => fixed
2016-10-31 18:50 cbradney Fixed in Version => 1.5.3.svn
2016-11-01 00:55 Kunda Note Added: 0042260
2016-11-01 00:55 Kunda Target Version => 1.5.3
2016-11-01 00:56 Kunda Status resolved => closed
2016-11-06 13:08 jghali Summary [PATCH] name the manpages after -DCUSTOM_VERSIONTAG => name the manpages after -DCUSTOM_VERSIONTAG