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

Gaetan Bisson bisson at nymeria.archlinux.org
Thu May 29 04:49:24 UTC 2014


    Date: Thursday, May 29, 2014 @ 06:49:23
  Author: bisson
Revision: 112063

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

Added:
  scribus/repos/community-i686/PKGBUILD
    (from rev 112062, scribus/trunk/PKGBUILD)
  scribus/repos/community-i686/install
    (from rev 112062, scribus/trunk/install)
  scribus/repos/community-x86_64/PKGBUILD
    (from rev 112062, scribus/trunk/PKGBUILD)
  scribus/repos/community-x86_64/install
    (from rev 112062, scribus/trunk/install)
Deleted:
  scribus/repos/community-i686/CalendarWizard.patch
  scribus/repos/community-i686/PKGBUILD
  scribus/repos/community-i686/install
  scribus/repos/community-x86_64/CalendarWizard.patch
  scribus/repos/community-x86_64/PKGBUILD
  scribus/repos/community-x86_64/install

---------------------------------------+
 /PKGBUILD                             |   98 ++++++++++++++++++++++++++++++++
 /install                              |   22 +++++++
 community-i686/CalendarWizard.patch   |   23 -------
 community-i686/PKGBUILD               |   52 ----------------
 community-i686/install                |   11 ---
 community-x86_64/CalendarWizard.patch |   23 -------
 community-x86_64/PKGBUILD             |   52 ----------------
 community-x86_64/install              |   11 ---
 8 files changed, 120 insertions(+), 172 deletions(-)

Deleted: community-i686/CalendarWizard.patch
===================================================================
--- community-i686/CalendarWizard.patch	2014-05-29 04:48:47 UTC (rev 112062)
+++ community-i686/CalendarWizard.patch	2014-05-29 04:49:23 UTC (rev 112063)
@@ -1,23 +0,0 @@
-Modified: trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py
-URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18692&path=/trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py
-==============================================================================
---- trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py (original)
-+++ trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py Tue Jan  7 20:09:18 2014
-@@ -491,11 +491,11 @@
-         self.langLabel = Label(self, text='Select language:')
- 
-         self.langFrame = Frame(self)
--        self.langFrame.pack()
--        self.langScrollbar = Scrollbar(self.langFrame)
--        self.langScrollbar.pack(fill=Y, side=RIGHT)
-+        self.langFrame.grid()
-+        self.langScrollbar = Scrollbar(self.langFrame, orient=VERTICAL)
-+        self.langScrollbar.grid(row=0, column=1, sticky=N+S)
-         self.langListbox = Listbox(self.langFrame, selectmode=SINGLE, height=10, yscrollcommand=self.langScrollbar.set)
--        self.langListbox.pack(fill=X,side=LEFT)
-+        self.langListbox.grid(row=0, column=0, sticky=N+S+E+W)
-         self.langScrollbar.config(command=self.langListbox.yview)
- 
-         keys = localization.keys()
-
-

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-29 04:48:47 UTC (rev 112062)
+++ community-i686/PKGBUILD	2014-05-29 04:49:23 UTC (rev 112063)
@@ -1,52 +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.3
-pkgrel=3
-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.xz"
-        'CalendarWizard.patch')
-sha1sums=('30c111762790e4407c13236bbb4b06f04e907f71'
-          'a92629a98bc960a6f7f946faf2d6f06e9d1e9452')
-
-install=install
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p2 -i ../CalendarWizard.patch
-	sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
-	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}/build"
-	cmake "../${pkgname}-${pkgver}" \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_SKIP_RPATH=ON \
-		-DLIB_SUFFIX=""
-	make
-}
-
-package() {
-	cd "${srcdir}/build"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 "../${pkgname}-${pkgver}/scribus.desktop" "${pkgdir}/usr/share/applications/scribus.desktop"
-}

