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

Antonio Rojas arojas at archlinux.org
Tue Jan 19 07:42:42 UTC 2016


    Date: Tuesday, January 19, 2016 @ 08:42:42
  Author: arojas
Revision: 258396

Add compatibility symlinks

Modified:
  tidy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-19 07:36:04 UTC (rev 258395)
+++ PKGBUILD	2016-01-19 07:42:42 UTC (rev 258396)
@@ -5,7 +5,7 @@
 
 pkgname=tidy
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to tidy down your HTML code to a clean style"
 arch=(i686 x86_64)
 url="http://www.html-tidy.org/"
@@ -34,5 +34,9 @@
   cd build
   make DESTDIR="$pkgdir" install
 
+# Compatibility symlinks until everything is ported
+  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
+  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
+
   install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list