Date: Thursday, May 5, 2016 @ 11:47:04
  Author: bisson
Revision: 173823

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

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

---------------------------+
 /PKGBUILD                 |   96 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   50 ----------------------
 community-i686/install    |   11 -----
 community-x86_64/PKGBUILD |   50 ----------------------
 community-x86_64/install  |   11 -----
 5 files changed, 96 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-05-05 09:44:28 UTC (rev 173822)
+++ community-i686/PKGBUILD     2016-05-05 09:47:04 UTC (rev 173823)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: tobias <tob...@archlinux.org>
-# Contributor: Ben <b...@benmazer.net>
-
-pkgname=scribus
-pkgver=1.4.6
-pkgrel=1
-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')
-
-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-i686/PKGBUILD (from rev 173822, 
scribus/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-05-05 09:47:04 UTC (rev 173823)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: tobias <tob...@archlinux.org>
+# Contributor: Ben <b...@benmazer.net>
+
+pkgname=scribus
+pkgver=1.4.6
+pkgrel=2
+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"
+}

Deleted: community-i686/install
===================================================================
--- community-i686/install      2016-05-05 09:44:28 UTC (rev 173822)
+++ community-i686/install      2016-05-05 09:47:04 UTC (rev 173823)
@@ -1,11 +0,0 @@
-post_install() {
-       update-mime-database usr/share/mime &> /dev/null
-       update-desktop-database -q
-}
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-05-05 09:44:28 UTC (rev 173822)
+++ community-x86_64/PKGBUILD   2016-05-05 09:47:04 UTC (rev 173823)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: tobias <tob...@archlinux.org>
-# Contributor: Ben <b...@benmazer.net>
-
-pkgname=scribus
-pkgver=1.4.6
-pkgrel=1
-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')
-
-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-x86_64/PKGBUILD (from rev 173822, 
scribus/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-05 09:47:04 UTC (rev 173823)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: tobias <tob...@archlinux.org>
+# Contributor: Ben <b...@benmazer.net>
+
+pkgname=scribus
+pkgver=1.4.6
+pkgrel=2
+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"
+}

Deleted: community-x86_64/install
===================================================================
--- community-x86_64/install    2016-05-05 09:44:28 UTC (rev 173822)
+++ community-x86_64/install    2016-05-05 09:47:04 UTC (rev 173823)
@@ -1,11 +0,0 @@
-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