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

Eric Bélanger eric at archlinux.org
Sat Jan 28 03:27:35 UTC 2012


    Date: Friday, January 27, 2012 @ 22:27:34
  Author: eric
Revision: 147755

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

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

--------------------------------+
 staging-i686/PKGBUILD          |   50 +++++++++++++++++++++++++++++++++++++++
 staging-i686/scribus.install   |   13 ++++++++++
 staging-x86_64/PKGBUILD        |   50 +++++++++++++++++++++++++++++++++++++++
 staging-x86_64/scribus.install |   13 ++++++++++
 4 files changed, 126 insertions(+)

Copied: scribus/repos/staging-i686/PKGBUILD (from rev 147754, scribus/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-01-28 03:27:34 UTC (rev 147755)
@@ -0,0 +1,50 @@
+# $Id$
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=scribus
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="A desktop publishing program"
+arch=('i686' 'x86_64')
+url="http://www.scribus.net"
+license=('GPL')
+install=scribus.install
+depends=('libcups>=1.3.11' 'lcms>=1.18' 'qt' 'ghostscript>=8.70' \
+         'libart-lgpl>=2.3.20' 'python2' 'libxml2>=2.7.3' 'cairo' \
+         'desktop-file-utils' 'shared-mime-info')
+makedepends=('cmake')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('ae19e62399941fb8e868d8e762caf494')
+sha1sums=('0e3afb98a56084c2938a8402df2d89214c42b809')
+
+build() {
+	cd "${srcdir}"
+	sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+	       -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+               ${pkgname}-${pkgver}/scribus/plugins/scriptplugin/{samples,scripts}/*
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+	   -DCMAKE_INSTALL_PREFIX=/usr \
+	   -DCMAKE_BUILD_TYPE=Release \
+	   -DCMAKE_SKIP_RPATH=ON \
+	   -DWANT_CAIRO=1 \
+	   -DLIB_SUFFIX=""
+	make
+}
+
+package() {
+	cd "${srcdir}/build"
+	make DESTDIR="${pkgdir}" install
+
+	# fix icon path in .desktop file
+	sed -i 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' \
+	   "${srcdir}/${pkgname}-${pkgver}/scribus.desktop"
+
+	install -Dm644 "${srcdir}/${pkgname}-${pkgver}/scribus.desktop" \
+	   "${pkgdir}/usr/share/applications/scribus.desktop"
+}

Copied: scribus/repos/staging-i686/scribus.install (from rev 147754, scribus/trunk/scribus.install)
===================================================================
--- staging-i686/scribus.install	                        (rev 0)
+++ staging-i686/scribus.install	2012-01-28 03:27:34 UTC (rev 147755)
@@ -0,0 +1,13 @@
+
+post_install() {
+  echo "update desktop mime database..."
+  update-mime-database usr/share/mime > /dev/null 2>&1
+  update-desktop-database -q > /dev/null 2>&1
+}
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: scribus/repos/staging-x86_64/PKGBUILD (from rev 147754, scribus/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-01-28 03:27:34 UTC (rev 147755)
@@ -0,0 +1,50 @@
+# $Id$
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=scribus
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="A desktop publishing program"
+arch=('i686' 'x86_64')
+url="http://www.scribus.net"
+license=('GPL')
+install=scribus.install
+depends=('libcups>=1.3.11' 'lcms>=1.18' 'qt' 'ghostscript>=8.70' \
+         'libart-lgpl>=2.3.20' 'python2' 'libxml2>=2.7.3' 'cairo' \
+         'desktop-file-utils' 'shared-mime-info')
+makedepends=('cmake')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('ae19e62399941fb8e868d8e762caf494')
+sha1sums=('0e3afb98a56084c2938a8402df2d89214c42b809')
+
+build() {
+	cd "${srcdir}"
+	sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+	       -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+               ${pkgname}-${pkgver}/scribus/plugins/scriptplugin/{samples,scripts}/*
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+	   -DCMAKE_INSTALL_PREFIX=/usr \
+	   -DCMAKE_BUILD_TYPE=Release \
+	   -DCMAKE_SKIP_RPATH=ON \
+	   -DWANT_CAIRO=1 \
+	   -DLIB_SUFFIX=""
+	make
+}
+
+package() {
+	cd "${srcdir}/build"
+	make DESTDIR="${pkgdir}" install
+
+	# fix icon path in .desktop file
+	sed -i 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' \
+	   "${srcdir}/${pkgname}-${pkgver}/scribus.desktop"
+
+	install -Dm644 "${srcdir}/${pkgname}-${pkgver}/scribus.desktop" \
+	   "${pkgdir}/usr/share/applications/scribus.desktop"
+}

Copied: scribus/repos/staging-x86_64/scribus.install (from rev 147754, scribus/trunk/scribus.install)
===================================================================
--- staging-x86_64/scribus.install	                        (rev 0)
+++ staging-x86_64/scribus.install	2012-01-28 03:27:34 UTC (rev 147755)
@@ -0,0 +1,13 @@
+
+post_install() {
+  echo "update desktop mime database..."
+  update-mime-database usr/share/mime > /dev/null 2>&1
+  update-desktop-database -q > /dev/null 2>&1
+}
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list