[arch-commits] Commit in scribus/repos/community-x86_64 (4 files)

2020-11-15 Thread Bruno Pagani via arch-commits
Date: Sunday, November 15, 2020 @ 12:46:20
  Author: archange
Revision: 754442

archrelease: copy trunk to community-x86_64

Added:
  scribus/repos/community-x86_64/PKGBUILD
(from rev 754441, scribus/trunk/PKGBUILD)
Deleted:
  scribus/repos/community-x86_64/PKGBUILD
  scribus/repos/community-x86_64/scribus-boost-1.71.patch
  scribus/repos/community-x86_64/scribus-poppler-0.86.patch

+
 PKGBUILD   |  139 
 scribus-boost-1.71.patch   |   12 --
 scribus-poppler-0.86.patch |  186 ---
 3 files changed, 53 insertions(+), 284 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 12:45:55 UTC (rev 754441)
+++ PKGBUILD2020-11-15 12:46:20 UTC (rev 754442)
@@ -1,86 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Maintainer: Bruno Pagani 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ronald van Haren 
-# Contributor: tobias 
-# Contributor: Ben 
-
-pkgname=scribus
-pkgver=1.5.5
-pkgrel=14
-pkgdesc="Desktop publishing software"
-arch=(x86_64)
-url="https://www.scribus.net/";
-license=(GPL)
-depends=(qt5-base harfbuzz-icu poppler python2 hunspell podofo openscenegraph
- libcdr libfreehand libmspub libpagemaker libqxp libvisio libzmf) # 
graphicsmagick
-makedepends=(cmake boost mesa qt5-tools)
-optdepends=('tk: scripts based on tkinter'
-'hyphen-lang: hyphenation patterns for desired languages')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
- scribus-boost-1.71.patch
- 
scribus-qt-5.15.patch::"https://github.com/scribusproject/scribus/commit/17d6a983.patch";
- 
scribus-poppler-0.82.patch::"https://github.com/scribusproject/scribus/commit/6db15ec1.patch";
- 
scribus-poppler-0.83.patch::"https://github.com/scribusproject/scribus/commit/b51c2bab.patch";
- 
scribus-poppler-0.84.patch::"https://github.com/scribusproject/scribus/commit/37425599.patch";
- scribus-poppler-0.86.patch)
-sha256sums=('7908b21a6ce843269f58cedf5f8f791893257e6201cce5fbddc70daca2fe3f71'
-'SKIP'
-'19e20b11c0bce2dce07a845e31adb9ff1b680746698fa150d4572776513b243e'
-'0378bb9f945df0368fba4372c540440e39ecab7d7e102111419b0db871283922'
-'a948a5ee53842ffc8acc3f6720291819d55d2ff370c2b46ddffc1122cba07e7f'
-'5631f5a19565cdbd1290c4e1a2c5a87e56ca0af17017c191dc0c00c97a456b3b'
-'7c0c13abec2682398591ee66e9ab4547b9e0da66f135dd2357f8977589403694'
-'ac660067894effdde20e92c2f32095336707a7f6f3f277316498999096f65445')
-validpgpkeys=(5086B8D68E70FDDF4C40045AEF7B95E7F60166DA  # Peter Linnell 

-  757F5E9B13DD648887AD50092D47C099E782504E  # The Scribus Team 
(www.scribus.net) 
-  6558BE84D27273A438A151198BEA48118AEBEE64) # Craig Bradney 

