[arch-commits] Commit in tidy/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Mar 23 19:30:50 UTC 2018


    Date: Friday, March 23, 2018 @ 19:30:49
  Author: jelle
Revision: 319870

archrelease: copy trunk to extra-x86_64

Added:
  tidy/repos/extra-x86_64/PKGBUILD
    (from rev 319869, tidy/trunk/PKGBUILD)
Deleted:
  tidy/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-23 19:30:33 UTC (rev 319869)
+++ PKGBUILD	2018-03-23 19:30:49 UTC (rev 319870)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Markus Meissner <markus at meissna.de>
-
-pkgname=tidy
-pkgver=5.4.0
-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/"
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz")
-md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  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/README/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-x86_64/PKGBUILD (from rev 319869, tidy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-23 19:30:49 UTC (rev 319870)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
+# Maintainer:
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=tidy
+pkgver=5.6.0
+pkgrel=1
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=(x86_64)
+url="http://www.html-tidy.org/"
+license=(custom)
+depends=(glibc)
+makedepends=(cmake libxslt)
+conflicts=(tidyhtml)
+provides=(tidyhtml)
+replaces=(tidyhtml)
+source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz")
+md5sums=('85c8a163d9ece6a02fe12bc9bddbc455')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../tidy-html5-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  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/README/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list