[Lunar-commits] <moonbase-kde> scribus: Version bump and a few other adjustments.
stumbles
stumbles at lunar-linux.org
Sun Aug 18 02:54:04 CEST 2013
commit 9e11f44e447789a8a181c0b181cb5bd00f4b01ee
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 17 Aug 2013 17:53:28 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/9e11f44e447789a8a181c0b181cb5bd00f4b01ee
scribus: Version bump and a few other adjustments.
---
qt4-apps/scribus/BUILD | +0/-6
qt4-apps/scribus/DEPENDS | +1/-0
qt4-apps/scribus/DETAILS | +3/-3
qt4-apps/scribus/PRE_BUILD | +5/-0
4 files changed, 9 insertions(+), 9 deletions(-)
--- a/qt4-apps/scribus/BUILD
+++ b/qt4-apps/scribus/BUILD
@@ -1,12 +1,6 @@
-(
-
- sedit 's/vnd.scribus.desktop/scribus.desktop/' CMakeLists.txt &&
- sedit 's/## PL We may not need this anymore/INSTALL(FILES scribus.desktop DESTINATION ${DESKTOPDIR} )/' CMakeLists.txt &&
source /etc/profile.d/qt4.rc &&
default_cmake_build &&
install -Dm0644 ${SOURCE_DIRECTORY}/resources/icons/AppIcon.png /usr/share/icons/hicolor/32x32/apps/scribus.png
-
-) > $C_FIFO 2>&1
--- a/qt4-apps/scribus/DEPENDS
+++ b/qt4-apps/scribus/DEPENDS
@@ -13,4 +13,5 @@ optional_depends cairo "" "" "for vector graphics support"
optional_depends aspell "-DWITH_ASPELL=ON" "-DWITH_ASPELL=OFF" "for spelling support"
optional_depends podofo "-DWITH_PODOFO=ON" "-DWITH_PODOFO=OFF" "for enchanced Illustrator AI/EPS import support"
optional_depends pil "" "" "for font sampler preview support"
+optional_depends hunspell "-DWANT_HUNSPELL=ON" "-DWANT_HUNSPELL=OFF" "To enable support for spell checking with hunspell, if no uses internal"
optional_depends ghostscript "" "" "for additional PDF support"
--- a/qt4-apps/scribus/DETAILS
+++ b/qt4-apps/scribus/DETAILS
@@ -1,12 +1,12 @@
MODULE=scribus
- VERSION=1.4.2
+ VERSION=1.4.3
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:6e67e98fa315a2890d9cbb12eed49ecebb7f11cb
+ SOURCE_VFY=sha1:30c111762790e4407c13236bbb4b06f04e907f71
MODULE_PREFIX=${QT4_PREFIX:-/usr}
WEB_SITE=http://www.scribus.net
ENTERED=20100116
- UPDATED=20130115
+ UPDATED=20130817
SHORT="A desktop publishing program based on QT"
cat << EOF
--- /dev/null
+++ b/qt4-apps/scribus/PRE_BUILD
@@ -0,0 +1,5 @@
+
+ default_pre_build &&
+
+ sedit 's/vnd.scribus.desktop/scribus.desktop/' CMakeLists.txt &&
+ sedit 's/## PL We may not need this anymore/INSTALL(FILES scribus.desktop DESTINATION ${DESKTOPDIR} )/' CMakeLists.txt
More information about the Lunar-commits
mailing list