[arch-commits] Commit in inkscape/trunk (PKGBUILD inkscape.install install)

Gaetan Bisson bisson at archlinux.org
Sat Apr 30 00:46:35 UTC 2011


    Date: Friday, April 29, 2011 @ 20:46:35
  Author: bisson
Revision: 121277

partially addresses FS#23877, remove prefix from filenames

Added:
  inkscape/trunk/install
    (from rev 121276, inkscape/trunk/inkscape.install)
Modified:
  inkscape/trunk/PKGBUILD
Deleted:
  inkscape/trunk/inkscape.install

------------------+
 PKGBUILD         |    9 ++++++---
 inkscape.install |   13 -------------
 install          |   13 +++++++++++++
 3 files changed, 19 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-30 00:22:23 UTC (rev 121276)
+++ PKGBUILD	2011-04-30 00:46:35 UTC (rev 121277)
@@ -1,6 +1,7 @@
 # $Id$
-# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=inkscape
 pkgver=0.48.1
@@ -13,12 +14,14 @@
 depends=('gc' 'gtkmm' 'poppler-glib' 'pyxml' 'libxslt' 'gsl' 'popt' 'python2'
          'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('python2-numpy: some extensions'
-            'python-lxml: some extensions and filters')
+            'python-lxml: some extensions and filters'
+            'uniconvertor: reading/writing to some proprietary formats')
 options=('!libtool')
-install=inkscape.install
 source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('a43467119925aee70d1d63d746f9846abb4dea91')
 
+install=install
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \

Deleted: inkscape.install
===================================================================
--- inkscape.install	2011-04-30 00:22:23 UTC (rev 121276)
+++ inkscape.install	2011-04-30 00:46:35 UTC (rev 121277)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-
-post_remove() {
-  post_install
-}

Copied: inkscape/trunk/install (from rev 121276, inkscape/trunk/inkscape.install)
===================================================================
--- install	                        (rev 0)
+++ install	2011-04-30 00:46:35 UTC (rev 121277)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list