[arch-commits] Commit in ghostscript/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Dec 6 14:12:10 UTC 2017


    Date: Wednesday, December 6, 2017 @ 14:12:06
  Author: heftig
Revision: 311677

9.22-3: Drop unversioned solinks (libgxps conflicts and the API is not public anyway)

Modified:
  ghostscript/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-06 13:09:14 UTC (rev 311676)
+++ PKGBUILD	2017-12-06 14:12:06 UTC (rev 311677)
@@ -4,7 +4,7 @@
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
 pkgver=9.22
-pkgrel=2
+pkgrel=3
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/"
 arch=('x86_64')
@@ -99,7 +99,6 @@
 
   install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver}
   ln -s libgxps.so.${pkgver} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%.*}
-  ln -s libgxps.so.${pkgver} "${pkgdir}"/usr/lib/libgxps.so
 
   install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
 }
@@ -115,7 +114,6 @@
 
   install -Dt "${pkgdir}"/usr/lib sobin/libgpcl6.so.${pkgver}
   ln -s libgpcl6.so.${pkgver} "${pkgdir}"/usr/lib/libgpcl6.so.${pkgver%.*}
-  ln -s libgpcl6.so.${pkgver} "${pkgdir}"/usr/lib/libgpcl6.so
 
   install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
 }



More information about the arch-commits mailing list