Date: Monday, December 7, 2015 @ 07:13:07
  Author: bpiotrowski
Revision: 149640

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  scribus/repos/community-staging-i686/
  scribus/repos/community-staging-i686/PKGBUILD
    (from rev 149639, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-i686/install
    (from rev 149639, scribus/trunk/install)
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
    (from rev 149639, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-x86_64/install
    (from rev 149639, scribus/trunk/install)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   49 ++++++++++++++++++++++++++++++++++++
 community-staging-i686/install    |   11 ++++++++
 community-staging-x86_64/PKGBUILD |   49 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/install  |   11 ++++++++
 4 files changed, 120 insertions(+)

Copied: scribus/repos/community-staging-i686/PKGBUILD (from rev 149639, 
scribus/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-07 06:13:07 UTC (rev 149640)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: tobias <[email protected]>
+# Contributor: Ben <[email protected]>
+
+pkgname=scribus
+pkgver=1.4.5
+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')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('70685aeb66d1f8f4984125c56f8f6e059af267c3')
+
+install=install
+
+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-staging-i686/install (from rev 149639, 
scribus/trunk/install)
===================================================================
--- community-staging-i686/install                              (rev 0)
+++ community-staging-i686/install      2015-12-07 06:13:07 UTC (rev 149640)
@@ -0,0 +1,11 @@
+post_install() {
+       update-mime-database usr/share/mime &> /dev/null
+       update-desktop-database -q
+}
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: scribus/repos/community-staging-x86_64/PKGBUILD (from rev 149639, 
scribus/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 06:13:07 UTC (rev 149640)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: tobias <[email protected]>
+# Contributor: Ben <[email protected]>
+
+pkgname=scribus
+pkgver=1.4.5
+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')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('70685aeb66d1f8f4984125c56f8f6e059af267c3')
+
+install=install
+
+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-staging-x86_64/install (from rev 149639, 
scribus/trunk/install)
===================================================================
--- community-staging-x86_64/install                            (rev 0)
+++ community-staging-x86_64/install    2015-12-07 06:13:07 UTC (rev 149640)
@@ -0,0 +1,11 @@
+post_install() {
+       update-mime-database usr/share/mime &> /dev/null
+       update-desktop-database -q
+}
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to