Copied: scribus/repos/community-i686/PKGBUILD (from rev 112062, scribus/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-29 04:49:23 UTC (rev 112063)
@@ -0,0 +1,49 @@
+# $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.4
+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')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('7bd3b4a7d6e6262126079847c617b3a25ba8ab06')
+
+install=install
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
+	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}/build"
+	cmake "../${pkgname}-${pkgver}" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DLIB_SUFFIX=""
+	make
+}
+
+package() {
+	cd "${srcdir}/build"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 "../${pkgname}-${pkgver}/scribus.desktop" "${pkgdir}/usr/share/applications/scribus.desktop"
+}

Deleted: community-i686/install
===================================================================
--- community-i686/install	2014-05-29 04:48:47 UTC (rev 112062)
+++ community-i686/install	2014-05-29 04:49:23 UTC (rev 112063)
@@ -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 112062, scribus/trunk/install)
===================================================================
--- community-i686/install	                        (rev 0)
+++ community-i686/install	2014-05-29 04:49:23 UTC (rev 112063)
@@ -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/CalendarWizard.patch
===================================================================
--- community-x86_64/CalendarWizard.patch	2014-05-29 04:48:47 UTC (rev 112062)
+++ community-x86_64/CalendarWizard.patch	2014-05-29 04:49:23 UTC (rev 112063)
@@ -1,23 +0,0 @@
-Modified: trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py
-URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18692&path=/trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py
-==============================================================================
---- trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py (original)
-+++ trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py Tue Jan  7 20:09:18 2014
-@@ -491,11 +491,11 @@
-         self.langLabel = Label(self, text='Select language:')
- 
-         self.langFrame = Frame(self)
--        self.langFrame.pack()
--        self.langScrollbar = Scrollbar(self.langFrame)
--        self.langScrollbar.pack(fill=Y, side=RIGHT)
-+        self.langFrame.grid()
-+        self.langScrollbar = Scrollbar(self.langFrame, orient=VERTICAL)
-+        self.langScrollbar.grid(row=0, column=1, sticky=N+S)
-         self.langListbox = Listbox(self.langFrame, selectmode=SINGLE, height=10, yscrollcommand=self.langScrollbar.set)
--        self.langListbox.pack(fill=X,side=LEFT)
-+        self.langListbox.grid(row=0, column=0, sticky=N+S+E+W)
-         self.langScrollbar.config(command=self.langListbox.yview)
- 
-         keys = localization.keys()
-
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-29 04:48:47 UTC (rev 112062)
+++ community-x86_64/PKGBUILD	2014-05-29 04:49:23 UTC (rev 112063)
@@ -1,52 +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.3
-pkgrel=3
-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.xz"
-        'CalendarWizard.patch')
-sha1sums=('30c111762790e4407c13236bbb4b06f04e907f71'
-          'a92629a98bc960a6f7f946faf2d6f06e9d1e9452')
-
-install=install
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p2 -i ../CalendarWizard.patch
-	sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
-	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}/build"
-	cmake "../${pkgname}-${pkgver}" \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_SKIP_RPATH=ON \
-		-DLIB_SUFFIX=""
-	make
-}
-
-package() {
-	cd "${srcdir}/build"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 "../${pkgname}-${pkgver}/scribus.desktop" "${pkgdir}/usr/share/applications/scribus.desktop"
-}

Copied: scribus/repos/community-x86_64/PKGBUILD (from rev 112062, scribus/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-29 04:49:23 UTC (rev 112063)
@@ -0,0 +1,49 @@
+# $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.4
+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')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('7bd3b4a7d6e6262126079847c617b3a25ba8ab06')
+
+install=install
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
+	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}/build"
+	cmake "../${pkgname}-${pkgver}" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DLIB_SUFFIX=""
+	make
+}
+
+package() {
+	cd "${srcdir}/build"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 "../${pkgname}-${pkgver}/scribus.desktop" "${pkgdir}/usr/share/applications/scribus.desktop"
+}

Deleted: community-x86_64/install
===================================================================
--- community-x86_64/install	2014-05-29 04:48:47 UTC (rev 112062)
+++ community-x86_64/install	2014-05-29 04:49:23 UTC (rev 112063)
@@ -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 112062, scribus/trunk/install)
===================================================================
--- community-x86_64/install	                        (rev 0)
+++ community-x86_64/install	2014-05-29 04:49:23 UTC (rev 112063)
@@ -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