-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-# Fix python name
-sed \
--e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
--e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
--i scribus/plugins/scriptplugin/{samples,scripts}/*
-
-mkdir -p build
-
-patch -p1 -i ../scribus-boost-1.71.patch # Fix build with boost 1.71
-patch -p1 -i ../scribus-qt-5.15.patch # Fix build with Qt 5.15
-patch -p1 -i ../scribus-poppler-0.82.patch # Fix build with poppler 0.82
-patch -p1 -i ../scribus-poppler-0.83.patch # Fix build with poppler 0.83
-patch -p1 -i ../scribus-poppler-0.84.patch # Fix build with poppler 0.84
-patch -p1 -i ../scribus-poppler-0.86.patch # Fix build with poppler 0.86
-}
-
-build() {
-cd ${pkgname}-${pkgver}/build
-cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_SKIP_RPATH=ON
-# FS#59800
-#-DWANT_GRAPHICSMAGICK=1
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}/build
-
-make DESTDIR="${pkgdir}" install
-
-cd ..
-
-install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
-
-for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
-do
-install -Dm644 resources/iconsets/artwork/icon_${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}/apps/scribus.png
-done
-
-# Use system hyphen
-rm -rf "${pkgdir}"/usr/share/scribus/dicts/hyph
-ln -sf /usr/share/hyphen "${pkgdir}"/usr/share/scribus/dicts/hyph
-}

Copied: scribus/repos/community-x86_64/PKGBUILD (from rev 754441, 
scribus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 12:46:20 UTC (rev 754442)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.6.1
+pkgrel=1
+pkgdesc="Desktop publishing software"
+arch=(x86_64)

[arch-commits] Commit in scribus/repos/community-x86_64 (4 files)

2018-04-28 Thread Gaƫtan Bisson via arch-commits
Date: Saturday, April 28, 2018 @ 21:13:14
  Author: bisson
Revision: 318411

archrelease: copy trunk to community-x86_64

Added:
  scribus/repos/community-x86_64/PKGBUILD
(from rev 318410, scribus/trunk/PKGBUILD)
  scribus/repos/community-x86_64/PKGBUILD.next
(from rev 318410, scribus/trunk/PKGBUILD.next)
Deleted:
  scribus/repos/community-x86_64/PKGBUILD
  scribus/repos/community-x86_64/PKGBUILD.next

---+
 PKGBUILD  |   97 
 PKGBUILD.next |   96 ---
 2 files changed, 98 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 21:12:20 UTC (rev 318410)
+++ PKGBUILD2018-04-28 21:13:14 UTC (rev 318411)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ronald van Haren 
-# Contributor: tobias 
-# Contributor: Ben 
-
-pkgname=scribus
-pkgver=1.4.6
-pkgrel=4
-pkgdesc='Desktop publishing software'
-url='http://www.scribus.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'boost' 'mesa')
-optdepends=('tk: scripts based on tkinter')
-depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
- 'ghostscript' 'python2' 'podofo' 'boost-libs'
- 'desktop-file-utils' 'shared-mime-info')
-validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha1sums=('f04a2eecfb531af4beb99645f85165be161b00a3' 'SKIP')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed \
-   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-   -i scribus/plugins/scriptplugin/{samples,scripts}/*
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DLIB_SUFFIX=""
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../scribus.desktop 
"${pkgdir}/usr/share/applications/scribus.desktop"
-   install -Dm644 ../resources/icons/AppIcon.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/scribus.png"
-}

Copied: scribus/repos/community-x86_64/PKGBUILD (from rev 318410, 
scribus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 21:13:14 UTC (rev 318411)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.4.7
+pkgrel=1
+pkgdesc='Desktop publishing software'
+url='http://www.scribus.net/'
+license=('GPL')
+arch=('x86_64')
+makedepends=('cmake' 'boost' 'mesa')
+optdepends=('tk: scripts based on tkinter')
+depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
+ 'ghostscript' 'python2' 'podofo' 'boost-libs'
+ 'desktop-file-utils' 'shared-mime-info')
+validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('42d335b4a59c26c8ae1e3f601676baa3c42b035b8cde326d195f7a30078e5fec'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed \
+   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   -i scribus/plugins/scriptplugin/{samples,scripts}/*
+   install -d build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DLIB_SUFFIX=""
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../scribus.desktop 
"${pkgdir}/usr/share/applications/scribus.desktop"
+   install -Dm644 ../resources/icons/AppIcon.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/scribus.png"
+}

Deleted: PKGBUILD.next
===
--- PKGBUILD.next   2018-04-28 21:12:20 UTC (rev 318410)
+++ PKGBUILD.next   2018-04-28 21:13:14 UTC (rev 318411)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 173822 2016-05-05 09:44:28Z bisson $
-# Maintainer: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ronald van Haren 
-# Contributor: tobias 
-# Contributor: Ben 
-
-pkgname=scribus
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='Desktop publishing s