[arch-commits] Commit in scribus/repos (8 files)

Gaetan Bisson bisson at archlinux.org
Wed Jan 13 08:32:43 UTC 2016


    Date: Wednesday, January 13, 2016 @ 09:32:43
  Author: bisson
Revision: 156298

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

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

---------------------------+
 /PKGBUILD                 |  100 ++++++++++++++++++++++++++++++++++++++++++++
 /install                  |   22 +++++++++
 community-i686/PKGBUILD   |   49 ---------------------
 community-i686/install    |   11 ----
 community-x86_64/PKGBUILD |   49 ---------------------
 community-x86_64/install  |   11 ----
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-13 08:32:12 UTC (rev 156297)
+++ community-i686/PKGBUILD	2016-01-13 08:32:43 UTC (rev 156298)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: tobias <tobias at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-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-i686/PKGBUILD (from rev 156297, scribus/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-13 08:32:43 UTC (rev 156298)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Ben <ben at 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"
+}

Deleted: community-i686/install
===================================================================
--- community-i686/install	2016-01-13 08:32:12 UTC (rev 156297)
+++ community-i686/install	2016-01-13 08:32:43 UTC (rev 156298)
@@ -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
-}

Copied: scribus/repos/community-i686/install (from rev 156297, scribus/trunk/install)
===================================================================
--- community-i686/install	                        (rev 0)
+++ community-i686/install	2016-01-13 08:32:43 UTC (rev 156298)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-13 08:32:12 UTC (rev 156297)
+++ community-x86_64/PKGBUILD	2016-01-13 08:32:43 UTC (rev 156298)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: tobias <tobias at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-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-x86_64/PKGBUILD (from rev 156297, scribus/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-13 08:32:43 UTC (rev 156298)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Ben <ben at 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"
+}

Deleted: community-x86_64/install
===================================================================
--- community-x86_64/install	2016-01-13 08:32:12 UTC (rev 156297)
+++ community-x86_64/install	2016-01-13 08:32:43 UTC (rev 156298)
@@ -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
-}

Copied: scribus/repos/community-x86_64/install (from rev 156297, scribus/trunk/install)
===================================================================
--- community-x86_64/install	                        (rev 0)
+++ community-x86_64/install	2016-01-13 08:32:43 UTC (rev 156298)
@@ -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
+}



More information about the arch-commits mailing list